diff --git a/.mypy_cache/3.9/@plugins_snapshot.json b/.mypy_cache/3.9/@plugins_snapshot.json deleted file mode 100644 index 9e26dfeeb..000000000 --- a/.mypy_cache/3.9/@plugins_snapshot.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/.mypy_cache/3.9/__future__.data.json b/.mypy_cache/3.9/__future__.data.json deleted file mode 100644 index c3277b7d2..000000000 --- a/.mypy_cache/3.9/__future__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "__future__", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Feature": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "__future__._Feature", "name": "_Feature", "type_vars": []}, "flags": [], "fullname": "__future__._Feature", "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", "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", "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", "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": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "__future__.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "__future__.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "__future__.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/__future__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/__future__.meta.json b/.mypy_cache/3.9/__future__.meta.json deleted file mode 100644 index 87cbf76d8..000000000 --- a/.mypy_cache/3.9/__future__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "01c32067f4efe43ef9e9d8fbfa16d14841acd3703984f9dbe5ea23d2f9979685", "id": "__future__", "ignore_all": true, "interface_hash": "069a903b5f285e91f745839833171b137461d42cc249d2366654fb3ad7b438d2", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/__future__.pyi", "plugin_data": null, "size": 716, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_ast.data.json b/.mypy_cache/3.9/_ast.data.json deleted file mode 100644 index 6187fc2b7..000000000 --- a/.mypy_cache/3.9/_ast.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_ast", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.AST", "name": "AST", "type_vars": []}, "flags": [], "fullname": "_ast.AST", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "_ast.AST.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["_ast.AST", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of AST", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_attributes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "_ast.AST._attributes", "name": "_attributes", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "_ast.AST._fields", "name": "_fields", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}}, "col_offset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AST.col_offset", "name": "col_offset", "type": "builtins.int"}}, "end_col_offset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AST.end_col_offset", "name": "end_col_offset", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "end_lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AST.end_lineno", "name": "end_lineno", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AST.lineno", "name": "lineno", "type": "builtins.int"}}, "type_comment": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AST.type_comment", "name": "type_comment", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Add": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.operator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Add", "name": "Add", "type_vars": []}, "flags": [], "fullname": "_ast.Add", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Add", "_ast.operator", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "And": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.boolop"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.And", "name": "And", "type_vars": []}, "flags": [], "fullname": "_ast.And", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.And", "_ast.boolop", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AnnAssign": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.AnnAssign", "name": "AnnAssign", "type_vars": []}, "flags": [], "fullname": "_ast.AnnAssign", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.AnnAssign", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "annotation": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AnnAssign.annotation", "name": "annotation", "type": "_ast.expr"}}, "simple": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AnnAssign.simple", "name": "simple", "type": "builtins.int"}}, "target": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AnnAssign.target", "name": "target", "type": "_ast.expr"}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AnnAssign.value", "name": "value", "type": {".class": "UnionType", "items": ["_ast.expr", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Assert": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Assert", "name": "Assert", "type_vars": []}, "flags": [], "fullname": "_ast.Assert", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Assert", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Assert.msg", "name": "msg", "type": {".class": "UnionType", "items": ["_ast.expr", {".class": "NoneType"}]}}}, "test": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Assert.test", "name": "test", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Assign": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Assign", "name": "Assign", "type_vars": []}, "flags": [], "fullname": "_ast.Assign", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Assign", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "targets": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Assign.targets", "name": "targets", "type": {".class": "Instance", "args": ["_ast.expr"], "type_ref": "builtins.list"}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Assign.value", "name": "value", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AsyncFor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.AsyncFor", "name": "AsyncFor", "type_vars": []}, "flags": [], "fullname": "_ast.AsyncFor", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.AsyncFor", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "body": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AsyncFor.body", "name": "body", "type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}}}, "iter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AsyncFor.iter", "name": "iter", "type": "_ast.expr"}}, "orelse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AsyncFor.orelse", "name": "orelse", "type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}}}, "target": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AsyncFor.target", "name": "target", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AsyncFunctionDef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.AsyncFunctionDef", "name": "AsyncFunctionDef", "type_vars": []}, "flags": [], "fullname": "_ast.AsyncFunctionDef", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.AsyncFunctionDef", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AsyncFunctionDef.args", "name": "args", "type": "_ast.arguments"}}, "body": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AsyncFunctionDef.body", "name": "body", "type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}}}, "decorator_list": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AsyncFunctionDef.decorator_list", "name": "decorator_list", "type": {".class": "Instance", "args": ["_ast.expr"], "type_ref": "builtins.list"}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AsyncFunctionDef.name", "name": "name", "type": "builtins.str"}}, "returns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AsyncFunctionDef.returns", "name": "returns", "type": {".class": "UnionType", "items": ["_ast.expr", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AsyncWith": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.AsyncWith", "name": "AsyncWith", "type_vars": []}, "flags": [], "fullname": "_ast.AsyncWith", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.AsyncWith", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "body": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AsyncWith.body", "name": "body", "type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}}}, "items": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AsyncWith.items", "name": "items", "type": {".class": "Instance", "args": ["_ast.withitem"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Attribute": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Attribute", "name": "Attribute", "type_vars": []}, "flags": [], "fullname": "_ast.Attribute", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Attribute", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "attr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Attribute.attr", "name": "attr", "type": "builtins.str"}}, "ctx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Attribute.ctx", "name": "ctx", "type": "_ast.expr_context"}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Attribute.value", "name": "value", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AugAssign": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.AugAssign", "name": "AugAssign", "type_vars": []}, "flags": [], "fullname": "_ast.AugAssign", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.AugAssign", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "op": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AugAssign.op", "name": "op", "type": "_ast.operator"}}, "target": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AugAssign.target", "name": "target", "type": "_ast.expr"}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.AugAssign.value", "name": "value", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Await": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Await", "name": "Await", "type_vars": []}, "flags": [], "fullname": "_ast.Await", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Await", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Await.value", "name": "value", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BinOp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.BinOp", "name": "BinOp", "type_vars": []}, "flags": [], "fullname": "_ast.BinOp", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.BinOp", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "left": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.BinOp.left", "name": "left", "type": "_ast.expr"}}, "op": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.BinOp.op", "name": "op", "type": "_ast.operator"}}, "right": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.BinOp.right", "name": "right", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BitAnd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.operator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.BitAnd", "name": "BitAnd", "type_vars": []}, "flags": [], "fullname": "_ast.BitAnd", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.BitAnd", "_ast.operator", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BitOr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.operator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.BitOr", "name": "BitOr", "type_vars": []}, "flags": [], "fullname": "_ast.BitOr", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.BitOr", "_ast.operator", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BitXor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.operator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.BitXor", "name": "BitXor", "type_vars": []}, "flags": [], "fullname": "_ast.BitXor", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.BitXor", "_ast.operator", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BoolOp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.BoolOp", "name": "BoolOp", "type_vars": []}, "flags": [], "fullname": "_ast.BoolOp", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.BoolOp", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "op": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.BoolOp.op", "name": "op", "type": "_ast.boolop"}}, "values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.BoolOp.values", "name": "values", "type": {".class": "Instance", "args": ["_ast.expr"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Break": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Break", "name": "Break", "type_vars": []}, "flags": [], "fullname": "_ast.Break", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Break", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Call": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Call", "name": "Call", "type_vars": []}, "flags": [], "fullname": "_ast.Call", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Call", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Call.args", "name": "args", "type": {".class": "Instance", "args": ["_ast.expr"], "type_ref": "builtins.list"}}}, "func": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Call.func", "name": "func", "type": "_ast.expr"}}, "keywords": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Call.keywords", "name": "keywords", "type": {".class": "Instance", "args": ["_ast.keyword"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ClassDef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.ClassDef", "name": "ClassDef", "type_vars": []}, "flags": [], "fullname": "_ast.ClassDef", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.ClassDef", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "bases": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.ClassDef.bases", "name": "bases", "type": {".class": "Instance", "args": ["_ast.expr"], "type_ref": "builtins.list"}}}, "body": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.ClassDef.body", "name": "body", "type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}}}, "decorator_list": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.ClassDef.decorator_list", "name": "decorator_list", "type": {".class": "Instance", "args": ["_ast.expr"], "type_ref": "builtins.list"}}}, "keywords": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.ClassDef.keywords", "name": "keywords", "type": {".class": "Instance", "args": ["_ast.keyword"], "type_ref": "builtins.list"}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.ClassDef.name", "name": "name", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ClassVar": {".class": "SymbolTableNode", "cross_ref": "typing.ClassVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Compare": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Compare", "name": "Compare", "type_vars": []}, "flags": [], "fullname": "_ast.Compare", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Compare", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "comparators": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Compare.comparators", "name": "comparators", "type": {".class": "Instance", "args": ["_ast.expr"], "type_ref": "builtins.list"}}}, "left": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Compare.left", "name": "left", "type": "_ast.expr"}}, "ops": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Compare.ops", "name": "ops", "type": {".class": "Instance", "args": ["_ast.cmpop"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Constant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Constant", "name": "Constant", "type_vars": []}, "flags": [], "fullname": "_ast.Constant", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Constant", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "kind": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Constant.kind", "name": "kind", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "n": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Constant.n", "name": "n", "type": "builtins.complex"}}, "s": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Constant.s", "name": "s", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Constant.value", "name": "value", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Continue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Continue", "name": "Continue", "type_vars": []}, "flags": [], "fullname": "_ast.Continue", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Continue", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Del": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr_context"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Del", "name": "Del", "type_vars": []}, "flags": [], "fullname": "_ast.Del", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Del", "_ast.expr_context", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Delete": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Delete", "name": "Delete", "type_vars": []}, "flags": [], "fullname": "_ast.Delete", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Delete", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "targets": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Delete.targets", "name": "targets", "type": {".class": "Instance", "args": ["_ast.expr"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Dict", "name": "Dict", "type_vars": []}, "flags": [], "fullname": "_ast.Dict", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Dict", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "keys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Dict.keys", "name": "keys", "type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_ast.expr", {".class": "NoneType"}]}], "type_ref": "builtins.list"}}}, "values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Dict.values", "name": "values", "type": {".class": "Instance", "args": ["_ast.expr"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DictComp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.DictComp", "name": "DictComp", "type_vars": []}, "flags": [], "fullname": "_ast.DictComp", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.DictComp", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "generators": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.DictComp.generators", "name": "generators", "type": {".class": "Instance", "args": ["_ast.comprehension"], "type_ref": "builtins.list"}}}, "key": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.DictComp.key", "name": "key", "type": "_ast.expr"}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.DictComp.value", "name": "value", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Div": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.operator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Div", "name": "Div", "type_vars": []}, "flags": [], "fullname": "_ast.Div", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Div", "_ast.operator", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Eq": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.cmpop"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Eq", "name": "Eq", "type_vars": []}, "flags": [], "fullname": "_ast.Eq", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Eq", "_ast.cmpop", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ExceptHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.excepthandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.ExceptHandler", "name": "ExceptHandler", "type_vars": []}, "flags": [], "fullname": "_ast.ExceptHandler", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.ExceptHandler", "_ast.excepthandler", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "body": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.ExceptHandler.body", "name": "body", "type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.ExceptHandler.name", "name": "name", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.ExceptHandler.type", "name": "type", "type": {".class": "UnionType", "items": ["_ast.expr", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Expr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Expr", "name": "Expr", "type_vars": []}, "flags": [], "fullname": "_ast.Expr", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Expr", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Expr.value", "name": "value", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Expression": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.mod"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Expression", "name": "Expression", "type_vars": []}, "flags": [], "fullname": "_ast.Expression", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Expression", "_ast.mod", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "body": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Expression.body", "name": "body", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FloorDiv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.operator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.FloorDiv", "name": "FloorDiv", "type_vars": []}, "flags": [], "fullname": "_ast.FloorDiv", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.FloorDiv", "_ast.operator", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "For": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.For", "name": "For", "type_vars": []}, "flags": [], "fullname": "_ast.For", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.For", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "body": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.For.body", "name": "body", "type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}}}, "iter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.For.iter", "name": "iter", "type": "_ast.expr"}}, "orelse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.For.orelse", "name": "orelse", "type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}}}, "target": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.For.target", "name": "target", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FormattedValue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.FormattedValue", "name": "FormattedValue", "type_vars": []}, "flags": [], "fullname": "_ast.FormattedValue", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.FormattedValue", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "conversion": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.FormattedValue.conversion", "name": "conversion", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "format_spec": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.FormattedValue.format_spec", "name": "format_spec", "type": {".class": "UnionType", "items": ["_ast.expr", {".class": "NoneType"}]}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.FormattedValue.value", "name": "value", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FunctionDef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.FunctionDef", "name": "FunctionDef", "type_vars": []}, "flags": [], "fullname": "_ast.FunctionDef", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.FunctionDef", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.FunctionDef.args", "name": "args", "type": "_ast.arguments"}}, "body": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.FunctionDef.body", "name": "body", "type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}}}, "decorator_list": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.FunctionDef.decorator_list", "name": "decorator_list", "type": {".class": "Instance", "args": ["_ast.expr"], "type_ref": "builtins.list"}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.FunctionDef.name", "name": "name", "type": "builtins.str"}}, "returns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.FunctionDef.returns", "name": "returns", "type": {".class": "UnionType", "items": ["_ast.expr", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FunctionType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.mod"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.FunctionType", "name": "FunctionType", "type_vars": []}, "flags": [], "fullname": "_ast.FunctionType", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.FunctionType", "_ast.mod", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "argtypes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.FunctionType.argtypes", "name": "argtypes", "type": {".class": "Instance", "args": ["_ast.expr"], "type_ref": "builtins.list"}}}, "returns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.FunctionType.returns", "name": "returns", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "GeneratorExp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.GeneratorExp", "name": "GeneratorExp", "type_vars": []}, "flags": [], "fullname": "_ast.GeneratorExp", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.GeneratorExp", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "elt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.GeneratorExp.elt", "name": "elt", "type": "_ast.expr"}}, "generators": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.GeneratorExp.generators", "name": "generators", "type": {".class": "Instance", "args": ["_ast.comprehension"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Global": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Global", "name": "Global", "type_vars": []}, "flags": [], "fullname": "_ast.Global", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Global", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "names": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Global.names", "name": "names", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Gt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.cmpop"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Gt", "name": "Gt", "type_vars": []}, "flags": [], "fullname": "_ast.Gt", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Gt", "_ast.cmpop", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "GtE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.cmpop"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.GtE", "name": "GtE", "type_vars": []}, "flags": [], "fullname": "_ast.GtE", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.GtE", "_ast.cmpop", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "If": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.If", "name": "If", "type_vars": []}, "flags": [], "fullname": "_ast.If", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.If", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "body": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.If.body", "name": "body", "type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}}}, "orelse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.If.orelse", "name": "orelse", "type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}}}, "test": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.If.test", "name": "test", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IfExp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.IfExp", "name": "IfExp", "type_vars": []}, "flags": [], "fullname": "_ast.IfExp", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.IfExp", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "body": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.IfExp.body", "name": "body", "type": "_ast.expr"}}, "orelse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.IfExp.orelse", "name": "orelse", "type": "_ast.expr"}}, "test": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.IfExp.test", "name": "test", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Import": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Import", "name": "Import", "type_vars": []}, "flags": [], "fullname": "_ast.Import", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Import", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "names": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Import.names", "name": "names", "type": {".class": "Instance", "args": ["_ast.alias"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ImportFrom": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.ImportFrom", "name": "ImportFrom", "type_vars": []}, "flags": [], "fullname": "_ast.ImportFrom", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.ImportFrom", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "level": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.ImportFrom.level", "name": "level", "type": "builtins.int"}}, "module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.ImportFrom.module", "name": "module", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "names": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.ImportFrom.names", "name": "names", "type": {".class": "Instance", "args": ["_ast.alias"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "In": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.cmpop"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.In", "name": "In", "type_vars": []}, "flags": [], "fullname": "_ast.In", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.In", "_ast.cmpop", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Interactive": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.mod"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Interactive", "name": "Interactive", "type_vars": []}, "flags": [], "fullname": "_ast.Interactive", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Interactive", "_ast.mod", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "body": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Interactive.body", "name": "body", "type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Invert": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.unaryop"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Invert", "name": "Invert", "type_vars": []}, "flags": [], "fullname": "_ast.Invert", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Invert", "_ast.unaryop", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Is": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.cmpop"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Is", "name": "Is", "type_vars": []}, "flags": [], "fullname": "_ast.Is", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Is", "_ast.cmpop", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IsNot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.cmpop"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.IsNot", "name": "IsNot", "type_vars": []}, "flags": [], "fullname": "_ast.IsNot", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.IsNot", "_ast.cmpop", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "JoinedStr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.JoinedStr", "name": "JoinedStr", "type_vars": []}, "flags": [], "fullname": "_ast.JoinedStr", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.JoinedStr", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.JoinedStr.values", "name": "values", "type": {".class": "Instance", "args": ["_ast.expr"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LShift": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.operator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.LShift", "name": "LShift", "type_vars": []}, "flags": [], "fullname": "_ast.LShift", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.LShift", "_ast.operator", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Lambda": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Lambda", "name": "Lambda", "type_vars": []}, "flags": [], "fullname": "_ast.Lambda", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Lambda", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Lambda.args", "name": "args", "type": "_ast.arguments"}}, "body": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Lambda.body", "name": "body", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.List", "name": "List", "type_vars": []}, "flags": [], "fullname": "_ast.List", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.List", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "ctx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.List.ctx", "name": "ctx", "type": "_ast.expr_context"}}, "elts": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.List.elts", "name": "elts", "type": {".class": "Instance", "args": ["_ast.expr"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ListComp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.ListComp", "name": "ListComp", "type_vars": []}, "flags": [], "fullname": "_ast.ListComp", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.ListComp", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "elt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.ListComp.elt", "name": "elt", "type": "_ast.expr"}}, "generators": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.ListComp.generators", "name": "generators", "type": {".class": "Instance", "args": ["_ast.comprehension"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Load": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr_context"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Load", "name": "Load", "type_vars": []}, "flags": [], "fullname": "_ast.Load", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Load", "_ast.expr_context", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Lt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.cmpop"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Lt", "name": "Lt", "type_vars": []}, "flags": [], "fullname": "_ast.Lt", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Lt", "_ast.cmpop", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LtE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.cmpop"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.LtE", "name": "LtE", "type_vars": []}, "flags": [], "fullname": "_ast.LtE", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.LtE", "_ast.cmpop", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MatMult": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.operator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.MatMult", "name": "MatMult", "type_vars": []}, "flags": [], "fullname": "_ast.MatMult", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.MatMult", "_ast.operator", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Mod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.operator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Mod", "name": "Mod", "type_vars": []}, "flags": [], "fullname": "_ast.Mod", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Mod", "_ast.operator", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.mod"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Module", "name": "Module", "type_vars": []}, "flags": [], "fullname": "_ast.Module", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Module", "_ast.mod", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "body": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Module.body", "name": "body", "type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}}}, "type_ignores": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Module.type_ignores", "name": "type_ignores", "type": {".class": "Instance", "args": ["_ast.TypeIgnore"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Mult": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.operator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Mult", "name": "Mult", "type_vars": []}, "flags": [], "fullname": "_ast.Mult", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Mult", "_ast.operator", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Name", "name": "Name", "type_vars": []}, "flags": [], "fullname": "_ast.Name", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Name", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "ctx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Name.ctx", "name": "ctx", "type": "_ast.expr_context"}}, "id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Name.id", "name": "id", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NamedExpr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.NamedExpr", "name": "NamedExpr", "type_vars": []}, "flags": [], "fullname": "_ast.NamedExpr", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.NamedExpr", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "target": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.NamedExpr.target", "name": "target", "type": "_ast.expr"}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.NamedExpr.value", "name": "value", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Nonlocal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Nonlocal", "name": "Nonlocal", "type_vars": []}, "flags": [], "fullname": "_ast.Nonlocal", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Nonlocal", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "names": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Nonlocal.names", "name": "names", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Not": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.unaryop"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Not", "name": "Not", "type_vars": []}, "flags": [], "fullname": "_ast.Not", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Not", "_ast.unaryop", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NotEq": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.cmpop"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.NotEq", "name": "NotEq", "type_vars": []}, "flags": [], "fullname": "_ast.NotEq", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.NotEq", "_ast.cmpop", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NotIn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.cmpop"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.NotIn", "name": "NotIn", "type_vars": []}, "flags": [], "fullname": "_ast.NotIn", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.NotIn", "_ast.cmpop", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Or": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.boolop"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Or", "name": "Or", "type_vars": []}, "flags": [], "fullname": "_ast.Or", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Or", "_ast.boolop", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Pass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Pass", "name": "Pass", "type_vars": []}, "flags": [], "fullname": "_ast.Pass", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Pass", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Pow": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.operator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Pow", "name": "Pow", "type_vars": []}, "flags": [], "fullname": "_ast.Pow", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Pow", "_ast.operator", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PyCF_ALLOW_TOP_LEVEL_AWAIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_ast.PyCF_ALLOW_TOP_LEVEL_AWAIT", "name": "PyCF_ALLOW_TOP_LEVEL_AWAIT", "type": "builtins.int"}}, "PyCF_ONLY_AST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_ast.PyCF_ONLY_AST", "name": "PyCF_ONLY_AST", "type": "builtins.int"}}, "PyCF_TYPE_COMMENTS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_ast.PyCF_TYPE_COMMENTS", "name": "PyCF_TYPE_COMMENTS", "type": "builtins.int"}}, "RShift": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.operator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.RShift", "name": "RShift", "type_vars": []}, "flags": [], "fullname": "_ast.RShift", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.RShift", "_ast.operator", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Raise": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Raise", "name": "Raise", "type_vars": []}, "flags": [], "fullname": "_ast.Raise", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Raise", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "cause": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Raise.cause", "name": "cause", "type": {".class": "UnionType", "items": ["_ast.expr", {".class": "NoneType"}]}}}, "exc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Raise.exc", "name": "exc", "type": {".class": "UnionType", "items": ["_ast.expr", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Return": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Return", "name": "Return", "type_vars": []}, "flags": [], "fullname": "_ast.Return", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Return", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Return.value", "name": "value", "type": {".class": "UnionType", "items": ["_ast.expr", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Set": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Set", "name": "Set", "type_vars": []}, "flags": [], "fullname": "_ast.Set", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Set", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "elts": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Set.elts", "name": "elts", "type": {".class": "Instance", "args": ["_ast.expr"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SetComp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.SetComp", "name": "SetComp", "type_vars": []}, "flags": [], "fullname": "_ast.SetComp", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.SetComp", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "elt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.SetComp.elt", "name": "elt", "type": "_ast.expr"}}, "generators": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.SetComp.generators", "name": "generators", "type": {".class": "Instance", "args": ["_ast.comprehension"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Slice": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Slice", "name": "Slice", "type_vars": []}, "flags": [], "fullname": "_ast.Slice", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Slice", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "lower": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Slice.lower", "name": "lower", "type": {".class": "UnionType", "items": ["_ast.expr", {".class": "NoneType"}]}}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Slice.step", "name": "step", "type": {".class": "UnionType", "items": ["_ast.expr", {".class": "NoneType"}]}}}, "upper": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Slice.upper", "name": "upper", "type": {".class": "UnionType", "items": ["_ast.expr", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Starred": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Starred", "name": "Starred", "type_vars": []}, "flags": [], "fullname": "_ast.Starred", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Starred", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "ctx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Starred.ctx", "name": "ctx", "type": "_ast.expr_context"}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Starred.value", "name": "value", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Store": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr_context"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Store", "name": "Store", "type_vars": []}, "flags": [], "fullname": "_ast.Store", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Store", "_ast.expr_context", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.operator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Sub", "name": "Sub", "type_vars": []}, "flags": [], "fullname": "_ast.Sub", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Sub", "_ast.operator", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Subscript": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Subscript", "name": "Subscript", "type_vars": []}, "flags": [], "fullname": "_ast.Subscript", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Subscript", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "ctx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Subscript.ctx", "name": "ctx", "type": "_ast.expr_context"}}, "slice": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Subscript.slice", "name": "slice", "type": "_ast.expr"}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Subscript.value", "name": "value", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Try": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Try", "name": "Try", "type_vars": []}, "flags": [], "fullname": "_ast.Try", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Try", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "body": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Try.body", "name": "body", "type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}}}, "finalbody": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Try.finalbody", "name": "finalbody", "type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}}}, "handlers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Try.handlers", "name": "handlers", "type": {".class": "Instance", "args": ["_ast.ExceptHandler"], "type_ref": "builtins.list"}}}, "orelse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Try.orelse", "name": "orelse", "type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Tuple", "name": "Tuple", "type_vars": []}, "flags": [], "fullname": "_ast.Tuple", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Tuple", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "ctx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Tuple.ctx", "name": "ctx", "type": "_ast.expr_context"}}, "elts": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Tuple.elts", "name": "elts", "type": {".class": "Instance", "args": ["_ast.expr"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TypeIgnore": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.type_ignore"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.TypeIgnore", "name": "TypeIgnore", "type_vars": []}, "flags": [], "fullname": "_ast.TypeIgnore", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.TypeIgnore", "_ast.type_ignore", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "tag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.TypeIgnore.tag", "name": "tag", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UAdd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.unaryop"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.UAdd", "name": "UAdd", "type_vars": []}, "flags": [], "fullname": "_ast.UAdd", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.UAdd", "_ast.unaryop", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "USub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.unaryop"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.USub", "name": "USub", "type_vars": []}, "flags": [], "fullname": "_ast.USub", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.USub", "_ast.unaryop", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UnaryOp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.UnaryOp", "name": "UnaryOp", "type_vars": []}, "flags": [], "fullname": "_ast.UnaryOp", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.UnaryOp", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "op": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.UnaryOp.op", "name": "op", "type": "_ast.unaryop"}}, "operand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.UnaryOp.operand", "name": "operand", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "While": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.While", "name": "While", "type_vars": []}, "flags": [], "fullname": "_ast.While", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.While", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "body": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.While.body", "name": "body", "type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}}}, "orelse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.While.orelse", "name": "orelse", "type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}}}, "test": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.While.test", "name": "test", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "With": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.stmt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.With", "name": "With", "type_vars": []}, "flags": [], "fullname": "_ast.With", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.With", "_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "body": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.With.body", "name": "body", "type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}}}, "items": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.With.items", "name": "items", "type": {".class": "Instance", "args": ["_ast.withitem"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Yield": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.Yield", "name": "Yield", "type_vars": []}, "flags": [], "fullname": "_ast.Yield", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.Yield", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.Yield.value", "name": "value", "type": {".class": "UnionType", "items": ["_ast.expr", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "YieldFrom": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.YieldFrom", "name": "YieldFrom", "type_vars": []}, "flags": [], "fullname": "_ast.YieldFrom", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.YieldFrom", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.YieldFrom.value", "name": "value", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_SliceT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "_ast._SliceT", "line": 257, "no_args": true, "normalized": false, "target": "_ast.expr"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_ast.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_ast.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_ast.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_ast.__package__", "name": "__package__", "type": "builtins.str"}}, "_identifier": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_ast._identifier", "line": 10, "no_args": true, "normalized": false, "target": "builtins.str"}}, "alias": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.AST"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.alias", "name": "alias", "type_vars": []}, "flags": [], "fullname": "_ast.alias", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.alias", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "asname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.alias.asname", "name": "asname", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.alias.name", "name": "name", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "arg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.AST"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.arg", "name": "arg", "type_vars": []}, "flags": [], "fullname": "_ast.arg", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.arg", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "annotation": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.arg.annotation", "name": "annotation", "type": {".class": "UnionType", "items": ["_ast.expr", {".class": "NoneType"}]}}}, "arg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.arg.arg", "name": "arg", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "arguments": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.AST"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.arguments", "name": "arguments", "type_vars": []}, "flags": [], "fullname": "_ast.arguments", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.arguments", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.arguments.args", "name": "args", "type": {".class": "Instance", "args": ["_ast.arg"], "type_ref": "builtins.list"}}}, "defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.arguments.defaults", "name": "defaults", "type": {".class": "Instance", "args": ["_ast.expr"], "type_ref": "builtins.list"}}}, "kw_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.arguments.kw_defaults", "name": "kw_defaults", "type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_ast.expr", {".class": "NoneType"}]}], "type_ref": "builtins.list"}}}, "kwarg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.arguments.kwarg", "name": "kwarg", "type": {".class": "UnionType", "items": ["_ast.arg", {".class": "NoneType"}]}}}, "kwonlyargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.arguments.kwonlyargs", "name": "kwonlyargs", "type": {".class": "Instance", "args": ["_ast.arg"], "type_ref": "builtins.list"}}}, "posonlyargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.arguments.posonlyargs", "name": "posonlyargs", "type": {".class": "Instance", "args": ["_ast.arg"], "type_ref": "builtins.list"}}}, "vararg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.arguments.vararg", "name": "vararg", "type": {".class": "UnionType", "items": ["_ast.arg", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "boolop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.AST"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.boolop", "name": "boolop", "type_vars": []}, "flags": [], "fullname": "_ast.boolop", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.boolop", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "cmpop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.AST"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.cmpop", "name": "cmpop", "type_vars": []}, "flags": [], "fullname": "_ast.cmpop", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.cmpop", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "comprehension": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.AST"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.comprehension", "name": "comprehension", "type_vars": []}, "flags": [], "fullname": "_ast.comprehension", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.comprehension", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "ifs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.comprehension.ifs", "name": "ifs", "type": {".class": "Instance", "args": ["_ast.expr"], "type_ref": "builtins.list"}}}, "is_async": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.comprehension.is_async", "name": "is_async", "type": "builtins.int"}}, "iter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.comprehension.iter", "name": "iter", "type": "_ast.expr"}}, "target": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.comprehension.target", "name": "target", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "excepthandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.AST"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.excepthandler", "name": "excepthandler", "type_vars": []}, "flags": [], "fullname": "_ast.excepthandler", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.excepthandler", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "expr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.AST"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.expr", "name": "expr", "type_vars": []}, "flags": [], "fullname": "_ast.expr", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "expr_context": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.AST"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.expr_context", "name": "expr_context", "type_vars": []}, "flags": [], "fullname": "_ast.expr_context", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.expr_context", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "keyword": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.AST"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.keyword", "name": "keyword", "type_vars": []}, "flags": [], "fullname": "_ast.keyword", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.keyword", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "arg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.keyword.arg", "name": "arg", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.keyword.value", "name": "value", "type": "_ast.expr"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "mod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.AST"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.mod", "name": "mod", "type_vars": []}, "flags": [], "fullname": "_ast.mod", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.mod", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "operator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.AST"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.operator", "name": "operator", "type_vars": []}, "flags": [], "fullname": "_ast.operator", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.operator", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "stmt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.AST"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.stmt", "name": "stmt", "type_vars": []}, "flags": [], "fullname": "_ast.stmt", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.stmt", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "type_ignore": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.AST"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.type_ignore", "name": "type_ignore", "type_vars": []}, "flags": [], "fullname": "_ast.type_ignore", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.type_ignore", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "typing": {".class": "SymbolTableNode", "cross_ref": "typing", "kind": "Gdef", "module_hidden": true, "module_public": false}, "unaryop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.AST"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.unaryop", "name": "unaryop", "type_vars": []}, "flags": [], "fullname": "_ast.unaryop", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.unaryop", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "withitem": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.AST"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_ast.withitem", "name": "withitem", "type_vars": []}, "flags": [], "fullname": "_ast.withitem", "metaclass_type": null, "metadata": {}, "module_name": "_ast", "mro": ["_ast.withitem", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "context_expr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.withitem.context_expr", "name": "context_expr", "type": "_ast.expr"}}, "optional_vars": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_ast.withitem.optional_vars", "name": "optional_vars", "type": {".class": "UnionType", "items": ["_ast.expr", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_ast.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_ast.meta.json b/.mypy_cache/3.9/_ast.meta.json deleted file mode 100644 index ffa56eca2..000000000 --- a/.mypy_cache/3.9/_ast.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000169, "dep_lines": [1, 2, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "88442b9d543709953414864e0242dc79087a1c166694a453adcf0a0eb3a7e04f", "id": "_ast", "ignore_all": true, "interface_hash": "a8ebb2f09ddce1a0f717bd3c824fb8510938e44aaf7498cb92d3c87b14083521", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_ast.pyi", "plugin_data": null, "size": 8975, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_bisect.data.json b/.mypy_cache/3.9/_bisect.data.json deleted file mode 100644 index 74009f8a3..000000000 --- a/.mypy_cache/3.9/_bisect.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_bisect", "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}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsLessThan": {".class": "SymbolTableNode", "cross_ref": "_typeshed.SupportsLessThan", "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}}, "__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": "_bisect._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, {".class": "TypeVarType", "fullname": "_bisect._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bisect_left", "ret_type": "builtins.int", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_bisect._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "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": "_bisect._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, {".class": "TypeVarType", "fullname": "_bisect._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bisect_right", "ret_type": "builtins.int", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_bisect._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "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": "_bisect._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, {".class": "TypeVarType", "fullname": "_bisect._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "insort_left", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_bisect._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "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": "_bisect._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, {".class": "TypeVarType", "fullname": "_bisect._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "insort_right", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_bisect._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_bisect.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_bisect.meta.json b/.mypy_cache/3.9/_bisect.meta.json deleted file mode 100644 index 8505457a5..000000000 --- a/.mypy_cache/3.9/_bisect.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 3, 1, 1], "dep_prios": [10, 5, 5, 5, 30], "dependencies": ["sys", "_typeshed", "typing", "builtins", "abc"], "hash": "774ecfb487845a08e76de90f605530ddb214854cdebefb015f638dca5dd3fd19", "id": "_bisect", "ignore_all": true, "interface_hash": "d7deda6671018258b28603de6716403c8576eb73bc6fad4d3782c4875902404e", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_bisect.pyi", "plugin_data": null, "size": 1358, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_collections_abc.data.json b/.mypy_cache/3.9/_collections_abc.data.json deleted file mode 100644 index a122f3c49..000000000 --- a/.mypy_cache/3.9/_collections_abc.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_collections_abc", "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"}, "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"}, "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"}, "ValuesView": {".class": "SymbolTableNode", "cross_ref": "typing.ValuesView", "kind": "Gdef"}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "_collections_abc.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__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"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_collections_abc.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_collections_abc.meta.json b/.mypy_cache/3.9/_collections_abc.meta.json deleted file mode 100644 index 24c2d3e39..000000000 --- a/.mypy_cache/3.9/_collections_abc.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000169, "dep_lines": [1, 1, 1], "dep_prios": [5, 5, 30], "dependencies": ["typing", "builtins", "abc"], "hash": "8dee869e02b4048264ead31123fa8e84365e01e064300632c143bc47ddd49282", "id": "_collections_abc", "ignore_all": true, "interface_hash": "82eb20d5b6df71b50b72187dcc02569618872febdd267b7f7b76f6fb1cb3753d", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_collections_abc.pyi", "plugin_data": null, "size": 1210, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_compat_pickle.data.json b/.mypy_cache/3.9/_compat_pickle.data.json deleted file mode 100644 index 0aae8fd6e..000000000 --- a/.mypy_cache/3.9/_compat_pickle.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_compat_pickle", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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"}}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_compat_pickle.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_compat_pickle.meta.json b/.mypy_cache/3.9/_compat_pickle.meta.json deleted file mode 100644 index 82225d797..000000000 --- a/.mypy_cache/3.9/_compat_pickle.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 5, 30], "dependencies": ["typing", "builtins", "abc"], "hash": "6e0302e5752e49b2f3a59368d718bf2e6761ba4ed812435e84853755bc491740", "id": "_compat_pickle", "ignore_all": true, "interface_hash": "7a82687ced75bd39384fef6eb52493fd82b15c1dd88beff97e8f4a2422cb788a", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_compat_pickle.pyi", "plugin_data": null, "size": 388, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_compression.data.json b/.mypy_cache/3.9/_compression.data.json deleted file mode 100644 index 50fc24693..000000000 --- a/.mypy_cache/3.9/_compression.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_compression", "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": ["is_ready"], "fullname": "_compression.BUFFER_SIZE", "name": "BUFFER_SIZE", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "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": []}, "flags": [], "fullname": "_compression.BaseStream", "metaclass_type": null, "metadata": {}, "module_name": "_compression", "mro": ["_compression.BaseStream", "io.BufferedIOBase", "io.IOBase", "builtins.object"], "names": {".class": "SymbolTable"}, "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}, "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": []}, "flags": [], "fullname": "_compression.DecompressReader", "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", "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", "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", "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", "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", "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", "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", "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "tell of DecompressReader", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "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}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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": []}, "flags": ["is_protocol"], "fullname": "_compression._Reader", "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", "__n"], "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", "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", "__n"], "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "seekable of _Reader", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_compression.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_compression.meta.json b/.mypy_cache/3.9/_compression.meta.json deleted file mode 100644 index 2b4bdbba6..000000000 --- a/.mypy_cache/3.9/_compression.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 3, 1], "dep_prios": [5, 5, 5, 5], "dependencies": ["_typeshed", "io", "typing", "builtins"], "hash": "e6b9b1a0341314527587f80d82519f01015af439c113359c0d7a4b23c8f1e4d8", "id": "_compression", "ignore_all": true, "interface_hash": "6914cb757d16e8fcf4da98e301e8d4413e1463a6adc52ab8adb5810edf452923", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_compression.pyi", "plugin_data": null, "size": 915, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_dummy_thread.data.json b/.mypy_cache/3.9/_dummy_thread.data.json deleted file mode 100644 index bf4f0b721..000000000 --- a/.mypy_cache/3.9/_dummy_thread.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_dummy_thread", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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": []}, "flags": [], "fullname": "_dummy_thread.LockType", "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": ["self", "waitflag", "timeout"], "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", "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": ["self", "typ", "val", "tb"], "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": "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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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", "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", "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "release of LockType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "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"}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__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", "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": 4, "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", "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", "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", "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", "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "start_new_thread", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_dummy_thread.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_dummy_thread.meta.json b/.mypy_cache/3.9/_dummy_thread.meta.json deleted file mode 100644 index 572c220ba..000000000 --- a/.mypy_cache/3.9/_dummy_thread.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1], "dep_prios": [5, 5], "dependencies": ["typing", "builtins"], "hash": "7aeaea470b8a5c2ba0b1728107fe3976163031f1ac10e23724cdfa314d3fdfc7", "id": "_dummy_thread", "ignore_all": true, "interface_hash": "015a5ebc6c5743777e0d6c10f6ce4856aaa8421d08e2f5feb97d5a08e07ed877", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_dummy_thread.pyi", "plugin_data": null, "size": 800, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/__init__.data.json b/.mypy_cache/3.9/_pytest/__init__.data.json deleted file mode 100644 index 6de5fb333..000000000 --- a/.mypy_cache/3.9/_pytest/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "_pytest.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__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"}}, "__version__": {".class": "SymbolTableNode", "cross_ref": "_pytest._version.version", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/__init__.meta.json b/.mypy_cache/3.9/_pytest/__init__.meta.json deleted file mode 100644 index 0acd35d46..000000000 --- a/.mypy_cache/3.9/_pytest/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [4, 1, 1, 1], "dep_prios": [5, 5, 30, 30], "dependencies": ["_pytest._version", "builtins", "abc", "typing"], "hash": "e857f9bfff4264aa72d65f3b013e5c20739f300f64753b73865d86dd08d80bd4", "id": "_pytest", "ignore_all": true, "interface_hash": "02e56c801df02f63850612cc5d176ba956d09f024047abd30829dd625e5c7edb", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/__init__.py", "plugin_data": null, "size": 239, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/_argcomplete.data.json b/.mypy_cache/3.9/_pytest/_argcomplete.data.json deleted file mode 100644 index d14e25507..000000000 --- a/.mypy_cache/3.9/_pytest/_argcomplete.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest._argcomplete", "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": []}, "flags": [], "fullname": "_pytest._argcomplete.FastFilesCompleter", "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", "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", "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"}}}, "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"}, "__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"], "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", "implicit": false, "is_ellipsis_args": false, "name": "try_argcomplete", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/_argcomplete.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/_argcomplete.meta.json b/.mypy_cache/3.9/_pytest/_argcomplete.meta.json deleted file mode 100644 index e96611f9f..000000000 --- a/.mypy_cache/3.9/_pytest/_argcomplete.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [64, 65, 66, 67, 68, 1, 1, 1, 1, 1, 103, 103], "dep_prios": [10, 10, 10, 5, 5, 5, 30, 30, 30, 30, 10, 20], "dependencies": ["argparse", "os", "sys", "glob", "typing", "builtins", "_typeshed", "abc", "genericpath", "posixpath"], "hash": "475e4bcfd83f01792808a79ce5ffd0bbc24aab61b71088f46351c87ab7296e03", "id": "_pytest._argcomplete", "ignore_all": true, "interface_hash": "c5fc5c94a2215db0543a00d975d9d16296643da10fa790fdf45d87fb6d3f98ae", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/_argcomplete.py", "plugin_data": null, "size": 3810, "suppressed": ["argcomplete.completers", "argcomplete"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/_code/__init__.data.json b/.mypy_cache/3.9/_pytest/_code/__init__.data.json deleted file mode 100644 index 071949a85..000000000 --- a/.mypy_cache/3.9/_pytest/_code/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest._code", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Code": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.Code", "kind": "Gdef"}, "ExceptionInfo": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo", "kind": "Gdef"}, "Frame": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.Frame", "kind": "Gdef"}, "Source": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.source.Source", "kind": "Gdef"}, "Traceback": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.Traceback", "kind": "Gdef"}, "TracebackEntry": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.TracebackEntry", "kind": "Gdef"}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._code.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._code.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._code.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._code.__package__", "name": "__package__", "type": "builtins.str"}}, "filter_traceback": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.filter_traceback", "kind": "Gdef"}, "getfslineno": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.getfslineno", "kind": "Gdef"}, "getrawcode": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.source.getrawcode", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/_code/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/_code/__init__.meta.json b/.mypy_cache/3.9/_pytest/_code/__init__.meta.json deleted file mode 100644 index f11a688e7..000000000 --- a/.mypy_cache/3.9/_pytest/_code/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000173, "dep_lines": [2, 9, 1, 1, 1], "dep_prios": [5, 5, 5, 30, 30], "dependencies": ["_pytest._code.code", "_pytest._code.source", "builtins", "abc", "typing"], "hash": "4bfb0153206df8374358624a26f8984d61478610c504cee920c68435aa1cc1a3", "id": "_pytest._code", "ignore_all": true, "interface_hash": "0656ee817a47a3b5f2004bde85bf27dd2ea737ae5892d8a83cca8d8bb1fb6316", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/_code/__init__.py", "plugin_data": null, "size": 483, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/_code/code.data.json b/.mypy_cache/3.9/_pytest/_code/code.data.json deleted file mode 100644 index 8ca7c657e..000000000 --- a/.mypy_cache/3.9/_pytest/_code/code.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest._code.code", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "CO_VARARGS": {".class": "SymbolTableNode", "cross_ref": "inspect.CO_VARARGS", "kind": "Gdef"}, "CO_VARKEYWORDS": {".class": "SymbolTableNode", "cross_ref": "inspect.CO_VARKEYWORDS", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Code": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._code.code.Code", "name": "Code", "type_vars": []}, "flags": [], "fullname": "_pytest._code.code.Code", "metaclass_type": null, "metadata": {}, "module_name": "_pytest._code.code", "mro": ["_pytest._code.code.Code", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest._code.code.Code.__eq__", "name": "__eq__", "type": null}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest._code.code.Code.__hash__", "name": "__hash__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "_pytest._code.code.Code.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "arg_types": ["_pytest._code.code.Code", "types.CodeType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Code", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest._code.code.Code.__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"}}}}, "firstlineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest._code.code.Code.firstlineno", "name": "firstlineno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.Code"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "firstlineno of Code", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "firstlineno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.Code"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "firstlineno of Code", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "from_function": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "obj"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest._code.code.Code.from_function", "name": "from_function", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "obj"], "arg_types": [{".class": "TypeType", "item": "_pytest._code.code.Code"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_function of Code", "ret_type": "_pytest._code.code.Code", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_function", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "obj"], "arg_types": [{".class": "TypeType", "item": "_pytest._code.code.Code"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_function of Code", "ret_type": "_pytest._code.code.Code", "type_guard": null, "variables": []}}}}, "fullsource": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest._code.code.Code.fullsource", "name": "fullsource", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.Code"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fullsource of Code", "ret_type": {".class": "UnionType", "items": ["_pytest._code.source.Source", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "fullsource", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.Code"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fullsource of Code", "ret_type": {".class": "UnionType", "items": ["_pytest._code.source.Source", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "getargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "var"], "flags": [], "fullname": "_pytest._code.code.Code.getargs", "name": "getargs", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "var"], "arg_types": ["_pytest._code.code.Code", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getargs of Code", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest._code.code.Code.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.Code"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of Code", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.Code"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of Code", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest._code.code.Code.path", "name": "path", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.Code"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "path of Code", "ret_type": {".class": "UnionType", "items": ["py.path.local", "builtins.str"]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "path", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.Code"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "path of Code", "ret_type": {".class": "UnionType", "items": ["py.path.local", "builtins.str"]}, "type_guard": null, "variables": []}}}}, "raw": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.Code.raw", "name": "raw", "type": "types.CodeType"}}, "source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._code.code.Code.source", "name": "source", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.Code"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "source of Code", "ret_type": "_pytest._code.source.Source", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CodeType": {".class": "SymbolTableNode", "cross_ref": "types.CodeType", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "ExceptionChainRepr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest._code.code.ExceptionRepr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._code.code.ExceptionChainRepr", "name": "ExceptionChainRepr", "type_vars": []}, "flags": [], "fullname": "_pytest._code.code.ExceptionChainRepr", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 980, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["_pytest._code.code.ReprTraceback", {".class": "UnionType", "items": ["_pytest._code.code.ReprFileLocation", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "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.Sequence"}, "kw_only": false, "name": "chain"}], "frozen": false}}, "module_name": "_pytest._code.code", "mro": ["_pytest._code.code.ExceptionChainRepr", "_pytest._code.code.ExceptionRepr", "_pytest._code.code.TerminalRepr", "builtins.object"], "names": {".class": "SymbolTable", "__attrs_post_init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._code.code.ExceptionChainRepr.__attrs_post_init__", "name": "__attrs_post_init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.ExceptionChainRepr"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__attrs_post_init__ of ExceptionChainRepr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "chain"], "flags": [], "fullname": "_pytest._code.code.ExceptionChainRepr.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "chain"], "arg_types": ["_pytest._code.code.ExceptionChainRepr", {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["_pytest._code.code.ReprTraceback", {".class": "UnionType", "items": ["_pytest._code.code.ReprFileLocation", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "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.Sequence"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ExceptionChainRepr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__init__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionChainRepr.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionChainRepr.__init__", "kind": "Mdef", "plugin_generated": true}, "chain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.ExceptionChainRepr.chain", "name": "chain", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["_pytest._code.code.ReprTraceback", {".class": "UnionType", "items": ["_pytest._code.code.ReprFileLocation", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "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.Sequence"}}}, "toterminal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "flags": [], "fullname": "_pytest._code.code.ExceptionChainRepr.toterminal", "name": "toterminal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "arg_types": ["_pytest._code.code.ExceptionChainRepr", "_pytest._io.terminalwriter.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "toterminal of ExceptionChainRepr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ExceptionInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._code.code.ExceptionInfo", "name": "ExceptionInfo", "type_vars": [{".class": "TypeVarDef", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}]}, "flags": ["is_final"], "fullname": "_pytest._code.code.ExceptionInfo", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 446, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}}, {".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}, "types.TracebackType"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "kw_only": false, "name": "_excinfo"}, {"context_column": 4, "context_line": 447, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": true, "init": true, "init_type": "builtins.str", "kw_only": false, "name": "_striptext"}, {"context_column": 4, "context_line": 448, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": true, "init": true, "init_type": {".class": "UnionType", "items": ["_pytest._code.code.Traceback", {".class": "NoneType"}]}, "kw_only": false, "name": "_traceback"}], "frozen": false}}, "module_name": "_pytest._code.code", "mro": ["_pytest._code.code.ExceptionInfo", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest._code.code.ExceptionInfo._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest._code.code.ExceptionInfo.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest._code.code.ExceptionInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest._code.code.ExceptionInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of ExceptionInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest._code.code.ExceptionInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__ge__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo.__ge__", "kind": "Mdef", "plugin_generated": true}, "__ge__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo.__ge__", "kind": "Mdef", "plugin_generated": true}, "__ge__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo.__ge__", "kind": "Mdef", "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest._code.code.ExceptionInfo.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest._code.code.ExceptionInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest._code.code.ExceptionInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of ExceptionInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest._code.code.ExceptionInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo.__gt__", "kind": "Mdef", "plugin_generated": true}, "__gt__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo.__gt__", "kind": "Mdef", "plugin_generated": true}, "__gt__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo.__gt__", "kind": "Mdef", "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "excinfo", "striptext", "traceback"], "flags": [], "fullname": "_pytest._code.code.ExceptionInfo.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "excinfo", "striptext", "traceback"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}}, {".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}, "types.TracebackType"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": ["_pytest._code.code.Traceback", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ExceptionInfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__init__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo.__init__", "kind": "Mdef", "plugin_generated": true}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest._code.code.ExceptionInfo.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest._code.code.ExceptionInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest._code.code.ExceptionInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of ExceptionInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest._code.code.ExceptionInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__le__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo.__le__", "kind": "Mdef", "plugin_generated": true}, "__le__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo.__le__", "kind": "Mdef", "plugin_generated": true}, "__le__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo.__le__", "kind": "Mdef", "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest._code.code.ExceptionInfo.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest._code.code.ExceptionInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest._code.code.ExceptionInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of ExceptionInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest._code.code.ExceptionInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo.__lt__", "kind": "Mdef", "plugin_generated": true}, "__lt__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo.__lt__", "kind": "Mdef", "plugin_generated": true}, "__lt__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo.__lt__", "kind": "Mdef", "plugin_generated": true}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._code.code.ExceptionInfo.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of ExceptionInfo", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_assert_start_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest._code.code.ExceptionInfo._assert_start_repr", "name": "_assert_start_repr", "type": "builtins.str"}}, "_excinfo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.ExceptionInfo._excinfo", "name": "_excinfo", "type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}}, {".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}, "types.TracebackType"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}}}, "_getreprcrash": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._code.code.ExceptionInfo._getreprcrash", "name": "_getreprcrash", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_getreprcrash of ExceptionInfo", "ret_type": "_pytest._code.code.ReprFileLocation", "type_guard": null, "variables": []}}}, "_striptext": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.ExceptionInfo._striptext", "name": "_striptext", "type": "builtins.str"}}, "_traceback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.ExceptionInfo._traceback", "name": "_traceback", "type": {".class": "UnionType", "items": ["_pytest._code.code.Traceback", {".class": "NoneType"}]}}}, "errisinstance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "exc"], "flags": [], "fullname": "_pytest._code.code.ExceptionInfo.errisinstance", "name": "errisinstance", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exc"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.BaseException"}], "type_ref": "builtins.tuple"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "errisinstance of ExceptionInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "exconly": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "tryshort"], "flags": [], "fullname": "_pytest._code.code.ExceptionInfo.exconly", "name": "exconly", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "tryshort"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exconly of ExceptionInfo", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "fill_unfilled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "exc_info"], "flags": [], "fullname": "_pytest._code.code.ExceptionInfo.fill_unfilled", "name": "fill_unfilled", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exc_info"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}, {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}}, {".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}, "types.TracebackType"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fill_unfilled of ExceptionInfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "for_later": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest._code.code.ExceptionInfo.for_later", "name": "for_later", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "for_later of ExceptionInfo", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "for_later", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "for_later of ExceptionInfo", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}, "type_guard": null, "variables": []}}}}, "from_current": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["cls", "exprinfo"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest._code.code.ExceptionInfo.from_current", "name": "from_current", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["cls", "exprinfo"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_current of ExceptionInfo", "ret_type": {".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_current", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["cls", "exprinfo"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_current of ExceptionInfo", "ret_type": {".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}, "type_guard": null, "variables": []}}}}, "from_exc_info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "exc_info", "exprinfo"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest._code.code.ExceptionInfo.from_exc_info", "name": "from_exc_info", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "exc_info", "exprinfo"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}}, {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}}, {".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}, "types.TracebackType"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_exc_info of ExceptionInfo", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_exc_info", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "exc_info", "exprinfo"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}}, {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}}, {".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}, "types.TracebackType"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_exc_info of ExceptionInfo", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}, "type_guard": null, "variables": []}}}}, "getrepr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "showlocals", "style", "abspath", "tbfilter", "funcargs", "truncate_locals", "chain"], "flags": [], "fullname": "_pytest._code.code.ExceptionInfo.getrepr", "name": "getrepr", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "showlocals", "style", "abspath", "tbfilter", "funcargs", "truncate_locals", "chain"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "_pytest._code.code._TracebackStyle"}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getrepr of ExceptionInfo", "ret_type": {".class": "UnionType", "items": ["_pytest._code.code.ReprExceptionInfo", "_pytest._code.code.ExceptionChainRepr"]}, "type_guard": null, "variables": []}}}, "match": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "regexp"], "flags": [], "fullname": "_pytest._code.code.ExceptionInfo.match", "name": "match", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "regexp"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "match of ExceptionInfo", "ret_type": {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, "type_guard": null, "variables": []}}}, "tb": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest._code.code.ExceptionInfo.tb", "name": "tb", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tb of ExceptionInfo", "ret_type": "types.TracebackType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "tb", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tb of ExceptionInfo", "ret_type": "types.TracebackType", "type_guard": null, "variables": []}}}}, "traceback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "_pytest._code.code.ExceptionInfo.traceback", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "_pytest._code.code.ExceptionInfo.traceback", "name": "traceback", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "traceback of ExceptionInfo", "ret_type": "_pytest._code.code.Traceback", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "traceback", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "traceback of ExceptionInfo", "ret_type": "_pytest._code.code.Traceback", "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "_pytest._code.code.ExceptionInfo.traceback", "name": "traceback", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}, "_pytest._code.code.Traceback"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "traceback of ExceptionInfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "traceback", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "traceback of ExceptionInfo", "ret_type": "_pytest._code.code.Traceback", "type_guard": null, "variables": []}]}}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest._code.code.ExceptionInfo.type", "name": "type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "type of ExceptionInfo", "ret_type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "type of ExceptionInfo", "ret_type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}}, "type_guard": null, "variables": []}}}}, "typename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest._code.code.ExceptionInfo.typename", "name": "typename", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "typename of ExceptionInfo", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "typename", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "typename of ExceptionInfo", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest._code.code.ExceptionInfo.value", "name": "value", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "value of ExceptionInfo", "ret_type": {".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "value", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "value of ExceptionInfo", "ret_type": {".class": "TypeVarType", "fullname": "_pytest._code.code._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": ["_E"], "typeddict_type": null}}, "ExceptionRepr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest._code.code.TerminalRepr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._code.code.ExceptionRepr", "name": "ExceptionRepr", "type_vars": []}, "flags": [], "fullname": "_pytest._code.code.ExceptionRepr", "metaclass_type": null, "metadata": {"attrs": {"attributes": [], "frozen": false}}, "module_name": "_pytest._code.code", "mro": ["_pytest._code.code.ExceptionRepr", "_pytest._code.code.TerminalRepr", "builtins.object"], "names": {".class": "SymbolTable", "__attrs_post_init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._code.code.ExceptionRepr.__attrs_post_init__", "name": "__attrs_post_init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.ExceptionRepr"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__attrs_post_init__ of ExceptionRepr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._code.code.ExceptionRepr.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.ExceptionRepr"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ExceptionRepr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__init__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionRepr.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionRepr.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionRepr.__init__", "kind": "Mdef", "plugin_generated": true}, "addsection": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "content", "sep"], "flags": [], "fullname": "_pytest._code.code.ExceptionRepr.addsection", "name": "addsection", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "content", "sep"], "arg_types": ["_pytest._code.code.ExceptionRepr", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addsection of ExceptionRepr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reprcrash": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest._code.code.ExceptionRepr.reprcrash", "name": "reprcrash", "type": {".class": "UnionType", "items": ["_pytest._code.code.ReprFileLocation", {".class": "NoneType"}]}}}, "reprtraceback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest._code.code.ExceptionRepr.reprtraceback", "name": "reprtraceback", "type": "_pytest._code.code.ReprTraceback"}}, "sections": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest._code.code.ExceptionRepr.sections", "name": "sections", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "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.list"}}}, "toterminal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "flags": [], "fullname": "_pytest._code.code.ExceptionRepr.toterminal", "name": "toterminal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "arg_types": ["_pytest._code.code.ExceptionRepr", "_pytest._io.terminalwriter.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "toterminal of ExceptionRepr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FormattedExcinfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._code.code.FormattedExcinfo", "name": "FormattedExcinfo", "type_vars": []}, "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 673, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": true, "init": true, "init_type": "builtins.bool", "kw_only": false, "name": "showlocals"}, {"context_column": 4, "context_line": 674, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": true, "init": true, "init_type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest._code.code._TracebackStyle"}, "kw_only": false, "name": "style"}, {"context_column": 4, "context_line": 675, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": true, "init": true, "init_type": "builtins.bool", "kw_only": false, "name": "abspath"}, {"context_column": 4, "context_line": 676, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": true, "init": true, "init_type": "builtins.bool", "kw_only": false, "name": "tbfilter"}, {"context_column": 4, "context_line": 677, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": true, "init": true, "init_type": "builtins.bool", "kw_only": false, "name": "funcargs"}, {"context_column": 4, "context_line": 678, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": true, "init": true, "init_type": "builtins.bool", "kw_only": false, "name": "truncate_locals"}, {"context_column": 4, "context_line": 679, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": true, "init": true, "init_type": "builtins.bool", "kw_only": false, "name": "chain"}, {"context_column": 4, "context_line": 680, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": true, "init": false, "init_type": null, "kw_only": false, "name": "astcache"}], "frozen": false}}, "module_name": "_pytest._code.code", "mro": ["_pytest._code.code.FormattedExcinfo", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest._code.code.FormattedExcinfo._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest._code.code.FormattedExcinfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest._code.code.FormattedExcinfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of FormattedExcinfo", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest._code.code.FormattedExcinfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest._code.code.FormattedExcinfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest._code.code.FormattedExcinfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of FormattedExcinfo", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest._code.code.FormattedExcinfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "showlocals", "style", "abspath", "tbfilter", "funcargs", "truncate_locals", "chain"], "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "showlocals", "style", "abspath", "tbfilter", "funcargs", "truncate_locals", "chain"], "arg_types": ["_pytest._code.code.FormattedExcinfo", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "_pytest._code.code._TracebackStyle"}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FormattedExcinfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest._code.code.FormattedExcinfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest._code.code.FormattedExcinfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of FormattedExcinfo", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest._code.code.FormattedExcinfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest._code.code.FormattedExcinfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest._code.code.FormattedExcinfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of FormattedExcinfo", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest._code.code.FormattedExcinfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "_getentrysource": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "entry"], "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo._getentrysource", "name": "_getentrysource", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "entry"], "arg_types": ["_pytest._code.code.FormattedExcinfo", "_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_getentrysource of FormattedExcinfo", "ret_type": {".class": "UnionType", "items": ["_pytest._code.source.Source", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_getindent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo._getindent", "name": "_getindent", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "arg_types": ["_pytest._code.code.FormattedExcinfo", "_pytest._code.source.Source"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_getindent of FormattedExcinfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_makepath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo._makepath", "name": "_makepath", "type": null}}, "_truncate_recursive_traceback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "traceback"], "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo._truncate_recursive_traceback", "name": "_truncate_recursive_traceback", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "traceback"], "arg_types": ["_pytest._code.code.FormattedExcinfo", "_pytest._code.code.Traceback"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_truncate_recursive_traceback of FormattedExcinfo", "ret_type": {".class": "TupleType", "implicit": false, "items": ["_pytest._code.code.Traceback", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "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": []}}}, "abspath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo.abspath", "name": "abspath", "type": "builtins.bool"}}, "astcache": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo.astcache", "name": "astcache", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}}}, "chain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo.chain", "name": "chain", "type": "builtins.bool"}}, "fail_marker": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest._code.code.FormattedExcinfo.fail_marker", "name": "fail_marker", "type": "builtins.str"}}, "flow_marker": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest._code.code.FormattedExcinfo.flow_marker", "name": "flow_marker", "type": "builtins.str"}}, "funcargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo.funcargs", "name": "funcargs", "type": "builtins.bool"}}, "get_exconly": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "excinfo", "indent", "markall"], "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo.get_exconly", "name": "get_exconly", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "excinfo", "indent", "markall"], "arg_types": ["_pytest._code.code.FormattedExcinfo", {".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_exconly of FormattedExcinfo", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "source", "line_index", "excinfo", "short"], "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo.get_source", "name": "get_source", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "source", "line_index", "excinfo", "short"], "arg_types": ["_pytest._code.code.FormattedExcinfo", {".class": "UnionType", "items": ["_pytest._code.source.Source", {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_source of FormattedExcinfo", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "repr_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "entry"], "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo.repr_args", "name": "repr_args", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "entry"], "arg_types": ["_pytest._code.code.FormattedExcinfo", "_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_args of FormattedExcinfo", "ret_type": {".class": "UnionType", "items": ["_pytest._code.code.ReprFuncArgs", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "repr_excinfo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "excinfo"], "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo.repr_excinfo", "name": "repr_excinfo", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "excinfo"], "arg_types": ["_pytest._code.code.FormattedExcinfo", {".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_excinfo of FormattedExcinfo", "ret_type": "_pytest._code.code.ExceptionChainRepr", "type_guard": null, "variables": []}}}, "repr_locals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "locals"], "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo.repr_locals", "name": "repr_locals", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "locals"], "arg_types": ["_pytest._code.code.FormattedExcinfo", {".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_locals of FormattedExcinfo", "ret_type": {".class": "UnionType", "items": ["_pytest._code.code.ReprLocals", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "repr_traceback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "excinfo"], "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo.repr_traceback", "name": "repr_traceback", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "excinfo"], "arg_types": ["_pytest._code.code.FormattedExcinfo", {".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_traceback of FormattedExcinfo", "ret_type": "_pytest._code.code.ReprTraceback", "type_guard": null, "variables": []}}}, "repr_traceback_entry": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "entry", "excinfo"], "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo.repr_traceback_entry", "name": "repr_traceback_entry", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "entry", "excinfo"], "arg_types": ["_pytest._code.code.FormattedExcinfo", "_pytest._code.code.TracebackEntry", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_traceback_entry of FormattedExcinfo", "ret_type": "_pytest._code.code.ReprEntry", "type_guard": null, "variables": []}}}, "showlocals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo.showlocals", "name": "showlocals", "type": "builtins.bool"}}, "style": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo.style", "name": "style", "type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest._code.code._TracebackStyle"}}}, "tbfilter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo.tbfilter", "name": "tbfilter", "type": "builtins.bool"}}, "truncate_locals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.FormattedExcinfo.truncate_locals", "name": "truncate_locals", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Frame": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._code.code.Frame", "name": "Frame", "type_vars": []}, "flags": [], "fullname": "_pytest._code.code.Frame", "metaclass_type": null, "metadata": {}, "module_name": "_pytest._code.code", "mro": ["_pytest._code.code.Frame", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "frame"], "flags": [], "fullname": "_pytest._code.code.Frame.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "frame"], "arg_types": ["_pytest._code.code.Frame", "types.FrameType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Frame", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest._code.code.Frame.__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"}}}}, "code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest._code.code.Frame.code", "name": "code", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.Frame"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "code of Frame", "ret_type": "_pytest._code.code.Code", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "code", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.Frame"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "code of Frame", "ret_type": "_pytest._code.code.Code", "type_guard": null, "variables": []}}}}, "eval": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "code", "vars"], "flags": [], "fullname": "_pytest._code.code.Frame.eval", "name": "eval", "type": null}}, "f_globals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest._code.code.Frame.f_globals", "name": "f_globals", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.Frame"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "f_globals of Frame", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "f_globals", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.Frame"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "f_globals of Frame", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}}, "f_locals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest._code.code.Frame.f_locals", "name": "f_locals", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.Frame"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "f_locals of Frame", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "f_locals", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.Frame"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "f_locals of Frame", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}}, "getargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "var"], "flags": [], "fullname": "_pytest._code.code.Frame.getargs", "name": "getargs", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "var"], "arg_types": ["_pytest._code.code.Frame", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getargs of Frame", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest._code.code.Frame.lineno", "name": "lineno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.Frame"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lineno of Frame", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "lineno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.Frame"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lineno of Frame", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "raw": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.Frame.raw", "name": "raw", "type": "types.FrameType"}}, "repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "flags": [], "fullname": "_pytest._code.code.Frame.repr", "name": "repr", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "arg_types": ["_pytest._code.code.Frame", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr of Frame", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "statement": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest._code.code.Frame.statement", "name": "statement", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.Frame"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "statement of Frame", "ret_type": "_pytest._code.source.Source", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "statement", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.Frame"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "statement of Frame", "ret_type": "_pytest._code.source.Source", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FrameType": {".class": "SymbolTableNode", "cross_ref": "types.FrameType", "kind": "Gdef"}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef"}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef"}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef"}, "Pattern": {".class": "SymbolTableNode", "cross_ref": "typing.Pattern", "kind": "Gdef"}, "ReferenceType": {".class": "SymbolTableNode", "cross_ref": "_weakref.ReferenceType", "kind": "Gdef"}, "ReprEntry": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest._code.code.TerminalRepr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._code.code.ReprEntry", "name": "ReprEntry", "type_vars": []}, "flags": [], "fullname": "_pytest._code.code.ReprEntry", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 1057, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "kw_only": false, "name": "lines"}, {"context_column": 4, "context_line": 1058, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "UnionType", "items": ["_pytest._code.code.ReprFuncArgs", {".class": "NoneType"}]}, "kw_only": false, "name": "reprfuncargs"}, {"context_column": 4, "context_line": 1059, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "UnionType", "items": ["_pytest._code.code.ReprLocals", {".class": "NoneType"}]}, "kw_only": false, "name": "reprlocals"}, {"context_column": 4, "context_line": 1060, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "UnionType", "items": ["_pytest._code.code.ReprFileLocation", {".class": "NoneType"}]}, "kw_only": false, "name": "reprfileloc"}, {"context_column": 4, "context_line": 1061, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest._code.code._TracebackStyle"}, "kw_only": false, "name": "style"}], "frozen": false}}, "module_name": "_pytest._code.code", "mro": ["_pytest._code.code.ReprEntry", "_pytest._code.code.TerminalRepr", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "lines", "reprfuncargs", "reprlocals", "reprfileloc", "style"], "flags": [], "fullname": "_pytest._code.code.ReprEntry.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "lines", "reprfuncargs", "reprlocals", "reprfileloc", "style"], "arg_types": ["_pytest._code.code.ReprEntry", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["_pytest._code.code.ReprFuncArgs", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["_pytest._code.code.ReprLocals", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["_pytest._code.code.ReprFileLocation", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "_pytest._code.code._TracebackStyle"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ReprEntry", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__init__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprEntry.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprEntry.__init__", "kind": "Mdef", "plugin_generated": true}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._code.code.ReprEntry.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest._code.code.ReprEntry"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of ReprEntry", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_write_entry_lines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "flags": [], "fullname": "_pytest._code.code.ReprEntry._write_entry_lines", "name": "_write_entry_lines", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "arg_types": ["_pytest._code.code.ReprEntry", "_pytest._io.terminalwriter.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_write_entry_lines of ReprEntry", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "lines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.ReprEntry.lines", "name": "lines", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}}}, "reprfileloc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.ReprEntry.reprfileloc", "name": "reprfileloc", "type": {".class": "UnionType", "items": ["_pytest._code.code.ReprFileLocation", {".class": "NoneType"}]}}}, "reprfuncargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.ReprEntry.reprfuncargs", "name": "reprfuncargs", "type": {".class": "UnionType", "items": ["_pytest._code.code.ReprFuncArgs", {".class": "NoneType"}]}}}, "reprlocals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.ReprEntry.reprlocals", "name": "reprlocals", "type": {".class": "UnionType", "items": ["_pytest._code.code.ReprLocals", {".class": "NoneType"}]}}}, "style": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.ReprEntry.style", "name": "style", "type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest._code.code._TracebackStyle"}}}, "toterminal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "flags": [], "fullname": "_pytest._code.code.ReprEntry.toterminal", "name": "toterminal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "arg_types": ["_pytest._code.code.ReprEntry", "_pytest._io.terminalwriter.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "toterminal of ReprEntry", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReprEntryNative": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest._code.code.TerminalRepr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._code.code.ReprEntryNative", "name": "ReprEntryNative", "type_vars": []}, "flags": [], "fullname": "_pytest._code.code.ReprEntryNative", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 1048, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "kw_only": false, "name": "lines"}], "frozen": false}}, "module_name": "_pytest._code.code", "mro": ["_pytest._code.code.ReprEntryNative", "_pytest._code.code.TerminalRepr", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "lines"], "flags": [], "fullname": "_pytest._code.code.ReprEntryNative.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "lines"], "arg_types": ["_pytest._code.code.ReprEntryNative", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ReprEntryNative", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__init__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprEntryNative.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprEntryNative.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprEntryNative.__init__", "kind": "Mdef", "plugin_generated": true}, "lines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.ReprEntryNative.lines", "name": "lines", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}}}, "style": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest._code.code.ReprEntryNative.style", "name": "style", "type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest._code.code._TracebackStyle"}}}, "toterminal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "flags": [], "fullname": "_pytest._code.code.ReprEntryNative.toterminal", "name": "toterminal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "arg_types": ["_pytest._code.code.ReprEntryNative", "_pytest._io.terminalwriter.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "toterminal of ReprEntryNative", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReprExceptionInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest._code.code.ExceptionRepr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._code.code.ReprExceptionInfo", "name": "ReprExceptionInfo", "type_vars": []}, "flags": [], "fullname": "_pytest._code.code.ReprExceptionInfo", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 1004, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": "_pytest._code.code.ReprTraceback", "kw_only": false, "name": "reprtraceback"}, {"context_column": 4, "context_line": 1005, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": "_pytest._code.code.ReprFileLocation", "kw_only": false, "name": "reprcrash"}], "frozen": false}}, "module_name": "_pytest._code.code", "mro": ["_pytest._code.code.ReprExceptionInfo", "_pytest._code.code.ExceptionRepr", "_pytest._code.code.TerminalRepr", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "reprtraceback", "reprcrash"], "flags": [], "fullname": "_pytest._code.code.ReprExceptionInfo.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "reprtraceback", "reprcrash"], "arg_types": ["_pytest._code.code.ReprExceptionInfo", "_pytest._code.code.ReprTraceback", "_pytest._code.code.ReprFileLocation"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ReprExceptionInfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__init__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprExceptionInfo.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprExceptionInfo.__init__", "kind": "Mdef", "plugin_generated": true}, "reprcrash": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.ReprExceptionInfo.reprcrash", "name": "reprcrash", "type": "_pytest._code.code.ReprFileLocation"}}, "reprtraceback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.ReprExceptionInfo.reprtraceback", "name": "reprtraceback", "type": "_pytest._code.code.ReprTraceback"}}, "toterminal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "flags": [], "fullname": "_pytest._code.code.ReprExceptionInfo.toterminal", "name": "toterminal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "arg_types": ["_pytest._code.code.ReprExceptionInfo", "_pytest._io.terminalwriter.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "toterminal of ReprExceptionInfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReprFileLocation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest._code.code.TerminalRepr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._code.code.ReprFileLocation", "name": "ReprFileLocation", "type_vars": []}, "flags": [], "fullname": "_pytest._code.code.ReprFileLocation", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 1137, "converter_is_attr_converters_optional": false, "converter_name": "builtins.str", "has_default": false, "init": true, "init_type": "builtins.str", "kw_only": false, "name": "path"}, {"context_column": 4, "context_line": 1138, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": "builtins.int", "kw_only": false, "name": "lineno"}, {"context_column": 4, "context_line": 1139, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": "builtins.str", "kw_only": false, "name": "message"}], "frozen": false}}, "module_name": "_pytest._code.code", "mro": ["_pytest._code.code.ReprFileLocation", "_pytest._code.code.TerminalRepr", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "path", "lineno", "message"], "flags": [], "fullname": "_pytest._code.code.ReprFileLocation.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "path", "lineno", "message"], "arg_types": ["_pytest._code.code.ReprFileLocation", "builtins.object", "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ReprFileLocation", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__init__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprFileLocation.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprFileLocation.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprFileLocation.__init__", "kind": "Mdef", "plugin_generated": true}, "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.ReprFileLocation.lineno", "name": "lineno", "type": "builtins.int"}}, "message": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.ReprFileLocation.message", "name": "message", "type": "builtins.str"}}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.ReprFileLocation.path", "name": "path", "type": "builtins.str"}}, "toterminal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "flags": [], "fullname": "_pytest._code.code.ReprFileLocation.toterminal", "name": "toterminal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "arg_types": ["_pytest._code.code.ReprFileLocation", "_pytest._io.terminalwriter.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "toterminal of ReprFileLocation", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReprFuncArgs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest._code.code.TerminalRepr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._code.code.ReprFuncArgs", "name": "ReprFuncArgs", "type_vars": []}, "flags": [], "fullname": "_pytest._code.code.ReprFuncArgs", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 1163, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.object"], "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.Sequence"}, "kw_only": false, "name": "args"}], "frozen": false}}, "module_name": "_pytest._code.code", "mro": ["_pytest._code.code.ReprFuncArgs", "_pytest._code.code.TerminalRepr", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "args"], "flags": [], "fullname": "_pytest._code.code.ReprFuncArgs.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "args"], "arg_types": ["_pytest._code.code.ReprFuncArgs", {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.object"], "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.Sequence"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ReprFuncArgs", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__init__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprFuncArgs.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprFuncArgs.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprFuncArgs.__init__", "kind": "Mdef", "plugin_generated": true}, "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.ReprFuncArgs.args", "name": "args", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.object"], "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.Sequence"}}}, "toterminal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "flags": [], "fullname": "_pytest._code.code.ReprFuncArgs.toterminal", "name": "toterminal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "arg_types": ["_pytest._code.code.ReprFuncArgs", "_pytest._io.terminalwriter.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "toterminal of ReprFuncArgs", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReprLocals": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest._code.code.TerminalRepr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._code.code.ReprLocals", "name": "ReprLocals", "type_vars": []}, "flags": [], "fullname": "_pytest._code.code.ReprLocals", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 1154, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "kw_only": false, "name": "lines"}], "frozen": false}}, "module_name": "_pytest._code.code", "mro": ["_pytest._code.code.ReprLocals", "_pytest._code.code.TerminalRepr", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "lines"], "flags": [], "fullname": "_pytest._code.code.ReprLocals.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "lines"], "arg_types": ["_pytest._code.code.ReprLocals", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ReprLocals", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__init__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprLocals.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprLocals.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprLocals.__init__", "kind": "Mdef", "plugin_generated": true}, "lines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.ReprLocals.lines", "name": "lines", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}}}, "toterminal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tw", "indent"], "flags": [], "fullname": "_pytest._code.code.ReprLocals.toterminal", "name": "toterminal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tw", "indent"], "arg_types": ["_pytest._code.code.ReprLocals", "_pytest._io.terminalwriter.TerminalWriter", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "toterminal of ReprLocals", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReprTraceback": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest._code.code.TerminalRepr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._code.code.ReprTraceback", "name": "ReprTraceback", "type_vars": []}, "flags": [], "fullname": "_pytest._code.code.ReprTraceback", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 1014, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest._code.code.ReprEntry", "_pytest._code.code.ReprEntryNative"]}], "type_ref": "typing.Sequence"}, "kw_only": false, "name": "reprentries"}, {"context_column": 4, "context_line": 1015, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "kw_only": false, "name": "extraline"}, {"context_column": 4, "context_line": 1016, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest._code.code._TracebackStyle"}, "kw_only": false, "name": "style"}], "frozen": false}}, "module_name": "_pytest._code.code", "mro": ["_pytest._code.code.ReprTraceback", "_pytest._code.code.TerminalRepr", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "reprentries", "extraline", "style"], "flags": [], "fullname": "_pytest._code.code.ReprTraceback.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "reprentries", "extraline", "style"], "arg_types": ["_pytest._code.code.ReprTraceback", {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest._code.code.ReprEntry", "_pytest._code.code.ReprEntryNative"]}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "_pytest._code.code._TracebackStyle"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ReprTraceback", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__init__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprTraceback.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprTraceback.__init__", "kind": "Mdef", "plugin_generated": true}, "entrysep": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest._code.code.ReprTraceback.entrysep", "name": "entrysep", "type": "builtins.str"}}, "extraline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.ReprTraceback.extraline", "name": "extraline", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "reprentries": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.ReprTraceback.reprentries", "name": "reprentries", "type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest._code.code.ReprEntry", "_pytest._code.code.ReprEntryNative"]}], "type_ref": "typing.Sequence"}}}, "style": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.ReprTraceback.style", "name": "style", "type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest._code.code._TracebackStyle"}}}, "toterminal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "flags": [], "fullname": "_pytest._code.code.ReprTraceback.toterminal", "name": "toterminal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "arg_types": ["_pytest._code.code.ReprTraceback", "_pytest._io.terminalwriter.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "toterminal of ReprTraceback", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReprTracebackNative": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest._code.code.ReprTraceback"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._code.code.ReprTracebackNative", "name": "ReprTracebackNative", "type_vars": []}, "flags": [], "fullname": "_pytest._code.code.ReprTracebackNative", "metaclass_type": null, "metadata": {}, "module_name": "_pytest._code.code", "mro": ["_pytest._code.code.ReprTracebackNative", "_pytest._code.code.ReprTraceback", "_pytest._code.code.TerminalRepr", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tblines"], "flags": [], "fullname": "_pytest._code.code.ReprTracebackNative.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "tblines"], "arg_types": ["_pytest._code.code.ReprTracebackNative", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ReprTracebackNative", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "Source": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.source.Source", "kind": "Gdef"}, "StringIO": {".class": "SymbolTableNode", "cross_ref": "io.StringIO", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "TerminalRepr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._code.code.TerminalRepr", "name": "TerminalRepr", "type_vars": []}, "flags": [], "fullname": "_pytest._code.code.TerminalRepr", "metaclass_type": null, "metadata": {"attrs": {"attributes": [], "frozen": false}}, "module_name": "_pytest._code.code", "mro": ["_pytest._code.code.TerminalRepr", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._code.code.TerminalRepr.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.TerminalRepr"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TerminalRepr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__init__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.TerminalRepr.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.TerminalRepr.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.TerminalRepr.__init__", "kind": "Mdef", "plugin_generated": true}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._code.code.TerminalRepr.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest._code.code.TerminalRepr"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of TerminalRepr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._code.code.TerminalRepr.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest._code.code.TerminalRepr"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of TerminalRepr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "toterminal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "flags": [], "fullname": "_pytest._code.code.TerminalRepr.toterminal", "name": "toterminal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "arg_types": ["_pytest._code.code.TerminalRepr", "_pytest._io.terminalwriter.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "toterminal of TerminalRepr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TerminalWriter": {".class": "SymbolTableNode", "cross_ref": "_pytest._io.terminalwriter.TerminalWriter", "kind": "Gdef"}, "Traceback": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["_pytest._code.code.TracebackEntry"], "type_ref": "builtins.list"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._code.code.Traceback", "name": "Traceback", "type_vars": []}, "flags": [], "fullname": "_pytest._code.code.Traceback", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_pytest._code.code", "mro": ["_pytest._code.code.Traceback", "builtins.list", "typing.MutableSequence", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "_pytest._code.code.Traceback.__getitem__", "impl": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": ["is_overload"], "fullname": "_pytest._code.code.Traceback.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest._code.code.Traceback", {".class": "UnionType", "items": ["builtins.int", "builtins.slice"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Traceback", "ret_type": {".class": "UnionType", "items": ["_pytest._code.code.TracebackEntry", "_pytest._code.code.Traceback"]}, "type_guard": null, "variables": []}}, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest._code.code.Traceback.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest._code.code.Traceback", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Traceback", "ret_type": "_pytest._code.code.TracebackEntry", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest._code.code.Traceback.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest._code.code.Traceback", "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Traceback", "ret_type": "_pytest._code.code.Traceback", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest._code.code.Traceback", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Traceback", "ret_type": "_pytest._code.code.TracebackEntry", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest._code.code.Traceback", "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Traceback", "ret_type": "_pytest._code.code.Traceback", "type_guard": null, "variables": []}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tb", "excinfo"], "flags": [], "fullname": "_pytest._code.code.Traceback.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tb", "excinfo"], "arg_types": ["_pytest._code.code.Traceback", {".class": "UnionType", "items": ["types.TracebackType", {".class": "Instance", "args": ["_pytest._code.code.TracebackEntry"], "type_ref": "typing.Iterable"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}], "type_ref": "_weakref.ReferenceType"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Traceback", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_excinfo": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.Traceback._excinfo", "name": "_excinfo", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}], "type_ref": "_weakref.ReferenceType"}, {".class": "NoneType"}]}}}, "cut": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "path", "lineno", "firstlineno", "excludepath"], "flags": [], "fullname": "_pytest._code.code.Traceback.cut", "name": "cut", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "path", "lineno", "firstlineno", "excludepath"], "arg_types": ["_pytest._code.code.Traceback", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cut of Traceback", "ret_type": "_pytest._code.code.Traceback", "type_guard": null, "variables": []}}}, "filter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "fn"], "flags": [], "fullname": "_pytest._code.code.Traceback.filter", "name": "filter", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "fn"], "arg_types": ["_pytest._code.code.Traceback", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "filter of Traceback", "ret_type": "_pytest._code.code.Traceback", "type_guard": null, "variables": []}}}, "getcrashentry": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._code.code.Traceback.getcrashentry", "name": "getcrashentry", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.Traceback"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getcrashentry of Traceback", "ret_type": "_pytest._code.code.TracebackEntry", "type_guard": null, "variables": []}}}, "recursionindex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._code.code.Traceback.recursionindex", "name": "recursionindex", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.Traceback"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "recursionindex of Traceback", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TracebackEntry": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._code.code.TracebackEntry", "name": "TracebackEntry", "type_vars": []}, "flags": [], "fullname": "_pytest._code.code.TracebackEntry", "metaclass_type": null, "metadata": {}, "module_name": "_pytest._code.code", "mro": ["_pytest._code.code.TracebackEntry", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "rawentry", "excinfo"], "flags": [], "fullname": "_pytest._code.code.TracebackEntry.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "rawentry", "excinfo"], "arg_types": ["_pytest._code.code.TracebackEntry", "types.TracebackType", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}], "type_ref": "_weakref.ReferenceType"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TracebackEntry", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._code.code.TracebackEntry.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of TracebackEntry", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest._code.code.TracebackEntry.__slots__", "name": "__slots__", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._code.code.TracebackEntry.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of TracebackEntry", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_excinfo": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.TracebackEntry._excinfo", "name": "_excinfo", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}], "type_ref": "_weakref.ReferenceType"}, {".class": "NoneType"}]}}}, "_rawentry": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.TracebackEntry._rawentry", "name": "_rawentry", "type": "types.TracebackType"}}, "_repr_style": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest._code.code.TracebackEntry._repr_style", "name": "_repr_style", "type": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "short"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "long"}, {".class": "NoneType"}]}}}, "frame": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest._code.code.TracebackEntry.frame", "name": "frame", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "frame of TracebackEntry", "ret_type": "_pytest._code.code.Frame", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "frame", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "frame of TracebackEntry", "ret_type": "_pytest._code.code.Frame", "type_guard": null, "variables": []}}}}, "getfirstlinesource": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._code.code.TracebackEntry.getfirstlinesource", "name": "getfirstlinesource", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfirstlinesource of TracebackEntry", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getsource": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "astcache"], "flags": [], "fullname": "_pytest._code.code.TracebackEntry.getsource", "name": "getsource", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "astcache"], "arg_types": ["_pytest._code.code.TracebackEntry", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getsource of TracebackEntry", "ret_type": {".class": "UnionType", "items": ["_pytest._code.source.Source", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "ishidden": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._code.code.TracebackEntry.ishidden", "name": "ishidden", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ishidden of TracebackEntry", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest._code.code.TracebackEntry.lineno", "name": "lineno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lineno of TracebackEntry", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "lineno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lineno of TracebackEntry", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "locals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest._code.code.TracebackEntry.locals", "name": "locals", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "locals of TracebackEntry", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "locals", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "locals of TracebackEntry", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest._code.code.TracebackEntry.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of TracebackEntry", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of TracebackEntry", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest._code.code.TracebackEntry.path", "name": "path", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "path of TracebackEntry", "ret_type": {".class": "UnionType", "items": ["py.path.local", "builtins.str"]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "path", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "path of TracebackEntry", "ret_type": {".class": "UnionType", "items": ["py.path.local", "builtins.str"]}, "type_guard": null, "variables": []}}}}, "relline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest._code.code.TracebackEntry.relline", "name": "relline", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "relline of TracebackEntry", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "relline", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "relline of TracebackEntry", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "set_repr_style": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mode"], "flags": [], "fullname": "_pytest._code.code.TracebackEntry.set_repr_style", "name": "set_repr_style", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mode"], "arg_types": ["_pytest._code.code.TracebackEntry", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "short"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "long"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_repr_style of TracebackEntry", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest._code.code.TracebackEntry.source", "name": "source", "type": "builtins.property"}}, "statement": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest._code.code.TracebackEntry.statement", "name": "statement", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "statement of TracebackEntry", "ret_type": "_pytest._code.source.Source", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "statement", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "statement of TracebackEntry", "ret_type": "_pytest._code.source.Source", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_E": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest._code.code._E", "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 1}}, "_PLUGGY_DIR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code._PLUGGY_DIR", "name": "_PLUGGY_DIR", "type": "pathlib.Path"}}, "_PYTEST_DIR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code._PYTEST_DIR", "name": "_PYTEST_DIR", "type": "pathlib.Path"}}, "_PY_DIR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code._PY_DIR", "name": "_PY_DIR", "type": "pathlib.Path"}}, "_TracebackStyle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "_pytest._code.code._TracebackStyle", "line": 51, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "long"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "short"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "line"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "no"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "native"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "value"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "auto"}]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._code.code.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._code.code.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._code.code.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._code.code.__package__", "name": "__package__", "type": "builtins.str"}}, "_pytest": {".class": "SymbolTableNode", "cross_ref": "_pytest", "kind": "Gdef"}, "attr": {".class": "SymbolTableNode", "cross_ref": "attr", "kind": "Gdef"}, "co_equal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._code.code.co_equal", "name": "co_equal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "filter_traceback": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["entry"], "flags": [], "fullname": "_pytest._code.code.filter_traceback", "name": "filter_traceback", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["entry"], "arg_types": ["_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "filter_traceback", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "findsource": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.source.findsource", "kind": "Gdef"}, "format_exception_only": {".class": "SymbolTableNode", "cross_ref": "traceback.format_exception_only", "kind": "Gdef"}, "get_real_func": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.get_real_func", "kind": "Gdef"}, "getfslineno": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "_pytest._code.code.getfslineno", "name": "getfslineno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfslineno", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", "py.path.local"]}, "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": []}}}, "getrawcode": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.source.getrawcode", "kind": "Gdef"}, "getstatementrange_ast": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.source.getstatementrange_ast", "kind": "Gdef"}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef"}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef"}, "pluggy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "_pytest._code.code.pluggy", "name": "pluggy", "type": {".class": "AnyType", "missing_import_name": "_pytest._code.code.pluggy", "source_any": null, "type_of_any": 3}}}, "py": {".class": "SymbolTableNode", "cross_ref": "py", "kind": "Gdef"}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "ref": {".class": "SymbolTableNode", "cross_ref": "_weakref.ref", "kind": "Gdef"}, "safeformat": {".class": "SymbolTableNode", "cross_ref": "_pytest._io.saferepr.safeformat", "kind": "Gdef"}, "saferepr": {".class": "SymbolTableNode", "cross_ref": "_pytest._io.saferepr.saferepr", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "traceback": {".class": "SymbolTableNode", "cross_ref": "traceback", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/_code/code.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/_code/code.meta.json b/.mypy_cache/3.9/_pytest/_code/code.meta.json deleted file mode 100644 index 6c3e6525f..000000000 --- a/.mypy_cache/3.9/_pytest/_code/code.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000173, "dep_lines": [1, 2, 3, 4, 7, 8, 10, 13, 30, 32, 34, 36, 37, 41, 42, 44, 48, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 33], "dep_prios": [5, 10, 10, 5, 5, 5, 5, 5, 5, 10, 10, 10, 5, 5, 5, 5, 25, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 10], "dependencies": ["inspect", "re", "sys", "traceback", "io", "pathlib", "types", "typing", "weakref", "attr", "py", "_pytest", "_pytest._code.source", "_pytest._io", "_pytest._io.saferepr", "_pytest.compat", "typing_extensions", "builtins", "_ast", "_pytest._io.terminalwriter", "_typeshed", "_weakref", "abc", "attr.setters", "enum", "os", "py.path"], "hash": "38207e9acba9055dec1f5c38d6eb0d8dbac2adb2beb180ff5ff29067cb32781b", "id": "_pytest._code.code", "ignore_all": true, "interface_hash": "2805695d7c75d7579fe84758eb672592e9f690f16d8281553bcc26892c4259ff", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/_code/code.py", "plugin_data": null, "size": 43460, "suppressed": ["pluggy"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/_code/source.data.json b/.mypy_cache/3.9/_pytest/_code/source.data.json deleted file mode 100644 index 38b859421..000000000 --- a/.mypy_cache/3.9/_pytest/_code/source.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest._code.source", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Source": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._code.source.Source", "name": "Source", "type_vars": []}, "flags": [], "fullname": "_pytest._code.source.Source", "metaclass_type": null, "metadata": {}, "module_name": "_pytest._code.source", "mro": ["_pytest._code.source.Source", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest._code.source.Source.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest._code.source.Source", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of Source", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "_pytest._code.source.Source.__getitem__", "impl": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": ["is_overload"], "fullname": "_pytest._code.source.Source.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest._code.source.Source", {".class": "UnionType", "items": ["builtins.int", "builtins.slice"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Source", "ret_type": {".class": "UnionType", "items": ["builtins.str", "_pytest._code.source.Source"]}, "type_guard": null, "variables": []}}, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest._code.source.Source.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest._code.source.Source", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Source", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest._code.source.Source.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest._code.source.Source", "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Source", "ret_type": "_pytest._code.source.Source", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest._code.source.Source", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Source", "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest._code.source.Source", "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Source", "ret_type": "_pytest._code.source.Source", "type_guard": null, "variables": []}]}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest._code.source.Source.__hash__", "name": "__hash__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "obj"], "flags": [], "fullname": "_pytest._code.source.Source.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "obj"], "arg_types": ["_pytest._code.source.Source", {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Source", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._code.source.Source.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest._code.source.Source"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of Source", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._code.source.Source.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest._code.source.Source"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of Source", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._code.source.Source.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest._code.source.Source"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of Source", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "deindent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._code.source.Source.deindent", "name": "deindent", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.source.Source"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "deindent of Source", "ret_type": "_pytest._code.source.Source", "type_guard": null, "variables": []}}}, "getstatement": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "lineno"], "flags": [], "fullname": "_pytest._code.source.Source.getstatement", "name": "getstatement", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "lineno"], "arg_types": ["_pytest._code.source.Source", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getstatement of Source", "ret_type": "_pytest._code.source.Source", "type_guard": null, "variables": []}}}, "getstatementrange": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "lineno"], "flags": [], "fullname": "_pytest._code.source.Source.getstatementrange", "name": "getstatementrange", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "lineno"], "arg_types": ["_pytest._code.source.Source", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getstatementrange of Source", "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": []}}}, "indent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "indent"], "flags": [], "fullname": "_pytest._code.source.Source.indent", "name": "indent", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "indent"], "arg_types": ["_pytest._code.source.Source", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "indent of Source", "ret_type": "_pytest._code.source.Source", "type_guard": null, "variables": []}}}, "lines": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest._code.source.Source.lines", "name": "lines", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "strip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._code.source.Source.strip", "name": "strip", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._code.source.Source"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strip of Source", "ret_type": "_pytest._code.source.Source", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._code.source.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._code.source.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._code.source.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._code.source.__package__", "name": "__package__", "type": "builtins.str"}}, "ast": {".class": "SymbolTableNode", "cross_ref": "ast", "kind": "Gdef"}, "bisect_right": {".class": "SymbolTableNode", "cross_ref": "_bisect.bisect_right", "kind": "Gdef"}, "deindent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["lines"], "flags": [], "fullname": "_pytest._code.source.deindent", "name": "deindent", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["lines"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "deindent", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "findsource": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "_pytest._code.source.findsource", "name": "findsource", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "findsource", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["_pytest._code.source.Source", {".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_guard": null, "variables": []}}}, "get_statement_startend2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["lineno", "node"], "flags": [], "fullname": "_pytest._code.source.get_statement_startend2", "name": "get_statement_startend2", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["lineno", "node"], "arg_types": ["builtins.int", "_ast.AST"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_statement_startend2", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "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": []}}}, "getrawcode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["obj", "trycall"], "flags": [], "fullname": "_pytest._code.source.getrawcode", "name": "getrawcode", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["obj", "trycall"], "arg_types": ["builtins.object", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getrawcode", "ret_type": "types.CodeType", "type_guard": null, "variables": []}}}, "getstatementrange_ast": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["lineno", "source", "assertion", "astnode"], "flags": [], "fullname": "_pytest._code.source.getstatementrange_ast", "name": "getstatementrange_ast", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["lineno", "source", "assertion", "astnode"], "arg_types": ["builtins.int", "_pytest._code.source.Source", "builtins.bool", {".class": "UnionType", "items": ["_ast.AST", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getstatementrange_ast", "ret_type": {".class": "TupleType", "implicit": false, "items": ["_ast.AST", "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": []}}}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef"}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef"}, "textwrap": {".class": "SymbolTableNode", "cross_ref": "textwrap", "kind": "Gdef"}, "tokenize": {".class": "SymbolTableNode", "cross_ref": "tokenize", "kind": "Gdef"}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/_code/source.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/_code/source.meta.json b/.mypy_cache/3.9/_pytest/_code/source.meta.json deleted file mode 100644 index 14f7a79fa..000000000 --- a/.mypy_cache/3.9/_pytest/_code/source.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 8, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 10, 5, 5, 5, 30, 30, 30, 30, 30], "dependencies": ["ast", "inspect", "textwrap", "tokenize", "types", "warnings", "bisect", "typing", "builtins", "_ast", "_bisect", "_typeshed", "abc", "typing_extensions"], "hash": "73b032870a0ab8018c1da35cb2822c8fdd1e307c60aa57ec0a4a4dde35e8d495", "id": "_pytest._code.source", "ignore_all": true, "interface_hash": "e660ce25f1352476dc13bfb500a2c01825f998b000155fdbf0e9463a260b82a9", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/_code/source.py", "plugin_data": null, "size": 7054, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/_io/__init__.data.json b/.mypy_cache/3.9/_pytest/_io/__init__.data.json deleted file mode 100644 index 76345ec7f..000000000 --- a/.mypy_cache/3.9/_pytest/_io/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest._io", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "TerminalWriter": {".class": "SymbolTableNode", "cross_ref": "_pytest._io.terminalwriter.TerminalWriter", "kind": "Gdef"}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "_pytest._io.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._io.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._io.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._io.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._io.__package__", "name": "__package__", "type": "builtins.str"}}, "get_terminal_width": {".class": "SymbolTableNode", "cross_ref": "_pytest._io.terminalwriter.get_terminal_width", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/_io/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/_io/__init__.meta.json b/.mypy_cache/3.9/_pytest/_io/__init__.meta.json deleted file mode 100644 index 12169ac09..000000000 --- a/.mypy_cache/3.9/_pytest/_io/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000173, "dep_lines": [1, 1, 1, 1], "dep_prios": [5, 5, 30, 30], "dependencies": ["_pytest._io.terminalwriter", "builtins", "abc", "typing"], "hash": "356b35db92e7e88a8fe4164dc3e57688dff260fc0633bbdfac03f9b5ae8c84f0", "id": "_pytest._io", "ignore_all": true, "interface_hash": "1199a8be97f24f1422ac86832d09c669facbb7ef497bb1d4386a809314370ce0", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/_io/__init__.py", "plugin_data": null, "size": 154, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/_io/saferepr.data.json b/.mypy_cache/3.9/_pytest/_io/saferepr.data.json deleted file mode 100644 index 9286e7889..000000000 --- a/.mypy_cache/3.9/_pytest/_io/saferepr.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest._io.saferepr", "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": []}, "flags": [], "fullname": "_pytest._io.saferepr.AlwaysDispatchingPrettyPrinter", "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", "implicit": false, "is_ellipsis_args": false, "name": "_format of AlwaysDispatchingPrettyPrinter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "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": []}, "flags": [], "fullname": "_pytest._io.saferepr.SafeRepr", "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", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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": "builtins.int"}}, "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "repr_instance of SafeRepr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__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", "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", "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", "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", "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", "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", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "saferepr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/_io/saferepr.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/_io/saferepr.meta.json b/.mypy_cache/3.9/_pytest/_io/saferepr.meta.json deleted file mode 100644 index c7350c160..000000000 --- a/.mypy_cache/3.9/_pytest/_io/saferepr.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 30, 30], "dependencies": ["pprint", "reprlib", "typing", "builtins", "_typeshed", "abc"], "hash": "8e8f5c8bef7e9acd07d768ef0b6659e9ef69c6d60eea11faaa2c3715a143d93e", "id": "_pytest._io.saferepr", "ignore_all": true, "interface_hash": "d775bfea6043813c466259830e2f687ad5ccb600ca80635d6bf4f6fb476b970a", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/_io/saferepr.py", "plugin_data": null, "size": 3767, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/_io/terminalwriter.data.json b/.mypy_cache/3.9/_pytest/_io/terminalwriter.data.json deleted file mode 100644 index d2852fa0f..000000000 --- a/.mypy_cache/3.9/_pytest/_io/terminalwriter.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest._io.terminalwriter", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "TerminalWriter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._io.terminalwriter.TerminalWriter", "name": "TerminalWriter", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest._io.terminalwriter.TerminalWriter", "metaclass_type": null, "metadata": {}, "module_name": "_pytest._io.terminalwriter", "mro": ["_pytest._io.terminalwriter.TerminalWriter", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "file"], "flags": [], "fullname": "_pytest._io.terminalwriter.TerminalWriter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "file"], "arg_types": ["_pytest._io.terminalwriter.TerminalWriter", {".class": "UnionType", "items": ["typing.TextIO", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TerminalWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_current_line": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._io.terminalwriter.TerminalWriter._current_line", "name": "_current_line", "type": "builtins.str"}}, "_esctable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest._io.terminalwriter.TerminalWriter._esctable", "name": "_esctable", "type": {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}}}, "_file": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._io.terminalwriter.TerminalWriter._file", "name": "_file", "type": "typing.TextIO"}}, "_highlight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "flags": [], "fullname": "_pytest._io.terminalwriter.TerminalWriter._highlight", "name": "_highlight", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "arg_types": ["_pytest._io.terminalwriter.TerminalWriter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_highlight of TerminalWriter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_terminal_width": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest._io.terminalwriter.TerminalWriter._terminal_width", "name": "_terminal_width", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "_write_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "lines", "indents"], "flags": [], "fullname": "_pytest._io.terminalwriter.TerminalWriter._write_source", "name": "_write_source", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "lines", "indents"], "arg_types": ["_pytest._io.terminalwriter.TerminalWriter", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_write_source of TerminalWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "code_highlight": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._io.terminalwriter.TerminalWriter.code_highlight", "name": "code_highlight", "type": "builtins.bool"}}, "flush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest._io.terminalwriter.TerminalWriter.flush", "name": "flush", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._io.terminalwriter.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flush of TerminalWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fullwidth": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "_pytest._io.terminalwriter.TerminalWriter.fullwidth", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "_pytest._io.terminalwriter.TerminalWriter.fullwidth", "name": "fullwidth", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._io.terminalwriter.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fullwidth of TerminalWriter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "fullwidth", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._io.terminalwriter.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fullwidth of TerminalWriter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "_pytest._io.terminalwriter.TerminalWriter.fullwidth", "name": "fullwidth", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["_pytest._io.terminalwriter.TerminalWriter", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fullwidth of TerminalWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fullwidth", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._io.terminalwriter.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fullwidth of TerminalWriter", "ret_type": "builtins.int", "type_guard": null, "variables": []}]}}}, "hasmarkup": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._io.terminalwriter.TerminalWriter.hasmarkup", "name": "hasmarkup", "type": "builtins.bool"}}, "line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 4], "arg_names": ["self", "s", "markup"], "flags": [], "fullname": "_pytest._io.terminalwriter.TerminalWriter.line", "name": "line", "type": {".class": "CallableType", "arg_kinds": [0, 1, 4], "arg_names": ["self", "s", "markup"], "arg_types": ["_pytest._io.terminalwriter.TerminalWriter", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "line of TerminalWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "markup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "text", "markup"], "flags": [], "fullname": "_pytest._io.terminalwriter.TerminalWriter.markup", "name": "markup", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", "text", "markup"], "arg_types": ["_pytest._io.terminalwriter.TerminalWriter", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "markup of TerminalWriter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "sep": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 4], "arg_names": ["self", "sepchar", "title", "fullwidth", "markup"], "flags": [], "fullname": "_pytest._io.terminalwriter.TerminalWriter.sep", "name": "sep", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 4], "arg_names": ["self", "sepchar", "title", "fullwidth", "markup"], "arg_types": ["_pytest._io.terminalwriter.TerminalWriter", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sep of TerminalWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "width_of_current_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest._io.terminalwriter.TerminalWriter.width_of_current_line", "name": "width_of_current_line", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._io.terminalwriter.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "width_of_current_line of TerminalWriter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "width_of_current_line", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest._io.terminalwriter.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "width_of_current_line of TerminalWriter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 4], "arg_names": ["self", "msg", "flush", "markup"], "flags": [], "fullname": "_pytest._io.terminalwriter.TerminalWriter.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 4], "arg_names": ["self", "msg", "flush", "markup"], "arg_types": ["_pytest._io.terminalwriter.TerminalWriter", "builtins.str", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of TerminalWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TextIO": {".class": "SymbolTableNode", "cross_ref": "typing.TextIO", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._io.terminalwriter.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._io.terminalwriter.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._io.terminalwriter.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._io.terminalwriter.__package__", "name": "__package__", "type": "builtins.str"}}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "get_terminal_width": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_pytest._io.terminalwriter.get_terminal_width", "name": "get_terminal_width", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_terminal_width", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "should_do_markup": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["file"], "flags": [], "fullname": "_pytest._io.terminalwriter.should_do_markup", "name": "should_do_markup", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["file"], "arg_types": ["typing.TextIO"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "should_do_markup", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "shutil": {".class": "SymbolTableNode", "cross_ref": "shutil", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "wcswidth": {".class": "SymbolTableNode", "cross_ref": "_pytest._io.wcwidth.wcswidth", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/_io/terminalwriter.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/_io/terminalwriter.meta.json b/.mypy_cache/3.9/_pytest/_io/terminalwriter.meta.json deleted file mode 100644 index c5ef4a213..000000000 --- a/.mypy_cache/3.9/_pytest/_io/terminalwriter.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [2, 3, 4, 5, 9, 10, 1, 1, 1, 1, 70, 201, 202, 203], "dep_prios": [10, 10, 10, 5, 5, 5, 5, 30, 30, 30, 20, 20, 20, 20], "dependencies": ["os", "shutil", "sys", "typing", "_pytest._io.wcwidth", "_pytest.compat", "builtins", "_typeshed", "abc", "typing_extensions"], "hash": "5675b581898eb92f6435a3e46654380e28d75bf5c272161941ebcbd1e19df9a9", "id": "_pytest._io.terminalwriter", "ignore_all": true, "interface_hash": "f379fc463399c6088dd548038bf8da555f86dc214ccb14f2897ef36912d4cb53", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/_io/terminalwriter.py", "plugin_data": null, "size": 7182, "suppressed": ["colorama", "pygments.formatters.terminal", "pygments.lexers.python", "pygments"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/_io/wcwidth.data.json b/.mypy_cache/3.9/_pytest/_io/wcwidth.data.json deleted file mode 100644 index 2fa2772aa..000000000 --- a/.mypy_cache/3.9/_pytest/_io/wcwidth.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest._io.wcwidth", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__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", "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", "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/anaconda3/lib/python3.9/site-packages/_pytest/_io/wcwidth.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/_io/wcwidth.meta.json b/.mypy_cache/3.9/_pytest/_io/wcwidth.meta.json deleted file mode 100644 index e62e0a7ff..000000000 --- a/.mypy_cache/3.9/_pytest/_io/wcwidth.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 1, 1, 1], "dep_prios": [10, 5, 5, 30, 30], "dependencies": ["unicodedata", "functools", "builtins", "abc", "typing"], "hash": "6211374e8faf048eee74bb55e01fa0fb4e12de5f15a110f9922f77e508a99890", "id": "_pytest._io.wcwidth", "ignore_all": true, "interface_hash": "fbd69795c7cc856b907f2d379198c154613bd4f207ed8b79db9a40aa62e4dcb5", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/_io/wcwidth.py", "plugin_data": null, "size": 1253, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/_version.data.json b/.mypy_cache/3.9/_pytest/_version.data.json deleted file mode 100644 index 45e430c1c..000000000 --- a/.mypy_cache/3.9/_pytest/_version.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest._version", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__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"], "fullname": "_pytest._version.version", "name": "version", "type": "builtins.str"}}, "version_tuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "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/anaconda3/lib/python3.9/site-packages/_pytest/_version.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/_version.meta.json b/.mypy_cache/3.9/_pytest/_version.meta.json deleted file mode 100644 index 81c61acd6..000000000 --- a/.mypy_cache/3.9/_pytest/_version.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 30, 30], "dependencies": ["builtins", "abc", "typing"], "hash": "5f84f6989acf16ce4c2d49266966eea93d967c3d7459cd5078d98b9514e552b6", "id": "_pytest._version", "ignore_all": true, "interface_hash": "f8fabdadd5b0673289a5ce9f0d00606c91b2dfeff5cbe69e3131a165ceda4a23", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/_version.py", "plugin_data": null, "size": 142, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/assertion/__init__.data.json b/.mypy_cache/3.9/_pytest/assertion/__init__.data.json deleted file mode 100644 index f3e64c45b..000000000 --- a/.mypy_cache/3.9/_pytest/assertion/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.assertion", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "AssertionState": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.assertion.AssertionState", "name": "AssertionState", "type_vars": []}, "flags": [], "fullname": "_pytest.assertion.AssertionState", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.assertion", "mro": ["_pytest.assertion.AssertionState", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "config", "mode"], "flags": [], "fullname": "_pytest.assertion.AssertionState.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "config", "mode"], "arg_types": ["_pytest.assertion.AssertionState", "_pytest.config.Config", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of AssertionState", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "hook": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.assertion.AssertionState.hook", "name": "hook", "type": {".class": "UnionType", "items": ["_pytest.assertion.rewrite.AssertionRewritingHook", {".class": "NoneType"}]}}}, "mode": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.assertion.AssertionState.mode", "name": "mode", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "trace": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.assertion.AssertionState.trace", "name": "trace", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_of_any": 7}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef"}, "DummyRewriteHook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.assertion.DummyRewriteHook", "name": "DummyRewriteHook", "type_vars": []}, "flags": [], "fullname": "_pytest.assertion.DummyRewriteHook", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.assertion", "mro": ["_pytest.assertion.DummyRewriteHook", "builtins.object"], "names": {".class": "SymbolTable", "mark_rewrite": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "flags": [], "fullname": "_pytest.assertion.DummyRewriteHook.mark_rewrite", "name": "mark_rewrite", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "arg_types": ["_pytest.assertion.DummyRewriteHook", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mark_rewrite of DummyRewriteHook", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef"}, "Item": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.Item", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Parser": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.argparsing.Parser", "kind": "Gdef"}, "Session": {".class": "SymbolTableNode", "cross_ref": "_pytest.main.Session", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.assertion.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.assertion.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.assertion.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.assertion.__package__", "name": "__package__", "type": "builtins.str"}}, "assertstate_key": {".class": "SymbolTableNode", "cross_ref": "_pytest.assertion.rewrite.assertstate_key", "kind": "Gdef"}, "hookimpl": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.hookimpl", "kind": "Gdef"}, "install_importhook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.assertion.install_importhook", "name": "install_importhook", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "install_importhook", "ret_type": "_pytest.assertion.rewrite.AssertionRewritingHook", "type_guard": null, "variables": []}}}, "pytest_addoption": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["parser"], "flags": [], "fullname": "_pytest.assertion.pytest_addoption", "name": "pytest_addoption", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["parser"], "arg_types": ["_pytest.config.argparsing.Parser"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_addoption", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_assertrepr_compare": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["config", "op", "left", "right"], "flags": [], "fullname": "_pytest.assertion.pytest_assertrepr_compare", "name": "pytest_assertrepr_compare", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["config", "op", "left", "right"], "arg_types": ["_pytest.config.Config", "builtins.str", {".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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_assertrepr_compare", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "pytest_collection": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["session"], "flags": [], "fullname": "_pytest.assertion.pytest_collection", "name": "pytest_collection", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["session"], "arg_types": ["_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_runtest_protocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["item"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.assertion.pytest_runtest_protocol", "name": "pytest_runtest_protocol", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["item"], "arg_types": ["_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_protocol", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_runtest_protocol", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_sessionfinish": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["session"], "flags": [], "fullname": "_pytest.assertion.pytest_sessionfinish", "name": "pytest_sessionfinish", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["session"], "arg_types": ["_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_sessionfinish", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "register_assert_rewrite": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["names"], "flags": [], "fullname": "_pytest.assertion.register_assert_rewrite", "name": "register_assert_rewrite", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["names"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_assert_rewrite", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "rewrite": {".class": "SymbolTableNode", "cross_ref": "_pytest.assertion.rewrite", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "truncate": {".class": "SymbolTableNode", "cross_ref": "_pytest.assertion.truncate", "kind": "Gdef"}, "util": {".class": "SymbolTableNode", "cross_ref": "_pytest.assertion.util", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/assertion/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/assertion/__init__.meta.json b/.mypy_cache/3.9/_pytest/assertion/__init__.meta.json deleted file mode 100644 index 12729ce12..000000000 --- a/.mypy_cache/3.9/_pytest/assertion/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [2, 3, 9, 10, 11, 13, 15, 16, 19, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 10, 10, 5, 5, 5, 25, 5, 30, 30, 30, 30], "dependencies": ["sys", "typing", "_pytest.assertion.rewrite", "_pytest.assertion.truncate", "_pytest.assertion.util", "_pytest.config", "_pytest.config.argparsing", "_pytest.nodes", "_pytest.main", "builtins", "_pytest.store", "abc", "importlib", "importlib.abc"], "hash": "bb0396b1825fbfab0732a20aa2da825bea4e4b26f282cf7f1144fac9e0c80e55", "id": "_pytest.assertion", "ignore_all": true, "interface_hash": "2ee7bdc58ab8d40fba63313d9e330773bb3d638e25797e97d1c1abb298f902a4", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/assertion/__init__.py", "plugin_data": null, "size": 6424, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/assertion/rewrite.data.json b/.mypy_cache/3.9/_pytest/assertion/rewrite.data.json deleted file mode 100644 index 2b30facf0..000000000 --- a/.mypy_cache/3.9/_pytest/assertion/rewrite.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.assertion.rewrite", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.assertion.rewrite.", "name": "object", "type_vars": []}, "flags": [], "fullname": "_pytest.assertion.rewrite.", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.assertion.rewrite", "mro": ["_pytest.assertion.rewrite.", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_pytest.assertion.rewrite..__call__", "name": "__call__", "type": {".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", "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": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AssertionRewriter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ast.NodeVisitor"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.assertion.rewrite.AssertionRewriter", "name": "AssertionRewriter", "type_vars": []}, "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.assertion.rewrite", "mro": ["_pytest.assertion.rewrite.AssertionRewriter", "ast.NodeVisitor", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "module_path", "config", "source"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "module_path", "config", "source"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewriter", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["_pytest.config.Config", {".class": "NoneType"}]}, "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of AssertionRewriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_assert_expr_to_lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "_pytest.assertion.rewrite.AssertionRewriter._assert_expr_to_lineno", "name": "_assert_expr_to_lineno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_assert_expr_to_lineno of AssertionRewriter", "ret_type": {".class": "Instance", "args": ["builtins.int", "builtins.str"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "_assert_expr_to_lineno", "type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.int", "builtins.str"], "type_ref": "builtins.dict"}], "type_ref": "functools._lru_cache_wrapper"}}}}, "assign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "expr"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.assign", "name": "assign", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "expr"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewriter", "_ast.expr"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assign of AssertionRewriter", "ret_type": "_ast.Name", "type_guard": null, "variables": []}}}, "builtin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.builtin", "name": "builtin", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewriter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "builtin of AssertionRewriter", "ret_type": "_ast.Attribute", "type_guard": null, "variables": []}}}, "config": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.config", "name": "config", "type": {".class": "UnionType", "items": ["_pytest.config.Config", {".class": "NoneType"}]}}}, "display": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "expr"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.display", "name": "display", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "expr"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewriter", "_ast.expr"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "display of AssertionRewriter", "ret_type": "_ast.expr", "type_guard": null, "variables": []}}}, "enable_assertion_pass_hook": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.enable_assertion_pass_hook", "name": "enable_assertion_pass_hook", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "expl_stmts": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.expl_stmts", "name": "expl_stmts", "type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}}}, "explanation_param": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "expr"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.explanation_param", "name": "explanation_param", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "expr"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewriter", "_ast.expr"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "explanation_param of AssertionRewriter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "explanation_specifiers": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.explanation_specifiers", "name": "explanation_specifiers", "type": {".class": "Instance", "args": ["builtins.str", "_ast.expr"], "type_ref": "builtins.dict"}}}, "format_variables": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.format_variables", "name": "format_variables", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "generic_visit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.generic_visit", "name": "generic_visit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewriter", "_ast.AST"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "generic_visit of AssertionRewriter", "ret_type": {".class": "TupleType", "implicit": false, "items": ["_ast.Name", "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_guard": null, "variables": []}}}, "helper": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "args"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.helper", "name": "helper", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "args"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewriter", "builtins.str", "_ast.expr"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "helper of AssertionRewriter", "ret_type": "_ast.expr", "type_guard": null, "variables": []}}}, "is_rewrite_disabled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["docstring"], "flags": ["is_static", "is_decorated"], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.is_rewrite_disabled", "name": "is_rewrite_disabled", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["docstring"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_rewrite_disabled of AssertionRewriter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "is_rewrite_disabled", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["docstring"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_rewrite_disabled of AssertionRewriter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "module_path": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.module_path", "name": "module_path", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "pop_format_context": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "expl_expr"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.pop_format_context", "name": "pop_format_context", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "expl_expr"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewriter", "_ast.expr"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop_format_context of AssertionRewriter", "ret_type": "_ast.Name", "type_guard": null, "variables": []}}}, "push_format_context": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.push_format_context", "name": "push_format_context", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "push_format_context of AssertionRewriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mod"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mod"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewriter", "_ast.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run of AssertionRewriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "source": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.source", "name": "source", "type": "builtins.bytes"}}, "stack": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.stack", "name": "stack", "type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str", "_ast.expr"], "type_ref": "builtins.dict"}], "type_ref": "builtins.list"}}}, "statements": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.statements", "name": "statements", "type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}}}, "variable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.variable", "name": "variable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "variable of AssertionRewriter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "variable_counter": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.variable_counter", "name": "variable_counter", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "itertools.count"}}}, "variables": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.variables", "name": "variables", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "visit_Assert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "assert_"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.visit_Assert", "name": "visit_Assert", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "assert_"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewriter", "_ast.Assert"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Assert of AssertionRewriter", "ret_type": {".class": "Instance", "args": ["_ast.stmt"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "visit_Attribute": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "attr"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.visit_Attribute", "name": "visit_Attribute", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "attr"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewriter", "_ast.Attribute"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Attribute of AssertionRewriter", "ret_type": {".class": "TupleType", "implicit": false, "items": ["_ast.Name", "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_guard": null, "variables": []}}}, "visit_BinOp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "binop"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.visit_BinOp", "name": "visit_BinOp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "binop"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewriter", "_ast.BinOp"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_BinOp of AssertionRewriter", "ret_type": {".class": "TupleType", "implicit": false, "items": ["_ast.Name", "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_guard": null, "variables": []}}}, "visit_BoolOp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "boolop"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.visit_BoolOp", "name": "visit_BoolOp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "boolop"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewriter", "_ast.BoolOp"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_BoolOp of AssertionRewriter", "ret_type": {".class": "TupleType", "implicit": false, "items": ["_ast.Name", "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_guard": null, "variables": []}}}, "visit_Call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "call"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.visit_Call", "name": "visit_Call", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "call"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewriter", "_ast.Call"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Call of AssertionRewriter", "ret_type": {".class": "TupleType", "implicit": false, "items": ["_ast.Name", "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_guard": null, "variables": []}}}, "visit_Compare": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "comp"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.visit_Compare", "name": "visit_Compare", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "comp"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewriter", "_ast.Compare"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Compare of AssertionRewriter", "ret_type": {".class": "TupleType", "implicit": false, "items": ["_ast.expr", "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_guard": null, "variables": []}}}, "visit_Name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.visit_Name", "name": "visit_Name", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewriter", "_ast.Name"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Name of AssertionRewriter", "ret_type": {".class": "TupleType", "implicit": false, "items": ["_ast.Name", "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_guard": null, "variables": []}}}, "visit_Starred": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "starred"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.visit_Starred", "name": "visit_Starred", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "starred"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewriter", "_ast.Starred"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Starred of AssertionRewriter", "ret_type": {".class": "TupleType", "implicit": false, "items": ["_ast.Starred", "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_guard": null, "variables": []}}}, "visit_UnaryOp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "unary"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewriter.visit_UnaryOp", "name": "visit_UnaryOp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "unary"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewriter", "_ast.UnaryOp"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_UnaryOp of AssertionRewriter", "ret_type": {".class": "TupleType", "implicit": false, "items": ["_ast.Name", "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_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AssertionRewritingHook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["importlib.abc.MetaPathFinder", "importlib.abc.Loader"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook", "name": "AssertionRewritingHook", "type_vars": []}, "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_pytest.assertion.rewrite", "mro": ["_pytest.assertion.rewrite.AssertionRewritingHook", "importlib.abc.MetaPathFinder", "importlib.abc.Finder", "importlib.abc.Loader", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewritingHook", "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of AssertionRewritingHook", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_basenames_to_check_rewrite": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook._basenames_to_check_rewrite", "name": "_basenames_to_check_rewrite", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "_early_rewrite_bailout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "state"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook._early_rewrite_bailout", "name": "_early_rewrite_bailout", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "state"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewritingHook", "builtins.str", "_pytest.assertion.AssertionState"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_early_rewrite_bailout of AssertionRewritingHook", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_find_spec": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook._find_spec", "name": "_find_spec", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["fullname", "path", "target"], "arg_types": ["builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}], "bound_args": [{".class": "TypeType", "item": "importlib.machinery.PathFinder"}], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["importlib.machinery.ModuleSpec", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_is_marked_for_rewrite": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "state"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook._is_marked_for_rewrite", "name": "_is_marked_for_rewrite", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "state"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewritingHook", "builtins.str", "_pytest.assertion.AssertionState"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_marked_for_rewrite of AssertionRewritingHook", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_marked_for_rewrite_cache": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook._marked_for_rewrite_cache", "name": "_marked_for_rewrite_cache", "type": {".class": "Instance", "args": ["builtins.str", "builtins.bool"], "type_ref": "builtins.dict"}}}, "_must_rewrite": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook._must_rewrite", "name": "_must_rewrite", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "_rewritten_names": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook._rewritten_names", "name": "_rewritten_names", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "_session_paths_checked": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook._session_paths_checked", "name": "_session_paths_checked", "type": "builtins.bool"}}, "_should_rewrite": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "fn", "state"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook._should_rewrite", "name": "_should_rewrite", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "fn", "state"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewritingHook", "builtins.str", "builtins.str", "_pytest.assertion.AssertionState"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_should_rewrite of AssertionRewritingHook", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_warn_already_imported": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook._warn_already_imported", "name": "_warn_already_imported", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewritingHook", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_warn_already_imported of AssertionRewritingHook", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_writing_pyc": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook._writing_pyc", "name": "_writing_pyc", "type": "builtins.bool"}}, "config": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook.config", "name": "config", "type": "_pytest.config.Config"}}, "create_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "spec"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook.create_module", "name": "create_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "spec"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewritingHook", "importlib.machinery.ModuleSpec"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_module of AssertionRewritingHook", "ret_type": {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "exec_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook.exec_module", "name": "exec_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewritingHook", "types.ModuleType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exec_module of AssertionRewritingHook", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "find_spec": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "name", "path", "target"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook.find_spec", "name": "find_spec", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "name", "path", "target"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewritingHook", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_spec of AssertionRewritingHook", "ret_type": {".class": "UnionType", "items": ["importlib.machinery.ModuleSpec", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "fnpats": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook.fnpats", "name": "fnpats", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "get_data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "pathname"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook.get_data", "name": "get_data", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "pathname"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewritingHook", {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_data of AssertionRewritingHook", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "mark_rewrite": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook.mark_rewrite", "name": "mark_rewrite", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewritingHook", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mark_rewrite of AssertionRewritingHook", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "session": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook.session", "name": "session", "type": {".class": "UnionType", "items": ["_pytest.main.Session", {".class": "NoneType"}]}}}, "set_session": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "session"], "flags": [], "fullname": "_pytest.assertion.rewrite.AssertionRewritingHook.set_session", "name": "set_session", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "session"], "arg_types": ["_pytest.assertion.rewrite.AssertionRewritingHook", {".class": "UnionType", "items": ["_pytest.main.Session", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_session of AssertionRewritingHook", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AssertionState": {".class": "SymbolTableNode", "cross_ref": "_pytest.assertion.AssertionState", "kind": "Gdef"}, "BINOP_MAP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.assertion.rewrite.BINOP_MAP", "name": "BINOP_MAP", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "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": ["_ast.MatMult"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_ast.AST", "type_guard": null, "variables": []}, "builtins.str"], "type_ref": "builtins.dict"}}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef"}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "PYC_EXT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.assertion.rewrite.PYC_EXT", "name": "PYC_EXT", "type": "builtins.str"}}, "PYC_TAIL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.assertion.rewrite.PYC_TAIL", "name": "PYC_TAIL", "type": "builtins.str"}}, "PYTEST_TAG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.assertion.rewrite.PYTEST_TAG", "name": "PYTEST_TAG", "type": "builtins.str"}}, "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef"}, "PurePath": {".class": "SymbolTableNode", "cross_ref": "pathlib.PurePath", "kind": "Gdef"}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "Session": {".class": "SymbolTableNode", "cross_ref": "_pytest.main.Session", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "StoreKey": {".class": "SymbolTableNode", "cross_ref": "_pytest.store.StoreKey", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "UNARY_MAP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.assertion.rewrite.UNARY_MAP", "name": "UNARY_MAP", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "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": ["_ast.UAdd"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_ast.unaryop", "type_guard": null, "variables": []}, "builtins.str"], "type_ref": "builtins.dict"}}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.assertion.rewrite.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.assertion.rewrite.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.assertion.rewrite.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.assertion.rewrite.__package__", "name": "__package__", "type": "builtins.str"}}, "_call_assertion_pass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["lineno", "orig", "expl"], "flags": [], "fullname": "_pytest.assertion.rewrite._call_assertion_pass", "name": "_call_assertion_pass", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["lineno", "orig", "expl"], "arg_types": ["builtins.int", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_call_assertion_pass", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_call_reprcompare": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["ops", "results", "expls", "each_obj"], "flags": [], "fullname": "_pytest.assertion.rewrite._call_reprcompare", "name": "_call_reprcompare", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["ops", "results", "expls", "each_obj"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.bool"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_call_reprcompare", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_check_if_assertion_pass_impl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_pytest.assertion.rewrite._check_if_assertion_pass_impl", "name": "_check_if_assertion_pass_impl", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_if_assertion_pass_impl", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_format_assertmsg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "_pytest.assertion.rewrite._format_assertmsg", "name": "_format_assertmsg", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_format_assertmsg", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_format_boolop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["explanations", "is_or"], "flags": [], "fullname": "_pytest.assertion.rewrite._format_boolop", "name": "_format_boolop", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["explanations", "is_or"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_format_boolop", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_format_explanation": {".class": "SymbolTableNode", "cross_ref": "_pytest.assertion.util.format_explanation", "kind": "Gdef"}, "_get_assertion_exprs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["src"], "flags": [], "fullname": "_pytest.assertion.rewrite._get_assertion_exprs", "name": "_get_assertion_exprs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["src"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_assertion_exprs", "ret_type": {".class": "Instance", "args": ["builtins.int", "builtins.str"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "_read_pyc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["source", "pyc", "trace"], "flags": [], "fullname": "_pytest.assertion.rewrite._read_pyc", "name": "_read_pyc", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["source", "pyc", "trace"], "arg_types": ["pathlib.Path", "pathlib.Path", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_read_pyc", "ret_type": {".class": "UnionType", "items": ["types.CodeType", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_rewrite_test": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fn", "config"], "flags": [], "fullname": "_pytest.assertion.rewrite._rewrite_test", "name": "_rewrite_test", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["fn", "config"], "arg_types": ["pathlib.Path", "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_rewrite_test", "ret_type": {".class": "TupleType", "implicit": false, "items": ["os.stat_result", "types.CodeType"], "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": []}}}, "_saferepr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "_pytest.assertion.rewrite._saferepr", "name": "_saferepr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_saferepr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_should_repr_global_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "_pytest.assertion.rewrite._should_repr_global_name", "name": "_should_repr_global_name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_should_repr_global_name", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_write_pyc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["state", "co", "source_stat", "pyc"], "flags": [], "fullname": "_pytest.assertion.rewrite._write_pyc", "name": "_write_pyc", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["state", "co", "source_stat", "pyc"], "arg_types": ["_pytest.assertion.AssertionState", "types.CodeType", "os.stat_result", "pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_write_pyc", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_write_pyc_fp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["fp", "source_stat", "co"], "flags": [], "fullname": "_pytest.assertion.rewrite._write_pyc_fp", "name": "_write_pyc_fp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["fp", "source_stat", "co"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "os.stat_result", "types.CodeType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_write_pyc_fp", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertstate_key": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.assertion.rewrite.assertstate_key", "name": "assertstate_key", "type": {".class": "Instance", "args": ["_pytest.assertion.AssertionState"], "type_ref": "_pytest.store.StoreKey"}}}, "ast": {".class": "SymbolTableNode", "cross_ref": "ast", "kind": "Gdef"}, "errno": {".class": "SymbolTableNode", "cross_ref": "errno", "kind": "Gdef"}, "fnmatch_ex": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.fnmatch_ex", "kind": "Gdef"}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "get_cache_dir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["file_path"], "flags": [], "fullname": "_pytest.assertion.rewrite.get_cache_dir", "name": "get_cache_dir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["file_path"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_cache_dir", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "importlib": {".class": "SymbolTableNode", "cross_ref": "importlib", "kind": "Gdef"}, "io": {".class": "SymbolTableNode", "cross_ref": "io", "kind": "Gdef"}, "itertools": {".class": "SymbolTableNode", "cross_ref": "itertools", "kind": "Gdef"}, "marshal": {".class": "SymbolTableNode", "cross_ref": "marshal", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "py": {".class": "SymbolTableNode", "cross_ref": "py", "kind": "Gdef"}, "rewrite_asserts": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["mod", "source", "module_path", "config"], "flags": [], "fullname": "_pytest.assertion.rewrite.rewrite_asserts", "name": "rewrite_asserts", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["mod", "source", "module_path", "config"], "arg_types": ["_ast.Module", "builtins.bytes", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["_pytest.config.Config", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rewrite_asserts", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "saferepr": {".class": "SymbolTableNode", "cross_ref": "_pytest._io.saferepr.saferepr", "kind": "Gdef"}, "set_location": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["node", "lineno", "col_offset"], "flags": [], "fullname": "_pytest.assertion.rewrite.set_location", "name": "set_location", "type": null}}, "struct": {".class": "SymbolTableNode", "cross_ref": "struct", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "tokenize": {".class": "SymbolTableNode", "cross_ref": "tokenize", "kind": "Gdef"}, "try_makedirs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cache_dir"], "flags": [], "fullname": "_pytest.assertion.rewrite.try_makedirs", "name": "try_makedirs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cache_dir"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "try_makedirs", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef"}, "util": {".class": "SymbolTableNode", "cross_ref": "_pytest.assertion.util", "kind": "Gdef"}, "version": {".class": "SymbolTableNode", "cross_ref": "_pytest._version.version", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/assertion/rewrite.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/assertion/rewrite.meta.json b/.mypy_cache/3.9/_pytest/assertion/rewrite.meta.json deleted file mode 100644 index 20f0a6e3f..000000000 --- a/.mypy_cache/3.9/_pytest/assertion/rewrite.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [2, 3, 4, 5, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 30, 32, 33, 34, 34, 38, 39, 40, 41, 264, 848, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 20, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 5, 5, 10, 5, 5, 20, 5, 5, 5, 5, 5, 20, 20, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["ast", "errno", "functools", "importlib.abc", "importlib", "importlib.machinery", "importlib.util", "io", "itertools", "marshal", "os", "struct", "sys", "tokenize", "types", "pathlib", "typing", "py", "_pytest._io.saferepr", "_pytest._version", "_pytest.assertion", "_pytest.assertion.util", "_pytest.config", "_pytest.main", "_pytest.pathlib", "_pytest.store", "_pytest.warning_types", "warnings", "builtins", "_ast", "_pytest._io", "_pytest.nodes", "_warnings", "abc", "genericpath", "posixpath", "py.path", "typing_extensions"], "hash": "0f3596a948f33d2f9ff5160cb3402b43fe150011f1859bda1a7cde24c12244c9", "id": "_pytest.assertion.rewrite", "ignore_all": true, "interface_hash": "f96ba065d4cb4852a91cf781416d7646577e373d808b7821cea5b77d08439d81", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/assertion/rewrite.py", "plugin_data": null, "size": 43620, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/assertion/truncate.data.json b/.mypy_cache/3.9/_pytest/assertion/truncate.data.json deleted file mode 100644 index 7641eaa82..000000000 --- a/.mypy_cache/3.9/_pytest/assertion/truncate.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.assertion.truncate", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "DEFAULT_MAX_CHARS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.assertion.truncate.DEFAULT_MAX_CHARS", "name": "DEFAULT_MAX_CHARS", "type": "builtins.int"}}, "DEFAULT_MAX_LINES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.assertion.truncate.DEFAULT_MAX_LINES", "name": "DEFAULT_MAX_LINES", "type": "builtins.int"}}, "Item": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.Item", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "USAGE_MSG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.assertion.truncate.USAGE_MSG", "name": "USAGE_MSG", "type": "builtins.str"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.assertion.truncate.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.assertion.truncate.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.assertion.truncate.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.assertion.truncate.__package__", "name": "__package__", "type": "builtins.str"}}, "_running_on_ci": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_pytest.assertion.truncate._running_on_ci", "name": "_running_on_ci", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_running_on_ci", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_should_truncate_item": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["item"], "flags": [], "fullname": "_pytest.assertion.truncate._should_truncate_item", "name": "_should_truncate_item", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["item"], "arg_types": ["_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_should_truncate_item", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_truncate_by_char_count": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input_lines", "max_chars"], "flags": [], "fullname": "_pytest.assertion.truncate._truncate_by_char_count", "name": "_truncate_by_char_count", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input_lines", "max_chars"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_truncate_by_char_count", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_truncate_explanation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["input_lines", "max_lines", "max_chars"], "flags": [], "fullname": "_pytest.assertion.truncate._truncate_explanation", "name": "_truncate_explanation", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input_lines", "max_lines", "max_chars"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_truncate_explanation", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "truncate_if_required": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["explanation", "item", "max_length"], "flags": [], "fullname": "_pytest.assertion.truncate.truncate_if_required", "name": "truncate_if_required", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["explanation", "item", "max_length"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "_pytest.nodes.Item", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "truncate_if_required", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/assertion/truncate.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/assertion/truncate.meta.json b/.mypy_cache/3.9/_pytest/assertion/truncate.meta.json deleted file mode 100644 index a76dfbfa9..000000000 --- a/.mypy_cache/3.9/_pytest/assertion/truncate.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [6, 7, 10, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 30, 30, 30], "dependencies": ["os", "typing", "_pytest.nodes", "builtins", "_pytest.config", "abc", "argparse"], "hash": "7d0746bc022259b0496f9910cd5f3fe28fab0869a676a0abd1d9921fa43d399a", "id": "_pytest.assertion.truncate", "ignore_all": true, "interface_hash": "465aefef06d1ead6c157d9c7e9bdc259607770a949af919e64fbed785b210c33", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/assertion/truncate.py", "plugin_data": null, "size": 3440, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/assertion/util.data.json b/.mypy_cache/3.9/_pytest/assertion/util.data.json deleted file mode 100644 index 87f4e132c..000000000 --- a/.mypy_cache/3.9/_pytest/assertion/util.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.assertion.util", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AbstractSet": {".class": "SymbolTableNode", "cross_ref": "typing.AbstractSet", "kind": "Gdef"}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.assertion.util.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.assertion.util.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.assertion.util.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.assertion.util.__package__", "name": "__package__", "type": "builtins.str"}}, "_assertion_pass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.assertion.util._assertion_pass", "name": "_assertion_pass", "type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["builtins.int", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}}}, "_compare_eq_any": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["left", "right", "verbose"], "flags": [], "fullname": "_pytest.assertion.util._compare_eq_any", "name": "_compare_eq_any", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["left", "right", "verbose"], "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}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_eq_any", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_compare_eq_cls": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["left", "right", "verbose"], "flags": [], "fullname": "_pytest.assertion.util._compare_eq_cls", "name": "_compare_eq_cls", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["left", "right", "verbose"], "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}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_eq_cls", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_compare_eq_dict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["left", "right", "verbose"], "flags": [], "fullname": "_pytest.assertion.util._compare_eq_dict", "name": "_compare_eq_dict", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["left", "right", "verbose"], "arg_types": [{".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": "typing.Mapping"}, {".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": "typing.Mapping"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_eq_dict", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_compare_eq_iterable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["left", "right", "verbose"], "flags": [], "fullname": "_pytest.assertion.util._compare_eq_iterable", "name": "_compare_eq_iterable", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["left", "right", "verbose"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_eq_iterable", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_compare_eq_sequence": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["left", "right", "verbose"], "flags": [], "fullname": "_pytest.assertion.util._compare_eq_sequence", "name": "_compare_eq_sequence", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["left", "right", "verbose"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_eq_sequence", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_compare_eq_set": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["left", "right", "verbose"], "flags": [], "fullname": "_pytest.assertion.util._compare_eq_set", "name": "_compare_eq_set", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["left", "right", "verbose"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.AbstractSet"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.AbstractSet"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_eq_set", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_compare_eq_verbose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["left", "right"], "flags": [], "fullname": "_pytest.assertion.util._compare_eq_verbose", "name": "_compare_eq_verbose", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["left", "right"], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_eq_verbose", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_diff_text": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["left", "right", "verbose"], "flags": [], "fullname": "_pytest.assertion.util._diff_text", "name": "_diff_text", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["left", "right", "verbose"], "arg_types": ["builtins.str", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_diff_text", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_format_lines": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["lines"], "flags": [], "fullname": "_pytest.assertion.util._format_lines", "name": "_format_lines", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["lines"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_format_lines", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_notin_text": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["term", "text", "verbose"], "flags": [], "fullname": "_pytest.assertion.util._notin_text", "name": "_notin_text", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["term", "text", "verbose"], "arg_types": ["builtins.str", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_notin_text", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_pformat_dispatch": {".class": "SymbolTableNode", "cross_ref": "_pytest._io.saferepr._pformat_dispatch", "kind": "Gdef"}, "_pytest": {".class": "SymbolTableNode", "cross_ref": "_pytest", "kind": "Gdef"}, "_reprcompare": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.assertion.util._reprcompare", "name": "_reprcompare", "type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["builtins.str", "builtins.object", "builtins.object"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}}}, "_split_explanation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["explanation"], "flags": [], "fullname": "_pytest.assertion.util._split_explanation", "name": "_split_explanation", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["explanation"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_split_explanation", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_surrounding_parens_on_own_lines": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["lines"], "flags": [], "fullname": "_pytest.assertion.util._surrounding_parens_on_own_lines", "name": "_surrounding_parens_on_own_lines", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["lines"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_surrounding_parens_on_own_lines", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertrepr_compare": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["config", "op", "left", "right"], "flags": [], "fullname": "_pytest.assertion.util.assertrepr_compare", "name": "assertrepr_compare", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["config", "op", "left", "right"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str", {".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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertrepr_compare", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "format_explanation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["explanation"], "flags": [], "fullname": "_pytest.assertion.util.format_explanation", "name": "format_explanation", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["explanation"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format_explanation", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "isattrs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "_pytest.assertion.util.isattrs", "name": "isattrs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "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", "implicit": false, "is_ellipsis_args": false, "name": "isattrs", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isdatacls": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "_pytest.assertion.util.isdatacls", "name": "isdatacls", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "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", "implicit": false, "is_ellipsis_args": false, "name": "isdatacls", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isdict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "_pytest.assertion.util.isdict", "name": "isdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["x"], "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", "implicit": false, "is_ellipsis_args": false, "name": "isdict", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isiterable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "_pytest.assertion.util.isiterable", "name": "isiterable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "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", "implicit": false, "is_ellipsis_args": false, "name": "isiterable", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isnamedtuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "_pytest.assertion.util.isnamedtuple", "name": "isnamedtuple", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "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", "implicit": false, "is_ellipsis_args": false, "name": "isnamedtuple", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "issequence": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "_pytest.assertion.util.issequence", "name": "issequence", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["x"], "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", "implicit": false, "is_ellipsis_args": false, "name": "issequence", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isset": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "_pytest.assertion.util.isset", "name": "isset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["x"], "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", "implicit": false, "is_ellipsis_args": false, "name": "isset", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "istext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "_pytest.assertion.util.istext", "name": "istext", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["x"], "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", "implicit": false, "is_ellipsis_args": false, "name": "istext", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "outcomes": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes", "kind": "Gdef"}, "pprint": {".class": "SymbolTableNode", "cross_ref": "pprint", "kind": "Gdef"}, "safeformat": {".class": "SymbolTableNode", "cross_ref": "_pytest._io.saferepr.safeformat", "kind": "Gdef"}, "saferepr": {".class": "SymbolTableNode", "cross_ref": "_pytest._io.saferepr.saferepr", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/assertion/util.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/assertion/util.meta.json b/.mypy_cache/3.9/_pytest/assertion/util.meta.json deleted file mode 100644 index f7ab4fb00..000000000 --- a/.mypy_cache/3.9/_pytest/assertion/util.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000173, "dep_lines": [2, 2, 3, 4, 13, 13, 14, 15, 206, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 10, 5, 10, 20, 10, 5, 20, 5, 30, 30, 30, 30, 30, 30], "dependencies": ["collections.abc", "collections", "pprint", "typing", "_pytest._code", "_pytest", "_pytest.outcomes", "_pytest._io.saferepr", "difflib", "builtins", "_pytest._code.code", "_pytest._io", "_typeshed", "abc", "types", "typing_extensions"], "hash": "876fb0b5715c90fea0debfe9ec89296dda0e6c60cb5964db5cef3ba126660ccf", "id": "_pytest.assertion.util", "ignore_all": true, "interface_hash": "d52781b2a06ae4ee80f54d44d66df7bf8526dc4b27712ca48d54aaf4bb9c74bf", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/assertion/util.py", "plugin_data": null, "size": 16249, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/cacheprovider.data.json b/.mypy_cache/3.9/_pytest/cacheprovider.data.json deleted file mode 100644 index f8782bafd..000000000 --- a/.mypy_cache/3.9/_pytest/cacheprovider.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.cacheprovider", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "CACHEDIR_TAG_CONTENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.cacheprovider.CACHEDIR_TAG_CONTENT", "name": "CACHEDIR_TAG_CONTENT", "type": "builtins.bytes"}}, "Cache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.cacheprovider.Cache", "name": "Cache", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.cacheprovider.Cache", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 59, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": "pathlib.Path", "kw_only": false, "name": "_cachedir"}, {"context_column": 4, "context_line": 60, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": "_pytest.config.Config", "kw_only": false, "name": "_config"}], "frozen": false}}, "module_name": "_pytest.cacheprovider", "mro": ["_pytest.cacheprovider.Cache", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.cacheprovider.Cache._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_CACHE_PREFIX_DIRS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.cacheprovider.Cache._CACHE_PREFIX_DIRS", "name": "_CACHE_PREFIX_DIRS", "type": "builtins.str"}}, "_CACHE_PREFIX_VALUES": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.cacheprovider.Cache._CACHE_PREFIX_VALUES", "name": "_CACHE_PREFIX_VALUES", "type": "builtins.str"}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.cacheprovider.Cache.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.cacheprovider.Cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.cacheprovider.Cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of Cache", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.cacheprovider.Cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.cacheprovider.Cache.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.cacheprovider.Cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.cacheprovider.Cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of Cache", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.cacheprovider.Cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "cachedir", "config", "_ispytest"], "flags": [], "fullname": "_pytest.cacheprovider.Cache.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "cachedir", "config", "_ispytest"], "arg_types": ["_pytest.cacheprovider.Cache", "pathlib.Path", "_pytest.config.Config", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Cache", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.cacheprovider.Cache.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.cacheprovider.Cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.cacheprovider.Cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of Cache", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.cacheprovider.Cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.cacheprovider.Cache.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.cacheprovider.Cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.cacheprovider.Cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of Cache", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.cacheprovider.Cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "_cachedir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.cacheprovider.Cache._cachedir", "name": "_cachedir", "type": "pathlib.Path"}}, "_config": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.cacheprovider.Cache._config", "name": "_config", "type": "_pytest.config.Config"}}, "_ensure_supporting_files": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.cacheprovider.Cache._ensure_supporting_files", "name": "_ensure_supporting_files", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.cacheprovider.Cache"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_ensure_supporting_files of Cache", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_getvaluepath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "_pytest.cacheprovider.Cache._getvaluepath", "name": "_getvaluepath", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "arg_types": ["_pytest.cacheprovider.Cache", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_getvaluepath of Cache", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "cache_dir_from_config": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["config", "_ispytest"], "flags": ["is_static", "is_decorated"], "fullname": "_pytest.cacheprovider.Cache.cache_dir_from_config", "name": "cache_dir_from_config", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["config", "_ispytest"], "arg_types": ["_pytest.config.Config", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cache_dir_from_config of Cache", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "cache_dir_from_config", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["config", "_ispytest"], "arg_types": ["_pytest.config.Config", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cache_dir_from_config of Cache", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}}, "clear_cache": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "cachedir", "_ispytest"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.cacheprovider.Cache.clear_cache", "name": "clear_cache", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "cachedir", "_ispytest"], "arg_types": [{".class": "TypeType", "item": "_pytest.cacheprovider.Cache"}, "pathlib.Path", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear_cache of Cache", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "clear_cache", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "cachedir", "_ispytest"], "arg_types": [{".class": "TypeType", "item": "_pytest.cacheprovider.Cache"}, "pathlib.Path", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear_cache of Cache", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "for_config": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["cls", "config", "_ispytest"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.cacheprovider.Cache.for_config", "name": "for_config", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["cls", "config", "_ispytest"], "arg_types": [{".class": "TypeType", "item": "_pytest.cacheprovider.Cache"}, "_pytest.config.Config", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "for_config of Cache", "ret_type": "_pytest.cacheprovider.Cache", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "for_config", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["cls", "config", "_ispytest"], "arg_types": [{".class": "TypeType", "item": "_pytest.cacheprovider.Cache"}, "_pytest.config.Config", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "for_config of Cache", "ret_type": "_pytest.cacheprovider.Cache", "type_guard": null, "variables": []}}}}, "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "default"], "flags": [], "fullname": "_pytest.cacheprovider.Cache.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "default"], "arg_types": ["_pytest.cacheprovider.Cache", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of Cache", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "makedir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.cacheprovider.Cache.makedir", "name": "makedir", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.cacheprovider.Cache", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makedir of Cache", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "set": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "flags": [], "fullname": "_pytest.cacheprovider.Cache.set", "name": "set", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "arg_types": ["_pytest.cacheprovider.Cache", "builtins.str", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set of Cache", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "warn": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 4], "arg_names": ["self", "fmt", "_ispytest", "args"], "flags": [], "fullname": "_pytest.cacheprovider.Cache.warn", "name": "warn", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 4], "arg_names": ["self", "fmt", "_ispytest", "args"], "arg_types": ["_pytest.cacheprovider.Cache", "builtins.str", "builtins.bool", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "warn of Cache", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CollectReport": {".class": "SymbolTableNode", "cross_ref": "_pytest.reports.CollectReport", "kind": "Gdef"}, "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "ExitCode": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.ExitCode", "kind": "Gdef"}, "FixtureRequest": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.FixtureRequest", "kind": "Gdef"}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef"}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "LFPlugin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.cacheprovider.LFPlugin", "name": "LFPlugin", "type_vars": []}, "flags": [], "fullname": "_pytest.cacheprovider.LFPlugin", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.cacheprovider", "mro": ["_pytest.cacheprovider.LFPlugin", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "flags": [], "fullname": "_pytest.cacheprovider.LFPlugin.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "arg_types": ["_pytest.cacheprovider.LFPlugin", "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LFPlugin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_last_failed_paths": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.cacheprovider.LFPlugin._last_failed_paths", "name": "_last_failed_paths", "type": {".class": "Instance", "args": ["pathlib.Path"], "type_ref": "builtins.set"}}}, "_previously_failed_count": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.cacheprovider.LFPlugin._previously_failed_count", "name": "_previously_failed_count", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "_report_status": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.cacheprovider.LFPlugin._report_status", "name": "_report_status", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "_skipped_files": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.cacheprovider.LFPlugin._skipped_files", "name": "_skipped_files", "type": "builtins.int"}}, "active": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.cacheprovider.LFPlugin.active", "name": "active", "type": "builtins.bool"}}, "config": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.cacheprovider.LFPlugin.config", "name": "config", "type": "_pytest.config.Config"}}, "get_last_failed_paths": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.cacheprovider.LFPlugin.get_last_failed_paths", "name": "get_last_failed_paths", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.cacheprovider.LFPlugin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_last_failed_paths of LFPlugin", "ret_type": {".class": "Instance", "args": ["pathlib.Path"], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "lastfailed": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.cacheprovider.LFPlugin.lastfailed", "name": "lastfailed", "type": {".class": "Instance", "args": ["builtins.str", "builtins.bool"], "type_ref": "builtins.dict"}}}, "pytest_collection_modifyitems": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "config", "items"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.cacheprovider.LFPlugin.pytest_collection_modifyitems", "name": "pytest_collection_modifyitems", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "config", "items"], "arg_types": ["_pytest.cacheprovider.LFPlugin", "_pytest.config.Config", {".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collection_modifyitems of LFPlugin", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_collection_modifyitems", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_collectreport": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "report"], "flags": [], "fullname": "_pytest.cacheprovider.LFPlugin.pytest_collectreport", "name": "pytest_collectreport", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "report"], "arg_types": ["_pytest.cacheprovider.LFPlugin", "_pytest.reports.CollectReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collectreport of LFPlugin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_report_collectionfinish": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.cacheprovider.LFPlugin.pytest_report_collectionfinish", "name": "pytest_report_collectionfinish", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.cacheprovider.LFPlugin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_report_collectionfinish of LFPlugin", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "pytest_runtest_logreport": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "report"], "flags": [], "fullname": "_pytest.cacheprovider.LFPlugin.pytest_runtest_logreport", "name": "pytest_runtest_logreport", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "report"], "arg_types": ["_pytest.cacheprovider.LFPlugin", "_pytest.reports.TestReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_logreport of LFPlugin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_sessionfinish": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "session"], "flags": [], "fullname": "_pytest.cacheprovider.LFPlugin.pytest_sessionfinish", "name": "pytest_sessionfinish", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "session"], "arg_types": ["_pytest.cacheprovider.LFPlugin", "_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_sessionfinish of LFPlugin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LFPluginCollSkipfiles": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.cacheprovider.LFPluginCollSkipfiles", "name": "LFPluginCollSkipfiles", "type_vars": []}, "flags": [], "fullname": "_pytest.cacheprovider.LFPluginCollSkipfiles", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.cacheprovider", "mro": ["_pytest.cacheprovider.LFPluginCollSkipfiles", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "lfplugin"], "flags": [], "fullname": "_pytest.cacheprovider.LFPluginCollSkipfiles.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "lfplugin"], "arg_types": ["_pytest.cacheprovider.LFPluginCollSkipfiles", "_pytest.cacheprovider.LFPlugin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LFPluginCollSkipfiles", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "lfplugin": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.cacheprovider.LFPluginCollSkipfiles.lfplugin", "name": "lfplugin", "type": "_pytest.cacheprovider.LFPlugin"}}, "pytest_make_collect_report": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "collector"], "flags": ["is_decorated"], "fullname": "_pytest.cacheprovider.LFPluginCollSkipfiles.pytest_make_collect_report", "name": "pytest_make_collect_report", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "collector"], "arg_types": ["_pytest.cacheprovider.LFPluginCollSkipfiles", "_pytest.nodes.Collector"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_make_collect_report of LFPluginCollSkipfiles", "ret_type": {".class": "UnionType", "items": ["_pytest.reports.CollectReport", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_make_collect_report", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LFPluginCollWrapper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.cacheprovider.LFPluginCollWrapper", "name": "LFPluginCollWrapper", "type_vars": []}, "flags": [], "fullname": "_pytest.cacheprovider.LFPluginCollWrapper", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.cacheprovider", "mro": ["_pytest.cacheprovider.LFPluginCollWrapper", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "lfplugin"], "flags": [], "fullname": "_pytest.cacheprovider.LFPluginCollWrapper.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "lfplugin"], "arg_types": ["_pytest.cacheprovider.LFPluginCollWrapper", "_pytest.cacheprovider.LFPlugin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LFPluginCollWrapper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_collected_at_least_one_failure": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.cacheprovider.LFPluginCollWrapper._collected_at_least_one_failure", "name": "_collected_at_least_one_failure", "type": "builtins.bool"}}, "lfplugin": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.cacheprovider.LFPluginCollWrapper.lfplugin", "name": "lfplugin", "type": "_pytest.cacheprovider.LFPlugin"}}, "pytest_make_collect_report": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "collector"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.cacheprovider.LFPluginCollWrapper.pytest_make_collect_report", "name": "pytest_make_collect_report", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "collector"], "arg_types": ["_pytest.cacheprovider.LFPluginCollWrapper", "_pytest.nodes.Collector"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_make_collect_report of LFPluginCollWrapper", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_make_collect_report", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "_pytest.python.Module", "kind": "Gdef"}, "NFPlugin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.cacheprovider.NFPlugin", "name": "NFPlugin", "type_vars": []}, "flags": [], "fullname": "_pytest.cacheprovider.NFPlugin", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.cacheprovider", "mro": ["_pytest.cacheprovider.NFPlugin", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "flags": [], "fullname": "_pytest.cacheprovider.NFPlugin.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "arg_types": ["_pytest.cacheprovider.NFPlugin", "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of NFPlugin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_increasing_order": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "items"], "flags": [], "fullname": "_pytest.cacheprovider.NFPlugin._get_increasing_order", "name": "_get_increasing_order", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "items"], "arg_types": ["_pytest.cacheprovider.NFPlugin", {".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_increasing_order of NFPlugin", "ret_type": {".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "active": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.cacheprovider.NFPlugin.active", "name": "active", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "cached_nodeids": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.cacheprovider.NFPlugin.cached_nodeids", "name": "cached_nodeids", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "builtins.set"}}}, "config": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.cacheprovider.NFPlugin.config", "name": "config", "type": "_pytest.config.Config"}}, "pytest_collection_modifyitems": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "items"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.cacheprovider.NFPlugin.pytest_collection_modifyitems", "name": "pytest_collection_modifyitems", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "items"], "arg_types": ["_pytest.cacheprovider.NFPlugin", {".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collection_modifyitems of NFPlugin", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_collection_modifyitems", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_sessionfinish": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.cacheprovider.NFPlugin.pytest_sessionfinish", "name": "pytest_sessionfinish", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.cacheprovider.NFPlugin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_sessionfinish of NFPlugin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Package": {".class": "SymbolTableNode", "cross_ref": "_pytest.python.Package", "kind": "Gdef"}, "Parser": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.argparsing.Parser", "kind": "Gdef"}, "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef"}, "README_CONTENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.cacheprovider.README_CONTENT", "name": "README_CONTENT", "type": "builtins.str"}}, "Session": {".class": "SymbolTableNode", "cross_ref": "_pytest.main.Session", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "TerminalWriter": {".class": "SymbolTableNode", "cross_ref": "_pytest._io.terminalwriter.TerminalWriter", "kind": "Gdef"}, "TestReport": {".class": "SymbolTableNode", "cross_ref": "_pytest.reports.TestReport", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.cacheprovider.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.cacheprovider.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.cacheprovider.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.cacheprovider.__package__", "name": "__package__", "type": "builtins.str"}}, "attr": {".class": "SymbolTableNode", "cross_ref": "attr", "kind": "Gdef"}, "cache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["request"], "flags": ["is_decorated"], "fullname": "_pytest.cacheprovider.cache", "name": "cache", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cache", "ret_type": "_pytest.cacheprovider.Cache", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "cache", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cache", "ret_type": "_pytest.cacheprovider.Cache", "type_guard": null, "variables": []}}}}, "cacheshow": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["config", "session"], "flags": [], "fullname": "_pytest.cacheprovider.cacheshow", "name": "cacheshow", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["config", "session"], "arg_types": ["_pytest.config.Config", "_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cacheshow", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "check_ispytest": {".class": "SymbolTableNode", "cross_ref": "_pytest.deprecated.check_ispytest", "kind": "Gdef"}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "fixture": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.fixture", "kind": "Gdef"}, "hookimpl": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.hookimpl", "kind": "Gdef"}, "json": {".class": "SymbolTableNode", "cross_ref": "json", "kind": "Gdef"}, "nodes": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "py": {".class": "SymbolTableNode", "cross_ref": "py", "kind": "Gdef"}, "pytest_addoption": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["parser"], "flags": [], "fullname": "_pytest.cacheprovider.pytest_addoption", "name": "pytest_addoption", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["parser"], "arg_types": ["_pytest.config.argparsing.Parser"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_addoption", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_cmdline_main": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.cacheprovider.pytest_cmdline_main", "name": "pytest_cmdline_main", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_cmdline_main", "ret_type": {".class": "UnionType", "items": ["builtins.int", "_pytest.config.ExitCode", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "pytest_configure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": ["is_decorated"], "fullname": "_pytest.cacheprovider.pytest_configure", "name": "pytest_configure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_configure", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_configure", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_report_header": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.cacheprovider.pytest_report_header", "name": "pytest_report_header", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_report_header", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "resolve_from_str": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.resolve_from_str", "kind": "Gdef"}, "rm_rf": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.rm_rf", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/cacheprovider.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/cacheprovider.meta.json b/.mypy_cache/3.9/_pytest/cacheprovider.meta.json deleted file mode 100644 index dadff1d0d..000000000 --- a/.mypy_cache/3.9/_pytest/cacheprovider.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [4, 5, 6, 7, 15, 16, 18, 20, 21, 21, 22, 23, 24, 27, 28, 29, 31, 32, 114, 115, 537, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 10, 10, 5, 5, 20, 10, 5, 5, 5, 5, 5, 5, 5, 5, 20, 20, 20, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["json", "os", "pathlib", "typing", "attr", "py", "_pytest.pathlib", "_pytest.reports", "_pytest", "_pytest.nodes", "_pytest._io", "_pytest.compat", "_pytest.config", "_pytest.config.argparsing", "_pytest.deprecated", "_pytest.fixtures", "_pytest.main", "_pytest.python", "warnings", "_pytest.warning_types", "pprint", "builtins", "_pytest._io.terminalwriter", "_pytest.hookspec", "_typeshed", "_warnings", "abc", "argparse", "attr.setters", "enum", "io", "json.decoder", "json.encoder", "posixpath", "py.path", "typing_extensions"], "hash": "7abf92ece156f20e9681916550f397392aa6dffa45d2ace61468c4f246fde56b", "id": "_pytest.cacheprovider", "ignore_all": true, "interface_hash": "59a22901bb4f71e5f76d9390cdd55ff974de1287ea60817520e67b253615a3d9", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/cacheprovider.py", "plugin_data": null, "size": 20709, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/capture.data.json b/.mypy_cache/3.9/_pytest/capture.data.json deleted file mode 100644 index 8922def19..000000000 --- a/.mypy_cache/3.9/_pytest/capture.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.capture", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef"}, "CaptureFixture": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.capture.CaptureFixture", "name": "CaptureFixture", "type_vars": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, "flags": [], "fullname": "_pytest.capture.CaptureFixture", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.capture", "mro": ["_pytest.capture.CaptureFixture", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "captureclass", "request", "_ispytest"], "flags": [], "fullname": "_pytest.capture.CaptureFixture.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "captureclass", "request", "_ispytest"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureFixture"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "_pytest.fixtures.SubRequest", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CaptureFixture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_capture": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.capture.CaptureFixture._capture", "name": "_capture", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.MultiCapture"}, {".class": "NoneType"}]}}}, "_captured_err": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.capture.CaptureFixture._captured_err", "name": "_captured_err", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "_captured_out": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.capture.CaptureFixture._captured_out", "name": "_captured_out", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "_is_started": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureFixture._is_started", "name": "_is_started", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureFixture"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_started of CaptureFixture", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_resume": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureFixture._resume", "name": "_resume", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureFixture"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_resume of CaptureFixture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_start": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureFixture._start", "name": "_start", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureFixture"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_start of CaptureFixture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_suspend": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureFixture._suspend", "name": "_suspend", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureFixture"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_suspend of CaptureFixture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "captureclass": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.capture.CaptureFixture.captureclass", "name": "captureclass", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureFixture.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureFixture"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of CaptureFixture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "disabled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.capture.CaptureFixture.disabled", "name": "disabled", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureFixture"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "disabled of CaptureFixture", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "disabled", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureFixture"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "disabled of CaptureFixture", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "readouterr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureFixture.readouterr", "name": "readouterr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureFixture"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readouterr of CaptureFixture", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureResult"}, "type_guard": null, "variables": []}}}, "request": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.capture.CaptureFixture.request", "name": "request", "type": "_pytest.fixtures.SubRequest"}}}, "tuple_type": null, "type_vars": ["AnyStr"], "typeddict_type": null}}, "CaptureIO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["io.TextIOWrapper"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.capture.CaptureIO", "name": "CaptureIO", "type_vars": []}, "flags": [], "fullname": "_pytest.capture.CaptureIO", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_pytest.capture", "mro": ["_pytest.capture.CaptureIO", "io.TextIOWrapper", "io.TextIOBase", "io.IOBase", "typing.TextIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureIO.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.CaptureIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CaptureIO", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getvalue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureIO.getvalue", "name": "getvalue", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.CaptureIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getvalue of CaptureIO", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CaptureManager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.capture.CaptureManager", "name": "CaptureManager", "type_vars": []}, "flags": [], "fullname": "_pytest.capture.CaptureManager", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.capture", "mro": ["_pytest.capture.CaptureManager", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "method"], "flags": [], "fullname": "_pytest.capture.CaptureManager.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "method"], "arg_types": ["_pytest.capture.CaptureManager", {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.capture._CaptureMethod"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CaptureManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureManager.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.capture.CaptureManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of CaptureManager", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_capture_fixture": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.capture.CaptureManager._capture_fixture", "name": "_capture_fixture", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.capture.CaptureFixture"}, {".class": "NoneType"}]}}}, "_global_capturing": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.capture.CaptureManager._global_capturing", "name": "_global_capturing", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "_pytest.capture.MultiCapture"}, {".class": "NoneType"}]}}}, "_method": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.capture.CaptureManager._method", "name": "_method", "type": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "fd"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "sys"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "no"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "tee-sys"}]}}}, "activate_fixture": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureManager.activate_fixture", "name": "activate_fixture", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.CaptureManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "activate_fixture of CaptureManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "deactivate_fixture": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureManager.deactivate_fixture", "name": "deactivate_fixture", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.CaptureManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "deactivate_fixture of CaptureManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "global_and_fixture_disabled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.capture.CaptureManager.global_and_fixture_disabled", "name": "global_and_fixture_disabled", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.CaptureManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "global_and_fixture_disabled of CaptureManager", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "global_and_fixture_disabled", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.CaptureManager"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "global_and_fixture_disabled of CaptureManager", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "is_capturing": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureManager.is_capturing", "name": "is_capturing", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.CaptureManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_capturing of CaptureManager", "ret_type": {".class": "UnionType", "items": ["builtins.str", "builtins.bool"]}, "type_guard": null, "variables": []}}}, "is_globally_capturing": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureManager.is_globally_capturing", "name": "is_globally_capturing", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.CaptureManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_globally_capturing of CaptureManager", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "item_capture": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "when", "item"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.capture.CaptureManager.item_capture", "name": "item_capture", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "when", "item"], "arg_types": ["_pytest.capture.CaptureManager", "builtins.str", "_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "item_capture of CaptureManager", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "item_capture", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "when", "item"], "arg_types": ["_pytest.capture.CaptureManager", "builtins.str", "_pytest.nodes.Item"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "item_capture of CaptureManager", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "pytest_internalerror": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "_pytest.capture.CaptureManager.pytest_internalerror", "name": "pytest_internalerror", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.CaptureManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_internalerror of CaptureManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_internalerror", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_keyboard_interrupt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "_pytest.capture.CaptureManager.pytest_keyboard_interrupt", "name": "pytest_keyboard_interrupt", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.CaptureManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_keyboard_interrupt of CaptureManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_keyboard_interrupt", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_make_collect_report": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "collector"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.capture.CaptureManager.pytest_make_collect_report", "name": "pytest_make_collect_report", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "collector"], "arg_types": ["_pytest.capture.CaptureManager", "_pytest.nodes.Collector"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_make_collect_report of CaptureManager", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_make_collect_report", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtest_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.capture.CaptureManager.pytest_runtest_call", "name": "pytest_runtest_call", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": ["_pytest.capture.CaptureManager", "_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_call of CaptureManager", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_runtest_call", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtest_setup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.capture.CaptureManager.pytest_runtest_setup", "name": "pytest_runtest_setup", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": ["_pytest.capture.CaptureManager", "_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_setup of CaptureManager", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_runtest_setup", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtest_teardown": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.capture.CaptureManager.pytest_runtest_teardown", "name": "pytest_runtest_teardown", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": ["_pytest.capture.CaptureManager", "_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_teardown of CaptureManager", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_runtest_teardown", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "read_global_capture": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureManager.read_global_capture", "name": "read_global_capture", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.CaptureManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_global_capture of CaptureManager", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "_pytest.capture.CaptureResult"}, "type_guard": null, "variables": []}}}, "resume": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureManager.resume", "name": "resume", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.CaptureManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resume of CaptureManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "resume_fixture": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureManager.resume_fixture", "name": "resume_fixture", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.CaptureManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resume_fixture of CaptureManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "resume_global_capture": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureManager.resume_global_capture", "name": "resume_global_capture", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.CaptureManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resume_global_capture of CaptureManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_fixture": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "capture_fixture"], "flags": [], "fullname": "_pytest.capture.CaptureManager.set_fixture", "name": "set_fixture", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "capture_fixture"], "arg_types": ["_pytest.capture.CaptureManager", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.capture.CaptureFixture"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_fixture of CaptureManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "start_global_capturing": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureManager.start_global_capturing", "name": "start_global_capturing", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.CaptureManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "start_global_capturing of CaptureManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "stop_global_capturing": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureManager.stop_global_capturing", "name": "stop_global_capturing", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.CaptureManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stop_global_capturing of CaptureManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "suspend": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "in_"], "flags": [], "fullname": "_pytest.capture.CaptureManager.suspend", "name": "suspend", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "in_"], "arg_types": ["_pytest.capture.CaptureManager", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "suspend of CaptureManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "suspend_fixture": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureManager.suspend_fixture", "name": "suspend_fixture", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.CaptureManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "suspend_fixture of CaptureManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "suspend_global_capture": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "in_"], "flags": [], "fullname": "_pytest.capture.CaptureManager.suspend_global_capture", "name": "suspend_global_capture", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "in_"], "arg_types": ["_pytest.capture.CaptureManager", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "suspend_global_capture of CaptureManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "unset_fixture": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureManager.unset_fixture", "name": "unset_fixture", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.CaptureManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unset_fixture of CaptureManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CaptureResult": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.capture.CaptureResult", "name": "CaptureResult", "type_vars": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, "flags": ["is_final"], "fullname": "_pytest.capture.CaptureResult", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.capture", "mro": ["_pytest.capture.CaptureResult", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.capture.CaptureResult.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureResult"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of CaptureResult", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.capture.CaptureResult.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureResult"}, "builtins.object"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of CaptureResult", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "plugin_generated": true}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": [], "fullname": "_pytest.capture.CaptureResult.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureResult"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of CaptureResult", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.capture.CaptureResult.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureResult"}, "builtins.object"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of CaptureResult", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "plugin_generated": true}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureResult.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureResult"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of CaptureResult", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "out", "err"], "flags": [], "fullname": "_pytest.capture.CaptureResult.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "out", "err"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureResult"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CaptureResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureResult.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureResult"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of CaptureResult", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.capture.CaptureResult.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureResult"}, "builtins.object"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of CaptureResult", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "plugin_generated": true}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureResult.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureResult"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of CaptureResult", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.capture.CaptureResult.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureResult"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of CaptureResult", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.CaptureResult.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureResult"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of CaptureResult", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.capture.CaptureResult.__slots__", "name": "__slots__", "type": {".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"}}}}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["self", "out", "err"], "flags": [], "fullname": "_pytest.capture.CaptureResult._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["self", "out", "err"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureResult"}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of CaptureResult", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureResult"}, "type_guard": null, "variables": []}}}, "count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "_pytest.capture.CaptureResult.count", "name": "count", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureResult"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count of CaptureResult", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "err": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.capture.CaptureResult.err", "name": "err", "type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}}}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "_pytest.capture.CaptureResult.index", "name": "index", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureResult"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index of CaptureResult", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "out": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.capture.CaptureResult.out", "name": "out", "type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}}}}, "tuple_type": null, "type_vars": ["AnyStr"], "typeddict_type": null}}, "Collector": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.Collector", "kind": "Gdef"}, "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef"}, "DontReadFromInput": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.capture.DontReadFromInput", "name": "DontReadFromInput", "type_vars": []}, "flags": [], "fullname": "_pytest.capture.DontReadFromInput", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.capture", "mro": ["_pytest.capture.DontReadFromInput", "builtins.object"], "names": {".class": "SymbolTable", "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.DontReadFromInput.__iter__", "name": "__iter__", "type": null}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.capture.DontReadFromInput.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["_pytest.capture.DontReadFromInput", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "buffer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.capture.DontReadFromInput.buffer", "name": "buffer", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "buffer", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.DontReadFromInput"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "buffer of DontReadFromInput", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.DontReadFromInput.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.DontReadFromInput"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of DontReadFromInput", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "encoding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.capture.DontReadFromInput.encoding", "name": "encoding", "type": {".class": "NoneType"}}}, "fileno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.DontReadFromInput.fileno", "name": "fileno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.DontReadFromInput"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fileno of DontReadFromInput", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "isatty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.DontReadFromInput.isatty", "name": "isatty", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.DontReadFromInput"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isatty of DontReadFromInput", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "_pytest.capture.DontReadFromInput.read", "name": "read", "type": null}}, "readline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.capture.DontReadFromInput.readline", "name": "readline", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["_pytest.capture.DontReadFromInput", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "readlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.capture.DontReadFromInput.readlines", "name": "readlines", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["_pytest.capture.DontReadFromInput", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EncodedFile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["io.TextIOWrapper"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.capture.EncodedFile", "name": "EncodedFile", "type_vars": []}, "flags": [], "fullname": "_pytest.capture.EncodedFile", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_pytest.capture", "mro": ["_pytest.capture.EncodedFile", "io.TextIOWrapper", "io.TextIOBase", "io.IOBase", "typing.TextIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.capture.EncodedFile.__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"}}}}, "mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.capture.EncodedFile.mode", "name": "mode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.EncodedFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mode of EncodedFile", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.EncodedFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mode of EncodedFile", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.capture.EncodedFile.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.EncodedFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of EncodedFile", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.EncodedFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of EncodedFile", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FDCapture": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.capture.FDCaptureBinary"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.capture.FDCapture", "name": "FDCapture", "type_vars": []}, "flags": [], "fullname": "_pytest.capture.FDCapture", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.capture", "mro": ["_pytest.capture.FDCapture", "_pytest.capture.FDCaptureBinary", "builtins.object"], "names": {".class": "SymbolTable", "EMPTY_BUFFER": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.capture.FDCapture.EMPTY_BUFFER", "name": "EMPTY_BUFFER", "type": "builtins.str"}}, "snap": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.FDCapture.snap", "name": "snap", "type": null}}, "writeorg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "flags": [], "fullname": "_pytest.capture.FDCapture.writeorg", "name": "writeorg", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FDCaptureBinary": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.capture.FDCaptureBinary", "name": "FDCaptureBinary", "type_vars": []}, "flags": [], "fullname": "_pytest.capture.FDCaptureBinary", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.capture", "mro": ["_pytest.capture.FDCaptureBinary", "builtins.object"], "names": {".class": "SymbolTable", "EMPTY_BUFFER": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.capture.FDCaptureBinary.EMPTY_BUFFER", "name": "EMPTY_BUFFER", "type": "builtins.bytes"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "targetfd"], "flags": [], "fullname": "_pytest.capture.FDCaptureBinary.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "targetfd"], "arg_types": ["_pytest.capture.FDCaptureBinary", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FDCaptureBinary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.FDCaptureBinary.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.capture.FDCaptureBinary"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of FDCaptureBinary", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_assert_state": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "op", "states"], "flags": [], "fullname": "_pytest.capture.FDCaptureBinary._assert_state", "name": "_assert_state", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "op", "states"], "arg_types": ["_pytest.capture.FDCaptureBinary", "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_assert_state of FDCaptureBinary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_state": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.capture.FDCaptureBinary._state", "name": "_state", "type": "builtins.str"}}, "done": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.FDCaptureBinary.done", "name": "done", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.FDCaptureBinary"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "done of FDCaptureBinary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "resume": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.FDCaptureBinary.resume", "name": "resume", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.FDCaptureBinary"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resume of FDCaptureBinary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "snap": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.FDCaptureBinary.snap", "name": "snap", "type": null}}, "start": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.FDCaptureBinary.start", "name": "start", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.FDCaptureBinary"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "start of FDCaptureBinary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "suspend": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.FDCaptureBinary.suspend", "name": "suspend", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.FDCaptureBinary"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "suspend of FDCaptureBinary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "syscapture": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.capture.FDCaptureBinary.syscapture", "name": "syscapture", "type": "_pytest.capture.SysCapture"}}, "targetfd": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.capture.FDCaptureBinary.targetfd", "name": "targetfd", "type": "builtins.int"}}, "targetfd_invalid": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.capture.FDCaptureBinary.targetfd_invalid", "name": "targetfd_invalid", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "targetfd_save": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.capture.FDCaptureBinary.targetfd_save", "name": "targetfd_save", "type": "builtins.int"}}, "tmpfile": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.capture.FDCaptureBinary.tmpfile", "name": "tmpfile", "type": "typing.TextIO"}}, "writeorg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "flags": [], "fullname": "_pytest.capture.FDCaptureBinary.writeorg", "name": "writeorg", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "File": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.File", "kind": "Gdef"}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef"}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef"}, "Item": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.Item", "kind": "Gdef"}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef"}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef"}, "MultiCapture": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.capture.MultiCapture", "name": "MultiCapture", "type_vars": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, "flags": [], "fullname": "_pytest.capture.MultiCapture", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.capture", "mro": ["_pytest.capture.MultiCapture", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "in_", "out", "err"], "flags": [], "fullname": "_pytest.capture.MultiCapture.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "in_", "out", "err"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.MultiCapture"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MultiCapture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.MultiCapture.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.MultiCapture"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of MultiCapture", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_in_suspended": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.capture.MultiCapture._in_suspended", "name": "_in_suspended", "type": "builtins.bool"}}, "_state": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.capture.MultiCapture._state", "name": "_state", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "err": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.capture.MultiCapture.err", "name": "err", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "in_": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.capture.MultiCapture.in_", "name": "in_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "is_started": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.MultiCapture.is_started", "name": "is_started", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.MultiCapture"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_started of MultiCapture", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "out": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.capture.MultiCapture.out", "name": "out", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "pop_outerr_to_orig": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.MultiCapture.pop_outerr_to_orig", "name": "pop_outerr_to_orig", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.MultiCapture"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop_outerr_to_orig of MultiCapture", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "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": []}}}, "readouterr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.MultiCapture.readouterr", "name": "readouterr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.MultiCapture"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readouterr of MultiCapture", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.CaptureResult"}, "type_guard": null, "variables": []}}}, "resume_capturing": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.MultiCapture.resume_capturing", "name": "resume_capturing", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.MultiCapture"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resume_capturing of MultiCapture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "start_capturing": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.MultiCapture.start_capturing", "name": "start_capturing", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.MultiCapture"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "start_capturing of MultiCapture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "stop_capturing": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.MultiCapture.stop_capturing", "name": "stop_capturing", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.MultiCapture"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stop_capturing of MultiCapture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "suspend_capturing": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "in_"], "flags": [], "fullname": "_pytest.capture.MultiCapture.suspend_capturing", "name": "suspend_capturing", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "in_"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_pytest.capture.MultiCapture"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "suspend_capturing of MultiCapture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["AnyStr"], "typeddict_type": null}}, "NoCapture": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.capture.NoCapture", "name": "NoCapture", "type_vars": []}, "flags": [], "fullname": "_pytest.capture.NoCapture", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.capture", "mro": ["_pytest.capture.NoCapture", "builtins.object"], "names": {".class": "SymbolTable", "EMPTY_BUFFER": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.capture.NoCapture.EMPTY_BUFFER", "name": "EMPTY_BUFFER", "type": {".class": "NoneType"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.capture.NoCapture.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["args"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "done": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.capture.NoCapture.done", "name": "done", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["args"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "resume": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.capture.NoCapture.resume", "name": "resume", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["args"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "start": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.capture.NoCapture.start", "name": "start", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["args"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "suspend": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.capture.NoCapture.suspend", "name": "suspend", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["args"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Parser": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.argparsing.Parser", "kind": "Gdef"}, "SubRequest": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.SubRequest", "kind": "Gdef"}, "SysCapture": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.capture.SysCaptureBinary"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.capture.SysCapture", "name": "SysCapture", "type_vars": []}, "flags": [], "fullname": "_pytest.capture.SysCapture", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.capture", "mro": ["_pytest.capture.SysCapture", "_pytest.capture.SysCaptureBinary", "builtins.object"], "names": {".class": "SymbolTable", "EMPTY_BUFFER": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.capture.SysCapture.EMPTY_BUFFER", "name": "EMPTY_BUFFER", "type": "builtins.str"}}, "snap": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.SysCapture.snap", "name": "snap", "type": null}}, "writeorg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "flags": [], "fullname": "_pytest.capture.SysCapture.writeorg", "name": "writeorg", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SysCaptureBinary": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.capture.SysCaptureBinary", "name": "SysCaptureBinary", "type_vars": []}, "flags": [], "fullname": "_pytest.capture.SysCaptureBinary", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.capture", "mro": ["_pytest.capture.SysCaptureBinary", "builtins.object"], "names": {".class": "SymbolTable", "EMPTY_BUFFER": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.capture.SysCaptureBinary.EMPTY_BUFFER", "name": "EMPTY_BUFFER", "type": "builtins.bytes"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "fd", "tmpfile", "tee"], "flags": [], "fullname": "_pytest.capture.SysCaptureBinary.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "fd", "tmpfile", "tee"], "arg_types": ["_pytest.capture.SysCaptureBinary", "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SysCaptureBinary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.SysCaptureBinary.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.capture.SysCaptureBinary"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of SysCaptureBinary", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_assert_state": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "op", "states"], "flags": [], "fullname": "_pytest.capture.SysCaptureBinary._assert_state", "name": "_assert_state", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "op", "states"], "arg_types": ["_pytest.capture.SysCaptureBinary", "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_assert_state of SysCaptureBinary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_old": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.capture.SysCaptureBinary._old", "name": "_old", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "_state": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.capture.SysCaptureBinary._state", "name": "_state", "type": "builtins.str"}}, "done": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.SysCaptureBinary.done", "name": "done", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.SysCaptureBinary"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "done of SysCaptureBinary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.capture.SysCaptureBinary.name", "name": "name", "type": "builtins.str"}}, "repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "class_name"], "flags": [], "fullname": "_pytest.capture.SysCaptureBinary.repr", "name": "repr", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "class_name"], "arg_types": ["_pytest.capture.SysCaptureBinary", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr of SysCaptureBinary", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "resume": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.SysCaptureBinary.resume", "name": "resume", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.SysCaptureBinary"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resume of SysCaptureBinary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "snap": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.SysCaptureBinary.snap", "name": "snap", "type": null}}, "start": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.SysCaptureBinary.start", "name": "start", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.SysCaptureBinary"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "start of SysCaptureBinary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "suspend": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.capture.SysCaptureBinary.suspend", "name": "suspend", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.capture.SysCaptureBinary"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "suspend of SysCaptureBinary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "tmpfile": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.capture.SysCaptureBinary.tmpfile", "name": "tmpfile", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "writeorg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "flags": [], "fullname": "_pytest.capture.SysCaptureBinary.writeorg", "name": "writeorg", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "arg_types": ["_pytest.capture.SysCaptureBinary", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writeorg of SysCaptureBinary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "TeeCaptureIO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.capture.CaptureIO"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.capture.TeeCaptureIO", "name": "TeeCaptureIO", "type_vars": []}, "flags": [], "fullname": "_pytest.capture.TeeCaptureIO", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_pytest.capture", "mro": ["_pytest.capture.TeeCaptureIO", "_pytest.capture.CaptureIO", "io.TextIOWrapper", "io.TextIOBase", "io.IOBase", "typing.TextIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.capture.TeeCaptureIO.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["_pytest.capture.TeeCaptureIO", "typing.TextIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TeeCaptureIO", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_other": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.capture.TeeCaptureIO._other", "name": "_other", "type": "typing.TextIO"}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "_pytest.capture.TeeCaptureIO.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "arg_types": ["_pytest.capture.TeeCaptureIO", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of TeeCaptureIO", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TemporaryFile": {".class": "SymbolTableNode", "cross_ref": "tempfile.TemporaryFile", "kind": "Gdef"}, "TextIO": {".class": "SymbolTableNode", "cross_ref": "typing.TextIO", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "UnsupportedOperation": {".class": "SymbolTableNode", "cross_ref": "io.UnsupportedOperation", "kind": "Gdef"}, "_CaptureMethod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "_pytest.capture._CaptureMethod", "line": 34, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "fd"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "sys"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "no"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "tee-sys"}]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.capture.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.capture.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.capture.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.capture.__package__", "name": "__package__", "type": "builtins.str"}}, "_colorama_workaround": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_pytest.capture._colorama_workaround", "name": "_colorama_workaround", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_colorama_workaround", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_multicapture": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["method"], "flags": [], "fullname": "_pytest.capture._get_multicapture", "name": "_get_multicapture", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_pytest.capture._CaptureMethod"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_multicapture", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "_pytest.capture.MultiCapture"}, "type_guard": null, "variables": []}}}, "_py36_windowsconsoleio_workaround": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["stream"], "flags": [], "fullname": "_pytest.capture._py36_windowsconsoleio_workaround", "name": "_py36_windowsconsoleio_workaround", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["stream"], "arg_types": ["typing.TextIO"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_py36_windowsconsoleio_workaround", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_readline_workaround": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_pytest.capture._readline_workaround", "name": "_readline_workaround", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_readline_workaround", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "capfd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["request"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.capture.capfd", "name": "capfd", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.SubRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "capfd", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "_pytest.capture.CaptureFixture"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "capfd", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.SubRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "capfd", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "_pytest.capture.CaptureFixture"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}}, "capfdbinary": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["request"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.capture.capfdbinary", "name": "capfdbinary", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.SubRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "capfdbinary", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "_pytest.capture.CaptureFixture"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "capfdbinary", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.SubRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "capfdbinary", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "_pytest.capture.CaptureFixture"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}}, "capsys": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["request"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.capture.capsys", "name": "capsys", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.SubRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "capsys", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "_pytest.capture.CaptureFixture"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "capsys", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.SubRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "capsys", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "_pytest.capture.CaptureFixture"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}}, "capsysbinary": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["request"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.capture.capsysbinary", "name": "capsysbinary", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.SubRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "capsysbinary", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "_pytest.capture.CaptureFixture"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "capsysbinary", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.SubRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "capsysbinary", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "_pytest.capture.CaptureFixture"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}}, "check_ispytest": {".class": "SymbolTableNode", "cross_ref": "_pytest.deprecated.check_ispytest", "kind": "Gdef"}, "contextlib": {".class": "SymbolTableNode", "cross_ref": "contextlib", "kind": "Gdef"}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "fixture": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.fixture", "kind": "Gdef"}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "hookimpl": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.hookimpl", "kind": "Gdef"}, "io": {".class": "SymbolTableNode", "cross_ref": "io", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "patchsysdict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.capture.patchsysdict", "name": "patchsysdict", "type": {".class": "Instance", "args": ["builtins.int", "builtins.str"], "type_ref": "builtins.dict"}}}, "pytest_addoption": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["parser"], "flags": [], "fullname": "_pytest.capture.pytest_addoption", "name": "pytest_addoption", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["parser"], "arg_types": ["_pytest.config.argparsing.Parser"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_addoption", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_load_initial_conftests": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["early_config"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.capture.pytest_load_initial_conftests", "name": "pytest_load_initial_conftests", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["early_config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_load_initial_conftests", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_load_initial_conftests", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/capture.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/capture.meta.json b/.mypy_cache/3.9/_pytest/capture.meta.json deleted file mode 100644 index 3378828b6..000000000 --- a/.mypy_cache/3.9/_pytest/capture.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [2, 3, 4, 5, 6, 8, 9, 20, 21, 23, 24, 25, 27, 32, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 10, 10, 5, 5, 5, 5, 5, 5, 5, 5, 25, 5, 30, 30, 30, 30, 30, 30], "dependencies": ["contextlib", "functools", "io", "os", "sys", "tempfile", "typing", "_pytest.compat", "_pytest.config", "_pytest.config.argparsing", "_pytest.deprecated", "_pytest.fixtures", "_pytest.nodes", "typing_extensions", "builtins", "_pytest.main", "abc", "argparse", "py", "py.path", "types"], "hash": "6548ea4c1075955a0e1267f0da5dff100e026c2f7a77888b5188abce4a5918c0", "id": "_pytest.capture", "ignore_all": true, "interface_hash": "1412f2e8e71b38179c018eb24a64a777a685bb36e19291c56a9dbd46bea755ec", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/capture.py", "plugin_data": null, "size": 32173, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/compat.data.json b/.mypy_cache/3.9/_pytest/compat.data.json deleted file mode 100644 index 10138511f..000000000 --- a/.mypy_cache/3.9/_pytest/compat.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.compat", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Final": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Final", "kind": "Gdef"}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef"}, "NOTSET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_final"], "fullname": "_pytest.compat.NOTSET", "name": "NOTSET", "type": {".class": "Instance", "args": [], "last_known_value": {".class": "LiteralType", "fallback": "_pytest.compat.NotSetType", "value": "token"}, "type_ref": "_pytest.compat.NotSetType"}}}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef"}, "NotSetType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.compat.NotSetType", "name": "NotSetType", "type_vars": []}, "flags": ["is_enum"], "fullname": "_pytest.compat.NotSetType", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "_pytest.compat", "mro": ["_pytest.compat.NotSetType", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "token": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.compat.NotSetType.token", "name": "token", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Parameter": {".class": "SymbolTableNode", "cross_ref": "inspect.Parameter", "kind": "Gdef"}, "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef"}, "REGEX_TYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.compat.REGEX_TYPE", "name": "REGEX_TYPE", "type": {".class": "TypeType", "item": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}}, "STRING_TYPES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.compat.STRING_TYPES", "name": "STRING_TYPES", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["ints"], "arg_types": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}], "bound_args": ["builtins.bytes"], "def_extras": {"first_arg": "cls"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": "bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["string", "encoding", "errors"], "arg_types": ["builtins.str", "builtins.str", "builtins.str"], "bound_args": ["builtins.bytes"], "def_extras": {"first_arg": "cls"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": "bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["length"], "arg_types": ["builtins.int"], "bound_args": ["builtins.bytes"], "def_extras": {"first_arg": "cls"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": "bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": ["builtins.bytes"], "def_extras": {"first_arg": "cls"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": "bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["o"], "arg_types": ["typing.SupportsBytes"], "bound_args": ["builtins.bytes"], "def_extras": {"first_arg": "cls"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": "bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}]}, {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [1], "arg_names": ["o"], "arg_types": ["builtins.object"], "bound_args": ["builtins.str"], "def_extras": {"first_arg": "cls"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": "str", "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["o", "encoding", "errors"], "arg_types": ["builtins.bytes", "builtins.str", "builtins.str"], "bound_args": ["builtins.str"], "def_extras": {"first_arg": "cls"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": "str", "ret_type": "builtins.str", "type_guard": null, "variables": []}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "TEST_OUTCOME": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.TEST_OUTCOME", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_PytestWrapper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.compat._PytestWrapper", "name": "_PytestWrapper", "type_vars": []}, "flags": [], "fullname": "_pytest.compat._PytestWrapper", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 249, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": null, "kw_only": false, "name": "obj"}], "frozen": false}}, "module_name": "_pytest.compat", "mro": ["_pytest.compat._PytestWrapper", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.compat._PytestWrapper._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.compat._PytestWrapper.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.compat._PytestWrapper._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.compat._PytestWrapper._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of _PytestWrapper", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.compat._PytestWrapper._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.compat._PytestWrapper.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.compat._PytestWrapper._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.compat._PytestWrapper._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of _PytestWrapper", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.compat._PytestWrapper._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "_pytest.compat._PytestWrapper.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "arg_types": ["_pytest.compat._PytestWrapper", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 8}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _PytestWrapper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.compat._PytestWrapper.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.compat._PytestWrapper._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.compat._PytestWrapper._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of _PytestWrapper", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.compat._PytestWrapper._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.compat._PytestWrapper.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.compat._PytestWrapper._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.compat._PytestWrapper._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of _PytestWrapper", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.compat._PytestWrapper._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "obj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.compat._PytestWrapper.obj", "name": "obj", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_S": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.compat._S", "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.compat._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.compat.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.compat.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.compat.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.compat.__package__", "name": "__package__", "type": "builtins.str"}}, "_bytes_to_ascii": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["val"], "flags": [], "fullname": "_pytest.compat._bytes_to_ascii", "name": "_bytes_to_ascii", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["val"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_bytes_to_ascii", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_format_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "_pytest.compat._format_args", "name": "_format_args", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["func"], "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", "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": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_format_args", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_non_printable_ascii_translate_table": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.compat._non_printable_ascii_translate_table", "name": "_non_printable_ascii_translate_table", "type": {".class": "Instance", "args": ["builtins.int", "builtins.str"], "type_ref": "builtins.dict"}}}, "_translate_non_printable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": [], "fullname": "_pytest.compat._translate_non_printable", "name": "_translate_non_printable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["s"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_translate_non_printable", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "ascii_escaped": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["val"], "flags": [], "fullname": "_pytest.compat.ascii_escaped", "name": "ascii_escaped", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["val"], "arg_types": [{".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ascii_escaped", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "assert_never": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["value"], "flags": [], "fullname": "_pytest.compat.assert_never", "name": "assert_never", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["value"], "arg_types": [{".class": "UninhabitedType", "is_noreturn": true}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assert_never", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "attr": {".class": "SymbolTableNode", "cross_ref": "attr", "kind": "Gdef"}, "cached_property": {".class": "SymbolTableNode", "cross_ref": "functools.cached_property", "kind": "Gdef"}, "contextmanager": {".class": "SymbolTableNode", "cross_ref": "contextlib.contextmanager", "kind": "Gdef"}, "enum": {".class": "SymbolTableNode", "cross_ref": "enum", "kind": "Gdef"}, "fail": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.fail", "kind": "Gdef"}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "get_default_arg_names": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["function"], "flags": [], "fullname": "_pytest.compat.get_default_arg_names", "name": "get_default_arg_names", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["function"], "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", "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": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_default_arg_names", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "get_real_func": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "_pytest.compat.get_real_func", "name": "get_real_func", "type": null}}, "get_real_method": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["obj", "holder"], "flags": [], "fullname": "_pytest.compat.get_real_method", "name": "get_real_method", "type": null}}, "getfuncargnames": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["function", "name", "is_method", "cls"], "flags": [], "fullname": "_pytest.compat.getfuncargnames", "name": "getfuncargnames", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["function", "name", "is_method", "cls"], "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", "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": []}, "builtins.str", "builtins.bool", {".class": "UnionType", "items": ["builtins.type", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfuncargnames", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "getimfunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "_pytest.compat.getimfunc", "name": "getimfunc", "type": null}}, "getlocation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["function", "curdir"], "flags": [], "fullname": "_pytest.compat.getlocation", "name": "getlocation", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["function", "curdir"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getlocation", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "importlib_metadata": {".class": "SymbolTableNode", "cross_ref": "importlib.metadata", "kind": "Gdef"}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef"}, "is_async_function": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "_pytest.compat.is_async_function", "name": "is_async_function", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["func"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_async_function", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_generator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "_pytest.compat.is_generator", "name": "is_generator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["func"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_generator", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "iscoroutinefunction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "_pytest.compat.iscoroutinefunction", "name": "iscoroutinefunction", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["func"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iscoroutinefunction", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "nullcontext": {".class": "SymbolTableNode", "cross_ref": "contextlib.nullcontext", "kind": "Gdef"}, "num_mock_patch_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["function"], "flags": [], "fullname": "_pytest.compat.num_mock_patch_args", "name": "num_mock_patch_args", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["function"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "num_mock_patch_args", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "safe_getattr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["object", "name", "default"], "flags": [], "fullname": "_pytest.compat.safe_getattr", "name": "safe_getattr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["object", "name", "default"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "safe_getattr", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "safe_isclass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "_pytest.compat.safe_isclass", "name": "safe_isclass", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "safe_isclass", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "signature": {".class": "SymbolTableNode", "cross_ref": "inspect.signature", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/compat.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/compat.meta.json b/.mypy_cache/3.9/_pytest/compat.meta.json deleted file mode 100644 index a55b9a3b7..000000000 --- a/.mypy_cache/3.9/_pytest/compat.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [2, 3, 4, 5, 6, 7, 10, 11, 20, 22, 27, 43, 43, 269, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 10, 10, 5, 5, 5, 10, 5, 25, 20, 10, 20, 5, 30, 30, 30, 30, 30], "dependencies": ["enum", "functools", "inspect", "re", "sys", "contextlib", "pathlib", "typing", "attr", "_pytest.outcomes", "typing_extensions", "importlib", "importlib.metadata", "_pytest._io.saferepr", "builtins", "_pytest._io", "abc", "attr.setters", "os", "types"], "hash": "38d5694fbe72158513fc64245056f7f673b644e0542016956321a15d6cca1261", "id": "_pytest.compat", "ignore_all": true, "interface_hash": "64dc581b9180c3839fc05663f08e307099593b28f80ba611138ce1ab5a97812b", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/compat.py", "plugin_data": null, "size": 12114, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/config/__init__.data.json b/.mypy_cache/3.9/_pytest/config/__init__.data.json deleted file mode 100644 index 9aacee707..000000000 --- a/.mypy_cache/3.9/_pytest/config/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.config", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Argument": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.argparsing.Argument", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Config": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.config.Config", "name": "Config", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.config.Config", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.config", "mro": ["_pytest.config.Config", "builtins.object"], "names": {".class": "SymbolTable", "InvocationParams": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.config.Config.InvocationParams", "name": "InvocationParams", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.config.Config.InvocationParams", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 8, "context_line": 849, "converter_is_attr_converters_optional": false, "converter_name": "_pytest.config._args_converter", "has_default": false, "init": true, "init_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, "kw_only": false, "name": "args"}, {"context_column": 8, "context_line": 854, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.object"]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "kw_only": false, "name": "plugins"}, {"context_column": 8, "context_line": 859, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": "pathlib.Path", "kw_only": false, "name": "dir"}], "frozen": true}}, "module_name": "_pytest.config", "mro": ["_pytest.config.Config.InvocationParams", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.config.Config.InvocationParams._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.config.Config.InvocationParams.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.config.Config.InvocationParams._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.config.Config.InvocationParams._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of InvocationParams", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.config.Config.InvocationParams._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__ge__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config.InvocationParams.__ge__", "kind": "Mdef", "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.config.Config.InvocationParams.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.config.Config.InvocationParams._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.config.Config.InvocationParams._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of InvocationParams", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.config.Config.InvocationParams._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config.InvocationParams.__gt__", "kind": "Mdef", "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "args", "plugins", "dir"], "flags": [], "fullname": "_pytest.config.Config.InvocationParams.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "args", "plugins", "dir"], "arg_types": ["_pytest.config.Config.InvocationParams", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.object"]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "pathlib.Path"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of InvocationParams", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__init__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config.InvocationParams.__init__", "kind": "Mdef", "plugin_generated": true}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.config.Config.InvocationParams.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.config.Config.InvocationParams._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.config.Config.InvocationParams._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of InvocationParams", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.config.Config.InvocationParams._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__le__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config.InvocationParams.__le__", "kind": "Mdef", "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.config.Config.InvocationParams.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.config.Config.InvocationParams._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.config.Config.InvocationParams._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of InvocationParams", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.config.Config.InvocationParams._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config.InvocationParams.__lt__", "kind": "Mdef", "plugin_generated": true}, "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property"], "fullname": "_pytest.config.Config.InvocationParams.args", "name": "args", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}}, "dir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property"], "fullname": "_pytest.config.Config.InvocationParams.dir", "name": "dir", "type": "pathlib.Path"}}, "plugins": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property"], "fullname": "_pytest.config.Config.InvocationParams.plugins", "name": "plugins", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.object"]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "pluginmanager", "invocation_params"], "flags": [], "fullname": "_pytest.config.Config.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "pluginmanager", "invocation_params"], "arg_types": ["_pytest.config.Config", "_pytest.config.PytestPluginManager", {".class": "UnionType", "items": ["_pytest.config.Config.InvocationParams", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Config", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_checkversion": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.config.Config._checkversion", "name": "_checkversion", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_checkversion of Config", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_cleanup": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.config.Config._cleanup", "name": "_cleanup", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}], "type_ref": "builtins.list"}}}, "_configured": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.Config._configured", "name": "_configured", "type": "builtins.bool"}}, "_consider_importhook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "args"], "flags": [], "fullname": "_pytest.config.Config._consider_importhook", "name": "_consider_importhook", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "args"], "arg_types": ["_pytest.config.Config", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_consider_importhook of Config", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_do_configure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.config.Config._do_configure", "name": "_do_configure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_do_configure of Config", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_ensure_unconfigure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.config.Config._ensure_unconfigure", "name": "_ensure_unconfigure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_ensure_unconfigure of Config", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_override_ini_value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.config.Config._get_override_ini_value", "name": "_get_override_ini_value", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.config.Config", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_override_ini_value of Config", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_get_unknown_ini_keys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.config.Config._get_unknown_ini_keys", "name": "_get_unknown_ini_keys", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_unknown_ini_keys of Config", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_getconftest_pathlist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "path"], "flags": [], "fullname": "_pytest.config.Config._getconftest_pathlist", "name": "_getconftest_pathlist", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "path"], "arg_types": ["_pytest.config.Config", "builtins.str", "py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_getconftest_pathlist of Config", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["py.path.local"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_getini": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.config.Config._getini", "name": "_getini", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.config.Config", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_getini of Config", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_inicache": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.config.Config._inicache", "name": "_inicache", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "_inipath": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.Config._inipath", "name": "_inipath", "type": {".class": "UnionType", "items": ["pathlib.Path", {".class": "NoneType"}]}}}, "_initini": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "args"], "flags": [], "fullname": "_pytest.config.Config._initini", "name": "_initini", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "args"], "arg_types": ["_pytest.config.Config", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_initini of Config", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_mark_plugins_for_rewrite": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "flags": [], "fullname": "_pytest.config.Config._mark_plugins_for_rewrite", "name": "_mark_plugins_for_rewrite", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "arg_types": ["_pytest.config.Config", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_mark_plugins_for_rewrite of Config", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_opt2dest": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.config.Config._opt2dest", "name": "_opt2dest", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "_override_ini": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.config.Config._override_ini", "name": "_override_ini", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}}}, "_parser": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.Config._parser", "name": "_parser", "type": "_pytest.config.argparsing.Parser"}}, "_preparse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "args", "addopts"], "flags": [], "fullname": "_pytest.config.Config._preparse", "name": "_preparse", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "args", "addopts"], "arg_types": ["_pytest.config.Config", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_preparse of Config", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_processopt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "opt"], "flags": [], "fullname": "_pytest.config.Config._processopt", "name": "_processopt", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "opt"], "arg_types": ["_pytest.config.Config", "_pytest.config.argparsing.Argument"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_processopt of Config", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_rootpath": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.Config._rootpath", "name": "_rootpath", "type": "pathlib.Path"}}, "_store": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.Config._store", "name": "_store", "type": "_pytest.store.Store"}}, "_validate_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "args", "via"], "flags": [], "fullname": "_pytest.config.Config._validate_args", "name": "_validate_args", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "args", "via"], "arg_types": ["_pytest.config.Config", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_validate_args of Config", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_validate_config_options": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.config.Config._validate_config_options", "name": "_validate_config_options", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_validate_config_options of Config", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_validate_plugins": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.config.Config._validate_plugins", "name": "_validate_plugins", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_validate_plugins of Config", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_warn_about_missing_assertion": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mode"], "flags": [], "fullname": "_pytest.config.Config._warn_about_missing_assertion", "name": "_warn_about_missing_assertion", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mode"], "arg_types": ["_pytest.config.Config", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_warn_about_missing_assertion of Config", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_warn_about_skipped_plugins": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.config.Config._warn_about_skipped_plugins", "name": "_warn_about_skipped_plugins", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_warn_about_skipped_plugins of Config", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_warn_or_fail_if_strict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "message"], "flags": [], "fullname": "_pytest.config.Config._warn_or_fail_if_strict", "name": "_warn_or_fail_if_strict", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "message"], "arg_types": ["_pytest.config.Config", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_warn_or_fail_if_strict of Config", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_cleanup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "func"], "flags": [], "fullname": "_pytest.config.Config.add_cleanup", "name": "add_cleanup", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "func"], "arg_types": ["_pytest.config.Config", {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_cleanup of Config", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "addinivalue_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "line"], "flags": [], "fullname": "_pytest.config.Config.addinivalue_line", "name": "addinivalue_line", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "line"], "arg_types": ["_pytest.config.Config", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addinivalue_line of Config", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "args": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.Config.args", "name": "args", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "cache": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.config.Config.cache", "name": "cache", "type": {".class": "UnionType", "items": ["_pytest.cacheprovider.Cache", {".class": "NoneType"}]}}}, "cwd_relative_nodeid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "nodeid"], "flags": [], "fullname": "_pytest.config.Config.cwd_relative_nodeid", "name": "cwd_relative_nodeid", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "nodeid"], "arg_types": ["_pytest.config.Config", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cwd_relative_nodeid of Config", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "fromdictargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "option_dict", "args"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.config.Config.fromdictargs", "name": "fromdictargs", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "option_dict", "args"], "arg_types": [{".class": "TypeType", "item": "_pytest.config.Config"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromdictargs of Config", "ret_type": "_pytest.config.Config", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "fromdictargs", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "option_dict", "args"], "arg_types": [{".class": "TypeType", "item": "_pytest.config.Config"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromdictargs of Config", "ret_type": "_pytest.config.Config", "type_guard": null, "variables": []}}}}, "get_terminal_writer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.config.Config.get_terminal_writer", "name": "get_terminal_writer", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_terminal_writer of Config", "ret_type": "_pytest._io.terminalwriter.TerminalWriter", "type_guard": null, "variables": []}}}, "getini": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.config.Config.getini", "name": "getini", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.config.Config", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getini of Config", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "getoption": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "name", "default", "skip"], "flags": [], "fullname": "_pytest.config.Config.getoption", "name": "getoption", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "name", "default", "skip"], "arg_types": ["_pytest.config.Config", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getoption of Config", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "getvalue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "path"], "flags": [], "fullname": "_pytest.config.Config.getvalue", "name": "getvalue", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "path"], "arg_types": ["_pytest.config.Config", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getvalue of Config", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "getvalueorskip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "path"], "flags": [], "fullname": "_pytest.config.Config.getvalueorskip", "name": "getvalueorskip", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "path"], "arg_types": ["_pytest.config.Config", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getvalueorskip of Config", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "hook": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.Config.hook", "name": "hook", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}}}, "inicfg": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.Config.inicfg", "name": "inicfg", "type": {".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}]}], "type_ref": "builtins.dict"}}}, "inifile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.config.Config.inifile", "name": "inifile", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "inifile of Config", "ret_type": {".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "inifile", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "inifile of Config", "ret_type": {".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "inipath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.config.Config.inipath", "name": "inipath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "inipath of Config", "ret_type": {".class": "UnionType", "items": ["pathlib.Path", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "inipath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "inipath of Config", "ret_type": {".class": "UnionType", "items": ["pathlib.Path", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "invocation_dir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.config.Config.invocation_dir", "name": "invocation_dir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "invocation_dir of Config", "ret_type": "py.path.local", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "invocation_dir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "invocation_dir of Config", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}}, "invocation_params": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.Config.invocation_params", "name": "invocation_params", "type": "_pytest.config.Config.InvocationParams"}}, "issue_config_time_warning": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "warning", "stacklevel"], "flags": [], "fullname": "_pytest.config.Config.issue_config_time_warning", "name": "issue_config_time_warning", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "warning", "stacklevel"], "arg_types": ["_pytest.config.Config", "builtins.Warning", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "issue_config_time_warning of Config", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "known_args_namespace": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.Config.known_args_namespace", "name": "known_args_namespace", "type": "argparse.Namespace"}}, "notify_exception": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "excinfo", "option"], "flags": [], "fullname": "_pytest.config.Config.notify_exception", "name": "notify_exception", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "excinfo", "option"], "arg_types": ["_pytest.config.Config", {".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}, {".class": "UnionType", "items": ["argparse.Namespace", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "notify_exception of Config", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "option": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.Config.option", "name": "option", "type": "argparse.Namespace"}}, "parse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "args", "addopts"], "flags": [], "fullname": "_pytest.config.Config.parse", "name": "parse", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "args", "addopts"], "arg_types": ["_pytest.config.Config", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse of Config", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pluginmanager": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.Config.pluginmanager", "name": "pluginmanager", "type": "_pytest.config.PytestPluginManager"}}, "pytest_cmdline_parse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "pluginmanager", "args"], "flags": [], "fullname": "_pytest.config.Config.pytest_cmdline_parse", "name": "pytest_cmdline_parse", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "pluginmanager", "args"], "arg_types": ["_pytest.config.Config", "_pytest.config.PytestPluginManager", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_cmdline_parse of Config", "ret_type": "_pytest.config.Config", "type_guard": null, "variables": []}}}, "pytest_collection": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.config.Config.pytest_collection", "name": "pytest_collection", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collection of Config", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_collection", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_load_initial_conftests": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "early_config"], "flags": ["is_decorated"], "fullname": "_pytest.config.Config.pytest_load_initial_conftests", "name": "pytest_load_initial_conftests", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "early_config"], "arg_types": ["_pytest.config.Config", "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_load_initial_conftests of Config", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_load_initial_conftests", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "rootdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.config.Config.rootdir", "name": "rootdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rootdir of Config", "ret_type": "py.path.local", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "rootdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rootdir of Config", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}}, "rootpath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.config.Config.rootpath", "name": "rootpath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rootpath of Config", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "rootpath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rootpath of Config", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}}, "trace": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.Config.trace", "name": "trace", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_of_any": 7}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConftestImportFailure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.config.ConftestImportFailure", "name": "ConftestImportFailure", "type_vars": []}, "flags": [], "fullname": "_pytest.config.ConftestImportFailure", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.config", "mro": ["_pytest.config.ConftestImportFailure", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "path", "excinfo"], "flags": [], "fullname": "_pytest.config.ConftestImportFailure.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "path", "excinfo"], "arg_types": ["_pytest.config.ConftestImportFailure", "py.path.local", {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.Exception", "types.TracebackType"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ConftestImportFailure", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.config.ConftestImportFailure.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.config.ConftestImportFailure"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of ConftestImportFailure", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "excinfo": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.ConftestImportFailure.excinfo", "name": "excinfo", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.Exception", "types.TracebackType"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "path": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.ConftestImportFailure.path", "name": "path", "type": "py.path.local"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "ExceptionInfo": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo", "kind": "Gdef"}, "ExitCode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.IntEnum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.config.ExitCode", "name": "ExitCode", "type_vars": []}, "flags": ["is_enum", "is_final"], "fullname": "_pytest.config.ExitCode", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "_pytest.config", "mro": ["_pytest.config.ExitCode", "enum.IntEnum", "builtins.int", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "INTERNAL_ERROR": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.config.ExitCode.INTERNAL_ERROR", "name": "INTERNAL_ERROR", "type": "builtins.int"}}, "INTERRUPTED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.config.ExitCode.INTERRUPTED", "name": "INTERRUPTED", "type": "builtins.int"}}, "NO_TESTS_COLLECTED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.config.ExitCode.NO_TESTS_COLLECTED", "name": "NO_TESTS_COLLECTED", "type": "builtins.int"}}, "OK": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.config.ExitCode.OK", "name": "OK", "type": "builtins.int"}}, "TESTS_FAILED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.config.ExitCode.TESTS_FAILED", "name": "TESTS_FAILED", "type": "builtins.int"}}, "USAGE_ERROR": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.config.ExitCode.USAGE_ERROR", "name": "USAGE_ERROR", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef"}, "HookimplMarker": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "_pytest.config.HookimplMarker", "name": "HookimplMarker", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}}}, "HookspecMarker": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "_pytest.config.HookspecMarker", "name": "HookspecMarker", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookspecMarker", "source_any": null, "type_of_any": 3}}}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef"}, "ImportMode": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.ImportMode", "kind": "Gdef"}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Notset": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.config.Notset", "name": "Notset", "type_vars": []}, "flags": [], "fullname": "_pytest.config.Notset", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.config", "mro": ["_pytest.config.Notset", "builtins.object"], "names": {".class": "SymbolTable", "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.config.Notset.__repr__", "name": "__repr__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef"}, "PluginManager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "_pytest.config.PluginManager", "name": "PluginManager", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.PluginManager", "source_any": null, "type_of_any": 3}}}, "PrintHelp": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.exceptions.PrintHelp", "kind": "Gdef"}, "PytestConfigWarning": {".class": "SymbolTableNode", "cross_ref": "_pytest.warning_types.PytestConfigWarning", "kind": "Gdef"}, "PytestPluginManager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.config.PytestPluginManager", "name": "PytestPluginManager", "type_vars": []}, "flags": ["fallback_to_any", "is_final"], "fullname": "_pytest.config.PytestPluginManager", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.config", "mro": ["_pytest.config.PytestPluginManager", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.config.PytestPluginManager.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.PytestPluginManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PytestPluginManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_check_non_top_pytest_plugins": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mod", "conftestpath"], "flags": [], "fullname": "_pytest.config.PytestPluginManager._check_non_top_pytest_plugins", "name": "_check_non_top_pytest_plugins", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mod", "conftestpath"], "arg_types": ["_pytest.config.PytestPluginManager", "types.ModuleType", "py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_non_top_pytest_plugins of PytestPluginManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_confcutdir": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.config.PytestPluginManager._confcutdir", "name": "_confcutdir", "type": {".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}}}, "_configured": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.PytestPluginManager._configured", "name": "_configured", "type": "builtins.bool"}}, "_conftest_plugins": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.config.PytestPluginManager._conftest_plugins", "name": "_conftest_plugins", "type": {".class": "Instance", "args": ["types.ModuleType"], "type_ref": "builtins.set"}}}, "_conftestpath2mod": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.config.PytestPluginManager._conftestpath2mod", "name": "_conftestpath2mod", "type": {".class": "Instance", "args": ["pathlib.Path", "types.ModuleType"], "type_ref": "builtins.dict"}}}, "_dirpath2confmods": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.config.PytestPluginManager._dirpath2confmods", "name": "_dirpath2confmods", "type": {".class": "Instance", "args": ["py.path.local", {".class": "Instance", "args": ["types.ModuleType"], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}}}, "_duplicatepaths": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.config.PytestPluginManager._duplicatepaths", "name": "_duplicatepaths", "type": {".class": "Instance", "args": ["py.path.local"], "type_ref": "builtins.set"}}}, "_getconftestmodules": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "path", "importmode"], "flags": ["is_decorated"], "fullname": "_pytest.config.PytestPluginManager._getconftestmodules", "name": "_getconftestmodules", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "path", "importmode"], "arg_types": ["_pytest.config.PytestPluginManager", "py.path.local", {".class": "UnionType", "items": ["builtins.str", "_pytest.pathlib.ImportMode"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_getconftestmodules of PytestPluginManager", "ret_type": {".class": "Instance", "args": ["types.ModuleType"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "_getconftestmodules", "type": {".class": "Instance", "args": [{".class": "Instance", "args": ["types.ModuleType"], "type_ref": "builtins.list"}], "type_ref": "functools._lru_cache_wrapper"}}}}, "_import_plugin_specs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "spec"], "flags": [], "fullname": "_pytest.config.PytestPluginManager._import_plugin_specs", "name": "_import_plugin_specs", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "spec"], "arg_types": ["_pytest.config.PytestPluginManager", {".class": "UnionType", "items": [{".class": "NoneType"}, "types.ModuleType", "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_import_plugin_specs of PytestPluginManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_importconftest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "conftestpath", "importmode"], "flags": [], "fullname": "_pytest.config.PytestPluginManager._importconftest", "name": "_importconftest", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "conftestpath", "importmode"], "arg_types": ["_pytest.config.PytestPluginManager", "py.path.local", {".class": "UnionType", "items": ["builtins.str", "_pytest.pathlib.ImportMode"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_importconftest of PytestPluginManager", "ret_type": "types.ModuleType", "type_guard": null, "variables": []}}}, "_noconftest": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.PytestPluginManager._noconftest", "name": "_noconftest", "type": "builtins.bool"}}, "_rget_with_confmod": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "path", "importmode"], "flags": [], "fullname": "_pytest.config.PytestPluginManager._rget_with_confmod", "name": "_rget_with_confmod", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "path", "importmode"], "arg_types": ["_pytest.config.PytestPluginManager", "builtins.str", "py.path.local", {".class": "UnionType", "items": ["builtins.str", "_pytest.pathlib.ImportMode"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_rget_with_confmod of PytestPluginManager", "ret_type": {".class": "TupleType", "implicit": false, "items": ["types.ModuleType", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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": []}}}, "_set_initial_conftests": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "namespace"], "flags": [], "fullname": "_pytest.config.PytestPluginManager._set_initial_conftests", "name": "_set_initial_conftests", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "namespace"], "arg_types": ["_pytest.config.PytestPluginManager", "argparse.Namespace"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_initial_conftests of PytestPluginManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_try_load_conftest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "anchor", "importmode"], "flags": [], "fullname": "_pytest.config.PytestPluginManager._try_load_conftest", "name": "_try_load_conftest", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "anchor", "importmode"], "arg_types": ["_pytest.config.PytestPluginManager", "py.path.local", {".class": "UnionType", "items": ["builtins.str", "_pytest.pathlib.ImportMode"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_try_load_conftest of PytestPluginManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_using_pyargs": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.PytestPluginManager._using_pyargs", "name": "_using_pyargs", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "consider_conftest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "conftestmodule"], "flags": [], "fullname": "_pytest.config.PytestPluginManager.consider_conftest", "name": "consider_conftest", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "conftestmodule"], "arg_types": ["_pytest.config.PytestPluginManager", "types.ModuleType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "consider_conftest of PytestPluginManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "consider_env": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.config.PytestPluginManager.consider_env", "name": "consider_env", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.PytestPluginManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "consider_env of PytestPluginManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "consider_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mod"], "flags": [], "fullname": "_pytest.config.PytestPluginManager.consider_module", "name": "consider_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mod"], "arg_types": ["_pytest.config.PytestPluginManager", "types.ModuleType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "consider_module of PytestPluginManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "consider_pluginarg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "_pytest.config.PytestPluginManager.consider_pluginarg", "name": "consider_pluginarg", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["_pytest.config.PytestPluginManager", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "consider_pluginarg of PytestPluginManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "consider_preparse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "args", "exclude_only"], "flags": [], "fullname": "_pytest.config.PytestPluginManager.consider_preparse", "name": "consider_preparse", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "args", "exclude_only"], "arg_types": ["_pytest.config.PytestPluginManager", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "consider_preparse of PytestPluginManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getplugin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.config.PytestPluginManager.getplugin", "name": "getplugin", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.config.PytestPluginManager", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getplugin of PytestPluginManager", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "hasplugin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.config.PytestPluginManager.hasplugin", "name": "hasplugin", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.config.PytestPluginManager", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hasplugin of PytestPluginManager", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "import_plugin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "modname", "consider_entry_points"], "flags": [], "fullname": "_pytest.config.PytestPluginManager.import_plugin", "name": "import_plugin", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "modname", "consider_entry_points"], "arg_types": ["_pytest.config.PytestPluginManager", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "import_plugin of PytestPluginManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "parse_hookimpl_opts": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "plugin", "name"], "flags": [], "fullname": "_pytest.config.PytestPluginManager.parse_hookimpl_opts", "name": "parse_hookimpl_opts", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "plugin", "name"], "arg_types": ["_pytest.config.PytestPluginManager", "builtins.object", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_hookimpl_opts of PytestPluginManager", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "parse_hookspec_opts": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "module_or_class", "name"], "flags": [], "fullname": "_pytest.config.PytestPluginManager.parse_hookspec_opts", "name": "parse_hookspec_opts", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "module_or_class", "name"], "arg_types": ["_pytest.config.PytestPluginManager", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_hookspec_opts of PytestPluginManager", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "pytest_configure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "flags": [], "fullname": "_pytest.config.PytestPluginManager.pytest_configure", "name": "pytest_configure", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "arg_types": ["_pytest.config.PytestPluginManager", "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_configure of PytestPluginManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "register": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "plugin", "name"], "flags": [], "fullname": "_pytest.config.PytestPluginManager.register", "name": "register", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "plugin", "name"], "arg_types": ["_pytest.config.PytestPluginManager", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register of PytestPluginManager", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "rewrite_hook": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.PytestPluginManager.rewrite_hook", "name": "rewrite_hook", "type": "_pytest.assertion.DummyRewriteHook"}}, "skipped_plugins": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.config.PytestPluginManager.skipped_plugins", "name": "skipped_plugins", "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"}}], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "Skipped": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.Skipped", "kind": "Gdef"}, "Store": {".class": "SymbolTableNode", "cross_ref": "_pytest.store.Store", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "TerminalReporter": {".class": "SymbolTableNode", "cross_ref": "_pytest.terminal.TerminalReporter", "kind": "Gdef"}, "TerminalWriter": {".class": "SymbolTableNode", "cross_ref": "_pytest._io.terminalwriter.TerminalWriter", "kind": "Gdef"}, "TextIO": {".class": "SymbolTableNode", "cross_ref": "typing.TextIO", "kind": "Gdef"}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "UsageError": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.exceptions.UsageError", "kind": "Gdef"}, "_PluggyPlugin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_pytest.config._PluggyPlugin", "line": 66, "no_args": true, "normalized": false, "target": "builtins.object"}}, "_TracebackStyle": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code._TracebackStyle", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.config.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.config.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.config.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.config.__package__", "name": "__package__", "type": "builtins.str"}}, "_args_converter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["args"], "flags": [], "fullname": "_pytest.config._args_converter", "name": "_args_converter", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["args"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_args_converter", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "_assertion_supported": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_pytest.config._assertion_supported", "name": "_assertion_supported", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_assertion_supported", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_ensure_removed_sysmodule": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["modname"], "flags": [], "fullname": "_pytest.config._ensure_removed_sysmodule", "name": "_ensure_removed_sysmodule", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["modname"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_ensure_removed_sysmodule", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_plugin_specs_as_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["specs"], "flags": [], "fullname": "_pytest.config._get_plugin_specs_as_list", "name": "_get_plugin_specs_as_list", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["specs"], "arg_types": [{".class": "UnionType", "items": [{".class": "NoneType"}, "types.ModuleType", "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_plugin_specs_as_list", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_iter_rewritable_modules": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["package_files"], "flags": ["is_generator"], "fullname": "_pytest.config._iter_rewritable_modules", "name": "_iter_rewritable_modules", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["package_files"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_iter_rewritable_modules", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "_prepareconfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1], "arg_names": ["args", "plugins"], "flags": [], "fullname": "_pytest.config._prepareconfig", "name": "_prepareconfig", "type": {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["args", "plugins"], "arg_types": [{".class": "UnionType", "items": ["py.path.local", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.object"]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_prepareconfig", "ret_type": "_pytest.config.Config", "type_guard": null, "variables": []}}}, "_pytest": {".class": "SymbolTableNode", "cross_ref": "_pytest", "kind": "Gdef"}, "_strtobool": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["val"], "flags": [], "fullname": "_pytest.config._strtobool", "name": "_strtobool", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["val"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_strtobool", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "apply_warning_filters": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["config_filters", "cmdline_filters"], "flags": [], "fullname": "_pytest.config.apply_warning_filters", "name": "apply_warning_filters", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["config_filters", "cmdline_filters"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "apply_warning_filters", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "argparse": {".class": "SymbolTableNode", "cross_ref": "argparse", "kind": "Gdef"}, "attr": {".class": "SymbolTableNode", "cross_ref": "attr", "kind": "Gdef"}, "bestrelpath": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.bestrelpath", "kind": "Gdef"}, "builtin_plugins": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.builtin_plugins", "name": "builtin_plugins", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "cmdline": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.config.cmdline", "name": "cmdline", "type_vars": []}, "flags": [], "fullname": "_pytest.config.cmdline", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.config", "mro": ["_pytest.config.cmdline", "builtins.object"], "names": {".class": "SymbolTable", "main": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.config.cmdline.main", "name": "main", "type": "builtins.staticmethod"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "console_main": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_pytest.config.console_main", "name": "console_main", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "console_main", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "contextlib": {".class": "SymbolTableNode", "cross_ref": "contextlib", "kind": "Gdef"}, "copy": {".class": "SymbolTableNode", "cross_ref": "copy", "kind": "Gdef"}, "create_terminal_writer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["config", "file"], "flags": [], "fullname": "_pytest.config.create_terminal_writer", "name": "create_terminal_writer", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["config", "file"], "arg_types": ["_pytest.config.Config", {".class": "UnionType", "items": ["typing.TextIO", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_terminal_writer", "ret_type": "_pytest._io.terminalwriter.TerminalWriter", "type_guard": null, "variables": []}}}, "default_plugins": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.default_plugins", "name": "default_plugins", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}}, "determine_setup": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.findpaths.determine_setup", "kind": "Gdef"}, "directory_arg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["path", "optname"], "flags": [], "fullname": "_pytest.config.directory_arg", "name": "directory_arg", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["path", "optname"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "directory_arg", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "enum": {".class": "SymbolTableNode", "cross_ref": "enum", "kind": "Gdef"}, "essential_plugins": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.essential_plugins", "name": "essential_plugins", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "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"}}}}, "fail": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.fail", "kind": "Gdef"}, "filename_arg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["path", "optname"], "flags": [], "fullname": "_pytest.config.filename_arg", "name": "filename_arg", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["path", "optname"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "filename_arg", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "filter_traceback": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.filter_traceback", "kind": "Gdef"}, "filter_traceback_for_conftest_import_failure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["entry"], "flags": [], "fullname": "_pytest.config.filter_traceback_for_conftest_import_failure", "name": "filter_traceback_for_conftest_import_failure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["entry"], "arg_types": ["_pytest._code.code.TracebackEntry"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "filter_traceback_for_conftest_import_failure", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "get_config": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1], "arg_names": ["args", "plugins"], "flags": [], "fullname": "_pytest.config.get_config", "name": "get_config", "type": {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["args", "plugins"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.object"]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_config", "ret_type": "_pytest.config.Config", "type_guard": null, "variables": []}}}, "get_plugin_manager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_pytest.config.get_plugin_manager", "name": "get_plugin_manager", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_plugin_manager", "ret_type": "_pytest.config.PytestPluginManager", "type_guard": null, "variables": []}}}, "hookimpl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.hookimpl", "name": "hookimpl", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "hookspec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.hookspec", "name": "hookspec", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "import_path": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.import_path", "kind": "Gdef"}, "importlib_metadata": {".class": "SymbolTableNode", "cross_ref": "importlib.metadata", "kind": "Gdef"}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef"}, "lru_cache": {".class": "SymbolTableNode", "cross_ref": "functools.lru_cache", "kind": "Gdef"}, "main": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1], "arg_names": ["args", "plugins"], "flags": [], "fullname": "_pytest.config.main", "name": "main", "type": {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["args", "plugins"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "py.path.local", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.object"]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "main", "ret_type": {".class": "UnionType", "items": ["builtins.int", "_pytest.config.ExitCode"]}, "type_guard": null, "variables": []}}}, "notset": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.notset", "name": "notset", "type": "_pytest.config.Notset"}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "parse_warning_filter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3], "arg_names": ["arg", "escape"], "flags": ["is_decorated"], "fullname": "_pytest.config.parse_warning_filter", "name": "parse_warning_filter", "type": {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["arg", "escape"], "arg_types": ["builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_warning_filter", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", {".class": "TypeType", "item": "builtins.Warning"}, "builtins.str", "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": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "parse_warning_filter", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", {".class": "TypeType", "item": "builtins.Warning"}, "builtins.str", "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": "functools._lru_cache_wrapper"}}}}, "py": {".class": "SymbolTableNode", "cross_ref": "py", "kind": "Gdef"}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "shlex": {".class": "SymbolTableNode", "cross_ref": "shlex", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/config/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/config/__init__.meta.json b/.mypy_cache/3.9/_pytest/config/__init__.meta.json deleted file mode 100644 index 2cf4bda06..000000000 --- a/.mypy_cache/3.9/_pytest/config/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [2, 3, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 34, 35, 40, 40, 41, 42, 43, 45, 48, 49, 51, 53, 56, 57, 61, 62, 63, 338, 917, 1010, 1213, 1218, 1242, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 36], "dep_prios": [10, 10, 20, 10, 10, 10, 10, 10, 10, 10, 10, 5, 10, 5, 5, 5, 10, 10, 5, 20, 10, 10, 5, 5, 5, 5, 5, 5, 5, 5, 25, 25, 20, 20, 20, 20, 20, 20, 20, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 5], "dependencies": ["argparse", "collections.abc", "collections", "contextlib", "copy", "enum", "inspect", "os", "re", "shlex", "sys", "types", "warnings", "functools", "pathlib", "typing", "attr", "py", "_pytest._code", "_pytest", "_pytest.deprecated", "_pytest.hookspec", "_pytest.config.exceptions", "_pytest.config.findpaths", "_pytest._io", "_pytest.compat", "_pytest.outcomes", "_pytest.pathlib", "_pytest.store", "_pytest.warning_types", "_pytest._code.code", "_pytest.terminal", "_pytest.config.argparsing", "_pytest.assertion", "_pytest.cacheprovider", "_pytest.helpconfig", "pytest", "packaging.version", "packaging.requirements", "builtins", "_pytest._io.terminalwriter", "_pytest.assertion.rewrite", "_typeshed", "_warnings", "abc", "attr.setters", "genericpath", "importlib", "importlib.abc", "importlib.metadata", "io", "packaging", "packaging.specifiers", "posixpath", "py.path", "typing_extensions"], "hash": "472bd726a9cd6117cd6b3a80ba4a43bde5a21c05a96d78404b164c2a0f42314d", "id": "_pytest.config", "ignore_all": true, "interface_hash": "a630202bf0d2461da3c56c8bb6df9a3adc1a139f73e10bd3deba4f0a97ed6055", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/config/__init__.py", "plugin_data": null, "size": 56940, "suppressed": ["pluggy"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/config/argparsing.data.json b/.mypy_cache/3.9/_pytest/config/argparsing.data.json deleted file mode 100644 index a95af3ee5..000000000 --- a/.mypy_cache/3.9/_pytest/config/argparsing.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.config.argparsing", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Argument": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.config.argparsing.Argument", "name": "Argument", "type_vars": []}, "flags": [], "fullname": "_pytest.config.argparsing.Argument", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.config.argparsing", "mro": ["_pytest.config.argparsing.Argument", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "names", "attrs"], "flags": [], "fullname": "_pytest.config.argparsing.Argument.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "names", "attrs"], "arg_types": ["_pytest.config.argparsing.Argument", "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", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Argument", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.config.argparsing.Argument.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.config.argparsing.Argument"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of Argument", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_attrs": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.argparsing.Argument._attrs", "name": "_attrs", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "_long_opts": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.config.argparsing.Argument._long_opts", "name": "_long_opts", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "_set_opt_strings": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "opts"], "flags": [], "fullname": "_pytest.config.argparsing.Argument._set_opt_strings", "name": "_set_opt_strings", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "opts"], "arg_types": ["_pytest.config.argparsing.Argument", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_opt_strings of Argument", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_short_opts": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.config.argparsing.Argument._short_opts", "name": "_short_opts", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "_typ_map": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.config.argparsing.Argument._typ_map", "name": "_typ_map", "type": {".class": "Instance", "args": ["builtins.str", "builtins.type"], "type_ref": "builtins.dict"}}}, "attrs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.config.argparsing.Argument.attrs", "name": "attrs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.argparsing.Argument"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "attrs of Argument", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, "type_guard": null, "variables": []}}}, "default": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.argparsing.Argument.default", "name": "default", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "dest": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.argparsing.Argument.dest", "name": "dest", "type": "builtins.str"}}, "names": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.config.argparsing.Argument.names", "name": "names", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.argparsing.Argument"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "names of Argument", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "type": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.argparsing.Argument.type", "name": "type", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ArgumentError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.config.argparsing.ArgumentError", "name": "ArgumentError", "type_vars": []}, "flags": [], "fullname": "_pytest.config.argparsing.ArgumentError", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.config.argparsing", "mro": ["_pytest.config.argparsing.ArgumentError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "msg", "option"], "flags": [], "fullname": "_pytest.config.argparsing.ArgumentError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "msg", "option"], "arg_types": ["_pytest.config.argparsing.ArgumentError", "builtins.str", {".class": "UnionType", "items": ["_pytest.config.argparsing.Argument", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ArgumentError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.config.argparsing.ArgumentError.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.config.argparsing.ArgumentError"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of ArgumentError", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "msg": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.argparsing.ArgumentError.msg", "name": "msg", "type": "builtins.str"}}, "option_id": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.argparsing.ArgumentError.option_id", "name": "option_id", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "DropShorterLongHelpFormatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse.HelpFormatter"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.config.argparsing.DropShorterLongHelpFormatter", "name": "DropShorterLongHelpFormatter", "type_vars": []}, "flags": [], "fullname": "_pytest.config.argparsing.DropShorterLongHelpFormatter", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.config.argparsing", "mro": ["_pytest.config.argparsing.DropShorterLongHelpFormatter", "argparse.HelpFormatter", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "_pytest.config.argparsing.DropShorterLongHelpFormatter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["_pytest.config.argparsing.DropShorterLongHelpFormatter", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of DropShorterLongHelpFormatter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_format_action_invocation": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "flags": [], "fullname": "_pytest.config.argparsing.DropShorterLongHelpFormatter._format_action_invocation", "name": "_format_action_invocation", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "arg_types": ["_pytest.config.argparsing.DropShorterLongHelpFormatter", "argparse.Action"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_format_action_invocation of DropShorterLongHelpFormatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_split_lines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "text", "width"], "flags": [], "fullname": "_pytest.config.argparsing.DropShorterLongHelpFormatter._split_lines", "name": "_split_lines", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FILE_OR_DIR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.config.argparsing.FILE_OR_DIR", "name": "FILE_OR_DIR", "type": "builtins.str"}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef"}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef"}, "MyOptionParser": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse.ArgumentParser"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.config.argparsing.MyOptionParser", "name": "MyOptionParser", "type_vars": []}, "flags": [], "fullname": "_pytest.config.argparsing.MyOptionParser", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.config.argparsing", "mro": ["_pytest.config.argparsing.MyOptionParser", "argparse.ArgumentParser", "argparse._AttributeHolder", "argparse._ActionsContainer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "parser", "extra_info", "prog"], "flags": [], "fullname": "_pytest.config.argparsing.MyOptionParser.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "parser", "extra_info", "prog"], "arg_types": ["_pytest.config.argparsing.MyOptionParser", "_pytest.config.argparsing.Parser", {".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": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MyOptionParser", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_parser": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.argparsing.MyOptionParser._parser", "name": "_parser", "type": "_pytest.config.argparsing.Parser"}}, "error": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "message"], "flags": [], "fullname": "_pytest.config.argparsing.MyOptionParser.error", "name": "error", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "message"], "arg_types": ["_pytest.config.argparsing.MyOptionParser", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "error of MyOptionParser", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "extra_info": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.argparsing.MyOptionParser.extra_info", "name": "extra_info", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_of_any": 7}], "type_ref": "builtins.dict"}}}, "parse_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "args", "namespace"], "flags": [], "fullname": "_pytest.config.argparsing.MyOptionParser.parse_args", "name": "parse_args", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "args", "namespace"], "arg_types": ["_pytest.config.argparsing.MyOptionParser", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["argparse.Namespace", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_args of MyOptionParser", "ret_type": "argparse.Namespace", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef"}, "OptionGroup": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.config.argparsing.OptionGroup", "name": "OptionGroup", "type_vars": []}, "flags": [], "fullname": "_pytest.config.argparsing.OptionGroup", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.config.argparsing", "mro": ["_pytest.config.argparsing.OptionGroup", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "name", "description", "parser"], "flags": [], "fullname": "_pytest.config.argparsing.OptionGroup.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "name", "description", "parser"], "arg_types": ["_pytest.config.argparsing.OptionGroup", "builtins.str", "builtins.str", {".class": "UnionType", "items": ["_pytest.config.argparsing.Parser", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of OptionGroup", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_addoption": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "optnames", "attrs"], "flags": [], "fullname": "_pytest.config.argparsing.OptionGroup._addoption", "name": "_addoption", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "optnames", "attrs"], "arg_types": ["_pytest.config.argparsing.OptionGroup", "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", "implicit": false, "is_ellipsis_args": false, "name": "_addoption of OptionGroup", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_addoption_instance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "option", "shortupper"], "flags": [], "fullname": "_pytest.config.argparsing.OptionGroup._addoption_instance", "name": "_addoption_instance", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "option", "shortupper"], "arg_types": ["_pytest.config.argparsing.OptionGroup", "_pytest.config.argparsing.Argument", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_addoption_instance of OptionGroup", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "addoption": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "optnames", "attrs"], "flags": [], "fullname": "_pytest.config.argparsing.OptionGroup.addoption", "name": "addoption", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "optnames", "attrs"], "arg_types": ["_pytest.config.argparsing.OptionGroup", "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", "implicit": false, "is_ellipsis_args": false, "name": "addoption of OptionGroup", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "description": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.argparsing.OptionGroup.description", "name": "description", "type": "builtins.str"}}, "name": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.argparsing.OptionGroup.name", "name": "name", "type": "builtins.str"}}, "options": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.config.argparsing.OptionGroup.options", "name": "options", "type": {".class": "Instance", "args": ["_pytest.config.argparsing.Argument"], "type_ref": "builtins.list"}}}, "parser": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.argparsing.OptionGroup.parser", "name": "parser", "type": {".class": "UnionType", "items": ["_pytest.config.argparsing.Parser", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Parser": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.config.argparsing.Parser", "name": "Parser", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.config.argparsing.Parser", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.config.argparsing", "mro": ["_pytest.config.argparsing.Parser", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "usage", "processopt"], "flags": [], "fullname": "_pytest.config.argparsing.Parser.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "usage", "processopt"], "arg_types": ["_pytest.config.argparsing.Parser", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.config.argparsing.Argument"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Parser", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_anonymous": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.argparsing.Parser._anonymous", "name": "_anonymous", "type": "_pytest.config.argparsing.OptionGroup"}}, "_getparser": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.config.argparsing.Parser._getparser", "name": "_getparser", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.config.argparsing.Parser"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_getparser of Parser", "ret_type": "_pytest.config.argparsing.MyOptionParser", "type_guard": null, "variables": []}}}, "_groups": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.config.argparsing.Parser._groups", "name": "_groups", "type": {".class": "Instance", "args": ["_pytest.config.argparsing.OptionGroup"], "type_ref": "builtins.list"}}}, "_inidict": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.config.argparsing.Parser._inidict", "name": "_inidict", "type": {".class": "Instance", "args": ["builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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"}}}, "_ininames": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.config.argparsing.Parser._ininames", "name": "_ininames", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "_processopt": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.argparsing.Parser._processopt", "name": "_processopt", "type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.config.argparsing.Argument"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}}}, "_usage": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.argparsing.Parser._usage", "name": "_usage", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "addini": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "name", "help", "type", "default"], "flags": [], "fullname": "_pytest.config.argparsing.Parser.addini", "name": "addini", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "name", "help", "type", "default"], "arg_types": ["_pytest.config.argparsing.Parser", "builtins.str", "builtins.str", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "string"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "pathlist"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "args"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "linelist"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bool"}, {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addini of Parser", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "addoption": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "opts", "attrs"], "flags": [], "fullname": "_pytest.config.argparsing.Parser.addoption", "name": "addoption", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "opts", "attrs"], "arg_types": ["_pytest.config.argparsing.Parser", "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", "implicit": false, "is_ellipsis_args": false, "name": "addoption of Parser", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extra_info": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.config.argparsing.Parser.extra_info", "name": "extra_info", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "getgroup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "name", "description", "after"], "flags": [], "fullname": "_pytest.config.argparsing.Parser.getgroup", "name": "getgroup", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "name", "description", "after"], "arg_types": ["_pytest.config.argparsing.Parser", "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getgroup of Parser", "ret_type": "_pytest.config.argparsing.OptionGroup", "type_guard": null, "variables": []}}}, "optparser": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.config.argparsing.Parser.optparser", "name": "optparser", "type": "_pytest.config.argparsing.MyOptionParser"}}, "parse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "args", "namespace"], "flags": [], "fullname": "_pytest.config.argparsing.Parser.parse", "name": "parse", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "args", "namespace"], "arg_types": ["_pytest.config.argparsing.Parser", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "py.path.local"]}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["argparse.Namespace", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse of Parser", "ret_type": "argparse.Namespace", "type_guard": null, "variables": []}}}, "parse_known_and_unknown_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "args", "namespace"], "flags": [], "fullname": "_pytest.config.argparsing.Parser.parse_known_and_unknown_args", "name": "parse_known_and_unknown_args", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "args", "namespace"], "arg_types": ["_pytest.config.argparsing.Parser", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "py.path.local"]}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["argparse.Namespace", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_known_and_unknown_args of Parser", "ret_type": {".class": "TupleType", "implicit": false, "items": ["argparse.Namespace", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "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": []}}}, "parse_known_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "args", "namespace"], "flags": [], "fullname": "_pytest.config.argparsing.Parser.parse_known_args", "name": "parse_known_args", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "args", "namespace"], "arg_types": ["_pytest.config.argparsing.Parser", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "py.path.local"]}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["argparse.Namespace", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_known_args of Parser", "ret_type": "argparse.Namespace", "type_guard": null, "variables": []}}}, "parse_setoption": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "args", "option", "namespace"], "flags": [], "fullname": "_pytest.config.argparsing.Parser.parse_setoption", "name": "parse_setoption", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "args", "option", "namespace"], "arg_types": ["_pytest.config.argparsing.Parser", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "py.path.local"]}], "type_ref": "typing.Sequence"}, "argparse.Namespace", {".class": "UnionType", "items": ["argparse.Namespace", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_setoption of Parser", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "processoption": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "option"], "flags": [], "fullname": "_pytest.config.argparsing.Parser.processoption", "name": "processoption", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "option"], "arg_types": ["_pytest.config.argparsing.Parser", "_pytest.config.argparsing.Argument"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "processoption of Parser", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "prog": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.config.argparsing.Parser.prog", "name": "prog", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "UsageError": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.exceptions.UsageError", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.config.argparsing.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.config.argparsing.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.config.argparsing.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.config.argparsing.__package__", "name": "__package__", "type": "builtins.str"}}, "_pytest": {".class": "SymbolTableNode", "cross_ref": "_pytest", "kind": "Gdef"}, "argparse": {".class": "SymbolTableNode", "cross_ref": "argparse", "kind": "Gdef"}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef"}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "gettext": {".class": "SymbolTableNode", "cross_ref": "gettext.gettext", "kind": "Gdef"}, "py": {".class": "SymbolTableNode", "cross_ref": "py", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/config/argparsing.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/config/argparsing.meta.json b/.mypy_cache/3.9/_pytest/config/argparsing.meta.json deleted file mode 100644 index 0c8c361b2..000000000 --- a/.mypy_cache/3.9/_pytest/config/argparsing.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000173, "dep_lines": [1, 2, 3, 4, 5, 17, 19, 19, 20, 21, 25, 103, 517, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 5, 5, 10, 10, 20, 5, 5, 25, 20, 20, 5, 30, 30, 30, 30, 30, 30], "dependencies": ["argparse", "sys", "warnings", "gettext", "typing", "py", "_pytest._io", "_pytest", "_pytest.compat", "_pytest.config.exceptions", "typing_extensions", "_pytest._argcomplete", "textwrap", "builtins", "_pytest._io.terminalwriter", "_typeshed", "_warnings", "abc", "os", "py.path"], "hash": "fb1b4e53493fbf115b102cb27abdcff0a66b3d622c53a4006ce1643022c7c7de", "id": "_pytest.config.argparsing", "ignore_all": true, "interface_hash": "31657dbf0eafe992e7bbac501fd07c0579018f394782593a92ad4309cf9a2adc", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/config/argparsing.py", "plugin_data": null, "size": 20577, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/config/exceptions.data.json b/.mypy_cache/3.9/_pytest/config/exceptions.data.json deleted file mode 100644 index 9b7d11163..000000000 --- a/.mypy_cache/3.9/_pytest/config/exceptions.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.config.exceptions", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "PrintHelp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.config.exceptions.PrintHelp", "name": "PrintHelp", "type_vars": []}, "flags": [], "fullname": "_pytest.config.exceptions.PrintHelp", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.config.exceptions", "mro": ["_pytest.config.exceptions.PrintHelp", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UsageError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.config.exceptions.UsageError", "name": "UsageError", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.config.exceptions.UsageError", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.config.exceptions", "mro": ["_pytest.config.exceptions.UsageError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.config.exceptions.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.config.exceptions.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.config.exceptions.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.config.exceptions.__package__", "name": "__package__", "type": "builtins.str"}}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/config/exceptions.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/config/exceptions.meta.json b/.mypy_cache/3.9/_pytest/config/exceptions.meta.json deleted file mode 100644 index 0415c9255..000000000 --- a/.mypy_cache/3.9/_pytest/config/exceptions.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 1, 1, 1, 1], "dep_prios": [5, 5, 30, 30, 30], "dependencies": ["_pytest.compat", "builtins", "abc", "typing", "typing_extensions"], "hash": "db523930046ddba38b46682f6803eed016e51606195e9d9cc4d641a5145c8801", "id": "_pytest.config.exceptions", "ignore_all": true, "interface_hash": "c4b539be8657c2ae77585791abe9b3cc7d8740667f19d2b89fe04d99c025db34", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/config/exceptions.py", "plugin_data": null, "size": 260, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/config/findpaths.data.json b/.mypy_cache/3.9/_pytest/config/findpaths.data.json deleted file mode 100644 index 14c429e44..000000000 --- a/.mypy_cache/3.9/_pytest/config/findpaths.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.config.findpaths", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "CFG_PYTEST_SECTION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.config.findpaths.CFG_PYTEST_SECTION", "name": "CFG_PYTEST_SECTION", "type": "builtins.str"}}, "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef"}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "UsageError": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.exceptions.UsageError", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.config.findpaths.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.config.findpaths.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.config.findpaths.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.config.findpaths.__package__", "name": "__package__", "type": "builtins.str"}}, "_parse_ini_config": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "_pytest.config.findpaths._parse_ini_config", "name": "_parse_ini_config", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse_ini_config", "ret_type": "iniconfig.IniConfig", "type_guard": null, "variables": []}}}, "absolutepath": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.absolutepath", "kind": "Gdef"}, "commonpath": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.commonpath", "kind": "Gdef"}, "determine_setup": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["inifile", "args", "rootdir_cmd_arg", "config"], "flags": [], "fullname": "_pytest.config.findpaths.determine_setup", "name": "determine_setup", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["inifile", "args", "rootdir_cmd_arg", "config"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["_pytest.config.Config", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "determine_setup", "ret_type": {".class": "TupleType", "implicit": false, "items": ["pathlib.Path", {".class": "UnionType", "items": ["pathlib.Path", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}]}], "type_ref": "builtins.dict"}], "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": []}}}, "fail": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.fail", "kind": "Gdef"}, "get_common_ancestor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["paths"], "flags": [], "fullname": "_pytest.config.findpaths.get_common_ancestor", "name": "get_common_ancestor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["paths"], "arg_types": [{".class": "Instance", "args": ["pathlib.Path"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_common_ancestor", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "get_dirs_from_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["args"], "flags": [], "fullname": "_pytest.config.findpaths.get_dirs_from_args", "name": "get_dirs_from_args", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["args"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_dirs_from_args", "ret_type": {".class": "Instance", "args": ["pathlib.Path"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "iniconfig": {".class": "SymbolTableNode", "cross_ref": "iniconfig", "kind": "Gdef"}, "load_config_dict_from_file": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["filepath"], "flags": [], "fullname": "_pytest.config.findpaths.load_config_dict_from_file", "name": "load_config_dict_from_file", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["filepath"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_config_dict_from_file", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}]}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "locate_config": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["args"], "flags": [], "fullname": "_pytest.config.findpaths.locate_config", "name": "locate_config", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["args"], "arg_types": [{".class": "Instance", "args": ["pathlib.Path"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "locate_config", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["pathlib.Path", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["pathlib.Path", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}]}], "type_ref": "builtins.dict"}], "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": []}}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/config/findpaths.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/config/findpaths.meta.json b/.mypy_cache/3.9/_pytest/config/findpaths.meta.json deleted file mode 100644 index 3c3b467c9..000000000 --- a/.mypy_cache/3.9/_pytest/config/findpaths.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 2, 3, 12, 14, 15, 16, 20, 1, 1, 1, 1, 1, 67], "dep_prios": [10, 5, 5, 10, 5, 5, 5, 25, 5, 30, 30, 30, 30, 20], "dependencies": ["os", "pathlib", "typing", "iniconfig", "_pytest.config.exceptions", "_pytest.outcomes", "_pytest.pathlib", "_pytest.config", "builtins", "_typeshed", "abc", "posixpath", "typing_extensions"], "hash": "6b3e9a6c12a31d3caf6494e6970c04ef995987d87f250e39b7c1e1e1af9ba990", "id": "_pytest.config.findpaths", "ignore_all": true, "interface_hash": "a3fc1e5dea4f552e10c1d2e47d5909da5844748b1ac8d5f651f3e1a0a827ba45", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/config/findpaths.py", "plugin_data": null, "size": 7423, "suppressed": ["toml"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/debugging.data.json b/.mypy_cache/3.9/_pytest/debugging.data.json deleted file mode 100644 index 84add1d08..000000000 --- a/.mypy_cache/3.9/_pytest/debugging.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.debugging", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "BaseReport": {".class": "SymbolTableNode", "cross_ref": "_pytest.reports.BaseReport", "kind": "Gdef"}, "CallInfo": {".class": "SymbolTableNode", "cross_ref": "_pytest.runner.CallInfo", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "CaptureManager": {".class": "SymbolTableNode", "cross_ref": "_pytest.capture.CaptureManager", "kind": "Gdef"}, "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef"}, "ConftestImportFailure": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.ConftestImportFailure", "kind": "Gdef"}, "ExceptionInfo": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo", "kind": "Gdef"}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Node": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.Node", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Parser": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.argparsing.Parser", "kind": "Gdef"}, "PdbInvoke": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.debugging.PdbInvoke", "name": "PdbInvoke", "type_vars": []}, "flags": [], "fullname": "_pytest.debugging.PdbInvoke", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.debugging", "mro": ["_pytest.debugging.PdbInvoke", "builtins.object"], "names": {".class": "SymbolTable", "pytest_exception_interact": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "node", "call", "report"], "flags": [], "fullname": "_pytest.debugging.PdbInvoke.pytest_exception_interact", "name": "pytest_exception_interact", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "node", "call", "report"], "arg_types": ["_pytest.debugging.PdbInvoke", "_pytest.nodes.Node", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.runner.CallInfo"}, "_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_exception_interact of PdbInvoke", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_internalerror": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "excinfo"], "flags": [], "fullname": "_pytest.debugging.PdbInvoke.pytest_internalerror", "name": "pytest_internalerror", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "excinfo"], "arg_types": ["_pytest.debugging.PdbInvoke", {".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_internalerror of PdbInvoke", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PdbTrace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.debugging.PdbTrace", "name": "PdbTrace", "type_vars": []}, "flags": [], "fullname": "_pytest.debugging.PdbTrace", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.debugging", "mro": ["_pytest.debugging.PdbTrace", "builtins.object"], "names": {".class": "SymbolTable", "pytest_pyfunc_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "pyfuncitem"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.debugging.PdbTrace.pytest_pyfunc_call", "name": "pytest_pyfunc_call", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "pyfuncitem"], "arg_types": ["_pytest.debugging.PdbTrace", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_pyfunc_call of PdbTrace", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_pyfunc_call", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PytestPdbWrapper@156": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.debugging.PytestPdbWrapper@156", "name": "PytestPdbWrapper", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "_pytest.debugging.PytestPdbWrapper@156", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.debugging", "mro": ["_pytest.debugging.PytestPdbWrapper@156", "builtins.object"], "names": {".class": "SymbolTable", "_continued": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.debugging.PytestPdbWrapper@156._continued", "name": "_continued", "type": "builtins.bool"}}, "_pytest_capman": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.debugging.PytestPdbWrapper@156._pytest_capman", "name": "_pytest_capman", "type": {".class": "UnionType", "items": ["_pytest.capture.CaptureManager", {".class": "NoneType"}]}}}, "do_c": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.debugging.PytestPdbWrapper@156.do_c", "name": "do_c", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["_pytest.debugging.PytestPdbWrapper@156", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "do_cont": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.debugging.PytestPdbWrapper@156.do_cont", "name": "do_cont", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["_pytest.debugging.PytestPdbWrapper@156", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "do_continue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "_pytest.debugging.PytestPdbWrapper@156.do_continue", "name": "do_continue", "type": null}}, "do_debug": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "_pytest.debugging.PytestPdbWrapper@156.do_debug", "name": "do_debug", "type": null}}, "do_exit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.debugging.PytestPdbWrapper@156.do_exit", "name": "do_exit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["_pytest.debugging.PytestPdbWrapper@156", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "do_q": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.debugging.PytestPdbWrapper@156.do_q", "name": "do_q", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["_pytest.debugging.PytestPdbWrapper@156", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "do_quit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "_pytest.debugging.PytestPdbWrapper@156.do_quit", "name": "do_quit", "type": null}}, "get_stack": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "f", "t"], "flags": [], "fullname": "_pytest.debugging.PytestPdbWrapper@156.get_stack", "name": "get_stack", "type": null}}, "setup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "f", "tb"], "flags": [], "fullname": "_pytest.debugging.PytestPdbWrapper@156.setup", "name": "setup", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PytestPluginManager": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.PytestPluginManager", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "UsageError": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.exceptions.UsageError", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.debugging.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.debugging.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.debugging.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.debugging.__package__", "name": "__package__", "type": "builtins.str"}}, "_enter_pdb": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["node", "excinfo", "rep"], "flags": [], "fullname": "_pytest.debugging._enter_pdb", "name": "_enter_pdb", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["node", "excinfo", "rep"], "arg_types": ["_pytest.nodes.Node", {".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}, "_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_enter_pdb", "ret_type": "_pytest.reports.BaseReport", "type_guard": null, "variables": []}}}, "_postmortem_traceback": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["excinfo"], "flags": [], "fullname": "_pytest.debugging._postmortem_traceback", "name": "_postmortem_traceback", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["excinfo"], "arg_types": [{".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_postmortem_traceback", "ret_type": "types.TracebackType", "type_guard": null, "variables": []}}}, "_validate_usepdb_cls": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["value"], "flags": [], "fullname": "_pytest.debugging._validate_usepdb_cls", "name": "_validate_usepdb_cls", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["value"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_validate_usepdb_cls", "ret_type": {".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_guard": null, "variables": []}}}, "argparse": {".class": "SymbolTableNode", "cross_ref": "argparse", "kind": "Gdef"}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "hookimpl": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.hookimpl", "kind": "Gdef"}, "maybe_wrap_pytest_function_for_tracing": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pyfuncitem"], "flags": [], "fullname": "_pytest.debugging.maybe_wrap_pytest_function_for_tracing", "name": "maybe_wrap_pytest_function_for_tracing", "type": null}}, "outcomes": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes", "kind": "Gdef"}, "post_mortem": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["t"], "flags": [], "fullname": "_pytest.debugging.post_mortem", "name": "post_mortem", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["t"], "arg_types": ["types.TracebackType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "post_mortem", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytestPDB": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.debugging.pytestPDB", "name": "pytestPDB", "type_vars": []}, "flags": [], "fullname": "_pytest.debugging.pytestPDB", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.debugging", "mro": ["_pytest.debugging.pytestPDB", "builtins.object"], "names": {".class": "SymbolTable", "_config": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.debugging.pytestPDB._config", "name": "_config", "type": {".class": "UnionType", "items": ["_pytest.config.Config", {".class": "NoneType"}]}}}, "_get_pdb_wrapper_class": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "pdb_cls", "capman"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.debugging.pytestPDB._get_pdb_wrapper_class", "name": "_get_pdb_wrapper_class", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "pdb_cls", "capman"], "arg_types": [{".class": "TypeType", "item": "_pytest.debugging.pytestPDB"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": ["_pytest.capture.CaptureManager", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_pdb_wrapper_class of pytestPDB", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "_get_pdb_wrapper_class", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "pdb_cls", "capman"], "arg_types": [{".class": "TypeType", "item": "_pytest.debugging.pytestPDB"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": ["_pytest.capture.CaptureManager", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_pdb_wrapper_class of pytestPDB", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_import_pdb_cls": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "capman"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.debugging.pytestPDB._import_pdb_cls", "name": "_import_pdb_cls", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "capman"], "arg_types": [{".class": "TypeType", "item": "_pytest.debugging.pytestPDB"}, {".class": "UnionType", "items": ["_pytest.capture.CaptureManager", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_import_pdb_cls of pytestPDB", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "_import_pdb_cls", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "capman"], "arg_types": [{".class": "TypeType", "item": "_pytest.debugging.pytestPDB"}, {".class": "UnionType", "items": ["_pytest.capture.CaptureManager", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_import_pdb_cls of pytestPDB", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_init_pdb": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["cls", "method", "args", "kwargs"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.debugging.pytestPDB._init_pdb", "name": "_init_pdb", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "_init_pdb", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["cls", "method", "args", "kwargs"], "arg_types": [{".class": "TypeType", "item": "_pytest.debugging.pytestPDB"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_init_pdb of pytestPDB", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_is_capturing": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "capman"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.debugging.pytestPDB._is_capturing", "name": "_is_capturing", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "capman"], "arg_types": [{".class": "TypeType", "item": "_pytest.debugging.pytestPDB"}, {".class": "UnionType", "items": ["_pytest.capture.CaptureManager", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_capturing of pytestPDB", "ret_type": {".class": "UnionType", "items": ["builtins.str", "builtins.bool"]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "_is_capturing", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "capman"], "arg_types": [{".class": "TypeType", "item": "_pytest.debugging.pytestPDB"}, {".class": "UnionType", "items": ["_pytest.capture.CaptureManager", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_capturing of pytestPDB", "ret_type": {".class": "UnionType", "items": ["builtins.str", "builtins.bool"]}, "type_guard": null, "variables": []}}}}, "_pluginmanager": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.debugging.pytestPDB._pluginmanager", "name": "_pluginmanager", "type": {".class": "UnionType", "items": ["_pytest.config.PytestPluginManager", {".class": "NoneType"}]}}}, "_recursive_debug": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.debugging.pytestPDB._recursive_debug", "name": "_recursive_debug", "type": "builtins.int"}}, "_saved": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.debugging.pytestPDB._saved", "name": "_saved", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "UnionType", "items": ["_pytest.config.PytestPluginManager", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["_pytest.config.Config", {".class": "NoneType"}]}], "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"}}}, "_wrapped_pdb_cls": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.debugging.pytestPDB._wrapped_pdb_cls", "name": "_wrapped_pdb_cls", "type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}}}, "set_trace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["cls", "args", "kwargs"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.debugging.pytestPDB.set_trace", "name": "set_trace", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["cls", "args", "kwargs"], "arg_types": [{".class": "TypeType", "item": "_pytest.debugging.pytestPDB"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_trace of pytestPDB", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "set_trace", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["cls", "args", "kwargs"], "arg_types": [{".class": "TypeType", "item": "_pytest.debugging.pytestPDB"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_trace of pytestPDB", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "pytest_addoption": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["parser"], "flags": [], "fullname": "_pytest.debugging.pytest_addoption", "name": "pytest_addoption", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["parser"], "arg_types": ["_pytest.config.argparsing.Parser"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_addoption", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_configure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.debugging.pytest_configure", "name": "pytest_configure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_configure", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef"}, "wrap_pytest_function_for_tracing": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pyfuncitem"], "flags": [], "fullname": "_pytest.debugging.wrap_pytest_function_for_tracing", "name": "wrap_pytest_function_for_tracing", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/debugging.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/debugging.meta.json b/.mypy_cache/3.9/_pytest/debugging.meta.json deleted file mode 100644 index 9868115f0..000000000 --- a/.mypy_cache/3.9/_pytest/debugging.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [2, 3, 4, 5, 6, 16, 16, 17, 18, 22, 23, 24, 25, 28, 29, 68, 368, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 5, 20, 10, 5, 5, 5, 5, 5, 5, 25, 25, 20, 20, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["argparse", "functools", "sys", "types", "typing", "_pytest", "_pytest.outcomes", "_pytest._code", "_pytest.config", "_pytest.config.argparsing", "_pytest.config.exceptions", "_pytest.nodes", "_pytest.reports", "_pytest.capture", "_pytest.runner", "pdb", "doctest", "builtins", "_pytest._code.code", "_pytest._io", "_pytest._io.terminalwriter", "_typeshed", "abc", "bdb", "cmd", "os", "py", "py.path"], "hash": "145852e47ef072cbc6ee8cb0103b5107ac0ec2f31927650666cb920b88446546", "id": "_pytest.debugging", "ignore_all": true, "interface_hash": "bff66ea03a275bb2748962d5f54c771baccda79b5532d332bab80442c162a40d", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/debugging.py", "plugin_data": null, "size": 13407, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/deprecated.data.json b/.mypy_cache/3.9/_pytest/deprecated.data.json deleted file mode 100644 index 56a74f5ed..000000000 --- a/.mypy_cache/3.9/_pytest/deprecated.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.deprecated", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "DEPRECATED_EXTERNAL_PLUGINS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.deprecated.DEPRECATED_EXTERNAL_PLUGINS", "name": "DEPRECATED_EXTERNAL_PLUGINS", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "FILLFUNCARGS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.deprecated.FILLFUNCARGS", "name": "FILLFUNCARGS", "type": {".class": "Instance", "args": ["_pytest.warning_types.PytestDeprecationWarning"], "type_ref": "_pytest.warning_types.UnformattedWarning"}}}, "FSCOLLECTOR_GETHOOKPROXY_ISINITPATH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.deprecated.FSCOLLECTOR_GETHOOKPROXY_ISINITPATH", "name": "FSCOLLECTOR_GETHOOKPROXY_ISINITPATH", "type": "_pytest.warning_types.PytestDeprecationWarning"}}, "MINUS_K_COLON": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.deprecated.MINUS_K_COLON", "name": "MINUS_K_COLON", "type": "_pytest.warning_types.PytestDeprecationWarning"}}, "MINUS_K_DASH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.deprecated.MINUS_K_DASH", "name": "MINUS_K_DASH", "type": "_pytest.warning_types.PytestDeprecationWarning"}}, "PRIVATE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.deprecated.PRIVATE", "name": "PRIVATE", "type": "_pytest.warning_types.PytestDeprecationWarning"}}, "PYTEST_COLLECT_MODULE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.deprecated.PYTEST_COLLECT_MODULE", "name": "PYTEST_COLLECT_MODULE", "type": {".class": "Instance", "args": ["_pytest.warning_types.PytestDeprecationWarning"], "type_ref": "_pytest.warning_types.UnformattedWarning"}}}, "PytestDeprecationWarning": {".class": "SymbolTableNode", "cross_ref": "_pytest.warning_types.PytestDeprecationWarning", "kind": "Gdef"}, "STRICT_OPTION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.deprecated.STRICT_OPTION", "name": "STRICT_OPTION", "type": "_pytest.warning_types.PytestDeprecationWarning"}}, "UnformattedWarning": {".class": "SymbolTableNode", "cross_ref": "_pytest.warning_types.UnformattedWarning", "kind": "Gdef"}, "WARNING_CAPTURED_HOOK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.deprecated.WARNING_CAPTURED_HOOK", "name": "WARNING_CAPTURED_HOOK", "type": "_pytest.warning_types.PytestDeprecationWarning"}}, "YIELD_FIXTURE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.deprecated.YIELD_FIXTURE", "name": "YIELD_FIXTURE", "type": "_pytest.warning_types.PytestDeprecationWarning"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.deprecated.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.deprecated.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.deprecated.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.deprecated.__package__", "name": "__package__", "type": "builtins.str"}}, "check_ispytest": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ispytest"], "flags": [], "fullname": "_pytest.deprecated.check_ispytest", "name": "check_ispytest", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ispytest"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_ispytest", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "warn": {".class": "SymbolTableNode", "cross_ref": "_warnings.warn", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/deprecated.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/deprecated.meta.json b/.mypy_cache/3.9/_pytest/deprecated.meta.json deleted file mode 100644 index c3c0adb28..000000000 --- a/.mypy_cache/3.9/_pytest/deprecated.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000173, "dep_lines": [11, 13, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 30, 30, 30], "dependencies": ["warnings", "_pytest.warning_types", "builtins", "_warnings", "abc", "typing"], "hash": "47f618dc4456087268ec92cdaad52c5adb8c0ada931950ab480ffd72ec4938c5", "id": "_pytest.deprecated", "ignore_all": true, "interface_hash": "33bb98d7c014a35daa0c6ceb920848883349f71610866e8a21b448689ef72fca", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/deprecated.py", "plugin_data": null, "size": 2805, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/fixtures.data.json b/.mypy_cache/3.9/_pytest/fixtures.data.json deleted file mode 100644 index 2507e79d0..000000000 --- a/.mypy_cache/3.9/_pytest/fixtures.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.fixtures", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "CallSpec2": {".class": "SymbolTableNode", "cross_ref": "_pytest.python.CallSpec2", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef"}, "Deque": {".class": "SymbolTableNode", "cross_ref": "typing.Deque", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "FILLFUNCARGS": {".class": "SymbolTableNode", "cross_ref": "_pytest.deprecated.FILLFUNCARGS", "kind": "Gdef"}, "FixtureDef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.fixtures.FixtureDef", "name": "FixtureDef", "type_vars": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures._FixtureValue", "id": 1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": ["is_final"], "fullname": "_pytest.fixtures.FixtureDef", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.fixtures", "mro": ["_pytest.fixtures.FixtureDef", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "fixturemanager", "baseid", "argname", "func", "scope", "params", "unittest", "ids"], "flags": [], "fullname": "_pytest.fixtures.FixtureDef.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "fixturemanager", "baseid", "argname", "func", "scope", "params", "unittest", "ids"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureValue", "id": 1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.fixtures.FixtureDef"}, "_pytest.fixtures.FixtureManager", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureValue", "id": 1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.fixtures._FixtureFunc"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "_pytest.config.Config"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, "type_guard": null, "variables": []}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "builtins.float", "builtins.int", "builtins.bool"]}], "type_ref": "builtins.tuple"}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FixtureDef", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.fixtures.FixtureDef.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureValue", "id": 1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.fixtures.FixtureDef"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of FixtureDef", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_finalizers": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.fixtures.FixtureDef._finalizers", "name": "_finalizers", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}], "type_ref": "builtins.list"}}}, "_fixturemanager": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FixtureDef._fixturemanager", "name": "_fixturemanager", "type": "_pytest.fixtures.FixtureManager"}}, "addfinalizer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "finalizer"], "flags": [], "fullname": "_pytest.fixtures.FixtureDef.addfinalizer", "name": "addfinalizer", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "finalizer"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureValue", "id": 1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.fixtures.FixtureDef"}, {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addfinalizer of FixtureDef", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "argname": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FixtureDef.argname", "name": "argname", "type": "builtins.str"}}, "argnames": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.fixtures.FixtureDef.argnames", "name": "argnames", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}}, "baseid": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FixtureDef.baseid", "name": "baseid", "type": "builtins.str"}}, "cache_key": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "flags": [], "fullname": "_pytest.fixtures.FixtureDef.cache_key", "name": "cache_key", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureValue", "id": 1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.fixtures.FixtureDef"}, "_pytest.fixtures.SubRequest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cache_key of FixtureDef", "ret_type": "builtins.object", "type_guard": null, "variables": []}}}, "cached_result": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.fixtures.FixtureDef.cached_result", "name": "cached_result", "type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureValue", "id": 1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.object", {".class": "NoneType"}], "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": [{".class": "NoneType"}, "builtins.object", {".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"}}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}}}, "execute": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "flags": [], "fullname": "_pytest.fixtures.FixtureDef.execute", "name": "execute", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureValue", "id": 1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.fixtures.FixtureDef"}, "_pytest.fixtures.SubRequest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "execute of FixtureDef", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureValue", "id": 1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "finish": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "flags": [], "fullname": "_pytest.fixtures.FixtureDef.finish", "name": "finish", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureValue", "id": 1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.fixtures.FixtureDef"}, "_pytest.fixtures.SubRequest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "finish of FixtureDef", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "func": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FixtureDef.func", "name": "func", "type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureValue", "id": 1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureValue", "id": 1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}]}}}, "has_location": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FixtureDef.has_location", "name": "has_location", "type": "builtins.bool"}}, "ids": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FixtureDef.ids", "name": "ids", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "builtins.float", "builtins.int", "builtins.bool"]}], "type_ref": "builtins.tuple"}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}}}, "params": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.fixtures.FixtureDef.params", "name": "params", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}}}, "scope": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FixtureDef.scope", "name": "scope", "type": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "session"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "package"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "module"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "class"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "function"}]}}}, "scopenum": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FixtureDef.scopenum", "name": "scopenum", "type": "builtins.int"}}, "unittest": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FixtureDef.unittest", "name": "unittest", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": ["_FixtureValue"], "typeddict_type": null}}, "FixtureFunctionMarker": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.fixtures.FixtureFunctionMarker", "name": "FixtureFunctionMarker", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.fixtures.FixtureFunctionMarker", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 1188, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "_pytest.config.Config"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, "type_guard": null, "variables": []}]}, "kw_only": false, "name": "scope"}, {"context_column": 4, "context_line": 1189, "converter_is_attr_converters_optional": false, "converter_name": "_pytest.fixtures._params_converter", "has_default": false, "init": true, "init_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, "kw_only": false, "name": "params"}, {"context_column": 4, "context_line": 1190, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": true, "init": true, "init_type": "builtins.bool", "kw_only": false, "name": "autouse"}, {"context_column": 4, "context_line": 1191, "converter_is_attr_converters_optional": false, "converter_name": "_pytest.fixtures._ensure_immutable_ids", "has_default": true, "init": true, "init_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "builtins.float", "builtins.int", "builtins.bool"]}], "type_ref": "builtins.tuple"}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}]}, "kw_only": false, "name": "ids"}, {"context_column": 4, "context_line": 1199, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": true, "init": true, "init_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "kw_only": false, "name": "name"}], "frozen": true}}, "module_name": "_pytest.fixtures", "mro": ["_pytest.fixtures.FixtureFunctionMarker", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.fixtures.FixtureFunctionMarker._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "function"], "flags": [], "fullname": "_pytest.fixtures.FixtureFunctionMarker.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "function"], "arg_types": ["_pytest.fixtures.FixtureFunctionMarker", {".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureFunction", "id": -1, "name": "_FixtureFunction", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of FixtureFunctionMarker", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureFunction", "id": -1, "name": "_FixtureFunction", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures._FixtureFunction", "id": -1, "name": "_FixtureFunction", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}]}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.fixtures.FixtureFunctionMarker.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.fixtures.FixtureFunctionMarker._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.fixtures.FixtureFunctionMarker._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of FixtureFunctionMarker", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures.FixtureFunctionMarker._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__ge__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.FixtureFunctionMarker.__ge__", "kind": "Mdef", "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.fixtures.FixtureFunctionMarker.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.fixtures.FixtureFunctionMarker._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.fixtures.FixtureFunctionMarker._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of FixtureFunctionMarker", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures.FixtureFunctionMarker._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.FixtureFunctionMarker.__gt__", "kind": "Mdef", "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "scope", "params", "autouse", "ids", "name"], "flags": [], "fullname": "_pytest.fixtures.FixtureFunctionMarker.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "scope", "params", "autouse", "ids", "name"], "arg_types": ["_pytest.fixtures.FixtureFunctionMarker", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "_pytest.config.Config"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, "type_guard": null, "variables": []}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "builtins.float", "builtins.int", "builtins.bool"]}], "type_ref": "typing.Iterable"}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FixtureFunctionMarker", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__init__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.FixtureFunctionMarker.__init__", "kind": "Mdef", "plugin_generated": true}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.fixtures.FixtureFunctionMarker.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.fixtures.FixtureFunctionMarker._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.fixtures.FixtureFunctionMarker._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of FixtureFunctionMarker", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures.FixtureFunctionMarker._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__le__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.FixtureFunctionMarker.__le__", "kind": "Mdef", "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.fixtures.FixtureFunctionMarker.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.fixtures.FixtureFunctionMarker._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.fixtures.FixtureFunctionMarker._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of FixtureFunctionMarker", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures.FixtureFunctionMarker._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.FixtureFunctionMarker.__lt__", "kind": "Mdef", "plugin_generated": true}, "autouse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property"], "fullname": "_pytest.fixtures.FixtureFunctionMarker.autouse", "name": "autouse", "type": "builtins.bool"}}, "ids": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property"], "fullname": "_pytest.fixtures.FixtureFunctionMarker.ids", "name": "ids", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "builtins.float", "builtins.int", "builtins.bool"]}], "type_ref": "builtins.tuple"}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}]}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property"], "fullname": "_pytest.fixtures.FixtureFunctionMarker.name", "name": "name", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "params": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property"], "fullname": "_pytest.fixtures.FixtureFunctionMarker.params", "name": "params", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}}}, "scope": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property"], "fullname": "_pytest.fixtures.FixtureFunctionMarker.scope", "name": "scope", "type": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "_pytest.config.Config"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FixtureLookupError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.LookupError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.fixtures.FixtureLookupError", "name": "FixtureLookupError", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.fixtures.FixtureLookupError", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.fixtures", "mro": ["_pytest.fixtures.FixtureLookupError", "builtins.LookupError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "argname", "request", "msg"], "flags": [], "fullname": "_pytest.fixtures.FixtureLookupError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "argname", "request", "msg"], "arg_types": ["_pytest.fixtures.FixtureLookupError", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "_pytest.fixtures.FixtureRequest", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FixtureLookupError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "argname": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FixtureLookupError.argname", "name": "argname", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "fixturestack": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FixtureLookupError.fixturestack", "name": "fixturestack", "type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.fixtures.FixtureDef"}], "type_ref": "builtins.list"}}}, "formatrepr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.fixtures.FixtureLookupError.formatrepr", "name": "formatrepr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.fixtures.FixtureLookupError"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatrepr of FixtureLookupError", "ret_type": "_pytest.fixtures.FixtureLookupErrorRepr", "type_guard": null, "variables": []}}}, "msg": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FixtureLookupError.msg", "name": "msg", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "request": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FixtureLookupError.request", "name": "request", "type": "_pytest.fixtures.FixtureRequest"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FixtureLookupErrorRepr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest._code.code.TerminalRepr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.fixtures.FixtureLookupErrorRepr", "name": "FixtureLookupErrorRepr", "type_vars": []}, "flags": [], "fullname": "_pytest.fixtures.FixtureLookupErrorRepr", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.fixtures", "mro": ["_pytest.fixtures.FixtureLookupErrorRepr", "_pytest._code.code.TerminalRepr", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "filename", "firstlineno", "tblines", "errorstring", "argname"], "flags": [], "fullname": "_pytest.fixtures.FixtureLookupErrorRepr.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "filename", "firstlineno", "tblines", "errorstring", "argname"], "arg_types": ["_pytest.fixtures.FixtureLookupErrorRepr", {".class": "UnionType", "items": ["builtins.str", "py.path.local"]}, "builtins.int", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FixtureLookupErrorRepr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "argname": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FixtureLookupErrorRepr.argname", "name": "argname", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "errorstring": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FixtureLookupErrorRepr.errorstring", "name": "errorstring", "type": "builtins.str"}}, "filename": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FixtureLookupErrorRepr.filename", "name": "filename", "type": {".class": "UnionType", "items": ["builtins.str", "py.path.local"]}}}, "firstlineno": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FixtureLookupErrorRepr.firstlineno", "name": "firstlineno", "type": "builtins.int"}}, "tblines": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FixtureLookupErrorRepr.tblines", "name": "tblines", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}}}, "toterminal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "flags": [], "fullname": "_pytest.fixtures.FixtureLookupErrorRepr.toterminal", "name": "toterminal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "tw"], "arg_types": ["_pytest.fixtures.FixtureLookupErrorRepr", "_pytest._io.terminalwriter.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "toterminal of FixtureLookupErrorRepr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FixtureManager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.fixtures.FixtureManager", "name": "FixtureManager", "type_vars": []}, "flags": [], "fullname": "_pytest.fixtures.FixtureManager", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.fixtures", "mro": ["_pytest.fixtures.FixtureManager", "builtins.object"], "names": {".class": "SymbolTable", "FixtureLookupError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.fixtures.FixtureManager.FixtureLookupError", "name": "FixtureLookupError", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["argname", "request", "msg"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "_pytest.fixtures.FixtureRequest", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": ["_pytest.fixtures.FixtureLookupError"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_pytest.fixtures.FixtureLookupError", "type_guard": null, "variables": []}}}, "FixtureLookupErrorRepr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.fixtures.FixtureManager.FixtureLookupErrorRepr", "name": "FixtureLookupErrorRepr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["filename", "firstlineno", "tblines", "errorstring", "argname"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "py.path.local"]}, "builtins.int", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": ["_pytest.fixtures.FixtureLookupErrorRepr"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_pytest.fixtures.FixtureLookupErrorRepr", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "session"], "flags": [], "fullname": "_pytest.fixtures.FixtureManager.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "session"], "arg_types": ["_pytest.fixtures.FixtureManager", "_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FixtureManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_arg2fixturedefs": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.fixtures.FixtureManager._arg2fixturedefs", "name": "_arg2fixturedefs", "type": {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.fixtures.FixtureDef"}], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}}}, "_get_direct_parametrize_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "_pytest.fixtures.FixtureManager._get_direct_parametrize_args", "name": "_get_direct_parametrize_args", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["_pytest.fixtures.FixtureManager", "_pytest.nodes.Node"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_direct_parametrize_args of FixtureManager", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_getautousenames": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "nodeid"], "flags": ["is_generator"], "fullname": "_pytest.fixtures.FixtureManager._getautousenames", "name": "_getautousenames", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "nodeid"], "arg_types": ["_pytest.fixtures.FixtureManager", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_getautousenames of FixtureManager", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "_holderobjseen": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.fixtures.FixtureManager._holderobjseen", "name": "_holderobjseen", "type": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.set"}}}, "_matchfactories": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fixturedefs", "nodeid"], "flags": ["is_generator"], "fullname": "_pytest.fixtures.FixtureManager._matchfactories", "name": "_matchfactories", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fixturedefs", "nodeid"], "arg_types": ["_pytest.fixtures.FixtureManager", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.fixtures.FixtureDef"}], "type_ref": "typing.Iterable"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_matchfactories of FixtureManager", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.fixtures.FixtureDef"}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "_nodeid_autousenames": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.fixtures.FixtureManager._nodeid_autousenames", "name": "_nodeid_autousenames", "type": {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}}}, "config": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.fixtures.FixtureManager.config", "name": "config", "type": "_pytest.config.Config"}}, "getfixtureclosure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "fixturenames", "parentnode", "ignore_args"], "flags": [], "fullname": "_pytest.fixtures.FixtureManager.getfixtureclosure", "name": "getfixtureclosure", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "fixturenames", "parentnode", "ignore_args"], "arg_types": ["_pytest.fixtures.FixtureManager", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, "_pytest.nodes.Node", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfixtureclosure of FixtureManager", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.fixtures.FixtureDef"}], "type_ref": "typing.Sequence"}], "type_ref": "builtins.dict"}], "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": []}}}, "getfixturedefs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "argname", "nodeid"], "flags": [], "fullname": "_pytest.fixtures.FixtureManager.getfixturedefs", "name": "getfixturedefs", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "argname", "nodeid"], "arg_types": ["_pytest.fixtures.FixtureManager", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfixturedefs of FixtureManager", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.fixtures.FixtureDef"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "getfixtureinfo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "node", "func", "cls", "funcargs"], "flags": [], "fullname": "_pytest.fixtures.FixtureManager.getfixtureinfo", "name": "getfixtureinfo", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "node", "func", "cls", "funcargs"], "arg_types": ["_pytest.fixtures.FixtureManager", "_pytest.nodes.Node", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfixtureinfo of FixtureManager", "ret_type": "_pytest.fixtures.FuncFixtureInfo", "type_guard": null, "variables": []}}}, "parsefactories": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "node_or_obj", "nodeid", "unittest"], "flags": [], "fullname": "_pytest.fixtures.FixtureManager.parsefactories", "name": "parsefactories", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "node_or_obj", "nodeid", "unittest"], "arg_types": ["_pytest.fixtures.FixtureManager", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parsefactories of FixtureManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_collection_modifyitems": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "items"], "flags": [], "fullname": "_pytest.fixtures.FixtureManager.pytest_collection_modifyitems", "name": "pytest_collection_modifyitems", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "items"], "arg_types": ["_pytest.fixtures.FixtureManager", {".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collection_modifyitems of FixtureManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_generate_tests": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "metafunc"], "flags": [], "fullname": "_pytest.fixtures.FixtureManager.pytest_generate_tests", "name": "pytest_generate_tests", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "metafunc"], "arg_types": ["_pytest.fixtures.FixtureManager", "_pytest.python.Metafunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_generate_tests of FixtureManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_plugin_registered": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "plugin"], "flags": [], "fullname": "_pytest.fixtures.FixtureManager.pytest_plugin_registered", "name": "pytest_plugin_registered", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "plugin"], "arg_types": ["_pytest.fixtures.FixtureManager", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_plugin_registered of FixtureManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "session": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FixtureManager.session", "name": "session", "type": "_pytest.main.Session"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FixtureRequest": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.fixtures.FixtureRequest", "name": "FixtureRequest", "type_vars": []}, "flags": [], "fullname": "_pytest.fixtures.FixtureRequest", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.fixtures", "mro": ["_pytest.fixtures.FixtureRequest", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "pyfuncitem", "_ispytest"], "flags": [], "fullname": "_pytest.fixtures.FixtureRequest.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "pyfuncitem", "_ispytest"], "arg_types": ["_pytest.fixtures.FixtureRequest", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FixtureRequest", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.fixtures.FixtureRequest.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of FixtureRequest", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_addfinalizer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "finalizer", "scope"], "flags": [], "fullname": "_pytest.fixtures.FixtureRequest._addfinalizer", "name": "_addfinalizer", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "finalizer", "scope"], "arg_types": ["_pytest.fixtures.FixtureRequest", {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_addfinalizer of FixtureRequest", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_arg2fixturedefs": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FixtureRequest._arg2fixturedefs", "name": "_arg2fixturedefs", "type": {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.fixtures.FixtureDef"}], "type_ref": "typing.Sequence"}], "type_ref": "builtins.dict"}}}, "_arg2index": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.fixtures.FixtureRequest._arg2index", "name": "_arg2index", "type": {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}}}, "_check_scope": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "argname", "invoking_scope", "requested_scope"], "flags": [], "fullname": "_pytest.fixtures.FixtureRequest._check_scope", "name": "_check_scope", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "argname", "invoking_scope", "requested_scope"], "arg_types": ["_pytest.fixtures.FixtureRequest", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_scope of FixtureRequest", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_compute_fixture_value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fixturedef"], "flags": [], "fullname": "_pytest.fixtures.FixtureRequest._compute_fixture_value", "name": "_compute_fixture_value", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fixturedef"], "arg_types": ["_pytest.fixtures.FixtureRequest", {".class": "Instance", "args": ["builtins.object"], "type_ref": "_pytest.fixtures.FixtureDef"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compute_fixture_value of FixtureRequest", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_factorytraceback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.fixtures.FixtureRequest._factorytraceback", "name": "_factorytraceback", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_factorytraceback of FixtureRequest", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_fillfixtures": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.fixtures.FixtureRequest._fillfixtures", "name": "_fillfixtures", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_fillfixtures of FixtureRequest", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_fixture_defs": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.fixtures.FixtureRequest._fixture_defs", "name": "_fixture_defs", "type": {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.fixtures.FixtureDef"}], "type_ref": "builtins.dict"}}}, "_fixturemanager": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.fixtures.FixtureRequest._fixturemanager", "name": "_fixturemanager", "type": "_pytest.fixtures.FixtureManager"}}, "_get_active_fixturedef": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "argname"], "flags": [], "fullname": "_pytest.fixtures.FixtureRequest._get_active_fixturedef", "name": "_get_active_fixturedef", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "argname"], "arg_types": ["_pytest.fixtures.FixtureRequest", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_active_fixturedef of FixtureRequest", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "_pytest.fixtures.FixtureDef"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "_pytest.fixtures.PseudoFixtureDef"}]}, "type_guard": null, "variables": []}}}, "_get_fixturestack": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.fixtures.FixtureRequest._get_fixturestack", "name": "_get_fixturestack", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_fixturestack of FixtureRequest", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.fixtures.FixtureDef"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_getnextfixturedef": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "argname"], "flags": [], "fullname": "_pytest.fixtures.FixtureRequest._getnextfixturedef", "name": "_getnextfixturedef", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "argname"], "arg_types": ["_pytest.fixtures.FixtureRequest", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_getnextfixturedef of FixtureRequest", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.fixtures.FixtureDef"}, "type_guard": null, "variables": []}}}, "_getscopeitem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "scope"], "flags": [], "fullname": "_pytest.fixtures.FixtureRequest._getscopeitem", "name": "_getscopeitem", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "scope"], "arg_types": ["_pytest.fixtures.FixtureRequest", {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_getscopeitem of FixtureRequest", "ret_type": {".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector"]}, "type_guard": null, "variables": []}}}, "_pyfuncitem": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FixtureRequest._pyfuncitem", "name": "_pyfuncitem", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_schedule_finalizers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fixturedef", "subrequest"], "flags": [], "fullname": "_pytest.fixtures.FixtureRequest._schedule_finalizers", "name": "_schedule_finalizers", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fixturedef", "subrequest"], "arg_types": ["_pytest.fixtures.FixtureRequest", {".class": "Instance", "args": ["builtins.object"], "type_ref": "_pytest.fixtures.FixtureDef"}, "_pytest.fixtures.SubRequest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_schedule_finalizers of FixtureRequest", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "addfinalizer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "finalizer"], "flags": [], "fullname": "_pytest.fixtures.FixtureRequest.addfinalizer", "name": "addfinalizer", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "finalizer"], "arg_types": ["_pytest.fixtures.FixtureRequest", {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addfinalizer of FixtureRequest", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "applymarker": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "marker"], "flags": [], "fullname": "_pytest.fixtures.FixtureRequest.applymarker", "name": "applymarker", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "marker"], "arg_types": ["_pytest.fixtures.FixtureRequest", {".class": "UnionType", "items": ["builtins.str", "_pytest.mark.structures.MarkDecorator"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "applymarker of FixtureRequest", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cls": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.fixtures.FixtureRequest.cls", "name": "cls", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "cls", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "cls of FixtureRequest", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "config": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.fixtures.FixtureRequest.config", "name": "config", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "config of FixtureRequest", "ret_type": "_pytest.config.Config", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "config", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "config of FixtureRequest", "ret_type": "_pytest.config.Config", "type_guard": null, "variables": []}}}}, "fixturename": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.fixtures.FixtureRequest.fixturename", "name": "fixturename", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "fixturenames": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.fixtures.FixtureRequest.fixturenames", "name": "fixturenames", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fixturenames of FixtureRequest", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "fixturenames", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fixturenames of FixtureRequest", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "fspath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.fixtures.FixtureRequest.fspath", "name": "fspath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fspath of FixtureRequest", "ret_type": "py.path.local", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "fspath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fspath of FixtureRequest", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}}, "function": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.fixtures.FixtureRequest.function", "name": "function", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "function", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "function of FixtureRequest", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "getfixturevalue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "argname"], "flags": [], "fullname": "_pytest.fixtures.FixtureRequest.getfixturevalue", "name": "getfixturevalue", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "argname"], "arg_types": ["_pytest.fixtures.FixtureRequest", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfixturevalue of FixtureRequest", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "instance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.fixtures.FixtureRequest.instance", "name": "instance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "instance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "instance of FixtureRequest", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "keywords": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.fixtures.FixtureRequest.keywords", "name": "keywords", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "keywords", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "keywords of FixtureRequest", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.fixtures.FixtureRequest.module", "name": "module", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "module", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "module of FixtureRequest", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "node": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.fixtures.FixtureRequest.node", "name": "node", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "node", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "node of FixtureRequest", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "raiseerror": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "msg"], "flags": [], "fullname": "_pytest.fixtures.FixtureRequest.raiseerror", "name": "raiseerror", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "msg"], "arg_types": ["_pytest.fixtures.FixtureRequest", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "raiseerror of FixtureRequest", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "scope": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.fixtures.FixtureRequest.scope", "name": "scope", "type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}}}, "session": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.fixtures.FixtureRequest.session", "name": "session", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "session of FixtureRequest", "ret_type": "_pytest.main.Session", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "session", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "session of FixtureRequest", "ret_type": "_pytest.main.Session", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FormattedExcinfo": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.FormattedExcinfo", "kind": "Gdef"}, "FuncFixtureInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.fixtures.FuncFixtureInfo", "name": "FuncFixtureInfo", "type_vars": []}, "flags": [], "fullname": "_pytest.fixtures.FuncFixtureInfo", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 389, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, "kw_only": false, "name": "argnames"}, {"context_column": 4, "context_line": 393, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, "kw_only": false, "name": "initialnames"}, {"context_column": 4, "context_line": 394, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "kw_only": false, "name": "names_closure"}, {"context_column": 4, "context_line": 395, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.fixtures.FixtureDef"}], "type_ref": "typing.Sequence"}], "type_ref": "builtins.dict"}, "kw_only": false, "name": "name2fixturedefs"}], "frozen": false}}, "module_name": "_pytest.fixtures", "mro": ["_pytest.fixtures.FuncFixtureInfo", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.fixtures.FuncFixtureInfo._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.fixtures.FuncFixtureInfo.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.fixtures.FuncFixtureInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.fixtures.FuncFixtureInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of FuncFixtureInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures.FuncFixtureInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.fixtures.FuncFixtureInfo.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.fixtures.FuncFixtureInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.fixtures.FuncFixtureInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of FuncFixtureInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures.FuncFixtureInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "argnames", "initialnames", "names_closure", "name2fixturedefs"], "flags": [], "fullname": "_pytest.fixtures.FuncFixtureInfo.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "argnames", "initialnames", "names_closure", "name2fixturedefs"], "arg_types": ["_pytest.fixtures.FuncFixtureInfo", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.fixtures.FixtureDef"}], "type_ref": "typing.Sequence"}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FuncFixtureInfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.fixtures.FuncFixtureInfo.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.fixtures.FuncFixtureInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.fixtures.FuncFixtureInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of FuncFixtureInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures.FuncFixtureInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.fixtures.FuncFixtureInfo.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.fixtures.FuncFixtureInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.fixtures.FuncFixtureInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of FuncFixtureInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures.FuncFixtureInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "argnames": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FuncFixtureInfo.argnames", "name": "argnames", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}}, "initialnames": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FuncFixtureInfo.initialnames", "name": "initialnames", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}}, "name2fixturedefs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FuncFixtureInfo.name2fixturedefs", "name": "name2fixturedefs", "type": {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.fixtures.FixtureDef"}], "type_ref": "typing.Sequence"}], "type_ref": "builtins.dict"}}}, "names_closure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.FuncFixtureInfo.names_closure", "name": "names_closure", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "prune_dependency_tree": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.fixtures.FuncFixtureInfo.prune_dependency_tree", "name": "prune_dependency_tree", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.fixtures.FuncFixtureInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prune_dependency_tree of FuncFixtureInfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Function": {".class": "SymbolTableNode", "cross_ref": "_pytest.python.Function", "kind": "Gdef"}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef"}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef"}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef"}, "Mark": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.Mark", "kind": "Gdef"}, "MarkDecorator": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.MarkDecorator", "kind": "Gdef"}, "Metafunc": {".class": "SymbolTableNode", "cross_ref": "_pytest.python.Metafunc", "kind": "Gdef"}, "NOTSET": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.NOTSET", "kind": "Gdef"}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "ParameterSet": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.ParameterSet", "kind": "Gdef"}, "Parser": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.argparsing.Parser", "kind": "Gdef"}, "PseudoFixtureDef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.fixtures.PseudoFixtureDef", "name": "PseudoFixtureDef", "type_vars": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures._FixtureValue", "id": 1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "_pytest.fixtures.PseudoFixtureDef", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 105, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureValue", "id": 1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.fixtures._FixtureCachedResult"}, "kw_only": false, "name": "cached_result"}, {"context_column": 4, "context_line": 106, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, "kw_only": false, "name": "scope"}], "frozen": true}}, "module_name": "_pytest.fixtures", "mro": ["_pytest.fixtures.PseudoFixtureDef", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.fixtures.PseudoFixtureDef._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.fixtures.PseudoFixtureDef.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.fixtures.PseudoFixtureDef._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.fixtures.PseudoFixtureDef._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of PseudoFixtureDef", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures.PseudoFixtureDef._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__ge__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.PseudoFixtureDef.__ge__", "kind": "Mdef", "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.fixtures.PseudoFixtureDef.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.fixtures.PseudoFixtureDef._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.fixtures.PseudoFixtureDef._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of PseudoFixtureDef", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures.PseudoFixtureDef._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.PseudoFixtureDef.__gt__", "kind": "Mdef", "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "cached_result", "scope"], "flags": [], "fullname": "_pytest.fixtures.PseudoFixtureDef.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "cached_result", "scope"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureValue", "id": 1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.fixtures.PseudoFixtureDef"}, {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureValue", "id": 1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.fixtures._FixtureCachedResult"}, {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PseudoFixtureDef", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__init__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.PseudoFixtureDef.__init__", "kind": "Mdef", "plugin_generated": true}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.fixtures.PseudoFixtureDef.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.fixtures.PseudoFixtureDef._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.fixtures.PseudoFixtureDef._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of PseudoFixtureDef", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures.PseudoFixtureDef._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__le__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.PseudoFixtureDef.__le__", "kind": "Mdef", "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.fixtures.PseudoFixtureDef.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.fixtures.PseudoFixtureDef._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.fixtures.PseudoFixtureDef._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of PseudoFixtureDef", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures.PseudoFixtureDef._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.PseudoFixtureDef.__lt__", "kind": "Mdef", "plugin_generated": true}, "cached_result": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property"], "fullname": "_pytest.fixtures.PseudoFixtureDef.cached_result", "name": "cached_result", "type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureValue", "id": 1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.fixtures._FixtureCachedResult"}}}, "scope": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property"], "fullname": "_pytest.fixtures.PseudoFixtureDef.scope", "name": "scope", "type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}}}}, "tuple_type": null, "type_vars": ["_FixtureValue"], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "Session": {".class": "SymbolTableNode", "cross_ref": "_pytest.main.Session", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "StoreKey": {".class": "SymbolTableNode", "cross_ref": "_pytest.store.StoreKey", "kind": "Gdef"}, "SubRequest": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.fixtures.FixtureRequest"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.fixtures.SubRequest", "name": "SubRequest", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.fixtures.SubRequest", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.fixtures", "mro": ["_pytest.fixtures.SubRequest", "_pytest.fixtures.FixtureRequest", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 5], "arg_names": ["self", "request", "scope", "param", "param_index", "fixturedef", "_ispytest"], "flags": [], "fullname": "_pytest.fixtures.SubRequest.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 5], "arg_names": ["self", "request", "scope", "param", "param_index", "fixturedef", "_ispytest"], "arg_types": ["_pytest.fixtures.SubRequest", "_pytest.fixtures.FixtureRequest", {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.int", {".class": "Instance", "args": ["builtins.object"], "type_ref": "_pytest.fixtures.FixtureDef"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SubRequest", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.fixtures.SubRequest.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.fixtures.SubRequest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of SubRequest", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_fixturedef": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.SubRequest._fixturedef", "name": "_fixturedef", "type": {".class": "Instance", "args": ["builtins.object"], "type_ref": "_pytest.fixtures.FixtureDef"}}}, "_parent_request": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.SubRequest._parent_request", "name": "_parent_request", "type": "_pytest.fixtures.FixtureRequest"}}, "_schedule_finalizers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fixturedef", "subrequest"], "flags": [], "fullname": "_pytest.fixtures.SubRequest._schedule_finalizers", "name": "_schedule_finalizers", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fixturedef", "subrequest"], "arg_types": ["_pytest.fixtures.SubRequest", {".class": "Instance", "args": ["builtins.object"], "type_ref": "_pytest.fixtures.FixtureDef"}, "_pytest.fixtures.SubRequest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_schedule_finalizers of SubRequest", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "addfinalizer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "finalizer"], "flags": [], "fullname": "_pytest.fixtures.SubRequest.addfinalizer", "name": "addfinalizer", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "finalizer"], "arg_types": ["_pytest.fixtures.SubRequest", {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addfinalizer of SubRequest", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "param": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.SubRequest.param", "name": "param", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "param_index": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.SubRequest.param_index", "name": "param_index", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TEST_OUTCOME": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.TEST_OUTCOME", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "TerminalRepr": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.TerminalRepr", "kind": "Gdef"}, "TerminalWriter": {".class": "SymbolTableNode", "cross_ref": "_pytest._io.terminalwriter.TerminalWriter", "kind": "Gdef"}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "YIELD_FIXTURE": {".class": "SymbolTableNode", "cross_ref": "_pytest.deprecated.YIELD_FIXTURE", "kind": "Gdef"}, "_FixtureCachedResult": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": ["_FixtureValue"], "column": 0, "fullname": "_pytest.fixtures._FixtureCachedResult", "line": 85, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_FixtureValue"}, "builtins.object", {".class": "NoneType"}], "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": [{".class": "NoneType"}, "builtins.object", {".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"}}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}}}, "_FixtureFunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": ["_FixtureValue"], "column": 0, "fullname": "_pytest.fixtures._FixtureFunc", "line": 81, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_FixtureValue"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_FixtureValue"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}]}}}, "_FixtureFunction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.fixtures._FixtureFunction", "name": "_FixtureFunction", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}}, "_FixtureValue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.fixtures._FixtureValue", "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_Key": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_pytest.fixtures._Key", "line": 234, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}}, "_PluggyPlugin": {".class": "SymbolTableNode", "cross_ref": "_pytest.config._PluggyPlugin", "kind": "Gdef"}, "_PytestWrapper": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat._PytestWrapper", "kind": "Gdef"}, "_Scope": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "_pytest.fixtures._Scope", "line": 73, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "session"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "package"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "module"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "class"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "function"}]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.fixtures.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.fixtures.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.fixtures.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.fixtures.__package__", "name": "__package__", "type": "builtins.str"}}, "_ensure_immutable_ids": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ids"], "flags": [], "fullname": "_pytest.fixtures._ensure_immutable_ids", "name": "_ensure_immutable_ids", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ids"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "builtins.float", "builtins.int", "builtins.bool"]}], "type_ref": "typing.Iterable"}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_ensure_immutable_ids", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "builtins.float", "builtins.int", "builtins.bool"]}], "type_ref": "builtins.tuple"}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_eval_scope_callable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["scope_callable", "fixture_name", "config"], "flags": [], "fullname": "_pytest.fixtures._eval_scope_callable", "name": "_eval_scope_callable", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["scope_callable", "fixture_name", "config"], "arg_types": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "_pytest.config.Config"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, "type_guard": null, "variables": []}, "builtins.str", "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_eval_scope_callable", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, "type_guard": null, "variables": []}}}, "_fill_fixtures_impl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["function"], "flags": [], "fullname": "_pytest.fixtures._fill_fixtures_impl", "name": "_fill_fixtures_impl", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["function"], "arg_types": ["_pytest.python.Function"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_fill_fixtures_impl", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_fillfuncargs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["function"], "flags": [], "fullname": "_pytest.fixtures._fillfuncargs", "name": "_fillfuncargs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["function"], "arg_types": ["_pytest.python.Function"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_fillfuncargs", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_format_args": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat._format_args", "kind": "Gdef"}, "_params_converter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["params"], "flags": [], "fullname": "_pytest.fixtures._params_converter", "name": "_params_converter", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["params"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_params_converter", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_pytest": {".class": "SymbolTableNode", "cross_ref": "_pytest", "kind": "Gdef"}, "_teardown_yield_fixture": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fixturefunc", "it"], "flags": [], "fullname": "_pytest.fixtures._teardown_yield_fixture", "name": "_teardown_yield_fixture", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["fixturefunc", "it"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_teardown_yield_fixture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "absolutepath": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.absolutepath", "kind": "Gdef"}, "add_funcarg_pseudo_fixture_def": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["collector", "metafunc", "fixturemanager"], "flags": [], "fullname": "_pytest.fixtures.add_funcarg_pseudo_fixture_def", "name": "add_funcarg_pseudo_fixture_def", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["collector", "metafunc", "fixturemanager"], "arg_types": ["_pytest.nodes.Collector", "_pytest.python.Metafunc", "_pytest.fixtures.FixtureManager"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_funcarg_pseudo_fixture_def", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assert_never": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.assert_never", "kind": "Gdef"}, "attr": {".class": "SymbolTableNode", "cross_ref": "attr", "kind": "Gdef"}, "call_fixture_func": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["fixturefunc", "request", "kwargs"], "flags": [], "fullname": "_pytest.fixtures.call_fixture_func", "name": "call_fixture_func", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["fixturefunc", "request", "kwargs"], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureValue", "id": -1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.fixtures._FixtureFunc"}, "_pytest.fixtures.FixtureRequest", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "call_fixture_func", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureValue", "id": -1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures._FixtureValue", "id": -1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef"}, "check_ispytest": {".class": "SymbolTableNode", "cross_ref": "_pytest.deprecated.check_ispytest", "kind": "Gdef"}, "defaultdict": {".class": "SymbolTableNode", "cross_ref": "collections.defaultdict", "kind": "Gdef"}, "deque": {".class": "SymbolTableNode", "cross_ref": "collections.deque", "kind": "Gdef"}, "fail": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.fail", "kind": "Gdef"}, "fail_fixturefunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fixturefunc", "msg"], "flags": [], "fullname": "_pytest.fixtures.fail_fixturefunc", "name": "fail_fixturefunc", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["fixturefunc", "msg"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fail_fixturefunc", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "fillfixtures": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["function"], "flags": [], "fullname": "_pytest.fixtures.fillfixtures", "name": "fillfixtures", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["function"], "arg_types": ["_pytest.python.Function"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fillfixtures", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "fix_cache_order": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["item", "argkeys_cache", "items_by_argkey"], "flags": [], "fullname": "_pytest.fixtures.fix_cache_order", "name": "fix_cache_order", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["item", "argkeys_cache", "items_by_argkey"], "arg_types": ["_pytest.nodes.Item", {".class": "Instance", "args": ["builtins.int", {".class": "Instance", "args": ["_pytest.nodes.Item", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Key"}, {".class": "NoneType"}], "type_ref": "builtins.dict"}], "type_ref": "builtins.dict"}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": ["builtins.int", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Key"}, {".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "collections.deque"}], "type_ref": "builtins.dict"}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fix_cache_order", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fixture": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "_pytest.fixtures.fixture", "impl": {".class": "FuncDef", "arg_kinds": [1, 5, 5, 5, 5, 5], "arg_names": ["fixture_function", "scope", "params", "autouse", "ids", "name"], "flags": ["is_overload"], "fullname": "_pytest.fixtures.fixture", "name": "fixture", "type": {".class": "CallableType", "arg_kinds": [1, 5, 5, 5, 5, 5], "arg_names": ["fixture_function", "scope", "params", "autouse", "ids", "name"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureFunction", "id": -1, "name": "_FixtureFunction", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "_pytest.config.Config"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, "type_guard": null, "variables": []}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "builtins.float", "builtins.int", "builtins.bool"]}], "type_ref": "typing.Iterable"}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fixture", "ret_type": {".class": "UnionType", "items": ["_pytest.fixtures.FixtureFunctionMarker", {".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureFunction", "id": -1, "name": "_FixtureFunction", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures._FixtureFunction", "id": -1, "name": "_FixtureFunction", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}]}}, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["fixture_function", "scope", "params", "autouse", "ids", "name"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.fixtures.fixture", "name": "fixture", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["fixture_function", "scope", "params", "autouse", "ids", "name"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureFunction", "id": -1, "name": "_FixtureFunction", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "_pytest.config.Config"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, "type_guard": null, "variables": []}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "builtins.float", "builtins.int", "builtins.bool"]}], "type_ref": "typing.Iterable"}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fixture", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureFunction", "id": -1, "name": "_FixtureFunction", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures._FixtureFunction", "id": -1, "name": "_FixtureFunction", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fixture", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1, 5, 5, 5, 5, 5], "arg_names": ["fixture_function", "scope", "params", "autouse", "ids", "name"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.fixtures.fixture", "name": "fixture", "type": {".class": "CallableType", "arg_kinds": [1, 5, 5, 5, 5, 5], "arg_names": ["fixture_function", "scope", "params", "autouse", "ids", "name"], "arg_types": [{".class": "NoneType"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "_pytest.config.Config"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, "type_guard": null, "variables": []}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "builtins.float", "builtins.int", "builtins.bool"]}], "type_ref": "typing.Iterable"}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fixture", "ret_type": "_pytest.fixtures.FixtureFunctionMarker", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fixture", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["fixture_function", "scope", "params", "autouse", "ids", "name"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureFunction", "id": -1, "name": "_FixtureFunction", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "_pytest.config.Config"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, "type_guard": null, "variables": []}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "builtins.float", "builtins.int", "builtins.bool"]}], "type_ref": "typing.Iterable"}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fixture", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureFunction", "id": -1, "name": "_FixtureFunction", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures._FixtureFunction", "id": -1, "name": "_FixtureFunction", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [1, 5, 5, 5, 5, 5], "arg_names": ["fixture_function", "scope", "params", "autouse", "ids", "name"], "arg_types": [{".class": "NoneType"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "_pytest.config.Config"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, "type_guard": null, "variables": []}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "builtins.float", "builtins.int", "builtins.bool"]}], "type_ref": "typing.Iterable"}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fixture", "ret_type": "_pytest.fixtures.FixtureFunctionMarker", "type_guard": null, "variables": []}]}}}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "get_direct_param_fixture_func": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["request"], "flags": [], "fullname": "_pytest.fixtures.get_direct_param_fixture_func", "name": "get_direct_param_fixture_func", "type": null}}, "get_parametrized_fixture_keys": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["item", "scopenum"], "flags": ["is_generator"], "fullname": "_pytest.fixtures.get_parametrized_fixture_keys", "name": "get_parametrized_fixture_keys", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["item", "scopenum"], "arg_types": ["_pytest.nodes.Item", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_parametrized_fixture_keys", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Key"}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "get_real_func": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.get_real_func", "kind": "Gdef"}, "get_real_method": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.get_real_method", "kind": "Gdef"}, "get_scope_node": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["node", "scope"], "flags": [], "fullname": "_pytest.fixtures.get_scope_node", "name": "get_scope_node", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["node", "scope"], "arg_types": ["_pytest.nodes.Node", {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_scope_node", "ret_type": {".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "get_scope_package": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["node", "fixturedef"], "flags": [], "fullname": "_pytest.fixtures.get_scope_package", "name": "get_scope_package", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["node", "fixturedef"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "_pytest.fixtures.FixtureDef"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_scope_package", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "getfixturemarker": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "_pytest.fixtures.getfixturemarker", "name": "getfixturemarker", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfixturemarker", "ret_type": {".class": "UnionType", "items": ["_pytest.fixtures.FixtureFunctionMarker", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "getfslineno": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.getfslineno", "kind": "Gdef"}, "getfuncargnames": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.getfuncargnames", "kind": "Gdef"}, "getimfunc": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.getimfunc", "kind": "Gdef"}, "getlocation": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.getlocation", "kind": "Gdef"}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef"}, "is_generator": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.is_generator", "kind": "Gdef"}, "name2pseudofixturedef_key": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.name2pseudofixturedef_key", "name": "name2pseudofixturedef_key", "type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.fixtures.FixtureDef"}], "type_ref": "builtins.dict"}], "type_ref": "_pytest.store.StoreKey"}}}, "nodes": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef"}, "py": {".class": "SymbolTableNode", "cross_ref": "py", "kind": "Gdef"}, "pytest_addoption": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["parser"], "flags": [], "fullname": "_pytest.fixtures.pytest_addoption", "name": "pytest_addoption", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["parser"], "arg_types": ["_pytest.config.argparsing.Parser"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_addoption", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_fixture_setup": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fixturedef", "request"], "flags": [], "fullname": "_pytest.fixtures.pytest_fixture_setup", "name": "pytest_fixture_setup", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["fixturedef", "request"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureValue", "id": -1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.fixtures.FixtureDef"}, "_pytest.fixtures.SubRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_fixture_setup", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureValue", "id": -1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures._FixtureValue", "id": -1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "pytest_sessionstart": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["session"], "flags": [], "fullname": "_pytest.fixtures.pytest_sessionstart", "name": "pytest_sessionstart", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["session"], "arg_types": ["_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_sessionstart", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytestconfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["request"], "flags": ["is_decorated"], "fullname": "_pytest.fixtures.pytestconfig", "name": "pytestconfig", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytestconfig", "ret_type": "_pytest.config.Config", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytestconfig", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytestconfig", "ret_type": "_pytest.config.Config", "type_guard": null, "variables": []}}}}, "reorder_items": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["items"], "flags": [], "fullname": "_pytest.fixtures.reorder_items", "name": "reorder_items", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["items"], "arg_types": [{".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reorder_items", "ret_type": {".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "reorder_items_atscope": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["items", "argkeys_cache", "items_by_argkey", "scopenum"], "flags": [], "fullname": "_pytest.fixtures.reorder_items_atscope", "name": "reorder_items_atscope", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["items", "argkeys_cache", "items_by_argkey", "scopenum"], "arg_types": [{".class": "Instance", "args": ["_pytest.nodes.Item", {".class": "NoneType"}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": ["builtins.int", {".class": "Instance", "args": ["_pytest.nodes.Item", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Key"}, {".class": "NoneType"}], "type_ref": "builtins.dict"}], "type_ref": "builtins.dict"}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": ["builtins.int", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Key"}, {".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "collections.deque"}], "type_ref": "builtins.dict"}], "type_ref": "builtins.dict"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reorder_items_atscope", "ret_type": {".class": "Instance", "args": ["_pytest.nodes.Item", {".class": "NoneType"}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "resolve_fixture_function": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fixturedef", "request"], "flags": [], "fullname": "_pytest.fixtures.resolve_fixture_function", "name": "resolve_fixture_function", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["fixturedef", "request"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureValue", "id": -1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.fixtures.FixtureDef"}, "_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resolve_fixture_function", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureValue", "id": -1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.fixtures._FixtureFunc"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures._FixtureValue", "id": -1, "name": "_FixtureValue", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "safe_getattr": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.safe_getattr", "kind": "Gdef"}, "scope2index": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["scope", "descr", "where"], "flags": [], "fullname": "_pytest.fixtures.scope2index", "name": "scope2index", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["scope", "descr", "where"], "arg_types": ["builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scope2index", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "scopemismatch": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["currentscope", "newscope"], "flags": [], "fullname": "_pytest.fixtures.scopemismatch", "name": "scopemismatch", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["currentscope", "newscope"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scopemismatch", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "scopenum_function": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.fixtures.scopenum_function", "name": "scopenum_function", "type": "builtins.int"}}, "scopes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.fixtures.scopes", "name": "scopes", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}], "type_ref": "builtins.list"}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}, "wrap_function_to_error_out_if_called_directly": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["function", "fixture_marker"], "flags": [], "fullname": "_pytest.fixtures.wrap_function_to_error_out_if_called_directly", "name": "wrap_function_to_error_out_if_called_directly", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["function", "fixture_marker"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureFunction", "id": -1, "name": "_FixtureFunction", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}, "_pytest.fixtures.FixtureFunctionMarker"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wrap_function_to_error_out_if_called_directly", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.fixtures._FixtureFunction", "id": -1, "name": "_FixtureFunction", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.fixtures._FixtureFunction", "id": -1, "name": "_FixtureFunction", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}]}}}, "yield_fixture": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 2, 5, 5, 5, 5, 5], "arg_names": ["fixture_function", "args", "scope", "params", "autouse", "ids", "name"], "flags": [], "fullname": "_pytest.fixtures.yield_fixture", "name": "yield_fixture", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/fixtures.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/fixtures.meta.json b/.mypy_cache/3.9/_pytest/fixtures.meta.json deleted file mode 100644 index dc61b3e70..000000000 --- a/.mypy_cache/3.9/_pytest/fixtures.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 2, 3, 4, 5, 6, 8, 9, 28, 29, 31, 32, 33, 34, 36, 37, 49, 51, 52, 55, 57, 58, 60, 61, 66, 68, 69, 114, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 5, 5, 5, 10, 10, 10, 10, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 25, 25, 20, 20, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["functools", "inspect", "os", "sys", "warnings", "collections", "types", "typing", "attr", "py", "_pytest", "_pytest.nodes", "_pytest._code", "_pytest._code.code", "_pytest._io", "_pytest.compat", "_pytest.config", "_pytest.config.argparsing", "_pytest.deprecated", "_pytest.mark", "_pytest.mark.structures", "_pytest.outcomes", "_pytest.pathlib", "_pytest.store", "typing_extensions", "_pytest.main", "_pytest.python", "pytest", "builtins", "_pytest._code.source", "_pytest._io.terminalwriter", "_pytest.runner", "_pytest.warning_types", "_typeshed", "_warnings", "abc", "attr.setters", "enum", "pathlib", "py.path"], "hash": "24c5e08b62466425f3977efdf8349c1785c3a1eba6664a98381dfa4dd9da53a5", "id": "_pytest.fixtures", "ignore_all": true, "interface_hash": "edc4a184ea15409ddfed05d9739ebff53d4b2dfc7f8e7deb89a3a6c974f4e413", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/fixtures.py", "plugin_data": null, "size": 65239, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/freeze_support.data.json b/.mypy_cache/3.9/_pytest/freeze_support.data.json deleted file mode 100644 index 32a6fbf2e..000000000 --- a/.mypy_cache/3.9/_pytest/freeze_support.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.freeze_support", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.freeze_support.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.freeze_support.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.freeze_support.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.freeze_support.__package__", "name": "__package__", "type": "builtins.str"}}, "_iter_all_modules": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["package", "prefix"], "flags": ["is_generator"], "fullname": "_pytest.freeze_support._iter_all_modules", "name": "_iter_all_modules", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["package", "prefix"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "types.ModuleType"]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_iter_all_modules", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "freeze_includes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_pytest.freeze_support.freeze_includes", "name": "freeze_includes", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "freeze_includes", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/freeze_support.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/freeze_support.meta.json b/.mypy_cache/3.9/_pytest/freeze_support.meta.json deleted file mode 100644 index 6c77b2571..000000000 --- a/.mypy_cache/3.9/_pytest/freeze_support.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [3, 4, 12, 13, 30, 31, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 20, 20, 20, 20, 5, 30, 30, 30, 30], "dependencies": ["types", "typing", "py", "_pytest", "os", "pkgutil", "builtins", "abc", "importlib", "importlib.abc", "posixpath"], "hash": "de9d31ad02df496368d1048e5706d466dfe659106e8e0689fac8e4ab54c984df", "id": "_pytest.freeze_support", "ignore_all": true, "interface_hash": "779791337351da73ac1cb44b3ff4e3afea0fbe52abae175807b094177cd7d981", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/freeze_support.py", "plugin_data": null, "size": 1391, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/helpconfig.data.json b/.mypy_cache/3.9/_pytest/helpconfig.data.json deleted file mode 100644 index ff383d1b0..000000000 --- a/.mypy_cache/3.9/_pytest/helpconfig.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.helpconfig", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Action": {".class": "SymbolTableNode", "cross_ref": "argparse.Action", "kind": "Gdef"}, "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef"}, "ExitCode": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.ExitCode", "kind": "Gdef"}, "HelpAction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse.Action"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.helpconfig.HelpAction", "name": "HelpAction", "type_vars": []}, "flags": [], "fullname": "_pytest.helpconfig.HelpAction", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.helpconfig", "mro": ["_pytest.helpconfig.HelpAction", "argparse.Action", "argparse._AttributeHolder", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "parser", "namespace", "values", "option_string"], "flags": [], "fullname": "_pytest.helpconfig.HelpAction.__call__", "name": "__call__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "option_strings", "dest", "default", "help"], "flags": [], "fullname": "_pytest.helpconfig.HelpAction.__init__", "name": "__init__", "type": 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"}, "Parser": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.argparsing.Parser", "kind": "Gdef"}, "PrintHelp": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.exceptions.PrintHelp", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.helpconfig.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.helpconfig.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.helpconfig.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.helpconfig.__package__", "name": "__package__", "type": "builtins.str"}}, "conftest_options": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.helpconfig.conftest_options", "name": "conftest_options", "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"}}], "type_ref": "builtins.list"}}}, "getpluginversioninfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.helpconfig.getpluginversioninfo", "name": "getpluginversioninfo", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getpluginversioninfo", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "py": {".class": "SymbolTableNode", "cross_ref": "py", "kind": "Gdef"}, "pytest": {".class": "SymbolTableNode", "cross_ref": "pytest", "kind": "Gdef"}, "pytest_addoption": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["parser"], "flags": [], "fullname": "_pytest.helpconfig.pytest_addoption", "name": "pytest_addoption", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["parser"], "arg_types": ["_pytest.config.argparsing.Parser"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_addoption", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_cmdline_main": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.helpconfig.pytest_cmdline_main", "name": "pytest_cmdline_main", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_cmdline_main", "ret_type": {".class": "UnionType", "items": ["builtins.int", "_pytest.config.ExitCode", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "pytest_cmdline_parse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.helpconfig.pytest_cmdline_parse", "name": "pytest_cmdline_parse", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_cmdline_parse", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_report_header": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.helpconfig.pytest_report_header", "name": "pytest_report_header", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_report_header", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "showhelp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.helpconfig.showhelp", "name": "showhelp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "showhelp", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "showversion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.helpconfig.showversion", "name": "showversion", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "showversion", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/helpconfig.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/helpconfig.meta.json b/.mypy_cache/3.9/_pytest/helpconfig.meta.json deleted file mode 100644 index 6e0146070..000000000 --- a/.mypy_cache/3.9/_pytest/helpconfig.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [2, 3, 4, 5, 9, 11, 12, 15, 156, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 10, 10, 5, 5, 20, 5, 30, 30, 30, 30], "dependencies": ["os", "sys", "argparse", "typing", "py", "pytest", "_pytest.config", "_pytest.config.argparsing", "textwrap", "builtins", "_pytest.config.exceptions", "abc", "io", "posixpath"], "hash": "563d0de198c1558798fa23960e8ced8fd9e952ff78b8aa1ca7ab306a11971a70", "id": "_pytest.helpconfig", "ignore_all": true, "interface_hash": "2de309b213f7ba3841e5381ac405e8efbb34c44723534639b14626d4eb58545b", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/helpconfig.py", "plugin_data": null, "size": 8343, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/hookspec.data.json b/.mypy_cache/3.9/_pytest/hookspec.data.json deleted file mode 100644 index af58338b2..000000000 --- a/.mypy_cache/3.9/_pytest/hookspec.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.hookspec", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "CallInfo": {".class": "SymbolTableNode", "cross_ref": "_pytest.runner.CallInfo", "kind": "Gdef"}, "CollectReport": {".class": "SymbolTableNode", "cross_ref": "_pytest.reports.CollectReport", "kind": "Gdef"}, "Collector": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.Collector", "kind": "Gdef"}, "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "ExceptionInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "_pytest.hookspec.ExceptionInfo", "name": "ExceptionInfo", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.ExceptionInfo", "source_any": null, "type_of_any": 3}}}, "ExceptionRepr": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionRepr", "kind": "Gdef"}, "Exit": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.Exit", "kind": "Gdef"}, "ExitCode": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.ExitCode", "kind": "Gdef"}, "FixtureDef": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.FixtureDef", "kind": "Gdef"}, "Function": {".class": "SymbolTableNode", "cross_ref": "_pytest.python.Function", "kind": "Gdef"}, "HookspecMarker": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "_pytest.hookspec.HookspecMarker", "name": "HookspecMarker", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}}}, "Item": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.Item", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef"}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef"}, "Metafunc": {".class": "SymbolTableNode", "cross_ref": "_pytest.python.Metafunc", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "_pytest.python.Module", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Parser": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.argparsing.Parser", "kind": "Gdef"}, "PyCollector": {".class": "SymbolTableNode", "cross_ref": "_pytest.python.PyCollector", "kind": "Gdef"}, "PytestPluginManager": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.PytestPluginManager", "kind": "Gdef"}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "Session": {".class": "SymbolTableNode", "cross_ref": "_pytest.main.Session", "kind": "Gdef"}, "SubRequest": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.SubRequest", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "TerminalReporter": {".class": "SymbolTableNode", "cross_ref": "_pytest.terminal.TerminalReporter", "kind": "Gdef"}, "TestReport": {".class": "SymbolTableNode", "cross_ref": "_pytest.reports.TestReport", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "WARNING_CAPTURED_HOOK": {".class": "SymbolTableNode", "cross_ref": "_pytest.deprecated.WARNING_CAPTURED_HOOK", "kind": "Gdef"}, "_PluggyPlugin": {".class": "SymbolTableNode", "cross_ref": "_pytest.config._PluggyPlugin", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.hookspec.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.hookspec.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.hookspec.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.hookspec.__package__", "name": "__package__", "type": "builtins.str"}}, "hookspec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.hookspec.hookspec", "name": "hookspec", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "pdb": {".class": "SymbolTableNode", "cross_ref": "pdb", "kind": "Gdef"}, "py": {".class": "SymbolTableNode", "cross_ref": "py", "kind": "Gdef"}, "pytest_addhooks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pluginmanager"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_addhooks", "name": "pytest_addhooks", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pluginmanager"], "arg_types": ["_pytest.config.PytestPluginManager"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_addhooks", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_addhooks", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_addoption": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["parser", "pluginmanager"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_addoption", "name": "pytest_addoption", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["parser", "pluginmanager"], "arg_types": ["_pytest.config.argparsing.Parser", "_pytest.config.PytestPluginManager"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_addoption", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_addoption", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_assertion_pass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["item", "lineno", "orig", "expl"], "flags": [], "fullname": "_pytest.hookspec.pytest_assertion_pass", "name": "pytest_assertion_pass", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["item", "lineno", "orig", "expl"], "arg_types": ["_pytest.nodes.Item", "builtins.int", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_assertion_pass", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_assertrepr_compare": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["config", "op", "left", "right"], "flags": [], "fullname": "_pytest.hookspec.pytest_assertrepr_compare", "name": "pytest_assertrepr_compare", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["config", "op", "left", "right"], "arg_types": ["_pytest.config.Config", "builtins.str", "builtins.object", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_assertrepr_compare", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "pytest_cmdline_main": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_cmdline_main", "name": "pytest_cmdline_main", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_cmdline_main", "ret_type": {".class": "UnionType", "items": ["_pytest.config.ExitCode", "builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_cmdline_main", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_cmdline_parse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["pluginmanager", "args"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_cmdline_parse", "name": "pytest_cmdline_parse", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["pluginmanager", "args"], "arg_types": ["_pytest.config.PytestPluginManager", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_cmdline_parse", "ret_type": {".class": "UnionType", "items": ["_pytest.config.Config", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_cmdline_parse", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_cmdline_preparse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["config", "args"], "flags": [], "fullname": "_pytest.hookspec.pytest_cmdline_preparse", "name": "pytest_cmdline_preparse", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["config", "args"], "arg_types": ["_pytest.config.Config", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_cmdline_preparse", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_collect_file": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["path", "parent"], "flags": [], "fullname": "_pytest.hookspec.pytest_collect_file", "name": "pytest_collect_file", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["path", "parent"], "arg_types": ["py.path.local", "_pytest.nodes.Collector"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collect_file", "ret_type": {".class": "UnionType", "items": ["_pytest.nodes.Collector", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "pytest_collection": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["session"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_collection", "name": "pytest_collection", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["session"], "arg_types": ["_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collection", "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_collection", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_collection_finish": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["session"], "flags": [], "fullname": "_pytest.hookspec.pytest_collection_finish", "name": "pytest_collection_finish", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["session"], "arg_types": ["_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collection_finish", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_collection_modifyitems": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["session", "config", "items"], "flags": [], "fullname": "_pytest.hookspec.pytest_collection_modifyitems", "name": "pytest_collection_modifyitems", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["session", "config", "items"], "arg_types": ["_pytest.main.Session", "_pytest.config.Config", {".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collection_modifyitems", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_collectreport": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["report"], "flags": [], "fullname": "_pytest.hookspec.pytest_collectreport", "name": "pytest_collectreport", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["report"], "arg_types": ["_pytest.reports.CollectReport"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collectreport", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_collectstart": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["collector"], "flags": [], "fullname": "_pytest.hookspec.pytest_collectstart", "name": "pytest_collectstart", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["collector"], "arg_types": ["_pytest.nodes.Collector"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collectstart", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_configure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_configure", "name": "pytest_configure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_configure", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_configure", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_deselected": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["items"], "flags": [], "fullname": "_pytest.hookspec.pytest_deselected", "name": "pytest_deselected", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["items"], "arg_types": [{".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_deselected", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_enter_pdb": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["config", "pdb"], "flags": [], "fullname": "_pytest.hookspec.pytest_enter_pdb", "name": "pytest_enter_pdb", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["config", "pdb"], "arg_types": ["_pytest.config.Config", "pdb.Pdb"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_enter_pdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_exception_interact": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["node", "call", "report"], "flags": [], "fullname": "_pytest.hookspec.pytest_exception_interact", "name": "pytest_exception_interact", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["node", "call", "report"], "arg_types": [{".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector"]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.runner.CallInfo"}, {".class": "UnionType", "items": ["_pytest.reports.CollectReport", "_pytest.reports.TestReport"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_exception_interact", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_fixture_post_finalizer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fixturedef", "request"], "flags": [], "fullname": "_pytest.hookspec.pytest_fixture_post_finalizer", "name": "pytest_fixture_post_finalizer", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["fixturedef", "request"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.fixtures.FixtureDef"}, "_pytest.fixtures.SubRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_fixture_post_finalizer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_fixture_setup": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fixturedef", "request"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_fixture_setup", "name": "pytest_fixture_setup", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["fixturedef", "request"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.fixtures.FixtureDef"}, "_pytest.fixtures.SubRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_fixture_setup", "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_fixture_setup", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_generate_tests": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["metafunc"], "flags": [], "fullname": "_pytest.hookspec.pytest_generate_tests", "name": "pytest_generate_tests", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["metafunc"], "arg_types": ["_pytest.python.Metafunc"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_generate_tests", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_ignore_collect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["path", "config"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_ignore_collect", "name": "pytest_ignore_collect", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["path", "config"], "arg_types": ["py.path.local", "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_ignore_collect", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_ignore_collect", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_internalerror": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["excrepr", "excinfo"], "flags": [], "fullname": "_pytest.hookspec.pytest_internalerror", "name": "pytest_internalerror", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["excrepr", "excinfo"], "arg_types": ["_pytest._code.code.ExceptionRepr", {".class": "AnyType", "missing_import_name": "_pytest.hookspec.ExceptionInfo", "source_any": null, "type_of_any": 3}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_internalerror", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "pytest_itemcollected": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["item"], "flags": [], "fullname": "_pytest.hookspec.pytest_itemcollected", "name": "pytest_itemcollected", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["item"], "arg_types": ["_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_itemcollected", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_keyboard_interrupt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["excinfo"], "flags": [], "fullname": "_pytest.hookspec.pytest_keyboard_interrupt", "name": "pytest_keyboard_interrupt", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["excinfo"], "arg_types": [{".class": "AnyType", "missing_import_name": "_pytest.hookspec.ExceptionInfo", "source_any": null, "type_of_any": 3}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_keyboard_interrupt", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_leave_pdb": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["config", "pdb"], "flags": [], "fullname": "_pytest.hookspec.pytest_leave_pdb", "name": "pytest_leave_pdb", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["config", "pdb"], "arg_types": ["_pytest.config.Config", "pdb.Pdb"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_leave_pdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_load_initial_conftests": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["early_config", "parser", "args"], "flags": [], "fullname": "_pytest.hookspec.pytest_load_initial_conftests", "name": "pytest_load_initial_conftests", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["early_config", "parser", "args"], "arg_types": ["_pytest.config.Config", "_pytest.config.argparsing.Parser", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_load_initial_conftests", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_make_collect_report": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["collector"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_make_collect_report", "name": "pytest_make_collect_report", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["collector"], "arg_types": ["_pytest.nodes.Collector"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_make_collect_report", "ret_type": {".class": "UnionType", "items": ["_pytest.reports.CollectReport", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_make_collect_report", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_make_parametrize_id": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["config", "val", "argname"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_make_parametrize_id", "name": "pytest_make_parametrize_id", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["config", "val", "argname"], "arg_types": ["_pytest.config.Config", "builtins.object", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_make_parametrize_id", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_make_parametrize_id", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_markeval_namespace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.hookspec.pytest_markeval_namespace", "name": "pytest_markeval_namespace", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_markeval_namespace", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "pytest_plugin_registered": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["plugin", "manager"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_plugin_registered", "name": "pytest_plugin_registered", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["plugin", "manager"], "arg_types": ["builtins.object", "_pytest.config.PytestPluginManager"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_plugin_registered", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_plugin_registered", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_pycollect_makeitem": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["collector", "name", "obj"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_pycollect_makeitem", "name": "pytest_pycollect_makeitem", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["collector", "name", "obj"], "arg_types": ["_pytest.python.PyCollector", "builtins.str", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_pycollect_makeitem", "ret_type": {".class": "UnionType", "items": [{".class": "NoneType"}, "_pytest.nodes.Item", "_pytest.nodes.Collector", {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector"]}], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_pycollect_makeitem", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_pycollect_makemodule": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["path", "parent"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_pycollect_makemodule", "name": "pytest_pycollect_makemodule", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["path", "parent"], "arg_types": ["py.path.local", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_pycollect_makemodule", "ret_type": {".class": "UnionType", "items": ["_pytest.python.Module", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_pycollect_makemodule", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_pyfunc_call": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pyfuncitem"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_pyfunc_call", "name": "pytest_pyfunc_call", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pyfuncitem"], "arg_types": ["_pytest.python.Function"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_pyfunc_call", "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_pyfunc_call", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_report_collectionfinish": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["config", "startdir", "items"], "flags": [], "fullname": "_pytest.hookspec.pytest_report_collectionfinish", "name": "pytest_report_collectionfinish", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["config", "startdir", "items"], "arg_types": ["_pytest.config.Config", "py.path.local", {".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_report_collectionfinish", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "pytest_report_from_serializable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["config", "data"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_report_from_serializable", "name": "pytest_report_from_serializable", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["config", "data"], "arg_types": ["_pytest.config.Config", {".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", "implicit": false, "is_ellipsis_args": false, "name": "pytest_report_from_serializable", "ret_type": {".class": "UnionType", "items": ["_pytest.reports.CollectReport", "_pytest.reports.TestReport", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_report_from_serializable", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_report_header": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["config", "startdir"], "flags": [], "fullname": "_pytest.hookspec.pytest_report_header", "name": "pytest_report_header", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["config", "startdir"], "arg_types": ["_pytest.config.Config", "py.path.local"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_report_header", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "pytest_report_teststatus": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["report", "config"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_report_teststatus", "name": "pytest_report_teststatus", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["report", "config"], "arg_types": [{".class": "UnionType", "items": ["_pytest.reports.CollectReport", "_pytest.reports.TestReport"]}, "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_report_teststatus", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.bool"], "type_ref": "typing.Mapping"}]}], "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": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_report_teststatus", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_report_to_serializable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["config", "report"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_report_to_serializable", "name": "pytest_report_to_serializable", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["config", "report"], "arg_types": ["_pytest.config.Config", {".class": "UnionType", "items": ["_pytest.reports.CollectReport", "_pytest.reports.TestReport"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_report_to_serializable", "ret_type": {".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"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_report_to_serializable", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtest_call": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["item"], "flags": [], "fullname": "_pytest.hookspec.pytest_runtest_call", "name": "pytest_runtest_call", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["item"], "arg_types": ["_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_call", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_runtest_logfinish": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["nodeid", "location"], "flags": [], "fullname": "_pytest.hookspec.pytest_runtest_logfinish", "name": "pytest_runtest_logfinish", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["nodeid", "location"], "arg_types": ["builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_logfinish", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_runtest_logreport": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["report"], "flags": [], "fullname": "_pytest.hookspec.pytest_runtest_logreport", "name": "pytest_runtest_logreport", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["report"], "arg_types": ["_pytest.reports.TestReport"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_logreport", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_runtest_logstart": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["nodeid", "location"], "flags": [], "fullname": "_pytest.hookspec.pytest_runtest_logstart", "name": "pytest_runtest_logstart", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["nodeid", "location"], "arg_types": ["builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_logstart", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_runtest_makereport": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["item", "call"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_runtest_makereport", "name": "pytest_runtest_makereport", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["item", "call"], "arg_types": ["_pytest.nodes.Item", {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "_pytest.runner.CallInfo"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_makereport", "ret_type": {".class": "UnionType", "items": ["_pytest.reports.TestReport", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_runtest_makereport", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtest_protocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["item", "nextitem"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_runtest_protocol", "name": "pytest_runtest_protocol", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["item", "nextitem"], "arg_types": ["_pytest.nodes.Item", {".class": "UnionType", "items": ["_pytest.nodes.Item", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_protocol", "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_runtest_protocol", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtest_setup": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["item"], "flags": [], "fullname": "_pytest.hookspec.pytest_runtest_setup", "name": "pytest_runtest_setup", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["item"], "arg_types": ["_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_setup", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_runtest_teardown": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["item", "nextitem"], "flags": [], "fullname": "_pytest.hookspec.pytest_runtest_teardown", "name": "pytest_runtest_teardown", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["item", "nextitem"], "arg_types": ["_pytest.nodes.Item", {".class": "UnionType", "items": ["_pytest.nodes.Item", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_teardown", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_runtestloop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["session"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_runtestloop", "name": "pytest_runtestloop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["session"], "arg_types": ["_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtestloop", "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_runtestloop", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_sessionfinish": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["session", "exitstatus"], "flags": [], "fullname": "_pytest.hookspec.pytest_sessionfinish", "name": "pytest_sessionfinish", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["session", "exitstatus"], "arg_types": ["_pytest.main.Session", {".class": "UnionType", "items": ["builtins.int", "_pytest.config.ExitCode"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_sessionfinish", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_sessionstart": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["session"], "flags": [], "fullname": "_pytest.hookspec.pytest_sessionstart", "name": "pytest_sessionstart", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["session"], "arg_types": ["_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_sessionstart", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_terminal_summary": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["terminalreporter", "exitstatus", "config"], "flags": [], "fullname": "_pytest.hookspec.pytest_terminal_summary", "name": "pytest_terminal_summary", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["terminalreporter", "exitstatus", "config"], "arg_types": ["_pytest.terminal.TerminalReporter", "_pytest.config.ExitCode", "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_terminal_summary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_unconfigure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.hookspec.pytest_unconfigure", "name": "pytest_unconfigure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_unconfigure", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_warning_captured": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["warning_message", "when", "item", "location"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_warning_captured", "name": "pytest_warning_captured", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["warning_message", "when", "item", "location"], "arg_types": ["warnings.WarningMessage", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "config"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "collect"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "runtest"}]}, {".class": "UnionType", "items": ["_pytest.nodes.Item", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "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": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_warning_captured", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_warning_captured", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_warning_recorded": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["warning_message", "when", "nodeid", "location"], "flags": ["is_decorated"], "fullname": "_pytest.hookspec.pytest_warning_recorded", "name": "pytest_warning_recorded", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["warning_message", "when", "nodeid", "location"], "arg_types": ["warnings.WarningMessage", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "config"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "collect"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "runtest"}]}, "builtins.str", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "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": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_warning_recorded", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_warning_recorded", "type": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.hookspec.HookspecMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/hookspec.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/hookspec.meta.json b/.mypy_cache/3.9/_pytest/hookspec.meta.json deleted file mode 100644 index 63e9a7f37..000000000 --- a/.mypy_cache/3.9/_pytest/hookspec.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [3, 13, 13, 16, 19, 20, 21, 23, 25, 29, 30, 32, 33, 35, 36, 40, 42, 43, 1, 1, 1, 1, 1, 14, 24], "dep_prios": [5, 10, 20, 5, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 5, 30, 30, 30, 30, 5, 25], "dependencies": ["typing", "py.path", "py", "_pytest.deprecated", "pdb", "warnings", "typing_extensions", "_pytest._code.code", "_pytest.config", "_pytest.config.argparsing", "_pytest.fixtures", "_pytest.main", "_pytest.nodes", "_pytest.outcomes", "_pytest.python", "_pytest.reports", "_pytest.runner", "_pytest.terminal", "builtins", "_pytest.warning_types", "abc", "enum", "os"], "hash": "f37262cf237d5e5029e3f56263efd301688008766c23a319a501e3c0f4b0cb40", "id": "_pytest.hookspec", "ignore_all": true, "interface_hash": "8817ccffa5d88e3b96689976218e43083920264e5e8d45670de4e424b690a0c7", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/hookspec.py", "plugin_data": null, "size": 31471, "suppressed": ["pluggy", "_pytest.code"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/logging.data.json b/.mypy_cache/3.9/_pytest/logging.data.json deleted file mode 100644 index 6cfe86e93..000000000 --- a/.mypy_cache/3.9/_pytest/logging.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.logging", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AbstractSet": {".class": "SymbolTableNode", "cross_ref": "typing.AbstractSet", "kind": "Gdef"}, "CaptureManager": {".class": "SymbolTableNode", "cross_ref": "_pytest.capture.CaptureManager", "kind": "Gdef"}, "ColoredLevelFormatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["logging.Formatter"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.logging.ColoredLevelFormatter", "name": "ColoredLevelFormatter", "type_vars": []}, "flags": [], "fullname": "_pytest.logging.ColoredLevelFormatter", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.logging", "mro": ["_pytest.logging.ColoredLevelFormatter", "logging.Formatter", "builtins.object"], "names": {".class": "SymbolTable", "LEVELNAME_FMT_REGEX": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.logging.ColoredLevelFormatter.LEVELNAME_FMT_REGEX", "name": "LEVELNAME_FMT_REGEX", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "LOGLEVEL_COLOROPTS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.logging.ColoredLevelFormatter.LOGLEVEL_COLOROPTS", "name": "LOGLEVEL_COLOROPTS", "type": {".class": "Instance", "args": ["builtins.int", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "type_ref": "typing.Mapping"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "terminalwriter", "args", "kwargs"], "flags": [], "fullname": "_pytest.logging.ColoredLevelFormatter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "terminalwriter", "args", "kwargs"], "arg_types": ["_pytest.logging.ColoredLevelFormatter", "_pytest._io.terminalwriter.TerminalWriter", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ColoredLevelFormatter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_level_to_fmt_mapping": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.logging.ColoredLevelFormatter._level_to_fmt_mapping", "name": "_level_to_fmt_mapping", "type": {".class": "Instance", "args": ["builtins.int", "builtins.str"], "type_ref": "builtins.dict"}}}, "_original_fmt": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.ColoredLevelFormatter._original_fmt", "name": "_original_fmt", "type": "builtins.str"}}, "format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "_pytest.logging.ColoredLevelFormatter.format", "name": "format", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["_pytest.logging.ColoredLevelFormatter", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format of ColoredLevelFormatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef"}, "DEFAULT_LOG_DATE_FORMAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.logging.DEFAULT_LOG_DATE_FORMAT", "name": "DEFAULT_LOG_DATE_FORMAT", "type": "builtins.str"}}, "DEFAULT_LOG_FORMAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.logging.DEFAULT_LOG_FORMAT", "name": "DEFAULT_LOG_FORMAT", "type": "builtins.str"}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "FixtureRequest": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.FixtureRequest", "kind": "Gdef"}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "LogCaptureFixture": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.logging.LogCaptureFixture", "name": "LogCaptureFixture", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.logging.LogCaptureFixture", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.logging", "mro": ["_pytest.logging.LogCaptureFixture", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "item", "_ispytest"], "flags": [], "fullname": "_pytest.logging.LogCaptureFixture.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "item", "_ispytest"], "arg_types": ["_pytest.logging.LogCaptureFixture", "_pytest.nodes.Node", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LogCaptureFixture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_finalize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.logging.LogCaptureFixture._finalize", "name": "_finalize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_finalize of LogCaptureFixture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_initial_handler_level": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.logging.LogCaptureFixture._initial_handler_level", "name": "_initial_handler_level", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "_initial_logger_levels": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.logging.LogCaptureFixture._initial_logger_levels", "name": "_initial_logger_levels", "type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "type_ref": "builtins.dict"}}}, "_item": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.LogCaptureFixture._item", "name": "_item", "type": "_pytest.nodes.Node"}}, "at_level": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "level", "logger"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.logging.LogCaptureFixture.at_level", "name": "at_level", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "level", "logger"], "arg_types": ["_pytest.logging.LogCaptureFixture", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "at_level of LogCaptureFixture", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "at_level", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "level", "logger"], "arg_types": ["_pytest.logging.LogCaptureFixture", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "at_level of LogCaptureFixture", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.logging.LogCaptureFixture.clear", "name": "clear", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear of LogCaptureFixture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get_records": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "when"], "flags": [], "fullname": "_pytest.logging.LogCaptureFixture.get_records", "name": "get_records", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "when"], "arg_types": ["_pytest.logging.LogCaptureFixture", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_records of LogCaptureFixture", "ret_type": {".class": "Instance", "args": ["logging.LogRecord"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "handler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.logging.LogCaptureFixture.handler", "name": "handler", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handler of LogCaptureFixture", "ret_type": "_pytest.logging.LogCaptureHandler", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "handler", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handler of LogCaptureFixture", "ret_type": "_pytest.logging.LogCaptureHandler", "type_guard": null, "variables": []}}}}, "messages": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.logging.LogCaptureFixture.messages", "name": "messages", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "messages of LogCaptureFixture", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "messages", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "messages of LogCaptureFixture", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "record_tuples": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.logging.LogCaptureFixture.record_tuples", "name": "record_tuples", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "record_tuples of LogCaptureFixture", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "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.list"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "record_tuples", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "record_tuples of LogCaptureFixture", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "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.list"}, "type_guard": null, "variables": []}}}}, "records": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.logging.LogCaptureFixture.records", "name": "records", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "records of LogCaptureFixture", "ret_type": {".class": "Instance", "args": ["logging.LogRecord"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "records", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "records of LogCaptureFixture", "ret_type": {".class": "Instance", "args": ["logging.LogRecord"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "set_level": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "level", "logger"], "flags": [], "fullname": "_pytest.logging.LogCaptureFixture.set_level", "name": "set_level", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "level", "logger"], "arg_types": ["_pytest.logging.LogCaptureFixture", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_level of LogCaptureFixture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.logging.LogCaptureFixture.text", "name": "text", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "text of LogCaptureFixture", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "text", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "text of LogCaptureFixture", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LogCaptureHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["logging.StreamHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.logging.LogCaptureHandler", "name": "LogCaptureHandler", "type_vars": []}, "flags": [], "fullname": "_pytest.logging.LogCaptureHandler", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.logging", "mro": ["_pytest.logging.LogCaptureHandler", "logging.StreamHandler", "logging.Handler", "logging.Filterer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.logging.LogCaptureHandler.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureHandler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LogCaptureHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "emit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "_pytest.logging.LogCaptureHandler.emit", "name": "emit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["_pytest.logging.LogCaptureHandler", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "emit of LogCaptureHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "handleError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "_pytest.logging.LogCaptureHandler.handleError", "name": "handleError", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["_pytest.logging.LogCaptureHandler", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handleError of LogCaptureHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "records": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.logging.LogCaptureHandler.records", "name": "records", "type": {".class": "Instance", "args": ["logging.LogRecord"], "type_ref": "builtins.list"}}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.logging.LogCaptureHandler.reset", "name": "reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureHandler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset of LogCaptureHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "stream": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.logging.LogCaptureHandler.stream", "name": "stream", "type": "io.StringIO"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LoggingPlugin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.logging.LoggingPlugin", "name": "LoggingPlugin", "type_vars": []}, "flags": [], "fullname": "_pytest.logging.LoggingPlugin", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.logging", "mro": ["_pytest.logging.LoggingPlugin", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "flags": [], "fullname": "_pytest.logging.LoggingPlugin.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "arg_types": ["_pytest.logging.LoggingPlugin", "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LoggingPlugin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_config": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.LoggingPlugin._config", "name": "_config", "type": "_pytest.config.Config"}}, "_create_formatter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "log_format", "log_date_format", "auto_indent"], "flags": [], "fullname": "_pytest.logging.LoggingPlugin._create_formatter", "name": "_create_formatter", "type": null}}, "_log_cli_enabled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.logging.LoggingPlugin._log_cli_enabled", "name": "_log_cli_enabled", "type": null}}, "_runtest_for": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "item", "when"], "flags": ["is_generator"], "fullname": "_pytest.logging.LoggingPlugin._runtest_for", "name": "_runtest_for", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "item", "when"], "arg_types": ["_pytest.logging.LoggingPlugin", "_pytest.nodes.Item", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_runtest_for of LoggingPlugin", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}, "caplog_handler": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.LoggingPlugin.caplog_handler", "name": "caplog_handler", "type": "_pytest.logging.LogCaptureHandler"}}, "formatter": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.LoggingPlugin.formatter", "name": "formatter", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "log_cli_handler": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.logging.LoggingPlugin.log_cli_handler", "name": "log_cli_handler", "type": {".class": "UnionType", "items": ["_pytest.logging._LiveLoggingStreamHandler", "_pytest.logging._LiveLoggingNullHandler"]}}}, "log_cli_level": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.LoggingPlugin.log_cli_level", "name": "log_cli_level", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "log_file_handler": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.LoggingPlugin.log_file_handler", "name": "log_file_handler", "type": "_pytest.logging._FileHandler"}}, "log_file_level": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.LoggingPlugin.log_file_level", "name": "log_file_level", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "log_level": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.LoggingPlugin.log_level", "name": "log_level", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "pytest_collection": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_collection", "name": "pytest_collection", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LoggingPlugin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collection of LoggingPlugin", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_collection", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtest_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_runtest_call", "name": "pytest_runtest_call", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": ["_pytest.logging.LoggingPlugin", "_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_call of LoggingPlugin", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_runtest_call", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtest_logfinish": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_runtest_logfinish", "name": "pytest_runtest_logfinish", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LoggingPlugin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_logfinish of LoggingPlugin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_runtest_logfinish", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtest_logreport": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_runtest_logreport", "name": "pytest_runtest_logreport", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LoggingPlugin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_logreport of LoggingPlugin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_runtest_logreport", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtest_logstart": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_runtest_logstart", "name": "pytest_runtest_logstart", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LoggingPlugin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_logstart of LoggingPlugin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_runtest_logstart", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtest_setup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_runtest_setup", "name": "pytest_runtest_setup", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": ["_pytest.logging.LoggingPlugin", "_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_setup of LoggingPlugin", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_runtest_setup", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtest_teardown": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_runtest_teardown", "name": "pytest_runtest_teardown", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": ["_pytest.logging.LoggingPlugin", "_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_teardown of LoggingPlugin", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_runtest_teardown", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtestloop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "session"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_runtestloop", "name": "pytest_runtestloop", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "session"], "arg_types": ["_pytest.logging.LoggingPlugin", "_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtestloop of LoggingPlugin", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_runtestloop", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_sessionfinish": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_sessionfinish", "name": "pytest_sessionfinish", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LoggingPlugin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_sessionfinish of LoggingPlugin", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_sessionfinish", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_sessionstart": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_sessionstart", "name": "pytest_sessionstart", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LoggingPlugin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_sessionstart of LoggingPlugin", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_sessionstart", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_unconfigure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_unconfigure", "name": "pytest_unconfigure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LoggingPlugin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_unconfigure of LoggingPlugin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_unconfigure", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "report_handler": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.LoggingPlugin.report_handler", "name": "report_handler", "type": "_pytest.logging.LogCaptureHandler"}}, "set_log_path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fname"], "flags": [], "fullname": "_pytest.logging.LoggingPlugin.set_log_path", "name": "set_log_path", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fname"], "arg_types": ["_pytest.logging.LoggingPlugin", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_log_path of LoggingPlugin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Parser": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.argparsing.Parser", "kind": "Gdef"}, "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef"}, "PercentStyleMultiline": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["logging.PercentStyle"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.logging.PercentStyleMultiline", "name": "PercentStyleMultiline", "type_vars": []}, "flags": [], "fullname": "_pytest.logging.PercentStyleMultiline", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.logging", "mro": ["_pytest.logging.PercentStyleMultiline", "logging.PercentStyle", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fmt", "auto_indent"], "flags": [], "fullname": "_pytest.logging.PercentStyleMultiline.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fmt", "auto_indent"], "arg_types": ["_pytest.logging.PercentStyleMultiline", "builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str", "builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PercentStyleMultiline", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_auto_indent": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.PercentStyleMultiline._auto_indent", "name": "_auto_indent", "type": "builtins.int"}}, "_get_auto_indent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["auto_indent_option"], "flags": ["is_static", "is_decorated"], "fullname": "_pytest.logging.PercentStyleMultiline._get_auto_indent", "name": "_get_auto_indent", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["auto_indent_option"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", "builtins.str", "builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_auto_indent of PercentStyleMultiline", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_get_auto_indent", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["auto_indent_option"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", "builtins.str", "builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_auto_indent of PercentStyleMultiline", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "_update_message": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["record_dict", "message"], "flags": ["is_static", "is_decorated"], "fullname": "_pytest.logging.PercentStyleMultiline._update_message", "name": "_update_message", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["record_dict", "message"], "arg_types": [{".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "builtins.dict"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_update_message of PercentStyleMultiline", "ret_type": {".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_update_message", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["record_dict", "message"], "arg_types": [{".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "builtins.dict"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_update_message of PercentStyleMultiline", "ret_type": {".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}}, "format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "_pytest.logging.PercentStyleMultiline.format", "name": "format", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["_pytest.logging.PercentStyleMultiline", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format of PercentStyleMultiline", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Session": {".class": "SymbolTableNode", "cross_ref": "_pytest.main.Session", "kind": "Gdef"}, "StoreKey": {".class": "SymbolTableNode", "cross_ref": "_pytest.store.StoreKey", "kind": "Gdef"}, "StringIO": {".class": "SymbolTableNode", "cross_ref": "io.StringIO", "kind": "Gdef"}, "TerminalReporter": {".class": "SymbolTableNode", "cross_ref": "_pytest.terminal.TerminalReporter", "kind": "Gdef"}, "TerminalWriter": {".class": "SymbolTableNode", "cross_ref": "_pytest._io.terminalwriter.TerminalWriter", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "UsageError": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.exceptions.UsageError", "kind": "Gdef"}, "_ANSI_ESCAPE_SEQ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging._ANSI_ESCAPE_SEQ", "name": "_ANSI_ESCAPE_SEQ", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "_FileHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["logging.FileHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.logging._FileHandler", "name": "_FileHandler", "type_vars": []}, "flags": [], "fullname": "_pytest.logging._FileHandler", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.logging", "mro": ["_pytest.logging._FileHandler", "logging.FileHandler", "logging.StreamHandler", "logging.Handler", "logging.Filterer", "builtins.object"], "names": {".class": "SymbolTable", "handleError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "_pytest.logging._FileHandler.handleError", "name": "handleError", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["_pytest.logging._FileHandler", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handleError of _FileHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_HandlerType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.logging._HandlerType", "name": "_HandlerType", "upper_bound": "logging.Handler", "values": [], "variance": 0}}, "_LiveLoggingNullHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["logging.NullHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.logging._LiveLoggingNullHandler", "name": "_LiveLoggingNullHandler", "type_vars": []}, "flags": [], "fullname": "_pytest.logging._LiveLoggingNullHandler", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.logging", "mro": ["_pytest.logging._LiveLoggingNullHandler", "logging.NullHandler", "logging.Handler", "logging.Filterer", "builtins.object"], "names": {".class": "SymbolTable", "handleError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "_pytest.logging._LiveLoggingNullHandler.handleError", "name": "handleError", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["_pytest.logging._LiveLoggingNullHandler", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handleError of _LiveLoggingNullHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.logging._LiveLoggingNullHandler.reset", "name": "reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging._LiveLoggingNullHandler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset of _LiveLoggingNullHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_when": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "when"], "flags": [], "fullname": "_pytest.logging._LiveLoggingNullHandler.set_when", "name": "set_when", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "when"], "arg_types": ["_pytest.logging._LiveLoggingNullHandler", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_when of _LiveLoggingNullHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_LiveLoggingStreamHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["logging.StreamHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.logging._LiveLoggingStreamHandler", "name": "_LiveLoggingStreamHandler", "type_vars": []}, "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.logging", "mro": ["_pytest.logging._LiveLoggingStreamHandler", "logging.StreamHandler", "logging.Handler", "logging.Filterer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "terminal_reporter", "capture_manager"], "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "terminal_reporter", "capture_manager"], "arg_types": ["_pytest.logging._LiveLoggingStreamHandler", "_pytest.terminal.TerminalReporter", {".class": "UnionType", "items": ["_pytest.capture.CaptureManager", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _LiveLoggingStreamHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_first_record_emitted": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler._first_record_emitted", "name": "_first_record_emitted", "type": "builtins.bool"}}, "_section_name_shown": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler._section_name_shown", "name": "_section_name_shown", "type": "builtins.bool"}}, "_test_outcome_written": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler._test_outcome_written", "name": "_test_outcome_written", "type": "builtins.bool"}}, "_when": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler._when", "name": "_when", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "capture_manager": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler.capture_manager", "name": "capture_manager", "type": {".class": "UnionType", "items": ["_pytest.capture.CaptureManager", {".class": "NoneType"}]}}}, "emit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler.emit", "name": "emit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["_pytest.logging._LiveLoggingStreamHandler", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "emit of _LiveLoggingStreamHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "handleError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler.handleError", "name": "handleError", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["_pytest.logging._LiveLoggingStreamHandler", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handleError of _LiveLoggingStreamHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler.reset", "name": "reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging._LiveLoggingStreamHandler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset of _LiveLoggingStreamHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_when": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "when"], "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler.set_when", "name": "set_when", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "when"], "arg_types": ["_pytest.logging._LiveLoggingStreamHandler", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_when of _LiveLoggingStreamHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "stream": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.logging._LiveLoggingStreamHandler.stream", "name": "stream", "type": "_pytest.terminal.TerminalReporter"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.logging.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.logging.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.logging.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.logging.__package__", "name": "__package__", "type": "builtins.str"}}, "_remove_ansi_escape_sequences": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["text"], "flags": [], "fullname": "_pytest.logging._remove_ansi_escape_sequences", "name": "_remove_ansi_escape_sequences", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["text"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_remove_ansi_escape_sequences", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_strtobool": {".class": "SymbolTableNode", "cross_ref": "_pytest.config._strtobool", "kind": "Gdef"}, "caplog": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["request"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.logging.caplog", "name": "caplog", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "caplog", "ret_type": {".class": "Instance", "args": ["_pytest.logging.LogCaptureFixture", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "caplog", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "caplog", "ret_type": {".class": "Instance", "args": ["_pytest.logging.LogCaptureFixture", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}}, "caplog_handler_key": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.caplog_handler_key", "name": "caplog_handler_key", "type": {".class": "Instance", "args": ["_pytest.logging.LogCaptureHandler"], "type_ref": "_pytest.store.StoreKey"}}}, "caplog_records_key": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.caplog_records_key", "name": "caplog_records_key", "type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": ["logging.LogRecord"], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}], "type_ref": "_pytest.store.StoreKey"}}}, "catching_logs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.logging.catching_logs", "name": "catching_logs", "type_vars": []}, "flags": [], "fullname": "_pytest.logging.catching_logs", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.logging", "mro": ["_pytest.logging.catching_logs", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.logging.catching_logs.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "type", "value", "traceback"], "flags": [], "fullname": "_pytest.logging.catching_logs.__exit__", "name": "__exit__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "handler", "level"], "flags": [], "fullname": "_pytest.logging.catching_logs.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "handler", "level"], "arg_types": ["_pytest.logging.catching_logs", {".class": "TypeVarType", "fullname": "_pytest.logging._HandlerType", "id": -1, "name": "_HandlerType", "upper_bound": "logging.Handler", "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of catching_logs", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.logging._HandlerType", "id": -1, "name": "_HandlerType", "upper_bound": "logging.Handler", "values": [], "variance": 0}]}}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.logging.catching_logs.__slots__", "name": "__slots__", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}}}, "handler": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.catching_logs.handler", "name": "handler", "type": {".class": "TypeVarType", "fullname": "_pytest.logging._HandlerType", "id": -1, "name": "_HandlerType", "upper_bound": "logging.Handler", "values": [], "variance": 0}}}, "level": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.catching_logs.level", "name": "level", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "orig_level": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.catching_logs.orig_level", "name": "orig_level", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "check_ispytest": {".class": "SymbolTableNode", "cross_ref": "_pytest.deprecated.check_ispytest", "kind": "Gdef"}, "contextmanager": {".class": "SymbolTableNode", "cross_ref": "contextlib.contextmanager", "kind": "Gdef"}, "create_terminal_writer": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.create_terminal_writer", "kind": "Gdef"}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "fixture": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.fixture", "kind": "Gdef"}, "get_log_level_for_setting": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["config", "setting_names"], "flags": [], "fullname": "_pytest.logging.get_log_level_for_setting", "name": "get_log_level_for_setting", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["config", "setting_names"], "arg_types": ["_pytest.config.Config", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_log_level_for_setting", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "get_option_ini": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["config", "names"], "flags": [], "fullname": "_pytest.logging.get_option_ini", "name": "get_option_ini", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["config", "names"], "arg_types": ["_pytest.config.Config", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_option_ini", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "hookimpl": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.hookimpl", "kind": "Gdef"}, "logging": {".class": "SymbolTableNode", "cross_ref": "logging", "kind": "Gdef"}, "nodes": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes", "kind": "Gdef"}, "nullcontext": {".class": "SymbolTableNode", "cross_ref": "contextlib.nullcontext", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "pytest_addoption": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["parser"], "flags": [], "fullname": "_pytest.logging.pytest_addoption", "name": "pytest_addoption", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["parser"], "arg_types": ["_pytest.config.argparsing.Parser"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_addoption", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_configure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": ["is_decorated"], "fullname": "_pytest.logging.pytest_configure", "name": "pytest_configure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_configure", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_configure", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/logging.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/logging.meta.json b/.mypy_cache/3.9/_pytest/logging.meta.json deleted file mode 100644 index c0913364e..000000000 --- a/.mypy_cache/3.9/_pytest/logging.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [2, 3, 4, 5, 6, 7, 8, 9, 19, 19, 20, 21, 22, 24, 29, 30, 31, 33, 34, 35, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 5, 5, 5, 5, 20, 10, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["logging", "os", "re", "sys", "contextlib", "io", "pathlib", "typing", "_pytest", "_pytest.nodes", "_pytest._io", "_pytest.capture", "_pytest.compat", "_pytest.config", "_pytest.config.argparsing", "_pytest.deprecated", "_pytest.fixtures", "_pytest.main", "_pytest.store", "_pytest.terminal", "builtins", "_pytest._io.terminalwriter", "_pytest.config.exceptions", "_pytest.hookspec", "_typeshed", "abc", "argparse", "enum", "genericpath", "posixpath", "types", "typing_extensions"], "hash": "0361bb510afdf7d25a8c57897d36fd695b3cc980aab1f1360162c50b110dfa7f", "id": "_pytest.logging", "ignore_all": true, "interface_hash": "4025de1b7fc272524c8c22816859ee18b96053ccf79c3dffbbdbb68b90e9b8c3", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/logging.py", "plugin_data": null, "size": 29781, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/main.data.json b/.mypy_cache/3.9/_pytest/main.data.json deleted file mode 100644 index bab7d8fdb..000000000 --- a/.mypy_cache/3.9/_pytest/main.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.main", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "CollectReport": {".class": "SymbolTableNode", "cross_ref": "_pytest.reports.CollectReport", "kind": "Gdef"}, "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "ExitCode": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.ExitCode", "kind": "Gdef"}, "FSHookProxy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.main.FSHookProxy", "name": "FSHookProxy", "type_vars": []}, "flags": [], "fullname": "_pytest.main.FSHookProxy", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.main", "mro": ["_pytest.main.FSHookProxy", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.main.FSHookProxy.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest.main.FSHookProxy", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of FSHookProxy", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "pm", "remove_mods"], "flags": [], "fullname": "_pytest.main.FSHookProxy.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "pm", "remove_mods"], "arg_types": ["_pytest.main.FSHookProxy", "_pytest.config.PytestPluginManager", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FSHookProxy", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pm": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.main.FSHookProxy.pm", "name": "pm", "type": "_pytest.config.PytestPluginManager"}}, "remove_mods": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.main.FSHookProxy.remove_mods", "name": "remove_mods", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Failed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.main.Failed", "name": "Failed", "type_vars": []}, "flags": [], "fullname": "_pytest.main.Failed", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.main", "mro": ["_pytest.main.Failed", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FixtureManager": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.FixtureManager", "kind": "Gdef"}, "FrozenSet": {".class": "SymbolTableNode", "cross_ref": "typing.FrozenSet", "kind": "Gdef"}, "Interrupted": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.KeyboardInterrupt"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.main.Interrupted", "name": "Interrupted", "type_vars": []}, "flags": [], "fullname": "_pytest.main.Interrupted", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.main", "mro": ["_pytest.main.Interrupted", "builtins.KeyboardInterrupt", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__module__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.main.Interrupted.__module__", "name": "__module__", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Parser": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.argparsing.Parser", "kind": "Gdef"}, "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef"}, "PytestPluginManager": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.PytestPluginManager", "kind": "Gdef"}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "Session": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.nodes.FSCollector"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.main.Session", "name": "Session", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.main.Session", "metaclass_type": "_pytest.nodes.NodeMeta", "metadata": {}, "module_name": "_pytest.main", "mro": ["_pytest.main.Session", "_pytest.nodes.FSCollector", "_pytest.nodes.Collector", "_pytest.nodes.Node", "builtins.object"], "names": {".class": "SymbolTable", "Failed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.main.Session.Failed", "name": "Failed", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["args"], "arg_types": ["builtins.object"], "bound_args": ["_pytest.main.Failed"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_pytest.main.Failed", "type_guard": null, "variables": []}}}, "Interrupted": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.main.Session.Interrupted", "name": "Interrupted", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["args"], "arg_types": ["builtins.object"], "bound_args": ["_pytest.main.Interrupted"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_pytest.main.Interrupted", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "flags": [], "fullname": "_pytest.main.Session.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "arg_types": ["_pytest.main.Session", "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Session", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.main.Session.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of Session", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_bestrelpathcache": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.main.Session._bestrelpathcache", "name": "_bestrelpathcache", "type": {".class": "Instance", "args": ["pathlib.Path", "builtins.str"], "type_ref": "builtins.dict"}}}, "_collectfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "path", "handle_dupes"], "flags": [], "fullname": "_pytest.main.Session._collectfile", "name": "_collectfile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "path", "handle_dupes"], "arg_types": ["_pytest.main.Session", "py.path.local", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_collectfile of Session", "ret_type": {".class": "Instance", "args": ["_pytest.nodes.Collector"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}}, "_fixturemanager": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.main.Session._fixturemanager", "name": "_fixturemanager", "type": "_pytest.fixtures.FixtureManager"}}, "_initial_parts": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.main.Session._initial_parts", "name": "_initial_parts", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["py.path.local", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "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"}}}, "_initialpaths": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.main.Session._initialpaths", "name": "_initialpaths", "type": {".class": "Instance", "args": ["py.path.local"], "type_ref": "builtins.frozenset"}}}, "_node_location_to_relpath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node_path"], "flags": [], "fullname": "_pytest.main.Session._node_location_to_relpath", "name": "_node_location_to_relpath", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node_path"], "arg_types": ["_pytest.main.Session", "pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_node_location_to_relpath of Session", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_notfound": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.main.Session._notfound", "name": "_notfound", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "Instance", "args": ["_pytest.nodes.Collector"], "type_ref": "typing.Sequence"}], "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"}}}, "_recurse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "direntry"], "flags": [], "fullname": "_pytest.main.Session._recurse", "name": "_recurse", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "direntry"], "arg_types": ["_pytest.main.Session", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.DirEntry"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_recurse of Session", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_setupstate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.main.Session._setupstate", "name": "_setupstate", "type": "_pytest.runner.SetupState"}}, "collect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_generator"], "fullname": "_pytest.main.Session.collect", "name": "collect", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "collect of Session", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector"]}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "exitstatus": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.main.Session.exitstatus", "name": "exitstatus", "type": {".class": "UnionType", "items": ["builtins.int", "_pytest.config.ExitCode"]}}}, "from_config": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "config"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.main.Session.from_config", "name": "from_config", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "config"], "arg_types": [{".class": "TypeType", "item": "_pytest.main.Session"}, "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_config of Session", "ret_type": "_pytest.main.Session", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_config", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "config"], "arg_types": [{".class": "TypeType", "item": "_pytest.main.Session"}, "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_config of Session", "ret_type": "_pytest.main.Session", "type_guard": null, "variables": []}}}}, "genitems": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": ["is_generator"], "fullname": "_pytest.main.Session.genitems", "name": "genitems", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["_pytest.main.Session", {".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "genitems of Session", "ret_type": {".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "gethookproxy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fspath"], "flags": [], "fullname": "_pytest.main.Session.gethookproxy", "name": "gethookproxy", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fspath"], "arg_types": ["_pytest.main.Session", "py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gethookproxy of Session", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "isinitpath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "_pytest.main.Session.isinitpath", "name": "isinitpath", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["_pytest.main.Session", "py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isinitpath of Session", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "items": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.main.Session.items", "name": "items", "type": {".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "builtins.list"}}}, "perform_collect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "_pytest.main.Session.perform_collect", "impl": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "args", "genitems"], "flags": ["is_overload"], "fullname": "_pytest.main.Session.perform_collect", "name": "perform_collect", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "args", "genitems"], "arg_types": ["_pytest.main.Session", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "perform_collect of Session", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector"]}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "args", "genitems"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.main.Session.perform_collect", "name": "perform_collect", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "args", "genitems"], "arg_types": ["_pytest.main.Session", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "perform_collect of Session", "ret_type": {".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "perform_collect", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "args", "genitems"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.main.Session.perform_collect", "name": "perform_collect", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "args", "genitems"], "arg_types": ["_pytest.main.Session", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "perform_collect of Session", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector"]}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "perform_collect", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "args", "genitems"], "arg_types": ["_pytest.main.Session", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "perform_collect of Session", "ret_type": {".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "args", "genitems"], "arg_types": ["_pytest.main.Session", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "perform_collect of Session", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector"]}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}]}}}, "pytest_collectreport": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.main.Session.pytest_collectreport", "name": "pytest_collectreport", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "pytest_collectstart": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "_pytest.main.Session.pytest_collectstart", "name": "pytest_collectstart", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collectstart of Session", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_collectstart", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtest_logreport": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "report"], "flags": ["is_decorated"], "fullname": "_pytest.main.Session.pytest_runtest_logreport", "name": "pytest_runtest_logreport", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "report"], "arg_types": ["_pytest.main.Session", {".class": "UnionType", "items": ["_pytest.reports.TestReport", "_pytest.reports.CollectReport"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_logreport of Session", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_runtest_logreport", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "shouldfail": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.main.Session.shouldfail", "name": "shouldfail", "type": {".class": "UnionType", "items": ["builtins.bool", "builtins.str"]}}}, "shouldstop": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.main.Session.shouldstop", "name": "shouldstop", "type": {".class": "UnionType", "items": ["builtins.bool", "builtins.str"]}}}, "startdir": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.main.Session.startdir", "name": "startdir", "type": "py.path.local"}}, "testscollected": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.main.Session.testscollected", "name": "testscollected", "type": "builtins.int"}}, "testsfailed": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.main.Session.testsfailed", "name": "testsfailed", "type": "builtins.int"}}, "trace": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.main.Session.trace", "name": "trace", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_of_any": 7}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "SetupState": {".class": "SymbolTableNode", "cross_ref": "_pytest.runner.SetupState", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "TestReport": {".class": "SymbolTableNode", "cross_ref": "_pytest.reports.TestReport", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "UsageError": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.exceptions.UsageError", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.main.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.main.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.main.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.main.__package__", "name": "__package__", "type": "builtins.str"}}, "_bestrelpath_cache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["pathlib.Path", "builtins.str"], "type_ref": "builtins.dict"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.main._bestrelpath_cache", "name": "_bestrelpath_cache", "type_vars": []}, "flags": [], "fullname": "_pytest.main._bestrelpath_cache", "metaclass_type": "abc.ABCMeta", "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 441, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": "pathlib.Path", "kw_only": false, "name": "path"}], "frozen": false}}, "module_name": "_pytest.main", "mro": ["_pytest.main._bestrelpath_cache", "builtins.dict", "typing.MutableMapping", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.main._bestrelpath_cache._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.main._bestrelpath_cache.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.main._bestrelpath_cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.main._bestrelpath_cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of _bestrelpath_cache", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.main._bestrelpath_cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.main._bestrelpath_cache.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.main._bestrelpath_cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.main._bestrelpath_cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of _bestrelpath_cache", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.main._bestrelpath_cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "_pytest.main._bestrelpath_cache.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["_pytest.main._bestrelpath_cache", "pathlib.Path"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _bestrelpath_cache", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.main._bestrelpath_cache.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.main._bestrelpath_cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.main._bestrelpath_cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of _bestrelpath_cache", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.main._bestrelpath_cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.main._bestrelpath_cache.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.main._bestrelpath_cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.main._bestrelpath_cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of _bestrelpath_cache", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.main._bestrelpath_cache._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__missing__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "_pytest.main._bestrelpath_cache.__missing__", "name": "__missing__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["_pytest.main._bestrelpath_cache", "pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__missing__ of _bestrelpath_cache", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.main._bestrelpath_cache.path", "name": "path", "type": "pathlib.Path"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_in_venv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "_pytest.main._in_venv", "name": "_in_venv", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_in_venv", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_main": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["config", "session"], "flags": [], "fullname": "_pytest.main._main", "name": "_main", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["config", "session"], "arg_types": ["_pytest.config.Config", "_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_main", "ret_type": {".class": "UnionType", "items": ["builtins.int", "_pytest.config.ExitCode", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_pytest": {".class": "SymbolTableNode", "cross_ref": "_pytest", "kind": "Gdef"}, "absolutepath": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.absolutepath", "kind": "Gdef"}, "argparse": {".class": "SymbolTableNode", "cross_ref": "argparse", "kind": "Gdef"}, "attr": {".class": "SymbolTableNode", "cross_ref": "attr", "kind": "Gdef"}, "bestrelpath": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.bestrelpath", "kind": "Gdef"}, "collect_one_node": {".class": "SymbolTableNode", "cross_ref": "_pytest.runner.collect_one_node", "kind": "Gdef"}, "directory_arg": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.directory_arg", "kind": "Gdef"}, "exit": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.exit", "kind": "Gdef"}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "fnmatch": {".class": "SymbolTableNode", "cross_ref": "fnmatch", "kind": "Gdef"}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "hookimpl": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.hookimpl", "kind": "Gdef"}, "importlib": {".class": "SymbolTableNode", "cross_ref": "importlib", "kind": "Gdef"}, "nodes": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef"}, "py": {".class": "SymbolTableNode", "cross_ref": "py", "kind": "Gdef"}, "pytest_addoption": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["parser"], "flags": [], "fullname": "_pytest.main.pytest_addoption", "name": "pytest_addoption", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["parser"], "arg_types": ["_pytest.config.argparsing.Parser"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_addoption", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_cmdline_main": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.main.pytest_cmdline_main", "name": "pytest_cmdline_main", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_cmdline_main", "ret_type": {".class": "UnionType", "items": ["builtins.int", "_pytest.config.ExitCode"]}, "type_guard": null, "variables": []}}}, "pytest_collection": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["session"], "flags": [], "fullname": "_pytest.main.pytest_collection", "name": "pytest_collection", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["session"], "arg_types": ["_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_collection_modifyitems": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["items", "config"], "flags": [], "fullname": "_pytest.main.pytest_collection_modifyitems", "name": "pytest_collection_modifyitems", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["items", "config"], "arg_types": [{".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "builtins.list"}, "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collection_modifyitems", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_ignore_collect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["path", "config"], "flags": [], "fullname": "_pytest.main.pytest_ignore_collect", "name": "pytest_ignore_collect", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["path", "config"], "arg_types": ["py.path.local", "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_ignore_collect", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "pytest_runtestloop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["session"], "flags": [], "fullname": "_pytest.main.pytest_runtestloop", "name": "pytest_runtestloop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["session"], "arg_types": ["_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtestloop", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "resolve_collection_argument": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["invocation_path", "arg", "as_pypath"], "flags": [], "fullname": "_pytest.main.resolve_collection_argument", "name": "resolve_collection_argument", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["invocation_path", "arg", "as_pypath"], "arg_types": ["pathlib.Path", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resolve_collection_argument", "ret_type": {".class": "TupleType", "implicit": false, "items": ["py.path.local", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "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": []}}}, "search_pypath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module_name"], "flags": [], "fullname": "_pytest.main.search_pypath", "name": "search_pypath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["module_name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "search_pypath", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "validate_basetemp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "_pytest.main.validate_basetemp", "name": "validate_basetemp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "validate_basetemp", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "visit": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.visit", "kind": "Gdef"}, "wrap_session": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["config", "doit"], "flags": [], "fullname": "_pytest.main.wrap_session", "name": "wrap_session", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["config", "doit"], "arg_types": ["_pytest.config.Config", {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest.config.Config", "_pytest.main.Session"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.int", "_pytest.config.ExitCode", {".class": "NoneType"}]}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wrap_session", "ret_type": {".class": "UnionType", "items": ["builtins.int", "_pytest.config.ExitCode"]}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/main.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/main.meta.json b/.mypy_cache/3.9/_pytest/main.meta.json deleted file mode 100644 index b6e6c35cf..000000000 --- a/.mypy_cache/3.9/_pytest/main.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [2, 3, 4, 5, 6, 7, 8, 9, 23, 24, 26, 26, 27, 28, 29, 35, 36, 37, 38, 41, 43, 48, 647, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 10, 5, 5, 10, 10, 10, 20, 10, 5, 5, 5, 5, 5, 5, 5, 5, 25, 20, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["argparse", "fnmatch", "functools", "importlib", "os", "sys", "pathlib", "typing", "attr", "py", "_pytest._code", "_pytest", "_pytest.nodes", "_pytest.compat", "_pytest.config", "_pytest.config.argparsing", "_pytest.fixtures", "_pytest.outcomes", "_pytest.pathlib", "_pytest.reports", "_pytest.runner", "typing_extensions", "_pytest.python", "builtins", "_pytest._code.code", "_pytest.config.exceptions", "abc", "attr.setters", "enum", "importlib.machinery", "importlib.util", "posixpath", "py.path", "types"], "hash": "830d9795d9916e19c642342b767e0c8cedf13833e8ef35a9ce640386616d8e11", "id": "_pytest.main", "ignore_all": true, "interface_hash": "515b24108fb43d6039ffa49863dc09fe0bffe5bb8fda149cc77c2f1b5d49e6ba", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/main.py", "plugin_data": null, "size": 31788, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/mark/__init__.data.json b/.mypy_cache/3.9/_pytest/mark/__init__.data.json deleted file mode 100644 index 1bf5b285a..000000000 --- a/.mypy_cache/3.9/_pytest/mark/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.mark", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AbstractSet": {".class": "SymbolTableNode", "cross_ref": "typing.AbstractSet", "kind": "Gdef", "module_public": false}, "Collection": {".class": "SymbolTableNode", "cross_ref": "typing.Collection", "kind": "Gdef", "module_public": false}, "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef", "module_public": false}, "EMPTY_PARAMETERSET_OPTION": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.EMPTY_PARAMETERSET_OPTION", "kind": "Gdef", "module_public": false}, "ExitCode": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.ExitCode", "kind": "Gdef", "module_public": false}, "Expression": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.expression.Expression", "kind": "Gdef", "module_public": false}, "Item": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.Item", "kind": "Gdef", "module_public": false}, "KeywordMatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.mark.KeywordMatcher", "name": "KeywordMatcher", "type_vars": []}, "flags": [], "fullname": "_pytest.mark.KeywordMatcher", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 148, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}, "kw_only": false, "name": "_names"}], "frozen": false}}, "module_name": "_pytest.mark", "mro": ["_pytest.mark.KeywordMatcher", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.mark.KeywordMatcher._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "subname"], "flags": [], "fullname": "_pytest.mark.KeywordMatcher.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "subname"], "arg_types": ["_pytest.mark.KeywordMatcher", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of KeywordMatcher", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.mark.KeywordMatcher.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.KeywordMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.mark.KeywordMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of KeywordMatcher", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.KeywordMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__ge__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__ge__", "kind": "Mdef", "plugin_generated": true}, "__ge__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__ge__", "kind": "Mdef", "plugin_generated": true}, "__ge__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__ge__", "kind": "Mdef", "plugin_generated": true}, "__ge__-redefinition4": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__ge__", "kind": "Mdef", "plugin_generated": true}, "__ge__-redefinition5": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__ge__", "kind": "Mdef", "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.mark.KeywordMatcher.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.KeywordMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.mark.KeywordMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of KeywordMatcher", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.KeywordMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__gt__", "kind": "Mdef", "plugin_generated": true}, "__gt__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__gt__", "kind": "Mdef", "plugin_generated": true}, "__gt__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__gt__", "kind": "Mdef", "plugin_generated": true}, "__gt__-redefinition4": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__gt__", "kind": "Mdef", "plugin_generated": true}, "__gt__-redefinition5": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__gt__", "kind": "Mdef", "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "flags": [], "fullname": "_pytest.mark.KeywordMatcher.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "arg_types": ["_pytest.mark.KeywordMatcher", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of KeywordMatcher", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__init__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition4": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__init__", "kind": "Mdef", "plugin_generated": true}, "__init__-redefinition5": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__init__", "kind": "Mdef", "plugin_generated": true}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.mark.KeywordMatcher.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.KeywordMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.mark.KeywordMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of KeywordMatcher", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.KeywordMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__le__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__le__", "kind": "Mdef", "plugin_generated": true}, "__le__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__le__", "kind": "Mdef", "plugin_generated": true}, "__le__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__le__", "kind": "Mdef", "plugin_generated": true}, "__le__-redefinition4": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__le__", "kind": "Mdef", "plugin_generated": true}, "__le__-redefinition5": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__le__", "kind": "Mdef", "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.mark.KeywordMatcher.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.KeywordMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.mark.KeywordMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of KeywordMatcher", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.KeywordMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__lt__", "kind": "Mdef", "plugin_generated": true}, "__lt__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__lt__", "kind": "Mdef", "plugin_generated": true}, "__lt__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__lt__", "kind": "Mdef", "plugin_generated": true}, "__lt__-redefinition4": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__lt__", "kind": "Mdef", "plugin_generated": true}, "__lt__-redefinition5": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.KeywordMatcher.__lt__", "kind": "Mdef", "plugin_generated": true}, "_names": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.mark.KeywordMatcher._names", "name": "_names", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}}}, "from_item": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.mark.KeywordMatcher.from_item", "name": "from_item", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": "_pytest.mark.KeywordMatcher"}, "_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_item of KeywordMatcher", "ret_type": "_pytest.mark.KeywordMatcher", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_item", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": "_pytest.mark.KeywordMatcher"}, "_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_item of KeywordMatcher", "ret_type": "_pytest.mark.KeywordMatcher", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_public": false}, "MARK_GEN": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.MARK_GEN", "kind": "Gdef"}, "MINUS_K_COLON": {".class": "SymbolTableNode", "cross_ref": "_pytest.deprecated.MINUS_K_COLON", "kind": "Gdef", "module_public": false}, "MINUS_K_DASH": {".class": "SymbolTableNode", "cross_ref": "_pytest.deprecated.MINUS_K_DASH", "kind": "Gdef", "module_public": false}, "Mark": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.Mark", "kind": "Gdef"}, "MarkDecorator": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.MarkDecorator", "kind": "Gdef"}, "MarkGenerator": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.MarkGenerator", "kind": "Gdef"}, "MarkMatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.mark.MarkMatcher", "name": "MarkMatcher", "type_vars": []}, "flags": [], "fullname": "_pytest.mark.MarkMatcher", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 229, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": null, "kw_only": false, "name": "own_mark_names"}], "frozen": false}}, "module_name": "_pytest.mark", "mro": ["_pytest.mark.MarkMatcher", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.mark.MarkMatcher._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.mark.MarkMatcher.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.mark.MarkMatcher", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of MarkMatcher", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.mark.MarkMatcher.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.MarkMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.mark.MarkMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of MarkMatcher", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.MarkMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.mark.MarkMatcher.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.MarkMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.mark.MarkMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of MarkMatcher", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.MarkMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "own_mark_names"], "flags": [], "fullname": "_pytest.mark.MarkMatcher.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "own_mark_names"], "arg_types": ["_pytest.mark.MarkMatcher", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 8}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MarkMatcher", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.mark.MarkMatcher.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.MarkMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.mark.MarkMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of MarkMatcher", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.MarkMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.mark.MarkMatcher.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.MarkMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.mark.MarkMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of MarkMatcher", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.MarkMatcher._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "from_item": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.mark.MarkMatcher.from_item", "name": "from_item", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": "_pytest.mark.MarkMatcher"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_item of MarkMatcher", "ret_type": "_pytest.mark.MarkMatcher", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_item", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": "_pytest.mark.MarkMatcher"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_item of MarkMatcher", "ret_type": "_pytest.mark.MarkMatcher", "type_guard": null, "variables": []}}}}, "own_mark_names": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.mark.MarkMatcher.own_mark_names", "name": "own_mark_names", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_public": false}, "ParameterSet": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.ParameterSet", "kind": "Gdef"}, "ParseError": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.expression.ParseError", "kind": "Gdef", "module_public": false}, "Parser": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.argparsing.Parser", "kind": "Gdef", "module_public": false}, "StoreKey": {".class": "SymbolTableNode", "cross_ref": "_pytest.store.StoreKey", "kind": "Gdef", "module_public": false}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef", "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_public": false}, "UsageError": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.exceptions.UsageError", "kind": "Gdef", "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "_pytest.mark.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.mark.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.mark.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.mark.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.mark.__package__", "name": "__package__", "type": "builtins.str"}}, "attr": {".class": "SymbolTableNode", "cross_ref": "attr", "kind": "Gdef", "module_public": false}, "deselect_by_keyword": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["items", "config"], "flags": [], "fullname": "_pytest.mark.deselect_by_keyword", "name": "deselect_by_keyword", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["items", "config"], "arg_types": [{".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "builtins.list"}, "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "deselect_by_keyword", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "deselect_by_mark": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["items", "config"], "flags": [], "fullname": "_pytest.mark.deselect_by_mark", "name": "deselect_by_mark", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["items", "config"], "arg_types": [{".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "builtins.list"}, "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "deselect_by_mark", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get_empty_parameterset_mark": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.get_empty_parameterset_mark", "kind": "Gdef"}, "hookimpl": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.hookimpl", "kind": "Gdef", "module_public": false}, "old_mark_config_key": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "_pytest.mark.old_mark_config_key", "name": "old_mark_config_key", "type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.config.Config", {".class": "NoneType"}]}], "type_ref": "_pytest.store.StoreKey"}}}, "param": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [2, 5, 5], "arg_names": ["values", "marks", "id"], "flags": [], "fullname": "_pytest.mark.param", "name": "param", "type": {".class": "CallableType", "arg_kinds": [2, 5, 5], "arg_names": ["values", "marks", "id"], "arg_types": ["builtins.object", {".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "param", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}, "type_guard": null, "variables": []}}}, "pytest_addoption": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["parser"], "flags": [], "fullname": "_pytest.mark.pytest_addoption", "name": "pytest_addoption", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["parser"], "arg_types": ["_pytest.config.argparsing.Parser"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_addoption", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_cmdline_main": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": ["is_decorated"], "fullname": "_pytest.mark.pytest_cmdline_main", "name": "pytest_cmdline_main", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_cmdline_main", "ret_type": {".class": "UnionType", "items": ["builtins.int", "_pytest.config.ExitCode", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_cmdline_main", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_collection_modifyitems": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["items", "config"], "flags": [], "fullname": "_pytest.mark.pytest_collection_modifyitems", "name": "pytest_collection_modifyitems", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["items", "config"], "arg_types": [{".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "builtins.list"}, "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collection_modifyitems", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_configure": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.mark.pytest_configure", "name": "pytest_configure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_configure", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_unconfigure": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.mark.pytest_unconfigure", "name": "pytest_unconfigure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_unconfigure", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/mark/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/mark/__init__.meta.json b/.mypy_cache/3.9/_pytest/mark/__init__.meta.json deleted file mode 100644 index eca91c8b1..000000000 --- a/.mypy_cache/3.9/_pytest/mark/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [2, 3, 10, 12, 14, 21, 25, 26, 28, 31, 115, 155, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 10, 5, 5, 5, 5, 5, 5, 25, 20, 20, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["warnings", "typing", "attr", "_pytest.mark.expression", "_pytest.mark.structures", "_pytest.config", "_pytest.config.argparsing", "_pytest.deprecated", "_pytest.store", "_pytest.nodes", "_pytest", "pytest", "builtins", "_pytest._io", "_pytest._io.terminalwriter", "_pytest.compat", "_pytest.config.exceptions", "_pytest.hookspec", "_pytest.main", "_pytest.python", "_pytest.warning_types", "_warnings", "abc", "argparse", "attr.setters", "enum", "os", "py", "py.path", "types"], "hash": "45ddd6db3c10898c0f6bb206226146a4cc8154a2b6cc3c873b4224c92bcb376b", "id": "_pytest.mark", "ignore_all": true, "interface_hash": "c7114c9536011728c69c38fc15e8f37568e6abd531ff8d713257fd1790000460", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/mark/__init__.py", "plugin_data": null, "size": 8955, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/mark/expression.data.json b/.mypy_cache/3.9/_pytest/mark/expression.data.json deleted file mode 100644 index 24a04c4bd..000000000 --- a/.mypy_cache/3.9/_pytest/mark/expression.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.mark.expression", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_public": false}, "Expression": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.mark.expression.Expression", "name": "Expression", "type_vars": []}, "flags": [], "fullname": "_pytest.mark.expression.Expression", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.mark.expression", "mro": ["_pytest.mark.expression.Expression", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "code"], "flags": [], "fullname": "_pytest.mark.expression.Expression.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "code"], "arg_types": ["_pytest.mark.expression.Expression", "types.CodeType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Expression", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.mark.expression.Expression.__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"}}}}, "code": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.mark.expression.Expression.code", "name": "code", "type": "types.CodeType"}}, "compile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.mark.expression.Expression.compile", "name": "compile", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": [{".class": "TypeType", "item": "_pytest.mark.expression.Expression"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compile of Expression", "ret_type": "_pytest.mark.expression.Expression", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "compile", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": [{".class": "TypeType", "item": "_pytest.mark.expression.Expression"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compile of Expression", "ret_type": "_pytest.mark.expression.Expression", "type_guard": null, "variables": []}}}}, "evaluate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "matcher"], "flags": [], "fullname": "_pytest.mark.expression.Expression.evaluate", "name": "evaluate", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "matcher"], "arg_types": ["_pytest.mark.expression.Expression", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "evaluate of Expression", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IDENT_PREFIX": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.mark.expression.IDENT_PREFIX", "name": "IDENT_PREFIX", "type": "builtins.str"}}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef", "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_public": false}, "MatcherAdapter": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.str", "builtins.bool"], "type_ref": "typing.Mapping"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.mark.expression.MatcherAdapter", "name": "MatcherAdapter", "type_vars": []}, "flags": [], "fullname": "_pytest.mark.expression.MatcherAdapter", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_pytest.mark.expression", "mro": ["_pytest.mark.expression.MatcherAdapter", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "_pytest.mark.expression.MatcherAdapter.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest.mark.expression.MatcherAdapter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of MatcherAdapter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "matcher"], "flags": [], "fullname": "_pytest.mark.expression.MatcherAdapter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "matcher"], "arg_types": ["_pytest.mark.expression.MatcherAdapter", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MatcherAdapter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.mark.expression.MatcherAdapter.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.mark.expression.MatcherAdapter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of MatcherAdapter", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.mark.expression.MatcherAdapter.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.mark.expression.MatcherAdapter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of MatcherAdapter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "matcher": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.mark.expression.MatcherAdapter.matcher", "name": "matcher", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef", "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_public": false}, "ParseError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.mark.expression.ParseError", "name": "ParseError", "type_vars": []}, "flags": [], "fullname": "_pytest.mark.expression.ParseError", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.mark.expression", "mro": ["_pytest.mark.expression.ParseError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "column", "message"], "flags": [], "fullname": "_pytest.mark.expression.ParseError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "column", "message"], "arg_types": ["_pytest.mark.expression.ParseError", "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ParseError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.mark.expression.ParseError.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.mark.expression.ParseError"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of ParseError", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "column": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.mark.expression.ParseError.column", "name": "column", "type": "builtins.int"}}, "message": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.mark.expression.ParseError.message", "name": "message", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Scanner": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.mark.expression.Scanner", "name": "Scanner", "type_vars": []}, "flags": [], "fullname": "_pytest.mark.expression.Scanner", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.mark.expression", "mro": ["_pytest.mark.expression.Scanner", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "_pytest.mark.expression.Scanner.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["_pytest.mark.expression.Scanner", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Scanner", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.mark.expression.Scanner.__slots__", "name": "__slots__", "type": {".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"}}}}, "accept": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "type", "reject"], "flags": [], "fullname": "_pytest.mark.expression.Scanner.accept", "name": "accept", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "type", "reject"], "arg_types": ["_pytest.mark.expression.Scanner", "_pytest.mark.expression.TokenType", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "accept of Scanner", "ret_type": {".class": "UnionType", "items": ["_pytest.mark.expression.Token", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "current": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.mark.expression.Scanner.current", "name": "current", "type": "_pytest.mark.expression.Token"}}, "lex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": ["is_generator"], "fullname": "_pytest.mark.expression.Scanner.lex", "name": "lex", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["_pytest.mark.expression.Scanner", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lex of Scanner", "ret_type": {".class": "Instance", "args": ["_pytest.mark.expression.Token"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "reject": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "expected"], "flags": [], "fullname": "_pytest.mark.expression.Scanner.reject", "name": "reject", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "expected"], "arg_types": ["_pytest.mark.expression.Scanner", {".class": "Instance", "args": ["_pytest.mark.expression.TokenType"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reject of Scanner", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "tokens": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.mark.expression.Scanner.tokens", "name": "tokens", "type": {".class": "Instance", "args": ["_pytest.mark.expression.Token"], "type_ref": "typing.Iterator"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_public": false}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef", "module_public": false}, "Token": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.mark.expression.Token", "name": "Token", "type_vars": []}, "flags": [], "fullname": "_pytest.mark.expression.Token", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 52, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": "_pytest.mark.expression.TokenType", "kw_only": false, "name": "type"}, {"context_column": 4, "context_line": 53, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": "builtins.str", "kw_only": false, "name": "value"}, {"context_column": 4, "context_line": 54, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": "builtins.int", "kw_only": false, "name": "pos"}], "frozen": true}}, "module_name": "_pytest.mark.expression", "mro": ["_pytest.mark.expression.Token", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.mark.expression.Token._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.mark.expression.Token.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.expression.Token._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.mark.expression.Token._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of Token", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.expression.Token._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.mark.expression.Token.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.expression.Token._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.mark.expression.Token._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of Token", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.expression.Token._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "type", "value", "pos"], "flags": [], "fullname": "_pytest.mark.expression.Token.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "type", "value", "pos"], "arg_types": ["_pytest.mark.expression.Token", "_pytest.mark.expression.TokenType", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Token", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.mark.expression.Token.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.expression.Token._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.mark.expression.Token._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of Token", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.expression.Token._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.mark.expression.Token.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.expression.Token._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.mark.expression.Token._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of Token", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.expression.Token._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "pos": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property"], "fullname": "_pytest.mark.expression.Token.pos", "name": "pos", "type": "builtins.int"}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property"], "fullname": "_pytest.mark.expression.Token.type", "name": "type", "type": "_pytest.mark.expression.TokenType"}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property"], "fullname": "_pytest.mark.expression.Token.value", "name": "value", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TokenType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.mark.expression.TokenType", "name": "TokenType", "type_vars": []}, "flags": ["is_enum"], "fullname": "_pytest.mark.expression.TokenType", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "_pytest.mark.expression", "mro": ["_pytest.mark.expression.TokenType", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "AND": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.mark.expression.TokenType.AND", "name": "AND", "type": "builtins.str"}}, "EOF": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.mark.expression.TokenType.EOF", "name": "EOF", "type": "builtins.str"}}, "IDENT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.mark.expression.TokenType.IDENT", "name": "IDENT", "type": "builtins.str"}}, "LPAREN": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.mark.expression.TokenType.LPAREN", "name": "LPAREN", "type": "builtins.str"}}, "NOT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.mark.expression.TokenType.NOT", "name": "NOT", "type": "builtins.str"}}, "OR": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.mark.expression.TokenType.OR", "name": "OR", "type": "builtins.str"}}, "RPAREN": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.mark.expression.TokenType.RPAREN", "name": "RPAREN", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "_pytest.mark.expression.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.mark.expression.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.mark.expression.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.mark.expression.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.mark.expression.__package__", "name": "__package__", "type": "builtins.str"}}, "and_expr": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": [], "fullname": "_pytest.mark.expression.and_expr", "name": "and_expr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["s"], "arg_types": ["_pytest.mark.expression.Scanner"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "and_expr", "ret_type": "_ast.expr", "type_guard": null, "variables": []}}}, "ast": {".class": "SymbolTableNode", "cross_ref": "ast", "kind": "Gdef", "module_public": false}, "attr": {".class": "SymbolTableNode", "cross_ref": "attr", "kind": "Gdef", "module_public": false}, "enum": {".class": "SymbolTableNode", "cross_ref": "enum", "kind": "Gdef", "module_public": false}, "expr": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": [], "fullname": "_pytest.mark.expression.expr", "name": "expr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["s"], "arg_types": ["_pytest.mark.expression.Scanner"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expr", "ret_type": "_ast.expr", "type_guard": null, "variables": []}}}, "expression": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": [], "fullname": "_pytest.mark.expression.expression", "name": "expression", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["s"], "arg_types": ["_pytest.mark.expression.Scanner"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expression", "ret_type": "_ast.Expression", "type_guard": null, "variables": []}}}, "not_expr": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": [], "fullname": "_pytest.mark.expression.not_expr", "name": "not_expr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["s"], "arg_types": ["_pytest.mark.expression.Scanner"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "not_expr", "ret_type": "_ast.expr", "type_guard": null, "variables": []}}}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef", "module_public": false}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/mark/expression.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/mark/expression.meta.json b/.mypy_cache/3.9/_pytest/mark/expression.meta.json deleted file mode 100644 index b263c88ae..000000000 --- a/.mypy_cache/3.9/_pytest/mark/expression.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [17, 18, 19, 20, 21, 28, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 5, 10, 5, 30, 30, 30, 30], "dependencies": ["ast", "enum", "re", "types", "typing", "attr", "builtins", "_ast", "abc", "attr.setters", "typing_extensions"], "hash": "69d03b824d7a797f57dd993894b22e533b67dc1dd53083672f2c8820213f3ad7", "id": "_pytest.mark.expression", "ignore_all": true, "interface_hash": "2568d6d0ff2f74608822879212772b696c3e1d8bc215d4c0ead54d811e8fc945", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/mark/expression.py", "plugin_data": null, "size": 6372, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/mark/structures.data.json b/.mypy_cache/3.9/_pytest/mark/structures.data.json deleted file mode 100644 index 59ca1b226..000000000 --- a/.mypy_cache/3.9/_pytest/mark/structures.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.mark.structures", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Collection": {".class": "SymbolTableNode", "cross_ref": "typing.Collection", "kind": "Gdef"}, "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef"}, "EMPTY_PARAMETERSET_OPTION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.mark.structures.EMPTY_PARAMETERSET_OPTION", "name": "EMPTY_PARAMETERSET_OPTION", "type": "builtins.str"}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "MARK_GEN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.mark.structures.MARK_GEN", "name": "MARK_GEN", "type": "_pytest.mark.structures.MarkGenerator"}}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef"}, "Mark": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.mark.structures.Mark", "name": "Mark", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.mark.structures.Mark", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 206, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": "builtins.str", "kw_only": false, "name": "name"}, {"context_column": 4, "context_line": 208, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "kw_only": false, "name": "args"}, {"context_column": 4, "context_line": 210, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, "kw_only": false, "name": "kwargs"}, {"context_column": 4, "context_line": 213, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": true, "init": true, "init_type": {".class": "UnionType", "items": ["_pytest.mark.structures.Mark", {".class": "NoneType"}]}, "kw_only": false, "name": "_param_ids_from"}, {"context_column": 4, "context_line": 215, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": true, "init": true, "init_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "kw_only": false, "name": "_param_ids_generated"}], "frozen": true}}, "module_name": "_pytest.mark.structures", "mro": ["_pytest.mark.structures.Mark", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.mark.structures.Mark._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.mark.structures.Mark.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.structures.Mark._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.mark.structures.Mark._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of Mark", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.structures.Mark._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__ge__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.Mark.__ge__", "kind": "Mdef", "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.mark.structures.Mark.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.structures.Mark._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.mark.structures.Mark._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of Mark", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.structures.Mark._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.Mark.__gt__", "kind": "Mdef", "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["self", "name", "args", "kwargs", "param_ids_from", "param_ids_generated"], "flags": [], "fullname": "_pytest.mark.structures.Mark.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["self", "name", "args", "kwargs", "param_ids_from", "param_ids_generated"], "arg_types": ["_pytest.mark.structures.Mark", "builtins.str", {".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": "typing.Mapping"}, {".class": "UnionType", "items": ["_pytest.mark.structures.Mark", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Mark", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__init__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.Mark.__init__", "kind": "Mdef", "plugin_generated": true}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.mark.structures.Mark.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.structures.Mark._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.mark.structures.Mark._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of Mark", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.structures.Mark._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__le__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.Mark.__le__", "kind": "Mdef", "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.mark.structures.Mark.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.structures.Mark._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.mark.structures.Mark._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of Mark", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.structures.Mark._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.Mark.__lt__", "kind": "Mdef", "plugin_generated": true}, "_has_param_ids": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.mark.structures.Mark._has_param_ids", "name": "_has_param_ids", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.mark.structures.Mark"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_has_param_ids of Mark", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_param_ids_from": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property"], "fullname": "_pytest.mark.structures.Mark._param_ids_from", "name": "_param_ids_from", "type": {".class": "UnionType", "items": ["_pytest.mark.structures.Mark", {".class": "NoneType"}]}}}, "_param_ids_generated": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property"], "fullname": "_pytest.mark.structures.Mark._param_ids_generated", "name": "_param_ids_generated", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}}}, "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property"], "fullname": "_pytest.mark.structures.Mark.args", "name": "args", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}}}, "combined_with": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.mark.structures.Mark.combined_with", "name": "combined_with", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["_pytest.mark.structures.Mark", "_pytest.mark.structures.Mark"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "combined_with of Mark", "ret_type": "_pytest.mark.structures.Mark", "type_guard": null, "variables": []}}}, "kwargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property"], "fullname": "_pytest.mark.structures.Mark.kwargs", "name": "kwargs", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property"], "fullname": "_pytest.mark.structures.Mark.name", "name": "name", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MarkDecorator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.mark.structures.MarkDecorator", "name": "MarkDecorator", "type_vars": []}, "flags": [], "fullname": "_pytest.mark.structures.MarkDecorator", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 291, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": "_pytest.mark.structures.Mark", "kw_only": false, "name": "mark"}], "frozen": false}}, "module_name": "_pytest.mark.structures", "mro": ["_pytest.mark.structures.MarkDecorator", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.mark.structures.MarkDecorator._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "_pytest.mark.structures.MarkDecorator.__call__", "impl": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": ["is_overload"], "fullname": "_pytest.mark.structures.MarkDecorator.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["_pytest.mark.structures.MarkDecorator", "builtins.object", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of MarkDecorator", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.mark.structures.MarkDecorator.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["_pytest.mark.structures.MarkDecorator", {".class": "TypeVarType", "fullname": "_pytest.mark.structures._Markable", "id": -1, "name": "_Markable", "upper_bound": {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "builtins.type"]}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of MarkDecorator", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.mark.structures._Markable", "id": -1, "name": "_Markable", "upper_bound": {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "builtins.type"]}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.structures._Markable", "id": -1, "name": "_Markable", "upper_bound": {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "builtins.type"]}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.mark.structures.MarkDecorator.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["_pytest.mark.structures.MarkDecorator", "builtins.object", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of MarkDecorator", "ret_type": "_pytest.mark.structures.MarkDecorator", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["_pytest.mark.structures.MarkDecorator", {".class": "TypeVarType", "fullname": "_pytest.mark.structures._Markable", "id": -1, "name": "_Markable", "upper_bound": {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "builtins.type"]}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of MarkDecorator", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.mark.structures._Markable", "id": -1, "name": "_Markable", "upper_bound": {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "builtins.type"]}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.structures._Markable", "id": -1, "name": "_Markable", "upper_bound": {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "builtins.type"]}, "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["_pytest.mark.structures.MarkDecorator", "builtins.object", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of MarkDecorator", "ret_type": "_pytest.mark.structures.MarkDecorator", "type_guard": null, "variables": []}]}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.mark.structures.MarkDecorator.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.structures.MarkDecorator._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.mark.structures.MarkDecorator._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of MarkDecorator", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.structures.MarkDecorator._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__ge__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.MarkDecorator.__ge__", "kind": "Mdef", "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.mark.structures.MarkDecorator.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.structures.MarkDecorator._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.mark.structures.MarkDecorator._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of MarkDecorator", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.structures.MarkDecorator._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.MarkDecorator.__gt__", "kind": "Mdef", "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mark"], "flags": [], "fullname": "_pytest.mark.structures.MarkDecorator.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mark"], "arg_types": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MarkDecorator", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__init__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.MarkDecorator.__init__", "kind": "Mdef", "plugin_generated": true}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.mark.structures.MarkDecorator.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.structures.MarkDecorator._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.mark.structures.MarkDecorator._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of MarkDecorator", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.structures.MarkDecorator._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__le__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.MarkDecorator.__le__", "kind": "Mdef", "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.mark.structures.MarkDecorator.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.structures.MarkDecorator._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.mark.structures.MarkDecorator._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of MarkDecorator", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.structures.MarkDecorator._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.MarkDecorator.__lt__", "kind": "Mdef", "plugin_generated": true}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.mark.structures.MarkDecorator.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.mark.structures.MarkDecorator"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of MarkDecorator", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.mark.structures.MarkDecorator.args", "name": "args", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.mark.structures.MarkDecorator"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "args of MarkDecorator", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "args", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.mark.structures.MarkDecorator"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "args of MarkDecorator", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}}, "kwargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.mark.structures.MarkDecorator.kwargs", "name": "kwargs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.mark.structures.MarkDecorator"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kwargs of MarkDecorator", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "kwargs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.mark.structures.MarkDecorator"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kwargs of MarkDecorator", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, "type_guard": null, "variables": []}}}}, "mark": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.mark.structures.MarkDecorator.mark", "name": "mark", "type": "_pytest.mark.structures.Mark"}}, "markname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.mark.structures.MarkDecorator.markname", "name": "markname", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.mark.structures.MarkDecorator"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "markname of MarkDecorator", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "markname", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.mark.structures.MarkDecorator"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "markname of MarkDecorator", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.mark.structures.MarkDecorator.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.mark.structures.MarkDecorator"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of MarkDecorator", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.mark.structures.MarkDecorator"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of MarkDecorator", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "with_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "_pytest.mark.structures.MarkDecorator.with_args", "name": "with_args", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["_pytest.mark.structures.MarkDecorator", "builtins.object", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "with_args of MarkDecorator", "ret_type": "_pytest.mark.structures.MarkDecorator", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MarkGenerator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.mark.structures.MarkGenerator", "name": "MarkGenerator", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.mark.structures.MarkGenerator", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.mark.structures", "mro": ["_pytest.mark.structures.MarkGenerator", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.mark.structures.MarkGenerator.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest.mark.structures.MarkGenerator", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of MarkGenerator", "ret_type": "_pytest.mark.structures.MarkDecorator", "type_guard": null, "variables": []}}}, "_config": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.mark.structures.MarkGenerator._config", "name": "_config", "type": {".class": "UnionType", "items": ["_pytest.config.Config", {".class": "NoneType"}]}}}, "_markers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.mark.structures.MarkGenerator._markers", "name": "_markers", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "filterwarnings": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.mark.structures.MarkGenerator.filterwarnings", "name": "filterwarnings", "type": "_pytest.mark.structures._FilterwarningsMarkDecorator"}}, "parametrize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.mark.structures.MarkGenerator.parametrize", "name": "parametrize", "type": "_pytest.mark.structures._ParametrizeMarkDecorator"}}, "skip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.mark.structures.MarkGenerator.skip", "name": "skip", "type": "_pytest.mark.structures._SkipMarkDecorator"}}, "skipif": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.mark.structures.MarkGenerator.skipif", "name": "skipif", "type": "_pytest.mark.structures._SkipifMarkDecorator"}}, "usefixtures": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.mark.structures.MarkGenerator.usefixtures", "name": "usefixtures", "type": "_pytest.mark.structures._UsefixturesMarkDecorator"}}, "xfail": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.mark.structures.MarkGenerator.xfail", "name": "xfail", "type": "_pytest.mark.structures._XfailMarkDecorator"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MutableMapping": {".class": "SymbolTableNode", "cross_ref": "typing.MutableMapping", "kind": "Gdef"}, "NOTSET": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.NOTSET", "kind": "Gdef"}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef"}, "Node": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.Node", "kind": "Gdef"}, "NodeKeywords": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.MutableMapping"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.mark.structures.NodeKeywords", "name": "NodeKeywords", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.mark.structures.NodeKeywords", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_pytest.mark.structures", "mro": ["_pytest.mark.structures.NodeKeywords", "typing.MutableMapping", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "_pytest.mark.structures.NodeKeywords.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest.mark.structures.NodeKeywords", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of NodeKeywords", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "_pytest.mark.structures.NodeKeywords.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest.mark.structures.NodeKeywords", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of NodeKeywords", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "_pytest.mark.structures.NodeKeywords.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["_pytest.mark.structures.NodeKeywords", "_pytest.nodes.Node"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of NodeKeywords", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.mark.structures.NodeKeywords.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.mark.structures.NodeKeywords"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of NodeKeywords", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.mark.structures.NodeKeywords.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.mark.structures.NodeKeywords"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of NodeKeywords", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.mark.structures.NodeKeywords.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.mark.structures.NodeKeywords"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of NodeKeywords", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "flags": [], "fullname": "_pytest.mark.structures.NodeKeywords.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["_pytest.mark.structures.NodeKeywords", "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", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of NodeKeywords", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_markers": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.mark.structures.NodeKeywords._markers", "name": "_markers", "type": {".class": "Instance", "args": ["builtins.str", "builtins.bool"], "type_ref": "builtins.dict"}}}, "_seen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.mark.structures.NodeKeywords._seen", "name": "_seen", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.mark.structures.NodeKeywords"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_seen of NodeKeywords", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "node": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.mark.structures.NodeKeywords.node", "name": "node", "type": "_pytest.nodes.Node"}}, "parent": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.mark.structures.NodeKeywords.parent", "name": "parent", "type": {".class": "UnionType", "items": ["_pytest.nodes.Node", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NotSetType": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.NotSetType", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "ParameterSet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.mark.structures.ParameterSet@78"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.mark.structures.ParameterSet", "name": "ParameterSet", "type_vars": []}, "flags": [], "fullname": "_pytest.mark.structures.ParameterSet", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_pytest.mark.structures", "mro": ["_pytest.mark.structures.ParameterSet", "_pytest.mark.structures.ParameterSet@78", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_for_parametrize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["cls", "argnames", "argvalues", "func", "config", "nodeid"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.mark.structures.ParameterSet._for_parametrize", "name": "_for_parametrize", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["cls", "argnames", "argvalues", "func", "config", "nodeid"], "arg_types": [{".class": "TypeType", "item": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}]}, {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Sequence"}, "builtins.object"]}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "_pytest.config.Config", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_for_parametrize of ParameterSet", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}]}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}], "type_ref": "builtins.list"}], "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": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "_for_parametrize", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["cls", "argnames", "argvalues", "func", "config", "nodeid"], "arg_types": [{".class": "TypeType", "item": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}]}, {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Sequence"}, "builtins.object"]}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "_pytest.config.Config", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_for_parametrize of ParameterSet", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}]}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}], "type_ref": "builtins.list"}], "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": []}}}}, "_parse_parametrize_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["argnames", "argvalues", "args", "kwargs"], "flags": ["is_static", "is_decorated"], "fullname": "_pytest.mark.structures.ParameterSet._parse_parametrize_args", "name": "_parse_parametrize_args", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["argnames", "argvalues", "args", "kwargs"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}]}, {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Sequence"}, "builtins.object"]}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse_parametrize_args of ParameterSet", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}]}, "builtins.bool"], "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": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_parse_parametrize_args", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["argnames", "argvalues", "args", "kwargs"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}]}, {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Sequence"}, "builtins.object"]}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse_parametrize_args of ParameterSet", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}]}, "builtins.bool"], "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": []}}}}, "_parse_parametrize_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["argvalues", "force_tuple"], "flags": ["is_static", "is_decorated"], "fullname": "_pytest.mark.structures.ParameterSet._parse_parametrize_parameters", "name": "_parse_parametrize_parameters", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["argvalues", "force_tuple"], "arg_types": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Sequence"}, "builtins.object"]}], "type_ref": "typing.Iterable"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse_parametrize_parameters of ParameterSet", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_parse_parametrize_parameters", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["argvalues", "force_tuple"], "arg_types": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Sequence"}, "builtins.object"]}], "type_ref": "typing.Iterable"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse_parametrize_parameters of ParameterSet", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "extract_from": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "parameterset", "force_tuple"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.mark.structures.ParameterSet.extract_from", "name": "extract_from", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "parameterset", "force_tuple"], "arg_types": [{".class": "TypeType", "item": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Sequence"}, "builtins.object"]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extract_from of ParameterSet", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "extract_from", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "parameterset", "force_tuple"], "arg_types": [{".class": "TypeType", "item": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Sequence"}, "builtins.object"]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extract_from of ParameterSet", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}, "type_guard": null, "variables": []}}}}, "param": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5], "arg_names": ["cls", "values", "marks", "id"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.mark.structures.ParameterSet.param", "name": "param", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5], "arg_names": ["cls", "values", "marks", "id"], "arg_types": [{".class": "TypeType", "item": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}}, "builtins.object", {".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "param of ParameterSet", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "param", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5], "arg_names": ["cls", "values", "marks", "id"], "arg_types": [{".class": "TypeType", "item": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}}, "builtins.object", {".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "param of ParameterSet", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}, "type_guard": null, "variables": []}}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet@78"}, "type_vars": [], "typeddict_type": null}}, "ParameterSet@78": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.mark.structures.ParameterSet@78", "name": "ParameterSet@78", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "_pytest.mark.structures.ParameterSet@78", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["values", "marks", "id"]}}, "module_name": "_pytest.mark.structures", "mro": ["_pytest.mark.structures.ParameterSet@78", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.mark.structures.ParameterSet@78._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.mark.structures.ParameterSet@78.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.mark.structures.ParameterSet@78.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "values", "marks", "id"], "flags": [], "fullname": "_pytest.mark.structures.ParameterSet@78.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "values", "marks", "id"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.mark.structures.ParameterSet@78._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ParameterSet@78", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.mark.structures.ParameterSet@78._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.structures.ParameterSet@78._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "_pytest.mark.structures.ParameterSet@78._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.structures.ParameterSet@78._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of ParameterSet@78", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.structures.ParameterSet@78._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.mark.structures.ParameterSet@78._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.mark.structures.ParameterSet@78._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.mark.structures.ParameterSet@78._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.mark.structures.ParameterSet@78._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.mark.structures.ParameterSet@78._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of ParameterSet@78", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.mark.structures.ParameterSet@78._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.structures.ParameterSet@78._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "_pytest.mark.structures.ParameterSet@78._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.mark.structures.ParameterSet@78._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of ParameterSet@78", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.mark.structures.ParameterSet@78._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.structures.ParameterSet@78._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "values", "marks", "id"], "flags": [], "fullname": "_pytest.mark.structures.ParameterSet@78._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "values", "marks", "id"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.mark.structures.ParameterSet@78._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of ParameterSet@78", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.mark.structures.ParameterSet@78._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.structures.ParameterSet@78._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.mark.structures.ParameterSet@78._source", "name": "_source", "type": "builtins.str"}}, "id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "_pytest.mark.structures.ParameterSet@78.id", "name": "id", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "marks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "_pytest.mark.structures.ParameterSet@78.marks", "name": "marks", "type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}}}, "values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "_pytest.mark.structures.ParameterSet@78.values", "name": "values", "type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "PytestUnknownMarkWarning": {".class": "SymbolTableNode", "cross_ref": "_pytest.warning_types.PytestUnknownMarkWarning", "kind": "Gdef"}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_FilterwarningsMarkDecorator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.mark.structures.MarkDecorator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.mark.structures._FilterwarningsMarkDecorator", "name": "_FilterwarningsMarkDecorator", "type_vars": []}, "flags": [], "fullname": "_pytest.mark.structures._FilterwarningsMarkDecorator", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.mark.structures", "mro": ["_pytest.mark.structures._FilterwarningsMarkDecorator", "_pytest.mark.structures.MarkDecorator", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "filters"], "flags": [], "fullname": "_pytest.mark.structures._FilterwarningsMarkDecorator.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "filters"], "arg_types": ["_pytest.mark.structures._FilterwarningsMarkDecorator", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FilterwarningsMarkDecorator", "ret_type": "_pytest.mark.structures.MarkDecorator", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Markable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.mark.structures._Markable", "name": "_Markable", "upper_bound": {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "builtins.type"]}, "values": [], "variance": 0}}, "_ParametrizeMarkDecorator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.mark.structures.MarkDecorator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.mark.structures._ParametrizeMarkDecorator", "name": "_ParametrizeMarkDecorator", "type_vars": []}, "flags": [], "fullname": "_pytest.mark.structures._ParametrizeMarkDecorator", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.mark.structures", "mro": ["_pytest.mark.structures._ParametrizeMarkDecorator", "_pytest.mark.structures.MarkDecorator", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["self", "argnames", "argvalues", "indirect", "ids", "scope"], "flags": [], "fullname": "_pytest.mark.structures._ParametrizeMarkDecorator.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["self", "argnames", "argvalues", "indirect", "ids", "scope"], "arg_types": ["_pytest.mark.structures._ParametrizeMarkDecorator", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}]}, {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Sequence"}, "builtins.object"]}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "builtins.float", "builtins.int", "builtins.bool"]}], "type_ref": "typing.Iterable"}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "session"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "package"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "module"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "class"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "function"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _ParametrizeMarkDecorator", "ret_type": "_pytest.mark.structures.MarkDecorator", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Scope": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures._Scope", "kind": "Gdef"}, "_SkipMarkDecorator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.mark.structures.MarkDecorator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.mark.structures._SkipMarkDecorator", "name": "_SkipMarkDecorator", "type_vars": []}, "flags": [], "fullname": "_pytest.mark.structures._SkipMarkDecorator", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.mark.structures", "mro": ["_pytest.mark.structures._SkipMarkDecorator", "_pytest.mark.structures.MarkDecorator", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "_pytest.mark.structures._SkipMarkDecorator.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.mark.structures._SkipMarkDecorator.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["_pytest.mark.structures._SkipMarkDecorator", {".class": "TypeVarType", "fullname": "_pytest.mark.structures._Markable", "id": -1, "name": "_Markable", "upper_bound": {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "builtins.type"]}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SkipMarkDecorator", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.mark.structures._Markable", "id": -1, "name": "_Markable", "upper_bound": {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "builtins.type"]}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.structures._Markable", "id": -1, "name": "_Markable", "upper_bound": {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "builtins.type"]}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "reason"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.mark.structures._SkipMarkDecorator.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "reason"], "arg_types": ["_pytest.mark.structures._SkipMarkDecorator", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SkipMarkDecorator", "ret_type": "_pytest.mark.structures.MarkDecorator", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["_pytest.mark.structures._SkipMarkDecorator", {".class": "TypeVarType", "fullname": "_pytest.mark.structures._Markable", "id": -1, "name": "_Markable", "upper_bound": {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "builtins.type"]}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SkipMarkDecorator", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.mark.structures._Markable", "id": -1, "name": "_Markable", "upper_bound": {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "builtins.type"]}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.structures._Markable", "id": -1, "name": "_Markable", "upper_bound": {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "builtins.type"]}, "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "reason"], "arg_types": ["_pytest.mark.structures._SkipMarkDecorator", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SkipMarkDecorator", "ret_type": "_pytest.mark.structures.MarkDecorator", "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_SkipifMarkDecorator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.mark.structures.MarkDecorator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.mark.structures._SkipifMarkDecorator", "name": "_SkipifMarkDecorator", "type_vars": []}, "flags": [], "fullname": "_pytest.mark.structures._SkipifMarkDecorator", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.mark.structures", "mro": ["_pytest.mark.structures._SkipifMarkDecorator", "_pytest.mark.structures.MarkDecorator", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 2, 5], "arg_names": ["self", "condition", "conditions", "reason"], "flags": [], "fullname": "_pytest.mark.structures._SkipifMarkDecorator.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 2, 5], "arg_names": ["self", "condition", "conditions", "reason"], "arg_types": ["_pytest.mark.structures._SkipifMarkDecorator", {".class": "UnionType", "items": ["builtins.str", "builtins.bool"]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bool"]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SkipifMarkDecorator", "ret_type": "_pytest.mark.structures.MarkDecorator", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_UsefixturesMarkDecorator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.mark.structures.MarkDecorator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.mark.structures._UsefixturesMarkDecorator", "name": "_UsefixturesMarkDecorator", "type_vars": []}, "flags": [], "fullname": "_pytest.mark.structures._UsefixturesMarkDecorator", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.mark.structures", "mro": ["_pytest.mark.structures._UsefixturesMarkDecorator", "_pytest.mark.structures.MarkDecorator", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "fixtures"], "flags": [], "fullname": "_pytest.mark.structures._UsefixturesMarkDecorator.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "fixtures"], "arg_types": ["_pytest.mark.structures._UsefixturesMarkDecorator", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UsefixturesMarkDecorator", "ret_type": "_pytest.mark.structures.MarkDecorator", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_XfailMarkDecorator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.mark.structures.MarkDecorator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.mark.structures._XfailMarkDecorator", "name": "_XfailMarkDecorator", "type_vars": []}, "flags": [], "fullname": "_pytest.mark.structures._XfailMarkDecorator", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.mark.structures", "mro": ["_pytest.mark.structures._XfailMarkDecorator", "_pytest.mark.structures.MarkDecorator", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "_pytest.mark.structures._XfailMarkDecorator.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.mark.structures._XfailMarkDecorator.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["_pytest.mark.structures._XfailMarkDecorator", {".class": "TypeVarType", "fullname": "_pytest.mark.structures._Markable", "id": -1, "name": "_Markable", "upper_bound": {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "builtins.type"]}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _XfailMarkDecorator", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.mark.structures._Markable", "id": -1, "name": "_Markable", "upper_bound": {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "builtins.type"]}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.structures._Markable", "id": -1, "name": "_Markable", "upper_bound": {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "builtins.type"]}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 2, 5, 5, 5, 5], "arg_names": ["self", "condition", "conditions", "reason", "run", "raises", "strict"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.mark.structures._XfailMarkDecorator.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 2, 5, 5, 5, 5], "arg_names": ["self", "condition", "conditions", "reason", "run", "raises", "strict"], "arg_types": ["_pytest.mark.structures._XfailMarkDecorator", {".class": "UnionType", "items": ["builtins.str", "builtins.bool"]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bool"]}, "builtins.str", "builtins.bool", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.BaseException"}], "type_ref": "builtins.tuple"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _XfailMarkDecorator", "ret_type": "_pytest.mark.structures.MarkDecorator", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["_pytest.mark.structures._XfailMarkDecorator", {".class": "TypeVarType", "fullname": "_pytest.mark.structures._Markable", "id": -1, "name": "_Markable", "upper_bound": {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "builtins.type"]}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _XfailMarkDecorator", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.mark.structures._Markable", "id": -1, "name": "_Markable", "upper_bound": {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "builtins.type"]}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.mark.structures._Markable", "id": -1, "name": "_Markable", "upper_bound": {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "builtins.type"]}, "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1, 2, 5, 5, 5, 5], "arg_names": ["self", "condition", "conditions", "reason", "run", "raises", "strict"], "arg_types": ["_pytest.mark.structures._XfailMarkDecorator", {".class": "UnionType", "items": ["builtins.str", "builtins.bool"]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bool"]}, "builtins.str", "builtins.bool", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.BaseException"}], "type_ref": "builtins.tuple"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _XfailMarkDecorator", "ret_type": "_pytest.mark.structures.MarkDecorator", "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.mark.structures.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.mark.structures.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.mark.structures.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.mark.structures.__package__", "name": "__package__", "type": "builtins.str"}}, "ascii_escaped": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.ascii_escaped", "kind": "Gdef"}, "attr": {".class": "SymbolTableNode", "cross_ref": "attr", "kind": "Gdef"}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "fail": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.fail", "kind": "Gdef"}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "get_empty_parameterset_mark": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["config", "argnames", "func"], "flags": [], "fullname": "_pytest.mark.structures.get_empty_parameterset_mark", "name": "get_empty_parameterset_mark", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["config", "argnames", "func"], "arg_types": ["_pytest.config.Config", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_empty_parameterset_mark", "ret_type": "_pytest.mark.structures.MarkDecorator", "type_guard": null, "variables": []}}}, "get_unpacked_marks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "_pytest.mark.structures.get_unpacked_marks", "name": "get_unpacked_marks", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_unpacked_marks", "ret_type": {".class": "Instance", "args": ["_pytest.mark.structures.Mark"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "getfslineno": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.getfslineno", "kind": "Gdef"}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef"}, "istestfunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "_pytest.mark.structures.istestfunc", "name": "istestfunc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["func"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "istestfunc", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "normalize_mark_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mark_list"], "flags": [], "fullname": "_pytest.mark.structures.normalize_mark_list", "name": "normalize_mark_list", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mark_list"], "arg_types": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.Mark", "_pytest.mark.structures.MarkDecorator"]}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normalize_mark_list", "ret_type": {".class": "Instance", "args": ["_pytest.mark.structures.Mark"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef"}, "store_mark": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["obj", "mark"], "flags": [], "fullname": "_pytest.mark.structures.store_mark", "name": "store_mark", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["obj", "mark"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "_pytest.mark.structures.Mark"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "store_mark", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/mark/structures.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/mark/structures.meta.json b/.mypy_cache/3.9/_pytest/mark/structures.meta.json deleted file mode 100644 index b120fa680..000000000 --- a/.mypy_cache/3.9/_pytest/mark/structures.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 1, 2, 3, 4, 23, 25, 26, 30, 31, 32, 35, 385, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 10, 10, 5, 10, 5, 5, 5, 5, 5, 20, 25, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["collections.abc", "collections", "inspect", "warnings", "typing", "attr", "_pytest._code", "_pytest.compat", "_pytest.config", "_pytest.outcomes", "_pytest.warning_types", "_pytest.nodes", "_pytest.fixtures", "builtins", "_pytest._code.code", "_typeshed", "_warnings", "abc", "argparse", "attr.setters", "attr.validators", "enum", "os", "py", "py.path", "typing_extensions"], "hash": "ee32ad5b2a07a43c4938db1d87e509f10179fc8e22609aa2893866077f842f94", "id": "_pytest.mark.structures", "ignore_all": true, "interface_hash": "00467b0d062da71fb50d218fda1283deb076108504f2c4b649be28b302b75adc", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/mark/structures.py", "plugin_data": null, "size": 18763, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/monkeypatch.data.json b/.mypy_cache/3.9/_pytest/monkeypatch.data.json deleted file mode 100644 index fe997dd08..000000000 --- a/.mypy_cache/3.9/_pytest/monkeypatch.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.monkeypatch", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef"}, "K": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.monkeypatch.K", "name": "K", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "MonkeyPatch": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.monkeypatch.MonkeyPatch", "name": "MonkeyPatch", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.monkeypatch.MonkeyPatch", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.monkeypatch", "mro": ["_pytest.monkeypatch.MonkeyPatch", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.monkeypatch.MonkeyPatch.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.monkeypatch.MonkeyPatch"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MonkeyPatch", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_cwd": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.monkeypatch.MonkeyPatch._cwd", "name": "_cwd", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "_savesyspath": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.monkeypatch.MonkeyPatch._savesyspath", "name": "_savesyspath", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}}}, "_setattr": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.monkeypatch.MonkeyPatch._setattr", "name": "_setattr", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.object", "builtins.str", "builtins.object"], "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"}}}, "_setitem": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.monkeypatch.MonkeyPatch._setitem", "name": "_setitem", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".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": "typing.MutableMapping"}, "builtins.object", "builtins.object"], "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"}}}, "chdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "_pytest.monkeypatch.MonkeyPatch.chdir", "name": "chdir", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["_pytest.monkeypatch.MonkeyPatch", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "chdir of MonkeyPatch", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "context": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_class", "is_generator", "is_decorated"], "fullname": "_pytest.monkeypatch.MonkeyPatch.context", "name": "context", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "_pytest.monkeypatch.MonkeyPatch"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "context of MonkeyPatch", "ret_type": {".class": "Instance", "args": ["_pytest.monkeypatch.MonkeyPatch", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "context", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "_pytest.monkeypatch.MonkeyPatch"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "context of MonkeyPatch", "ret_type": {".class": "Instance", "args": ["_pytest.monkeypatch.MonkeyPatch"], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "delattr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "target", "name", "raising"], "flags": [], "fullname": "_pytest.monkeypatch.MonkeyPatch.delattr", "name": "delattr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "target", "name", "raising"], "arg_types": ["_pytest.monkeypatch.MonkeyPatch", {".class": "UnionType", "items": ["builtins.object", "builtins.str"]}, {".class": "UnionType", "items": ["builtins.str", "_pytest.monkeypatch.Notset"]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "delattr of MonkeyPatch", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "delenv": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "raising"], "flags": [], "fullname": "_pytest.monkeypatch.MonkeyPatch.delenv", "name": "delenv", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "raising"], "arg_types": ["_pytest.monkeypatch.MonkeyPatch", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "delenv of MonkeyPatch", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "delitem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "dic", "name", "raising"], "flags": [], "fullname": "_pytest.monkeypatch.MonkeyPatch.delitem", "name": "delitem", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "dic", "name", "raising"], "arg_types": ["_pytest.monkeypatch.MonkeyPatch", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.monkeypatch.K", "id": -1, "name": "K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.monkeypatch.V", "id": -2, "name": "V", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "TypeVarType", "fullname": "_pytest.monkeypatch.K", "id": -1, "name": "K", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "delitem of MonkeyPatch", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.monkeypatch.K", "id": -1, "name": "K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "_pytest.monkeypatch.V", "id": -2, "name": "V", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "setattr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "_pytest.monkeypatch.MonkeyPatch.setattr", "impl": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "target", "name", "value", "raising"], "flags": ["is_overload"], "fullname": "_pytest.monkeypatch.MonkeyPatch.setattr", "name": "setattr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "target", "name", "value", "raising"], "arg_types": ["_pytest.monkeypatch.MonkeyPatch", {".class": "UnionType", "items": ["builtins.str", "builtins.object"]}, {".class": "UnionType", "items": ["builtins.object", "builtins.str"]}, "builtins.object", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setattr of MonkeyPatch", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "target", "name", "value", "raising"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.monkeypatch.MonkeyPatch.setattr", "name": "setattr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "target", "name", "value", "raising"], "arg_types": ["_pytest.monkeypatch.MonkeyPatch", "builtins.str", "builtins.object", "_pytest.monkeypatch.Notset", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setattr of MonkeyPatch", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "setattr", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "target", "name", "value", "raising"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.monkeypatch.MonkeyPatch.setattr", "name": "setattr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "target", "name", "value", "raising"], "arg_types": ["_pytest.monkeypatch.MonkeyPatch", "builtins.object", "builtins.str", "builtins.object", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setattr of MonkeyPatch", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "setattr", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "target", "name", "value", "raising"], "arg_types": ["_pytest.monkeypatch.MonkeyPatch", "builtins.str", "builtins.object", "_pytest.monkeypatch.Notset", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setattr of MonkeyPatch", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "target", "name", "value", "raising"], "arg_types": ["_pytest.monkeypatch.MonkeyPatch", "builtins.object", "builtins.str", "builtins.object", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setattr of MonkeyPatch", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "setenv": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "value", "prepend"], "flags": [], "fullname": "_pytest.monkeypatch.MonkeyPatch.setenv", "name": "setenv", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "value", "prepend"], "arg_types": ["_pytest.monkeypatch.MonkeyPatch", "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setenv of MonkeyPatch", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setitem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dic", "name", "value"], "flags": [], "fullname": "_pytest.monkeypatch.MonkeyPatch.setitem", "name": "setitem", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dic", "name", "value"], "arg_types": ["_pytest.monkeypatch.MonkeyPatch", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.monkeypatch.K", "id": -1, "name": "K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.monkeypatch.V", "id": -2, "name": "V", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "TypeVarType", "fullname": "_pytest.monkeypatch.K", "id": -1, "name": "K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.monkeypatch.V", "id": -2, "name": "V", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setitem of MonkeyPatch", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.monkeypatch.K", "id": -1, "name": "K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "_pytest.monkeypatch.V", "id": -2, "name": "V", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "syspath_prepend": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "_pytest.monkeypatch.MonkeyPatch.syspath_prepend", "name": "syspath_prepend", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["_pytest.monkeypatch.MonkeyPatch", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "syspath_prepend of MonkeyPatch", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "undo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.monkeypatch.MonkeyPatch.undo", "name": "undo", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.monkeypatch.MonkeyPatch"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "undo of MonkeyPatch", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MutableMapping": {".class": "SymbolTableNode", "cross_ref": "typing.MutableMapping", "kind": "Gdef"}, "Notset": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.monkeypatch.Notset", "name": "Notset", "type_vars": []}, "flags": [], "fullname": "_pytest.monkeypatch.Notset", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.monkeypatch", "mro": ["_pytest.monkeypatch.Notset", "builtins.object"], "names": {".class": "SymbolTable", "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.monkeypatch.Notset.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.monkeypatch.Notset"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of Notset", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef"}, "PytestWarning": {".class": "SymbolTableNode", "cross_ref": "_pytest.warning_types.PytestWarning", "kind": "Gdef"}, "RE_IMPORT_ERROR_NAME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.monkeypatch.RE_IMPORT_ERROR_NAME", "name": "RE_IMPORT_ERROR_NAME", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "V": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.monkeypatch.V", "name": "V", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.monkeypatch.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.monkeypatch.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.monkeypatch.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.monkeypatch.__package__", "name": "__package__", "type": "builtins.str"}}, "annotated_getattr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["obj", "name", "ann"], "flags": [], "fullname": "_pytest.monkeypatch.annotated_getattr", "name": "annotated_getattr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["obj", "name", "ann"], "arg_types": ["builtins.object", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "annotated_getattr", "ret_type": "builtins.object", "type_guard": null, "variables": []}}}, "contextmanager": {".class": "SymbolTableNode", "cross_ref": "contextlib.contextmanager", "kind": "Gdef"}, "derive_importpath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["import_path", "raising"], "flags": [], "fullname": "_pytest.monkeypatch.derive_importpath", "name": "derive_importpath", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["import_path", "raising"], "arg_types": ["builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "derive_importpath", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.object"], "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": []}}}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "fixture": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.fixture", "kind": "Gdef"}, "monkeypatch": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.monkeypatch.monkeypatch", "name": "monkeypatch", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "monkeypatch", "ret_type": {".class": "Instance", "args": ["_pytest.monkeypatch.MonkeyPatch", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "monkeypatch", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "monkeypatch", "ret_type": {".class": "Instance", "args": ["_pytest.monkeypatch.MonkeyPatch", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}}, "notset": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.monkeypatch.notset", "name": "notset", "type": "_pytest.monkeypatch.Notset"}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef"}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "resolve": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "_pytest.monkeypatch.resolve", "name": "resolve", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resolve", "ret_type": "builtins.object", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/monkeypatch.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/monkeypatch.meta.json b/.mypy_cache/3.9/_pytest/monkeypatch.meta.json deleted file mode 100644 index f423a2fd3..000000000 --- a/.mypy_cache/3.9/_pytest/monkeypatch.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [2, 3, 4, 5, 6, 7, 8, 18, 19, 20, 190, 324, 1, 1, 1, 1, 1, 308], "dep_prios": [10, 10, 10, 10, 5, 5, 5, 5, 5, 5, 20, 20, 5, 30, 30, 30, 30, 20], "dependencies": ["os", "re", "sys", "warnings", "contextlib", "pathlib", "typing", "_pytest.compat", "_pytest.fixtures", "_pytest.warning_types", "inspect", "importlib", "builtins", "_pytest.config", "abc", "enum", "typing_extensions"], "hash": "55cc6b7efbc3480236f0630cc10ad9182fcc4b9f3c0fa33c41b70e35ce989fc5", "id": "_pytest.monkeypatch", "ignore_all": true, "interface_hash": "be7845c82b17ee38cc3cb2f3869cac3a593b9fe2271a5ca041eb687986d425dd", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/monkeypatch.py", "plugin_data": null, "size": 12979, "suppressed": ["pkg_resources"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/nodes.data.json b/.mypy_cache/3.9/_pytest/nodes.data.json deleted file mode 100644 index 5517bb9d3..000000000 --- a/.mypy_cache/3.9/_pytest/nodes.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.nodes", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Collector": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.nodes.Node"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.nodes.Collector", "name": "Collector", "type_vars": []}, "flags": [], "fullname": "_pytest.nodes.Collector", "metaclass_type": "_pytest.nodes.NodeMeta", "metadata": {}, "module_name": "_pytest.nodes", "mro": ["_pytest.nodes.Collector", "_pytest.nodes.Node", "builtins.object"], "names": {".class": "SymbolTable", "CollectError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.nodes.Collector.CollectError", "name": "CollectError", "type_vars": []}, "flags": [], "fullname": "_pytest.nodes.Collector.CollectError", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.nodes", "mro": ["_pytest.nodes.Collector.CollectError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_prunetraceback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "excinfo"], "flags": [], "fullname": "_pytest.nodes.Collector._prunetraceback", "name": "_prunetraceback", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "excinfo"], "arg_types": ["_pytest.nodes.Collector", {".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_prunetraceback of Collector", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "collect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.nodes.Collector.collect", "name": "collect", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.nodes.Collector"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "collect of Collector", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector"]}], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}}, "repr_failure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "excinfo"], "flags": [], "fullname": "_pytest.nodes.Collector.repr_failure", "name": "repr_failure", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "excinfo"], "arg_types": ["_pytest.nodes.Collector", {".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_failure of Collector", "ret_type": {".class": "UnionType", "items": ["builtins.str", "_pytest._code.code.TerminalRepr"]}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef"}, "ConftestImportFailure": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.ConftestImportFailure", "kind": "Gdef"}, "ExceptionInfo": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo", "kind": "Gdef"}, "FSCOLLECTOR_GETHOOKPROXY_ISINITPATH": {".class": "SymbolTableNode", "cross_ref": "_pytest.deprecated.FSCOLLECTOR_GETHOOKPROXY_ISINITPATH", "kind": "Gdef"}, "FSCollector": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.nodes.Collector"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.nodes.FSCollector", "name": "FSCollector", "type_vars": []}, "flags": [], "fullname": "_pytest.nodes.FSCollector", "metaclass_type": "_pytest.nodes.NodeMeta", "metadata": {}, "module_name": "_pytest.nodes", "mro": ["_pytest.nodes.FSCollector", "_pytest.nodes.Collector", "_pytest.nodes.Node", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "fspath", "parent", "config", "session", "nodeid"], "flags": [], "fullname": "_pytest.nodes.FSCollector.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "fspath", "parent", "config", "session", "nodeid"], "arg_types": ["_pytest.nodes.FSCollector", "py.path.local", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": ["_pytest.config.Config", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["_pytest.main.Session", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FSCollector", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "from_parent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 4], "arg_names": ["cls", "parent", "fspath", "kw"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.nodes.FSCollector.from_parent", "name": "from_parent", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_parent", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 4], "arg_names": ["cls", "parent", "fspath", "kw"], "arg_types": [{".class": "TypeType", "item": "_pytest.nodes.FSCollector"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_parent of FSCollector", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "gethookproxy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fspath"], "flags": [], "fullname": "_pytest.nodes.FSCollector.gethookproxy", "name": "gethookproxy", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fspath"], "arg_types": ["_pytest.nodes.FSCollector", "py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gethookproxy of FSCollector", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "isinitpath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "_pytest.nodes.FSCollector.isinitpath", "name": "isinitpath", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["_pytest.nodes.FSCollector", "py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isinitpath of FSCollector", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "File": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.nodes.FSCollector"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.nodes.File", "name": "File", "type_vars": []}, "flags": [], "fullname": "_pytest.nodes.File", "metaclass_type": "_pytest.nodes.NodeMeta", "metadata": {}, "module_name": "_pytest.nodes", "mro": ["_pytest.nodes.File", "_pytest.nodes.FSCollector", "_pytest.nodes.Collector", "_pytest.nodes.Node", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Item": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.nodes.Node"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.nodes.Item", "name": "Item", "type_vars": []}, "flags": [], "fullname": "_pytest.nodes.Item", "metaclass_type": "_pytest.nodes.NodeMeta", "metadata": {}, "module_name": "_pytest.nodes", "mro": ["_pytest.nodes.Item", "_pytest.nodes.Node", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "name", "parent", "config", "session", "nodeid"], "flags": [], "fullname": "_pytest.nodes.Item.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "name", "parent", "config", "session", "nodeid"], "arg_types": ["_pytest.nodes.Item", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": ["_pytest.config.Config", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["_pytest.main.Session", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Item", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_report_sections": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.nodes.Item._report_sections", "name": "_report_sections", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "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.list"}}}, "add_report_section": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "when", "key", "content"], "flags": [], "fullname": "_pytest.nodes.Item.add_report_section", "name": "add_report_section", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "when", "key", "content"], "arg_types": ["_pytest.nodes.Item", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_report_section of Item", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "location": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.nodes.Item.location", "name": "location", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "location of Item", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "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_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "location", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "location of Item", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "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_guard": null, "variables": []}}}}, "nextitem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.nodes.Item.nextitem", "name": "nextitem", "type": {".class": "NoneType"}}}, "reportinfo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.nodes.Item.reportinfo", "name": "reportinfo", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reportinfo of Item", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["py.path.local", "builtins.str"]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "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_guard": null, "variables": []}}}, "runtest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.nodes.Item.runtest", "name": "runtest", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runtest of Item", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "user_properties": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.nodes.Item.user_properties", "name": "user_properties", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.object"], "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"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Mark": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.Mark", "kind": "Gdef"}, "MarkDecorator": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.MarkDecorator", "kind": "Gdef"}, "Node": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": "_pytest.nodes.NodeMeta", "defn": {".class": "ClassDef", "fullname": "_pytest.nodes.Node", "name": "Node", "type_vars": []}, "flags": [], "fullname": "_pytest.nodes.Node", "metaclass_type": "_pytest.nodes.NodeMeta", "metadata": {}, "module_name": "_pytest.nodes", "mro": ["_pytest.nodes.Node", "builtins.object"], "names": {".class": "SymbolTable", "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.nodes.Node.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.nodes.Node"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of Node", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "parent", "config", "session", "fspath", "nodeid"], "flags": [], "fullname": "_pytest.nodes.Node.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "parent", "config", "session", "fspath", "nodeid"], "arg_types": ["_pytest.nodes.Node", "builtins.str", {".class": "UnionType", "items": ["_pytest.nodes.Node", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["_pytest.config.Config", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["_pytest.main.Session", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Node", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.nodes.Node.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.nodes.Node"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of Node", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.nodes.Node.__slots__", "name": "__slots__", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "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"}}}}, "_nodeid": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.nodes.Node._nodeid", "name": "_nodeid", "type": "builtins.str"}}, "_prunetraceback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "excinfo"], "flags": [], "fullname": "_pytest.nodes.Node._prunetraceback", "name": "_prunetraceback", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "excinfo"], "arg_types": ["_pytest.nodes.Node", {".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_prunetraceback of Node", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_repr_failure_py": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "excinfo", "style"], "flags": [], "fullname": "_pytest.nodes.Node._repr_failure_py", "name": "_repr_failure_py", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "excinfo", "style"], "arg_types": ["_pytest.nodes.Node", {".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "long"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "short"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "line"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "no"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "native"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "value"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "auto"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_repr_failure_py of Node", "ret_type": "_pytest._code.code.TerminalRepr", "type_guard": null, "variables": []}}}, "_store": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.nodes.Node._store", "name": "_store", "type": "_pytest.store.Store"}}, "add_marker": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "marker", "append"], "flags": [], "fullname": "_pytest.nodes.Node.add_marker", "name": "add_marker", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "marker", "append"], "arg_types": ["_pytest.nodes.Node", {".class": "UnionType", "items": ["builtins.str", "_pytest.mark.structures.MarkDecorator"]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_marker of Node", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "addfinalizer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fin"], "flags": [], "fullname": "_pytest.nodes.Node.addfinalizer", "name": "addfinalizer", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fin"], "arg_types": ["_pytest.nodes.Node", {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addfinalizer of Node", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "config": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.nodes.Node.config", "name": "config", "type": "_pytest.config.Config"}}, "extra_keyword_matches": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.nodes.Node.extra_keyword_matches", "name": "extra_keyword_matches", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "from_parent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["cls", "parent", "kw"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.nodes.Node.from_parent", "name": "from_parent", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["cls", "parent", "kw"], "arg_types": [{".class": "TypeType", "item": "_pytest.nodes.Node"}, "_pytest.nodes.Node", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_parent of Node", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_parent", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["cls", "parent", "kw"], "arg_types": [{".class": "TypeType", "item": "_pytest.nodes.Node"}, "_pytest.nodes.Node", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_parent of Node", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "fspath": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.nodes.Node.fspath", "name": "fspath", "type": {".class": "UnionType", "items": ["py.path.local", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}]}}}, "get_closest_marker": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "_pytest.nodes.Node.get_closest_marker", "impl": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "default"], "flags": ["is_overload"], "fullname": "_pytest.nodes.Node.get_closest_marker", "name": "get_closest_marker", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "default"], "arg_types": ["_pytest.nodes.Node", "builtins.str", {".class": "UnionType", "items": ["_pytest.mark.structures.Mark", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_closest_marker of Node", "ret_type": {".class": "UnionType", "items": ["_pytest.mark.structures.Mark", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.nodes.Node.get_closest_marker", "name": "get_closest_marker", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.nodes.Node", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_closest_marker of Node", "ret_type": {".class": "UnionType", "items": ["_pytest.mark.structures.Mark", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_closest_marker", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "default"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.nodes.Node.get_closest_marker", "name": "get_closest_marker", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "default"], "arg_types": ["_pytest.nodes.Node", "builtins.str", "_pytest.mark.structures.Mark"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_closest_marker of Node", "ret_type": "_pytest.mark.structures.Mark", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_closest_marker", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.nodes.Node", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_closest_marker of Node", "ret_type": {".class": "UnionType", "items": ["_pytest.mark.structures.Mark", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "default"], "arg_types": ["_pytest.nodes.Node", "builtins.str", "_pytest.mark.structures.Mark"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_closest_marker of Node", "ret_type": "_pytest.mark.structures.Mark", "type_guard": null, "variables": []}]}}}, "getparent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "cls"], "flags": [], "fullname": "_pytest.nodes.Node.getparent", "name": "getparent", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "cls"], "arg_types": ["_pytest.nodes.Node", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.nodes._NodeType", "id": -1, "name": "_NodeType", "upper_bound": "_pytest.nodes.Node", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getparent of Node", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "_pytest.nodes._NodeType", "id": -1, "name": "_NodeType", "upper_bound": "_pytest.nodes.Node", "values": [], "variance": 0}, {".class": "NoneType"}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.nodes._NodeType", "id": -1, "name": "_NodeType", "upper_bound": "_pytest.nodes.Node", "values": [], "variance": 0}]}}}, "ihook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.nodes.Node.ihook", "name": "ihook", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "ihook", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.nodes.Node"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "ihook of Node", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "iter_markers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.nodes.Node.iter_markers", "name": "iter_markers", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "name"], "arg_types": ["_pytest.nodes.Node", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iter_markers of Node", "ret_type": {".class": "Instance", "args": ["_pytest.mark.structures.Mark"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "iter_markers_with_node": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "name"], "flags": ["is_generator"], "fullname": "_pytest.nodes.Node.iter_markers_with_node", "name": "iter_markers_with_node", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "name"], "arg_types": ["_pytest.nodes.Node", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iter_markers_with_node of Node", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["_pytest.nodes.Node", "_pytest.mark.structures.Mark"], "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.Iterator"}, "type_guard": null, "variables": []}}}, "keywords": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.nodes.Node.keywords", "name": "keywords", "type": "_pytest.mark.structures.NodeKeywords"}}, "listchain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.nodes.Node.listchain", "name": "listchain", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.nodes.Node"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "listchain of Node", "ret_type": {".class": "Instance", "args": ["_pytest.nodes.Node"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "listextrakeywords": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.nodes.Node.listextrakeywords", "name": "listextrakeywords", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.nodes.Node"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "listextrakeywords of Node", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "listnames": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.nodes.Node.listnames", "name": "listnames", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.nodes.Node"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "listnames of Node", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.nodes.Node.name", "name": "name", "type": "builtins.str"}}, "nodeid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.nodes.Node.nodeid", "name": "nodeid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.nodes.Node"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nodeid of Node", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "nodeid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.nodes.Node"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nodeid of Node", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "own_markers": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.nodes.Node.own_markers", "name": "own_markers", "type": {".class": "Instance", "args": ["_pytest.mark.structures.Mark"], "type_ref": "builtins.list"}}}, "parent": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.nodes.Node.parent", "name": "parent", "type": {".class": "UnionType", "items": ["_pytest.nodes.Node", {".class": "NoneType"}]}}}, "repr_failure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "excinfo", "style"], "flags": [], "fullname": "_pytest.nodes.Node.repr_failure", "name": "repr_failure", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "excinfo", "style"], "arg_types": ["_pytest.nodes.Node", {".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "long"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "short"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "line"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "no"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "native"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "value"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "auto"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_failure of Node", "ret_type": {".class": "UnionType", "items": ["builtins.str", "_pytest._code.code.TerminalRepr"]}, "type_guard": null, "variables": []}}}, "session": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.nodes.Node.session", "name": "session", "type": "_pytest.main.Session"}}, "setup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.nodes.Node.setup", "name": "setup", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.nodes.Node"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setup of Node", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "teardown": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.nodes.Node.teardown", "name": "teardown", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.nodes.Node"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "teardown of Node", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "warn": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "warning"], "flags": [], "fullname": "_pytest.nodes.Node.warn", "name": "warn", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "warning"], "arg_types": ["_pytest.nodes.Node", "builtins.Warning"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "warn of Node", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NodeKeywords": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.NodeKeywords", "kind": "Gdef"}, "NodeMeta": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.type"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.nodes.NodeMeta", "name": "NodeMeta", "type_vars": []}, "flags": [], "fullname": "_pytest.nodes.NodeMeta", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.nodes", "mro": ["_pytest.nodes.NodeMeta", "builtins.type", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "k", "kw"], "flags": [], "fullname": "_pytest.nodes.NodeMeta.__call__", "name": "__call__", "type": null}}, "_create": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "k", "kw"], "flags": [], "fullname": "_pytest.nodes.NodeMeta._create", "name": "_create", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef"}, "SEP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.nodes.SEP", "name": "SEP", "type": "builtins.str"}}, "Session": {".class": "SymbolTableNode", "cross_ref": "_pytest.main.Session", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "Store": {".class": "SymbolTableNode", "cross_ref": "_pytest.store.Store", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "TerminalRepr": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.TerminalRepr", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_NodeType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.nodes._NodeType", "name": "_NodeType", "upper_bound": "_pytest.nodes.Node", "values": [], "variance": 0}}, "_TracebackStyle": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code._TracebackStyle", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.nodes.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.nodes.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.nodes.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.nodes.__package__", "name": "__package__", "type": "builtins.str"}}, "_check_initialpaths_for_relpath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["session", "fspath"], "flags": [], "fullname": "_pytest.nodes._check_initialpaths_for_relpath", "name": "_check_initialpaths_for_relpath", "type": null}}, "_pytest": {".class": "SymbolTableNode", "cross_ref": "_pytest", "kind": "Gdef"}, "absolutepath": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.absolutepath", "kind": "Gdef"}, "cached_property": {".class": "SymbolTableNode", "cross_ref": "functools.cached_property", "kind": "Gdef"}, "fail": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.fail", "kind": "Gdef"}, "get_fslocation_from_item": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["node"], "flags": [], "fullname": "_pytest.nodes.get_fslocation_from_item", "name": "get_fslocation_from_item", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["node"], "arg_types": ["_pytest.nodes.Node"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_fslocation_from_item", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", "py.path.local"]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "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": []}}}, "getfslineno": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.getfslineno", "kind": "Gdef"}, "iterparentnodeids": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["nodeid"], "flags": ["is_generator"], "fullname": "_pytest.nodes.iterparentnodeids", "name": "iterparentnodeids", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["nodeid"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iterparentnodeids", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef"}, "py": {".class": "SymbolTableNode", "cross_ref": "py", "kind": "Gdef"}, "tracebackcutdir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.nodes.tracebackcutdir", "name": "tracebackcutdir", "type": "py.path.local"}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/nodes.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/nodes.meta.json b/.mypy_cache/3.9/_pytest/nodes.meta.json deleted file mode 100644 index b3b831725..000000000 --- a/.mypy_cache/3.9/_pytest/nodes.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 2, 3, 4, 17, 19, 19, 21, 23, 24, 26, 27, 30, 31, 32, 36, 269, 357, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 10, 5, 20, 5, 5, 5, 5, 5, 5, 5, 5, 25, 20, 20, 5, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["os", "warnings", "pathlib", "typing", "py", "_pytest._code", "_pytest", "_pytest._code.code", "_pytest.compat", "_pytest.config", "_pytest.deprecated", "_pytest.mark.structures", "_pytest.outcomes", "_pytest.pathlib", "_pytest.store", "_pytest.main", "_pytest.mark", "_pytest.fixtures", "builtins", "_pytest.runner", "_pytest.warning_types", "_warnings", "_weakref", "abc", "py.path", "types", "typing_extensions"], "hash": "419addfc6edf6aef4a911dd4aac9d1fa33ab0ef7950916c3d985df7445297295", "id": "_pytest.nodes", "ignore_all": true, "interface_hash": "ac4880f9609f21f6030e3d3612558da57045645927803abde579d6425371e346", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/nodes.py", "plugin_data": null, "size": 19880, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/outcomes.data.json b/.mypy_cache/3.9/_pytest/outcomes.data.json deleted file mode 100644 index 065c2399b..000000000 --- a/.mypy_cache/3.9/_pytest/outcomes.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.outcomes", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Exit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.outcomes.Exit", "name": "Exit", "type_vars": []}, "flags": [], "fullname": "_pytest.outcomes.Exit", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.outcomes", "mro": ["_pytest.outcomes.Exit", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "msg", "returncode"], "flags": [], "fullname": "_pytest.outcomes.Exit.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "msg", "returncode"], "arg_types": ["_pytest.outcomes.Exit", "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Exit", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "msg": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.outcomes.Exit.msg", "name": "msg", "type": "builtins.str"}}, "returncode": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.outcomes.Exit.returncode", "name": "returncode", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Failed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.outcomes.OutcomeException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.outcomes.Failed", "name": "Failed", "type_vars": []}, "flags": [], "fullname": "_pytest.outcomes.Failed", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.outcomes", "mro": ["_pytest.outcomes.Failed", "_pytest.outcomes.OutcomeException", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__module__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.outcomes.Failed.__module__", "name": "__module__", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "OutcomeException": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.BaseException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.outcomes.OutcomeException", "name": "OutcomeException", "type_vars": []}, "flags": [], "fullname": "_pytest.outcomes.OutcomeException", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.outcomes", "mro": ["_pytest.outcomes.OutcomeException", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "msg", "pytrace"], "flags": [], "fullname": "_pytest.outcomes.OutcomeException.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "msg", "pytrace"], "arg_types": ["_pytest.outcomes.OutcomeException", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of OutcomeException", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.outcomes.OutcomeException.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.outcomes.OutcomeException"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of OutcomeException", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.outcomes.OutcomeException.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.outcomes.OutcomeException"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "msg": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.outcomes.OutcomeException.msg", "name": "msg", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "pytrace": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.outcomes.OutcomeException.pytrace", "name": "pytrace", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Protocol", "kind": "Gdef"}, "Skipped": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.outcomes.OutcomeException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.outcomes.Skipped", "name": "Skipped", "type_vars": []}, "flags": [], "fullname": "_pytest.outcomes.Skipped", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.outcomes", "mro": ["_pytest.outcomes.Skipped", "_pytest.outcomes.OutcomeException", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "msg", "pytrace", "allow_module_level"], "flags": [], "fullname": "_pytest.outcomes.Skipped.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "msg", "pytrace", "allow_module_level"], "arg_types": ["_pytest.outcomes.Skipped", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Skipped", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__module__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.outcomes.Skipped.__module__", "name": "__module__", "type": "builtins.str"}}, "allow_module_level": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.outcomes.Skipped.allow_module_level", "name": "allow_module_level", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TEST_OUTCOME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.outcomes.TEST_OUTCOME", "name": "TEST_OUTCOME", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["msg", "pytrace"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": ["_pytest.outcomes.OutcomeException"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": "OutcomeException", "ret_type": "_pytest.outcomes.OutcomeException", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2], "arg_names": ["args"], "arg_types": ["builtins.object"], "bound_args": ["builtins.Exception"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": "Exception", "ret_type": "builtins.Exception", "type_guard": null, "variables": []}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "TYPE_CHECKING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.outcomes.TYPE_CHECKING", "name": "TYPE_CHECKING", "type": "builtins.bool"}}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "XFailed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.outcomes.Failed"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.outcomes.XFailed", "name": "XFailed", "type_vars": []}, "flags": [], "fullname": "_pytest.outcomes.XFailed", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.outcomes", "mro": ["_pytest.outcomes.XFailed", "_pytest.outcomes.Failed", "_pytest.outcomes.OutcomeException", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.outcomes._ET", "name": "_ET", "upper_bound": {".class": "TypeType", "item": "builtins.BaseException"}, "values": [], "variance": 0}}, "_F": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.outcomes._F", "name": "_F", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}}, "_WithException": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["Exception", "__call__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.outcomes._WithException", "name": "_WithException", "type_vars": [{".class": "TypeVarDef", "fullname": "_pytest.outcomes._F", "id": 1, "name": "_F", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "_pytest.outcomes._ET", "id": 2, "name": "_ET", "upper_bound": {".class": "TypeType", "item": "builtins.BaseException"}, "values": [], "variance": 0}]}, "flags": ["is_abstract", "is_protocol"], "fullname": "_pytest.outcomes._WithException", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_pytest.outcomes", "mro": ["_pytest.outcomes._WithException", "builtins.object"], "names": {".class": "SymbolTable", "Exception": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_abstract_var", "is_ready"], "fullname": "_pytest.outcomes._WithException.Exception", "name": "Exception", "type": {".class": "TypeVarType", "fullname": "_pytest.outcomes._ET", "id": 2, "name": "_ET", "upper_bound": {".class": "TypeType", "item": "builtins.BaseException"}, "values": [], "variance": 0}}}, "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_abstract_var", "is_ready"], "fullname": "_pytest.outcomes._WithException.__call__", "name": "__call__", "type": {".class": "TypeVarType", "fullname": "_pytest.outcomes._F", "id": 1, "name": "_F", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}}}}, "tuple_type": null, "type_vars": ["_F", "_ET"], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.outcomes.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.outcomes.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.outcomes.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.outcomes.__package__", "name": "__package__", "type": "builtins.str"}}, "_with_exception": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["exception_type"], "flags": [], "fullname": "_pytest.outcomes._with_exception", "name": "_with_exception", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["exception_type"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.outcomes._ET", "id": -1, "name": "_ET", "upper_bound": {".class": "TypeType", "item": "builtins.BaseException"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_with_exception", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.outcomes._F", "id": -2, "name": "_F", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.outcomes._F", "id": -2, "name": "_F", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.outcomes._ET", "id": -1, "name": "_ET", "upper_bound": {".class": "TypeType", "item": "builtins.BaseException"}, "values": [], "variance": 0}], "type_ref": "_pytest.outcomes._WithException"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.outcomes._F", "id": -2, "name": "_F", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.outcomes._ET", "id": -1, "name": "_ET", "upper_bound": {".class": "TypeType", "item": "builtins.BaseException"}, "values": [], "variance": 0}]}}}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef"}, "exit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["msg", "returncode"], "flags": ["is_decorated"], "fullname": "_pytest.outcomes.exit", "name": "exit", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["msg", "returncode"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exit", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "exit", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["msg", "returncode"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exit", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["msg", "returncode"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": ["_pytest.outcomes.Exit"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": "Exit", "ret_type": "_pytest.outcomes.Exit", "type_guard": null, "variables": []}], "type_ref": "_pytest.outcomes._WithException"}}}}, "fail": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1, 1], "arg_names": ["msg", "pytrace"], "flags": ["is_decorated"], "fullname": "_pytest.outcomes.fail", "name": "fail", "type": {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["msg", "pytrace"], "arg_types": ["builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fail", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "fail", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["msg", "pytrace"], "arg_types": ["builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fail", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["msg", "pytrace"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": ["_pytest.outcomes.Failed"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": "Failed", "ret_type": "_pytest.outcomes.Failed", "type_guard": null, "variables": []}], "type_ref": "_pytest.outcomes._WithException"}}}}, "importorskip": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["modname", "minversion", "reason"], "flags": [], "fullname": "_pytest.outcomes.importorskip", "name": "importorskip", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["modname", "minversion", "reason"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "importorskip", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "skip": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1, 5], "arg_names": ["msg", "allow_module_level"], "flags": ["is_decorated"], "fullname": "_pytest.outcomes.skip", "name": "skip", "type": {".class": "CallableType", "arg_kinds": [1, 5], "arg_names": ["msg", "allow_module_level"], "arg_types": ["builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "skip", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "skip", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [1, 5], "arg_names": ["msg", "allow_module_level"], "arg_types": ["builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "skip", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [1, 1, 1], "arg_names": ["msg", "pytrace", "allow_module_level"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": ["_pytest.outcomes.Skipped"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": "Skipped", "ret_type": "_pytest.outcomes.Skipped", "type_guard": null, "variables": []}], "type_ref": "_pytest.outcomes._WithException"}}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "xfail": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["reason"], "flags": ["is_decorated"], "fullname": "_pytest.outcomes.xfail", "name": "xfail", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["reason"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xfail", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "xfail", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [1], "arg_names": ["reason"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xfail", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["msg", "pytrace"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": ["_pytest.outcomes.XFailed"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": "XFailed", "ret_type": "_pytest.outcomes.XFailed", "type_guard": null, "variables": []}], "type_ref": "_pytest.outcomes._WithException"}}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/outcomes.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/outcomes.meta.json b/.mypy_cache/3.9/_pytest/outcomes.meta.json deleted file mode 100644 index 5accfd330..000000000 --- a/.mypy_cache/3.9/_pytest/outcomes.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [3, 4, 15, 197, 219, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 25, 20, 20, 5, 30, 30, 30, 30], "dependencies": ["sys", "typing", "typing_extensions", "warnings", "packaging.version", "builtins", "_ast", "abc", "packaging", "types"], "hash": "cc8fb8be2fd1100ea1304d57aac75de4dc393855d54cd3fe7a1ed9a89c146304", "id": "_pytest.outcomes", "ignore_all": true, "interface_hash": "2aa886614b2518beef745e6836f93a42510151cf318761414b2dd9e8e39f38ac", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/outcomes.py", "plugin_data": null, "size": 7420, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/pathlib.data.json b/.mypy_cache/3.9/_pytest/pathlib.data.json deleted file mode 100644 index 728debab4..000000000 --- a/.mypy_cache/3.9/_pytest/pathlib.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.pathlib", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "EBADF": {".class": "SymbolTableNode", "cross_ref": "errno.EBADF", "kind": "Gdef"}, "ELOOP": {".class": "SymbolTableNode", "cross_ref": "errno.ELOOP", "kind": "Gdef"}, "ENOENT": {".class": "SymbolTableNode", "cross_ref": "errno.ENOENT", "kind": "Gdef"}, "ENOTDIR": {".class": "SymbolTableNode", "cross_ref": "errno.ENOTDIR", "kind": "Gdef"}, "Enum": {".class": "SymbolTableNode", "cross_ref": "enum.Enum", "kind": "Gdef"}, "ImportMode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.pathlib.ImportMode", "name": "ImportMode", "type_vars": []}, "flags": ["is_enum"], "fullname": "_pytest.pathlib.ImportMode", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "_pytest.pathlib", "mro": ["_pytest.pathlib.ImportMode", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "append": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.pathlib.ImportMode.append", "name": "append", "type": "builtins.str"}}, "importlib": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.pathlib.ImportMode.importlib", "name": "importlib", "type": "builtins.str"}}, "prepend": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.pathlib.ImportMode.prepend", "name": "prepend", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ImportPathMismatchError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ImportError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.pathlib.ImportPathMismatchError", "name": "ImportPathMismatchError", "type_vars": []}, "flags": [], "fullname": "_pytest.pathlib.ImportPathMismatchError", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.pathlib", "mro": ["_pytest.pathlib.ImportPathMismatchError", "builtins.ImportError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef"}, "LOCK_TIMEOUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pathlib.LOCK_TIMEOUT", "name": "LOCK_TIMEOUT", "type": "builtins.int"}}, "ModuleType": {".class": "SymbolTableNode", "cross_ref": "types.ModuleType", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef"}, "PurePath": {".class": "SymbolTableNode", "cross_ref": "pathlib.PurePath", "kind": "Gdef"}, "PytestWarning": {".class": "SymbolTableNode", "cross_ref": "_pytest.warning_types.PytestWarning", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_AnyPurePath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.pathlib._AnyPurePath", "name": "_AnyPurePath", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}}, "_IGNORED_ERRORS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pathlib._IGNORED_ERRORS", "name": "_IGNORED_ERRORS", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "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"}}}}, "_IGNORED_WINERRORS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pathlib._IGNORED_WINERRORS", "name": "_IGNORED_WINERRORS", "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"}}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.pathlib.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.pathlib.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.pathlib.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.pathlib.__package__", "name": "__package__", "type": "builtins.str"}}, "_force_symlink": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["root", "target", "link_to"], "flags": [], "fullname": "_pytest.pathlib._force_symlink", "name": "_force_symlink", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["root", "target", "link_to"], "arg_types": ["pathlib.Path", {".class": "UnionType", "items": ["builtins.str", "pathlib.PurePath"]}, {".class": "UnionType", "items": ["builtins.str", "pathlib.Path"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_force_symlink", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_ignore_error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["exception"], "flags": [], "fullname": "_pytest.pathlib._ignore_error", "name": "_ignore_error", "type": null}}, "_is_same": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["f1", "f2"], "flags": [], "fullname": "_pytest.pathlib._is_same", "name": "_is_same", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["f1", "f2"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_same", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "absolutepath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "_pytest.pathlib.absolutepath", "name": "absolutepath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "UnionType", "items": ["pathlib.Path", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "absolutepath", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "assert_never": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.assert_never", "kind": "Gdef"}, "atexit": {".class": "SymbolTableNode", "cross_ref": "atexit", "kind": "Gdef"}, "bestrelpath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["directory", "dest"], "flags": [], "fullname": "_pytest.pathlib.bestrelpath", "name": "bestrelpath", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["directory", "dest"], "arg_types": ["pathlib.Path", "pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bestrelpath", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "cleanup_candidates": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["root", "prefix", "keep"], "flags": ["is_generator"], "fullname": "_pytest.pathlib.cleanup_candidates", "name": "cleanup_candidates", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["root", "prefix", "keep"], "arg_types": ["pathlib.Path", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cleanup_candidates", "ret_type": {".class": "Instance", "args": ["pathlib.Path"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "cleanup_numbered_dir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["root", "prefix", "keep", "consider_lock_dead_if_created_before"], "flags": [], "fullname": "_pytest.pathlib.cleanup_numbered_dir", "name": "cleanup_numbered_dir", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["root", "prefix", "keep", "consider_lock_dead_if_created_before"], "arg_types": ["pathlib.Path", "builtins.str", "builtins.int", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cleanup_numbered_dir", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "commonpath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["path1", "path2"], "flags": [], "fullname": "_pytest.pathlib.commonpath", "name": "commonpath", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["path1", "path2"], "arg_types": ["pathlib.Path", "pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "commonpath", "ret_type": {".class": "UnionType", "items": ["pathlib.Path", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "contextlib": {".class": "SymbolTableNode", "cross_ref": "contextlib", "kind": "Gdef"}, "create_cleanup_lock": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["p"], "flags": [], "fullname": "_pytest.pathlib.create_cleanup_lock", "name": "create_cleanup_lock", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_cleanup_lock", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "ensure_deletable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["path", "consider_lock_dead_if_created_before"], "flags": [], "fullname": "_pytest.pathlib.ensure_deletable", "name": "ensure_deletable", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["path", "consider_lock_dead_if_created_before"], "arg_types": ["pathlib.Path", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ensure_deletable", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "ensure_extended_length_path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "_pytest.pathlib.ensure_extended_length_path", "name": "ensure_extended_length_path", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ensure_extended_length_path", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "expanduser": {".class": "SymbolTableNode", "cross_ref": "posixpath.expanduser", "kind": "Gdef"}, "expandvars": {".class": "SymbolTableNode", "cross_ref": "posixpath.expandvars", "kind": "Gdef"}, "extract_suffixes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["iter", "prefix"], "flags": ["is_generator"], "fullname": "_pytest.pathlib.extract_suffixes", "name": "extract_suffixes", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["iter", "prefix"], "arg_types": [{".class": "Instance", "args": ["pathlib.PurePath"], "type_ref": "typing.Iterable"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extract_suffixes", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "find_prefixed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["root", "prefix"], "flags": ["is_generator"], "fullname": "_pytest.pathlib.find_prefixed", "name": "find_prefixed", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["root", "prefix"], "arg_types": ["pathlib.Path", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_prefixed", "ret_type": {".class": "Instance", "args": ["pathlib.Path"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "find_suffixes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["root", "prefix"], "flags": [], "fullname": "_pytest.pathlib.find_suffixes", "name": "find_suffixes", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["root", "prefix"], "arg_types": ["pathlib.Path", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_suffixes", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "fnmatch": {".class": "SymbolTableNode", "cross_ref": "fnmatch", "kind": "Gdef"}, "fnmatch_ex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["pattern", "path"], "flags": [], "fullname": "_pytest.pathlib.fnmatch_ex", "name": "fnmatch_ex", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["pattern", "path"], "arg_types": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fnmatch_ex", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "get_extended_length_path_str": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "_pytest.pathlib.get_extended_length_path_str", "name": "get_extended_length_path_str", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_extended_length_path_str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "get_lock_path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "_pytest.pathlib.get_lock_path", "name": "get_lock_path", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.pathlib._AnyPurePath", "id": -1, "name": "_AnyPurePath", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_lock_path", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.pathlib._AnyPurePath", "id": -1, "name": "_AnyPurePath", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.pathlib._AnyPurePath", "id": -1, "name": "_AnyPurePath", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}, "import_path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["p", "mode"], "flags": [], "fullname": "_pytest.pathlib.import_path", "name": "import_path", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["p", "mode"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "py.path.local", "pathlib.Path"]}, {".class": "UnionType", "items": ["builtins.str", "_pytest.pathlib.ImportMode"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "import_path", "ret_type": "types.ModuleType", "type_guard": null, "variables": []}}}, "importlib": {".class": "SymbolTableNode", "cross_ref": "importlib", "kind": "Gdef"}, "isabs": {".class": "SymbolTableNode", "cross_ref": "posixpath.isabs", "kind": "Gdef"}, "itertools": {".class": "SymbolTableNode", "cross_ref": "itertools", "kind": "Gdef"}, "make_numbered_dir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["root", "prefix", "mode"], "flags": [], "fullname": "_pytest.pathlib.make_numbered_dir", "name": "make_numbered_dir", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["root", "prefix", "mode"], "arg_types": ["pathlib.Path", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "make_numbered_dir", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "make_numbered_dir_with_cleanup": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["root", "prefix", "keep", "lock_timeout", "mode"], "flags": [], "fullname": "_pytest.pathlib.make_numbered_dir_with_cleanup", "name": "make_numbered_dir_with_cleanup", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["root", "prefix", "keep", "lock_timeout", "mode"], "arg_types": ["pathlib.Path", "builtins.str", "builtins.int", "builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "make_numbered_dir_with_cleanup", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "maybe_delete_a_numbered_dir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "_pytest.pathlib.maybe_delete_a_numbered_dir", "name": "maybe_delete_a_numbered_dir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "maybe_delete_a_numbered_dir", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "on_rm_rf_error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 3], "arg_names": ["func", "path", "exc", "start_path"], "flags": [], "fullname": "_pytest.pathlib.on_rm_rf_error", "name": "on_rm_rf_error", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 3], "arg_names": ["func", "path", "exc", "start_path"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "on_rm_rf_error", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "parse_num": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["maybe_num"], "flags": [], "fullname": "_pytest.pathlib.parse_num", "name": "parse_num", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["maybe_num"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_num", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "partial": {".class": "SymbolTableNode", "cross_ref": "functools.partial", "kind": "Gdef"}, "parts": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": [], "fullname": "_pytest.pathlib.parts", "name": "parts", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["s"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parts", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "posix_sep": {".class": "SymbolTableNode", "cross_ref": "posixpath.sep", "kind": "Gdef"}, "py": {".class": "SymbolTableNode", "cross_ref": "py", "kind": "Gdef"}, "register_cleanup_lock_removal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["lock_path", "register"], "flags": [], "fullname": "_pytest.pathlib.register_cleanup_lock_removal", "name": "register_cleanup_lock_removal", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["lock_path", "register"], "arg_types": ["pathlib.Path", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_cleanup_lock_removal", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "resolve_from_str": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "rootpath"], "flags": [], "fullname": "_pytest.pathlib.resolve_from_str", "name": "resolve_from_str", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "rootpath"], "arg_types": ["builtins.str", "pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resolve_from_str", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "resolve_package_path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "_pytest.pathlib.resolve_package_path", "name": "resolve_package_path", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resolve_package_path", "ret_type": {".class": "UnionType", "items": ["pathlib.Path", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "rm_rf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "_pytest.pathlib.rm_rf", "name": "rm_rf", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rm_rf", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sep": {".class": "SymbolTableNode", "cross_ref": "posixpath.sep", "kind": "Gdef"}, "shutil": {".class": "SymbolTableNode", "cross_ref": "shutil", "kind": "Gdef"}, "skip": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.skip", "kind": "Gdef"}, "symlink_or_skip": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["src", "dst", "kwargs"], "flags": [], "fullname": "_pytest.pathlib.symlink_or_skip", "name": "symlink_or_skip", "type": null}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "try_cleanup": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["path", "consider_lock_dead_if_created_before"], "flags": [], "fullname": "_pytest.pathlib.try_cleanup", "name": "try_cleanup", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["path", "consider_lock_dead_if_created_before"], "arg_types": ["pathlib.Path", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "try_cleanup", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "uuid": {".class": "SymbolTableNode", "cross_ref": "uuid", "kind": "Gdef"}, "visit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["path", "recurse"], "flags": ["is_generator"], "fullname": "_pytest.pathlib.visit", "name": "visit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["path", "recurse"], "arg_types": ["builtins.str", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "os.DirEntry"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "os.DirEntry"}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/pathlib.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/pathlib.meta.json b/.mypy_cache/3.9/_pytest/pathlib.meta.json deleted file mode 100644 index 4c8ae8cac..000000000 --- a/.mypy_cache/3.9/_pytest/pathlib.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000173, "dep_lines": [1, 2, 3, 4, 4, 5, 6, 7, 8, 9, 10, 11, 12, 16, 17, 21, 23, 24, 25, 33, 35, 36, 37, 97, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 20, 10, 10, 10, 10, 10, 10, 5, 5, 5, 5, 5, 5, 5, 5, 10, 5, 5, 5, 20, 5, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["atexit", "contextlib", "fnmatch", "importlib.util", "importlib", "itertools", "os", "shutil", "sys", "uuid", "warnings", "enum", "errno", "functools", "os.path", "pathlib", "posixpath", "types", "typing", "py", "_pytest.compat", "_pytest.outcomes", "_pytest.warning_types", "stat", "builtins", "_typeshed", "_warnings", "abc", "genericpath", "importlib.abc", "importlib.machinery", "py.path", "typing_extensions"], "hash": "626d6ae6534a563c591e59725a772556f95b3581c2466e7c6be2f6801a4c14a4", "id": "_pytest.pathlib", "ignore_all": true, "interface_hash": "919c77a5d7feeadb548dba6379350e1e737614835ba40a4b45212454d186913b", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/pathlib.py", "plugin_data": null, "size": 21411, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/pytester.data.json b/.mypy_cache/3.9/_pytest/pytester.data.json deleted file mode 100644 index f5fcec6b4..000000000 --- a/.mypy_cache/3.9/_pytest/pytester.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.pytester", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Collect@1067": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.pytester.Collect@1067", "name": "Collect", "type_vars": []}, "flags": [], "fullname": "_pytest.pytester.Collect@1067", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.pytester", "mro": ["_pytest.pytester.Collect@1067", "builtins.object"], "names": {".class": "SymbolTable", "pytest_configure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "config"], "flags": [], "fullname": "_pytest.pytester.Collect@1067.pytest_configure", "name": "pytest_configure", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["x", "config"], "arg_types": ["_pytest.pytester.Collect@1067", "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "x"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_configure of Collect", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CollectReport": {".class": "SymbolTableNode", "cross_ref": "_pytest.reports.CollectReport", "kind": "Gdef"}, "Collector": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.Collector", "kind": "Gdef"}, "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef"}, "CwdSnapshot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.pytester.CwdSnapshot", "name": "CwdSnapshot", "type_vars": []}, "flags": [], "fullname": "_pytest.pytester.CwdSnapshot", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.pytester", "mro": ["_pytest.pytester.CwdSnapshot", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.CwdSnapshot.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.CwdSnapshot"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CwdSnapshot", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__saved": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.CwdSnapshot.__saved", "name": "__saved", "type": "builtins.str"}}, "restore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.CwdSnapshot.restore", "name": "restore", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.CwdSnapshot"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "restore of CwdSnapshot", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "ExitCode": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.ExitCode", "kind": "Gdef"}, "FixtureRequest": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.FixtureRequest", "kind": "Gdef"}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef"}, "HookRecorder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.pytester.HookRecorder", "name": "HookRecorder", "type_vars": []}, "flags": [], "fullname": "_pytest.pytester.HookRecorder", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.pytester", "mro": ["_pytest.pytester.HookRecorder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "pluginmanager"], "flags": [], "fullname": "_pytest.pytester.HookRecorder.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "pluginmanager"], "arg_types": ["_pytest.pytester.HookRecorder", "_pytest.config.PytestPluginManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of HookRecorder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_pluginmanager": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.HookRecorder._pluginmanager", "name": "_pluginmanager", "type": "_pytest.config.PytestPluginManager"}}, "_undo_wrapping": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.HookRecorder._undo_wrapping", "name": "_undo_wrapping", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_of_any": 7}}}, "assert_contains": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "entries"], "flags": [], "fullname": "_pytest.pytester.HookRecorder.assert_contains", "name": "assert_contains", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "entries"], "arg_types": ["_pytest.pytester.HookRecorder", {".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"}}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assert_contains of HookRecorder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertoutcome": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "passed", "skipped", "failed"], "flags": [], "fullname": "_pytest.pytester.HookRecorder.assertoutcome", "name": "assertoutcome", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "passed", "skipped", "failed"], "arg_types": ["_pytest.pytester.HookRecorder", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertoutcome of HookRecorder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "calls": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.pytester.HookRecorder.calls", "name": "calls", "type": {".class": "Instance", "args": ["_pytest.pytester.ParsedCall"], "type_ref": "builtins.list"}}}, "clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.HookRecorder.clear", "name": "clear", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.HookRecorder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear of HookRecorder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "countoutcomes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.HookRecorder.countoutcomes", "name": "countoutcomes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.HookRecorder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "countoutcomes of HookRecorder", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "finish_recording": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.HookRecorder.finish_recording", "name": "finish_recording", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.HookRecorder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "finish_recording of HookRecorder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getcall": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.pytester.HookRecorder.getcall", "name": "getcall", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.pytester.HookRecorder", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getcall of HookRecorder", "ret_type": "_pytest.pytester.ParsedCall", "type_guard": null, "variables": []}}}, "getcalls": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "flags": [], "fullname": "_pytest.pytester.HookRecorder.getcalls", "name": "getcalls", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "arg_types": ["_pytest.pytester.HookRecorder", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getcalls of HookRecorder", "ret_type": {".class": "Instance", "args": ["_pytest.pytester.ParsedCall"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "getfailedcollections": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.HookRecorder.getfailedcollections", "name": "getfailedcollections", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.HookRecorder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfailedcollections of HookRecorder", "ret_type": {".class": "Instance", "args": ["_pytest.reports.CollectReport"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}}, "getfailures": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "_pytest.pytester.HookRecorder.getfailures", "impl": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "names"], "flags": ["is_overload"], "fullname": "_pytest.pytester.HookRecorder.getfailures", "name": "getfailures", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "names"], "arg_types": ["_pytest.pytester.HookRecorder", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfailures of HookRecorder", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.reports.CollectReport", "_pytest.reports.TestReport"]}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.pytester.HookRecorder.getfailures", "name": "getfailures", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "arg_types": ["_pytest.pytester.HookRecorder", {".class": "LiteralType", "fallback": "builtins.str", "value": "pytest_collectreport"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfailures of HookRecorder", "ret_type": {".class": "Instance", "args": ["_pytest.reports.CollectReport"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getfailures", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.pytester.HookRecorder.getfailures", "name": "getfailures", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "arg_types": ["_pytest.pytester.HookRecorder", {".class": "LiteralType", "fallback": "builtins.str", "value": "pytest_runtest_logreport"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfailures of HookRecorder", "ret_type": {".class": "Instance", "args": ["_pytest.reports.TestReport"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getfailures", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "names"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.pytester.HookRecorder.getfailures", "name": "getfailures", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "names"], "arg_types": ["_pytest.pytester.HookRecorder", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfailures of HookRecorder", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.reports.CollectReport", "_pytest.reports.TestReport"]}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getfailures", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "arg_types": ["_pytest.pytester.HookRecorder", {".class": "LiteralType", "fallback": "builtins.str", "value": "pytest_collectreport"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfailures of HookRecorder", "ret_type": {".class": "Instance", "args": ["_pytest.reports.CollectReport"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "arg_types": ["_pytest.pytester.HookRecorder", {".class": "LiteralType", "fallback": "builtins.str", "value": "pytest_runtest_logreport"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfailures of HookRecorder", "ret_type": {".class": "Instance", "args": ["_pytest.reports.TestReport"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "names"], "arg_types": ["_pytest.pytester.HookRecorder", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfailures of HookRecorder", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.reports.CollectReport", "_pytest.reports.TestReport"]}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}]}}}, "getreports": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "_pytest.pytester.HookRecorder.getreports", "impl": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "names"], "flags": ["is_overload"], "fullname": "_pytest.pytester.HookRecorder.getreports", "name": "getreports", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "names"], "arg_types": ["_pytest.pytester.HookRecorder", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getreports of HookRecorder", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.reports.CollectReport", "_pytest.reports.TestReport"]}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.pytester.HookRecorder.getreports", "name": "getreports", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "arg_types": ["_pytest.pytester.HookRecorder", {".class": "LiteralType", "fallback": "builtins.str", "value": "pytest_collectreport"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getreports of HookRecorder", "ret_type": {".class": "Instance", "args": ["_pytest.reports.CollectReport"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getreports", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.pytester.HookRecorder.getreports", "name": "getreports", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "arg_types": ["_pytest.pytester.HookRecorder", {".class": "LiteralType", "fallback": "builtins.str", "value": "pytest_runtest_logreport"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getreports of HookRecorder", "ret_type": {".class": "Instance", "args": ["_pytest.reports.TestReport"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getreports", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "names"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.pytester.HookRecorder.getreports", "name": "getreports", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "names"], "arg_types": ["_pytest.pytester.HookRecorder", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getreports of HookRecorder", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.reports.CollectReport", "_pytest.reports.TestReport"]}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getreports", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "arg_types": ["_pytest.pytester.HookRecorder", {".class": "LiteralType", "fallback": "builtins.str", "value": "pytest_collectreport"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getreports of HookRecorder", "ret_type": {".class": "Instance", "args": ["_pytest.reports.CollectReport"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "arg_types": ["_pytest.pytester.HookRecorder", {".class": "LiteralType", "fallback": "builtins.str", "value": "pytest_runtest_logreport"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getreports of HookRecorder", "ret_type": {".class": "Instance", "args": ["_pytest.reports.TestReport"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "names"], "arg_types": ["_pytest.pytester.HookRecorder", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getreports of HookRecorder", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.reports.CollectReport", "_pytest.reports.TestReport"]}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}]}}}, "listoutcomes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.HookRecorder.listoutcomes", "name": "listoutcomes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.HookRecorder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "listoutcomes of HookRecorder", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["_pytest.reports.TestReport"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.reports.CollectReport", "_pytest.reports.TestReport"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.reports.CollectReport", "_pytest.reports.TestReport"]}], "type_ref": "typing.Sequence"}], "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": []}}}, "matchreport": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "inamepart", "names", "when"], "flags": [], "fullname": "_pytest.pytester.HookRecorder.matchreport", "name": "matchreport", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "inamepart", "names", "when"], "arg_types": ["_pytest.pytester.HookRecorder", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "matchreport of HookRecorder", "ret_type": {".class": "UnionType", "items": ["_pytest.reports.CollectReport", "_pytest.reports.TestReport"]}, "type_guard": null, "variables": []}}}, "popcall": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.pytester.HookRecorder.popcall", "name": "popcall", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.pytester.HookRecorder", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "popcall of HookRecorder", "ret_type": "_pytest.pytester.ParsedCall", "type_guard": null, "variables": []}}}, "ret": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.pytester.HookRecorder.ret", "name": "ret", "type": {".class": "UnionType", "items": ["builtins.int", "_pytest.config.ExitCode", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IGNORE_PAM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.IGNORE_PAM", "name": "IGNORE_PAM", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "IniConfig": {".class": "SymbolTableNode", "cross_ref": "iniconfig.IniConfig", "kind": "Gdef"}, "Item": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.Item", "kind": "Gdef"}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "LineComp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.pytester.LineComp", "name": "LineComp", "type_vars": []}, "flags": [], "fullname": "_pytest.pytester.LineComp", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.pytester", "mro": ["_pytest.pytester.LineComp", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.LineComp.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.LineComp"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LineComp", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assert_contains_lines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "lines2"], "flags": [], "fullname": "_pytest.pytester.LineComp.assert_contains_lines", "name": "assert_contains_lines", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "lines2"], "arg_types": ["_pytest.pytester.LineComp", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assert_contains_lines of LineComp", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "stringio": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.LineComp.stringio", "name": "stringio", "type": "io.StringIO"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LineMatcher": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.pytester.LineMatcher", "name": "LineMatcher", "type_vars": []}, "flags": [], "fullname": "_pytest.pytester.LineMatcher", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.pytester", "mro": ["_pytest.pytester.LineMatcher", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "lines"], "flags": [], "fullname": "_pytest.pytester.LineMatcher.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "lines"], "arg_types": ["_pytest.pytester.LineMatcher", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LineMatcher", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.LineMatcher.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.pytester.LineMatcher"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of LineMatcher", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_fail": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "msg"], "flags": [], "fullname": "_pytest.pytester.LineMatcher._fail", "name": "_fail", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "msg"], "arg_types": ["_pytest.pytester.LineMatcher", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_fail of LineMatcher", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_getlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "lines2"], "flags": [], "fullname": "_pytest.pytester.LineMatcher._getlines", "name": "_getlines", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "lines2"], "arg_types": ["_pytest.pytester.LineMatcher", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "_pytest._code.source.Source"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_getlines of LineMatcher", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}}, "_log": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "_pytest.pytester.LineMatcher._log", "name": "_log", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["_pytest.pytester.LineMatcher", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_log of LineMatcher", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_log_output": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.pytester.LineMatcher._log_output", "name": "_log_output", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "_log_text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.pytester.LineMatcher._log_text", "name": "_log_text", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.LineMatcher"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_log_text of LineMatcher", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_log_text", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.LineMatcher"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_log_text of LineMatcher", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "_match_lines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["self", "lines2", "match_func", "match_nickname", "consecutive"], "flags": [], "fullname": "_pytest.pytester.LineMatcher._match_lines", "name": "_match_lines", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["self", "lines2", "match_func", "match_nickname", "consecutive"], "arg_types": ["_pytest.pytester.LineMatcher", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_match_lines of LineMatcher", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_match_lines_random": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "lines2", "match_func"], "flags": [], "fullname": "_pytest.pytester.LineMatcher._match_lines_random", "name": "_match_lines_random", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "lines2", "match_func"], "arg_types": ["_pytest.pytester.LineMatcher", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_match_lines_random of LineMatcher", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_no_match_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "pat", "match_func", "match_nickname"], "flags": [], "fullname": "_pytest.pytester.LineMatcher._no_match_line", "name": "_no_match_line", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "pat", "match_func", "match_nickname"], "arg_types": ["_pytest.pytester.LineMatcher", "builtins.str", {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_no_match_line of LineMatcher", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fnmatch_lines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "lines2", "consecutive"], "flags": [], "fullname": "_pytest.pytester.LineMatcher.fnmatch_lines", "name": "fnmatch_lines", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "lines2", "consecutive"], "arg_types": ["_pytest.pytester.LineMatcher", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fnmatch_lines of LineMatcher", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fnmatch_lines_random": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "lines2"], "flags": [], "fullname": "_pytest.pytester.LineMatcher.fnmatch_lines_random", "name": "fnmatch_lines_random", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "lines2"], "arg_types": ["_pytest.pytester.LineMatcher", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fnmatch_lines_random of LineMatcher", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get_lines_after": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fnline"], "flags": [], "fullname": "_pytest.pytester.LineMatcher.get_lines_after", "name": "get_lines_after", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fnline"], "arg_types": ["_pytest.pytester.LineMatcher", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_lines_after of LineMatcher", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}}, "lines": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.LineMatcher.lines", "name": "lines", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "no_fnmatch_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "pat"], "flags": [], "fullname": "_pytest.pytester.LineMatcher.no_fnmatch_line", "name": "no_fnmatch_line", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "pat"], "arg_types": ["_pytest.pytester.LineMatcher", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "no_fnmatch_line of LineMatcher", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "no_re_match_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "pat"], "flags": [], "fullname": "_pytest.pytester.LineMatcher.no_re_match_line", "name": "no_re_match_line", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "pat"], "arg_types": ["_pytest.pytester.LineMatcher", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "no_re_match_line of LineMatcher", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "re_match_lines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "lines2", "consecutive"], "flags": [], "fullname": "_pytest.pytester.LineMatcher.re_match_lines", "name": "re_match_lines", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "lines2", "consecutive"], "arg_types": ["_pytest.pytester.LineMatcher", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "re_match_lines of LineMatcher", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "re_match_lines_random": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "lines2"], "flags": [], "fullname": "_pytest.pytester.LineMatcher.re_match_lines_random", "name": "re_match_lines_random", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "lines2"], "arg_types": ["_pytest.pytester.LineMatcher", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "re_match_lines_random of LineMatcher", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.LineMatcher.str", "name": "str", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.LineMatcher"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "str of LineMatcher", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LineMatcher_fixture": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["request"], "flags": ["is_decorated"], "fullname": "_pytest.pytester.LineMatcher_fixture", "name": "LineMatcher_fixture", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "LineMatcher_fixture", "ret_type": {".class": "TypeType", "item": "_pytest.pytester.LineMatcher"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "LineMatcher_fixture", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "LineMatcher_fixture", "ret_type": {".class": "TypeType", "item": "_pytest.pytester.LineMatcher"}, "type_guard": null, "variables": []}}}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef"}, "LsofFdLeakChecker": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.pytester.LsofFdLeakChecker", "name": "LsofFdLeakChecker", "type_vars": []}, "flags": [], "fullname": "_pytest.pytester.LsofFdLeakChecker", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.pytester", "mro": ["_pytest.pytester.LsofFdLeakChecker", "builtins.object"], "names": {".class": "SymbolTable", "get_open_files": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.LsofFdLeakChecker.get_open_files", "name": "get_open_files", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.LsofFdLeakChecker"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_open_files of LsofFdLeakChecker", "ret_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"}}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "matching_platform": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.LsofFdLeakChecker.matching_platform", "name": "matching_platform", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.LsofFdLeakChecker"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "matching_platform of LsofFdLeakChecker", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "pytest_runtest_protocol": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.pytester.LsofFdLeakChecker.pytest_runtest_protocol", "name": "pytest_runtest_protocol", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": ["_pytest.pytester.LsofFdLeakChecker", "_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_protocol of LsofFdLeakChecker", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_runtest_protocol", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MonkeyPatch": {".class": "SymbolTableNode", "cross_ref": "_pytest.monkeypatch.MonkeyPatch", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "ParsedCall": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.pytester.ParsedCall", "name": "ParsedCall", "type_vars": []}, "flags": [], "fullname": "_pytest.pytester.ParsedCall", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.pytester", "mro": ["_pytest.pytester.ParsedCall", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "_pytest.pytester.ParsedCall.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest.pytester.ParsedCall", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of ParsedCall", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "kwargs"], "flags": [], "fullname": "_pytest.pytester.ParsedCall.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "kwargs"], "arg_types": ["_pytest.pytester.ParsedCall", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ParsedCall", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.ParsedCall.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.pytester.ParsedCall"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of ParsedCall", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_name": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.ParsedCall._name", "name": "_name", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Parser": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.argparsing.Parser", "kind": "Gdef"}, "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef"}, "PytestArg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.pytester.PytestArg", "name": "PytestArg", "type_vars": []}, "flags": [], "fullname": "_pytest.pytester.PytestArg", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.pytester", "mro": ["_pytest.pytester.PytestArg", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "flags": [], "fullname": "_pytest.pytester.PytestArg.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "arg_types": ["_pytest.pytester.PytestArg", "_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PytestArg", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_request": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.PytestArg._request", "name": "_request", "type": "_pytest.fixtures.FixtureRequest"}}, "gethookrecorder": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "flags": [], "fullname": "_pytest.pytester.PytestArg.gethookrecorder", "name": "gethookrecorder", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "arg_types": ["_pytest.pytester.PytestArg", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gethookrecorder of PytestArg", "ret_type": "_pytest.pytester.HookRecorder", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PytestPluginManager": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.PytestPluginManager", "kind": "Gdef"}, "PytestWarning": {".class": "SymbolTableNode", "cross_ref": "_pytest.warning_types.PytestWarning", "kind": "Gdef"}, "Pytester": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.pytester.Pytester", "name": "Pytester", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.pytester.Pytester", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.pytester", "mro": ["_pytest.pytester.Pytester", "builtins.object"], "names": {".class": "SymbolTable", "CLOSE_STDIN": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.pytester.Pytester.CLOSE_STDIN", "name": "CLOSE_STDIN", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": ["builtins.object"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}}}, "Session": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.pytester.Pytester.Session", "name": "Session", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": ["_pytest.main.Session"], "def_extras": {"first_arg": "self"}, "fallback": "_pytest.nodes.NodeMeta", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_pytest.main.Session", "type_guard": null, "variables": []}}}, "TimeoutExpired": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.pytester.Pytester.TimeoutExpired", "name": "TimeoutExpired", "type_vars": []}, "flags": [], "fullname": "_pytest.pytester.Pytester.TimeoutExpired", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.pytester", "mro": ["_pytest.pytester.Pytester.TimeoutExpired", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "request", "tmp_path_factory", "_ispytest"], "flags": [], "fullname": "_pytest.pytester.Pytester.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "request", "tmp_path_factory", "_ispytest"], "arg_types": ["_pytest.pytester.Pytester", "_pytest.fixtures.FixtureRequest", "_pytest.tmpdir.TempPathFactory", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Pytester", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.Pytester.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.pytester.Pytester"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of Pytester", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__take_sys_modules_snapshot": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.Pytester.__take_sys_modules_snapshot", "name": "__take_sys_modules_snapshot", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.Pytester"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__take_sys_modules_snapshot of Pytester", "ret_type": "_pytest.pytester.SysModulesSnapshot", "type_guard": null, "variables": []}}}, "__test__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.pytester.Pytester.__test__", "name": "__test__", "type": "builtins.bool"}}, "_cwd_snapshot": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.Pytester._cwd_snapshot", "name": "_cwd_snapshot", "type": "_pytest.pytester.CwdSnapshot"}}, "_dump_lines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "lines", "fp"], "flags": [], "fullname": "_pytest.pytester.Pytester._dump_lines", "name": "_dump_lines", "type": null}}, "_ensure_basetemp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "args"], "flags": [], "fullname": "_pytest.pytester.Pytester._ensure_basetemp", "name": "_ensure_basetemp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "args"], "arg_types": ["_pytest.pytester.Pytester", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}]}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_ensure_basetemp of Pytester", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}]}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_finalize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.Pytester._finalize", "name": "_finalize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.Pytester"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_finalize of Pytester", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_getpytestargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.Pytester._getpytestargs", "name": "_getpytestargs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.Pytester"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_getpytestargs of Pytester", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "_makefile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "ext", "lines", "files", "encoding"], "flags": [], "fullname": "_pytest.pytester.Pytester._makefile", "name": "_makefile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "ext", "lines", "files", "encoding"], "arg_types": ["_pytest.pytester.Pytester", "builtins.str", {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bytes"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_makefile of Pytester", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "_method": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.Pytester._method", "name": "_method", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_mod_collections": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.pytester.Pytester._mod_collections", "name": "_mod_collections", "type": {".class": "Instance", "args": ["_pytest.nodes.Collector", {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector"]}], "type_ref": "builtins.list"}], "type_ref": "weakref.WeakKeyDictionary"}}}, "_monkeypatch": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.Pytester._monkeypatch", "name": "_monkeypatch", "type": "_pytest.monkeypatch.MonkeyPatch"}}, "_name": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.Pytester._name", "name": "_name", "type": "builtins.str"}}, "_path": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.pytester.Pytester._path", "name": "_path", "type": "pathlib.Path"}}, "_request": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.Pytester._request", "name": "_request", "type": "_pytest.fixtures.FixtureRequest"}}, "_sys_modules_snapshot": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.Pytester._sys_modules_snapshot", "name": "_sys_modules_snapshot", "type": "_pytest.pytester.SysModulesSnapshot"}}, "_sys_path_snapshot": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.Pytester._sys_path_snapshot", "name": "_sys_path_snapshot", "type": "_pytest.pytester.SysPathsSnapshot"}}, "_test_tmproot": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.Pytester._test_tmproot", "name": "_test_tmproot", "type": "pathlib.Path"}}, "chdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.Pytester.chdir", "name": "chdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.Pytester"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "chdir of Pytester", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "collect_by_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "modcol", "name"], "flags": [], "fullname": "_pytest.pytester.Pytester.collect_by_name", "name": "collect_by_name", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "modcol", "name"], "arg_types": ["_pytest.pytester.Pytester", "_pytest.nodes.Collector", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "collect_by_name of Pytester", "ret_type": {".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "config": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.Pytester.config", "name": "config", "type": "_pytest.config.Config"}}, "copy_example": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.pytester.Pytester.copy_example", "name": "copy_example", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "name"], "arg_types": ["_pytest.pytester.Pytester", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy_example of Pytester", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "genitems": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "colitems"], "flags": [], "fullname": "_pytest.pytester.Pytester.genitems", "name": "genitems", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "colitems"], "arg_types": ["_pytest.pytester.Pytester", {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector"]}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "genitems of Pytester", "ret_type": {".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "getinicfg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "flags": [], "fullname": "_pytest.pytester.Pytester.getinicfg", "name": "getinicfg", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "arg_types": ["_pytest.pytester.Pytester", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getinicfg of Pytester", "ret_type": "iniconfig.SectionWrapper", "type_guard": null, "variables": []}}}, "getitem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "source", "funcname"], "flags": [], "fullname": "_pytest.pytester.Pytester.getitem", "name": "getitem", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "source", "funcname"], "arg_types": ["_pytest.pytester.Pytester", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getitem of Pytester", "ret_type": "_pytest.nodes.Item", "type_guard": null, "variables": []}}}, "getitems": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "flags": [], "fullname": "_pytest.pytester.Pytester.getitems", "name": "getitems", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "arg_types": ["_pytest.pytester.Pytester", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getitems of Pytester", "ret_type": {".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "getmodulecol": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "source", "configargs", "withinit"], "flags": [], "fullname": "_pytest.pytester.Pytester.getmodulecol", "name": "getmodulecol", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "source", "configargs", "withinit"], "arg_types": ["_pytest.pytester.Pytester", {".class": "UnionType", "items": ["builtins.str", "pathlib.Path"]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getmodulecol of Pytester", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "getnode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "config", "arg"], "flags": [], "fullname": "_pytest.pytester.Pytester.getnode", "name": "getnode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "config", "arg"], "arg_types": ["_pytest.pytester.Pytester", "_pytest.config.Config", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getnode of Pytester", "ret_type": {".class": "UnionType", "items": ["_pytest.nodes.Collector", "_pytest.nodes.Item", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "getpathnode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "_pytest.pytester.Pytester.getpathnode", "name": "getpathnode", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["_pytest.pytester.Pytester", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getpathnode of Pytester", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "inline_genitems": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "_pytest.pytester.Pytester.inline_genitems", "name": "inline_genitems", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["_pytest.pytester.Pytester", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "inline_genitems of Pytester", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "builtins.list"}, "_pytest.pytester.HookRecorder"], "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": []}}}, "inline_run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5], "arg_names": ["self", "args", "plugins", "no_reraise_ctrlc"], "flags": [], "fullname": "_pytest.pytester.Pytester.inline_run", "name": "inline_run", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5], "arg_names": ["self", "args", "plugins", "no_reraise_ctrlc"], "arg_types": ["_pytest.pytester.Pytester", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "inline_run of Pytester", "ret_type": "_pytest.pytester.HookRecorder", "type_guard": null, "variables": []}}}, "inline_runsource": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "source", "cmdlineargs"], "flags": [], "fullname": "_pytest.pytester.Pytester.inline_runsource", "name": "inline_runsource", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "source", "cmdlineargs"], "arg_types": ["_pytest.pytester.Pytester", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "inline_runsource of Pytester", "ret_type": "_pytest.pytester.HookRecorder", "type_guard": null, "variables": []}}}, "make_hook_recorder": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "pluginmanager"], "flags": [], "fullname": "_pytest.pytester.Pytester.make_hook_recorder", "name": "make_hook_recorder", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "pluginmanager"], "arg_types": ["_pytest.pytester.Pytester", "_pytest.config.PytestPluginManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "make_hook_recorder of Pytester", "ret_type": "_pytest.pytester.HookRecorder", "type_guard": null, "variables": []}}}, "makeconftest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "flags": [], "fullname": "_pytest.pytester.Pytester.makeconftest", "name": "makeconftest", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "arg_types": ["_pytest.pytester.Pytester", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makeconftest of Pytester", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "makefile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "ext", "args", "kwargs"], "flags": [], "fullname": "_pytest.pytester.Pytester.makefile", "name": "makefile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "ext", "args", "kwargs"], "arg_types": ["_pytest.pytester.Pytester", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makefile of Pytester", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "makeini": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "flags": [], "fullname": "_pytest.pytester.Pytester.makeini", "name": "makeini", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "arg_types": ["_pytest.pytester.Pytester", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makeini of Pytester", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "makepyfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "_pytest.pytester.Pytester.makepyfile", "name": "makepyfile", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["_pytest.pytester.Pytester", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makepyfile of Pytester", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "makepyprojecttoml": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "flags": [], "fullname": "_pytest.pytester.Pytester.makepyprojecttoml", "name": "makepyprojecttoml", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "arg_types": ["_pytest.pytester.Pytester", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makepyprojecttoml of Pytester", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "maketxtfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "_pytest.pytester.Pytester.maketxtfile", "name": "maketxtfile", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["_pytest.pytester.Pytester", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "maketxtfile of Pytester", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "mkdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.pytester.Pytester.mkdir", "name": "mkdir", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.pytester.Pytester", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkdir of Pytester", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "mkpydir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.pytester.Pytester.mkpydir", "name": "mkpydir", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.pytester.Pytester", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkpydir of Pytester", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "parseconfig": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "_pytest.pytester.Pytester.parseconfig", "name": "parseconfig", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["_pytest.pytester.Pytester", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parseconfig of Pytester", "ret_type": "_pytest.config.Config", "type_guard": null, "variables": []}}}, "parseconfigure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "_pytest.pytester.Pytester.parseconfigure", "name": "parseconfigure", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["_pytest.pytester.Pytester", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parseconfigure of Pytester", "ret_type": "_pytest.config.Config", "type_guard": null, "variables": []}}}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.pytester.Pytester.path", "name": "path", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.Pytester"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "path of Pytester", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "path", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.Pytester"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "path of Pytester", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}}, "plugins": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.pytester.Pytester.plugins", "name": "plugins", "type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.object"]}], "type_ref": "builtins.list"}}}, "popen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 4], "arg_names": ["self", "cmdargs", "stdout", "stderr", "stdin", "kw"], "flags": [], "fullname": "_pytest.pytester.Pytester.popen", "name": "popen", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 4], "arg_names": ["self", "cmdargs", "stdout", "stderr", "stdin", "kw"], "arg_types": ["_pytest.pytester.Pytester", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": ["builtins.int", "typing.TextIO"]}, {".class": "UnionType", "items": ["builtins.int", "typing.TextIO"]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "popen of Pytester", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5], "arg_names": ["self", "cmdargs", "timeout", "stdin"], "flags": [], "fullname": "_pytest.pytester.Pytester.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5], "arg_names": ["self", "cmdargs", "timeout", "stdin"], "arg_types": ["_pytest.pytester.Pytester", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run of Pytester", "ret_type": "_pytest.pytester.RunResult", "type_guard": null, "variables": []}}}, "runitem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "flags": [], "fullname": "_pytest.pytester.Pytester.runitem", "name": "runitem", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "arg_types": ["_pytest.pytester.Pytester", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runitem of Pytester", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "runpytest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "_pytest.pytester.Pytester.runpytest", "name": "runpytest", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["_pytest.pytester.Pytester", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runpytest of Pytester", "ret_type": "_pytest.pytester.RunResult", "type_guard": null, "variables": []}}}, "runpytest_inprocess": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "_pytest.pytester.Pytester.runpytest_inprocess", "name": "runpytest_inprocess", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["_pytest.pytester.Pytester", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runpytest_inprocess of Pytester", "ret_type": "_pytest.pytester.RunResult", "type_guard": null, "variables": []}}}, "runpytest_subprocess": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "timeout"], "flags": [], "fullname": "_pytest.pytester.Pytester.runpytest_subprocess", "name": "runpytest_subprocess", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "timeout"], "arg_types": ["_pytest.pytester.Pytester", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runpytest_subprocess of Pytester", "ret_type": "_pytest.pytester.RunResult", "type_guard": null, "variables": []}}}, "runpython": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "script"], "flags": [], "fullname": "_pytest.pytester.Pytester.runpython", "name": "runpython", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "script"], "arg_types": ["_pytest.pytester.Pytester", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runpython of Pytester", "ret_type": "_pytest.pytester.RunResult", "type_guard": null, "variables": []}}}, "runpython_c": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "command"], "flags": [], "fullname": "_pytest.pytester.Pytester.runpython_c", "name": "runpython_c", "type": null}}, "spawn": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "cmd", "expect_timeout"], "flags": [], "fullname": "_pytest.pytester.Pytester.spawn", "name": "spawn", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "cmd", "expect_timeout"], "arg_types": ["_pytest.pytester.Pytester", "builtins.str", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spawn of Pytester", "ret_type": {".class": "AnyType", "missing_import_name": "_pytest.pytester.pexpect", "source_any": null, "type_of_any": 3}, "type_guard": null, "variables": []}}}, "spawn_pytest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "string", "expect_timeout"], "flags": [], "fullname": "_pytest.pytester.Pytester.spawn_pytest", "name": "spawn_pytest", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "string", "expect_timeout"], "arg_types": ["_pytest.pytester.Pytester", "builtins.str", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spawn_pytest of Pytester", "ret_type": {".class": "AnyType", "missing_import_name": "_pytest.pytester.pexpect", "source_any": null, "type_of_any": 3}, "type_guard": null, "variables": []}}}, "syspathinsert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "path"], "flags": [], "fullname": "_pytest.pytester.Pytester.syspathinsert", "name": "syspathinsert", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "path"], "arg_types": ["_pytest.pytester.Pytester", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "syspathinsert of Pytester", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RunResult": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.pytester.RunResult", "name": "RunResult", "type_vars": []}, "flags": [], "fullname": "_pytest.pytester.RunResult", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.pytester", "mro": ["_pytest.pytester.RunResult", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "ret", "outlines", "errlines", "duration"], "flags": [], "fullname": "_pytest.pytester.RunResult.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "ret", "outlines", "errlines", "duration"], "arg_types": ["_pytest.pytester.RunResult", {".class": "UnionType", "items": ["builtins.int", "_pytest.config.ExitCode"]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of RunResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.RunResult.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.pytester.RunResult"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of RunResult", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "assert_outcomes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "passed", "skipped", "failed", "errors", "xpassed", "xfailed"], "flags": [], "fullname": "_pytest.pytester.RunResult.assert_outcomes", "name": "assert_outcomes", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "passed", "skipped", "failed", "errors", "xpassed", "xfailed"], "arg_types": ["_pytest.pytester.RunResult", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assert_outcomes of RunResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "duration": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.RunResult.duration", "name": "duration", "type": "builtins.float"}}, "errlines": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.RunResult.errlines", "name": "errlines", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "outlines": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.RunResult.outlines", "name": "outlines", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "parse_summary_nouns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "lines"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.pytester.RunResult.parse_summary_nouns", "name": "parse_summary_nouns", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "lines"], "arg_types": [{".class": "TypeType", "item": "_pytest.pytester.RunResult"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_summary_nouns of RunResult", "ret_type": {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "parse_summary_nouns", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "lines"], "arg_types": [{".class": "TypeType", "item": "_pytest.pytester.RunResult"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_summary_nouns of RunResult", "ret_type": {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}}, "parseoutcomes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.RunResult.parseoutcomes", "name": "parseoutcomes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.RunResult"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parseoutcomes of RunResult", "ret_type": {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "ret": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.pytester.RunResult.ret", "name": "ret", "type": {".class": "UnionType", "items": ["builtins.int", "_pytest.config.ExitCode"]}}}, "stderr": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.RunResult.stderr", "name": "stderr", "type": "_pytest.pytester.LineMatcher"}}, "stdout": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.RunResult.stdout", "name": "stdout", "type": "_pytest.pytester.LineMatcher"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SectionWrapper": {".class": "SymbolTableNode", "cross_ref": "iniconfig.SectionWrapper", "kind": "Gdef"}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "Session": {".class": "SymbolTableNode", "cross_ref": "_pytest.main.Session", "kind": "Gdef"}, "Source": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.source.Source", "kind": "Gdef"}, "StringIO": {".class": "SymbolTableNode", "cross_ref": "io.StringIO", "kind": "Gdef"}, "SysModulesSnapshot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.pytester.SysModulesSnapshot", "name": "SysModulesSnapshot", "type_vars": []}, "flags": [], "fullname": "_pytest.pytester.SysModulesSnapshot", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.pytester", "mro": ["_pytest.pytester.SysModulesSnapshot", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "preserve"], "flags": [], "fullname": "_pytest.pytester.SysModulesSnapshot.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "preserve"], "arg_types": ["_pytest.pytester.SysModulesSnapshot", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SysModulesSnapshot", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__preserve": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.SysModulesSnapshot.__preserve", "name": "__preserve", "type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}}}, "__saved": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.SysModulesSnapshot.__saved", "name": "__saved", "type": {".class": "Instance", "args": ["builtins.str", "types.ModuleType"], "type_ref": "builtins.dict"}}}, "restore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.SysModulesSnapshot.restore", "name": "restore", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.SysModulesSnapshot"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "restore of SysModulesSnapshot", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SysPathsSnapshot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.pytester.SysPathsSnapshot", "name": "SysPathsSnapshot", "type_vars": []}, "flags": [], "fullname": "_pytest.pytester.SysPathsSnapshot", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.pytester", "mro": ["_pytest.pytester.SysPathsSnapshot", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.SysPathsSnapshot.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.SysPathsSnapshot"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SysPathsSnapshot", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__saved": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.SysPathsSnapshot.__saved", "name": "__saved", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["sys._MetaPathFinder"], "type_ref": "builtins.list"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "restore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.SysPathsSnapshot.restore", "name": "restore", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.SysPathsSnapshot"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "restore of SysPathsSnapshot", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "TempPathFactory": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempPathFactory", "kind": "Gdef"}, "TestReport": {".class": "SymbolTableNode", "cross_ref": "_pytest.reports.TestReport", "kind": "Gdef"}, "Testdir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.pytester.Testdir", "name": "Testdir", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.pytester.Testdir", "metaclass_type": null, "metadata": {"attrs": {"attributes": [], "frozen": false}}, "module_name": "_pytest.pytester", "mro": ["_pytest.pytester.Testdir", "builtins.object"], "names": {".class": "SymbolTable", "CLOSE_STDIN": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.pytester.Testdir.CLOSE_STDIN", "name": "CLOSE_STDIN", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": ["builtins.object"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}}}, "Session": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.pytester.Testdir.Session", "name": "Session", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": ["_pytest.main.Session"], "def_extras": {"first_arg": "self"}, "fallback": "_pytest.nodes.NodeMeta", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_pytest.main.Session", "type_guard": null, "variables": []}}}, "TimeoutExpired": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.pytester.Testdir.TimeoutExpired", "name": "TimeoutExpired", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["args"], "arg_types": ["builtins.object"], "bound_args": ["_pytest.pytester.Pytester.TimeoutExpired"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_pytest.pytester.Pytester.TimeoutExpired", "type_guard": null, "variables": []}}}, "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.pytester.Testdir._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.pytester.Testdir.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.pytester.Testdir._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.pytester.Testdir._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of Testdir", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.pytester.Testdir._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.pytester.Testdir.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.pytester.Testdir._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.pytester.Testdir._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of Testdir", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.pytester.Testdir._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "pytester", "_ispytest"], "flags": [], "fullname": "_pytest.pytester.Testdir.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "pytester", "_ispytest"], "arg_types": ["_pytest.pytester.Testdir", "_pytest.pytester.Pytester", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Testdir", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.pytester.Testdir.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.pytester.Testdir._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.pytester.Testdir._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of Testdir", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.pytester.Testdir._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.pytester.Testdir.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.pytester.Testdir._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.pytester.Testdir._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of Testdir", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.pytester.Testdir._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.Testdir.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.pytester.Testdir"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of Testdir", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.Testdir.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.pytester.Testdir"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of Testdir", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__test__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.pytester.Testdir.__test__", "name": "__test__", "type": "builtins.bool"}}, "_pytester": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.Testdir._pytester", "name": "_pytester", "type": "_pytest.pytester.Pytester"}}, "chdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.Testdir.chdir", "name": "chdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.Testdir"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "chdir of Testdir", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "collect_by_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "modcol", "name"], "flags": [], "fullname": "_pytest.pytester.Testdir.collect_by_name", "name": "collect_by_name", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "modcol", "name"], "arg_types": ["_pytest.pytester.Testdir", "_pytest.nodes.Collector", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "collect_by_name of Testdir", "ret_type": {".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "copy_example": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.pytester.Testdir.copy_example", "name": "copy_example", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "name"], "arg_types": ["_pytest.pytester.Testdir", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy_example of Testdir", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "finalize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.pytester.Testdir.finalize", "name": "finalize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.Testdir"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "finalize of Testdir", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "genitems": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "colitems"], "flags": [], "fullname": "_pytest.pytester.Testdir.genitems", "name": "genitems", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "colitems"], "arg_types": ["_pytest.pytester.Testdir", {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector"]}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "genitems of Testdir", "ret_type": {".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "getinicfg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "flags": [], "fullname": "_pytest.pytester.Testdir.getinicfg", "name": "getinicfg", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "arg_types": ["_pytest.pytester.Testdir", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getinicfg of Testdir", "ret_type": "iniconfig.SectionWrapper", "type_guard": null, "variables": []}}}, "getitem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "source", "funcname"], "flags": [], "fullname": "_pytest.pytester.Testdir.getitem", "name": "getitem", "type": null}}, "getitems": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "flags": [], "fullname": "_pytest.pytester.Testdir.getitems", "name": "getitems", "type": null}}, "getmodulecol": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "source", "configargs", "withinit"], "flags": [], "fullname": "_pytest.pytester.Testdir.getmodulecol", "name": "getmodulecol", "type": null}}, "getnode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "config", "arg"], "flags": [], "fullname": "_pytest.pytester.Testdir.getnode", "name": "getnode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "config", "arg"], "arg_types": ["_pytest.pytester.Testdir", "_pytest.config.Config", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getnode of Testdir", "ret_type": {".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "getpathnode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "_pytest.pytester.Testdir.getpathnode", "name": "getpathnode", "type": null}}, "inline_genitems": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "_pytest.pytester.Testdir.inline_genitems", "name": "inline_genitems", "type": null}}, "inline_run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5], "arg_names": ["self", "args", "plugins", "no_reraise_ctrlc"], "flags": [], "fullname": "_pytest.pytester.Testdir.inline_run", "name": "inline_run", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5], "arg_names": ["self", "args", "plugins", "no_reraise_ctrlc"], "arg_types": ["_pytest.pytester.Testdir", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "inline_run of Testdir", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "inline_runsource": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "source", "cmdlineargs"], "flags": [], "fullname": "_pytest.pytester.Testdir.inline_runsource", "name": "inline_runsource", "type": null}}, "make_hook_recorder": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "pluginmanager"], "flags": [], "fullname": "_pytest.pytester.Testdir.make_hook_recorder", "name": "make_hook_recorder", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "pluginmanager"], "arg_types": ["_pytest.pytester.Testdir", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "make_hook_recorder of Testdir", "ret_type": "_pytest.pytester.HookRecorder", "type_guard": null, "variables": []}}}, "makeconftest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "flags": [], "fullname": "_pytest.pytester.Testdir.makeconftest", "name": "makeconftest", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "arg_types": ["_pytest.pytester.Testdir", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makeconftest of Testdir", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "makefile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "ext", "args", "kwargs"], "flags": [], "fullname": "_pytest.pytester.Testdir.makefile", "name": "makefile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "ext", "args", "kwargs"], "arg_types": ["_pytest.pytester.Testdir", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makefile of Testdir", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "makeini": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "flags": [], "fullname": "_pytest.pytester.Testdir.makeini", "name": "makeini", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "arg_types": ["_pytest.pytester.Testdir", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makeini of Testdir", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "makepyfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "_pytest.pytester.Testdir.makepyfile", "name": "makepyfile", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["_pytest.pytester.Testdir", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makepyfile of Testdir", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "makepyprojecttoml": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "flags": [], "fullname": "_pytest.pytester.Testdir.makepyprojecttoml", "name": "makepyprojecttoml", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "arg_types": ["_pytest.pytester.Testdir", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makepyprojecttoml of Testdir", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "maketxtfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "_pytest.pytester.Testdir.maketxtfile", "name": "maketxtfile", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["_pytest.pytester.Testdir", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "maketxtfile of Testdir", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "mkdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.pytester.Testdir.mkdir", "name": "mkdir", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.pytester.Testdir", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkdir of Testdir", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "mkpydir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.pytester.Testdir.mkpydir", "name": "mkpydir", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.pytester.Testdir", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkpydir of Testdir", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "monkeypatch": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.pytester.Testdir.monkeypatch", "name": "monkeypatch", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.Testdir"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "monkeypatch of Testdir", "ret_type": "_pytest.monkeypatch.MonkeyPatch", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "monkeypatch", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.Testdir"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "monkeypatch of Testdir", "ret_type": "_pytest.monkeypatch.MonkeyPatch", "type_guard": null, "variables": []}}}}, "parseconfig": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "_pytest.pytester.Testdir.parseconfig", "name": "parseconfig", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["_pytest.pytester.Testdir", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parseconfig of Testdir", "ret_type": "_pytest.config.Config", "type_guard": null, "variables": []}}}, "parseconfigure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "_pytest.pytester.Testdir.parseconfigure", "name": "parseconfigure", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["_pytest.pytester.Testdir", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parseconfigure of Testdir", "ret_type": "_pytest.config.Config", "type_guard": null, "variables": []}}}, "plugins": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "_pytest.pytester.Testdir.plugins", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "_pytest.pytester.Testdir.plugins", "name": "plugins", "type": null}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "plugins", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.Testdir"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "plugins of Testdir", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "plugins"], "flags": ["is_decorated"], "fullname": "_pytest.pytester.Testdir.plugins", "name": "plugins", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "plugins", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.Testdir"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "plugins", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}]}}}, "popen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 4], "arg_names": ["self", "cmdargs", "stdout", "stderr", "stdin", "kw"], "flags": [], "fullname": "_pytest.pytester.Testdir.popen", "name": "popen", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 4], "arg_names": ["self", "cmdargs", "stdout", "stderr", "stdin", "kw"], "arg_types": ["_pytest.pytester.Testdir", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": ["builtins.int", "typing.TextIO"]}, {".class": "UnionType", "items": ["builtins.int", "typing.TextIO"]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "popen of Testdir", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "request": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.pytester.Testdir.request", "name": "request", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "request", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.Testdir"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "request of Testdir", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5], "arg_names": ["self", "cmdargs", "timeout", "stdin"], "flags": [], "fullname": "_pytest.pytester.Testdir.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5], "arg_names": ["self", "cmdargs", "timeout", "stdin"], "arg_types": ["_pytest.pytester.Testdir", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run of Testdir", "ret_type": "_pytest.pytester.RunResult", "type_guard": null, "variables": []}}}, "runitem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "flags": [], "fullname": "_pytest.pytester.Testdir.runitem", "name": "runitem", "type": null}}, "runpytest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "_pytest.pytester.Testdir.runpytest", "name": "runpytest", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["_pytest.pytester.Testdir", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runpytest of Testdir", "ret_type": "_pytest.pytester.RunResult", "type_guard": null, "variables": []}}}, "runpytest_inprocess": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "_pytest.pytester.Testdir.runpytest_inprocess", "name": "runpytest_inprocess", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["_pytest.pytester.Testdir", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runpytest_inprocess of Testdir", "ret_type": "_pytest.pytester.RunResult", "type_guard": null, "variables": []}}}, "runpytest_subprocess": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "timeout"], "flags": [], "fullname": "_pytest.pytester.Testdir.runpytest_subprocess", "name": "runpytest_subprocess", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "timeout"], "arg_types": ["_pytest.pytester.Testdir", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runpytest_subprocess of Testdir", "ret_type": "_pytest.pytester.RunResult", "type_guard": null, "variables": []}}}, "runpython": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "script"], "flags": [], "fullname": "_pytest.pytester.Testdir.runpython", "name": "runpython", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "script"], "arg_types": ["_pytest.pytester.Testdir", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runpython of Testdir", "ret_type": "_pytest.pytester.RunResult", "type_guard": null, "variables": []}}}, "runpython_c": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "command"], "flags": [], "fullname": "_pytest.pytester.Testdir.runpython_c", "name": "runpython_c", "type": null}}, "spawn": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "cmd", "expect_timeout"], "flags": [], "fullname": "_pytest.pytester.Testdir.spawn", "name": "spawn", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "cmd", "expect_timeout"], "arg_types": ["_pytest.pytester.Testdir", "builtins.str", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spawn of Testdir", "ret_type": {".class": "AnyType", "missing_import_name": "_pytest.pytester.pexpect", "source_any": null, "type_of_any": 3}, "type_guard": null, "variables": []}}}, "spawn_pytest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "string", "expect_timeout"], "flags": [], "fullname": "_pytest.pytester.Testdir.spawn_pytest", "name": "spawn_pytest", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "string", "expect_timeout"], "arg_types": ["_pytest.pytester.Testdir", "builtins.str", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spawn_pytest of Testdir", "ret_type": {".class": "AnyType", "missing_import_name": "_pytest.pytester.pexpect", "source_any": null, "type_of_any": 3}, "type_guard": null, "variables": []}}}, "syspathinsert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "path"], "flags": [], "fullname": "_pytest.pytester.Testdir.syspathinsert", "name": "syspathinsert", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "path"], "arg_types": ["_pytest.pytester.Testdir", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "syspathinsert of Testdir", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "test_tmproot": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.pytester.Testdir.test_tmproot", "name": "test_tmproot", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.Testdir"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "test_tmproot of Testdir", "ret_type": "py.path.local", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "test_tmproot", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.Testdir"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "test_tmproot of Testdir", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}}, "tmpdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.pytester.Testdir.tmpdir", "name": "tmpdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.Testdir"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tmpdir of Testdir", "ret_type": "py.path.local", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "tmpdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.pytester.Testdir"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tmpdir of Testdir", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TextIO": {".class": "SymbolTableNode", "cross_ref": "typing.TextIO", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "WeakKeyDictionary": {".class": "SymbolTableNode", "cross_ref": "weakref.WeakKeyDictionary", "kind": "Gdef"}, "_PluggyPlugin": {".class": "SymbolTableNode", "cross_ref": "_pytest.config._PluggyPlugin", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.pytester.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.pytester.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.pytester.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.pytester.__package__", "name": "__package__", "type": "builtins.str"}}, "_config_for_test": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.pytester._config_for_test", "name": "_config_for_test", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_config_for_test", "ret_type": {".class": "Instance", "args": ["_pytest.config.Config", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_config_for_test", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_config_for_test", "ret_type": {".class": "Instance", "args": ["_pytest.config.Config", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}}, "_get_multicapture": {".class": "SymbolTableNode", "cross_ref": "_pytest.capture._get_multicapture", "kind": "Gdef"}, "_pytest": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["request"], "flags": ["is_decorated"], "fullname": "_pytest.pytester._pytest", "name": "_pytest", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_pytest", "ret_type": "_pytest.pytester.PytestArg", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_pytest", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_pytest", "ret_type": "_pytest.pytester.PytestArg", "type_guard": null, "variables": []}}}}, "_sys_snapshot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.pytester._sys_snapshot", "name": "_sys_snapshot", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sys_snapshot", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_sys_snapshot", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sys_snapshot", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}}, "attr": {".class": "SymbolTableNode", "cross_ref": "attr", "kind": "Gdef"}, "check_ispytest": {".class": "SymbolTableNode", "cross_ref": "_pytest.deprecated.check_ispytest", "kind": "Gdef"}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "contextlib": {".class": "SymbolTableNode", "cross_ref": "contextlib", "kind": "Gdef"}, "fail": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.fail", "kind": "Gdef"}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "fixture": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.fixture", "kind": "Gdef"}, "fnmatch": {".class": "SymbolTableNode", "cross_ref": "fnmatch.fnmatch", "kind": "Gdef"}, "gc": {".class": "SymbolTableNode", "cross_ref": "gc", "kind": "Gdef"}, "get_public_names": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["values"], "flags": [], "fullname": "_pytest.pytester.get_public_names", "name": "get_public_names", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["values"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_public_names", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "hookimpl": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.hookimpl", "kind": "Gdef"}, "importlib": {".class": "SymbolTableNode", "cross_ref": "importlib", "kind": "Gdef"}, "importorskip": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.importorskip", "kind": "Gdef"}, "linecomp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_decorated"], "fullname": "_pytest.pytester.linecomp", "name": "linecomp", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "linecomp", "ret_type": "_pytest.pytester.LineComp", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "linecomp", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "linecomp", "ret_type": "_pytest.pytester.LineComp", "type_guard": null, "variables": []}}}}, "main": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.main", "kind": "Gdef"}, "make_numbered_dir": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.make_numbered_dir", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef"}, "pexpect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "_pytest.pytester.pexpect", "name": "pexpect", "type": {".class": "AnyType", "missing_import_name": "_pytest.pytester.pexpect", "source_any": null, "type_of_any": 3}}}, "platform": {".class": "SymbolTableNode", "cross_ref": "platform", "kind": "Gdef"}, "py": {".class": "SymbolTableNode", "cross_ref": "py", "kind": "Gdef"}, "pytest_addoption": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["parser"], "flags": [], "fullname": "_pytest.pytester.pytest_addoption", "name": "pytest_addoption", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["parser"], "arg_types": ["_pytest.config.argparsing.Parser"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_addoption", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_configure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.pytester.pytest_configure", "name": "pytest_configure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_configure", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_plugins": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.pytest_plugins", "name": "pytest_plugins", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "pytester": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["request", "tmp_path_factory"], "flags": ["is_decorated"], "fullname": "_pytest.pytester.pytester", "name": "pytester", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["request", "tmp_path_factory"], "arg_types": ["_pytest.fixtures.FixtureRequest", "_pytest.tmpdir.TempPathFactory"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytester", "ret_type": "_pytest.pytester.Pytester", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytester", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["request", "tmp_path_factory"], "arg_types": ["_pytest.fixtures.FixtureRequest", "_pytest.tmpdir.TempPathFactory"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytester", "ret_type": "_pytest.pytester.Pytester", "type_guard": null, "variables": []}}}}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "reprec@1077": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.pytester.reprec@1077", "name": "reprec", "type_vars": []}, "flags": [], "fullname": "_pytest.pytester.reprec@1077", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.pytester", "mro": ["_pytest.pytester.reprec@1077", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "reprec@1115": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.pytester.reprec@1115", "name": "reprec", "type_vars": []}, "flags": [], "fullname": "_pytest.pytester.reprec@1115", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.pytester", "mro": ["_pytest.pytester.reprec@1115", "builtins.object"], "names": {".class": "SymbolTable", "ret": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.pytester.reprec@1115.ret", "name": "ret", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "reprec@1121": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.pytester.reprec@1121", "name": "reprec", "type_vars": []}, "flags": [], "fullname": "_pytest.pytester.reprec@1121", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.pytester", "mro": ["_pytest.pytester.reprec@1121", "builtins.object"], "names": {".class": "SymbolTable", "ret": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.pytester.reprec@1121.ret", "name": "ret", "type": "_pytest.config.ExitCode"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "rex_outcome": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.rex_outcome", "name": "rex_outcome", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "rex_session_duration": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.pytester.rex_session_duration", "name": "rex_session_duration", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "shutil": {".class": "SymbolTableNode", "cross_ref": "shutil", "kind": "Gdef"}, "skip": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.skip", "kind": "Gdef"}, "subprocess": {".class": "SymbolTableNode", "cross_ref": "subprocess", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "testdir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pytester"], "flags": ["is_decorated"], "fullname": "_pytest.pytester.testdir", "name": "testdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pytester"], "arg_types": ["_pytest.pytester.Pytester"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "testdir", "ret_type": "_pytest.pytester.Testdir", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "testdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pytester"], "arg_types": ["_pytest.pytester.Pytester"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "testdir", "ret_type": "_pytest.pytester.Testdir", "type_guard": null, "variables": []}}}}, "timing": {".class": "SymbolTableNode", "cross_ref": "_pytest.timing", "kind": "Gdef"}, "traceback": {".class": "SymbolTableNode", "cross_ref": "traceback", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/pytester.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/pytester.meta.json b/.mypy_cache/3.9/_pytest/pytester.meta.json deleted file mode 100644 index f84ac7ab1..000000000 --- a/.mypy_cache/3.9/_pytest/pytester.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [5, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 33, 35, 36, 37, 40, 40, 41, 42, 43, 44, 50, 51, 52, 54, 55, 56, 58, 61, 62, 64, 65, 68, 418, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 70], "dep_prios": [10, 20, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 5, 5, 5, 5, 5, 10, 10, 5, 20, 10, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 25, 20, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 25], "dependencies": ["collections.abc", "collections", "contextlib", "gc", "importlib", "os", "platform", "re", "shutil", "subprocess", "sys", "traceback", "fnmatch", "io", "pathlib", "typing", "weakref", "attr", "py", "iniconfig", "_pytest", "_pytest.timing", "_pytest._code", "_pytest.capture", "_pytest.compat", "_pytest.config", "_pytest.config.argparsing", "_pytest.deprecated", "_pytest.fixtures", "_pytest.main", "_pytest.monkeypatch", "_pytest.nodes", "_pytest.outcomes", "_pytest.pathlib", "_pytest.reports", "_pytest.tmpdir", "_pytest.warning_types", "typing_extensions", "_pytest.pytester_assertions", "builtins", "_pytest._code.code", "_pytest._code.source", "_typeshed", "abc", "attr.setters", "enum", "py.path", "time", "types"], "hash": "8cbf4a4c41aef9510ef59e930341c95bbac518917f9c58d52f925680d71274bc", "id": "_pytest.pytester", "ignore_all": true, "interface_hash": "684b5319087305356962eb2e31d77fe9f24082dce7fdd2bc2732f2ddd45b5924", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/pytester.py", "plugin_data": null, "size": 67472, "suppressed": ["pexpect"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/pytester_assertions.data.json b/.mypy_cache/3.9/_pytest/pytester_assertions.data.json deleted file mode 100644 index f00fcd622..000000000 --- a/.mypy_cache/3.9/_pytest/pytester_assertions.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.pytester_assertions", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "CollectReport": {".class": "SymbolTableNode", "cross_ref": "_pytest.reports.CollectReport", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "TestReport": {".class": "SymbolTableNode", "cross_ref": "_pytest.reports.TestReport", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.pytester_assertions.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.pytester_assertions.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.pytester_assertions.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.pytester_assertions.__package__", "name": "__package__", "type": "builtins.str"}}, "assert_outcomes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["outcomes", "passed", "skipped", "failed", "errors", "xpassed", "xfailed"], "flags": [], "fullname": "_pytest.pytester_assertions.assert_outcomes", "name": "assert_outcomes", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["outcomes", "passed", "skipped", "failed", "errors", "xpassed", "xfailed"], "arg_types": [{".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}, "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assert_outcomes", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertoutcome": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["outcomes", "passed", "skipped", "failed"], "flags": [], "fullname": "_pytest.pytester_assertions.assertoutcome", "name": "assertoutcome", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["outcomes", "passed", "skipped", "failed"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["_pytest.reports.TestReport"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.reports.CollectReport", "_pytest.reports.TestReport"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.reports.CollectReport", "_pytest.reports.TestReport"]}], "type_ref": "typing.Sequence"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertoutcome", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/pytester_assertions.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/pytester_assertions.meta.json b/.mypy_cache/3.9/_pytest/pytester_assertions.meta.json deleted file mode 100644 index 040d5b6c6..000000000 --- a/.mypy_cache/3.9/_pytest/pytester_assertions.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [6, 11, 1, 1], "dep_prios": [5, 5, 5, 30], "dependencies": ["typing", "_pytest.reports", "builtins", "abc"], "hash": "157b0c6a97b368f5f24058bbf3a0925a857b6990e5a58c5f7e1f19cb5f0b86d3", "id": "_pytest.pytester_assertions", "ignore_all": true, "interface_hash": "4f0f0e09c41b7a3e167c9a893200d9608ed28c9985a0d9edbd75ac66429c4c73", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/pytester_assertions.py", "plugin_data": null, "size": 1959, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/python.data.json b/.mypy_cache/3.9/_pytest/python.data.json deleted file mode 100644 index 5cfe6bc55..000000000 --- a/.mypy_cache/3.9/_pytest/python.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.python", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "CallSpec2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.python.CallSpec2", "name": "CallSpec2", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.python.CallSpec2", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.python", "mro": ["_pytest.python.CallSpec2", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "metafunc"], "flags": [], "fullname": "_pytest.python.CallSpec2.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "metafunc"], "arg_types": ["_pytest.python.CallSpec2", "_pytest.python.Metafunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CallSpec2", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_arg2scopenum": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.python.CallSpec2._arg2scopenum", "name": "_arg2scopenum", "type": {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}}}, "_checkargnotcontained": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "_pytest.python.CallSpec2._checkargnotcontained", "name": "_checkargnotcontained", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["_pytest.python.CallSpec2", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_checkargnotcontained of CallSpec2", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_idlist": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.python.CallSpec2._idlist", "name": "_idlist", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.CallSpec2.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.CallSpec2"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of CallSpec2", "ret_type": "_pytest.python.CallSpec2", "type_guard": null, "variables": []}}}, "funcargs": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.python.CallSpec2.funcargs", "name": "funcargs", "type": {".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "builtins.dict"}}}, "getparam": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.python.CallSpec2.getparam", "name": "getparam", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.python.CallSpec2", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getparam of CallSpec2", "ret_type": "builtins.object", "type_guard": null, "variables": []}}}, "id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.python.CallSpec2.id", "name": "id", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.CallSpec2"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "id of CallSpec2", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "id", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.CallSpec2"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "id of CallSpec2", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "indices": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.python.CallSpec2.indices", "name": "indices", "type": {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}}}, "marks": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.python.CallSpec2.marks", "name": "marks", "type": {".class": "Instance", "args": ["_pytest.mark.structures.Mark"], "type_ref": "builtins.list"}}}, "metafunc": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.python.CallSpec2.metafunc", "name": "metafunc", "type": "_pytest.python.Metafunc"}}, "params": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.python.CallSpec2.params", "name": "params", "type": {".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "builtins.dict"}}}, "setmulti2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "valtypes", "argnames", "valset", "id", "marks", "scopenum", "param_index"], "flags": [], "fullname": "_pytest.python.CallSpec2.setmulti2", "name": "setmulti2", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "valtypes", "argnames", "valset", "id", "marks", "scopenum", "param_index"], "arg_types": ["_pytest.python.CallSpec2", {".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "params"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "funcargs"}]}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Iterable"}, "builtins.str", {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.Mark", "_pytest.mark.structures.MarkDecorator"]}], "type_ref": "typing.Iterable"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setmulti2 of CallSpec2", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Class": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.python.PyCollector"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.python.Class", "name": "Class", "type_vars": []}, "flags": [], "fullname": "_pytest.python.Class", "metaclass_type": "_pytest.nodes.NodeMeta", "metadata": {}, "module_name": "_pytest.python", "mro": ["_pytest.python.Class", "_pytest.python.PyCollector", "_pytest.python.PyobjMixin", "_pytest.nodes.Collector", "_pytest.nodes.Node", "builtins.object"], "names": {".class": "SymbolTable", "_inject_setup_class_fixture": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.Class._inject_setup_class_fixture", "name": "_inject_setup_class_fixture", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.Class"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_inject_setup_class_fixture of Class", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_inject_setup_method_fixture": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.Class._inject_setup_method_fixture", "name": "_inject_setup_method_fixture", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.Class"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_inject_setup_method_fixture of Class", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "collect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.Class.collect", "name": "collect", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.Class"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "collect of Class", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector"]}], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}}, "from_parent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 5], "arg_names": ["cls", "parent", "name", "obj"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.python.Class.from_parent", "name": "from_parent", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_parent", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["cls", "parent", "name", "obj"], "arg_types": [{".class": "TypeType", "item": "_pytest.python.Class"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_parent of Class", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef"}, "Counter": {".class": "SymbolTableNode", "cross_ref": "collections.Counter", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "ExceptionInfo": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo", "kind": "Gdef"}, "ExitCode": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.ExitCode", "kind": "Gdef"}, "FSCOLLECTOR_GETHOOKPROXY_ISINITPATH": {".class": "SymbolTableNode", "cross_ref": "_pytest.deprecated.FSCOLLECTOR_GETHOOKPROXY_ISINITPATH", "kind": "Gdef"}, "FuncFixtureInfo": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.FuncFixtureInfo", "kind": "Gdef"}, "Function": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.python.PyobjMixin", "_pytest.nodes.Item"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.python.Function", "name": "Function", "type_vars": []}, "flags": [], "fullname": "_pytest.python.Function", "metaclass_type": "_pytest.nodes.NodeMeta", "metadata": {}, "module_name": "_pytest.python", "mro": ["_pytest.python.Function", "_pytest.python.PyobjMixin", "_pytest.nodes.Item", "_pytest.nodes.Node", "builtins.object"], "names": {".class": "SymbolTable", "_ALLOW_MARKERS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.python.Function._ALLOW_MARKERS", "name": "_ALLOW_MARKERS", "type": "builtins.bool"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "parent", "config", "callspec", "callobj", "keywords", "session", "fixtureinfo", "originalname"], "flags": [], "fullname": "_pytest.python.Function.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "parent", "config", "callspec", "callobj", "keywords", "session", "fixtureinfo", "originalname"], "arg_types": ["_pytest.python.Function", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": ["_pytest.config.Config", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["_pytest.python.CallSpec2", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": ["_pytest.main.Session", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["_pytest.fixtures.FuncFixtureInfo", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Function", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_fixtureinfo": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.python.Function._fixtureinfo", "name": "_fixtureinfo", "type": "_pytest.fixtures.FuncFixtureInfo"}}, "_getobj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.Function._getobj", "name": "_getobj", "type": null}}, "_initrequest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.Function._initrequest", "name": "_initrequest", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.Function"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_initrequest of Function", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_prunetraceback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "excinfo"], "flags": [], "fullname": "_pytest.python.Function._prunetraceback", "name": "_prunetraceback", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "excinfo"], "arg_types": ["_pytest.python.Function", {".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_prunetraceback of Function", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_pyfuncitem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.python.Function._pyfuncitem", "name": "_pyfuncitem", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_pyfuncitem", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.Function"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_pyfuncitem of Function", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_request": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.python.Function._request", "name": "_request", "type": "_pytest.fixtures.FixtureRequest"}}, "callspec": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.python.Function.callspec", "name": "callspec", "type": "_pytest.python.CallSpec2"}}, "fixturenames": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.python.Function.fixturenames", "name": "fixturenames", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "from_parent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["cls", "parent", "kw"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.python.Function.from_parent", "name": "from_parent", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_parent", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["cls", "parent", "kw"], "arg_types": [{".class": "TypeType", "item": "_pytest.python.Function"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_parent of Function", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "funcargs": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.python.Function.funcargs", "name": "funcargs", "type": {".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "builtins.dict"}}}, "function": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.python.Function.function", "name": "function", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "function", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.Function"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "function of Function", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "originalname": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.python.Function.originalname", "name": "originalname", "type": "builtins.str"}}, "repr_failure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "excinfo"], "flags": [], "fullname": "_pytest.python.Function.repr_failure", "name": "repr_failure", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "excinfo"], "arg_types": ["_pytest.python.Function", {".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_failure of Function", "ret_type": {".class": "UnionType", "items": ["builtins.str", "_pytest._code.code.TerminalRepr"]}, "type_guard": null, "variables": []}}}, "runtest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.Function.runtest", "name": "runtest", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.Function"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runtest of Function", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.Function.setup", "name": "setup", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.Function"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setup of Function", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FunctionDefinition": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.python.Function"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.python.FunctionDefinition", "name": "FunctionDefinition", "type_vars": []}, "flags": [], "fullname": "_pytest.python.FunctionDefinition", "metaclass_type": "_pytest.nodes.NodeMeta", "metadata": {}, "module_name": "_pytest.python", "mro": ["_pytest.python.FunctionDefinition", "_pytest.python.Function", "_pytest.python.PyobjMixin", "_pytest.nodes.Item", "_pytest.nodes.Node", "builtins.object"], "names": {".class": "SymbolTable", "runtest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.FunctionDefinition.runtest", "name": "runtest", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.FunctionDefinition"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runtest of FunctionDefinition", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.python.FunctionDefinition.setup", "name": "setup", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.FunctionDefinition"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef"}, "IGNORED_ATTRIBUTES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.python.IGNORED_ATTRIBUTES", "name": "IGNORED_ATTRIBUTES", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.frozenset"}}}, "ImportPathMismatchError": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.ImportPathMismatchError", "kind": "Gdef"}, "Instance": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.python.PyCollector"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.python.Instance", "name": "Instance", "type_vars": []}, "flags": [], "fullname": "_pytest.python.Instance", "metaclass_type": "_pytest.nodes.NodeMeta", "metadata": {}, "module_name": "_pytest.python", "mro": ["_pytest.python.Instance", "_pytest.python.PyCollector", "_pytest.python.PyobjMixin", "_pytest.nodes.Collector", "_pytest.nodes.Node", "builtins.object"], "names": {".class": "SymbolTable", "_ALLOW_MARKERS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.python.Instance._ALLOW_MARKERS", "name": "_ALLOW_MARKERS", "type": "builtins.bool"}}, "_getobj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.Instance._getobj", "name": "_getobj", "type": null}}, "collect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.Instance.collect", "name": "collect", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.Instance"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "collect of Instance", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector"]}], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}}, "newinstance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.Instance.newinstance", "name": "newinstance", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef"}, "MARK_GEN": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.MARK_GEN", "kind": "Gdef"}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef"}, "Mark": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.Mark", "kind": "Gdef"}, "MarkDecorator": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.MarkDecorator", "kind": "Gdef"}, "Metafunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.python.Metafunc", "name": "Metafunc", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.python.Metafunc", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.python", "mro": ["_pytest.python.Metafunc", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["self", "definition", "fixtureinfo", "config", "cls", "module"], "flags": [], "fullname": "_pytest.python.Metafunc.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["self", "definition", "fixtureinfo", "config", "cls", "module"], "arg_types": ["_pytest.python.Metafunc", "_pytest.python.FunctionDefinition", "_pytest.fixtures.FuncFixtureInfo", "_pytest.config.Config", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Metafunc", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_arg2fixturedefs": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.python.Metafunc._arg2fixturedefs", "name": "_arg2fixturedefs", "type": {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.fixtures.FixtureDef"}], "type_ref": "typing.Sequence"}], "type_ref": "builtins.dict"}}}, "_calls": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.python.Metafunc._calls", "name": "_calls", "type": {".class": "Instance", "args": ["_pytest.python.CallSpec2"], "type_ref": "builtins.list"}}}, "_resolve_arg_ids": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "argnames", "ids", "parameters", "nodeid"], "flags": [], "fullname": "_pytest.python.Metafunc._resolve_arg_ids", "name": "_resolve_arg_ids", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "argnames", "ids", "parameters", "nodeid"], "arg_types": ["_pytest.python.Metafunc", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "builtins.float", "builtins.int", "builtins.bool"]}], "type_ref": "typing.Iterable"}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}], "type_ref": "typing.Sequence"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_resolve_arg_ids of Metafunc", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_resolve_arg_value_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "argnames", "indirect"], "flags": [], "fullname": "_pytest.python.Metafunc._resolve_arg_value_types", "name": "_resolve_arg_value_types", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "argnames", "indirect"], "arg_types": ["_pytest.python.Metafunc", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_resolve_arg_value_types of Metafunc", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "params"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "funcargs"}]}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "_validate_ids": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "ids", "parameters", "func_name"], "flags": [], "fullname": "_pytest.python.Metafunc._validate_ids", "name": "_validate_ids", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "ids", "parameters", "func_name"], "arg_types": ["_pytest.python.Metafunc", {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "builtins.float", "builtins.int", "builtins.bool"]}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}], "type_ref": "typing.Sequence"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_validate_ids of Metafunc", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str"]}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_validate_if_using_arg_names": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "argnames", "indirect"], "flags": [], "fullname": "_pytest.python.Metafunc._validate_if_using_arg_names", "name": "_validate_if_using_arg_names", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "argnames", "indirect"], "arg_types": ["_pytest.python.Metafunc", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_validate_if_using_arg_names of Metafunc", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cls": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.python.Metafunc.cls", "name": "cls", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "config": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.python.Metafunc.config", "name": "config", "type": "_pytest.config.Config"}}, "definition": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.python.Metafunc.definition", "name": "definition", "type": "_pytest.python.FunctionDefinition"}}, "fixturenames": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.python.Metafunc.fixturenames", "name": "fixturenames", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "function": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.python.Metafunc.function", "name": "function", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "module": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.python.Metafunc.module", "name": "module", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "parametrize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 5], "arg_names": ["self", "argnames", "argvalues", "indirect", "ids", "scope", "_param_mark"], "flags": [], "fullname": "_pytest.python.Metafunc.parametrize", "name": "parametrize", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 5], "arg_names": ["self", "argnames", "argvalues", "indirect", "ids", "scope", "_param_mark"], "arg_types": ["_pytest.python.Metafunc", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}]}, {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Sequence"}, "builtins.object"]}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "builtins.float", "builtins.int", "builtins.bool"]}], "type_ref": "typing.Iterable"}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "session"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "package"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "module"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "class"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "function"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["_pytest.mark.structures.Mark", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parametrize of Metafunc", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.nodes.File", "_pytest.python.PyCollector"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.python.Module", "name": "Module", "type_vars": []}, "flags": [], "fullname": "_pytest.python.Module", "metaclass_type": "_pytest.nodes.NodeMeta", "metadata": {}, "module_name": "_pytest.python", "mro": ["_pytest.python.Module", "_pytest.nodes.File", "_pytest.nodes.FSCollector", "_pytest.python.PyCollector", "_pytest.python.PyobjMixin", "_pytest.nodes.Collector", "_pytest.nodes.Node", "builtins.object"], "names": {".class": "SymbolTable", "_getobj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.Module._getobj", "name": "_getobj", "type": null}}, "_importtestmodule": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.Module._importtestmodule", "name": "_importtestmodule", "type": null}}, "_inject_setup_function_fixture": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.Module._inject_setup_function_fixture", "name": "_inject_setup_function_fixture", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_inject_setup_function_fixture of Module", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_inject_setup_module_fixture": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.Module._inject_setup_module_fixture", "name": "_inject_setup_module_fixture", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_inject_setup_module_fixture of Module", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "collect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.Module.collect", "name": "collect", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "collect of Module", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector"]}], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NOTSET": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.NOTSET", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Package": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.python.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.python.Package", "name": "Package", "type_vars": []}, "flags": [], "fullname": "_pytest.python.Package", "metaclass_type": "_pytest.nodes.NodeMeta", "metadata": {}, "module_name": "_pytest.python", "mro": ["_pytest.python.Package", "_pytest.python.Module", "_pytest.nodes.File", "_pytest.nodes.FSCollector", "_pytest.python.PyCollector", "_pytest.python.PyobjMixin", "_pytest.nodes.Collector", "_pytest.nodes.Node", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "fspath", "parent", "config", "session", "nodeid"], "flags": [], "fullname": "_pytest.python.Package.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "fspath", "parent", "config", "session", "nodeid"], "arg_types": ["_pytest.python.Package", "py.path.local", "_pytest.nodes.Collector", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Package", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_collectfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "path", "handle_dupes"], "flags": [], "fullname": "_pytest.python.Package._collectfile", "name": "_collectfile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "path", "handle_dupes"], "arg_types": ["_pytest.python.Package", "py.path.local", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_collectfile of Package", "ret_type": {".class": "Instance", "args": ["_pytest.nodes.Collector"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}}, "_recurse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "direntry"], "flags": [], "fullname": "_pytest.python.Package._recurse", "name": "_recurse", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "direntry"], "arg_types": ["_pytest.python.Package", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.DirEntry"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_recurse of Package", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "collect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_generator"], "fullname": "_pytest.python.Package.collect", "name": "collect", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.Package"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "collect of Package", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector"]}], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}}, "gethookproxy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fspath"], "flags": [], "fullname": "_pytest.python.Package.gethookproxy", "name": "gethookproxy", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fspath"], "arg_types": ["_pytest.python.Package", "py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gethookproxy of Package", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "isinitpath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "_pytest.python.Package.isinitpath", "name": "isinitpath", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["_pytest.python.Package", "py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isinitpath of Package", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "setup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.Package.setup", "name": "setup", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.Package"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setup of Package", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ParameterSet": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.ParameterSet", "kind": "Gdef"}, "Parser": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.argparsing.Parser", "kind": "Gdef"}, "PyCollector": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.python.PyobjMixin", "_pytest.nodes.Collector"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.python.PyCollector", "name": "PyCollector", "type_vars": []}, "flags": [], "fullname": "_pytest.python.PyCollector", "metaclass_type": "_pytest.nodes.NodeMeta", "metadata": {}, "module_name": "_pytest.python", "mro": ["_pytest.python.PyCollector", "_pytest.python.PyobjMixin", "_pytest.nodes.Collector", "_pytest.nodes.Node", "builtins.object"], "names": {".class": "SymbolTable", "_genfunctions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "funcobj"], "flags": ["is_generator"], "fullname": "_pytest.python.PyCollector._genfunctions", "name": "_genfunctions", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "funcobj"], "arg_types": ["_pytest.python.PyCollector", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_genfunctions of PyCollector", "ret_type": {".class": "Instance", "args": ["_pytest.python.Function"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "_matches_prefix_or_glob_option": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "option_name", "name"], "flags": [], "fullname": "_pytest.python.PyCollector._matches_prefix_or_glob_option", "name": "_matches_prefix_or_glob_option", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "option_name", "name"], "arg_types": ["_pytest.python.PyCollector", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_matches_prefix_or_glob_option of PyCollector", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "classnamefilter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.python.PyCollector.classnamefilter", "name": "classnamefilter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.python.PyCollector", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "classnamefilter of PyCollector", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "collect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.PyCollector.collect", "name": "collect", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.PyCollector"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "collect of PyCollector", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector"]}], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}}, "funcnamefilter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.python.PyCollector.funcnamefilter", "name": "funcnamefilter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.python.PyCollector", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "funcnamefilter of PyCollector", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isnosetest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "_pytest.python.PyCollector.isnosetest", "name": "isnosetest", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "arg_types": ["_pytest.python.PyCollector", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isnosetest of PyCollector", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "istestclass": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "name"], "flags": [], "fullname": "_pytest.python.PyCollector.istestclass", "name": "istestclass", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "name"], "arg_types": ["_pytest.python.PyCollector", "builtins.object", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "istestclass of PyCollector", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "istestfunction": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "name"], "flags": [], "fullname": "_pytest.python.PyCollector.istestfunction", "name": "istestfunction", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "name"], "arg_types": ["_pytest.python.PyCollector", "builtins.object", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "istestfunction of PyCollector", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PyobjMixin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.python.PyobjMixin", "name": "PyobjMixin", "type_vars": []}, "flags": [], "fullname": "_pytest.python.PyobjMixin", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.python", "mro": ["_pytest.python.PyobjMixin", "builtins.object"], "names": {".class": "SymbolTable", "_ALLOW_MARKERS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.python.PyobjMixin._ALLOW_MARKERS", "name": "_ALLOW_MARKERS", "type": "builtins.bool"}}, "_getobj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.PyobjMixin._getobj", "name": "_getobj", "type": null}}, "_obj": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.python.PyobjMixin._obj", "name": "_obj", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "cls": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.python.PyobjMixin.cls", "name": "cls", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "cls", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.PyobjMixin"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "cls of PyobjMixin", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "getmodpath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "stopatmodule", "includemodule"], "flags": [], "fullname": "_pytest.python.PyobjMixin.getmodpath", "name": "getmodpath", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "stopatmodule", "includemodule"], "arg_types": ["_pytest.python.PyobjMixin", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getmodpath of PyobjMixin", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getparent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "cls"], "flags": [], "fullname": "_pytest.python.PyobjMixin.getparent", "name": "getparent", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "cls"], "arg_types": ["_pytest.python.PyobjMixin", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.nodes._NodeType", "id": -1, "name": "nodes._NodeType", "upper_bound": "_pytest.nodes.Node", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getparent of PyobjMixin", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "_pytest.nodes._NodeType", "id": -1, "name": "nodes._NodeType", "upper_bound": "_pytest.nodes.Node", "values": [], "variance": 0}, {".class": "NoneType"}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.nodes._NodeType", "id": -1, "name": "nodes._NodeType", "upper_bound": "_pytest.nodes.Node", "values": [], "variance": 0}]}}}, "instance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.python.PyobjMixin.instance", "name": "instance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "instance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.PyobjMixin"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "instance of PyobjMixin", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "listchain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.PyobjMixin.listchain", "name": "listchain", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.PyobjMixin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "listchain of PyobjMixin", "ret_type": {".class": "Instance", "args": ["_pytest.nodes.Node"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.python.PyobjMixin.module", "name": "module", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "module", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.PyobjMixin"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "module of PyobjMixin", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.python.PyobjMixin.name", "name": "name", "type": "builtins.str"}}, "obj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "_pytest.python.PyobjMixin.obj", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "_pytest.python.PyobjMixin.obj", "name": "obj", "type": null}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "obj", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.PyobjMixin"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "obj of PyobjMixin", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "_pytest.python.PyobjMixin.obj", "name": "obj", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "obj", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.PyobjMixin"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "obj", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}]}}}, "own_markers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.python.PyobjMixin.own_markers", "name": "own_markers", "type": {".class": "Instance", "args": ["_pytest.mark.structures.Mark"], "type_ref": "builtins.list"}}}, "parent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.python.PyobjMixin.parent", "name": "parent", "type": {".class": "UnionType", "items": ["_pytest.nodes.Node", {".class": "NoneType"}]}}}, "reportinfo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python.PyobjMixin.reportinfo", "name": "reportinfo", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python.PyobjMixin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reportinfo of PyobjMixin", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["py.path.local", "builtins.str"]}, "builtins.int", "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_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PytestCollectionWarning": {".class": "SymbolTableNode", "cross_ref": "_pytest.warning_types.PytestCollectionWarning", "kind": "Gdef"}, "PytestUnhandledCoroutineWarning": {".class": "SymbolTableNode", "cross_ref": "_pytest.warning_types.PytestUnhandledCoroutineWarning", "kind": "Gdef"}, "REGEX_TYPE": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.REGEX_TYPE", "kind": "Gdef"}, "STRING_TYPES": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.STRING_TYPES", "kind": "Gdef"}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "Session": {".class": "SymbolTableNode", "cross_ref": "_pytest.main.Session", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "TerminalRepr": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.TerminalRepr", "kind": "Gdef"}, "TerminalWriter": {".class": "SymbolTableNode", "cross_ref": "_pytest._io.terminalwriter.TerminalWriter", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_EmptyClass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.python._EmptyClass", "name": "_EmptyClass", "type_vars": []}, "flags": [], "fullname": "_pytest.python._EmptyClass", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.python", "mro": ["_pytest.python._EmptyClass", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Scope": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures._Scope", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.python.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.python.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.python.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.python.__package__", "name": "__package__", "type": "builtins.str"}}, "_ascii_escaped_by_config": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["val", "config"], "flags": [], "fullname": "_pytest.python._ascii_escaped_by_config", "name": "_ascii_escaped_by_config", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["val", "config"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, {".class": "UnionType", "items": ["_pytest.config.Config", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_ascii_escaped_by_config", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_call_with_optional_argument": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["func", "arg"], "flags": [], "fullname": "_pytest.python._call_with_optional_argument", "name": "_call_with_optional_argument", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["func", "arg"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_call_with_optional_argument", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_find_parametrized_scope": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["argnames", "arg2fixturedefs", "indirect"], "flags": [], "fullname": "_pytest.python._find_parametrized_scope", "name": "_find_parametrized_scope", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["argnames", "arg2fixturedefs", "indirect"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "_pytest.fixtures.FixtureDef"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Mapping"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_find_parametrized_scope", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "_pytest.fixtures._Scope"}, "type_guard": null, "variables": []}}}, "_get_first_non_fixture_func": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["obj", "names"], "flags": [], "fullname": "_pytest.python._get_first_non_fixture_func", "name": "_get_first_non_fixture_func", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["obj", "names"], "arg_types": ["builtins.object", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_first_non_fixture_func", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_idval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["val", "argname", "idx", "idfn", "nodeid", "config"], "flags": [], "fullname": "_pytest.python._idval", "name": "_idval", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["val", "argname", "idx", "idfn", "nodeid", "config"], "arg_types": ["builtins.object", "builtins.str", "builtins.int", {".class": "UnionType", "items": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["_pytest.config.Config", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_idval", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_idvalset": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["idx", "parameterset", "argnames", "idfn", "ids", "nodeid", "config"], "flags": [], "fullname": "_pytest.python._idvalset", "name": "_idvalset", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["idx", "parameterset", "argnames", "idfn", "ids", "nodeid", "config"], "arg_types": ["builtins.int", {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str"]}], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["_pytest.config.Config", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_idvalset", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_pytest": {".class": "SymbolTableNode", "cross_ref": "_pytest", "kind": "Gdef"}, "_show_fixtures_per_test": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["config", "session"], "flags": [], "fullname": "_pytest.python._show_fixtures_per_test", "name": "_show_fixtures_per_test", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["config", "session"], "arg_types": ["_pytest.config.Config", "_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_show_fixtures_per_test", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_showfixtures_main": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["config", "session"], "flags": [], "fullname": "_pytest.python._showfixtures_main", "name": "_showfixtures_main", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["config", "session"], "arg_types": ["_pytest.config.Config", "_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_showfixtures_main", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "ascii_escaped": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.ascii_escaped", "kind": "Gdef"}, "async_warn_and_skip": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["nodeid"], "flags": [], "fullname": "_pytest.python.async_warn_and_skip", "name": "async_warn_and_skip", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["nodeid"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "async_warn_and_skip", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "defaultdict": {".class": "SymbolTableNode", "cross_ref": "collections.defaultdict", "kind": "Gdef"}, "enum": {".class": "SymbolTableNode", "cross_ref": "enum", "kind": "Gdef"}, "fail": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.fail", "kind": "Gdef"}, "filter_traceback": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.filter_traceback", "kind": "Gdef"}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "fixtures": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures", "kind": "Gdef"}, "fnmatch": {".class": "SymbolTableNode", "cross_ref": "fnmatch", "kind": "Gdef"}, "get_default_arg_names": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.get_default_arg_names", "kind": "Gdef"}, "get_real_func": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.get_real_func", "kind": "Gdef"}, "get_unpacked_marks": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.get_unpacked_marks", "kind": "Gdef"}, "getfslineno": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.getfslineno", "kind": "Gdef"}, "getimfunc": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.getimfunc", "kind": "Gdef"}, "getlocation": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.getlocation", "kind": "Gdef"}, "hasinit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "_pytest.python.hasinit", "name": "hasinit", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hasinit", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "hasnew": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "_pytest.python.hasnew", "name": "hasnew", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hasnew", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "hookimpl": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.hookimpl", "kind": "Gdef"}, "idmaker": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["argnames", "parametersets", "idfn", "ids", "config", "nodeid"], "flags": [], "fullname": "_pytest.python.idmaker", "name": "idmaker", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["argnames", "parametersets", "idfn", "ids", "config", "nodeid"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.object", "_pytest.compat.NotSetType"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.mark.structures.MarkDecorator", "_pytest.mark.structures.Mark"]}], "type_ref": "typing.Collection"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "_pytest.mark.structures.ParameterSet"}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str"]}], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["_pytest.config.Config", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "idmaker", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "import_path": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.import_path", "kind": "Gdef"}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef"}, "is_async_function": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.is_async_function", "kind": "Gdef"}, "is_generator": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.is_generator", "kind": "Gdef"}, "itertools": {".class": "SymbolTableNode", "cross_ref": "itertools", "kind": "Gdef"}, "nodes": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes", "kind": "Gdef"}, "normalize_mark_list": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.normalize_mark_list", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "partial": {".class": "SymbolTableNode", "cross_ref": "functools.partial", "kind": "Gdef"}, "parts": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.parts", "kind": "Gdef"}, "path_matches_patterns": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["path", "patterns"], "flags": [], "fullname": "_pytest.python.path_matches_patterns", "name": "path_matches_patterns", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["path", "patterns"], "arg_types": ["py.path.local", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "path_matches_patterns", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "py": {".class": "SymbolTableNode", "cross_ref": "py", "kind": "Gdef"}, "pytest_addoption": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["parser"], "flags": [], "fullname": "_pytest.python.pytest_addoption", "name": "pytest_addoption", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["parser"], "arg_types": ["_pytest.config.argparsing.Parser"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_addoption", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_cmdline_main": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.python.pytest_cmdline_main", "name": "pytest_cmdline_main", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_cmdline_main", "ret_type": {".class": "UnionType", "items": ["builtins.int", "_pytest.config.ExitCode", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "pytest_collect_file": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["path", "parent"], "flags": [], "fullname": "_pytest.python.pytest_collect_file", "name": "pytest_collect_file", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["path", "parent"], "arg_types": ["py.path.local", "_pytest.nodes.Collector"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collect_file", "ret_type": {".class": "UnionType", "items": ["_pytest.python.Module", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "pytest_configure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.python.pytest_configure", "name": "pytest_configure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_configure", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_generate_tests": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["metafunc"], "flags": [], "fullname": "_pytest.python.pytest_generate_tests", "name": "pytest_generate_tests", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["metafunc"], "arg_types": ["_pytest.python.Metafunc"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_generate_tests", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_pycollect_makeitem": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["collector", "name", "obj"], "flags": ["is_decorated"], "fullname": "_pytest.python.pytest_pycollect_makeitem", "name": "pytest_pycollect_makeitem", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["collector", "name", "obj"], "arg_types": ["_pytest.python.PyCollector", "builtins.str", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_pycollect_makeitem", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_pycollect_makeitem", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_pycollect_makemodule": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["path", "parent"], "flags": [], "fullname": "_pytest.python.pytest_pycollect_makemodule", "name": "pytest_pycollect_makemodule", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["path", "parent"], "arg_types": ["py.path.local", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_pycollect_makemodule", "ret_type": "_pytest.python.Module", "type_guard": null, "variables": []}}}, "pytest_pyfunc_call": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pyfuncitem"], "flags": ["is_decorated"], "fullname": "_pytest.python.pytest_pyfunc_call", "name": "pytest_pyfunc_call", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pyfuncitem"], "arg_types": ["_pytest.python.Function"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_pyfunc_call", "ret_type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_pyfunc_call", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "safe_getattr": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.safe_getattr", "kind": "Gdef"}, "safe_isclass": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.safe_isclass", "kind": "Gdef"}, "saferepr": {".class": "SymbolTableNode", "cross_ref": "_pytest._io.saferepr.saferepr", "kind": "Gdef"}, "show_fixtures_per_test": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.python.show_fixtures_per_test", "name": "show_fixtures_per_test", "type": null}}, "showfixtures": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.python.showfixtures", "name": "showfixtures", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "showfixtures", "ret_type": {".class": "UnionType", "items": ["builtins.int", "_pytest.config.ExitCode"]}, "type_guard": null, "variables": []}}}, "skip": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.skip", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef"}, "visit": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.visit", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}, "write_docstring": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["tw", "doc", "indent"], "flags": [], "fullname": "_pytest.python.write_docstring", "name": "write_docstring", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["tw", "doc", "indent"], "arg_types": ["_pytest._io.terminalwriter.TerminalWriter", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write_docstring", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/python.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/python.meta.json b/.mypy_cache/3.9/_pytest/python.meta.json deleted file mode 100644 index 625fc6854..000000000 --- a/.mypy_cache/3.9/_pytest/python.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 29, 31, 32, 33, 34, 36, 38, 39, 40, 53, 56, 57, 59, 60, 62, 66, 68, 72, 76, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 10, 10, 10, 5, 5, 5, 10, 10, 5, 10, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 25, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["enum", "fnmatch", "inspect", "itertools", "os", "sys", "types", "warnings", "collections", "functools", "typing", "py", "_pytest", "_pytest.fixtures", "_pytest.nodes", "_pytest._code", "_pytest._code.code", "_pytest._io", "_pytest._io.saferepr", "_pytest.compat", "_pytest.config", "_pytest.config.argparsing", "_pytest.deprecated", "_pytest.main", "_pytest.mark", "_pytest.mark.structures", "_pytest.outcomes", "_pytest.pathlib", "_pytest.warning_types", "typing_extensions", "builtins", "_pytest._io.terminalwriter", "_pytest.hookspec", "_typeshed", "_warnings", "abc", "argparse", "pathlib", "posixpath", "py.path"], "hash": "ef3349e05205111b01cb71e73ece87fa93c7ce62b5e0e63092213b092603ed3e", "id": "_pytest.python", "ignore_all": true, "interface_hash": "587892238351c70e38715ae381bbba70d19db221620e6c06c7b31449b6926da9", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/python.py", "plugin_data": null, "size": 64125, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/python_api.data.json b/.mypy_cache/3.9/_pytest/python_api.data.json deleted file mode 100644 index 1b8ab74f6..000000000 --- a/.mypy_cache/3.9/_pytest/python_api.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.python_api", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, "typing.Sized"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.python_api.", "name": "", "type_vars": []}, "flags": ["is_intersection"], "fullname": "_pytest.python_api.", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.python_api", "mro": ["_pytest.python_api.", "typing.Iterable", "typing.Sized", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, "typing.Sized"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.python_api.1", "name": "", "type_vars": []}, "flags": ["is_intersection"], "fullname": "_pytest.python_api.1", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.python_api", "mro": ["_pytest.python_api.1", "typing.Iterable", "typing.Sized", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "ApproxBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.python_api.ApproxBase", "name": "ApproxBase", "type_vars": []}, "flags": [], "fullname": "_pytest.python_api.ApproxBase", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.python_api", "mro": ["_pytest.python_api.ApproxBase", "builtins.object"], "names": {".class": "SymbolTable", "__array_priority__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.python_api.ApproxBase.__array_priority__", "name": "__array_priority__", "type": "builtins.int"}}, "__array_ufunc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.python_api.ApproxBase.__array_ufunc__", "name": "__array_ufunc__", "type": {".class": "NoneType"}}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "actual"], "flags": [], "fullname": "_pytest.python_api.ApproxBase.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest.python_api.ApproxBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of ApproxBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.python_api.ApproxBase.__hash__", "name": "__hash__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "expected", "rel", "abs", "nan_ok"], "flags": [], "fullname": "_pytest.python_api.ApproxBase.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "expected", "rel", "abs", "nan_ok"], "arg_types": ["_pytest.python_api.ApproxBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ApproxBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "actual"], "flags": [], "fullname": "_pytest.python_api.ApproxBase.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest.python_api.ApproxBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of ApproxBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python_api.ApproxBase.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.python_api.ApproxBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of ApproxBase", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_approx_scalar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "_pytest.python_api.ApproxBase._approx_scalar", "name": "_approx_scalar", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": ["_pytest.python_api.ApproxBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_approx_scalar of ApproxBase", "ret_type": "_pytest.python_api.ApproxScalar", "type_guard": null, "variables": []}}}, "_check_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python_api.ApproxBase._check_type", "name": "_check_type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python_api.ApproxBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_type of ApproxBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_yield_comparisons": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "actual"], "flags": [], "fullname": "_pytest.python_api.ApproxBase._yield_comparisons", "name": "_yield_comparisons", "type": null}}, "abs": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.python_api.ApproxBase.abs", "name": "abs", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "expected": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.python_api.ApproxBase.expected", "name": "expected", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "nan_ok": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.python_api.ApproxBase.nan_ok", "name": "nan_ok", "type": "builtins.bool"}}, "rel": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.python_api.ApproxBase.rel", "name": "rel", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ApproxDecimal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.python_api.ApproxScalar"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.python_api.ApproxDecimal", "name": "ApproxDecimal", "type_vars": []}, "flags": [], "fullname": "_pytest.python_api.ApproxDecimal", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.python_api", "mro": ["_pytest.python_api.ApproxDecimal", "_pytest.python_api.ApproxScalar", "_pytest.python_api.ApproxBase", "builtins.object"], "names": {".class": "SymbolTable", "DEFAULT_ABSOLUTE_TOLERANCE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.python_api.ApproxDecimal.DEFAULT_ABSOLUTE_TOLERANCE", "name": "DEFAULT_ABSOLUTE_TOLERANCE", "type": "decimal.Decimal"}}, "DEFAULT_RELATIVE_TOLERANCE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.python_api.ApproxDecimal.DEFAULT_RELATIVE_TOLERANCE", "name": "DEFAULT_RELATIVE_TOLERANCE", "type": "decimal.Decimal"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ApproxMapping": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.python_api.ApproxBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.python_api.ApproxMapping", "name": "ApproxMapping", "type_vars": []}, "flags": [], "fullname": "_pytest.python_api.ApproxMapping", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.python_api", "mro": ["_pytest.python_api.ApproxMapping", "_pytest.python_api.ApproxBase", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "actual"], "flags": [], "fullname": "_pytest.python_api.ApproxMapping.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest.python_api.ApproxMapping", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of ApproxMapping", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python_api.ApproxMapping.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.python_api.ApproxMapping"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of ApproxMapping", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_check_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python_api.ApproxMapping._check_type", "name": "_check_type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python_api.ApproxMapping"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_type of ApproxMapping", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_yield_comparisons": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "actual"], "flags": ["is_generator"], "fullname": "_pytest.python_api.ApproxMapping._yield_comparisons", "name": "_yield_comparisons", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ApproxNumpy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.python_api.ApproxBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.python_api.ApproxNumpy", "name": "ApproxNumpy", "type_vars": []}, "flags": [], "fullname": "_pytest.python_api.ApproxNumpy", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.python_api", "mro": ["_pytest.python_api.ApproxNumpy", "_pytest.python_api.ApproxBase", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "actual"], "flags": [], "fullname": "_pytest.python_api.ApproxNumpy.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest.python_api.ApproxNumpy", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of ApproxNumpy", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python_api.ApproxNumpy.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.python_api.ApproxNumpy"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of ApproxNumpy", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_yield_comparisons": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "actual"], "flags": ["is_generator"], "fullname": "_pytest.python_api.ApproxNumpy._yield_comparisons", "name": "_yield_comparisons", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ApproxScalar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.python_api.ApproxBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.python_api.ApproxScalar", "name": "ApproxScalar", "type_vars": []}, "flags": [], "fullname": "_pytest.python_api.ApproxScalar", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.python_api", "mro": ["_pytest.python_api.ApproxScalar", "_pytest.python_api.ApproxBase", "builtins.object"], "names": {".class": "SymbolTable", "DEFAULT_ABSOLUTE_TOLERANCE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.python_api.ApproxScalar.DEFAULT_ABSOLUTE_TOLERANCE", "name": "DEFAULT_ABSOLUTE_TOLERANCE", "type": {".class": "UnionType", "items": ["builtins.float", "decimal.Decimal"]}}}, "DEFAULT_RELATIVE_TOLERANCE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.python_api.ApproxScalar.DEFAULT_RELATIVE_TOLERANCE", "name": "DEFAULT_RELATIVE_TOLERANCE", "type": {".class": "UnionType", "items": ["builtins.float", "decimal.Decimal"]}}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "actual"], "flags": [], "fullname": "_pytest.python_api.ApproxScalar.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest.python_api.ApproxScalar", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of ApproxScalar", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.python_api.ApproxScalar.__hash__", "name": "__hash__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python_api.ApproxScalar.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.python_api.ApproxScalar"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of ApproxScalar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "tolerance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.python_api.ApproxScalar.tolerance", "name": "tolerance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "tolerance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python_api.ApproxScalar"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "tolerance of ApproxScalar", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ApproxSequencelike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.python_api.ApproxBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.python_api.ApproxSequencelike", "name": "ApproxSequencelike", "type_vars": []}, "flags": [], "fullname": "_pytest.python_api.ApproxSequencelike", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.python_api", "mro": ["_pytest.python_api.ApproxSequencelike", "_pytest.python_api.ApproxBase", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "actual"], "flags": [], "fullname": "_pytest.python_api.ApproxSequencelike.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest.python_api.ApproxSequencelike", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of ApproxSequencelike", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python_api.ApproxSequencelike.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.python_api.ApproxSequencelike"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of ApproxSequencelike", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_check_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python_api.ApproxSequencelike._check_type", "name": "_check_type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.python_api.ApproxSequencelike"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_type of ApproxSequencelike", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_yield_comparisons": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "actual"], "flags": [], "fullname": "_pytest.python_api.ApproxSequencelike._yield_comparisons", "name": "_yield_comparisons", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Complex": {".class": "SymbolTableNode", "cross_ref": "numbers.Complex", "kind": "Gdef"}, "Decimal": {".class": "SymbolTableNode", "cross_ref": "decimal.Decimal", "kind": "Gdef"}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef"}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Pattern": {".class": "SymbolTableNode", "cross_ref": "typing.Pattern", "kind": "Gdef"}, "RaisesContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.python_api.RaisesContext", "name": "RaisesContext", "type_vars": [{".class": "TypeVarDef", "fullname": "_pytest.python_api._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}]}, "flags": ["is_final"], "fullname": "_pytest.python_api.RaisesContext", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.python_api", "mro": ["_pytest.python_api.RaisesContext", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.python_api.RaisesContext.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "_pytest.python_api.RaisesContext"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of RaisesContext", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "_pytest._code.code.ExceptionInfo"}, "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "_pytest.python_api.RaisesContext.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "_pytest.python_api.RaisesContext"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of RaisesContext", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "expected_exception", "message", "match_expr"], "flags": [], "fullname": "_pytest.python_api.RaisesContext.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "expected_exception", "message", "match_expr"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "_pytest.python_api.RaisesContext"}, {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}], "type_ref": "builtins.tuple"}]}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of RaisesContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "excinfo": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.python_api.RaisesContext.excinfo", "name": "excinfo", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "_pytest._code.code.ExceptionInfo"}, {".class": "NoneType"}]}}}, "expected_exception": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.python_api.RaisesContext.expected_exception", "name": "expected_exception", "type": {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}], "type_ref": "builtins.tuple"}]}}}, "match_expr": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.python_api.RaisesContext.match_expr", "name": "match_expr", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "NoneType"}]}}}, "message": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.python_api.RaisesContext.message", "name": "message", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": ["_E"], "typeddict_type": null}}, "STRING_TYPES": {".class": "SymbolTableNode", "cross_ref": "_pytest.compat.STRING_TYPES", "kind": "Gdef"}, "Sized": {".class": "SymbolTableNode", "cross_ref": "typing.Sized", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_E": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.python_api._E", "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.python_api.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.python_api.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.python_api.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.python_api.__package__", "name": "__package__", "type": "builtins.str"}}, "_as_numpy_array": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "_pytest.python_api._as_numpy_array", "name": "_as_numpy_array", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_as_numpy_array", "ret_type": {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_is_numpy_array": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "_pytest.python_api._is_numpy_array", "name": "_is_numpy_array", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_numpy_array", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_non_numeric_type_error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["value", "at"], "flags": [], "fullname": "_pytest.python_api._non_numeric_type_error", "name": "_non_numeric_type_error", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["value", "at"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_non_numeric_type_error", "ret_type": "builtins.TypeError", "type_guard": null, "variables": []}}}, "_pytest": {".class": "SymbolTableNode", "cross_ref": "_pytest", "kind": "Gdef"}, "_recursive_list_map": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["f", "x"], "flags": [], "fullname": "_pytest.python_api._recursive_list_map", "name": "_recursive_list_map", "type": null}}, "approx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["expected", "rel", "abs", "nan_ok"], "flags": [], "fullname": "_pytest.python_api.approx", "name": "approx", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["expected", "rel", "abs", "nan_ok"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "approx", "ret_type": "_pytest.python_api.ApproxBase", "type_guard": null, "variables": []}}}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef"}, "fail": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.fail", "kind": "Gdef"}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "ndarray": {".class": "SymbolTableNode", "cross_ref": "numpy.ndarray", "kind": "Gdef"}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef"}, "pprint": {".class": "SymbolTableNode", "cross_ref": "pprint", "kind": "Gdef"}, "raises": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "_pytest.python_api.raises", "impl": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["expected_exception", "args", "kwargs"], "flags": ["is_overload"], "fullname": "_pytest.python_api.raises", "name": "raises", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["expected_exception", "args", "kwargs"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}], "type_ref": "builtins.tuple"}]}, {".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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "raises", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "_pytest.python_api.RaisesContext"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "_pytest._code.code.ExceptionInfo"}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.python_api._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}]}}, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["expected_exception", "match"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.python_api.raises", "name": "raises", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["expected_exception", "match"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "raises", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "_pytest.python_api.RaisesContext"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.python_api._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "raises", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["expected_exception", "func", "args", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.python_api.raises", "name": "raises", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["expected_exception", "func", "args", "kwargs"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}], "type_ref": "builtins.tuple"}]}, {".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", "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": "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "raises", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "_pytest._code.code.ExceptionInfo"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.python_api._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "raises", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["expected_exception", "match"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "raises", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "_pytest.python_api.RaisesContext"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.python_api._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["expected_exception", "func", "args", "kwargs"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}], "type_ref": "builtins.tuple"}]}, {".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", "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": "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "raises", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.python_api._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "_pytest._code.code.ExceptionInfo"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.python_api._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}]}]}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/python_api.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/python_api.meta.json b/.mypy_cache/3.9/_pytest/python_api.meta.json deleted file mode 100644 index 68800ce1c..000000000 --- a/.mypy_cache/3.9/_pytest/python_api.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 2, 3, 6, 7, 8, 9, 23, 26, 26, 27, 29, 558, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 5, 5, 20, 10, 20, 5, 5, 20, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["math", "pprint", "collections.abc", "decimal", "numbers", "types", "typing", "numpy", "_pytest._code", "_pytest", "_pytest.compat", "_pytest.outcomes", "sys", "builtins", "_pytest._code.code", "_typeshed", "abc", "numpy.core", "numpy.core._asarray", "numpy.core.numeric", "numpy.typing", "numpy.typing._array_like", "numpy.typing._dtype_like", "typing_extensions"], "hash": "66e2ee62ff3bfeaa844aae1c0e7a92f5c06d3c8aa1736e854cb8cf492c337124", "id": "_pytest.python_api", "ignore_all": true, "interface_hash": "b1ef5fe8c7d86c3f5a15e5ded125f438c9a057d06d894dc8a9d04f80162ab1d0", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/python_api.py", "plugin_data": null, "size": 30442, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/recwarn.data.json b/.mypy_cache/3.9/_pytest/recwarn.data.json deleted file mode 100644 index 2247a7b3c..000000000 --- a/.mypy_cache/3.9/_pytest/recwarn.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.recwarn", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef"}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Pattern": {".class": "SymbolTableNode", "cross_ref": "typing.Pattern", "kind": "Gdef"}, "T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.recwarn.T", "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "WarningsChecker": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.recwarn.WarningsRecorder"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.recwarn.WarningsChecker", "name": "WarningsChecker", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.recwarn.WarningsChecker", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.recwarn", "mro": ["_pytest.recwarn.WarningsChecker", "_pytest.recwarn.WarningsRecorder", "warnings.catch_warnings", "builtins.object"], "names": {".class": "SymbolTable", "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "_pytest.recwarn.WarningsChecker.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["_pytest.recwarn.WarningsChecker", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of WarningsChecker", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["self", "expected_warning", "match_expr", "_ispytest"], "flags": [], "fullname": "_pytest.recwarn.WarningsChecker.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["self", "expected_warning", "match_expr", "_ispytest"], "arg_types": ["_pytest.recwarn.WarningsChecker", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.Warning"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.Warning"}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of WarningsChecker", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "expected_warning": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.recwarn.WarningsChecker.expected_warning", "name": "expected_warning", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.Warning"}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}}}, "match_expr": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.recwarn.WarningsChecker.match_expr", "name": "match_expr", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "WarningsRecorder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["warnings.catch_warnings"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.recwarn.WarningsRecorder", "name": "WarningsRecorder", "type_vars": []}, "flags": [], "fullname": "_pytest.recwarn.WarningsRecorder", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.recwarn", "mro": ["_pytest.recwarn.WarningsRecorder", "warnings.catch_warnings", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.recwarn.WarningsRecorder.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.recwarn.WarningsRecorder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of WarningsRecorder", "ret_type": "_pytest.recwarn.WarningsRecorder", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "_pytest.recwarn.WarningsRecorder.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["_pytest.recwarn.WarningsRecorder", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of WarningsRecorder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": [], "fullname": "_pytest.recwarn.WarningsRecorder.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest.recwarn.WarningsRecorder", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of WarningsRecorder", "ret_type": "warnings.WarningMessage", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["self", "_ispytest"], "flags": [], "fullname": "_pytest.recwarn.WarningsRecorder.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "_ispytest"], "arg_types": ["_pytest.recwarn.WarningsRecorder", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of WarningsRecorder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.recwarn.WarningsRecorder.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.recwarn.WarningsRecorder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of WarningsRecorder", "ret_type": {".class": "Instance", "args": ["warnings.WarningMessage"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.recwarn.WarningsRecorder.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.recwarn.WarningsRecorder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of WarningsRecorder", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_entered": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.recwarn.WarningsRecorder._entered", "name": "_entered", "type": "builtins.bool"}}, "_list": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.recwarn.WarningsRecorder._list", "name": "_list", "type": {".class": "Instance", "args": ["warnings.WarningMessage"], "type_ref": "builtins.list"}}}, "clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.recwarn.WarningsRecorder.clear", "name": "clear", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.recwarn.WarningsRecorder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear of WarningsRecorder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "list": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.recwarn.WarningsRecorder.list", "name": "list", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.recwarn.WarningsRecorder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "list of WarningsRecorder", "ret_type": {".class": "Instance", "args": ["warnings.WarningMessage"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "list", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.recwarn.WarningsRecorder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "list of WarningsRecorder", "ret_type": {".class": "Instance", "args": ["warnings.WarningMessage"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "pop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "cls"], "flags": [], "fullname": "_pytest.recwarn.WarningsRecorder.pop", "name": "pop", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "cls"], "arg_types": ["_pytest.recwarn.WarningsRecorder", {".class": "TypeType", "item": "builtins.Warning"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop of WarningsRecorder", "ret_type": "warnings.WarningMessage", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.recwarn.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.recwarn.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.recwarn.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.recwarn.__package__", "name": "__package__", "type": "builtins.str"}}, "check_ispytest": {".class": "SymbolTableNode", "cross_ref": "_pytest.deprecated.check_ispytest", "kind": "Gdef"}, "deprecated_call": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "_pytest.recwarn.deprecated_call", "impl": {".class": "FuncDef", "arg_kinds": [1, 2, 4], "arg_names": ["func", "args", "kwargs"], "flags": ["is_overload"], "fullname": "_pytest.recwarn.deprecated_call", "name": "deprecated_call", "type": {".class": "CallableType", "arg_kinds": [1, 2, 4], "arg_names": ["func", "args", "kwargs"], "arg_types": [{".class": "UnionType", "items": [{".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", "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": "NoneType"}]}, {".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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "deprecated_call", "ret_type": {".class": "UnionType", "items": ["_pytest.recwarn.WarningsRecorder", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}]}, "type_guard": null, "variables": []}}, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [5], "arg_names": ["match"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.recwarn.deprecated_call", "name": "deprecated_call", "type": {".class": "CallableType", "arg_kinds": [5], "arg_names": ["match"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "deprecated_call", "ret_type": "_pytest.recwarn.WarningsRecorder", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "deprecated_call", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["func", "args", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.recwarn.deprecated_call", "name": "deprecated_call", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["func", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "_pytest.recwarn.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "deprecated_call", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.recwarn.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.recwarn.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "deprecated_call", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [5], "arg_names": ["match"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "deprecated_call", "ret_type": "_pytest.recwarn.WarningsRecorder", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["func", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "_pytest.recwarn.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "deprecated_call", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.recwarn.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.recwarn.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "fail": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.fail", "kind": "Gdef"}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "fixture": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.fixture", "kind": "Gdef"}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef"}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "recwarn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.recwarn.recwarn", "name": "recwarn", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "recwarn", "ret_type": {".class": "Instance", "args": ["_pytest.recwarn.WarningsRecorder", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "recwarn", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "recwarn", "ret_type": {".class": "Instance", "args": ["_pytest.recwarn.WarningsRecorder", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}, "warns": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "_pytest.recwarn.warns", "impl": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 4], "arg_names": ["expected_warning", "args", "match", "kwargs"], "flags": ["is_overload"], "fullname": "_pytest.recwarn.warns", "name": "warns", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 4], "arg_names": ["expected_warning", "args", "match", "kwargs"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.Warning"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.Warning"}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "warns", "ret_type": {".class": "UnionType", "items": ["_pytest.recwarn.WarningsChecker", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}]}, "type_guard": null, "variables": []}}, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["expected_warning", "match"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.recwarn.warns", "name": "warns", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["expected_warning", "match"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.Warning"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.Warning"}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "warns", "ret_type": "_pytest.recwarn.WarningsChecker", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "warns", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["expected_warning", "func", "args", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "_pytest.recwarn.warns", "name": "warns", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["expected_warning", "func", "args", "kwargs"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.Warning"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.Warning"}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "_pytest.recwarn.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "warns", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.recwarn.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.recwarn.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "warns", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["expected_warning", "match"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.Warning"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.Warning"}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "warns", "ret_type": "_pytest.recwarn.WarningsChecker", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["expected_warning", "func", "args", "kwargs"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.Warning"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.Warning"}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "_pytest.recwarn.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "warns", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.recwarn.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.recwarn.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/recwarn.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/recwarn.meta.json b/.mypy_cache/3.9/_pytest/recwarn.meta.json deleted file mode 100644 index 6accf1b2a..000000000 --- a/.mypy_cache/3.9/_pytest/recwarn.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [2, 3, 4, 5, 18, 19, 20, 21, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 5, 5, 5, 5, 30, 30, 30, 30, 30], "dependencies": ["re", "warnings", "types", "typing", "_pytest.compat", "_pytest.deprecated", "_pytest.fixtures", "_pytest.outcomes", "builtins", "_pytest.config", "_typeshed", "abc", "enum", "typing_extensions"], "hash": "f9d1dc116cb1fef3f23b70b511b02360b60630cf0bd5adba824fc4e51ffaf4ce", "id": "_pytest.recwarn", "ignore_all": true, "interface_hash": "6c9c827bf5268a381332a4d1c1757b7d5da34c5da262984bd15b64544055fd31", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/recwarn.py", "plugin_data": null, "size": 10288, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/reports.data.json b/.mypy_cache/3.9/_pytest/reports.data.json deleted file mode 100644 index b5b8bcf6b..000000000 --- a/.mypy_cache/3.9/_pytest/reports.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.reports", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "BaseReport": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.reports.BaseReport", "name": "BaseReport", "type_vars": []}, "flags": [], "fullname": "_pytest.reports.BaseReport", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.reports", "mro": ["_pytest.reports.BaseReport", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "_pytest.reports.BaseReport.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest.reports.BaseReport", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of BaseReport", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kw"], "flags": [], "fullname": "_pytest.reports.BaseReport.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kw"], "arg_types": ["_pytest.reports.BaseReport", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BaseReport", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_from_json": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "reportdict"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.reports.BaseReport._from_json", "name": "_from_json", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "reportdict"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.reports._R", "id": -1, "name": "_R", "upper_bound": "_pytest.reports.BaseReport", "values": [], "variance": 0}}, {".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_from_json of BaseReport", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.reports._R", "id": -1, "name": "_R", "upper_bound": "_pytest.reports.BaseReport", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.reports._R", "id": -1, "name": "_R", "upper_bound": "_pytest.reports.BaseReport", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "_from_json", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "reportdict"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.reports._R", "id": -1, "name": "_R", "upper_bound": "_pytest.reports.BaseReport", "values": [], "variance": 0}}, {".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_from_json of BaseReport", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.reports._R", "id": -1, "name": "_R", "upper_bound": "_pytest.reports.BaseReport", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.reports._R", "id": -1, "name": "_R", "upper_bound": "_pytest.reports.BaseReport", "values": [], "variance": 0}]}}}}, "_get_verbose_word": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "flags": [], "fullname": "_pytest.reports.BaseReport._get_verbose_word", "name": "_get_verbose_word", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "arg_types": ["_pytest.reports.BaseReport", "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_verbose_word of BaseReport", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_to_json": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.reports.BaseReport._to_json", "name": "_to_json", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_to_json of BaseReport", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "caplog": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.reports.BaseReport.caplog", "name": "caplog", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "caplog of BaseReport", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "caplog", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "caplog of BaseReport", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "capstderr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.reports.BaseReport.capstderr", "name": "capstderr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "capstderr of BaseReport", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "capstderr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "capstderr of BaseReport", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "capstdout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.reports.BaseReport.capstdout", "name": "capstdout", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "capstdout of BaseReport", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "capstdout", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "capstdout of BaseReport", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "count_towards_summary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.reports.BaseReport.count_towards_summary", "name": "count_towards_summary", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count_towards_summary of BaseReport", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "count_towards_summary", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count_towards_summary of BaseReport", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "failed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.reports.BaseReport.failed", "name": "failed", "type": "builtins.property"}}, "fspath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.reports.BaseReport.fspath", "name": "fspath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fspath of BaseReport", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "fspath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fspath of BaseReport", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "get_sections": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "prefix"], "flags": ["is_generator"], "fullname": "_pytest.reports.BaseReport.get_sections", "name": "get_sections", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "prefix"], "arg_types": ["_pytest.reports.BaseReport", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_sections of BaseReport", "ret_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"}}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "head_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.reports.BaseReport.head_line", "name": "head_line", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "head_line of BaseReport", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "head_line", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "head_line of BaseReport", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "location": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.reports.BaseReport.location", "name": "location", "type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "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": "NoneType"}]}}}, "longrepr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.reports.BaseReport.longrepr", "name": "longrepr", "type": {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}, {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "builtins.str", "_pytest._code.code.TerminalRepr"]}}}, "longreprtext": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.reports.BaseReport.longreprtext", "name": "longreprtext", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "longreprtext of BaseReport", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "longreprtext", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "longreprtext of BaseReport", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "nodeid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.reports.BaseReport.nodeid", "name": "nodeid", "type": "builtins.str"}}, "passed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.reports.BaseReport.passed", "name": "passed", "type": "builtins.property"}}, "sections": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.reports.BaseReport.sections", "name": "sections", "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"}}], "type_ref": "builtins.list"}}}, "skipped": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.reports.BaseReport.skipped", "name": "skipped", "type": "builtins.property"}}, "toterminal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "out"], "flags": [], "fullname": "_pytest.reports.BaseReport.toterminal", "name": "toterminal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "out"], "arg_types": ["_pytest.reports.BaseReport", "_pytest._io.terminalwriter.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "toterminal of BaseReport", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "when": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.reports.BaseReport.when", "name": "when", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CallInfo": {".class": "SymbolTableNode", "cross_ref": "_pytest.runner.CallInfo", "kind": "Gdef"}, "CollectErrorRepr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest._code.code.TerminalRepr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.reports.CollectErrorRepr", "name": "CollectErrorRepr", "type_vars": []}, "flags": [], "fullname": "_pytest.reports.CollectErrorRepr", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.reports", "mro": ["_pytest.reports.CollectErrorRepr", "_pytest._code.code.TerminalRepr", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "msg"], "flags": [], "fullname": "_pytest.reports.CollectErrorRepr.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "msg"], "arg_types": ["_pytest.reports.CollectErrorRepr", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CollectErrorRepr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "longrepr": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.reports.CollectErrorRepr.longrepr", "name": "longrepr", "type": "builtins.str"}}, "toterminal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "out"], "flags": [], "fullname": "_pytest.reports.CollectErrorRepr.toterminal", "name": "toterminal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "out"], "arg_types": ["_pytest.reports.CollectErrorRepr", "_pytest._io.terminalwriter.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "toterminal of CollectErrorRepr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CollectReport": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.reports.BaseReport"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.reports.CollectReport", "name": "CollectReport", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.reports.CollectReport", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.reports", "mro": ["_pytest.reports.CollectReport", "_pytest.reports.BaseReport", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1, 4], "arg_names": ["self", "nodeid", "outcome", "longrepr", "result", "sections", "extra"], "flags": [], "fullname": "_pytest.reports.CollectReport.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 1, 4], "arg_names": ["self", "nodeid", "outcome", "longrepr", "result", "sections", "extra"], "arg_types": ["_pytest.reports.CollectReport", "builtins.str", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "passed"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "skipped"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "failed"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector"]}], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".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"}}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CollectReport", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.reports.CollectReport.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.reports.CollectReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of CollectReport", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "location": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.reports.CollectReport.location", "name": "location", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "location", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.reports.CollectReport"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "location of CollectReport", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "outcome": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.reports.CollectReport.outcome", "name": "outcome", "type": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "passed"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "skipped"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "failed"}]}}}, "result": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.reports.CollectReport.result", "name": "result", "type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["_pytest.nodes.Item", "_pytest.nodes.Collector"]}], "type_ref": "builtins.list"}}}, "when": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.reports.CollectReport.when", "name": "when", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Collector": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.Collector", "kind": "Gdef"}, "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "ExceptionChainRepr": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionChainRepr", "kind": "Gdef"}, "ExceptionInfo": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo", "kind": "Gdef"}, "ExceptionRepr": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionRepr", "kind": "Gdef"}, "Item": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.Item", "kind": "Gdef"}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef"}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef"}, "ReprEntry": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprEntry", "kind": "Gdef"}, "ReprEntryNative": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprEntryNative", "kind": "Gdef"}, "ReprExceptionInfo": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprExceptionInfo", "kind": "Gdef"}, "ReprFileLocation": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprFileLocation", "kind": "Gdef"}, "ReprFuncArgs": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprFuncArgs", "kind": "Gdef"}, "ReprLocals": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprLocals", "kind": "Gdef"}, "ReprTraceback": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ReprTraceback", "kind": "Gdef"}, "StringIO": {".class": "SymbolTableNode", "cross_ref": "io.StringIO", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "TerminalRepr": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.TerminalRepr", "kind": "Gdef"}, "TerminalWriter": {".class": "SymbolTableNode", "cross_ref": "_pytest._io.terminalwriter.TerminalWriter", "kind": "Gdef"}, "TestReport": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.reports.BaseReport"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.reports.TestReport", "name": "TestReport", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.reports.TestReport", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.reports", "mro": ["_pytest.reports.TestReport", "_pytest.reports.BaseReport", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 4], "arg_names": ["self", "nodeid", "location", "keywords", "outcome", "longrepr", "when", "sections", "duration", "user_properties", "extra"], "flags": [], "fullname": "_pytest.reports.TestReport.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 4], "arg_names": ["self", "nodeid", "location", "keywords", "outcome", "longrepr", "when", "sections", "duration", "user_properties", "extra"], "arg_types": ["_pytest.reports.TestReport", "builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "passed"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "failed"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "skipped"}]}, {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}, {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "builtins.str", "_pytest._code.code.TerminalRepr"]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "setup"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "teardown"}]}, {".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"}}], "type_ref": "typing.Iterable"}, "builtins.float", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.object"], "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.Iterable"}, {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TestReport", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.reports.TestReport.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.reports.TestReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of TestReport", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__test__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.reports.TestReport.__test__", "name": "__test__", "type": "builtins.bool"}}, "duration": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.reports.TestReport.duration", "name": "duration", "type": "builtins.float"}}, "from_item_and_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "item", "call"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.reports.TestReport.from_item_and_call", "name": "from_item_and_call", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "item", "call"], "arg_types": [{".class": "TypeType", "item": "_pytest.reports.TestReport"}, "_pytest.nodes.Item", {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "_pytest.runner.CallInfo"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_item_and_call of TestReport", "ret_type": "_pytest.reports.TestReport", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_item_and_call", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "item", "call"], "arg_types": [{".class": "TypeType", "item": "_pytest.reports.TestReport"}, "_pytest.nodes.Item", {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "_pytest.runner.CallInfo"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_item_and_call of TestReport", "ret_type": "_pytest.reports.TestReport", "type_guard": null, "variables": []}}}}, "keywords": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.reports.TestReport.keywords", "name": "keywords", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "location": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.reports.TestReport.location", "name": "location", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "outcome": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.reports.TestReport.outcome", "name": "outcome", "type": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "passed"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "failed"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "skipped"}]}}}, "user_properties": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.reports.TestReport.user_properties", "name": "user_properties", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.object"], "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"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_R": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.reports._R", "name": "_R", "upper_bound": "_pytest.reports.BaseReport", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.reports.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.reports.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.reports.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.reports.__package__", "name": "__package__", "type": "builtins.str"}}, "_report_kwargs_from_json": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["reportdict"], "flags": [], "fullname": "_pytest.reports._report_kwargs_from_json", "name": "_report_kwargs_from_json", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["reportdict"], "arg_types": [{".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", "implicit": false, "is_ellipsis_args": false, "name": "_report_kwargs_from_json", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "_report_to_json": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["report"], "flags": [], "fullname": "_pytest.reports._report_to_json", "name": "_report_to_json", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["report"], "arg_types": ["_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_report_to_json", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "_report_unserialization_failure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["type_name", "report_class", "reportdict"], "flags": [], "fullname": "_pytest.reports._report_unserialization_failure", "name": "_report_unserialization_failure", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["type_name", "report_class", "reportdict"], "arg_types": ["builtins.str", {".class": "TypeType", "item": "_pytest.reports.BaseReport"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_report_unserialization_failure", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "attr": {".class": "SymbolTableNode", "cross_ref": "attr", "kind": "Gdef"}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef"}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "getworkerinfoline": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["node"], "flags": [], "fullname": "_pytest.reports.getworkerinfoline", "name": "getworkerinfoline", "type": null}}, "pprint": {".class": "SymbolTableNode", "cross_ref": "pprint.pprint", "kind": "Gdef"}, "py": {".class": "SymbolTableNode", "cross_ref": "py", "kind": "Gdef"}, "pytest_report_from_serializable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["data"], "flags": [], "fullname": "_pytest.reports.pytest_report_from_serializable", "name": "pytest_report_from_serializable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["data"], "arg_types": [{".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", "implicit": false, "is_ellipsis_args": false, "name": "pytest_report_from_serializable", "ret_type": {".class": "UnionType", "items": ["_pytest.reports.CollectReport", "_pytest.reports.TestReport", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "pytest_report_to_serializable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["report"], "flags": [], "fullname": "_pytest.reports.pytest_report_to_serializable", "name": "pytest_report_to_serializable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["report"], "arg_types": [{".class": "UnionType", "items": ["_pytest.reports.CollectReport", "_pytest.reports.TestReport"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_report_to_serializable", "ret_type": {".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"}]}, "type_guard": null, "variables": []}}}, "skip": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.skip", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/reports.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/reports.meta.json b/.mypy_cache/3.9/_pytest/reports.meta.json deleted file mode 100644 index 23ede939c..000000000 --- a/.mypy_cache/3.9/_pytest/reports.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 2, 3, 4, 17, 18, 20, 31, 32, 33, 34, 36, 40, 42, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 10, 10, 5, 5, 5, 5, 5, 5, 25, 25, 5, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["io", "pathlib", "pprint", "typing", "attr", "py", "_pytest._code.code", "_pytest._io", "_pytest.compat", "_pytest.config", "_pytest.nodes", "_pytest.outcomes", "typing_extensions", "_pytest.runner", "builtins", "_pytest._code", "_pytest._io.terminalwriter", "_pytest.mark", "_pytest.mark.structures", "abc", "os", "py.path", "types"], "hash": "98d333f0c06e290c653154ee96d1c7674c32330351c81beedf4eb13fcc85aa7c", "id": "_pytest.reports", "ignore_all": true, "interface_hash": "f09c1f68b232416d99eef26b0b8adc46d3ffd31e048f56e8b600da77459dcc2f", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/reports.py", "plugin_data": null, "size": 19004, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/runner.data.json b/.mypy_cache/3.9/_pytest/runner.data.json deleted file mode 100644 index 609d57bed..000000000 --- a/.mypy_cache/3.9/_pytest/runner.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.runner", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "BaseReport": {".class": "SymbolTableNode", "cross_ref": "_pytest.reports.BaseReport", "kind": "Gdef"}, "CallInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.runner.CallInfo", "name": "CallInfo", "type_vars": [{".class": "TypeVarDef", "fullname": "_pytest.runner.TResult", "id": 1, "name": "TResult", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_final"], "fullname": "_pytest.runner.CallInfo", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 282, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "_pytest.runner.TResult", "id": 1, "name": "TResult", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "NoneType"}]}, "kw_only": false, "name": "_result"}, {"context_column": 4, "context_line": 283, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}, {".class": "NoneType"}]}, "kw_only": false, "name": "excinfo"}, {"context_column": 4, "context_line": 284, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": "builtins.float", "kw_only": false, "name": "start"}, {"context_column": 4, "context_line": 285, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": "builtins.float", "kw_only": false, "name": "stop"}, {"context_column": 4, "context_line": 286, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": "builtins.float", "kw_only": false, "name": "duration"}, {"context_column": 4, "context_line": 287, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "collect"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "setup"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "teardown"}]}, "kw_only": false, "name": "when"}], "frozen": false}}, "module_name": "_pytest.runner", "mro": ["_pytest.runner.CallInfo", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.runner.CallInfo._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.runner.CallInfo.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.runner.CallInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.runner.CallInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of CallInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.runner.CallInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__ge__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.runner.CallInfo.__ge__", "kind": "Mdef", "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.runner.CallInfo.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.runner.CallInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.runner.CallInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of CallInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.runner.CallInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.runner.CallInfo.__gt__", "kind": "Mdef", "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "result", "excinfo", "start", "stop", "duration", "when"], "flags": [], "fullname": "_pytest.runner.CallInfo.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "result", "excinfo", "start", "stop", "duration", "when"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.runner.TResult", "id": 1, "name": "TResult", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_pytest.runner.CallInfo"}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "_pytest.runner.TResult", "id": 1, "name": "TResult", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}, {".class": "NoneType"}]}, "builtins.float", "builtins.float", "builtins.float", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "collect"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "setup"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "teardown"}]}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CallInfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__init__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.runner.CallInfo.__init__", "kind": "Mdef", "plugin_generated": true}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.runner.CallInfo.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.runner.CallInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.runner.CallInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of CallInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.runner.CallInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__le__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.runner.CallInfo.__le__", "kind": "Mdef", "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.runner.CallInfo.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.runner.CallInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.runner.CallInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of CallInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.runner.CallInfo._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.runner.CallInfo.__lt__", "kind": "Mdef", "plugin_generated": true}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.runner.CallInfo.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.runner.TResult", "id": 1, "name": "TResult", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_pytest.runner.CallInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of CallInfo", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_result": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.runner.CallInfo._result", "name": "_result", "type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "_pytest.runner.TResult", "id": 1, "name": "TResult", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "NoneType"}]}}}, "duration": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.runner.CallInfo.duration", "name": "duration", "type": "builtins.float"}}, "excinfo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.runner.CallInfo.excinfo", "name": "excinfo", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}, {".class": "NoneType"}]}}}, "from_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["cls", "func", "when", "reraise"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.runner.CallInfo.from_call", "name": "from_call", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["cls", "func", "when", "reraise"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.runner.TResult", "id": 1, "name": "TResult", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_pytest.runner.CallInfo"}}, {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "_pytest.runner.TResult", "id": 1, "name": "TResult", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "collect"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "setup"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "teardown"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.BaseException"}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_call of CallInfo", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.runner.TResult", "id": 1, "name": "TResult", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_pytest.runner.CallInfo"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_call", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["cls", "func", "when", "reraise"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.runner.TResult", "id": 1, "name": "TResult", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_pytest.runner.CallInfo"}}, {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "_pytest.runner.TResult", "id": 1, "name": "TResult", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "collect"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "setup"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "teardown"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.BaseException"}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_call of CallInfo", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.runner.TResult", "id": 1, "name": "TResult", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_pytest.runner.CallInfo"}, "type_guard": null, "variables": []}}}}, "result": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.runner.CallInfo.result", "name": "result", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.runner.TResult", "id": 1, "name": "TResult", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_pytest.runner.CallInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "result of CallInfo", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.runner.TResult", "id": 1, "name": "TResult", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "result", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.runner.TResult", "id": 1, "name": "TResult", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_pytest.runner.CallInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "result of CallInfo", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.runner.TResult", "id": 1, "name": "TResult", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "start": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.runner.CallInfo.start", "name": "start", "type": "builtins.float"}}, "stop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.runner.CallInfo.stop", "name": "stop", "type": "builtins.float"}}, "when": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.runner.CallInfo.when", "name": "when", "type": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "collect"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "setup"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "teardown"}]}}}}, "tuple_type": null, "type_vars": ["TResult"], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "CollectErrorRepr": {".class": "SymbolTableNode", "cross_ref": "_pytest.reports.CollectErrorRepr", "kind": "Gdef"}, "CollectReport": {".class": "SymbolTableNode", "cross_ref": "_pytest.reports.CollectReport", "kind": "Gdef"}, "Collector": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.Collector", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "ExceptionChainRepr": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionChainRepr", "kind": "Gdef"}, "ExceptionInfo": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo", "kind": "Gdef"}, "Exit": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.Exit", "kind": "Gdef"}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef"}, "Item": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.Item", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef"}, "Node": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.Node", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Parser": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.argparsing.Parser", "kind": "Gdef"}, "Session": {".class": "SymbolTableNode", "cross_ref": "_pytest.main.Session", "kind": "Gdef"}, "SetupState": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.runner.SetupState", "name": "SetupState", "type_vars": []}, "flags": [], "fullname": "_pytest.runner.SetupState", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.runner", "mro": ["_pytest.runner.SetupState", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.runner.SetupState.__init__", "name": "__init__", "type": null}}, "_callfinalizers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "colitem"], "flags": [], "fullname": "_pytest.runner.SetupState._callfinalizers", "name": "_callfinalizers", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "colitem"], "arg_types": ["_pytest.runner.SetupState", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_callfinalizers of SetupState", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_finalizers": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.runner.SetupState._finalizers", "name": "_finalizers", "type": {".class": "Instance", "args": ["_pytest.nodes.Node", {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}}}, "_pop_and_teardown": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.runner.SetupState._pop_and_teardown", "name": "_pop_and_teardown", "type": null}}, "_teardown_towards": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "needed_collectors"], "flags": [], "fullname": "_pytest.runner.SetupState._teardown_towards", "name": "_teardown_towards", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "needed_collectors"], "arg_types": ["_pytest.runner.SetupState", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_teardown_towards of SetupState", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_teardown_with_finalization": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "colitem"], "flags": [], "fullname": "_pytest.runner.SetupState._teardown_with_finalization", "name": "_teardown_with_finalization", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "colitem"], "arg_types": ["_pytest.runner.SetupState", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_teardown_with_finalization of SetupState", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "addfinalizer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "finalizer", "colitem"], "flags": [], "fullname": "_pytest.runner.SetupState.addfinalizer", "name": "addfinalizer", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "finalizer", "colitem"], "arg_types": ["_pytest.runner.SetupState", {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addfinalizer of SetupState", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "prepare": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "colitem"], "flags": [], "fullname": "_pytest.runner.SetupState.prepare", "name": "prepare", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "colitem"], "arg_types": ["_pytest.runner.SetupState", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prepare of SetupState", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "stack": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.runner.SetupState.stack", "name": "stack", "type": {".class": "Instance", "args": ["_pytest.nodes.Node"], "type_ref": "builtins.list"}}}, "teardown_all": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.runner.SetupState.teardown_all", "name": "teardown_all", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.runner.SetupState"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "teardown_all of SetupState", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "teardown_exact": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "item", "nextitem"], "flags": [], "fullname": "_pytest.runner.SetupState.teardown_exact", "name": "teardown_exact", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "item", "nextitem"], "arg_types": ["_pytest.runner.SetupState", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "teardown_exact of SetupState", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Skipped": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.Skipped", "kind": "Gdef"}, "TEST_OUTCOME": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.TEST_OUTCOME", "kind": "Gdef"}, "TResult": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.runner.TResult", "name": "TResult", "upper_bound": "builtins.object", "values": [], "variance": 1}}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "TerminalReporter": {".class": "SymbolTableNode", "cross_ref": "_pytest.terminal.TerminalReporter", "kind": "Gdef"}, "TerminalRepr": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.TerminalRepr", "kind": "Gdef"}, "TestReport": {".class": "SymbolTableNode", "cross_ref": "_pytest.reports.TestReport", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.runner.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.runner.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.runner.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.runner.__package__", "name": "__package__", "type": "builtins.str"}}, "_update_current_test_var": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["item", "when"], "flags": [], "fullname": "_pytest.runner._update_current_test_var", "name": "_update_current_test_var", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["item", "when"], "arg_types": ["_pytest.nodes.Item", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "setup"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "teardown"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_update_current_test_var", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "attr": {".class": "SymbolTableNode", "cross_ref": "attr", "kind": "Gdef"}, "bdb": {".class": "SymbolTableNode", "cross_ref": "bdb", "kind": "Gdef"}, "call_and_report": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 4], "arg_names": ["item", "when", "log", "kwds"], "flags": [], "fullname": "_pytest.runner.call_and_report", "name": "call_and_report", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 4], "arg_names": ["item", "when", "log", "kwds"], "arg_types": ["_pytest.nodes.Item", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "setup"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "teardown"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "call_and_report", "ret_type": "_pytest.reports.TestReport", "type_guard": null, "variables": []}}}, "call_runtest_hook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["item", "when", "kwds"], "flags": [], "fullname": "_pytest.runner.call_runtest_hook", "name": "call_runtest_hook", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["item", "when", "kwds"], "arg_types": ["_pytest.nodes.Item", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "setup"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "teardown"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "call_runtest_hook", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "_pytest.runner.CallInfo"}, "type_guard": null, "variables": []}}}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef"}, "check_interactive_exception": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["call", "report"], "flags": [], "fullname": "_pytest.runner.check_interactive_exception", "name": "check_interactive_exception", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["call", "report"], "arg_types": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "_pytest.runner.CallInfo"}, "_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_interactive_exception", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "collect_one_node": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["collector"], "flags": [], "fullname": "_pytest.runner.collect_one_node", "name": "collect_one_node", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["collector"], "arg_types": ["_pytest.nodes.Collector"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "collect_one_node", "ret_type": "_pytest.reports.CollectReport", "type_guard": null, "variables": []}}}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "pytest_addoption": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["parser"], "flags": [], "fullname": "_pytest.runner.pytest_addoption", "name": "pytest_addoption", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["parser"], "arg_types": ["_pytest.config.argparsing.Parser"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_addoption", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_make_collect_report": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["collector"], "flags": [], "fullname": "_pytest.runner.pytest_make_collect_report", "name": "pytest_make_collect_report", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["collector"], "arg_types": ["_pytest.nodes.Collector"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_make_collect_report", "ret_type": "_pytest.reports.CollectReport", "type_guard": null, "variables": []}}}, "pytest_report_teststatus": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["report"], "flags": [], "fullname": "_pytest.runner.pytest_report_teststatus", "name": "pytest_report_teststatus", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["report"], "arg_types": ["_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_report_teststatus", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "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": "NoneType"}]}, "type_guard": null, "variables": []}}}, "pytest_runtest_call": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["item"], "flags": [], "fullname": "_pytest.runner.pytest_runtest_call", "name": "pytest_runtest_call", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["item"], "arg_types": ["_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_call", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_runtest_makereport": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["item", "call"], "flags": [], "fullname": "_pytest.runner.pytest_runtest_makereport", "name": "pytest_runtest_makereport", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["item", "call"], "arg_types": ["_pytest.nodes.Item", {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "_pytest.runner.CallInfo"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_makereport", "ret_type": "_pytest.reports.TestReport", "type_guard": null, "variables": []}}}, "pytest_runtest_protocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["item", "nextitem"], "flags": [], "fullname": "_pytest.runner.pytest_runtest_protocol", "name": "pytest_runtest_protocol", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["item", "nextitem"], "arg_types": ["_pytest.nodes.Item", {".class": "UnionType", "items": ["_pytest.nodes.Item", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_protocol", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "pytest_runtest_setup": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["item"], "flags": [], "fullname": "_pytest.runner.pytest_runtest_setup", "name": "pytest_runtest_setup", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["item"], "arg_types": ["_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_setup", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_runtest_teardown": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["item", "nextitem"], "flags": [], "fullname": "_pytest.runner.pytest_runtest_teardown", "name": "pytest_runtest_teardown", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["item", "nextitem"], "arg_types": ["_pytest.nodes.Item", {".class": "UnionType", "items": ["_pytest.nodes.Item", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_teardown", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_sessionfinish": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["session"], "flags": [], "fullname": "_pytest.runner.pytest_sessionfinish", "name": "pytest_sessionfinish", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["session"], "arg_types": ["_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_sessionfinish", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_sessionstart": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["session"], "flags": [], "fullname": "_pytest.runner.pytest_sessionstart", "name": "pytest_sessionstart", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["session"], "arg_types": ["_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_sessionstart", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_terminal_summary": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["terminalreporter"], "flags": [], "fullname": "_pytest.runner.pytest_terminal_summary", "name": "pytest_terminal_summary", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["terminalreporter"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_terminal_summary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "runtestprotocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["item", "log", "nextitem"], "flags": [], "fullname": "_pytest.runner.runtestprotocol", "name": "runtestprotocol", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["item", "log", "nextitem"], "arg_types": ["_pytest.nodes.Item", "builtins.bool", {".class": "UnionType", "items": ["_pytest.nodes.Item", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runtestprotocol", "ret_type": {".class": "Instance", "args": ["_pytest.reports.TestReport"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "show_test_item": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["item"], "flags": [], "fullname": "_pytest.runner.show_test_item", "name": "show_test_item", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["item"], "arg_types": ["_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "show_test_item", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "timing": {".class": "SymbolTableNode", "cross_ref": "_pytest.timing", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/runner.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/runner.meta.json b/.mypy_cache/3.9/_pytest/runner.meta.json deleted file mode 100644 index 0e4f04506..000000000 --- a/.mypy_cache/3.9/_pytest/runner.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [2, 3, 4, 5, 17, 19, 23, 23, 24, 27, 28, 29, 32, 37, 39, 40, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 5, 10, 5, 20, 10, 5, 5, 5, 5, 5, 25, 25, 25, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["bdb", "os", "sys", "typing", "attr", "_pytest.reports", "_pytest", "_pytest.timing", "_pytest._code.code", "_pytest.compat", "_pytest.config.argparsing", "_pytest.nodes", "_pytest.outcomes", "typing_extensions", "_pytest.main", "_pytest.terminal", "builtins", "_pytest._code", "_pytest._io", "_pytest._io.terminalwriter", "_pytest.config", "_typeshed", "abc", "argparse", "attr.setters", "time", "types"], "hash": "2fc054fd22152773917f5c2850ae3ecb485b4de56dad8d3a2ace6852b1583f31", "id": "_pytest.runner", "ignore_all": true, "interface_hash": "932c1fce2589d765d297042405e47bb3f5b844be5fad9d689a97006165c227d3", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/runner.py", "plugin_data": null, "size": 15837, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/store.data.json b/.mypy_cache/3.9/_pytest/store.data.json deleted file mode 100644 index cdf33d6a0..000000000 --- a/.mypy_cache/3.9/_pytest/store.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.store", "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.store.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}, "Store": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.store.Store", "name": "Store", "type_vars": []}, "flags": [], "fullname": "_pytest.store.Store", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.store", "mro": ["_pytest.store.Store", "builtins.object"], "names": {".class": "SymbolTable", "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "_pytest.store.Store.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest.store.Store", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.store.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.store.StoreKey"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of Store", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.store.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "_pytest.store.Store.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest.store.Store", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.store.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.store.StoreKey"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of Store", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.store.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "_pytest.store.Store.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest.store.Store", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.store.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.store.StoreKey"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Store", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.store.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.store.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.store.Store.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.store.Store"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Store", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "flags": [], "fullname": "_pytest.store.Store.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["_pytest.store.Store", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.store.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.store.StoreKey"}, {".class": "TypeVarType", "fullname": "_pytest.store.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of Store", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.store.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.store.Store.__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"}}}}, "_store": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.store.Store._store", "name": "_store", "type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.store.StoreKey"}, "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.store.Store.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "default"], "arg_types": ["_pytest.store.Store", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.store.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.store.StoreKey"}, {".class": "TypeVarType", "fullname": "_pytest.store.D", "id": -2, "name": "D", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of Store", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "_pytest.store.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.store.D", "id": -2, "name": "D", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.store.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "_pytest.store.D", "id": -2, "name": "D", "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.store.Store.setdefault", "name": "setdefault", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "default"], "arg_types": ["_pytest.store.Store", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.store.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.store.StoreKey"}, {".class": "TypeVarType", "fullname": "_pytest.store.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setdefault of Store", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.store.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.store.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "StoreKey": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.store.StoreKey", "name": "StoreKey", "type_vars": [{".class": "TypeVarDef", "fullname": "_pytest.store.T", "id": 1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "_pytest.store.StoreKey", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.store", "mro": ["_pytest.store.StoreKey", "builtins.object"], "names": {".class": "SymbolTable", "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.store.StoreKey.__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"}}}}}, "tuple_type": null, "type_vars": ["T"], "typeddict_type": null}}, "T": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "_pytest.store.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": [], "fullname": "_pytest.store.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.store.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.store.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.store.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.store.__package__", "name": "__package__", "type": "builtins.str"}}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/store.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/store.meta.json b/.mypy_cache/3.9/_pytest/store.meta.json deleted file mode 100644 index a4c826461..000000000 --- a/.mypy_cache/3.9/_pytest/store.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 5, 30], "dependencies": ["typing", "builtins", "abc"], "hash": "efafd526c129eeaa77c6f9ffa2b0c844273229fcd350e6f778bb92d8e97f0613", "id": "_pytest.store", "ignore_all": true, "interface_hash": "3303ba8bfb3590a9556e1099ccf7b74d4cb1abe5a7235b2d5636cb29c8395a67", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/store.py", "plugin_data": null, "size": 3633, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/terminal.data.json b/.mypy_cache/3.9/_pytest/terminal.data.json deleted file mode 100644 index 0c8070912..000000000 --- a/.mypy_cache/3.9/_pytest/terminal.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.terminal", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "BaseReport": {".class": "SymbolTableNode", "cross_ref": "_pytest.reports.BaseReport", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "CollectReport": {".class": "SymbolTableNode", "cross_ref": "_pytest.reports.CollectReport", "kind": "Gdef"}, "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef"}, "Counter": {".class": "SymbolTableNode", "cross_ref": "collections.Counter", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "ExceptionInfo": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionInfo", "kind": "Gdef"}, "ExceptionRepr": {".class": "SymbolTableNode", "cross_ref": "_pytest._code.code.ExceptionRepr", "kind": "Gdef"}, "ExitCode": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.ExitCode", "kind": "Gdef"}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef"}, "Item": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.Item", "kind": "Gdef"}, "KNOWN_TYPES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.terminal.KNOWN_TYPES", "name": "KNOWN_TYPES", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "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"}}}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef"}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef"}, "MoreQuietAction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse.Action"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.terminal.MoreQuietAction", "name": "MoreQuietAction", "type_vars": []}, "flags": [], "fullname": "_pytest.terminal.MoreQuietAction", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.terminal", "mro": ["_pytest.terminal.MoreQuietAction", "argparse.Action", "argparse._AttributeHolder", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "parser", "namespace", "values", "option_string"], "flags": [], "fullname": "_pytest.terminal.MoreQuietAction.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "parser", "namespace", "values", "option_string"], "arg_types": ["_pytest.terminal.MoreQuietAction", "argparse.ArgumentParser", "argparse.Namespace", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of MoreQuietAction", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "option_strings", "dest", "default", "required", "help"], "flags": [], "fullname": "_pytest.terminal.MoreQuietAction.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "option_strings", "dest", "default", "required", "help"], "arg_types": ["_pytest.terminal.MoreQuietAction", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.str", {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MoreQuietAction", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Node": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.Node", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Parser": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.argparsing.Parser", "kind": "Gdef"}, "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef"}, "REPORT_COLLECTING_RESOLUTION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.terminal.REPORT_COLLECTING_RESOLUTION", "name": "REPORT_COLLECTING_RESOLUTION", "type": "builtins.float"}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "Session": {".class": "SymbolTableNode", "cross_ref": "_pytest.main.Session", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "TerminalReporter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.terminal.TerminalReporter", "name": "TerminalReporter", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.terminal.TerminalReporter", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.terminal", "mro": ["_pytest.terminal.TerminalReporter", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "config", "file"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "config", "file"], "arg_types": ["_pytest.terminal.TerminalReporter", "_pytest.config.Config", {".class": "UnionType", "items": ["typing.TextIO", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_add_stats": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "category", "items"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter._add_stats", "name": "_add_stats", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "category", "items"], "arg_types": ["_pytest.terminal.TerminalReporter", "builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_add_stats of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_already_displayed_warnings": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.terminal.TerminalReporter._already_displayed_warnings", "name": "_already_displayed_warnings", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "_build_collect_only_summary_stats_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter._build_collect_only_summary_stats_line", "name": "_build_collect_only_summary_stats_line", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_build_collect_only_summary_stats_line of TerminalReporter", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.bool"], "type_ref": "builtins.dict"}], "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"}, "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_guard": null, "variables": []}}}, "_build_normal_summary_stats_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter._build_normal_summary_stats_line", "name": "_build_normal_summary_stats_line", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_build_normal_summary_stats_line of TerminalReporter", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.bool"], "type_ref": "builtins.dict"}], "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"}, "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_guard": null, "variables": []}}}, "_collect_report_last_write": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.terminal.TerminalReporter._collect_report_last_write", "name": "_collect_report_last_write", "type": {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}}}, "_determine_main_color": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "unknown_type_seen"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter._determine_main_color", "name": "_determine_main_color", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "unknown_type_seen"], "arg_types": ["_pytest.terminal.TerminalReporter", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_determine_main_color of TerminalReporter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_determine_show_progress_info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter._determine_show_progress_info", "name": "_determine_show_progress_info", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_determine_show_progress_info of TerminalReporter", "ret_type": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "progress"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "count"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}]}, "type_guard": null, "variables": []}}}, "_get_main_color": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter._get_main_color", "name": "_get_main_color", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_main_color of TerminalReporter", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "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_progress_information_message": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter._get_progress_information_message", "name": "_get_progress_information_message", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_progress_information_message of TerminalReporter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_get_reports_to_display": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter._get_reports_to_display", "name": "_get_reports_to_display", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "arg_types": ["_pytest.terminal.TerminalReporter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_reports_to_display of TerminalReporter", "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": []}}}, "_get_teardown_reports": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "nodeid"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter._get_teardown_reports", "name": "_get_teardown_reports", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "nodeid"], "arg_types": ["_pytest.terminal.TerminalReporter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_teardown_reports of TerminalReporter", "ret_type": {".class": "Instance", "args": ["_pytest.reports.TestReport"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_getcrashline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "rep"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter._getcrashline", "name": "_getcrashline", "type": null}}, "_getfailureheadline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "rep"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter._getfailureheadline", "name": "_getfailureheadline", "type": null}}, "_handle_teardown_sections": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "nodeid"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter._handle_teardown_sections", "name": "_handle_teardown_sections", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "nodeid"], "arg_types": ["_pytest.terminal.TerminalReporter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_handle_teardown_sections of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_is_last_item": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.terminal.TerminalReporter._is_last_item", "name": "_is_last_item", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_last_item of TerminalReporter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_is_last_item", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_last_item of TerminalReporter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "_keyboardinterrupt_memo": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.terminal.TerminalReporter._keyboardinterrupt_memo", "name": "_keyboardinterrupt_memo", "type": {".class": "UnionType", "items": ["_pytest._code.code.ExceptionRepr", {".class": "NoneType"}]}}}, "_known_types": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.terminal.TerminalReporter._known_types", "name": "_known_types", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}}}, "_locationline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "nodeid", "fspath", "lineno", "domain"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter._locationline", "name": "_locationline", "type": null}}, "_main_color": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.terminal.TerminalReporter._main_color", "name": "_main_color", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "_numcollected": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.terminal.TerminalReporter._numcollected", "name": "_numcollected", "type": "builtins.int"}}, "_outrep_summary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "rep"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter._outrep_summary", "name": "_outrep_summary", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "rep"], "arg_types": ["_pytest.terminal.TerminalReporter", "_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_outrep_summary of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_printcollecteditems": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "items"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter._printcollecteditems", "name": "_printcollecteditems", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "items"], "arg_types": ["_pytest.terminal.TerminalReporter", {".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_printcollecteditems of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_progress_nodeids_reported": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.terminal.TerminalReporter._progress_nodeids_reported", "name": "_progress_nodeids_reported", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "_report_keyboardinterrupt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter._report_keyboardinterrupt", "name": "_report_keyboardinterrupt", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_report_keyboardinterrupt of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_screen_width": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.terminal.TerminalReporter._screen_width", "name": "_screen_width", "type": "builtins.int"}}, "_session": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.terminal.TerminalReporter._session", "name": "_session", "type": {".class": "UnionType", "items": ["_pytest.main.Session", {".class": "NoneType"}]}}}, "_sessionstarttime": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.terminal.TerminalReporter._sessionstarttime", "name": "_sessionstarttime", "type": "builtins.float"}}, "_set_main_color": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter._set_main_color", "name": "_set_main_color", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_main_color of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_show_progress_info": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.terminal.TerminalReporter._show_progress_info", "name": "_show_progress_info", "type": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "progress"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "count"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}]}}}, "_showfspath": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.terminal.TerminalReporter._showfspath", "name": "_showfspath", "type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}}}, "_tests_ran": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.terminal.TerminalReporter._tests_ran", "name": "_tests_ran", "type": "builtins.bool"}}, "_tw": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.terminal.TerminalReporter._tw", "name": "_tw", "type": "_pytest._io.terminalwriter.TerminalWriter"}}, "_width_of_current_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.terminal.TerminalReporter._width_of_current_line", "name": "_width_of_current_line", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_width_of_current_line of TerminalReporter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_width_of_current_line", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_width_of_current_line of TerminalReporter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "_write_progress_information_filling_space": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter._write_progress_information_filling_space", "name": "_write_progress_information_filling_space", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_write_progress_information_filling_space of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_write_report_lines_from_hooks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "lines"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter._write_report_lines_from_hooks", "name": "_write_report_lines_from_hooks", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "lines"], "arg_types": ["_pytest.terminal.TerminalReporter", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_write_report_lines_from_hooks of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "build_summary_stats_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.build_summary_stats_line", "name": "build_summary_stats_line", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "build_summary_stats_line of TerminalReporter", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.bool"], "type_ref": "builtins.dict"}], "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"}, "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_guard": null, "variables": []}}}, "config": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.terminal.TerminalReporter.config", "name": "config", "type": "_pytest.config.Config"}}, "currentfspath": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.terminal.TerminalReporter.currentfspath", "name": "currentfspath", "type": {".class": "UnionType", "items": [{".class": "NoneType"}, "pathlib.Path", "builtins.str", "builtins.int"]}}}, "ensure_newline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.ensure_newline", "name": "ensure_newline", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ensure_newline of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "flush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.flush", "name": "flush", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flush of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getreports": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.getreports", "name": "getreports", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["_pytest.terminal.TerminalReporter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getreports of TerminalReporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "hasmarkup": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.terminal.TerminalReporter.hasmarkup", "name": "hasmarkup", "type": "builtins.bool"}}, "hasopt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "char"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.hasopt", "name": "hasopt", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "char"], "arg_types": ["_pytest.terminal.TerminalReporter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hasopt of TerminalReporter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isatty": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.terminal.TerminalReporter.isatty", "name": "isatty", "type": "builtins.bool"}}, "line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "msg", "kw"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.line", "name": "line", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", "msg", "kw"], "arg_types": ["_pytest.terminal.TerminalReporter", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "line of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "no_header": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.terminal.TerminalReporter.no_header", "name": "no_header", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "no_header of TerminalReporter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "no_header", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "no_header of TerminalReporter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "no_summary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.terminal.TerminalReporter.no_summary", "name": "no_summary", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "no_summary of TerminalReporter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "no_summary", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "no_summary of TerminalReporter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "print_teardown_sections": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "rep"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.print_teardown_sections", "name": "print_teardown_sections", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "rep"], "arg_types": ["_pytest.terminal.TerminalReporter", "_pytest.reports.TestReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "print_teardown_sections of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_collection": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.pytest_collection", "name": "pytest_collection", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collection of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_collection_finish": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "session"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.pytest_collection_finish", "name": "pytest_collection_finish", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "session"], "arg_types": ["_pytest.terminal.TerminalReporter", "_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collection_finish of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_collectreport": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "report"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.pytest_collectreport", "name": "pytest_collectreport", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "report"], "arg_types": ["_pytest.terminal.TerminalReporter", "_pytest.reports.CollectReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collectreport of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_deselected": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "items"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.pytest_deselected", "name": "pytest_deselected", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "items"], "arg_types": ["_pytest.terminal.TerminalReporter", {".class": "Instance", "args": ["_pytest.nodes.Item"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_deselected of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_internalerror": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "excrepr"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.pytest_internalerror", "name": "pytest_internalerror", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "excrepr"], "arg_types": ["_pytest.terminal.TerminalReporter", "_pytest._code.code.ExceptionRepr"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_internalerror of TerminalReporter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "pytest_keyboard_interrupt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "excinfo"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.pytest_keyboard_interrupt", "name": "pytest_keyboard_interrupt", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "excinfo"], "arg_types": ["_pytest.terminal.TerminalReporter", {".class": "Instance", "args": ["builtins.BaseException"], "type_ref": "_pytest._code.code.ExceptionInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_keyboard_interrupt of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_plugin_registered": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "plugin"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.pytest_plugin_registered", "name": "pytest_plugin_registered", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "plugin"], "arg_types": ["_pytest.terminal.TerminalReporter", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_plugin_registered of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_report_header": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.pytest_report_header", "name": "pytest_report_header", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "arg_types": ["_pytest.terminal.TerminalReporter", "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_report_header of TerminalReporter", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "pytest_runtest_logfinish": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "nodeid"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.pytest_runtest_logfinish", "name": "pytest_runtest_logfinish", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "nodeid"], "arg_types": ["_pytest.terminal.TerminalReporter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_logfinish of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_runtest_logreport": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "report"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.pytest_runtest_logreport", "name": "pytest_runtest_logreport", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "report"], "arg_types": ["_pytest.terminal.TerminalReporter", "_pytest.reports.TestReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_logreport of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_runtest_logstart": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "nodeid", "location"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.pytest_runtest_logstart", "name": "pytest_runtest_logstart", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "nodeid", "location"], "arg_types": ["_pytest.terminal.TerminalReporter", "builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_logstart of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_sessionfinish": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "session", "exitstatus"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.terminal.TerminalReporter.pytest_sessionfinish", "name": "pytest_sessionfinish", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "session", "exitstatus"], "arg_types": ["_pytest.terminal.TerminalReporter", "_pytest.main.Session", {".class": "UnionType", "items": ["builtins.int", "_pytest.config.ExitCode"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_sessionfinish of TerminalReporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_sessionfinish", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_sessionstart": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "session"], "flags": ["is_decorated"], "fullname": "_pytest.terminal.TerminalReporter.pytest_sessionstart", "name": "pytest_sessionstart", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "session"], "arg_types": ["_pytest.terminal.TerminalReporter", "_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_sessionstart of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_sessionstart", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_terminal_summary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.terminal.TerminalReporter.pytest_terminal_summary", "name": "pytest_terminal_summary", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_terminal_summary of TerminalReporter", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_terminal_summary", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_unconfigure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.pytest_unconfigure", "name": "pytest_unconfigure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_unconfigure of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_warning_recorded": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "warning_message", "nodeid"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.pytest_warning_recorded", "name": "pytest_warning_recorded", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "warning_message", "nodeid"], "arg_types": ["_pytest.terminal.TerminalReporter", "warnings.WarningMessage", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_warning_recorded of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "report_collect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "final"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.report_collect", "name": "report_collect", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "final"], "arg_types": ["_pytest.terminal.TerminalReporter", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "report_collect of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reportchars": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.terminal.TerminalReporter.reportchars", "name": "reportchars", "type": "builtins.str"}}, "rewrite": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "line", "markup"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.rewrite", "name": "rewrite", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", "line", "markup"], "arg_types": ["_pytest.terminal.TerminalReporter", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rewrite of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "section": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 4], "arg_names": ["self", "title", "sep", "kw"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.section", "name": "section", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 4], "arg_names": ["self", "title", "sep", "kw"], "arg_types": ["_pytest.terminal.TerminalReporter", "builtins.str", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "section of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "short_test_summary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.short_test_summary", "name": "short_test_summary", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "short_test_summary of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "showfspath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "_pytest.terminal.TerminalReporter.showfspath", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "_pytest.terminal.TerminalReporter.showfspath", "name": "showfspath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "showfspath of TerminalReporter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "showfspath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "showfspath of TerminalReporter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "_pytest.terminal.TerminalReporter.showfspath", "name": "showfspath", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["_pytest.terminal.TerminalReporter", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "showfspath of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "showfspath", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "showfspath of TerminalReporter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}]}}}, "showheader": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.terminal.TerminalReporter.showheader", "name": "showheader", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "showheader of TerminalReporter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "showheader", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "showheader of TerminalReporter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "showlongtestinfo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.terminal.TerminalReporter.showlongtestinfo", "name": "showlongtestinfo", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "showlongtestinfo of TerminalReporter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "showlongtestinfo", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "showlongtestinfo of TerminalReporter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "startdir": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.terminal.TerminalReporter.startdir", "name": "startdir", "type": "py.path.local"}}, "startpath": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.terminal.TerminalReporter.startpath", "name": "startpath", "type": "pathlib.Path"}}, "stats": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.terminal.TerminalReporter.stats", "name": "stats", "type": {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}}}, "summary_errors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.summary_errors", "name": "summary_errors", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "summary_errors of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "summary_failures": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.summary_failures", "name": "summary_failures", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "summary_failures of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "summary_passes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.summary_passes", "name": "summary_passes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "summary_passes of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "summary_stats": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.summary_stats", "name": "summary_stats", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "summary_stats of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "summary_warnings": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.summary_warnings", "name": "summary_warnings", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "summary_warnings of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "verbosity": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.terminal.TerminalReporter.verbosity", "name": "verbosity", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "verbosity of TerminalReporter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "verbosity", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "verbosity of TerminalReporter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 4], "arg_names": ["self", "content", "flush", "markup"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 4], "arg_names": ["self", "content", "flush", "markup"], "arg_types": ["_pytest.terminal.TerminalReporter", "builtins.str", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "write_ensure_prefix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 4], "arg_names": ["self", "prefix", "extra", "kwargs"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.write_ensure_prefix", "name": "write_ensure_prefix", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 4], "arg_names": ["self", "prefix", "extra", "kwargs"], "arg_types": ["_pytest.terminal.TerminalReporter", "builtins.str", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write_ensure_prefix of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "write_fspath_result": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 4], "arg_names": ["self", "nodeid", "res", "markup"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.write_fspath_result", "name": "write_fspath_result", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 4], "arg_names": ["self", "nodeid", "res", "markup"], "arg_types": ["_pytest.terminal.TerminalReporter", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write_fspath_result of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "write_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "line", "markup"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.write_line", "name": "write_line", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", "line", "markup"], "arg_types": ["_pytest.terminal.TerminalReporter", {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write_line of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "write_sep": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 4], "arg_names": ["self", "sep", "title", "fullwidth", "markup"], "flags": [], "fullname": "_pytest.terminal.TerminalReporter.write_sep", "name": "write_sep", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 4], "arg_names": ["self", "sep", "title", "fullwidth", "markup"], "arg_types": ["_pytest.terminal.TerminalReporter", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write_sep of TerminalReporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TestReport": {".class": "SymbolTableNode", "cross_ref": "_pytest.reports.TestReport", "kind": "Gdef"}, "TextIO": {".class": "SymbolTableNode", "cross_ref": "typing.TextIO", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "WarningReport": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.terminal.WarningReport", "name": "WarningReport", "type_vars": []}, "flags": [], "fullname": "_pytest.terminal.WarningReport", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 292, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": "builtins.str", "kw_only": false, "name": "message"}, {"context_column": 4, "context_line": 293, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": true, "init": true, "init_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "kw_only": false, "name": "nodeid"}, {"context_column": 4, "context_line": 294, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": true, "init": true, "init_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "py.path.local", {".class": "NoneType"}]}, "kw_only": false, "name": "fslocation"}], "frozen": false}}, "module_name": "_pytest.terminal", "mro": ["_pytest.terminal.WarningReport", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.terminal.WarningReport._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.terminal.WarningReport.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.terminal.WarningReport._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.terminal.WarningReport._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of WarningReport", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.terminal.WarningReport._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__ge__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.terminal.WarningReport.__ge__", "kind": "Mdef", "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.terminal.WarningReport.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.terminal.WarningReport._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.terminal.WarningReport._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of WarningReport", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.terminal.WarningReport._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.terminal.WarningReport.__gt__", "kind": "Mdef", "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "message", "nodeid", "fslocation"], "flags": [], "fullname": "_pytest.terminal.WarningReport.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "message", "nodeid", "fslocation"], "arg_types": ["_pytest.terminal.WarningReport", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "py.path.local", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of WarningReport", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__init__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.terminal.WarningReport.__init__", "kind": "Mdef", "plugin_generated": true}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.terminal.WarningReport.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.terminal.WarningReport._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.terminal.WarningReport._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of WarningReport", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.terminal.WarningReport._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__le__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.terminal.WarningReport.__le__", "kind": "Mdef", "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.terminal.WarningReport.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.terminal.WarningReport._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.terminal.WarningReport._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of WarningReport", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.terminal.WarningReport._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.terminal.WarningReport.__lt__", "kind": "Mdef", "plugin_generated": true}, "count_towards_summary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.terminal.WarningReport.count_towards_summary", "name": "count_towards_summary", "type": "builtins.bool"}}, "fslocation": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.terminal.WarningReport.fslocation", "name": "fslocation", "type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "py.path.local", {".class": "NoneType"}]}}}, "get_location": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "flags": [], "fullname": "_pytest.terminal.WarningReport.get_location", "name": "get_location", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "arg_types": ["_pytest.terminal.WarningReport", "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_location of WarningReport", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "message": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.terminal.WarningReport.message", "name": "message", "type": "builtins.str"}}, "nodeid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.terminal.WarningReport.nodeid", "name": "nodeid", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_PluggyPlugin": {".class": "SymbolTableNode", "cross_ref": "_pytest.config._PluggyPlugin", "kind": "Gdef"}, "_REPORTCHARS_DEFAULT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.terminal._REPORTCHARS_DEFAULT", "name": "_REPORTCHARS_DEFAULT", "type": "builtins.str"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.terminal.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.terminal.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.terminal.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.terminal.__package__", "name": "__package__", "type": "builtins.str"}}, "_color_for_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.terminal._color_for_type", "name": "_color_for_type", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "_color_for_type_default": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.terminal._color_for_type_default", "name": "_color_for_type_default", "type": "builtins.str"}}, "_folded_skips": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["startpath", "skipped"], "flags": [], "fullname": "_pytest.terminal._folded_skips", "name": "_folded_skips", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["startpath", "skipped"], "arg_types": ["pathlib.Path", {".class": "Instance", "args": ["_pytest.reports.CollectReport"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_folded_skips", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "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.list"}, "type_guard": null, "variables": []}}}, "_format_trimmed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["format", "msg", "available_width"], "flags": [], "fullname": "_pytest.terminal._format_trimmed", "name": "_format_trimmed", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["format", "msg", "available_width"], "arg_types": ["builtins.str", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_format_trimmed", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_get_line_with_reprcrash_message": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["config", "rep", "termwidth"], "flags": [], "fullname": "_pytest.terminal._get_line_with_reprcrash_message", "name": "_get_line_with_reprcrash_message", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["config", "rep", "termwidth"], "arg_types": ["_pytest.config.Config", "_pytest.reports.BaseReport", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_line_with_reprcrash_message", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_get_pos": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["config", "rep"], "flags": [], "fullname": "_pytest.terminal._get_pos", "name": "_get_pos", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["config", "rep"], "arg_types": ["_pytest.config.Config", "_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_pos", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_get_raw_skip_reason": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["report"], "flags": [], "fullname": "_pytest.terminal._get_raw_skip_reason", "name": "_get_raw_skip_reason", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["report"], "arg_types": ["_pytest.reports.TestReport"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_raw_skip_reason", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_plugin_nameversions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["plugininfo"], "flags": [], "fullname": "_pytest.terminal._plugin_nameversions", "name": "_plugin_nameversions", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["plugininfo"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_plugin_nameversions", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_pytest": {".class": "SymbolTableNode", "cross_ref": "_pytest", "kind": "Gdef"}, "absolutepath": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.absolutepath", "kind": "Gdef"}, "argparse": {".class": "SymbolTableNode", "cross_ref": "argparse", "kind": "Gdef"}, "attr": {".class": "SymbolTableNode", "cross_ref": "attr", "kind": "Gdef"}, "bestrelpath": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.bestrelpath", "kind": "Gdef"}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef"}, "datetime": {".class": "SymbolTableNode", "cross_ref": "datetime", "kind": "Gdef"}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "format_session_duration": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["seconds"], "flags": [], "fullname": "_pytest.terminal.format_session_duration", "name": "format_session_duration", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["seconds"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format_session_duration", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getreportopt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.terminal.getreportopt", "name": "getreportopt", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getreportopt", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "hookimpl": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.hookimpl", "kind": "Gdef"}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef"}, "nodes": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes", "kind": "Gdef"}, "partial": {".class": "SymbolTableNode", "cross_ref": "functools.partial", "kind": "Gdef"}, "platform": {".class": "SymbolTableNode", "cross_ref": "platform", "kind": "Gdef"}, "pluggy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "_pytest.terminal.pluggy", "name": "pluggy", "type": {".class": "AnyType", "missing_import_name": "_pytest.terminal.pluggy", "source_any": null, "type_of_any": 3}}}, "pluralize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["count", "noun"], "flags": [], "fullname": "_pytest.terminal.pluralize", "name": "pluralize", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["count", "noun"], "arg_types": ["builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pluralize", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "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_guard": null, "variables": []}}}, "py": {".class": "SymbolTableNode", "cross_ref": "py", "kind": "Gdef"}, "pytest_addoption": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["parser"], "flags": [], "fullname": "_pytest.terminal.pytest_addoption", "name": "pytest_addoption", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["parser"], "arg_types": ["_pytest.config.argparsing.Parser"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_addoption", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_configure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.terminal.pytest_configure", "name": "pytest_configure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_configure", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_report_teststatus": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["report"], "flags": ["is_decorated"], "fullname": "_pytest.terminal.pytest_report_teststatus", "name": "pytest_report_teststatus", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["report"], "arg_types": ["_pytest.reports.BaseReport"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_report_teststatus", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_report_teststatus", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "timing": {".class": "SymbolTableNode", "cross_ref": "_pytest.timing", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}, "wcswidth": {".class": "SymbolTableNode", "cross_ref": "_pytest._io.wcwidth.wcswidth", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/terminal.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/terminal.meta.json b/.mypy_cache/3.9/_pytest/terminal.meta.json deleted file mode 100644 index a33aa3580..000000000 --- a/.mypy_cache/3.9/_pytest/terminal.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 29, 31, 33, 33, 34, 35, 36, 37, 38, 39, 40, 44, 47, 49, 54, 56, 480, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 30], "dep_prios": [10, 10, 10, 10, 10, 10, 5, 5, 5, 5, 10, 10, 10, 20, 5, 10, 5, 5, 5, 5, 5, 5, 5, 5, 25, 25, 20, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 10], "dependencies": ["argparse", "datetime", "inspect", "platform", "sys", "warnings", "collections", "functools", "pathlib", "typing", "attr", "py", "_pytest._version", "_pytest", "_pytest.nodes", "_pytest.timing", "_pytest._code", "_pytest._code.code", "_pytest._io.wcwidth", "_pytest.compat", "_pytest.config", "_pytest.config.argparsing", "_pytest.pathlib", "_pytest.reports", "typing_extensions", "_pytest.main", "_pytest.warnings", "builtins", "_pytest._io", "_pytest._io.terminalwriter", "_typeshed", "abc", "attr.setters", "enum", "os", "py.path", "time", "types"], "hash": "d9253caab193cc12e8815a831e732f0fd8b1087f204e2ce849c899abac2b3676", "id": "_pytest.terminal", "ignore_all": true, "interface_hash": "ccf9c121445d0e9902425a57d2280055d5aec8d234bd35ed2d99f2065050791b", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/terminal.py", "plugin_data": null, "size": 50810, "suppressed": ["pluggy"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/timing.data.json b/.mypy_cache/3.9/_pytest/timing.data.json deleted file mode 100644 index 1728d8b69..000000000 --- a/.mypy_cache/3.9/_pytest/timing.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.timing", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "_pytest.timing.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__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/anaconda3/lib/python3.9/site-packages/_pytest/timing.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/timing.meta.json b/.mypy_cache/3.9/_pytest/timing.meta.json deleted file mode 100644 index ab5f54060..000000000 --- a/.mypy_cache/3.9/_pytest/timing.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "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": "1a24dec5a3bea98410580cd0cd8eec29cd813d6f2fc69c3a7aab720b28f428c8", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/timing.py", "plugin_data": null, "size": 375, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/tmpdir.data.json b/.mypy_cache/3.9/_pytest/tmpdir.data.json deleted file mode 100644 index 4bfe554b9..000000000 --- a/.mypy_cache/3.9/_pytest/tmpdir.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.tmpdir", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef"}, "FixtureRequest": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.FixtureRequest", "kind": "Gdef"}, "LOCK_TIMEOUT": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.LOCK_TIMEOUT", "kind": "Gdef"}, "MonkeyPatch": {".class": "SymbolTableNode", "cross_ref": "_pytest.monkeypatch.MonkeyPatch", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef"}, "TempPathFactory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.tmpdir.TempPathFactory", "name": "TempPathFactory", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.tmpdir.TempPathFactory", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 32, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "UnionType", "items": ["pathlib.Path", {".class": "NoneType"}]}, "kw_only": false, "name": "_given_basetemp"}, {"context_column": 4, "context_line": 33, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": null, "kw_only": false, "name": "_trace"}, {"context_column": 4, "context_line": 34, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "UnionType", "items": ["pathlib.Path", {".class": "NoneType"}]}, "kw_only": false, "name": "_basetemp"}], "frozen": false}}, "module_name": "_pytest.tmpdir", "mro": ["_pytest.tmpdir.TempPathFactory", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of TempPathFactory", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of TempPathFactory", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 5], "arg_names": ["self", "given_basetemp", "trace", "basetemp", "_ispytest"], "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 5], "arg_names": ["self", "given_basetemp", "trace", "basetemp", "_ispytest"], "arg_types": ["_pytest.tmpdir.TempPathFactory", {".class": "UnionType", "items": ["pathlib.Path", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": ["pathlib.Path", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TempPathFactory", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of TempPathFactory", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of TempPathFactory", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "_basetemp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory._basetemp", "name": "_basetemp", "type": {".class": "UnionType", "items": ["pathlib.Path", {".class": "NoneType"}]}}}, "_ensure_relative_to_basetemp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "basename"], "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory._ensure_relative_to_basetemp", "name": "_ensure_relative_to_basetemp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "basename"], "arg_types": ["_pytest.tmpdir.TempPathFactory", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_ensure_relative_to_basetemp of TempPathFactory", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_given_basetemp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory._given_basetemp", "name": "_given_basetemp", "type": {".class": "UnionType", "items": ["pathlib.Path", {".class": "NoneType"}]}}}, "_trace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory._trace", "name": "_trace", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "from_config": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["cls", "config", "_ispytest"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.tmpdir.TempPathFactory.from_config", "name": "from_config", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["cls", "config", "_ispytest"], "arg_types": [{".class": "TypeType", "item": "_pytest.tmpdir.TempPathFactory"}, "_pytest.config.Config", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_config of TempPathFactory", "ret_type": "_pytest.tmpdir.TempPathFactory", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_config", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["cls", "config", "_ispytest"], "arg_types": [{".class": "TypeType", "item": "_pytest.tmpdir.TempPathFactory"}, "_pytest.config.Config", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_config of TempPathFactory", "ret_type": "_pytest.tmpdir.TempPathFactory", "type_guard": null, "variables": []}}}}, "getbasetemp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory.getbasetemp", "name": "getbasetemp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.tmpdir.TempPathFactory"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getbasetemp of TempPathFactory", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "mktemp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "basename", "numbered"], "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory.mktemp", "name": "mktemp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "basename", "numbered"], "arg_types": ["_pytest.tmpdir.TempPathFactory", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mktemp of TempPathFactory", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TempdirFactory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.tmpdir.TempdirFactory", "name": "TempdirFactory", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.tmpdir.TempdirFactory", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 157, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": "_pytest.tmpdir.TempPathFactory", "kw_only": false, "name": "_tmppath_factory"}], "frozen": false}}, "module_name": "_pytest.tmpdir", "mro": ["_pytest.tmpdir.TempdirFactory", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.tmpdir.TempdirFactory.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of TempdirFactory", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__ge__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__ge__", "kind": "Mdef", "plugin_generated": true}, "__ge__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__ge__", "kind": "Mdef", "plugin_generated": true}, "__ge__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__ge__", "kind": "Mdef", "plugin_generated": true}, "__ge__-redefinition4": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__ge__", "kind": "Mdef", "plugin_generated": true}, "__ge__-redefinition5": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__ge__", "kind": "Mdef", "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.tmpdir.TempdirFactory.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of TempdirFactory", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__gt__", "kind": "Mdef", "plugin_generated": true}, "__gt__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__gt__", "kind": "Mdef", "plugin_generated": true}, "__gt__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__gt__", "kind": "Mdef", "plugin_generated": true}, "__gt__-redefinition4": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__gt__", "kind": "Mdef", "plugin_generated": true}, "__gt__-redefinition5": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__gt__", "kind": "Mdef", "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "tmppath_factory", "_ispytest"], "flags": [], "fullname": "_pytest.tmpdir.TempdirFactory.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "tmppath_factory", "_ispytest"], "arg_types": ["_pytest.tmpdir.TempdirFactory", "_pytest.tmpdir.TempPathFactory", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TempdirFactory", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.tmpdir.TempdirFactory.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of TempdirFactory", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__le__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__le__", "kind": "Mdef", "plugin_generated": true}, "__le__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__le__", "kind": "Mdef", "plugin_generated": true}, "__le__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__le__", "kind": "Mdef", "plugin_generated": true}, "__le__-redefinition4": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__le__", "kind": "Mdef", "plugin_generated": true}, "__le__-redefinition5": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__le__", "kind": "Mdef", "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.tmpdir.TempdirFactory.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of TempdirFactory", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__lt__", "kind": "Mdef", "plugin_generated": true}, "__lt__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__lt__", "kind": "Mdef", "plugin_generated": true}, "__lt__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__lt__", "kind": "Mdef", "plugin_generated": true}, "__lt__-redefinition4": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__lt__", "kind": "Mdef", "plugin_generated": true}, "__lt__-redefinition5": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__lt__", "kind": "Mdef", "plugin_generated": true}, "_tmppath_factory": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.tmpdir.TempdirFactory._tmppath_factory", "name": "_tmppath_factory", "type": "_pytest.tmpdir.TempPathFactory"}}, "getbasetemp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.tmpdir.TempdirFactory.getbasetemp", "name": "getbasetemp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.tmpdir.TempdirFactory"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getbasetemp of TempdirFactory", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "mktemp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "basename", "numbered"], "flags": [], "fullname": "_pytest.tmpdir.TempdirFactory.mktemp", "name": "mktemp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "basename", "numbered"], "arg_types": ["_pytest.tmpdir.TempdirFactory", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mktemp of TempdirFactory", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.tmpdir.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.tmpdir.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.tmpdir.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.tmpdir.__package__", "name": "__package__", "type": "builtins.str"}}, "_mk_tmp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["request", "factory"], "flags": [], "fullname": "_pytest.tmpdir._mk_tmp", "name": "_mk_tmp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["request", "factory"], "arg_types": ["_pytest.fixtures.FixtureRequest", "_pytest.tmpdir.TempPathFactory"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_mk_tmp", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "attr": {".class": "SymbolTableNode", "cross_ref": "attr", "kind": "Gdef"}, "check_ispytest": {".class": "SymbolTableNode", "cross_ref": "_pytest.deprecated.check_ispytest", "kind": "Gdef"}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "fixture": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.fixture", "kind": "Gdef"}, "get_user": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_pytest.tmpdir.get_user", "name": "get_user", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_user", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "make_numbered_dir": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.make_numbered_dir", "kind": "Gdef"}, "make_numbered_dir_with_cleanup": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.make_numbered_dir_with_cleanup", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "py": {".class": "SymbolTableNode", "cross_ref": "py", "kind": "Gdef"}, "pytest_configure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.tmpdir.pytest_configure", "name": "pytest_configure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_configure", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "rm_rf": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.rm_rf", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "tempfile": {".class": "SymbolTableNode", "cross_ref": "tempfile", "kind": "Gdef"}, "tmp_path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["request", "tmp_path_factory"], "flags": ["is_decorated"], "fullname": "_pytest.tmpdir.tmp_path", "name": "tmp_path", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["request", "tmp_path_factory"], "arg_types": ["_pytest.fixtures.FixtureRequest", "_pytest.tmpdir.TempPathFactory"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tmp_path", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "tmp_path", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["request", "tmp_path_factory"], "arg_types": ["_pytest.fixtures.FixtureRequest", "_pytest.tmpdir.TempPathFactory"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tmp_path", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}}, "tmp_path_factory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["request"], "flags": ["is_decorated"], "fullname": "_pytest.tmpdir.tmp_path_factory", "name": "tmp_path_factory", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tmp_path_factory", "ret_type": "_pytest.tmpdir.TempPathFactory", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "tmp_path_factory", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tmp_path_factory", "ret_type": "_pytest.tmpdir.TempPathFactory", "type_guard": null, "variables": []}}}}, "tmpdir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tmp_path"], "flags": ["is_decorated"], "fullname": "_pytest.tmpdir.tmpdir", "name": "tmpdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tmp_path"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tmpdir", "ret_type": "py.path.local", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "tmpdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tmp_path"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tmpdir", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}}, "tmpdir_factory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["request"], "flags": ["is_decorated"], "fullname": "_pytest.tmpdir.tmpdir_factory", "name": "tmpdir_factory", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tmpdir_factory", "ret_type": "_pytest.tmpdir.TempdirFactory", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "tmpdir_factory", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tmpdir_factory", "ret_type": "_pytest.tmpdir.TempdirFactory", "type_guard": null, "variables": []}}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/tmpdir.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/tmpdir.meta.json b/.mypy_cache/3.9/_pytest/tmpdir.meta.json deleted file mode 100644 index 4d5c0fb2e..000000000 --- a/.mypy_cache/3.9/_pytest/tmpdir.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [2, 3, 4, 5, 6, 7, 9, 10, 12, 16, 17, 18, 19, 21, 177, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 5, 5, 10, 10, 5, 5, 5, 5, 5, 5, 20, 5, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["os", "re", "sys", "tempfile", "pathlib", "typing", "attr", "py", "_pytest.pathlib", "_pytest.compat", "_pytest.config", "_pytest.deprecated", "_pytest.fixtures", "_pytest.monkeypatch", "getpass", "builtins", "abc", "argparse", "attr.setters", "enum", "posixpath", "py.path", "typing_extensions"], "hash": "5e7d547984cd83fd78c6361db1e889e832613206b62ca6d6643d3781ac12452f", "id": "_pytest.tmpdir", "ignore_all": true, "interface_hash": "1a17422b2760e6fe93c7779dd97a29ff5edae214854760ba0f8635c3deb7d7a4", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/tmpdir.py", "plugin_data": null, "size": 9441, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/warning_types.data.json b/.mypy_cache/3.9/_pytest/warning_types.data.json deleted file mode 100644 index 5a2e0c300..000000000 --- a/.mypy_cache/3.9/_pytest/warning_types.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.warning_types", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef"}, "PytestAssertRewriteWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.warning_types.PytestWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.warning_types.PytestAssertRewriteWarning", "name": "PytestAssertRewriteWarning", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.warning_types.PytestAssertRewriteWarning", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.warning_types", "mro": ["_pytest.warning_types.PytestAssertRewriteWarning", "_pytest.warning_types.PytestWarning", "builtins.UserWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__module__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.warning_types.PytestAssertRewriteWarning.__module__", "name": "__module__", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PytestCacheWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.warning_types.PytestWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.warning_types.PytestCacheWarning", "name": "PytestCacheWarning", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.warning_types.PytestCacheWarning", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.warning_types", "mro": ["_pytest.warning_types.PytestCacheWarning", "_pytest.warning_types.PytestWarning", "builtins.UserWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__module__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.warning_types.PytestCacheWarning.__module__", "name": "__module__", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PytestCollectionWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.warning_types.PytestWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.warning_types.PytestCollectionWarning", "name": "PytestCollectionWarning", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.warning_types.PytestCollectionWarning", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.warning_types", "mro": ["_pytest.warning_types.PytestCollectionWarning", "_pytest.warning_types.PytestWarning", "builtins.UserWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__module__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.warning_types.PytestCollectionWarning.__module__", "name": "__module__", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PytestConfigWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.warning_types.PytestWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.warning_types.PytestConfigWarning", "name": "PytestConfigWarning", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.warning_types.PytestConfigWarning", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.warning_types", "mro": ["_pytest.warning_types.PytestConfigWarning", "_pytest.warning_types.PytestWarning", "builtins.UserWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__module__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.warning_types.PytestConfigWarning.__module__", "name": "__module__", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PytestDeprecationWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.warning_types.PytestWarning", "builtins.DeprecationWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.warning_types.PytestDeprecationWarning", "name": "PytestDeprecationWarning", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.warning_types.PytestDeprecationWarning", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.warning_types", "mro": ["_pytest.warning_types.PytestDeprecationWarning", "_pytest.warning_types.PytestWarning", "builtins.UserWarning", "builtins.DeprecationWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__module__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.warning_types.PytestDeprecationWarning.__module__", "name": "__module__", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PytestExperimentalApiWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.warning_types.PytestWarning", "builtins.FutureWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.warning_types.PytestExperimentalApiWarning", "name": "PytestExperimentalApiWarning", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.warning_types.PytestExperimentalApiWarning", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.warning_types", "mro": ["_pytest.warning_types.PytestExperimentalApiWarning", "_pytest.warning_types.PytestWarning", "builtins.UserWarning", "builtins.FutureWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__module__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.warning_types.PytestExperimentalApiWarning.__module__", "name": "__module__", "type": "builtins.str"}}, "simple": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "apiname"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.warning_types.PytestExperimentalApiWarning.simple", "name": "simple", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "apiname"], "arg_types": [{".class": "TypeType", "item": "_pytest.warning_types.PytestExperimentalApiWarning"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "simple of PytestExperimentalApiWarning", "ret_type": "_pytest.warning_types.PytestExperimentalApiWarning", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "simple", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "apiname"], "arg_types": [{".class": "TypeType", "item": "_pytest.warning_types.PytestExperimentalApiWarning"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "simple of PytestExperimentalApiWarning", "ret_type": "_pytest.warning_types.PytestExperimentalApiWarning", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PytestUnhandledCoroutineWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.warning_types.PytestWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.warning_types.PytestUnhandledCoroutineWarning", "name": "PytestUnhandledCoroutineWarning", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.warning_types.PytestUnhandledCoroutineWarning", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.warning_types", "mro": ["_pytest.warning_types.PytestUnhandledCoroutineWarning", "_pytest.warning_types.PytestWarning", "builtins.UserWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__module__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.warning_types.PytestUnhandledCoroutineWarning.__module__", "name": "__module__", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PytestUnhandledThreadExceptionWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.warning_types.PytestWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.warning_types.PytestUnhandledThreadExceptionWarning", "name": "PytestUnhandledThreadExceptionWarning", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.warning_types.PytestUnhandledThreadExceptionWarning", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.warning_types", "mro": ["_pytest.warning_types.PytestUnhandledThreadExceptionWarning", "_pytest.warning_types.PytestWarning", "builtins.UserWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__module__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.warning_types.PytestUnhandledThreadExceptionWarning.__module__", "name": "__module__", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PytestUnknownMarkWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.warning_types.PytestWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.warning_types.PytestUnknownMarkWarning", "name": "PytestUnknownMarkWarning", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.warning_types.PytestUnknownMarkWarning", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.warning_types", "mro": ["_pytest.warning_types.PytestUnknownMarkWarning", "_pytest.warning_types.PytestWarning", "builtins.UserWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__module__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.warning_types.PytestUnknownMarkWarning.__module__", "name": "__module__", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PytestUnraisableExceptionWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_pytest.warning_types.PytestWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.warning_types.PytestUnraisableExceptionWarning", "name": "PytestUnraisableExceptionWarning", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.warning_types.PytestUnraisableExceptionWarning", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.warning_types", "mro": ["_pytest.warning_types.PytestUnraisableExceptionWarning", "_pytest.warning_types.PytestWarning", "builtins.UserWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__module__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.warning_types.PytestUnraisableExceptionWarning.__module__", "name": "__module__", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PytestWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.UserWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.warning_types.PytestWarning", "name": "PytestWarning", "type_vars": []}, "flags": [], "fullname": "_pytest.warning_types.PytestWarning", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.warning_types", "mro": ["_pytest.warning_types.PytestWarning", "builtins.UserWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__module__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.warning_types.PytestWarning.__module__", "name": "__module__", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "UnformattedWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.warning_types.UnformattedWarning", "name": "UnformattedWarning", "type_vars": [{".class": "TypeVarDef", "fullname": "_pytest.warning_types._W", "id": 1, "name": "_W", "upper_bound": "_pytest.warning_types.PytestWarning", "values": [], "variance": 0}]}, "flags": ["is_final"], "fullname": "_pytest.warning_types.UnformattedWarning", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 127, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.warning_types._W", "id": 1, "name": "_W", "upper_bound": "_pytest.warning_types.PytestWarning", "values": [], "variance": 0}}, "kw_only": false, "name": "category"}, {"context_column": 4, "context_line": 128, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": "builtins.str", "kw_only": false, "name": "template"}], "frozen": false}}, "module_name": "_pytest.warning_types", "mro": ["_pytest.warning_types.UnformattedWarning", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.warning_types.UnformattedWarning._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.warning_types.UnformattedWarning.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.warning_types.UnformattedWarning._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.warning_types.UnformattedWarning._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of UnformattedWarning", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.warning_types.UnformattedWarning._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.warning_types.UnformattedWarning.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.warning_types.UnformattedWarning._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.warning_types.UnformattedWarning._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of UnformattedWarning", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.warning_types.UnformattedWarning._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "category", "template"], "flags": [], "fullname": "_pytest.warning_types.UnformattedWarning.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "category", "template"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.warning_types._W", "id": 1, "name": "_W", "upper_bound": "_pytest.warning_types.PytestWarning", "values": [], "variance": 0}], "type_ref": "_pytest.warning_types.UnformattedWarning"}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.warning_types._W", "id": 1, "name": "_W", "upper_bound": "_pytest.warning_types.PytestWarning", "values": [], "variance": 0}}, "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of UnformattedWarning", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.warning_types.UnformattedWarning.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.warning_types.UnformattedWarning._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.warning_types.UnformattedWarning._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of UnformattedWarning", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.warning_types.UnformattedWarning._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.warning_types.UnformattedWarning.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.warning_types.UnformattedWarning._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.warning_types.UnformattedWarning._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of UnformattedWarning", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.warning_types.UnformattedWarning._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "category": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.warning_types.UnformattedWarning.category", "name": "category", "type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_pytest.warning_types._W", "id": 1, "name": "_W", "upper_bound": "_pytest.warning_types.PytestWarning", "values": [], "variance": 0}}}}, "format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "flags": [], "fullname": "_pytest.warning_types.UnformattedWarning.format", "name": "format", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.warning_types._W", "id": 1, "name": "_W", "upper_bound": "_pytest.warning_types.PytestWarning", "values": [], "variance": 0}], "type_ref": "_pytest.warning_types.UnformattedWarning"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format of UnformattedWarning", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.warning_types._W", "id": 1, "name": "_W", "upper_bound": "_pytest.warning_types.PytestWarning", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "template": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.warning_types.UnformattedWarning.template", "name": "template", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": ["_W"], "typeddict_type": null}}, "_W": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.warning_types._W", "name": "_W", "upper_bound": "_pytest.warning_types.PytestWarning", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.warning_types.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.warning_types.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.warning_types.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.warning_types.__package__", "name": "__package__", "type": "builtins.str"}}, "attr": {".class": "SymbolTableNode", "cross_ref": "attr", "kind": "Gdef"}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/warning_types.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/warning_types.meta.json b/.mypy_cache/3.9/_pytest/warning_types.meta.json deleted file mode 100644 index b7defa37e..000000000 --- a/.mypy_cache/3.9/_pytest/warning_types.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 6, 8, 1, 1, 1, 1], "dep_prios": [5, 10, 5, 5, 30, 30, 30], "dependencies": ["typing", "attr", "_pytest.compat", "builtins", "abc", "attr.setters", "typing_extensions"], "hash": "9bad427ba6b1963ccea9239c457a2b48e8f44d4b3bd8c14ce5dc0933e0bb7d31", "id": "_pytest.warning_types", "ignore_all": true, "interface_hash": "7fcc77a96bb6f200e9452d24e58b799534256a534b339fa4e348612af589c181", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/warning_types.py", "plugin_data": null, "size": 3148, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/warnings.data.json b/.mypy_cache/3.9/_pytest/warnings.data.json deleted file mode 100644 index ecf2eaacd..000000000 --- a/.mypy_cache/3.9/_pytest/warnings.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_pytest.warnings", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef"}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef"}, "Item": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.Item", "kind": "Gdef"}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Session": {".class": "SymbolTableNode", "cross_ref": "_pytest.main.Session", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "TerminalReporter": {".class": "SymbolTableNode", "cross_ref": "_pytest.terminal.TerminalReporter", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.warnings.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.warnings.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.warnings.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.warnings.__package__", "name": "__package__", "type": "builtins.str"}}, "apply_warning_filters": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.apply_warning_filters", "kind": "Gdef"}, "catch_warnings_for_item": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["config", "ihook", "when", "item"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.warnings.catch_warnings_for_item", "name": "catch_warnings_for_item", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["config", "ihook", "when", "item"], "arg_types": ["_pytest.config.Config", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "config"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "collect"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "runtest"}]}, {".class": "UnionType", "items": ["_pytest.nodes.Item", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "catch_warnings_for_item", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "catch_warnings_for_item", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["config", "ihook", "when", "item"], "arg_types": ["_pytest.config.Config", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "config"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "collect"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "runtest"}]}, {".class": "UnionType", "items": ["_pytest.nodes.Item", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "catch_warnings_for_item", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "contextmanager": {".class": "SymbolTableNode", "cross_ref": "contextlib.contextmanager", "kind": "Gdef"}, "parse_warning_filter": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.parse_warning_filter", "kind": "Gdef"}, "pytest": {".class": "SymbolTableNode", "cross_ref": "pytest", "kind": "Gdef"}, "pytest_collection": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["session"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.warnings.pytest_collection", "name": "pytest_collection", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["session"], "arg_types": ["_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collection", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_collection", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_configure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.warnings.pytest_configure", "name": "pytest_configure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_configure", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_load_initial_conftests": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["early_config"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.warnings.pytest_load_initial_conftests", "name": "pytest_load_initial_conftests", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["early_config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_load_initial_conftests", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_load_initial_conftests", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtest_protocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["item"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.warnings.pytest_runtest_protocol", "name": "pytest_runtest_protocol", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["item"], "arg_types": ["_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_protocol", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_runtest_protocol", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_sessionfinish": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["session"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.warnings.pytest_sessionfinish", "name": "pytest_sessionfinish", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["session"], "arg_types": ["_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_sessionfinish", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_sessionfinish", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_terminal_summary": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["terminalreporter"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.warnings.pytest_terminal_summary", "name": "pytest_terminal_summary", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["terminalreporter"], "arg_types": ["_pytest.terminal.TerminalReporter"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_terminal_summary", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_terminal_summary", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "warning_record_to_str": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["warning_message"], "flags": [], "fullname": "_pytest.warnings.warning_record_to_str", "name": "warning_record_to_str", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["warning_message"], "arg_types": ["warnings.WarningMessage"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "warning_record_to_str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/warnings.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_pytest/warnings.meta.json b/.mypy_cache/3.9/_pytest/warnings.meta.json deleted file mode 100644 index 5b6ccf1e8..000000000 --- a/.mypy_cache/3.9/_pytest/warnings.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 2, 3, 4, 8, 9, 12, 13, 14, 17, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 10, 5, 5, 5, 5, 25, 5, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["sys", "warnings", "contextlib", "typing", "pytest", "_pytest.config", "_pytest.main", "_pytest.nodes", "_pytest.terminal", "typing_extensions", "builtins", "_pytest.assertion", "_pytest.mark", "_pytest.mark.structures", "abc", "argparse", "functools", "types"], "hash": "ef9afe75145e906a6fa4963b0334e4940ef8d04e781927945a976ebab48ed943", "id": "_pytest.warnings", "ignore_all": true, "interface_hash": "06e64e12bb4a6d5fb20ab30b938e23e80e772f175a360d0d2d733b92ff4d95a0", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/_pytest/warnings.py", "plugin_data": null, "size": 4488, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_random.data.json b/.mypy_cache/3.9/_random.data.json deleted file mode 100644 index 26ced3989..000000000 --- a/.mypy_cache/3.9/_random.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_random", "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": []}, "flags": [], "fullname": "_random.Random", "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", "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", "__k"], "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", "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", "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", "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", "__n"], "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", "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", "__state"], "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", "implicit": false, "is_ellipsis_args": false, "name": "setstate of Random", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_State": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_random._State", "line": 5, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}}, "__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"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_random.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_random.meta.json b/.mypy_cache/3.9/_random.meta.json deleted file mode 100644 index 69869051a..000000000 --- a/.mypy_cache/3.9/_random.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "3adff278c22c8d2c706053247acfd444fd8e959ab345e3d57986826e742bfaa2", "id": "_random", "ignore_all": true, "interface_hash": "66fe8b31fd6ec1516833ecac2ae31a16a0bb208a3e880955e6f5473da97ba3e1", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_random.pyi", "plugin_data": null, "size": 478, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_thread.data.json b/.mypy_cache/3.9/_thread.data.json deleted file mode 100644 index ae7b485a0..000000000 --- a/.mypy_cache/3.9/_thread.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_thread", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "LockType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_thread.LockType", "name": "LockType", "type_vars": []}, "flags": [], "fullname": "_thread.LockType", "metaclass_type": null, "metadata": {}, "module_name": "_thread", "mro": ["_thread.LockType", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_thread.LockType.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_thread.LockType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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": ["self", "type", "value", "traceback"], "flags": [], "fullname": "_thread.LockType.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["_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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ 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", "blocking", "timeout"], "flags": [], "fullname": "_thread.LockType.acquire", "name": "acquire", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "blocking", "timeout"], "arg_types": ["_thread.LockType", "builtins.bool", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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": "_thread.LockType.locked", "name": "locked", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_thread.LockType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "locked of LockType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "release": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_thread.LockType.release", "name": "release", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_thread.LockType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "release of LockType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TIMEOUT_MAX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_thread.TIMEOUT_MAX", "name": "TIMEOUT_MAX", "type": "builtins.float"}}, "Thread": {".class": "SymbolTableNode", "cross_ref": "threading.Thread", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ExceptHookArgs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, "builtins.BaseException", "types.TracebackType", "threading.Thread"]}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_thread._ExceptHookArgs", "name": "_ExceptHookArgs", "type_vars": []}, "flags": [], "fullname": "_thread._ExceptHookArgs", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_thread", "mro": ["_thread._ExceptHookArgs", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "exc_traceback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_thread._ExceptHookArgs.exc_traceback", "name": "exc_traceback", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["threading.Thread", {".class": "NoneType"}]}], "partial_fallback": "_thread._ExceptHookArgs"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exc_traceback of _ExceptHookArgs", "ret_type": {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "exc_traceback", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["threading.Thread", {".class": "NoneType"}]}], "partial_fallback": "_thread._ExceptHookArgs"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exc_traceback of _ExceptHookArgs", "ret_type": {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "exc_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_thread._ExceptHookArgs.exc_type", "name": "exc_type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["threading.Thread", {".class": "NoneType"}]}], "partial_fallback": "_thread._ExceptHookArgs"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exc_type of _ExceptHookArgs", "ret_type": {".class": "TypeType", "item": "builtins.BaseException"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "exc_type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["threading.Thread", {".class": "NoneType"}]}], "partial_fallback": "_thread._ExceptHookArgs"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exc_type of _ExceptHookArgs", "ret_type": {".class": "TypeType", "item": "builtins.BaseException"}, "type_guard": null, "variables": []}}}}, "exc_value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_thread._ExceptHookArgs.exc_value", "name": "exc_value", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["threading.Thread", {".class": "NoneType"}]}], "partial_fallback": "_thread._ExceptHookArgs"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exc_value of _ExceptHookArgs", "ret_type": {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "exc_value", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["threading.Thread", {".class": "NoneType"}]}], "partial_fallback": "_thread._ExceptHookArgs"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exc_value of _ExceptHookArgs", "ret_type": {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "thread": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_thread._ExceptHookArgs.thread", "name": "thread", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["threading.Thread", {".class": "NoneType"}]}], "partial_fallback": "_thread._ExceptHookArgs"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "thread of _ExceptHookArgs", "ret_type": {".class": "UnionType", "items": ["threading.Thread", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "thread", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["threading.Thread", {".class": "NoneType"}]}], "partial_fallback": "_thread._ExceptHookArgs"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "thread of _ExceptHookArgs", "ret_type": {".class": "UnionType", "items": ["threading.Thread", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["threading.Thread", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, "builtins.BaseException", "types.TracebackType", "threading.Thread"]}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_thread.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_thread.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_thread.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_thread.__package__", "name": "__package__", "type": "builtins.str"}}, "_count": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_thread._count", "name": "_count", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_count", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_dangling": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_thread._dangling", "name": "_dangling", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "_excepthook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_thread._excepthook", "name": "_excepthook", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["threading.Thread", {".class": "NoneType"}]}], "partial_fallback": "_thread._ExceptHookArgs"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": []}}}, "allocate_lock": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_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", "implicit": false, "is_ellipsis_args": false, "name": "allocate_lock", "ret_type": "_thread.LockType", "type_guard": null, "variables": []}}}, "error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_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": "_thread.exit", "name": "exit", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "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": "_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", "implicit": false, "is_ellipsis_args": false, "name": "get_ident", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "get_native_id": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_thread.get_native_id", "name": "get_native_id", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_native_id", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "interrupt_main": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_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", "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": "_thread.stack_size", "name": "stack_size", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["size"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "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": "_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", "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", "implicit": false, "is_ellipsis_args": false, "name": "start_new_thread", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_thread.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_thread.meta.json b/.mypy_cache/3.9/_thread.meta.json deleted file mode 100644 index 7e5b940db..000000000 --- a/.mypy_cache/3.9/_thread.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 4, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30], "dependencies": ["sys", "threading", "types", "typing", "builtins", "abc"], "hash": "6f0451574b6e1309de5677382d205e623099a7aadb515031cc5535ef14715737", "id": "_thread", "ignore_all": true, "interface_hash": "d7595f8ba1f8826f037ba964024bc06dcd302c02aaefdd65e4f2c672d45fcfcd", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_thread.pyi", "plugin_data": null, "size": 1451, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_typeshed/__init__.data.json b/.mypy_cache/3.9/_typeshed/__init__.data.json deleted file mode 100644 index c9aabf963..000000000 --- a/.mypy_cache/3.9/_typeshed/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_typeshed", "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}, "AnyPath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "_typeshed.AnyPath", "line": 67, "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"}]}}}, "BytesPath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "_typeshed.BytesPath", "line": 66, "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}, "FileDescriptor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.FileDescriptor", "line": 143, "no_args": true, "normalized": false, "target": "builtins.int"}}, "FileDescriptorLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.FileDescriptorLike", "line": 144, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.int", "_typeshed.HasFileno"]}}}, "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": []}, "flags": ["is_protocol"], "fullname": "_typeshed.HasFileno", "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", "implicit": false, "is_ellipsis_args": false, "name": "fileno of HasFileno", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "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": []}, "flags": ["is_final"], "fullname": "_typeshed.NoneType", "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", "implicit": false, "is_ellipsis_args": false, "name": "__bool__ of NoneType", "ret_type": {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "OpenBinaryMode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.OpenBinaryMode", "line": 138, "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": 137, "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": 110, "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": 136, "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": 109, "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": 108, "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": 73, "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": 107, "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"}]}}}, "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}, "ReadableBuffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "_typeshed.ReadableBuffer", "line": 159, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.bytes", "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"]}}}, "StrPath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "_typeshed.StrPath", "line": 65, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}]}}}, "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": "TypeVarDef", "fullname": "_typeshed._T_contra", "id": 1, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarDef", "fullname": "_typeshed._T_co", "id": 2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_protocol"], "fullname": "_typeshed.SupportsDivMod", "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": ["self", "__other"], "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", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsDivMod"}, {".class": "TypeVarType", "fullname": "_typeshed._T_contra", "id": 1, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of SupportsDivMod", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T_contra", "_T_co"], "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", "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": "TypeVarDef", "fullname": "_typeshed._KT_contra", "id": 1, "name": "_KT_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarDef", "fullname": "_typeshed._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol"], "fullname": "_typeshed.SupportsGetItem", "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": ["self", "__k"], "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", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "_typeshed._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsGetItem"}, {".class": "TypeVarType", "fullname": "_typeshed._KT_contra", "id": 1, "name": "_KT_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of SupportsGetItem", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "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", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "_typeshed._VT", "id": 2, "name": "_VT", "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": "TypeVarDef", "fullname": "_typeshed._KT_contra", "id": 1, "name": "_KT_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarDef", "fullname": "_typeshed._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": ["is_abstract", "is_protocol"], "fullname": "_typeshed.SupportsItemAccess", "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": ["self", "__v"], "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", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "_typeshed._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_typeshed.SupportsItemAccess"}, {".class": "TypeVarType", "fullname": "_typeshed._KT_contra", "id": 1, "name": "_KT_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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": ["self", "__k", "__v"], "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", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "_typeshed._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_typeshed.SupportsItemAccess"}, {".class": "TypeVarType", "fullname": "_typeshed._KT_contra", "id": 1, "name": "_KT_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "_typeshed._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of SupportsItemAccess", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "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": "TypeVarDef", "fullname": "_typeshed._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarDef", "fullname": "_typeshed._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_protocol"], "fullname": "_typeshed.SupportsItems", "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", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "_typeshed._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsItems"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "_typeshed._VT_co", "id": 2, "name": "_VT_co", "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": []}}}}, "tuple_type": null, "type_vars": ["_KT_co", "_VT_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": "TypeVarDef", "fullname": "_typeshed._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "_typeshed._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_protocol"], "fullname": "_typeshed.SupportsKeysAndGetItem", "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": ["self", "__k"], "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", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_typeshed._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsKeysAndGetItem"}, {".class": "TypeVarType", "fullname": "_typeshed._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of SupportsKeysAndGetItem", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed._VT_co", "id": 2, "name": "_VT_co", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_typeshed._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsKeysAndGetItem"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "keys of SupportsKeysAndGetItem", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_KT", "_VT_co"], "typeddict_type": null}}, "SupportsLessThan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsLessThan", "name": "SupportsLessThan", "type_vars": []}, "flags": ["is_protocol"], "fullname": "_typeshed.SupportsLessThan", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsLessThan", "builtins.object"], "names": {".class": "SymbolTable", "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": [], "fullname": "_typeshed.SupportsLessThan.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_typeshed.SupportsLessThan", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of SupportsLessThan", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SupportsLessThanT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_typeshed.SupportsLessThanT", "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}}, "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": "TypeVarDef", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_protocol"], "fullname": "_typeshed.SupportsNoArgReadline", "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", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsNoArgReadline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readline of SupportsNoArgReadline", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "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": "TypeVarDef", "fullname": "_typeshed._T_contra", "id": 1, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarDef", "fullname": "_typeshed._T_co", "id": 2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_protocol"], "fullname": "_typeshed.SupportsRDivMod", "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", "__other"], "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", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsRDivMod"}, {".class": "TypeVarType", "fullname": "_typeshed._T_contra", "id": 1, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of SupportsRDivMod", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "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": "TypeVarDef", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_protocol"], "fullname": "_typeshed.SupportsRead", "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", "__length"], "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", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsRead"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of SupportsRead", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "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": "TypeVarDef", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_protocol"], "fullname": "_typeshed.SupportsReadline", "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", "__length"], "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", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsReadline"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readline of SupportsReadline", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T_co"], "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": "TypeVarDef", "fullname": "_typeshed._T_contra", "id": 1, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}]}, "flags": ["is_protocol"], "fullname": "_typeshed.SupportsWrite", "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", "__s"], "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", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "_typeshed.SupportsWrite"}, {".class": "TypeVarType", "fullname": "_typeshed._T_contra", "id": 1, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of SupportsWrite", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T_contra"], "typeddict_type": null}}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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": 160, "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"]}}}, "_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_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}}, "__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"}}, "array": {".class": "SymbolTableNode", "cross_ref": "array", "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}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_typeshed/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_typeshed/__init__.meta.json b/.mypy_cache/3.9/_typeshed/__init__.meta.json deleted file mode 100644 index 2840cc92a..000000000 --- a/.mypy_cache/3.9/_typeshed/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000169, "dep_lines": [15, 16, 17, 18, 19, 63, 1, 1], "dep_prios": [10, 10, 10, 5, 5, 5, 5, 30], "dependencies": ["array", "mmap", "sys", "typing", "typing_extensions", "os", "builtins", "abc"], "hash": "4da560c173545b345490bb875bc330738350d53e1be1bbf94c124bc29c6a2410", "id": "_typeshed", "ignore_all": true, "interface_hash": "3a69c52e821790e753bb926f582a47f1b93c2fc35e831883625f5ede3b940f96", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_typeshed/__init__.pyi", "plugin_data": null, "size": 4926, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_warnings.data.json b/.mypy_cache/3.9/_warnings.data.json deleted file mode 100644 index 282bc95b0..000000000 --- a/.mypy_cache/3.9/_warnings.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_warnings", "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}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__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": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "type_ref": "builtins.list"}}}, "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}, "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", "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", "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", "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", "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", "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", "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "warn_explicit", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_warnings.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_warnings.meta.json b/.mypy_cache/3.9/_warnings.meta.json deleted file mode 100644 index 5c685d9ba..000000000 --- a/.mypy_cache/3.9/_warnings.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "e61da788d878ef16fb1bba7a30ebd04a3f8d5671497ff862c323b868b374e416", "id": "_warnings", "ignore_all": true, "interface_hash": "7f0393e83815480359e6919d8756f88c7c039b6f1919aa5c4a81ee54a6f139cb", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_warnings.pyi", "plugin_data": null, "size": 2233, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_weakref.data.json b/.mypy_cache/3.9/_weakref.data.json deleted file mode 100644 index 5c8f437e6..000000000 --- a/.mypy_cache/3.9/_weakref.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_weakref", "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": "TypeVarDef", "fullname": "_weakref._C", "id": 1, "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", "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}]}, "flags": [], "fullname": "_weakref.CallableProxyType", "metaclass_type": null, "metadata": {}, "module_name": "_weakref", "mro": ["_weakref.CallableProxyType", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "attr"], "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", "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", "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", "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": []}}}}, "tuple_type": null, "type_vars": ["_C"], "typeddict_type": null}}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "GenericAlias": {".class": "SymbolTableNode", "cross_ref": "types.GenericAlias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "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": "TypeVarDef", "fullname": "_weakref._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "_weakref.ProxyType", "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": ["self", "attr"], "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakref.ProxyType"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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": []}}}}, "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": "TypeVarDef", "fullname": "_weakref._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "_weakref.ReferenceType", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakref.ReferenceType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of ReferenceType", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "_weakref._T", "id": 1, "name": "_T", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakref.ReferenceType"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "_weakref.ReferenceType.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakref._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakref.ReferenceType"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of ReferenceType", "ret_type": "types.GenericAlias", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakref.ReferenceType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakref.ReferenceType"}, {".class": "TypeVarType", "fullname": "_weakref._T", "id": 1, "name": "_T", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakref.ReferenceType"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ReferenceType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "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", "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}}, "__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"}}, "getweakrefcount": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__object"], "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", "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": ["object"], "flags": [], "fullname": "_weakref.getweakrefs", "name": "getweakrefs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "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", "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": ["object", "callback"], "flags": ["is_overload", "is_decorated"], "fullname": "_weakref.proxy", "name": "proxy", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["object", "callback"], "arg_types": [{".class": "TypeVarType", "fullname": "_weakref._C", "id": -1, "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", "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", "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", "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "proxy", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakref._C", "id": -1, "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", "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": "TypeVarDef", "fullname": "_weakref._C", "id": -1, "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", "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": ["object", "callback"], "flags": ["is_overload", "is_decorated"], "fullname": "_weakref.proxy", "name": "proxy", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["object", "callback"], "arg_types": [{".class": "TypeVarType", "fullname": "_weakref._T", "id": -1, "name": "_T", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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", "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": "TypeVarDef", "fullname": "_weakref._T", "id": -1, "name": "_T", "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": ["object", "callback"], "arg_types": [{".class": "TypeVarType", "fullname": "_weakref._C", "id": -1, "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", "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", "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", "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "proxy", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakref._C", "id": -1, "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", "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": "TypeVarDef", "fullname": "_weakref._C", "id": -1, "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", "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": ["object", "callback"], "arg_types": [{".class": "TypeVarType", "fullname": "_weakref._T", "id": -1, "name": "_T", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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", "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": "TypeVarDef", "fullname": "_weakref._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "ref": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_weakref.ref", "line": 25, "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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_weakref.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_weakref.meta.json b/.mypy_cache/3.9/_weakref.meta.json deleted file mode 100644 index 2b5909a2b..000000000 --- a/.mypy_cache/3.9/_weakref.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 5, 1, 1], "dep_prios": [10, 5, 5, 5, 30], "dependencies": ["sys", "typing", "types", "builtins", "abc"], "hash": "30b0e35cb2bb1a9a1844b6285f7ed86c86629637c5bfc6de5981fb0e457ebe17", "id": "_weakref", "ignore_all": true, "interface_hash": "518d29216b2225c58ad6a341d6a781137ed8423881b92eae6ab675f4c5a22374", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_weakref.pyi", "plugin_data": null, "size": 1226, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_weakrefset.data.json b/.mypy_cache/3.9/_weakrefset.data.json deleted file mode 100644 index 60ad93dc1..000000000 --- a/.mypy_cache/3.9/_weakrefset.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "_weakrefset", "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}, "GenericAlias": {".class": "SymbolTableNode", "cross_ref": "types.GenericAlias", "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}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "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}, "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", "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": "TypeVarDef", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "_weakrefset.WeakSet", "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": ["self", "other"], "flags": [], "fullname": "_weakrefset.WeakSet.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "_weakrefset._SelfT", "id": -1, "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of WeakSet", "ret_type": {".class": "TypeVarType", "fullname": "_weakrefset._SelfT", "id": -1, "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_weakrefset._SelfT", "id": -1, "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "values": [], "variance": 0}]}}}, "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "_weakrefset.WeakSet.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of WeakSet", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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": ["self", "other"], "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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": ["self", "other"], "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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": ["self", "other"], "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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": ["self", "other"], "flags": [], "fullname": "_weakrefset.WeakSet.__iand__", "name": "__iand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "_weakrefset._SelfT", "id": -1, "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of WeakSet", "ret_type": {".class": "TypeVarType", "fullname": "_weakrefset._SelfT", "id": -1, "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_weakrefset._SelfT", "id": -1, "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "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", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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": ["self", "other"], "flags": [], "fullname": "_weakrefset.WeakSet.__ior__", "name": "__ior__", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of WeakSet", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "_weakrefset.WeakSet"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__isub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_weakrefset.WeakSet.__isub__", "name": "__isub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "_weakrefset._SelfT", "id": -1, "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of WeakSet", "ret_type": {".class": "TypeVarType", "fullname": "_weakrefset._SelfT", "id": -1, "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_weakrefset._SelfT", "id": -1, "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "values": [], "variance": 0}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of WeakSet", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "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": ["self", "other"], "flags": [], "fullname": "_weakrefset.WeakSet.__ixor__", "name": "__ixor__", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of WeakSet", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "_weakrefset.WeakSet"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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": ["self"], "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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": ["self", "other"], "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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": ["self", "other"], "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "_weakrefset.WeakSet"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_weakrefset.WeakSet.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "_weakrefset._SelfT", "id": -1, "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of WeakSet", "ret_type": {".class": "TypeVarType", "fullname": "_weakrefset._SelfT", "id": -1, "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_weakrefset._SelfT", "id": -1, "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "values": [], "variance": 0}]}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "_weakrefset.WeakSet"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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": "_weakrefset._SelfT", "id": -1, "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of WeakSet", "ret_type": {".class": "TypeVarType", "fullname": "_weakrefset._SelfT", "id": -1, "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_weakrefset._SelfT", "id": -1, "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "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": "_weakrefset._SelfT", "id": -1, "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "difference of WeakSet", "ret_type": {".class": "TypeVarType", "fullname": "_weakrefset._SelfT", "id": -1, "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_weakrefset._SelfT", "id": -1, "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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": "_weakrefset._SelfT", "id": -1, "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "intersection of WeakSet", "ret_type": {".class": "TypeVarType", "fullname": "_weakrefset._SelfT", "id": -1, "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_weakrefset._SelfT", "id": -1, "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop of WeakSet", "ret_type": {".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "_weakrefset.WeakSet"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "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", "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", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "_weakrefset.WeakSet"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of WeakSet", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "_S": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_weakrefset._S", "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_SelfT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_weakrefset._SelfT", "name": "_SelfT", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_weakrefset.WeakSet"}, "values": [], "variance": 0}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_weakrefset._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_weakrefset.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_weakrefset.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_weakrefset.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_weakrefset.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/_weakrefset.meta.json b/.mypy_cache/3.9/_weakrefset.meta.json deleted file mode 100644 index 58297b525..000000000 --- a/.mypy_cache/3.9/_weakrefset.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 5, 1, 1], "dep_prios": [10, 5, 5, 5, 30], "dependencies": ["sys", "typing", "types", "builtins", "abc"], "hash": "e78436cd3b4299f0784688285d25987d65b8f5a0dc5e70503f839ce15a1be706", "id": "_weakrefset", "ignore_all": true, "interface_hash": "479ce1341820919097f90ebe55986367bd961485111b1a99b545ddf878a2a4b0", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/_weakrefset.pyi", "plugin_data": null, "size": 2410, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/abc.data.json b/.mypy_cache/3.9/abc.data.json deleted file mode 100644 index f9d0001ff..000000000 --- a/.mypy_cache/3.9/abc.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "abc", "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": []}, "flags": [], "fullname": "abc.ABC", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "abc", "mro": ["abc.ABC", "builtins.object"], "names": {".class": "SymbolTable"}, "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": []}, "flags": [], "fullname": "abc.ABCMeta", "metaclass_type": null, "metadata": {}, "module_name": "abc", "mro": ["abc.ABCMeta", "builtins.type", "builtins.object"], "names": {".class": "SymbolTable", "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", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register of ABCMeta", "ret_type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "abc._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "abc._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "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}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "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", "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": "abc._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__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": "FuncDef", "arg_kinds": [0], "arg_names": ["callable"], "flags": [], "fullname": "abc.abstractclassmethod", "name": "abstractclassmethod", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["callable"], "arg_types": [{".class": "TypeVarType", "fullname": "abc._FuncT", "id": -1, "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "abstractclassmethod", "ret_type": {".class": "TypeVarType", "fullname": "abc._FuncT", "id": -1, "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", "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": "TypeVarDef", "fullname": "abc._FuncT", "id": -1, "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", "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}]}}}, "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", "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "abstractmethod", "ret_type": {".class": "TypeVarType", "fullname": "abc._FuncT", "id": -1, "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", "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": "TypeVarDef", "fullname": "abc._FuncT", "id": -1, "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", "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": []}, "flags": [], "fullname": "abc.abstractproperty", "metaclass_type": null, "metadata": {}, "module_name": "abc", "mro": ["abc.abstractproperty", "builtins.property", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "abstractstaticmethod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["callable"], "flags": [], "fullname": "abc.abstractstaticmethod", "name": "abstractstaticmethod", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["callable"], "arg_types": [{".class": "TypeVarType", "fullname": "abc._FuncT", "id": -1, "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "abstractstaticmethod", "ret_type": {".class": "TypeVarType", "fullname": "abc._FuncT", "id": -1, "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", "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": "TypeVarDef", "fullname": "abc._FuncT", "id": -1, "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", "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}]}}}, "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", "implicit": false, "is_ellipsis_args": false, "name": "get_cache_token", "ret_type": "builtins.object", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/abc.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/abc.meta.json b/.mypy_cache/3.9/abc.meta.json deleted file mode 100644 index 796686cf4..000000000 --- a/.mypy_cache/3.9/abc.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000169, "dep_lines": [1, 1], "dep_prios": [5, 5], "dependencies": ["typing", "builtins"], "hash": "9734c3b7d5b86ff8316f71d3a937d692ebd7c047a52203f6bc8132ceb0152fae", "id": "abc", "ignore_all": true, "interface_hash": "8ed649854c98fa0a15ffda627aa15c49f3d5332b56514bdf3395209dde21d9f4", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/abc.pyi", "plugin_data": null, "size": 596, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/argparse.data.json b/.mypy_cache/3.9/argparse.data.json deleted file mode 100644 index 5ec0e0f91..000000000 --- a/.mypy_cache/3.9/argparse.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "argparse", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Action": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse._AttributeHolder"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse.Action", "name": "Action", "type_vars": []}, "flags": [], "fullname": "argparse.Action", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse.Action", "argparse._AttributeHolder", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "parser", "namespace", "values", "option_string"], "flags": [], "fullname": "argparse.Action.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "parser", "namespace", "values", "option_string"], "arg_types": ["argparse.Action", "argparse.ArgumentParser", "argparse.Namespace", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of Action", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "option_strings", "dest", "nargs", "const", "default", "type", "choices", "required", "help", "metavar"], "flags": [], "fullname": "argparse.Action.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "option_strings", "dest", "nargs", "const", "default", "type", "choices", "required", "help", "metavar"], "arg_types": ["argparse.Action", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "argparse._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "argparse._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "argparse._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "argparse._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "argparse.FileType", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "argparse._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Action", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "argparse._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "choices": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.Action.choices", "name": "choices", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}}}, "const": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.Action.const", "name": "const", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "default": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.Action.default", "name": "default", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "dest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.Action.dest", "name": "dest", "type": "builtins.str"}}, "format_usage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "argparse.Action.format_usage", "name": "format_usage", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["argparse.Action"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format_usage of Action", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "help": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.Action.help", "name": "help", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "metavar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.Action.metavar", "name": "metavar", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}}}, "nargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.Action.nargs", "name": "nargs", "type": {".class": "UnionType", "items": ["builtins.int", "builtins.str", {".class": "NoneType"}]}}}, "option_strings": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.Action.option_strings", "name": "option_strings", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}}}, "required": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.Action.required", "name": "required", "type": "builtins.bool"}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.Action.type", "name": "type", "type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": []}, "argparse.FileType", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ArgumentDefaultsHelpFormatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse.HelpFormatter"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse.ArgumentDefaultsHelpFormatter", "name": "ArgumentDefaultsHelpFormatter", "type_vars": []}, "flags": [], "fullname": "argparse.ArgumentDefaultsHelpFormatter", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse.ArgumentDefaultsHelpFormatter", "argparse.HelpFormatter", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ArgumentError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse.ArgumentError", "name": "ArgumentError", "type_vars": []}, "flags": [], "fullname": "argparse.ArgumentError", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse.ArgumentError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "argument", "message"], "flags": [], "fullname": "argparse.ArgumentError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "argument", "message"], "arg_types": ["argparse.ArgumentError", {".class": "UnionType", "items": ["argparse.Action", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ArgumentError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "argument_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.ArgumentError.argument_name", "name": "argument_name", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "message": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.ArgumentError.message", "name": "message", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ArgumentParser": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse._AttributeHolder", "argparse._ActionsContainer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse.ArgumentParser", "name": "ArgumentParser", "type_vars": []}, "flags": [], "fullname": "argparse.ArgumentParser", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse.ArgumentParser", "argparse._AttributeHolder", "argparse._ActionsContainer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "prog", "usage", "description", "epilog", "parents", "formatter_class", "prefix_chars", "fromfile_prefix_chars", "argument_default", "conflict_handler", "add_help", "allow_abbrev", "exit_on_error"], "flags": [], "fullname": "argparse.ArgumentParser.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "prog", "usage", "description", "epilog", "parents", "formatter_class", "prefix_chars", "fromfile_prefix_chars", "argument_default", "conflict_handler", "add_help", "allow_abbrev", "exit_on_error"], "arg_types": ["argparse.ArgumentParser", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["argparse.ArgumentParser"], "type_ref": "typing.Sequence"}, "argparse._FormatterClass", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.str", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ArgumentParser", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_check_value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "action", "value"], "flags": [], "fullname": "argparse.ArgumentParser._check_value", "name": "_check_value", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "action", "value"], "arg_types": ["argparse.ArgumentParser", "argparse.Action", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_value of ArgumentParser", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_formatter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "argparse.ArgumentParser._get_formatter", "name": "_get_formatter", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["argparse.ArgumentParser"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_formatter of ArgumentParser", "ret_type": "argparse.HelpFormatter", "type_guard": null, "variables": []}}}, "_get_nargs_pattern": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "flags": [], "fullname": "argparse.ArgumentParser._get_nargs_pattern", "name": "_get_nargs_pattern", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "arg_types": ["argparse.ArgumentParser", "argparse.Action"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_nargs_pattern of ArgumentParser", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_get_option_tuples": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "option_string"], "flags": [], "fullname": "argparse.ArgumentParser._get_option_tuples", "name": "_get_option_tuples", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "option_string"], "arg_types": ["argparse.ArgumentParser", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_option_tuples of ArgumentParser", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["argparse.Action", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "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"}, "type_guard": null, "variables": []}}}, "_get_optional_actions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "argparse.ArgumentParser._get_optional_actions", "name": "_get_optional_actions", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["argparse.ArgumentParser"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_optional_actions of ArgumentParser", "ret_type": {".class": "Instance", "args": ["argparse.Action"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_get_positional_actions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "argparse.ArgumentParser._get_positional_actions", "name": "_get_positional_actions", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["argparse.ArgumentParser"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_positional_actions of ArgumentParser", "ret_type": {".class": "Instance", "args": ["argparse.Action"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_get_value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "action", "arg_string"], "flags": [], "fullname": "argparse.ArgumentParser._get_value", "name": "_get_value", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "action", "arg_string"], "arg_types": ["argparse.ArgumentParser", "argparse.Action", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_value of ArgumentParser", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "_get_values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "action", "arg_strings"], "flags": [], "fullname": "argparse.ArgumentParser._get_values", "name": "_get_values", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "action", "arg_strings"], "arg_types": ["argparse.ArgumentParser", "argparse.Action", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_values of ArgumentParser", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "_match_argument": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "action", "arg_strings_pattern"], "flags": [], "fullname": "argparse.ArgumentParser._match_argument", "name": "_match_argument", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "action", "arg_strings_pattern"], "arg_types": ["argparse.ArgumentParser", "argparse.Action", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_match_argument of ArgumentParser", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_match_arguments_partial": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "actions", "arg_strings_pattern"], "flags": [], "fullname": "argparse.ArgumentParser._match_arguments_partial", "name": "_match_arguments_partial", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "actions", "arg_strings_pattern"], "arg_types": ["argparse.ArgumentParser", {".class": "Instance", "args": ["argparse.Action"], "type_ref": "typing.Sequence"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_match_arguments_partial of ArgumentParser", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_optionals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.ArgumentParser._optionals", "name": "_optionals", "type": "argparse._ArgumentGroup"}}, "_parse_known_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "arg_strings", "namespace"], "flags": [], "fullname": "argparse.ArgumentParser._parse_known_args", "name": "_parse_known_args", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "arg_strings", "namespace"], "arg_types": ["argparse.ArgumentParser", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "argparse.Namespace"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse_known_args of ArgumentParser", "ret_type": {".class": "TupleType", "implicit": false, "items": ["argparse.Namespace", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "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": []}}}, "_parse_optional": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg_string"], "flags": [], "fullname": "argparse.ArgumentParser._parse_optional", "name": "_parse_optional", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg_string"], "arg_types": ["argparse.ArgumentParser", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse_optional of ArgumentParser", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["argparse.Action", {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_positionals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.ArgumentParser._positionals", "name": "_positionals", "type": "argparse._ArgumentGroup"}}, "_print_message": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "message", "file"], "flags": [], "fullname": "argparse.ArgumentParser._print_message", "name": "_print_message", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "message", "file"], "arg_types": ["argparse.ArgumentParser", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_print_message of ArgumentParser", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_read_args_from_files": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg_strings"], "flags": [], "fullname": "argparse.ArgumentParser._read_args_from_files", "name": "_read_args_from_files", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg_strings"], "arg_types": ["argparse.ArgumentParser", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_read_args_from_files of ArgumentParser", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_subparsers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.ArgumentParser._subparsers", "name": "_subparsers", "type": {".class": "UnionType", "items": ["argparse._ArgumentGroup", {".class": "NoneType"}]}}}, "add_help": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.ArgumentParser.add_help", "name": "add_help", "type": "builtins.bool"}}, "add_subparsers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "title", "description", "prog", "parser_class", "action", "option_string", "dest", "required", "help", "metavar"], "flags": [], "fullname": "argparse.ArgumentParser.add_subparsers", "name": "add_subparsers", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "title", "description", "prog", "parser_class", "action", "option_string", "dest", "required", "help", "metavar"], "arg_types": ["argparse.ArgumentParser", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", {".class": "TypeType", "item": "argparse.ArgumentParser"}, {".class": "TypeType", "item": "argparse.Action"}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_subparsers of ArgumentParser", "ret_type": "argparse._SubParsersAction", "type_guard": null, "variables": []}}}, "allow_abbrev": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.ArgumentParser.allow_abbrev", "name": "allow_abbrev", "type": "builtins.bool"}}, "convert_arg_line_to_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg_line"], "flags": [], "fullname": "argparse.ArgumentParser.convert_arg_line_to_args", "name": "convert_arg_line_to_args", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg_line"], "arg_types": ["argparse.ArgumentParser", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "convert_arg_line_to_args of ArgumentParser", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "epilog": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.ArgumentParser.epilog", "name": "epilog", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "error": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "message"], "flags": [], "fullname": "argparse.ArgumentParser.error", "name": "error", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "message"], "arg_types": ["argparse.ArgumentParser", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "error of ArgumentParser", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "exit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "status", "message"], "flags": [], "fullname": "argparse.ArgumentParser.exit", "name": "exit", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "status", "message"], "arg_types": ["argparse.ArgumentParser", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exit of ArgumentParser", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "format_help": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "argparse.ArgumentParser.format_help", "name": "format_help", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["argparse.ArgumentParser"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format_help of ArgumentParser", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "format_usage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "argparse.ArgumentParser.format_usage", "name": "format_usage", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["argparse.ArgumentParser"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format_usage of ArgumentParser", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatter_class": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.ArgumentParser.formatter_class", "name": "formatter_class", "type": "argparse._FormatterClass"}}, "fromfile_prefix_chars": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.ArgumentParser.fromfile_prefix_chars", "name": "fromfile_prefix_chars", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "parse_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "argparse.ArgumentParser.parse_args", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "args"], "flags": ["is_overload", "is_decorated"], "fullname": "argparse.ArgumentParser.parse_args", "name": "parse_args", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "args"], "arg_types": ["argparse.ArgumentParser", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_args of ArgumentParser", "ret_type": "argparse.Namespace", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "parse_args", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "args", "namespace"], "flags": ["is_overload", "is_decorated"], "fullname": "argparse.ArgumentParser.parse_args", "name": "parse_args", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "args", "namespace"], "arg_types": ["argparse.ArgumentParser", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_args of ArgumentParser", "ret_type": "argparse.Namespace", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "parse_args", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "args", "namespace"], "flags": ["is_overload", "is_decorated"], "fullname": "argparse.ArgumentParser.parse_args", "name": "parse_args", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "args", "namespace"], "arg_types": ["argparse.ArgumentParser", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "argparse._N", "id": -1, "name": "_N", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_args of ArgumentParser", "ret_type": {".class": "TypeVarType", "fullname": "argparse._N", "id": -1, "name": "_N", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "argparse._N", "id": -1, "name": "_N", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "parse_args", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3], "arg_names": ["self", "namespace"], "flags": ["is_overload", "is_decorated"], "fullname": "argparse.ArgumentParser.parse_args", "name": "parse_args", "type": {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["self", "namespace"], "arg_types": ["argparse.ArgumentParser", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_args of ArgumentParser", "ret_type": "argparse.Namespace", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "parse_args", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3], "arg_names": ["self", "namespace"], "flags": ["is_overload", "is_decorated"], "fullname": "argparse.ArgumentParser.parse_args", "name": "parse_args", "type": {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["self", "namespace"], "arg_types": ["argparse.ArgumentParser", {".class": "TypeVarType", "fullname": "argparse._N", "id": -1, "name": "_N", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_args of ArgumentParser", "ret_type": {".class": "TypeVarType", "fullname": "argparse._N", "id": -1, "name": "_N", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "argparse._N", "id": -1, "name": "_N", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "parse_args", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "args"], "arg_types": ["argparse.ArgumentParser", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_args of ArgumentParser", "ret_type": "argparse.Namespace", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "args", "namespace"], "arg_types": ["argparse.ArgumentParser", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_args of ArgumentParser", "ret_type": "argparse.Namespace", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "args", "namespace"], "arg_types": ["argparse.ArgumentParser", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "argparse._N", "id": -1, "name": "_N", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_args of ArgumentParser", "ret_type": {".class": "TypeVarType", "fullname": "argparse._N", "id": -1, "name": "_N", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "argparse._N", "id": -1, "name": "_N", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["self", "namespace"], "arg_types": ["argparse.ArgumentParser", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_args of ArgumentParser", "ret_type": "argparse.Namespace", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["self", "namespace"], "arg_types": ["argparse.ArgumentParser", {".class": "TypeVarType", "fullname": "argparse._N", "id": -1, "name": "_N", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_args of ArgumentParser", "ret_type": {".class": "TypeVarType", "fullname": "argparse._N", "id": -1, "name": "_N", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "argparse._N", "id": -1, "name": "_N", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "parse_intermixed_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "args", "namespace"], "flags": [], "fullname": "argparse.ArgumentParser.parse_intermixed_args", "name": "parse_intermixed_args", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "args", "namespace"], "arg_types": ["argparse.ArgumentParser", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["argparse.Namespace", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_intermixed_args of ArgumentParser", "ret_type": "argparse.Namespace", "type_guard": null, "variables": []}}}, "parse_known_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "args", "namespace"], "flags": [], "fullname": "argparse.ArgumentParser.parse_known_args", "name": "parse_known_args", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "args", "namespace"], "arg_types": ["argparse.ArgumentParser", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["argparse.Namespace", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_known_args of ArgumentParser", "ret_type": {".class": "TupleType", "implicit": false, "items": ["argparse.Namespace", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "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": []}}}, "parse_known_intermixed_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "args", "namespace"], "flags": [], "fullname": "argparse.ArgumentParser.parse_known_intermixed_args", "name": "parse_known_intermixed_args", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "args", "namespace"], "arg_types": ["argparse.ArgumentParser", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["argparse.Namespace", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_known_intermixed_args of ArgumentParser", "ret_type": {".class": "TupleType", "implicit": false, "items": ["argparse.Namespace", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "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": []}}}, "print_help": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "file"], "flags": [], "fullname": "argparse.ArgumentParser.print_help", "name": "print_help", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "file"], "arg_types": ["argparse.ArgumentParser", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "print_help of ArgumentParser", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "print_usage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "file"], "flags": [], "fullname": "argparse.ArgumentParser.print_usage", "name": "print_usage", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "file"], "arg_types": ["argparse.ArgumentParser", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "print_usage of ArgumentParser", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "prog": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.ArgumentParser.prog", "name": "prog", "type": "builtins.str"}}, "usage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.ArgumentParser.usage", "name": "usage", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ArgumentTypeError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse.ArgumentTypeError", "name": "ArgumentTypeError", "type_vars": []}, "flags": [], "fullname": "argparse.ArgumentTypeError", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse.ArgumentTypeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BooleanOptionalAction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse.Action"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse.BooleanOptionalAction", "name": "BooleanOptionalAction", "type_vars": []}, "flags": [], "fullname": "argparse.BooleanOptionalAction", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse.BooleanOptionalAction", "argparse.Action", "argparse._AttributeHolder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "option_strings", "dest", "default", "type", "choices", "required", "help", "metavar"], "flags": [], "fullname": "argparse.BooleanOptionalAction.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "option_strings", "dest", "default", "type", "choices", "required", "help", "metavar"], "arg_types": ["argparse.BooleanOptionalAction", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.str", {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "argparse._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "argparse._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "argparse._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "argparse.FileType", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "argparse._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BooleanOptionalAction", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "argparse._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "FileType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse.FileType", "name": "FileType", "type_vars": []}, "flags": [], "fullname": "argparse.FileType", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse.FileType", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "string"], "flags": [], "fullname": "argparse.FileType.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "string"], "arg_types": ["argparse.FileType", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of FileType", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "mode", "bufsize", "encoding", "errors"], "flags": [], "fullname": "argparse.FileType.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "mode", "bufsize", "encoding", "errors"], "arg_types": ["argparse.FileType", "builtins.str", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FileType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_bufsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.FileType._bufsize", "name": "_bufsize", "type": "builtins.int"}}, "_encoding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.FileType._encoding", "name": "_encoding", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "_errors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.FileType._errors", "name": "_errors", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "_mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.FileType._mode", "name": "_mode", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "HelpFormatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse.HelpFormatter", "name": "HelpFormatter", "type_vars": []}, "flags": [], "fullname": "argparse.HelpFormatter", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse.HelpFormatter", "builtins.object"], "names": {".class": "SymbolTable", "_Section": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.HelpFormatter._Section", "name": "_Section", "type": {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "prog", "indent_increment", "max_help_position", "width"], "flags": [], "fullname": "argparse.HelpFormatter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "prog", "indent_increment", "max_help_position", "width"], "arg_types": ["argparse.HelpFormatter", "builtins.str", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of HelpFormatter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_action_max_length": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.HelpFormatter._action_max_length", "name": "_action_max_length", "type": "builtins.int"}}, "_add_item": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "func", "args"], "flags": [], "fullname": "argparse.HelpFormatter._add_item", "name": "_add_item", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "func", "args"], "arg_types": ["argparse.HelpFormatter", {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "_add_item of HelpFormatter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_current_indent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.HelpFormatter._current_indent", "name": "_current_indent", "type": "builtins.int"}}, "_current_section": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.HelpFormatter._current_section", "name": "_current_section", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "_dedent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "argparse.HelpFormatter._dedent", "name": "_dedent", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["argparse.HelpFormatter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_dedent of HelpFormatter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_expand_help": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "flags": [], "fullname": "argparse.HelpFormatter._expand_help", "name": "_expand_help", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "arg_types": ["argparse.HelpFormatter", "argparse.Action"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_expand_help of HelpFormatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_fill_text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "text", "width", "indent"], "flags": [], "fullname": "argparse.HelpFormatter._fill_text", "name": "_fill_text", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "text", "width", "indent"], "arg_types": ["argparse.HelpFormatter", "builtins.str", "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_fill_text of HelpFormatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_format_action": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "flags": [], "fullname": "argparse.HelpFormatter._format_action", "name": "_format_action", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "arg_types": ["argparse.HelpFormatter", "argparse.Action"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_format_action of HelpFormatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_format_action_invocation": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "flags": [], "fullname": "argparse.HelpFormatter._format_action_invocation", "name": "_format_action_invocation", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "arg_types": ["argparse.HelpFormatter", "argparse.Action"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_format_action_invocation of HelpFormatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_format_actions_usage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "actions", "groups"], "flags": [], "fullname": "argparse.HelpFormatter._format_actions_usage", "name": "_format_actions_usage", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "actions", "groups"], "arg_types": ["argparse.HelpFormatter", {".class": "Instance", "args": ["argparse.Action"], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": ["argparse._ArgumentGroup"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_format_actions_usage of HelpFormatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_format_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "action", "default_metavar"], "flags": [], "fullname": "argparse.HelpFormatter._format_args", "name": "_format_args", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "action", "default_metavar"], "arg_types": ["argparse.HelpFormatter", "argparse.Action", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_format_args of HelpFormatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_format_text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "flags": [], "fullname": "argparse.HelpFormatter._format_text", "name": "_format_text", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "arg_types": ["argparse.HelpFormatter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_format_text of HelpFormatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_format_usage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "usage", "actions", "groups", "prefix"], "flags": [], "fullname": "argparse.HelpFormatter._format_usage", "name": "_format_usage", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "usage", "actions", "groups", "prefix"], "arg_types": ["argparse.HelpFormatter", "builtins.str", {".class": "Instance", "args": ["argparse.Action"], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": ["argparse._ArgumentGroup"], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_format_usage of HelpFormatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_get_default_metavar_for_optional": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "flags": [], "fullname": "argparse.HelpFormatter._get_default_metavar_for_optional", "name": "_get_default_metavar_for_optional", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "arg_types": ["argparse.HelpFormatter", "argparse.Action"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_default_metavar_for_optional of HelpFormatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_get_default_metavar_for_positional": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "flags": [], "fullname": "argparse.HelpFormatter._get_default_metavar_for_positional", "name": "_get_default_metavar_for_positional", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "arg_types": ["argparse.HelpFormatter", "argparse.Action"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_default_metavar_for_positional of HelpFormatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_get_help_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "flags": [], "fullname": "argparse.HelpFormatter._get_help_string", "name": "_get_help_string", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "arg_types": ["argparse.HelpFormatter", "argparse.Action"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_help_string of HelpFormatter", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_indent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "argparse.HelpFormatter._indent", "name": "_indent", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["argparse.HelpFormatter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_indent of HelpFormatter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_indent_increment": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.HelpFormatter._indent_increment", "name": "_indent_increment", "type": "builtins.int"}}, "_iter_indented_subactions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "flags": [], "fullname": "argparse.HelpFormatter._iter_indented_subactions", "name": "_iter_indented_subactions", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "arg_types": ["argparse.HelpFormatter", "argparse.Action"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_iter_indented_subactions of HelpFormatter", "ret_type": {".class": "Instance", "args": ["argparse.Action", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}, "_join_parts": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "part_strings"], "flags": [], "fullname": "argparse.HelpFormatter._join_parts", "name": "_join_parts", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "part_strings"], "arg_types": ["argparse.HelpFormatter", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_join_parts of HelpFormatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_level": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.HelpFormatter._level", "name": "_level", "type": "builtins.int"}}, "_long_break_matcher": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.HelpFormatter._long_break_matcher", "name": "_long_break_matcher", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "_max_help_position": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.HelpFormatter._max_help_position", "name": "_max_help_position", "type": "builtins.int"}}, "_metavar_formatter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "action", "default_metavar"], "flags": [], "fullname": "argparse.HelpFormatter._metavar_formatter", "name": "_metavar_formatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "action", "default_metavar"], "arg_types": ["argparse.HelpFormatter", "argparse.Action", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_metavar_formatter of HelpFormatter", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "_prog": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.HelpFormatter._prog", "name": "_prog", "type": "builtins.str"}}, "_root_section": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.HelpFormatter._root_section", "name": "_root_section", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "_split_lines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "text", "width"], "flags": [], "fullname": "argparse.HelpFormatter._split_lines", "name": "_split_lines", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "text", "width"], "arg_types": ["argparse.HelpFormatter", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_split_lines of HelpFormatter", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_whitespace_matcher": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.HelpFormatter._whitespace_matcher", "name": "_whitespace_matcher", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "_width": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse.HelpFormatter._width", "name": "_width", "type": "builtins.int"}}, "add_argument": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "flags": [], "fullname": "argparse.HelpFormatter.add_argument", "name": "add_argument", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "arg_types": ["argparse.HelpFormatter", "argparse.Action"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_argument of HelpFormatter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_arguments": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "actions"], "flags": [], "fullname": "argparse.HelpFormatter.add_arguments", "name": "add_arguments", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "actions"], "arg_types": ["argparse.HelpFormatter", {".class": "Instance", "args": ["argparse.Action"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_arguments of HelpFormatter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "flags": [], "fullname": "argparse.HelpFormatter.add_text", "name": "add_text", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "arg_types": ["argparse.HelpFormatter", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_text of HelpFormatter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_usage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "usage", "actions", "groups", "prefix"], "flags": [], "fullname": "argparse.HelpFormatter.add_usage", "name": "add_usage", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "usage", "actions", "groups", "prefix"], "arg_types": ["argparse.HelpFormatter", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["argparse.Action"], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": ["argparse._ArgumentGroup"], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_usage of HelpFormatter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "end_section": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "argparse.HelpFormatter.end_section", "name": "end_section", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["argparse.HelpFormatter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "end_section of HelpFormatter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "format_help": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "argparse.HelpFormatter.format_help", "name": "format_help", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["argparse.HelpFormatter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format_help of HelpFormatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "start_section": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "heading"], "flags": [], "fullname": "argparse.HelpFormatter.start_section", "name": "start_section", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "heading"], "arg_types": ["argparse.HelpFormatter", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "start_section of HelpFormatter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MetavarTypeHelpFormatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse.HelpFormatter"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse.MetavarTypeHelpFormatter", "name": "MetavarTypeHelpFormatter", "type_vars": []}, "flags": [], "fullname": "argparse.MetavarTypeHelpFormatter", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse.MetavarTypeHelpFormatter", "argparse.HelpFormatter", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Namespace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse._AttributeHolder"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse.Namespace", "name": "Namespace", "type_vars": []}, "flags": [], "fullname": "argparse.Namespace", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse.Namespace", "argparse._AttributeHolder", "builtins.object"], "names": {".class": "SymbolTable", "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "argparse.Namespace.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["argparse.Namespace", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of Namespace", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "argparse.Namespace.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["argparse.Namespace", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of Namespace", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "flags": [], "fullname": "argparse.Namespace.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "arg_types": ["argparse.Namespace", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Namespace", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "argparse.Namespace.__setattr__", "name": "__setattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["argparse.Namespace", "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", "implicit": false, "is_ellipsis_args": false, "name": "__setattr__ of Namespace", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ONE_OR_MORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "argparse.ONE_OR_MORE", "name": "ONE_OR_MORE", "type": "builtins.str"}}, "OPTIONAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "argparse.OPTIONAL", "name": "OPTIONAL", "type": "builtins.str"}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PARSER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "argparse.PARSER", "name": "PARSER", "type": "builtins.str"}}, "Pattern": {".class": "SymbolTableNode", "cross_ref": "typing.Pattern", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing.Protocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "REMAINDER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "argparse.REMAINDER", "name": "REMAINDER", "type": "builtins.str"}}, "RawDescriptionHelpFormatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse.HelpFormatter"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse.RawDescriptionHelpFormatter", "name": "RawDescriptionHelpFormatter", "type_vars": []}, "flags": [], "fullname": "argparse.RawDescriptionHelpFormatter", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse.RawDescriptionHelpFormatter", "argparse.HelpFormatter", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RawTextHelpFormatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse.RawDescriptionHelpFormatter"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse.RawTextHelpFormatter", "name": "RawTextHelpFormatter", "type_vars": []}, "flags": [], "fullname": "argparse.RawTextHelpFormatter", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse.RawTextHelpFormatter", "argparse.RawDescriptionHelpFormatter", "argparse.HelpFormatter", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SUPPRESS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "argparse.SUPPRESS", "name": "SUPPRESS", "type": "builtins.str"}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "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}, "ZERO_OR_MORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "argparse.ZERO_OR_MORE", "name": "ZERO_OR_MORE", "type": "builtins.str"}}, "_ActionT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "argparse._ActionT", "name": "_ActionT", "upper_bound": "argparse.Action", "values": [], "variance": 0}}, "_ActionsContainer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse._ActionsContainer", "name": "_ActionsContainer", "type_vars": []}, "flags": [], "fullname": "argparse._ActionsContainer", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse._ActionsContainer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "description", "prefix_chars", "argument_default", "conflict_handler"], "flags": [], "fullname": "argparse._ActionsContainer.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "description", "prefix_chars", "argument_default", "conflict_handler"], "arg_types": ["argparse._ActionsContainer", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _ActionsContainer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_action_groups": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._ActionsContainer._action_groups", "name": "_action_groups", "type": {".class": "Instance", "args": ["argparse._ArgumentGroup"], "type_ref": "builtins.list"}}}, "_actions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._ActionsContainer._actions", "name": "_actions", "type": {".class": "Instance", "args": ["argparse.Action"], "type_ref": "builtins.list"}}}, "_add_action": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "flags": [], "fullname": "argparse._ActionsContainer._add_action", "name": "_add_action", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "arg_types": ["argparse._ActionsContainer", {".class": "TypeVarType", "fullname": "argparse._ActionT", "id": -1, "name": "_ActionT", "upper_bound": "argparse.Action", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_add_action of _ActionsContainer", "ret_type": {".class": "TypeVarType", "fullname": "argparse._ActionT", "id": -1, "name": "_ActionT", "upper_bound": "argparse.Action", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "argparse._ActionT", "id": -1, "name": "_ActionT", "upper_bound": "argparse.Action", "values": [], "variance": 0}]}}}, "_add_container_actions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "container"], "flags": [], "fullname": "argparse._ActionsContainer._add_container_actions", "name": "_add_container_actions", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "container"], "arg_types": ["argparse._ActionsContainer", "argparse._ActionsContainer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_add_container_actions of _ActionsContainer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_check_conflict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "flags": [], "fullname": "argparse._ActionsContainer._check_conflict", "name": "_check_conflict", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "arg_types": ["argparse._ActionsContainer", "argparse.Action"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_conflict of _ActionsContainer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._ActionsContainer._defaults", "name": "_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "_get_handler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "argparse._ActionsContainer._get_handler", "name": "_get_handler", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["argparse._ActionsContainer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_handler of _ActionsContainer", "ret_type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["argparse.Action", {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "argparse.Action"], "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.Iterable"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": []}, "type_guard": null, "variables": []}}}, "_get_optional_kwargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "argparse._ActionsContainer._get_optional_kwargs", "name": "_get_optional_kwargs", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["argparse._ActionsContainer", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_optional_kwargs of _ActionsContainer", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "_get_positional_kwargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "dest", "kwargs"], "flags": [], "fullname": "argparse._ActionsContainer._get_positional_kwargs", "name": "_get_positional_kwargs", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", "dest", "kwargs"], "arg_types": ["argparse._ActionsContainer", "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", "implicit": false, "is_ellipsis_args": false, "name": "_get_positional_kwargs of _ActionsContainer", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "_handle_conflict_error": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "action", "conflicting_actions"], "flags": [], "fullname": "argparse._ActionsContainer._handle_conflict_error", "name": "_handle_conflict_error", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "action", "conflicting_actions"], "arg_types": ["argparse._ActionsContainer", "argparse.Action", {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "argparse.Action"], "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.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_handle_conflict_error of _ActionsContainer", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "_handle_conflict_resolve": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "action", "conflicting_actions"], "flags": [], "fullname": "argparse._ActionsContainer._handle_conflict_resolve", "name": "_handle_conflict_resolve", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "action", "conflicting_actions"], "arg_types": ["argparse._ActionsContainer", "argparse.Action", {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "argparse.Action"], "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.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_handle_conflict_resolve of _ActionsContainer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_has_negative_number_optionals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._ActionsContainer._has_negative_number_optionals", "name": "_has_negative_number_optionals", "type": {".class": "Instance", "args": ["builtins.bool"], "type_ref": "builtins.list"}}}, "_mutually_exclusive_groups": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._ActionsContainer._mutually_exclusive_groups", "name": "_mutually_exclusive_groups", "type": {".class": "Instance", "args": ["argparse._MutuallyExclusiveGroup"], "type_ref": "builtins.list"}}}, "_negative_number_matcher": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._ActionsContainer._negative_number_matcher", "name": "_negative_number_matcher", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "_option_string_actions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._ActionsContainer._option_string_actions", "name": "_option_string_actions", "type": {".class": "Instance", "args": ["builtins.str", "argparse.Action"], "type_ref": "builtins.dict"}}}, "_pop_action_class": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "kwargs", "default"], "flags": [], "fullname": "argparse._ActionsContainer._pop_action_class", "name": "_pop_action_class", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "kwargs", "default"], "arg_types": ["argparse._ActionsContainer", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "argparse.Action"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_pop_action_class of _ActionsContainer", "ret_type": {".class": "TypeType", "item": "argparse.Action"}, "type_guard": null, "variables": []}}}, "_registries": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._ActionsContainer._registries", "name": "_registries", "type": {".class": "Instance", "args": ["builtins.str", {".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"}], "type_ref": "builtins.dict"}}}, "_registry_get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "registry_name", "value", "default"], "flags": [], "fullname": "argparse._ActionsContainer._registry_get", "name": "_registry_get", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "registry_name", "value", "default"], "arg_types": ["argparse._ActionsContainer", "builtins.str", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_registry_get of _ActionsContainer", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "_remove_action": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "flags": [], "fullname": "argparse._ActionsContainer._remove_action", "name": "_remove_action", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "arg_types": ["argparse._ActionsContainer", "argparse.Action"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_remove_action of _ActionsContainer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_argument": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 4], "arg_names": ["self", "name_or_flags", "action", "nargs", "const", "default", "type", "choices", "required", "help", "metavar", "dest", "version", "kwargs"], "flags": [], "fullname": "argparse._ActionsContainer.add_argument", "name": "add_argument", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 4], "arg_names": ["self", "name_or_flags", "action", "nargs", "const", "default", "type", "choices", "required", "help", "metavar", "dest", "version", "kwargs"], "arg_types": ["argparse._ActionsContainer", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "TypeType", "item": "argparse.Action"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}, {".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}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "argparse._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "argparse._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "argparse.FileType"]}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "argparse._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "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", "implicit": false, "is_ellipsis_args": false, "name": "add_argument of _ActionsContainer", "ret_type": "argparse.Action", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "argparse._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "add_argument_group": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "argparse._ActionsContainer.add_argument_group", "name": "add_argument_group", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["argparse._ActionsContainer", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_argument_group of _ActionsContainer", "ret_type": "argparse._ArgumentGroup", "type_guard": null, "variables": []}}}, "add_mutually_exclusive_group": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "flags": [], "fullname": "argparse._ActionsContainer.add_mutually_exclusive_group", "name": "add_mutually_exclusive_group", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "arg_types": ["argparse._ActionsContainer", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_mutually_exclusive_group of _ActionsContainer", "ret_type": "argparse._MutuallyExclusiveGroup", "type_guard": null, "variables": []}}}, "argument_default": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._ActionsContainer.argument_default", "name": "argument_default", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "conflict_handler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._ActionsContainer.conflict_handler", "name": "conflict_handler", "type": "builtins.str"}}, "description": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._ActionsContainer.description", "name": "description", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "get_default": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dest"], "flags": [], "fullname": "argparse._ActionsContainer.get_default", "name": "get_default", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dest"], "arg_types": ["argparse._ActionsContainer", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_default of _ActionsContainer", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "prefix_chars": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._ActionsContainer.prefix_chars", "name": "prefix_chars", "type": "builtins.str"}}, "register": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "registry_name", "value", "object"], "flags": [], "fullname": "argparse._ActionsContainer.register", "name": "register", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "registry_name", "value", "object"], "arg_types": ["argparse._ActionsContainer", "builtins.str", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register of _ActionsContainer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "flags": [], "fullname": "argparse._ActionsContainer.set_defaults", "name": "set_defaults", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "arg_types": ["argparse._ActionsContainer", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_defaults of _ActionsContainer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_AppendAction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse.Action"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse._AppendAction", "name": "_AppendAction", "type_vars": []}, "flags": [], "fullname": "argparse._AppendAction", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse._AppendAction", "argparse.Action", "argparse._AttributeHolder", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_AppendConstAction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse.Action"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse._AppendConstAction", "name": "_AppendConstAction", "type_vars": []}, "flags": [], "fullname": "argparse._AppendConstAction", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse._AppendConstAction", "argparse.Action", "argparse._AttributeHolder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "option_strings", "dest", "const", "default", "required", "help", "metavar"], "flags": [], "fullname": "argparse._AppendConstAction.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "option_strings", "dest", "const", "default", "required", "help", "metavar"], "arg_types": ["argparse._AppendConstAction", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.str", {".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}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _AppendConstAction", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ArgumentGroup": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse._ActionsContainer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse._ArgumentGroup", "name": "_ArgumentGroup", "type_vars": []}, "flags": [], "fullname": "argparse._ArgumentGroup", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse._ArgumentGroup", "argparse._ActionsContainer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 4], "arg_names": ["self", "container", "title", "description", "kwargs"], "flags": [], "fullname": "argparse._ArgumentGroup.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 4], "arg_names": ["self", "container", "title", "description", "kwargs"], "arg_types": ["argparse._ArgumentGroup", "argparse._ActionsContainer", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _ArgumentGroup", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_group_actions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._ArgumentGroup._group_actions", "name": "_group_actions", "type": {".class": "Instance", "args": ["argparse.Action"], "type_ref": "builtins.list"}}}, "title": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._ArgumentGroup.title", "name": "title", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_AttributeHolder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse._AttributeHolder", "name": "_AttributeHolder", "type_vars": []}, "flags": [], "fullname": "argparse._AttributeHolder", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse._AttributeHolder", "builtins.object"], "names": {".class": "SymbolTable", "_get_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "argparse._AttributeHolder._get_args", "name": "_get_args", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["argparse._AttributeHolder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_args of _AttributeHolder", "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": []}}}, "_get_kwargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "argparse._AttributeHolder._get_kwargs", "name": "_get_kwargs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["argparse._AttributeHolder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_kwargs of _AttributeHolder", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_CountAction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse.Action"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse._CountAction", "name": "_CountAction", "type_vars": []}, "flags": [], "fullname": "argparse._CountAction", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse._CountAction", "argparse.Action", "argparse._AttributeHolder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "option_strings", "dest", "default", "required", "help"], "flags": [], "fullname": "argparse._CountAction.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "option_strings", "dest", "default", "required", "help"], "arg_types": ["argparse._CountAction", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _CountAction", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_FormatterClass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse._FormatterClass", "name": "_FormatterClass", "type_vars": []}, "flags": ["is_protocol"], "fullname": "argparse._FormatterClass", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "argparse", "mro": ["argparse._FormatterClass", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "prog"], "flags": [], "fullname": "argparse._FormatterClass.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "prog"], "arg_types": ["argparse._FormatterClass", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FormatterClass", "ret_type": "argparse.HelpFormatter", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_HelpAction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse.Action"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse._HelpAction", "name": "_HelpAction", "type_vars": []}, "flags": [], "fullname": "argparse._HelpAction", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse._HelpAction", "argparse.Action", "argparse._AttributeHolder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "option_strings", "dest", "default", "help"], "flags": [], "fullname": "argparse._HelpAction.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "option_strings", "dest", "default", "help"], "arg_types": ["argparse._HelpAction", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _HelpAction", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_MutuallyExclusiveGroup": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse._ArgumentGroup"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse._MutuallyExclusiveGroup", "name": "_MutuallyExclusiveGroup", "type_vars": []}, "flags": [], "fullname": "argparse._MutuallyExclusiveGroup", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse._MutuallyExclusiveGroup", "argparse._ArgumentGroup", "argparse._ActionsContainer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "container", "required"], "flags": [], "fullname": "argparse._MutuallyExclusiveGroup.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "container", "required"], "arg_types": ["argparse._MutuallyExclusiveGroup", "argparse._ActionsContainer", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _MutuallyExclusiveGroup", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_container": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._MutuallyExclusiveGroup._container", "name": "_container", "type": "argparse._ActionsContainer"}}, "required": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._MutuallyExclusiveGroup.required", "name": "required", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_N": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "argparse._N", "name": "_N", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_StoreAction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse.Action"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse._StoreAction", "name": "_StoreAction", "type_vars": []}, "flags": [], "fullname": "argparse._StoreAction", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse._StoreAction", "argparse.Action", "argparse._AttributeHolder", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_StoreConstAction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse.Action"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse._StoreConstAction", "name": "_StoreConstAction", "type_vars": []}, "flags": [], "fullname": "argparse._StoreConstAction", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse._StoreConstAction", "argparse.Action", "argparse._AttributeHolder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "option_strings", "dest", "const", "default", "required", "help", "metavar"], "flags": [], "fullname": "argparse._StoreConstAction.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "option_strings", "dest", "const", "default", "required", "help", "metavar"], "arg_types": ["argparse._StoreConstAction", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.str", {".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}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _StoreConstAction", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_StoreFalseAction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse._StoreConstAction"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse._StoreFalseAction", "name": "_StoreFalseAction", "type_vars": []}, "flags": [], "fullname": "argparse._StoreFalseAction", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse._StoreFalseAction", "argparse._StoreConstAction", "argparse.Action", "argparse._AttributeHolder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "option_strings", "dest", "default", "required", "help"], "flags": [], "fullname": "argparse._StoreFalseAction.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "option_strings", "dest", "default", "required", "help"], "arg_types": ["argparse._StoreFalseAction", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.str", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _StoreFalseAction", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_StoreTrueAction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse._StoreConstAction"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse._StoreTrueAction", "name": "_StoreTrueAction", "type_vars": []}, "flags": [], "fullname": "argparse._StoreTrueAction", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse._StoreTrueAction", "argparse._StoreConstAction", "argparse.Action", "argparse._AttributeHolder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "option_strings", "dest", "default", "required", "help"], "flags": [], "fullname": "argparse._StoreTrueAction.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "option_strings", "dest", "default", "required", "help"], "arg_types": ["argparse._StoreTrueAction", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.str", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _StoreTrueAction", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_SubParsersAction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse.Action"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse._SubParsersAction", "name": "_SubParsersAction", "type_vars": []}, "flags": [], "fullname": "argparse._SubParsersAction", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse._SubParsersAction", "argparse.Action", "argparse._AttributeHolder", "builtins.object"], "names": {".class": "SymbolTable", "_ChoicesPseudoAction": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._SubParsersAction._ChoicesPseudoAction", "name": "_ChoicesPseudoAction", "type": {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "option_strings", "prog", "parser_class", "dest", "required", "help", "metavar"], "flags": [], "fullname": "argparse._SubParsersAction.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "option_strings", "prog", "parser_class", "dest", "required", "help", "metavar"], "arg_types": ["argparse._SubParsersAction", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.str", {".class": "TypeType", "item": "argparse.ArgumentParser"}, "builtins.str", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _SubParsersAction", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_choices_actions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._SubParsersAction._choices_actions", "name": "_choices_actions", "type": {".class": "Instance", "args": ["argparse.Action"], "type_ref": "builtins.list"}}}, "_get_subactions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "argparse._SubParsersAction._get_subactions", "name": "_get_subactions", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["argparse._SubParsersAction"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_subactions of _SubParsersAction", "ret_type": {".class": "Instance", "args": ["argparse.Action"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_name_parser_map": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._SubParsersAction._name_parser_map", "name": "_name_parser_map", "type": {".class": "Instance", "args": ["builtins.str", "argparse.ArgumentParser"], "type_ref": "builtins.dict"}}}, "_parser_class": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._SubParsersAction._parser_class", "name": "_parser_class", "type": {".class": "TypeType", "item": "argparse.ArgumentParser"}}}, "_prog_prefix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._SubParsersAction._prog_prefix", "name": "_prog_prefix", "type": "builtins.str"}}, "add_parser": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "name", "kwargs"], "flags": [], "fullname": "argparse._SubParsersAction.add_parser", "name": "add_parser", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", "name", "kwargs"], "arg_types": ["argparse._SubParsersAction", "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", "implicit": false, "is_ellipsis_args": false, "name": "add_parser of _SubParsersAction", "ret_type": "argparse.ArgumentParser", "type_guard": null, "variables": []}}}, "choices": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._SubParsersAction.choices", "name": "choices", "type": {".class": "Instance", "args": ["builtins.str", "argparse.ArgumentParser"], "type_ref": "builtins.dict"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "argparse._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_Text": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "argparse._Text", "line": 28, "no_args": true, "normalized": false, "target": "builtins.str"}}, "_UNRECOGNIZED_ARGS_ATTR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "argparse._UNRECOGNIZED_ARGS_ATTR", "name": "_UNRECOGNIZED_ARGS_ATTR", "type": "builtins.str"}}, "_VersionAction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["argparse.Action"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "argparse._VersionAction", "name": "_VersionAction", "type_vars": []}, "flags": [], "fullname": "argparse._VersionAction", "metaclass_type": null, "metadata": {}, "module_name": "argparse", "mro": ["argparse._VersionAction", "argparse.Action", "argparse._AttributeHolder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "option_strings", "version", "dest", "default", "help"], "flags": [], "fullname": "argparse._VersionAction.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "option_strings", "version", "dest", "default", "help"], "arg_types": ["argparse._VersionAction", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _VersionAction", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "argparse._VersionAction.version", "name": "version", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "argparse.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "argparse.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "argparse.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "argparse.__package__", "name": "__package__", "type": "builtins.str"}}, "_get_action_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["argument"], "flags": [], "fullname": "argparse._get_action_name", "name": "_get_action_name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["argument"], "arg_types": [{".class": "UnionType", "items": ["argparse.Action", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_action_name", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/argparse.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/argparse.meta.json b/.mypy_cache/3.9/argparse.meta.json deleted file mode 100644 index d17974125..000000000 --- a/.mypy_cache/3.9/argparse.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "4f8119672ce2172c8c2af2020034276620b7d368e01b410f15415501d4040ba5", "id": "argparse", "ignore_all": true, "interface_hash": "da17e34618a39477a3de80ea141b702c54f73ccc94a70537c0077df56a94595f", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/argparse.pyi", "plugin_data": null, "size": 18345, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/array.data.json b/.mypy_cache/3.9/array.data.json deleted file mode 100644 index 1ba48a642..000000000 --- a/.mypy_cache/3.9/array.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "array", "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}, "ArrayType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "array.ArrayType", "line": 80, "no_args": true, "normalized": false, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "array.array"}}}, "BinaryIO": {".class": "SymbolTableNode", "cross_ref": "typing.BinaryIO", "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MutableSequence": {".class": "SymbolTableNode", "cross_ref": "typing.MutableSequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "_FloatTypeCode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "array._FloatTypeCode", "line": 6, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "f"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "d"}]}}}, "_IntTypeCode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "array._IntTypeCode", "line": 5, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "B"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "h"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "H"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "i"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "I"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "l"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "L"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "q"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "Q"}]}}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "array._T", "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}}, "_TypeCode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "array._TypeCode", "line": 8, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "array._IntTypeCode"}, {".class": "TypeAliasType", "args": [], "type_ref": "array._FloatTypeCode"}, {".class": "TypeAliasType", "args": [], "type_ref": "array._UnicodeTypeCode"}]}}}, "_UnicodeTypeCode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "array._UnicodeTypeCode", "line": 7, "no_args": false, "normalized": false, "target": {".class": "LiteralType", "fallback": "builtins.str", "value": "u"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "array.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "array.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "array.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "array.__package__", "name": "__package__", "type": "builtins.str"}}, "array": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "typing.MutableSequence"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "array.array", "name": "array", "type_vars": [{".class": "TypeVarDef", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}]}, "flags": [], "fullname": "array.array", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "array", "mro": ["array.array", "typing.MutableSequence", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "array.array.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of array", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "type_guard": null, "variables": []}}}, "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": [], "fullname": "array.array.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, {".class": "UnionType", "items": ["builtins.int", "builtins.slice"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "array.array.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of array", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "array.array.__getitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": ["is_overload", "is_decorated"], "fullname": "array.array.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of array", "ret_type": {".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": ["is_overload", "is_decorated"], "fullname": "array.array.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of array", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of array", "ret_type": {".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of array", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "type_guard": null, "variables": []}]}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "array.array.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of array", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__iadd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "array.array.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of array", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "type_guard": null, "variables": []}}}, "__imul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "array.array.__imul__", "name": "__imul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of array", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "array.array.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "typecode", "__initializer"], "flags": ["is_overload", "is_decorated"], "fullname": "array.array.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "typecode", null], "arg_types": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "array.array"}, {".class": "TypeAliasType", "args": [], "type_ref": "array._IntTypeCode"}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "typing.Iterable"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "typecode", "__initializer"], "flags": ["is_overload", "is_decorated"], "fullname": "array.array.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "typecode", null], "arg_types": [{".class": "Instance", "args": ["builtins.float"], "type_ref": "array.array"}, {".class": "TypeAliasType", "args": [], "type_ref": "array._FloatTypeCode"}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "typing.Iterable"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "typecode", "__initializer"], "flags": ["is_overload", "is_decorated"], "fullname": "array.array.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "typecode", null], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "array.array"}, {".class": "TypeAliasType", "args": [], "type_ref": "array._UnicodeTypeCode"}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "typing.Iterable"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "typecode", "__initializer"], "flags": ["is_overload", "is_decorated"], "fullname": "array.array.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "typecode", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "builtins.str", {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "typing.Iterable"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "typecode", null], "arg_types": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "array.array"}, {".class": "TypeAliasType", "args": [], "type_ref": "array._IntTypeCode"}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "typing.Iterable"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "typecode", null], "arg_types": [{".class": "Instance", "args": ["builtins.float"], "type_ref": "array.array"}, {".class": "TypeAliasType", "args": [], "type_ref": "array._FloatTypeCode"}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "typing.Iterable"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "typecode", null], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "array.array"}, {".class": "TypeAliasType", "args": [], "type_ref": "array._UnicodeTypeCode"}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "typing.Iterable"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "typecode", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "builtins.str", {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "typing.Iterable"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "array.array.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of array", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "array.array.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of array", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "array.array.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of array", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "array.array.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of array", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "type_guard": null, "variables": []}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "array.array.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of array", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "array.array.__setitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "i", "o"], "flags": ["is_overload", "is_decorated"], "fullname": "array.array.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "builtins.int", {".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "s", "o"], "flags": ["is_overload", "is_decorated"], "fullname": "array.array.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "builtins.slice", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "builtins.int", {".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "builtins.slice", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "append": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__v"], "flags": [], "fullname": "array.array.append", "name": "append", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, {".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "append of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "buffer_info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "array.array.buffer_info", "name": "buffer_info", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "buffer_info of array", "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": []}}}, "byteswap": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "array.array.byteswap", "name": "byteswap", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "byteswap of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__v"], "flags": [], "fullname": "array.array.count", "name": "count", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count of array", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "extend": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__bb"], "flags": [], "fullname": "array.array.extend", "name": "extend", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extend of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "frombytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__buffer"], "flags": [], "fullname": "array.array.frombytes", "name": "frombytes", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "frombytes of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fromfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__f", "__n"], "flags": [], "fullname": "array.array.fromfile", "name": "fromfile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "typing.BinaryIO", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromfile of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fromlist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__list"], "flags": [], "fullname": "array.array.fromlist", "name": "fromlist", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromlist of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fromunicode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__ustr"], "flags": [], "fullname": "array.array.fromunicode", "name": "fromunicode", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromunicode of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__v"], "flags": [], "fullname": "array.array.index", "name": "index", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, {".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index of array", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "insert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__i", "__v"], "flags": [], "fullname": "array.array.insert", "name": "insert", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "builtins.int", {".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "insert of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "itemsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "array.array.itemsize", "name": "itemsize", "type": "builtins.int"}}, "pop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__i"], "flags": [], "fullname": "array.array.pop", "name": "pop", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop of array", "ret_type": {".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}, "type_guard": null, "variables": []}}}, "remove": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__v"], "flags": [], "fullname": "array.array.remove", "name": "remove", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "array.array.reverse", "name": "reverse", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reverse of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "tobytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "array.array.tobytes", "name": "tobytes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tobytes of array", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "tofile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__f"], "flags": [], "fullname": "array.array.tofile", "name": "tofile", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}, "typing.BinaryIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tofile of array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "tolist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "array.array.tolist", "name": "tolist", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tolist of array", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "tounicode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "array.array.tounicode", "name": "tounicode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "array._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.str"], "variance": 0}], "type_ref": "array.array"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tounicode of array", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "typecode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "array.array.typecode", "name": "typecode", "type": {".class": "TypeAliasType", "args": [], "type_ref": "array._TypeCode"}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "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}, "typecodes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "array.typecodes", "name": "typecodes", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/array.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/array.meta.json b/.mypy_cache/3.9/array.meta.json deleted file mode 100644 index d0ef6cb39..000000000 --- a/.mypy_cache/3.9/array.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000169, "dep_lines": [1, 2, 3, 1, 1], "dep_prios": [10, 5, 5, 5, 30], "dependencies": ["sys", "typing", "typing_extensions", "builtins", "abc"], "hash": "80350193bd1547846fb2c5e0d9ad5b549590c7a1479503bbd0e9accaaa184b5e", "id": "array", "ignore_all": true, "interface_hash": "21a8e1d56d76faa62d049c8cca64d30c9d00b65ed3ab1129ef17e73494e73adb", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/array.pyi", "plugin_data": null, "size": 3623, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/ast.data.json b/.mypy_cache/3.9/ast.data.json deleted file mode 100644 index 63457dee4..000000000 --- a/.mypy_cache/3.9/ast.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "ast", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AST": {".class": "SymbolTableNode", "cross_ref": "_ast.AST", "kind": "Gdef"}, "Add": {".class": "SymbolTableNode", "cross_ref": "_ast.Add", "kind": "Gdef"}, "And": {".class": "SymbolTableNode", "cross_ref": "_ast.And", "kind": "Gdef"}, "AnnAssign": {".class": "SymbolTableNode", "cross_ref": "_ast.AnnAssign", "kind": "Gdef"}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Assert": {".class": "SymbolTableNode", "cross_ref": "_ast.Assert", "kind": "Gdef"}, "Assign": {".class": "SymbolTableNode", "cross_ref": "_ast.Assign", "kind": "Gdef"}, "AsyncFor": {".class": "SymbolTableNode", "cross_ref": "_ast.AsyncFor", "kind": "Gdef"}, "AsyncFunctionDef": {".class": "SymbolTableNode", "cross_ref": "_ast.AsyncFunctionDef", "kind": "Gdef"}, "AsyncWith": {".class": "SymbolTableNode", "cross_ref": "_ast.AsyncWith", "kind": "Gdef"}, "Attribute": {".class": "SymbolTableNode", "cross_ref": "_ast.Attribute", "kind": "Gdef"}, "AugAssign": {".class": "SymbolTableNode", "cross_ref": "_ast.AugAssign", "kind": "Gdef"}, "AugLoad": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr_context"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ast.AugLoad", "name": "AugLoad", "type_vars": []}, "flags": [], "fullname": "ast.AugLoad", "metaclass_type": null, "metadata": {}, "module_name": "ast", "mro": ["ast.AugLoad", "_ast.expr_context", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AugStore": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr_context"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ast.AugStore", "name": "AugStore", "type_vars": []}, "flags": [], "fullname": "ast.AugStore", "metaclass_type": null, "metadata": {}, "module_name": "ast", "mro": ["ast.AugStore", "_ast.expr_context", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Await": {".class": "SymbolTableNode", "cross_ref": "_ast.Await", "kind": "Gdef"}, "BinOp": {".class": "SymbolTableNode", "cross_ref": "_ast.BinOp", "kind": "Gdef"}, "BitAnd": {".class": "SymbolTableNode", "cross_ref": "_ast.BitAnd", "kind": "Gdef"}, "BitOr": {".class": "SymbolTableNode", "cross_ref": "_ast.BitOr", "kind": "Gdef"}, "BitXor": {".class": "SymbolTableNode", "cross_ref": "_ast.BitXor", "kind": "Gdef"}, "BoolOp": {".class": "SymbolTableNode", "cross_ref": "_ast.BoolOp", "kind": "Gdef"}, "Break": {".class": "SymbolTableNode", "cross_ref": "_ast.Break", "kind": "Gdef"}, "Bytes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.Constant"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ast.Bytes", "name": "Bytes", "type_vars": []}, "flags": [], "fullname": "ast.Bytes", "metaclass_type": null, "metadata": {}, "module_name": "ast", "mro": ["ast.Bytes", "_ast.Constant", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "s": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ast.Bytes.s", "name": "s", "type": "builtins.bytes"}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ast.Bytes.value", "name": "value", "type": "builtins.bytes"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Call": {".class": "SymbolTableNode", "cross_ref": "_ast.Call", "kind": "Gdef"}, "ClassDef": {".class": "SymbolTableNode", "cross_ref": "_ast.ClassDef", "kind": "Gdef"}, "Compare": {".class": "SymbolTableNode", "cross_ref": "_ast.Compare", "kind": "Gdef"}, "Constant": {".class": "SymbolTableNode", "cross_ref": "_ast.Constant", "kind": "Gdef"}, "Continue": {".class": "SymbolTableNode", "cross_ref": "_ast.Continue", "kind": "Gdef"}, "Del": {".class": "SymbolTableNode", "cross_ref": "_ast.Del", "kind": "Gdef"}, "Delete": {".class": "SymbolTableNode", "cross_ref": "_ast.Delete", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "_ast.Dict", "kind": "Gdef"}, "DictComp": {".class": "SymbolTableNode", "cross_ref": "_ast.DictComp", "kind": "Gdef"}, "Div": {".class": "SymbolTableNode", "cross_ref": "_ast.Div", "kind": "Gdef"}, "Ellipsis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.Constant"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ast.Ellipsis", "name": "Ellipsis", "type_vars": []}, "flags": [], "fullname": "ast.Ellipsis", "metaclass_type": null, "metadata": {}, "module_name": "ast", "mro": ["ast.Ellipsis", "_ast.Constant", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Eq": {".class": "SymbolTableNode", "cross_ref": "_ast.Eq", "kind": "Gdef"}, "ExceptHandler": {".class": "SymbolTableNode", "cross_ref": "_ast.ExceptHandler", "kind": "Gdef"}, "Expr": {".class": "SymbolTableNode", "cross_ref": "_ast.Expr", "kind": "Gdef"}, "Expression": {".class": "SymbolTableNode", "cross_ref": "_ast.Expression", "kind": "Gdef"}, "ExtSlice": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ast.slice"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ast.ExtSlice", "name": "ExtSlice", "type_vars": []}, "flags": [], "fullname": "ast.ExtSlice", "metaclass_type": null, "metadata": {}, "module_name": "ast", "mro": ["ast.ExtSlice", "ast.slice", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FloorDiv": {".class": "SymbolTableNode", "cross_ref": "_ast.FloorDiv", "kind": "Gdef"}, "For": {".class": "SymbolTableNode", "cross_ref": "_ast.For", "kind": "Gdef"}, "FormattedValue": {".class": "SymbolTableNode", "cross_ref": "_ast.FormattedValue", "kind": "Gdef"}, "FunctionDef": {".class": "SymbolTableNode", "cross_ref": "_ast.FunctionDef", "kind": "Gdef"}, "FunctionType": {".class": "SymbolTableNode", "cross_ref": "_ast.FunctionType", "kind": "Gdef"}, "GeneratorExp": {".class": "SymbolTableNode", "cross_ref": "_ast.GeneratorExp", "kind": "Gdef"}, "Global": {".class": "SymbolTableNode", "cross_ref": "_ast.Global", "kind": "Gdef"}, "Gt": {".class": "SymbolTableNode", "cross_ref": "_ast.Gt", "kind": "Gdef"}, "GtE": {".class": "SymbolTableNode", "cross_ref": "_ast.GtE", "kind": "Gdef"}, "If": {".class": "SymbolTableNode", "cross_ref": "_ast.If", "kind": "Gdef"}, "IfExp": {".class": "SymbolTableNode", "cross_ref": "_ast.IfExp", "kind": "Gdef"}, "Import": {".class": "SymbolTableNode", "cross_ref": "_ast.Import", "kind": "Gdef"}, "ImportFrom": {".class": "SymbolTableNode", "cross_ref": "_ast.ImportFrom", "kind": "Gdef"}, "In": {".class": "SymbolTableNode", "cross_ref": "_ast.In", "kind": "Gdef"}, "Index": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ast.slice"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ast.Index", "name": "Index", "type_vars": []}, "flags": [], "fullname": "ast.Index", "metaclass_type": null, "metadata": {}, "module_name": "ast", "mro": ["ast.Index", "ast.slice", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Interactive": {".class": "SymbolTableNode", "cross_ref": "_ast.Interactive", "kind": "Gdef"}, "Invert": {".class": "SymbolTableNode", "cross_ref": "_ast.Invert", "kind": "Gdef"}, "Is": {".class": "SymbolTableNode", "cross_ref": "_ast.Is", "kind": "Gdef"}, "IsNot": {".class": "SymbolTableNode", "cross_ref": "_ast.IsNot", "kind": "Gdef"}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "JoinedStr": {".class": "SymbolTableNode", "cross_ref": "_ast.JoinedStr", "kind": "Gdef"}, "LShift": {".class": "SymbolTableNode", "cross_ref": "_ast.LShift", "kind": "Gdef"}, "Lambda": {".class": "SymbolTableNode", "cross_ref": "_ast.Lambda", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "_ast.List", "kind": "Gdef"}, "ListComp": {".class": "SymbolTableNode", "cross_ref": "_ast.ListComp", "kind": "Gdef"}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Load": {".class": "SymbolTableNode", "cross_ref": "_ast.Load", "kind": "Gdef"}, "Lt": {".class": "SymbolTableNode", "cross_ref": "_ast.Lt", "kind": "Gdef"}, "LtE": {".class": "SymbolTableNode", "cross_ref": "_ast.LtE", "kind": "Gdef"}, "MatMult": {".class": "SymbolTableNode", "cross_ref": "_ast.MatMult", "kind": "Gdef"}, "Mod": {".class": "SymbolTableNode", "cross_ref": "_ast.Mod", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "_ast.Module", "kind": "Gdef"}, "Mult": {".class": "SymbolTableNode", "cross_ref": "_ast.Mult", "kind": "Gdef"}, "Name": {".class": "SymbolTableNode", "cross_ref": "_ast.Name", "kind": "Gdef"}, "NameConstant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.Constant"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ast.NameConstant", "name": "NameConstant", "type_vars": []}, "flags": [], "fullname": "ast.NameConstant", "metaclass_type": null, "metadata": {}, "module_name": "ast", "mro": ["ast.NameConstant", "_ast.Constant", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NamedExpr": {".class": "SymbolTableNode", "cross_ref": "_ast.NamedExpr", "kind": "Gdef"}, "NodeTransformer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ast.NodeVisitor"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ast.NodeTransformer", "name": "NodeTransformer", "type_vars": []}, "flags": [], "fullname": "ast.NodeTransformer", "metaclass_type": null, "metadata": {}, "module_name": "ast", "mro": ["ast.NodeTransformer", "ast.NodeVisitor", "builtins.object"], "names": {".class": "SymbolTable", "generic_visit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeTransformer.generic_visit", "name": "generic_visit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeTransformer", "_ast.AST"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "generic_visit of NodeTransformer", "ret_type": "_ast.AST", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NodeVisitor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ast.NodeVisitor", "name": "NodeVisitor", "type_vars": []}, "flags": [], "fullname": "ast.NodeVisitor", "metaclass_type": null, "metadata": {}, "module_name": "ast", "mro": ["ast.NodeVisitor", "builtins.object"], "names": {".class": "SymbolTable", "generic_visit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.generic_visit", "name": "generic_visit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.AST"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "generic_visit of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit", "name": "visit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.AST"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Add", "name": "visit_Add", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Add"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Add of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_And": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_And", "name": "visit_And", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.And"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_And of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_AnnAssign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_AnnAssign", "name": "visit_AnnAssign", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.AnnAssign"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_AnnAssign of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Assert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Assert", "name": "visit_Assert", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Assert"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Assert of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Assign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Assign", "name": "visit_Assign", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Assign"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Assign of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_AsyncFor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_AsyncFor", "name": "visit_AsyncFor", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.AsyncFor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_AsyncFor of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_AsyncFunctionDef": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_AsyncFunctionDef", "name": "visit_AsyncFunctionDef", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.AsyncFunctionDef"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_AsyncFunctionDef of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_AsyncWith": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_AsyncWith", "name": "visit_AsyncWith", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.AsyncWith"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_AsyncWith of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Attribute": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Attribute", "name": "visit_Attribute", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Attribute"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Attribute of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_AugAssign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_AugAssign", "name": "visit_AugAssign", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.AugAssign"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_AugAssign of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_AugLoad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_AugLoad", "name": "visit_AugLoad", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "ast.AugLoad"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_AugLoad of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_AugStore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_AugStore", "name": "visit_AugStore", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "ast.AugStore"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_AugStore of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Await": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Await", "name": "visit_Await", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Await"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Await of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_BinOp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_BinOp", "name": "visit_BinOp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.BinOp"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_BinOp of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_BitAnd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_BitAnd", "name": "visit_BitAnd", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.BitAnd"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_BitAnd of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_BitOr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_BitOr", "name": "visit_BitOr", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.BitOr"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_BitOr of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_BitXor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_BitXor", "name": "visit_BitXor", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.BitXor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_BitXor of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_BoolOp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_BoolOp", "name": "visit_BoolOp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.BoolOp"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_BoolOp of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Break": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Break", "name": "visit_Break", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Break"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Break of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Bytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Bytes", "name": "visit_Bytes", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "ast.Bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Bytes of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Call", "name": "visit_Call", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Call"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Call of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_ClassDef": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_ClassDef", "name": "visit_ClassDef", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.ClassDef"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_ClassDef of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Compare": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Compare", "name": "visit_Compare", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Compare"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Compare of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Constant": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Constant", "name": "visit_Constant", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Constant"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Constant of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Continue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Continue", "name": "visit_Continue", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Continue"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Continue of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Del": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Del", "name": "visit_Del", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Del"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Del of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Delete": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Delete", "name": "visit_Delete", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Delete"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Delete of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Dict", "name": "visit_Dict", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Dict"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Dict of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_DictComp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_DictComp", "name": "visit_DictComp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.DictComp"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_DictComp of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Div": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Div", "name": "visit_Div", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Div"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Div of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Ellipsis": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Ellipsis", "name": "visit_Ellipsis", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "ast.Ellipsis"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Ellipsis of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Eq": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Eq", "name": "visit_Eq", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Eq"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Eq of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_ExceptHandler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_ExceptHandler", "name": "visit_ExceptHandler", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.ExceptHandler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_ExceptHandler of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Expr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Expr", "name": "visit_Expr", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Expr"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Expr of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Expression": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Expression", "name": "visit_Expression", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Expression"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Expression of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_ExtSlice": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_ExtSlice", "name": "visit_ExtSlice", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "ast.ExtSlice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_ExtSlice of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_FloorDiv": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_FloorDiv", "name": "visit_FloorDiv", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.FloorDiv"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_FloorDiv of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_For": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_For", "name": "visit_For", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.For"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_For of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_FormattedValue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_FormattedValue", "name": "visit_FormattedValue", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.FormattedValue"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_FormattedValue of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_FunctionDef": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_FunctionDef", "name": "visit_FunctionDef", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.FunctionDef"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_FunctionDef of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_GeneratorExp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_GeneratorExp", "name": "visit_GeneratorExp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.GeneratorExp"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_GeneratorExp of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Global": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Global", "name": "visit_Global", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Global"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Global of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Gt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Gt", "name": "visit_Gt", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Gt"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Gt of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_GtE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_GtE", "name": "visit_GtE", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.GtE"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_GtE of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_If": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_If", "name": "visit_If", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.If"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_If of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_IfExp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_IfExp", "name": "visit_IfExp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.IfExp"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_IfExp of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Import": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Import", "name": "visit_Import", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Import"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Import of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_ImportFrom": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_ImportFrom", "name": "visit_ImportFrom", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.ImportFrom"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_ImportFrom of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_In": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_In", "name": "visit_In", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.In"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_In of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Index", "name": "visit_Index", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "ast.Index"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Index of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Interactive": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Interactive", "name": "visit_Interactive", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Interactive"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Interactive of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Invert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Invert", "name": "visit_Invert", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Invert"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Invert of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Is": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Is", "name": "visit_Is", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Is"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Is of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_IsNot": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_IsNot", "name": "visit_IsNot", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.IsNot"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_IsNot of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_JoinedStr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_JoinedStr", "name": "visit_JoinedStr", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.JoinedStr"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_JoinedStr of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_LShift": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_LShift", "name": "visit_LShift", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.LShift"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_LShift of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Lambda": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Lambda", "name": "visit_Lambda", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Lambda"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Lambda of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_List": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_List", "name": "visit_List", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.List"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_List of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_ListComp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_ListComp", "name": "visit_ListComp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.ListComp"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_ListComp of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Load": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Load", "name": "visit_Load", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Load"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Load of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Lt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Lt", "name": "visit_Lt", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Lt"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Lt of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_LtE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_LtE", "name": "visit_LtE", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.LtE"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_LtE of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_MatMult": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_MatMult", "name": "visit_MatMult", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.MatMult"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_MatMult of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Mod": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Mod", "name": "visit_Mod", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Mod"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Mod of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Module", "name": "visit_Module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Module of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Mult": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Mult", "name": "visit_Mult", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Mult"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Mult of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Name", "name": "visit_Name", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Name"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Name of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_NameConstant": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_NameConstant", "name": "visit_NameConstant", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "ast.NameConstant"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_NameConstant of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_NamedExpr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_NamedExpr", "name": "visit_NamedExpr", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.NamedExpr"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_NamedExpr of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Nonlocal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Nonlocal", "name": "visit_Nonlocal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Nonlocal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Nonlocal of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Not": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Not", "name": "visit_Not", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Not"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Not of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_NotEq": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_NotEq", "name": "visit_NotEq", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.NotEq"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_NotEq of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_NotIn": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_NotIn", "name": "visit_NotIn", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.NotIn"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_NotIn of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Num": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Num", "name": "visit_Num", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "ast.Num"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Num of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Or": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Or", "name": "visit_Or", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Or"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Or of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Param": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Param", "name": "visit_Param", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "ast.Param"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Param of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Pass": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Pass", "name": "visit_Pass", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Pass"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Pass of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Pow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Pow", "name": "visit_Pow", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Pow"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Pow of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_RShift": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_RShift", "name": "visit_RShift", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.RShift"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_RShift of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Raise": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Raise", "name": "visit_Raise", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Raise"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Raise of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Return": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Return", "name": "visit_Return", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Return"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Return of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Set": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Set", "name": "visit_Set", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Set"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Set of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_SetComp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_SetComp", "name": "visit_SetComp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.SetComp"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_SetComp of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Slice": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Slice", "name": "visit_Slice", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Slice of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Starred": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Starred", "name": "visit_Starred", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Starred"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Starred of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Store": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Store", "name": "visit_Store", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Store"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Store of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Str", "name": "visit_Str", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "ast.Str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Str of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Sub": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Sub", "name": "visit_Sub", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Sub"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Sub of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Subscript": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Subscript", "name": "visit_Subscript", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Subscript"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Subscript of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Suite": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Suite", "name": "visit_Suite", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "ast.Suite"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Suite of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Try": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Try", "name": "visit_Try", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Try"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Try of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Tuple": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Tuple", "name": "visit_Tuple", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Tuple"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Tuple of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_UAdd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_UAdd", "name": "visit_UAdd", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.UAdd"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_UAdd of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_USub": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_USub", "name": "visit_USub", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.USub"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_USub of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_UnaryOp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_UnaryOp", "name": "visit_UnaryOp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.UnaryOp"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_UnaryOp of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_While": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_While", "name": "visit_While", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.While"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_While of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_With": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_With", "name": "visit_With", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.With"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_With of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_Yield": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_Yield", "name": "visit_Yield", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.Yield"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_Yield of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_YieldFrom": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_YieldFrom", "name": "visit_YieldFrom", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.YieldFrom"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_YieldFrom of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_alias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_alias", "name": "visit_alias", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.alias"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_alias of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_arg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_arg", "name": "visit_arg", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.arg"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_arg of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_arguments": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_arguments", "name": "visit_arguments", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.arguments"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_arguments of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_comprehension": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_comprehension", "name": "visit_comprehension", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.comprehension"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_comprehension of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_keyword": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_keyword", "name": "visit_keyword", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.keyword"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_keyword of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "visit_withitem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "ast.NodeVisitor.visit_withitem", "name": "visit_withitem", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["ast.NodeVisitor", "_ast.withitem"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit_withitem of NodeVisitor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Nonlocal": {".class": "SymbolTableNode", "cross_ref": "_ast.Nonlocal", "kind": "Gdef"}, "Not": {".class": "SymbolTableNode", "cross_ref": "_ast.Not", "kind": "Gdef"}, "NotEq": {".class": "SymbolTableNode", "cross_ref": "_ast.NotEq", "kind": "Gdef"}, "NotIn": {".class": "SymbolTableNode", "cross_ref": "_ast.NotIn", "kind": "Gdef"}, "Num": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.Constant"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ast.Num", "name": "Num", "type_vars": []}, "flags": [], "fullname": "ast.Num", "metaclass_type": null, "metadata": {}, "module_name": "ast", "mro": ["ast.Num", "_ast.Constant", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ast.Num.value", "name": "value", "type": "builtins.complex"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Or": {".class": "SymbolTableNode", "cross_ref": "_ast.Or", "kind": "Gdef"}, "Param": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.expr_context"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ast.Param", "name": "Param", "type_vars": []}, "flags": [], "fullname": "ast.Param", "metaclass_type": null, "metadata": {}, "module_name": "ast", "mro": ["ast.Param", "_ast.expr_context", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Pass": {".class": "SymbolTableNode", "cross_ref": "_ast.Pass", "kind": "Gdef"}, "Pow": {".class": "SymbolTableNode", "cross_ref": "_ast.Pow", "kind": "Gdef"}, "PyCF_ALLOW_TOP_LEVEL_AWAIT": {".class": "SymbolTableNode", "cross_ref": "_ast.PyCF_ALLOW_TOP_LEVEL_AWAIT", "kind": "Gdef"}, "PyCF_ONLY_AST": {".class": "SymbolTableNode", "cross_ref": "_ast.PyCF_ONLY_AST", "kind": "Gdef"}, "PyCF_TYPE_COMMENTS": {".class": "SymbolTableNode", "cross_ref": "_ast.PyCF_TYPE_COMMENTS", "kind": "Gdef"}, "RShift": {".class": "SymbolTableNode", "cross_ref": "_ast.RShift", "kind": "Gdef"}, "Raise": {".class": "SymbolTableNode", "cross_ref": "_ast.Raise", "kind": "Gdef"}, "Return": {".class": "SymbolTableNode", "cross_ref": "_ast.Return", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "_ast.Set", "kind": "Gdef"}, "SetComp": {".class": "SymbolTableNode", "cross_ref": "_ast.SetComp", "kind": "Gdef"}, "Slice": {".class": "SymbolTableNode", "cross_ref": "_ast.Slice", "kind": "Gdef"}, "Starred": {".class": "SymbolTableNode", "cross_ref": "_ast.Starred", "kind": "Gdef"}, "Store": {".class": "SymbolTableNode", "cross_ref": "_ast.Store", "kind": "Gdef"}, "Str": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.Constant"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ast.Str", "name": "Str", "type_vars": []}, "flags": [], "fullname": "ast.Str", "metaclass_type": null, "metadata": {}, "module_name": "ast", "mro": ["ast.Str", "_ast.Constant", "_ast.expr", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable", "s": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ast.Str.s", "name": "s", "type": "builtins.str"}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ast.Str.value", "name": "value", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sub": {".class": "SymbolTableNode", "cross_ref": "_ast.Sub", "kind": "Gdef"}, "Subscript": {".class": "SymbolTableNode", "cross_ref": "_ast.Subscript", "kind": "Gdef"}, "Suite": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.mod"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ast.Suite", "name": "Suite", "type_vars": []}, "flags": [], "fullname": "ast.Suite", "metaclass_type": null, "metadata": {}, "module_name": "ast", "mro": ["ast.Suite", "_ast.mod", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Try": {".class": "SymbolTableNode", "cross_ref": "_ast.Try", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "_ast.Tuple", "kind": "Gdef"}, "TypeIgnore": {".class": "SymbolTableNode", "cross_ref": "_ast.TypeIgnore", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "UAdd": {".class": "SymbolTableNode", "cross_ref": "_ast.UAdd", "kind": "Gdef"}, "USub": {".class": "SymbolTableNode", "cross_ref": "_ast.USub", "kind": "Gdef"}, "UnaryOp": {".class": "SymbolTableNode", "cross_ref": "_ast.UnaryOp", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "While": {".class": "SymbolTableNode", "cross_ref": "_ast.While", "kind": "Gdef"}, "With": {".class": "SymbolTableNode", "cross_ref": "_ast.With", "kind": "Gdef"}, "Yield": {".class": "SymbolTableNode", "cross_ref": "_ast.Yield", "kind": "Gdef"}, "YieldFrom": {".class": "SymbolTableNode", "cross_ref": "_ast.YieldFrom", "kind": "Gdef"}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "ast._T", "name": "_T", "upper_bound": "_ast.AST", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ast.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ast.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ast.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ast.__package__", "name": "__package__", "type": "builtins.str"}}, "_typing": {".class": "SymbolTableNode", "cross_ref": "typing", "kind": "Gdef", "module_hidden": true, "module_public": false}, "alias": {".class": "SymbolTableNode", "cross_ref": "_ast.alias", "kind": "Gdef"}, "arg": {".class": "SymbolTableNode", "cross_ref": "_ast.arg", "kind": "Gdef"}, "arguments": {".class": "SymbolTableNode", "cross_ref": "_ast.arguments", "kind": "Gdef"}, "boolop": {".class": "SymbolTableNode", "cross_ref": "_ast.boolop", "kind": "Gdef"}, "cmpop": {".class": "SymbolTableNode", "cross_ref": "_ast.cmpop", "kind": "Gdef"}, "comprehension": {".class": "SymbolTableNode", "cross_ref": "_ast.comprehension", "kind": "Gdef"}, "copy_location": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["new_node", "old_node"], "flags": [], "fullname": "ast.copy_location", "name": "copy_location", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["new_node", "old_node"], "arg_types": [{".class": "TypeVarType", "fullname": "ast._T", "id": -1, "name": "_T", "upper_bound": "_ast.AST", "values": [], "variance": 0}, "_ast.AST"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy_location", "ret_type": {".class": "TypeVarType", "fullname": "ast._T", "id": -1, "name": "_T", "upper_bound": "_ast.AST", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ast._T", "id": -1, "name": "_T", "upper_bound": "_ast.AST", "values": [], "variance": 0}]}}}, "dump": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["node", "annotate_fields", "include_attributes", "indent"], "flags": [], "fullname": "ast.dump", "name": "dump", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["node", "annotate_fields", "include_attributes", "indent"], "arg_types": ["_ast.AST", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", "builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dump", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "excepthandler": {".class": "SymbolTableNode", "cross_ref": "_ast.excepthandler", "kind": "Gdef"}, "expr": {".class": "SymbolTableNode", "cross_ref": "_ast.expr", "kind": "Gdef"}, "expr_context": {".class": "SymbolTableNode", "cross_ref": "_ast.expr_context", "kind": "Gdef"}, "fix_missing_locations": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["node"], "flags": [], "fullname": "ast.fix_missing_locations", "name": "fix_missing_locations", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["node"], "arg_types": [{".class": "TypeVarType", "fullname": "ast._T", "id": -1, "name": "_T", "upper_bound": "_ast.AST", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fix_missing_locations", "ret_type": {".class": "TypeVarType", "fullname": "ast._T", "id": -1, "name": "_T", "upper_bound": "_ast.AST", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ast._T", "id": -1, "name": "_T", "upper_bound": "_ast.AST", "values": [], "variance": 0}]}}}, "get_docstring": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["node", "clean"], "flags": [], "fullname": "ast.get_docstring", "name": "get_docstring", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["node", "clean"], "arg_types": ["_ast.AST", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_docstring", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "get_source_segment": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["source", "node", "padded"], "flags": [], "fullname": "ast.get_source_segment", "name": "get_source_segment", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["source", "node", "padded"], "arg_types": ["builtins.str", "_ast.AST", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_source_segment", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "increment_lineno": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["node", "n"], "flags": [], "fullname": "ast.increment_lineno", "name": "increment_lineno", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["node", "n"], "arg_types": [{".class": "TypeVarType", "fullname": "ast._T", "id": -1, "name": "_T", "upper_bound": "_ast.AST", "values": [], "variance": 0}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "increment_lineno", "ret_type": {".class": "TypeVarType", "fullname": "ast._T", "id": -1, "name": "_T", "upper_bound": "_ast.AST", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ast._T", "id": -1, "name": "_T", "upper_bound": "_ast.AST", "values": [], "variance": 0}]}}}, "iter_child_nodes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["node"], "flags": [], "fullname": "ast.iter_child_nodes", "name": "iter_child_nodes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["node"], "arg_types": ["_ast.AST"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iter_child_nodes", "ret_type": {".class": "Instance", "args": ["_ast.AST"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "iter_fields": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["node"], "flags": [], "fullname": "ast.iter_fields", "name": "iter_fields", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["node"], "arg_types": ["_ast.AST"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iter_fields", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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.Iterator"}, "type_guard": null, "variables": []}}}, "keyword": {".class": "SymbolTableNode", "cross_ref": "_ast.keyword", "kind": "Gdef"}, "literal_eval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["node_or_string"], "flags": [], "fullname": "ast.literal_eval", "name": "literal_eval", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["node_or_string"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "_ast.AST"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "literal_eval", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "mod": {".class": "SymbolTableNode", "cross_ref": "_ast.mod", "kind": "Gdef"}, "operator": {".class": "SymbolTableNode", "cross_ref": "_ast.operator", "kind": "Gdef"}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "parse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "ast.parse", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5, 5], "arg_names": ["source", "filename", "mode", "type_comments", "feature_version"], "flags": ["is_overload", "is_decorated"], "fullname": "ast.parse", "name": "parse", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5, 5], "arg_names": ["source", "filename", "mode", "type_comments", "feature_version"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, {".class": "LiteralType", "fallback": "builtins.str", "value": "exec"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.int", {".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"}}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse", "ret_type": "_ast.Module", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "parse", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5, 5], "arg_names": ["source", "filename", "mode", "type_comments", "feature_version"], "flags": ["is_overload", "is_decorated"], "fullname": "ast.parse", "name": "parse", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5, 5], "arg_names": ["source", "filename", "mode", "type_comments", "feature_version"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "builtins.str", "builtins.bool", {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.int", {".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"}}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse", "ret_type": "_ast.AST", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "parse", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 5, 5], "arg_names": ["source", "filename", "mode", "type_comments", "feature_version"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, {".class": "LiteralType", "fallback": "builtins.str", "value": "exec"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.int", {".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"}}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse", "ret_type": "_ast.Module", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 5, 5], "arg_names": ["source", "filename", "mode", "type_comments", "feature_version"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "builtins.str", "builtins.bool", {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.int", {".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"}}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse", "ret_type": "_ast.AST", "type_guard": null, "variables": []}]}}}, "slice": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_ast.AST"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ast.slice", "name": "slice", "type_vars": []}, "flags": [], "fullname": "ast.slice", "metaclass_type": null, "metadata": {}, "module_name": "ast", "mro": ["ast.slice", "_ast.AST", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "stmt": {".class": "SymbolTableNode", "cross_ref": "_ast.stmt", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "type_ignore": {".class": "SymbolTableNode", "cross_ref": "_ast.type_ignore", "kind": "Gdef"}, "unaryop": {".class": "SymbolTableNode", "cross_ref": "_ast.unaryop", "kind": "Gdef"}, "unparse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ast_obj"], "flags": [], "fullname": "ast.unparse", "name": "unparse", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ast_obj"], "arg_types": ["_ast.AST"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unparse", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "walk": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["node"], "flags": [], "fullname": "ast.walk", "name": "walk", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["node"], "arg_types": ["_ast.AST"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "walk", "ret_type": {".class": "Instance", "args": ["_ast.AST"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "withitem": {".class": "SymbolTableNode", "cross_ref": "_ast.withitem", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/ast.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/ast.meta.json b/.mypy_cache/3.9/ast.meta.json deleted file mode 100644 index a8020c521..000000000 --- a/.mypy_cache/3.9/ast.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000169, "dep_lines": [9, 10, 12, 14, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30], "dependencies": ["sys", "typing", "typing_extensions", "_ast", "builtins", "abc"], "hash": "acddb35c1c554a1139d3cd14ab70fa27c705554d0f32e9a11ce58b181a7a1321", "id": "ast", "ignore_all": true, "interface_hash": "cfc1b2c00b0b6ffc3d6776ea9d2cb3162f66c00d01e6c64aefadd6368d8c124b", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/ast.pyi", "plugin_data": null, "size": 9090, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/atexit.data.json b/.mypy_cache/3.9/atexit.data.json deleted file mode 100644 index 652109058..000000000 --- a/.mypy_cache/3.9/atexit.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "atexit", "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}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "atexit.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "atexit.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "atexit.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "atexit.__package__", "name": "__package__", "type": "builtins.str"}}, "_clear": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "atexit._clear", "name": "_clear", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_clear", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_ncallbacks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "atexit._ncallbacks", "name": "_ncallbacks", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_ncallbacks", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_run_exitfuncs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "atexit._run_exitfuncs", "name": "_run_exitfuncs", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_run_exitfuncs", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "register": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["func", "args", "kwargs"], "flags": [], "fullname": "atexit.register", "name": "register", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["func", "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", "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": "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register", "ret_type": {".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", "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": []}, "type_guard": null, "variables": []}}}, "unregister": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "atexit.unregister", "name": "unregister", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["func"], "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", "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": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unregister", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/atexit.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/atexit.meta.json b/.mypy_cache/3.9/atexit.meta.json deleted file mode 100644 index 85c278048..000000000 --- a/.mypy_cache/3.9/atexit.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1], "dep_prios": [5, 5], "dependencies": ["typing", "builtins"], "hash": "34b4fa19957b0e6b8d7076fe9539f6479993f95d766e26d159ed768adb5639ea", "id": "atexit", "ignore_all": true, "interface_hash": "0bf0412c052f4dc5f8efeb6f27002a10f20c948157cae569bdbb01e04da42aa5", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/atexit.pyi", "plugin_data": null, "size": 271, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/attr/__init__.data.json b/.mypy_cache/3.9/attr/__init__.data.json deleted file mode 100644 index ed66e34cd..000000000 --- a/.mypy_cache/3.9/attr/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "attr", "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}, "Attribute": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "attr.Attribute", "name": "Attribute", "type_vars": [{".class": "TypeVarDef", "fullname": "attr._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "attr.Attribute", "metaclass_type": null, "metadata": {}, "module_name": "attr", "mro": ["attr.Attribute", "builtins.object"], "names": {".class": "SymbolTable", "cmp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "attr.Attribute.cmp", "name": "cmp", "type": {".class": "TypeAliasType", "args": [], "type_ref": "attr._EqOrderType"}}}, "converter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "attr.Attribute.converter", "name": "converter", "type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}}}, "default": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "attr.Attribute.default", "name": "default", "type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "attr._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}}}, "eq": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "attr.Attribute.eq", "name": "eq", "type": {".class": "TypeAliasType", "args": [], "type_ref": "attr._EqOrderType"}}}, "evolve": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "changes"], "flags": [], "fullname": "attr.Attribute.evolve", "name": "evolve", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "changes"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "evolve of Attribute", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "attr.Attribute"}, "type_guard": null, "variables": []}}}, "hash": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "attr.Attribute.hash", "name": "hash", "type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}}}, "init": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "attr.Attribute.init", "name": "init", "type": "builtins.bool"}}, "kw_only": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "attr.Attribute.kw_only", "name": "kw_only", "type": "builtins.bool"}}, "metadata": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "attr.Attribute.metadata", "name": "metadata", "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"}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "attr.Attribute.name", "name": "name", "type": "builtins.str"}}, "on_setattr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "attr.Attribute.on_setattr", "name": "on_setattr", "type": {".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}}}, "order": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "attr.Attribute.order", "name": "order", "type": {".class": "TypeAliasType", "args": [], "type_ref": "attr._EqOrderType"}}}, "repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "attr.Attribute.repr", "name": "repr", "type": {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "attr.Attribute.type", "name": "type", "type": {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "NoneType"}]}}}, "validator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "attr.Attribute.validator", "name": "validator", "type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Factory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "attr.Factory", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["factory"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.Factory", "name": "Factory", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["factory"], "arg_types": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Factory", "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "Factory", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["factory", "takes_self"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.Factory", "name": "Factory", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["factory", "takes_self"], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Factory", "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "Factory", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["factory", "takes_self"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.Factory", "name": "Factory", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["factory", "takes_self"], "arg_types": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Factory", "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "Factory", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["factory"], "arg_types": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Factory", "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["factory", "takes_self"], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Factory", "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["factory", "takes_self"], "arg_types": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Factory", "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NOTHING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.NOTHING", "name": "NOTHING", "type": "builtins.object"}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "VersionInfo": {".class": "SymbolTableNode", "cross_ref": "attr._version_info.VersionInfo", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_C": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "attr._C", "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}}, "_ConverterType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "attr._ConverterType", "line": 44, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}}}, "_EqOrderType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "attr._EqOrderType", "line": 42, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}]}}}, "_FieldTransformer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "attr._FieldTransformer", "line": 52, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.type", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_Fields": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "attr._Fields", "name": "_Fields", "type_vars": []}, "flags": [], "fullname": "attr._Fields", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "attr", "mro": ["attr._Fields", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "attr._Fields.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["attr._Fields", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of _Fields", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "attr.Attribute"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_FilterType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": ["_T"], "column": 0, "fullname": "attr._FilterType", "line": 45, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_T"}], "type_ref": "attr.Attribute"}, {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_T"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_OnSetAttrArgType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "attr._OnSetAttrArgType", "line": 49, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType"]}}}, "_OnSetAttrType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "attr._OnSetAttrType", "line": 48, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}}}, "_ReprArgType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "attr._ReprArgType", "line": 47, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprType"}]}}}, "_ReprType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "attr._ReprType", "line": 46, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "attr._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_ValidatorArgType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": ["_T"], "column": 0, "fullname": "attr._ValidatorArgType", "line": 56, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_T"}], "type_ref": "attr._ValidatorType"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_T"}], "type_ref": "attr._ValidatorType"}], "type_ref": "typing.Sequence"}]}}}, "_ValidatorType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": ["_T"], "column": 0, "fullname": "attr._ValidatorType", "line": 43, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_T"}], "type_ref": "attr.Attribute"}, {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_T"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}}}, "__author__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.__author__", "name": "__author__", "type": "builtins.str"}}, "__copyright__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.__copyright__", "name": "__copyright__", "type": "builtins.str"}}, "__dataclass_transform__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [5, 5, 5, 5], "arg_names": ["eq_default", "order_default", "kw_only_default", "field_descriptors"], "flags": [], "fullname": "attr.__dataclass_transform__", "name": "__dataclass_transform__", "type": {".class": "CallableType", "arg_kinds": [5, 5, 5, 5], "arg_names": ["eq_default", "order_default", "kw_only_default", "field_descriptors"], "arg_types": ["builtins.bool", "builtins.bool", "builtins.bool", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.type", {".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", "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": []}]}], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__dataclass_transform__", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": []}}}, "__description__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.__description__", "name": "__description__", "type": "builtins.str"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__email__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.__email__", "name": "__email__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.__file__", "name": "__file__", "type": "builtins.str"}}, "__license__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.__license__", "name": "__license__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.__package__", "name": "__package__", "type": "builtins.str"}}, "__title__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.__title__", "name": "__title__", "type": "builtins.str"}}, "__uri__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.__uri__", "name": "__uri__", "type": "builtins.str"}}, "__url__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.__url__", "name": "__url__", "type": "builtins.str"}}, "__version__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.__version__", "name": "__version__", "type": "builtins.str"}}, "__version_info__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.__version_info__", "name": "__version_info__", "type": "attr._version_info.VersionInfo"}}, "asdict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["inst", "recurse", "filter", "dict_factory", "retain_collection_types", "value_serializer"], "flags": [], "fullname": "attr.asdict", "name": "asdict", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["inst", "recurse", "filter", "dict_factory", "retain_collection_types", "value_serializer"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "TypeType", "item": {".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": "typing.Mapping"}}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["builtins.type", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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", "implicit": false, "is_ellipsis_args": false, "name": "asdict", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "assoc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["inst", "changes"], "flags": [], "fullname": "attr.assoc", "name": "assoc", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["inst", "changes"], "arg_types": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assoc", "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "astuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["inst", "recurse", "filter", "tuple_factory", "retain_collection_types"], "flags": [], "fullname": "attr.astuple", "name": "astuple", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["inst", "recurse", "filter", "tuple_factory", "retain_collection_types"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "astuple", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "attr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "attr.attr", "name": "attr", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["default", "validator", "repr", "cmp", "hash", "init", "metadata", "type", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "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": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["default", "validator", "repr", "cmp", "hash", "init", "metadata", "type", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "NoneType"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["default", "validator", "repr", "cmp", "hash", "init", "metadata", "type", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["default", "validator", "repr", "cmp", "hash", "init", "metadata", "type", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.object", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "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": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "attrib": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "attr.attrib", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["default", "validator", "repr", "cmp", "hash", "init", "metadata", "type", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.attrib", "name": "attrib", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["default", "validator", "repr", "cmp", "hash", "init", "metadata", "type", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "attrib", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "attrib", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["default", "validator", "repr", "cmp", "hash", "init", "metadata", "type", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.attrib", "name": "attrib", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["default", "validator", "repr", "cmp", "hash", "init", "metadata", "type", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "NoneType"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "attrib", "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "attrib", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["default", "validator", "repr", "cmp", "hash", "init", "metadata", "type", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.attrib", "name": "attrib", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["default", "validator", "repr", "cmp", "hash", "init", "metadata", "type", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "attrib", "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "attrib", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["default", "validator", "repr", "cmp", "hash", "init", "metadata", "type", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.attrib", "name": "attrib", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["default", "validator", "repr", "cmp", "hash", "init", "metadata", "type", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.object", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "attrib", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "attrib", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["default", "validator", "repr", "cmp", "hash", "init", "metadata", "type", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "attrib", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["default", "validator", "repr", "cmp", "hash", "init", "metadata", "type", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "NoneType"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "attrib", "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["default", "validator", "repr", "cmp", "hash", "init", "metadata", "type", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "attrib", "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["default", "validator", "repr", "cmp", "hash", "init", "metadata", "type", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.object", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "attrib", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "attributes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "attr.attributes", "name": "attributes", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["maybe_cls", "these", "repr_ns", "repr", "cmp", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "collect_by_mro", "getstate_setstate", "on_setattr", "field_transformer"], "arg_types": [{".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, {".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": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.type", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["maybe_cls", "these", "repr_ns", "repr", "cmp", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "collect_by_mro", "getstate_setstate", "on_setattr", "field_transformer"], "arg_types": [{".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": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.type", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}]}, "type_guard": null, "variables": []}]}}}, "attrs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "attr.attrs", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["maybe_cls", "these", "repr_ns", "repr", "cmp", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "collect_by_mro", "getstate_setstate", "on_setattr", "field_transformer"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.attrs", "name": "attrs", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["maybe_cls", "these", "repr_ns", "repr", "cmp", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "collect_by_mro", "getstate_setstate", "on_setattr", "field_transformer"], "arg_types": [{".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, {".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": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.type", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "attrs", "ret_type": {".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "attrs", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["maybe_cls", "these", "repr_ns", "repr", "cmp", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "collect_by_mro", "getstate_setstate", "on_setattr", "field_transformer"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.attrs", "name": "attrs", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["maybe_cls", "these", "repr_ns", "repr", "cmp", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "collect_by_mro", "getstate_setstate", "on_setattr", "field_transformer"], "arg_types": [{".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": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.type", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "attrs", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "attrs", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["maybe_cls", "these", "repr_ns", "repr", "cmp", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "collect_by_mro", "getstate_setstate", "on_setattr", "field_transformer"], "arg_types": [{".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, {".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": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.type", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "attrs", "ret_type": {".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["maybe_cls", "these", "repr_ns", "repr", "cmp", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "collect_by_mro", "getstate_setstate", "on_setattr", "field_transformer"], "arg_types": [{".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": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.type", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "attrs", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}]}, "type_guard": null, "variables": []}]}}}, "converters": {".class": "SymbolTableNode", "cross_ref": "attr.converters", "kind": "Gdef"}, "dataclass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "attr.dataclass", "name": "dataclass", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["maybe_cls", "these", "repr_ns", "repr", "cmp", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "collect_by_mro", "getstate_setstate", "on_setattr", "field_transformer"], "arg_types": [{".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, {".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": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.type", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["maybe_cls", "these", "repr_ns", "repr", "cmp", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "collect_by_mro", "getstate_setstate", "on_setattr", "field_transformer"], "arg_types": [{".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": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.type", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}]}, "type_guard": null, "variables": []}]}}}, "define": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "attr.define", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["maybe_cls", "these", "repr", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "getstate_setstate", "on_setattr", "field_transformer"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.define", "name": "define", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["maybe_cls", "these", "repr", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "getstate_setstate", "on_setattr", "field_transformer"], "arg_types": [{".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, {".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"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.type", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "define", "ret_type": {".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "define", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["maybe_cls", "these", "repr", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "getstate_setstate", "on_setattr", "field_transformer"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.define", "name": "define", "type": {".class": "CallableType", "arg_kinds": [1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["maybe_cls", "these", "repr", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "getstate_setstate", "on_setattr", "field_transformer"], "arg_types": [{".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"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.type", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "define", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "define", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["maybe_cls", "these", "repr", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "getstate_setstate", "on_setattr", "field_transformer"], "arg_types": [{".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, {".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"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.type", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "define", "ret_type": {".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["maybe_cls", "these", "repr", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "getstate_setstate", "on_setattr", "field_transformer"], "arg_types": [{".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"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.type", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "define", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}]}, "type_guard": null, "variables": []}]}}}, "evolve": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["inst", "changes"], "flags": [], "fullname": "attr.evolve", "name": "evolve", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["inst", "changes"], "arg_types": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "evolve", "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "exceptions": {".class": "SymbolTableNode", "cross_ref": "attr.exceptions", "kind": "Gdef"}, "field": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "attr.field", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["default", "validator", "repr", "hash", "init", "metadata", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.field", "name": "field", "type": {".class": "CallableType", "arg_kinds": [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["default", "validator", "repr", "hash", "init", "metadata", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "field", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "field", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["default", "validator", "repr", "hash", "init", "metadata", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.field", "name": "field", "type": {".class": "CallableType", "arg_kinds": [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["default", "validator", "repr", "hash", "init", "metadata", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "NoneType"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "field", "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "field", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["default", "validator", "repr", "hash", "init", "metadata", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.field", "name": "field", "type": {".class": "CallableType", "arg_kinds": [3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["default", "validator", "repr", "hash", "init", "metadata", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "field", "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "field", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["default", "validator", "repr", "hash", "init", "metadata", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.field", "name": "field", "type": {".class": "CallableType", "arg_kinds": [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["default", "validator", "repr", "hash", "init", "metadata", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "field", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "field", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["default", "validator", "repr", "hash", "init", "metadata", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "field", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["default", "validator", "repr", "hash", "init", "metadata", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "NoneType"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "field", "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["default", "validator", "repr", "hash", "init", "metadata", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "field", "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["default", "validator", "repr", "hash", "init", "metadata", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "field", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "fields": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": [], "fullname": "attr.fields", "name": "fields", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": ["builtins.type"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fields", "ret_type": "attr._Fields", "type_guard": null, "variables": []}}}, "fields_dict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": [], "fullname": "attr.fields_dict", "name": "fields_dict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": ["builtins.type"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fields_dict", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "filters": {".class": "SymbolTableNode", "cross_ref": "attr.filters", "kind": "Gdef"}, "frozen": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "attr.frozen", "name": "frozen", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["maybe_cls", "these", "repr", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "getstate_setstate", "on_setattr", "field_transformer"], "arg_types": [{".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, {".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"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.type", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["maybe_cls", "these", "repr", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "getstate_setstate", "on_setattr", "field_transformer"], "arg_types": [{".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"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.type", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}]}, "type_guard": null, "variables": []}]}}}, "get_run_validators": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "attr.get_run_validators", "name": "get_run_validators", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_run_validators", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "has": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": [], "fullname": "attr.has", "name": "has", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": ["builtins.type"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "has", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "ib": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "attr.ib", "name": "ib", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["default", "validator", "repr", "cmp", "hash", "init", "metadata", "type", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "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": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["default", "validator", "repr", "cmp", "hash", "init", "metadata", "type", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "NoneType"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["default", "validator", "repr", "cmp", "hash", "init", "metadata", "type", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["default", "validator", "repr", "cmp", "hash", "init", "metadata", "type", "converter", "factory", "kw_only", "eq", "order", "on_setattr"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "attr._ReprArgType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.object", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "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": "TypeVarDef", "fullname": "attr._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "make_class": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["name", "attrs", "bases", "repr_ns", "repr", "cmp", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "collect_by_mro", "on_setattr", "field_transformer"], "flags": [], "fullname": "attr.make_class", "name": "make_class", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["name", "attrs", "bases", "repr_ns", "repr", "cmp", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "collect_by_mro", "on_setattr", "field_transformer"], "arg_types": ["builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "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"}]}, {".class": "Instance", "args": ["builtins.type"], "type_ref": "builtins.tuple"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.type", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "make_class", "ret_type": "builtins.type", "type_guard": null, "variables": []}}}, "mutable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "attr.mutable", "name": "mutable", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["maybe_cls", "these", "repr", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "getstate_setstate", "on_setattr", "field_transformer"], "arg_types": [{".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, {".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"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.type", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["maybe_cls", "these", "repr", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "getstate_setstate", "on_setattr", "field_transformer"], "arg_types": [{".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"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.type", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}]}, "type_guard": null, "variables": []}]}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "resolve_types": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["cls", "globalns", "localns", "attribs"], "flags": [], "fullname": "attr.resolve_types", "name": "resolve_types", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["cls", "globalns", "localns", "attribs"], "arg_types": [{".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, {".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": "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": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resolve_types", "ret_type": {".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}]}}}, "s": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "attr.s", "name": "s", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["maybe_cls", "these", "repr_ns", "repr", "cmp", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "collect_by_mro", "getstate_setstate", "on_setattr", "field_transformer"], "arg_types": [{".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, {".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": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.type", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["maybe_cls", "these", "repr_ns", "repr", "cmp", "hash", "init", "slots", "frozen", "weakref_slot", "str", "auto_attribs", "kw_only", "cache_hash", "auto_exc", "eq", "order", "auto_detect", "collect_by_mro", "getstate_setstate", "on_setattr", "field_transformer"], "arg_types": [{".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": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "type_ref": "builtins.list"}, "attr.setters._NoOpType", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.type", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "attr.Attribute"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr._C", "id": -1, "name": "_C", "upper_bound": "builtins.type", "values": [], "variance": 0}]}, "type_guard": null, "variables": []}]}}}, "set_run_validators": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["run"], "flags": [], "fullname": "attr.set_run_validators", "name": "set_run_validators", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["run"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_run_validators", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setters": {".class": "SymbolTableNode", "cross_ref": "attr.setters", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "validate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["inst"], "flags": [], "fullname": "attr.validate", "name": "validate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["inst"], "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", "implicit": false, "is_ellipsis_args": false, "name": "validate", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "validators": {".class": "SymbolTableNode", "cross_ref": "attr.validators", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/attr/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/attr/__init__.meta.json b/.mypy_cache/3.9/attr/__init__.meta.json deleted file mode 100644 index c6f1c6944..000000000 --- a/.mypy_cache/3.9/attr/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 3, 20, 21, 22, 23, 24, 25, 1, 1], "dep_prios": [10, 5, 10, 10, 10, 10, 10, 5, 5, 30], "dependencies": ["sys", "typing", "attr.converters", "attr.exceptions", "attr.filters", "attr.setters", "attr.validators", "attr._version_info", "builtins", "abc"], "hash": "6cdc79a8b6b7301b6069ff4fe4e3f6bb0bafd316d2ec752b11f2e592b02caebf", "id": "attr", "ignore_all": true, "interface_hash": "4ed45ad3b075fbb298070d11f86e269dc97669ff235748f706506ad48daa1610", "mtime": 1620827195, "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_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/anaconda3/lib/python3.9/site-packages/attr/__init__.pyi", "plugin_data": null, "size": 14837, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/attr/_version_info.data.json b/.mypy_cache/3.9/attr/_version_info.data.json deleted file mode 100644 index 3e9bed866..000000000 --- a/.mypy_cache/3.9/attr/_version_info.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "attr._version_info", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "VersionInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "attr._version_info.VersionInfo", "name": "VersionInfo", "type_vars": []}, "flags": [], "fullname": "attr._version_info.VersionInfo", "metaclass_type": null, "metadata": {}, "module_name": "attr._version_info", "mro": ["attr._version_info.VersionInfo", "builtins.object"], "names": {".class": "SymbolTable", "micro": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "attr._version_info.VersionInfo.micro", "name": "micro", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["attr._version_info.VersionInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "micro of VersionInfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "micro", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["attr._version_info.VersionInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "micro of VersionInfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "minor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "attr._version_info.VersionInfo.minor", "name": "minor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["attr._version_info.VersionInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "minor of VersionInfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "minor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["attr._version_info.VersionInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "minor of VersionInfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "releaselevel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "attr._version_info.VersionInfo.releaselevel", "name": "releaselevel", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["attr._version_info.VersionInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "releaselevel of VersionInfo", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "releaselevel", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["attr._version_info.VersionInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "releaselevel of VersionInfo", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "year": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "attr._version_info.VersionInfo.year", "name": "year", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["attr._version_info.VersionInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "year of VersionInfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "year", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["attr._version_info.VersionInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "year of VersionInfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr._version_info.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr._version_info.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr._version_info.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr._version_info.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/attr/_version_info.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/attr/_version_info.meta.json b/.mypy_cache/3.9/attr/_version_info.meta.json deleted file mode 100644 index 8fac37cd5..000000000 --- a/.mypy_cache/3.9/attr/_version_info.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1], "dep_prios": [5], "dependencies": ["builtins"], "hash": "c7f3372f75ae07baff50b5c05a3c7de7db9d290e072c1f25fa1b1cd450c636f9", "id": "attr._version_info", "ignore_all": true, "interface_hash": "04f40c72938267cdd87d6df5670305f85875fba6f3ca649013ef4a9d28cfc441", "mtime": 1620827195, "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_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/anaconda3/lib/python3.9/site-packages/attr/_version_info.pyi", "plugin_data": null, "size": 209, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/attr/converters.data.json b/.mypy_cache/3.9/attr/converters.data.json deleted file mode 100644 index ae7d026a6..000000000 --- a/.mypy_cache/3.9/attr/converters.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "attr.converters", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ConverterType": {".class": "SymbolTableNode", "cross_ref": "attr._ConverterType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "attr.converters._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.converters.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.converters.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.converters.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.converters.__package__", "name": "__package__", "type": "builtins.str"}}, "default_if_none": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "attr.converters.default_if_none", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["default"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.converters.default_if_none", "name": "default_if_none", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["default"], "arg_types": [{".class": "TypeVarType", "fullname": "attr.converters._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "default_if_none", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "attr._ConverterType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr.converters._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "default_if_none", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [3], "arg_names": ["factory"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.converters.default_if_none", "name": "default_if_none", "type": {".class": "CallableType", "arg_kinds": [3], "arg_names": ["factory"], "arg_types": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr.converters._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "default_if_none", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "attr._ConverterType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr.converters._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "default_if_none", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["default"], "arg_types": [{".class": "TypeVarType", "fullname": "attr.converters._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "default_if_none", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "attr._ConverterType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr.converters._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [3], "arg_names": ["factory"], "arg_types": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "attr.converters._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "default_if_none", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "attr._ConverterType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr.converters._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "optional": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["converter"], "flags": [], "fullname": "attr.converters.optional", "name": "optional", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["converter"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._ConverterType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "optional", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "attr._ConverterType"}, "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "pipe": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["validators"], "flags": [], "fullname": "attr.converters.pipe", "name": "pipe", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["validators"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._ConverterType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pipe", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "attr._ConverterType"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/attr/converters.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/attr/converters.meta.json b/.mypy_cache/3.9/attr/converters.meta.json deleted file mode 100644 index 18eb4bc62..000000000 --- a/.mypy_cache/3.9/attr/converters.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 3, 1], "dep_prios": [5, 5, 5], "dependencies": ["typing", "attr", "builtins"], "hash": "2fb78ddab11708d54e921d6160ff8655b5adc8eddee9e28e06f251fa12bf8753", "id": "attr.converters", "ignore_all": true, "interface_hash": "827bdb42602ebbf8aa7526ecf384799afed42ad8fa04237192da92baa92f0b72", "mtime": 1620827195, "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_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/anaconda3/lib/python3.9/site-packages/attr/converters.pyi", "plugin_data": null, "size": 382, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/attr/exceptions.data.json b/.mypy_cache/3.9/attr/exceptions.data.json deleted file mode 100644 index 6eb385aa9..000000000 --- a/.mypy_cache/3.9/attr/exceptions.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "attr.exceptions", "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}, "AttrsAttributeNotFoundError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ValueError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "attr.exceptions.AttrsAttributeNotFoundError", "name": "AttrsAttributeNotFoundError", "type_vars": []}, "flags": [], "fullname": "attr.exceptions.AttrsAttributeNotFoundError", "metaclass_type": null, "metadata": {}, "module_name": "attr.exceptions", "mro": ["attr.exceptions.AttrsAttributeNotFoundError", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DefaultAlreadySetError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.RuntimeError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "attr.exceptions.DefaultAlreadySetError", "name": "DefaultAlreadySetError", "type_vars": []}, "flags": [], "fullname": "attr.exceptions.DefaultAlreadySetError", "metaclass_type": null, "metadata": {}, "module_name": "attr.exceptions", "mro": ["attr.exceptions.DefaultAlreadySetError", "builtins.RuntimeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FrozenAttributeError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["attr.exceptions.FrozenError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "attr.exceptions.FrozenAttributeError", "name": "FrozenAttributeError", "type_vars": []}, "flags": [], "fullname": "attr.exceptions.FrozenAttributeError", "metaclass_type": null, "metadata": {}, "module_name": "attr.exceptions", "mro": ["attr.exceptions.FrozenAttributeError", "attr.exceptions.FrozenError", "builtins.AttributeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FrozenError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.AttributeError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "attr.exceptions.FrozenError", "name": "FrozenError", "type_vars": []}, "flags": [], "fullname": "attr.exceptions.FrozenError", "metaclass_type": null, "metadata": {}, "module_name": "attr.exceptions", "mro": ["attr.exceptions.FrozenError", "builtins.AttributeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "attr.exceptions.FrozenError.msg", "name": "msg", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FrozenInstanceError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["attr.exceptions.FrozenError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "attr.exceptions.FrozenInstanceError", "name": "FrozenInstanceError", "type_vars": []}, "flags": [], "fullname": "attr.exceptions.FrozenInstanceError", "metaclass_type": null, "metadata": {}, "module_name": "attr.exceptions", "mro": ["attr.exceptions.FrozenInstanceError", "attr.exceptions.FrozenError", "builtins.AttributeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NotAnAttrsClassError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ValueError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "attr.exceptions.NotAnAttrsClassError", "name": "NotAnAttrsClassError", "type_vars": []}, "flags": [], "fullname": "attr.exceptions.NotAnAttrsClassError", "metaclass_type": null, "metadata": {}, "module_name": "attr.exceptions", "mro": ["attr.exceptions.NotAnAttrsClassError", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NotCallableError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.TypeError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "attr.exceptions.NotCallableError", "name": "NotCallableError", "type_vars": []}, "flags": [], "fullname": "attr.exceptions.NotCallableError", "metaclass_type": null, "metadata": {}, "module_name": "attr.exceptions", "mro": ["attr.exceptions.NotCallableError", "builtins.TypeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "msg", "value"], "flags": [], "fullname": "attr.exceptions.NotCallableError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "msg", "value"], "arg_types": ["attr.exceptions.NotCallableError", "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", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of NotCallableError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "attr.exceptions.NotCallableError.msg", "name": "msg", "type": "builtins.str"}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "attr.exceptions.NotCallableError.value", "name": "value", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PythonTooOldError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.RuntimeError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "attr.exceptions.PythonTooOldError", "name": "PythonTooOldError", "type_vars": []}, "flags": [], "fullname": "attr.exceptions.PythonTooOldError", "metaclass_type": null, "metadata": {}, "module_name": "attr.exceptions", "mro": ["attr.exceptions.PythonTooOldError", "builtins.RuntimeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UnannotatedAttributeError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.RuntimeError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "attr.exceptions.UnannotatedAttributeError", "name": "UnannotatedAttributeError", "type_vars": []}, "flags": [], "fullname": "attr.exceptions.UnannotatedAttributeError", "metaclass_type": null, "metadata": {}, "module_name": "attr.exceptions", "mro": ["attr.exceptions.UnannotatedAttributeError", "builtins.RuntimeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.exceptions.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.exceptions.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.exceptions.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.exceptions.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/attr/exceptions.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/attr/exceptions.meta.json b/.mypy_cache/3.9/attr/exceptions.meta.json deleted file mode 100644 index a554ee6f3..000000000 --- a/.mypy_cache/3.9/attr/exceptions.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 5, 30], "dependencies": ["typing", "builtins", "abc"], "hash": "61d8e9b7dc5b34b33c1d41216b27a0037734c4805cef9929460b62bf4aac2c2b", "id": "attr.exceptions", "ignore_all": true, "interface_hash": "4856551fc5da7c4c7d17f49b0d3d0ba90ed2e8ce2006217d6da3f896dfed9918", "mtime": 1620827195, "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_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/anaconda3/lib/python3.9/site-packages/attr/exceptions.pyi", "plugin_data": null, "size": 540, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/attr/filters.data.json b/.mypy_cache/3.9/attr/filters.data.json deleted file mode 100644 index 3468d8dfe..000000000 --- a/.mypy_cache/3.9/attr/filters.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "attr.filters", "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}, "Attribute": {".class": "SymbolTableNode", "cross_ref": "attr.Attribute", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_FilterType": {".class": "SymbolTableNode", "cross_ref": "attr._FilterType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.filters.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.filters.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.filters.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.filters.__package__", "name": "__package__", "type": "builtins.str"}}, "exclude": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["what"], "flags": [], "fullname": "attr.filters.exclude", "name": "exclude", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["what"], "arg_types": [{".class": "UnionType", "items": ["builtins.type", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "attr.Attribute"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exclude", "ret_type": {".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "attr._FilterType"}, "type_guard": null, "variables": []}}}, "include": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["what"], "flags": [], "fullname": "attr.filters.include", "name": "include", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["what"], "arg_types": [{".class": "UnionType", "items": ["builtins.type", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "attr.Attribute"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "include", "ret_type": {".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "attr._FilterType"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/attr/filters.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/attr/filters.meta.json b/.mypy_cache/3.9/attr/filters.meta.json deleted file mode 100644 index 8754397cb..000000000 --- a/.mypy_cache/3.9/attr/filters.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 3, 1], "dep_prios": [5, 5, 5], "dependencies": ["typing", "attr", "builtins"], "hash": "8d414dd4dab1db1e5acb22cb1f3b16e611ce6e377a46e7598e78fe10d0097569", "id": "attr.filters", "ignore_all": true, "interface_hash": "1dafd849baa8ae41b7a7ac31f64ffd9b213b7fd4e4c22749efcbb104f68d8182", "mtime": 1620827195, "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_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/anaconda3/lib/python3.9/site-packages/attr/filters.pyi", "plugin_data": null, "size": 216, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/attr/setters.data.json b/.mypy_cache/3.9/attr/setters.data.json deleted file mode 100644 index b4cbf2121..000000000 --- a/.mypy_cache/3.9/attr/setters.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "attr.setters", "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}, "Attribute": {".class": "SymbolTableNode", "cross_ref": "attr.Attribute", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NO_OP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.setters.NO_OP", "name": "NO_OP", "type": "attr.setters._NoOpType"}}, "NewType": {".class": "SymbolTableNode", "cross_ref": "typing.NewType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_NoOpType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "attr.setters._NoOpType", "name": "_NoOpType", "type_vars": []}, "flags": ["is_newtype"], "fullname": "attr.setters._NoOpType", "metaclass_type": null, "metadata": {}, "module_name": "attr.setters", "mro": ["attr.setters._NoOpType", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": [], "fullname": "attr.setters._NoOpType.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": ["attr.setters._NoOpType", "builtins.object"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _NoOpType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_OnSetAttrType": {".class": "SymbolTableNode", "cross_ref": "attr._OnSetAttrType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "attr.setters._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.setters.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.setters.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.setters.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.setters.__package__", "name": "__package__", "type": "builtins.str"}}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef", "module_hidden": true, "module_public": false}, "convert": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["instance", "attribute", "new_value"], "flags": [], "fullname": "attr.setters.convert", "name": "convert", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["instance", "attribute", "new_value"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "convert", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "frozen": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["instance", "attribute", "new_value"], "flags": [], "fullname": "attr.setters.frozen", "name": "frozen", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["instance", "attribute", "new_value"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "attr.Attribute"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "frozen", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "pipe": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["setters"], "flags": [], "fullname": "attr.setters.pipe", "name": "pipe", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["setters"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pipe", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "attr._OnSetAttrType"}, "type_guard": null, "variables": []}}}, "validate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["instance", "attribute", "new_value"], "flags": [], "fullname": "attr.setters.validate", "name": "validate", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["instance", "attribute", "new_value"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr.setters._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr.setters._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "validate", "ret_type": {".class": "TypeVarType", "fullname": "attr.setters._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr.setters._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/attr/setters.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/attr/setters.meta.json b/.mypy_cache/3.9/attr/setters.meta.json deleted file mode 100644 index 617319466..000000000 --- a/.mypy_cache/3.9/attr/setters.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 3, 1], "dep_prios": [5, 5, 5], "dependencies": ["typing", "attr", "builtins"], "hash": "913c4d4a7ac8b4c811a450f2230bed15deb162daa7396c22e14564b3876c9116", "id": "attr.setters", "ignore_all": true, "interface_hash": "5e5cb8237fccc4299f99e1ff2158a2f4aed274c322ab4a7a0a2753f64b744af9", "mtime": 1620827195, "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_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/anaconda3/lib/python3.9/site-packages/attr/setters.pyi", "plugin_data": null, "size": 574, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/attr/validators.data.json b/.mypy_cache/3.9/attr/validators.data.json deleted file mode 100644 index af8d1d853..000000000 --- a/.mypy_cache/3.9/attr/validators.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "attr.validators", "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}, "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Container": {".class": "SymbolTableNode", "cross_ref": "typing.Container", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Match": {".class": "SymbolTableNode", "cross_ref": "typing.Match", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "_I": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "attr.validators._I", "name": "_I", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "typing.Iterable"}, "values": [], "variance": 0}}, "_K": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "attr.validators._K", "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_M": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "attr.validators._M", "name": "_M", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "typing.Mapping"}, "values": [], "variance": 0}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "attr.validators._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "attr.validators._T1", "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "attr.validators._T2", "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T3": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "attr.validators._T3", "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_V": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "attr.validators._V", "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_ValidatorType": {".class": "SymbolTableNode", "cross_ref": "attr._ValidatorType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.validators.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.validators.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.validators.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "attr.validators.__package__", "name": "__package__", "type": "builtins.str"}}, "and_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["validators"], "flags": [], "fullname": "attr.validators.and_", "name": "and_", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["validators"], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "and_", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "deep_iterable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["member_validator", "iterable_validator"], "flags": [], "fullname": "attr.validators.deep_iterable", "name": "deep_iterable", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["member_validator", "iterable_validator"], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr.validators._I", "id": -2, "name": "_I", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "typing.Iterable"}, "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr.validators._I", "id": -2, "name": "_I", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "typing.Iterable"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "deep_iterable", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr.validators._I", "id": -2, "name": "_I", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "typing.Iterable"}, "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "attr.validators._I", "id": -2, "name": "_I", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "typing.Iterable"}, "values": [], "variance": 0}]}}}, "deep_mapping": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["key_validator", "value_validator", "mapping_validator"], "flags": [], "fullname": "attr.validators.deep_mapping", "name": "deep_mapping", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["key_validator", "value_validator", "mapping_validator"], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr.validators._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}, {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr.validators._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr.validators._M", "id": -3, "name": "_M", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "typing.Mapping"}, "values": [], "variance": 0}], "type_ref": "attr.Attribute"}, {".class": "TypeVarType", "fullname": "attr.validators._M", "id": -3, "name": "_M", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "typing.Mapping"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "deep_mapping", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr.validators._M", "id": -3, "name": "_M", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "typing.Mapping"}, "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr.validators._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "attr.validators._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "attr.validators._M", "id": -3, "name": "_M", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "typing.Mapping"}, "values": [], "variance": 0}]}}}, "in_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["options"], "flags": [], "fullname": "attr.validators.in_", "name": "in_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["options"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Container"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "in_", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "instance_of": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "attr.validators.instance_of", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["type"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.validators.instance_of", "name": "instance_of", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["type"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "instance_of", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "instance_of", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["type"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.validators.instance_of", "name": "instance_of", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["type"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "instance_of", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "instance_of", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["type"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.validators.instance_of", "name": "instance_of", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["type"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr.validators._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr.validators._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "instance_of", "ret_type": {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "attr.validators._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "attr.validators._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "attr._ValidatorType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr.validators._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "attr.validators._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "instance_of", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["type"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.validators.instance_of", "name": "instance_of", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["type"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr.validators._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr.validators._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr.validators._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "instance_of", "ret_type": {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "attr.validators._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "attr.validators._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "attr.validators._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "attr._ValidatorType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr.validators._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "attr.validators._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "attr.validators._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "instance_of", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["type"], "flags": ["is_overload", "is_decorated"], "fullname": "attr.validators.instance_of", "name": "instance_of", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["type"], "arg_types": [{".class": "Instance", "args": ["builtins.type"], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "instance_of", "ret_type": {".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "attr._ValidatorType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "instance_of", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["type"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "instance_of", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["type"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "instance_of", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["type"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr.validators._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr.validators._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "instance_of", "ret_type": {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "attr.validators._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "attr.validators._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "attr._ValidatorType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr.validators._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "attr.validators._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["type"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr.validators._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr.validators._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "attr.validators._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "instance_of", "ret_type": {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "attr.validators._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "attr.validators._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "attr.validators._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "attr._ValidatorType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr.validators._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "attr.validators._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "attr.validators._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["type"], "arg_types": [{".class": "Instance", "args": ["builtins.type"], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "instance_of", "ret_type": {".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "attr._ValidatorType"}, "type_guard": null, "variables": []}]}}}, "is_callable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "attr.validators.is_callable", "name": "is_callable", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_callable", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "matches_re": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["regex", "flags", "func"], "flags": [], "fullname": "attr.validators.matches_re", "name": "matches_re", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["regex", "flags", "func"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "matches_re", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "attr._ValidatorType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "optional": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["validator"], "flags": [], "fullname": "attr.validators.optional", "name": "optional", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["validator"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "attr._ValidatorType"}], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "optional", "ret_type": {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}], "type_ref": "attr._ValidatorType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "attr.validators._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "provides": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["interface"], "flags": [], "fullname": "attr.validators.provides", "name": "provides", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["interface"], "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", "implicit": false, "is_ellipsis_args": false, "name": "provides", "ret_type": {".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "attr._ValidatorType"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/attr/validators.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/attr/validators.meta.json b/.mypy_cache/3.9/attr/validators.meta.json deleted file mode 100644 index decbba3d9..000000000 --- a/.mypy_cache/3.9/attr/validators.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 18, 1], "dep_prios": [5, 5, 5], "dependencies": ["typing", "attr", "builtins"], "hash": "a8de9db147568765242da5f8e8927cea5cd8961cb8b21f33eba7d35e02503bad", "id": "attr.validators", "ignore_all": true, "interface_hash": "e73424a8f025a03244a98cd9827092a8c1f86fa8425d29236925c7e76e49dc72", "mtime": 1620827195, "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_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/anaconda3/lib/python3.9/site-packages/attr/validators.pyi", "plugin_data": null, "size": 1870, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/bdb.data.json b/.mypy_cache/3.9/bdb.data.json deleted file mode 100644 index a05e2c4eb..000000000 --- a/.mypy_cache/3.9/bdb.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "bdb", "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}, "Bdb": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "bdb.Bdb", "name": "Bdb", "type_vars": []}, "flags": [], "fullname": "bdb.Bdb", "metaclass_type": null, "metadata": {}, "module_name": "bdb", "mro": ["bdb.Bdb", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "skip"], "flags": [], "fullname": "bdb.Bdb.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "skip"], "arg_types": ["bdb.Bdb", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Bdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "botframe": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Bdb.botframe", "name": "botframe", "type": {".class": "UnionType", "items": ["types.FrameType", {".class": "NoneType"}]}}}, "break_anywhere": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "frame"], "flags": [], "fullname": "bdb.Bdb.break_anywhere", "name": "break_anywhere", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "frame"], "arg_types": ["bdb.Bdb", "types.FrameType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "break_anywhere of Bdb", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "break_here": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "frame"], "flags": [], "fullname": "bdb.Bdb.break_here", "name": "break_here", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "frame"], "arg_types": ["bdb.Bdb", "types.FrameType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "break_here of Bdb", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "breaks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Bdb.breaks", "name": "breaks", "type": {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}}}, "canonic": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "filename"], "flags": [], "fullname": "bdb.Bdb.canonic", "name": "canonic", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "filename"], "arg_types": ["bdb.Bdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "canonic of Bdb", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "clear_all_breaks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "bdb.Bdb.clear_all_breaks", "name": "clear_all_breaks", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["bdb.Bdb"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear_all_breaks of Bdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "clear_all_file_breaks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "filename"], "flags": [], "fullname": "bdb.Bdb.clear_all_file_breaks", "name": "clear_all_file_breaks", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "filename"], "arg_types": ["bdb.Bdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear_all_file_breaks of Bdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "clear_bpbynumber": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "bdb.Bdb.clear_bpbynumber", "name": "clear_bpbynumber", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["bdb.Bdb", "typing.SupportsInt"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear_bpbynumber of Bdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "clear_break": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "filename", "lineno"], "flags": [], "fullname": "bdb.Bdb.clear_break", "name": "clear_break", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "filename", "lineno"], "arg_types": ["bdb.Bdb", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear_break of Bdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dispatch_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "frame", "arg"], "flags": [], "fullname": "bdb.Bdb.dispatch_call", "name": "dispatch_call", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "frame", "arg"], "arg_types": ["bdb.Bdb", "types.FrameType", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dispatch_call of Bdb", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "bdb._TraceDispatch"}, "type_guard": null, "variables": []}}}, "dispatch_exception": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "frame", "arg"], "flags": [], "fullname": "bdb.Bdb.dispatch_exception", "name": "dispatch_exception", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "frame", "arg"], "arg_types": ["bdb.Bdb", "types.FrameType", {".class": "TypeAliasType", "args": [], "type_ref": "bdb._ExcInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dispatch_exception of Bdb", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "bdb._TraceDispatch"}, "type_guard": null, "variables": []}}}, "dispatch_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "frame"], "flags": [], "fullname": "bdb.Bdb.dispatch_line", "name": "dispatch_line", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "frame"], "arg_types": ["bdb.Bdb", "types.FrameType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dispatch_line of Bdb", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "bdb._TraceDispatch"}, "type_guard": null, "variables": []}}}, "dispatch_return": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "frame", "arg"], "flags": [], "fullname": "bdb.Bdb.dispatch_return", "name": "dispatch_return", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "frame", "arg"], "arg_types": ["bdb.Bdb", "types.FrameType", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dispatch_return of Bdb", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "bdb._TraceDispatch"}, "type_guard": null, "variables": []}}}, "do_clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "bdb.Bdb.do_clear", "name": "do_clear", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["bdb.Bdb", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_clear of Bdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "fncache": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Bdb.fncache", "name": "fncache", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "format_stack_entry": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "frame_lineno", "lprefix"], "flags": [], "fullname": "bdb.Bdb.format_stack_entry", "name": "format_stack_entry", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "frame_lineno", "lprefix"], "arg_types": ["bdb.Bdb", "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format_stack_entry of Bdb", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "frame_returning": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Bdb.frame_returning", "name": "frame_returning", "type": {".class": "UnionType", "items": ["types.FrameType", {".class": "NoneType"}]}}}, "get_all_breaks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "bdb.Bdb.get_all_breaks", "name": "get_all_breaks", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["bdb.Bdb"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_all_breaks of Bdb", "ret_type": {".class": "Instance", "args": ["bdb.Breakpoint"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_bpbynumber": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "bdb.Bdb.get_bpbynumber", "name": "get_bpbynumber", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["bdb.Bdb", "typing.SupportsInt"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_bpbynumber of Bdb", "ret_type": "bdb.Breakpoint", "type_guard": null, "variables": []}}}, "get_break": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "filename", "lineno"], "flags": [], "fullname": "bdb.Bdb.get_break", "name": "get_break", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "filename", "lineno"], "arg_types": ["bdb.Bdb", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_break of Bdb", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "get_breaks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "filename", "lineno"], "flags": [], "fullname": "bdb.Bdb.get_breaks", "name": "get_breaks", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "filename", "lineno"], "arg_types": ["bdb.Bdb", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_breaks of Bdb", "ret_type": {".class": "Instance", "args": ["bdb.Breakpoint"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_file_breaks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "filename"], "flags": [], "fullname": "bdb.Bdb.get_file_breaks", "name": "get_file_breaks", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "filename"], "arg_types": ["bdb.Bdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_file_breaks of Bdb", "ret_type": {".class": "Instance", "args": ["bdb.Breakpoint"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_stack": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "f", "t"], "flags": [], "fullname": "bdb.Bdb.get_stack", "name": "get_stack", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "f", "t"], "arg_types": ["bdb.Bdb", {".class": "UnionType", "items": ["types.FrameType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_stack of Bdb", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["types.FrameType", "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"}, "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": []}}}, "is_skipped_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "flags": [], "fullname": "bdb.Bdb.is_skipped_module", "name": "is_skipped_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "arg_types": ["bdb.Bdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_skipped_module of Bdb", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "quitting": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Bdb.quitting", "name": "quitting", "type": "builtins.bool"}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "bdb.Bdb.reset", "name": "reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["bdb.Bdb"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset of Bdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "returnframe": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Bdb.returnframe", "name": "returnframe", "type": {".class": "UnionType", "items": ["types.FrameType", {".class": "NoneType"}]}}}, "run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "cmd", "globals", "locals"], "flags": [], "fullname": "bdb.Bdb.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "cmd", "globals", "locals"], "arg_types": ["bdb.Bdb", {".class": "UnionType", "items": ["builtins.str", "types.CodeType"]}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run of Bdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "runcall": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "__func", "args", "kwds"], "flags": [], "fullname": "bdb.Bdb.runcall", "name": "runcall", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", null, "args", "kwds"], "arg_types": ["bdb.Bdb", {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "bdb._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runcall of Bdb", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "bdb._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "bdb._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "runctx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "cmd", "globals", "locals"], "flags": [], "fullname": "bdb.Bdb.runctx", "name": "runctx", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "cmd", "globals", "locals"], "arg_types": ["bdb.Bdb", {".class": "UnionType", "items": ["builtins.str", "types.CodeType"]}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runctx of Bdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "runeval": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "expr", "globals", "locals"], "flags": [], "fullname": "bdb.Bdb.runeval", "name": "runeval", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "expr", "globals", "locals"], "arg_types": ["bdb.Bdb", "builtins.str", {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runeval of Bdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_break": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "filename", "lineno", "temporary", "cond", "funcname"], "flags": [], "fullname": "bdb.Bdb.set_break", "name": "set_break", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "filename", "lineno", "temporary", "cond", "funcname"], "arg_types": ["bdb.Bdb", "builtins.str", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_break of Bdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_continue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "bdb.Bdb.set_continue", "name": "set_continue", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["bdb.Bdb"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_continue of Bdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_next": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "frame"], "flags": [], "fullname": "bdb.Bdb.set_next", "name": "set_next", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "frame"], "arg_types": ["bdb.Bdb", "types.FrameType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_next of Bdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_quit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "bdb.Bdb.set_quit", "name": "set_quit", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["bdb.Bdb"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_quit of Bdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_return": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "frame"], "flags": [], "fullname": "bdb.Bdb.set_return", "name": "set_return", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "frame"], "arg_types": ["bdb.Bdb", "types.FrameType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_return of Bdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "bdb.Bdb.set_step", "name": "set_step", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["bdb.Bdb"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_step of Bdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_trace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "frame"], "flags": [], "fullname": "bdb.Bdb.set_trace", "name": "set_trace", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "frame"], "arg_types": ["bdb.Bdb", {".class": "UnionType", "items": ["types.FrameType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_trace of Bdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_until": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "frame", "lineno"], "flags": [], "fullname": "bdb.Bdb.set_until", "name": "set_until", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "frame", "lineno"], "arg_types": ["bdb.Bdb", "types.FrameType", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_until of Bdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "skip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Bdb.skip", "name": "skip", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}, {".class": "NoneType"}]}}}, "stop_here": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "frame"], "flags": [], "fullname": "bdb.Bdb.stop_here", "name": "stop_here", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "frame"], "arg_types": ["bdb.Bdb", "types.FrameType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stop_here of Bdb", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "stopframe": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Bdb.stopframe", "name": "stopframe", "type": {".class": "UnionType", "items": ["types.FrameType", {".class": "NoneType"}]}}}, "stoplineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Bdb.stoplineno", "name": "stoplineno", "type": "builtins.int"}}, "trace_dispatch": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "frame", "event", "arg"], "flags": [], "fullname": "bdb.Bdb.trace_dispatch", "name": "trace_dispatch", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "frame", "event", "arg"], "arg_types": ["bdb.Bdb", "types.FrameType", "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", "implicit": false, "is_ellipsis_args": false, "name": "trace_dispatch of Bdb", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "bdb._TraceDispatch"}, "type_guard": null, "variables": []}}}, "user_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "frame", "argument_list"], "flags": [], "fullname": "bdb.Bdb.user_call", "name": "user_call", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "frame", "argument_list"], "arg_types": ["bdb.Bdb", "types.FrameType", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "user_call of Bdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "user_exception": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "frame", "exc_info"], "flags": [], "fullname": "bdb.Bdb.user_exception", "name": "user_exception", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "frame", "exc_info"], "arg_types": ["bdb.Bdb", "types.FrameType", {".class": "TypeAliasType", "args": [], "type_ref": "bdb._ExcInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "user_exception of Bdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "user_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "frame"], "flags": [], "fullname": "bdb.Bdb.user_line", "name": "user_line", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "frame"], "arg_types": ["bdb.Bdb", "types.FrameType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "user_line of Bdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "user_return": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "frame", "return_value"], "flags": [], "fullname": "bdb.Bdb.user_return", "name": "user_return", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "frame", "return_value"], "arg_types": ["bdb.Bdb", "types.FrameType", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "user_return of Bdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BdbQuit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "bdb.BdbQuit", "name": "BdbQuit", "type_vars": []}, "flags": [], "fullname": "bdb.BdbQuit", "metaclass_type": null, "metadata": {}, "module_name": "bdb", "mro": ["bdb.BdbQuit", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Breakpoint": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "bdb.Breakpoint", "name": "Breakpoint", "type_vars": []}, "flags": [], "fullname": "bdb.Breakpoint", "metaclass_type": null, "metadata": {}, "module_name": "bdb", "mro": ["bdb.Breakpoint", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "file", "line", "temporary", "cond", "funcname"], "flags": [], "fullname": "bdb.Breakpoint.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "file", "line", "temporary", "cond", "funcname"], "arg_types": ["bdb.Breakpoint", "builtins.str", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Breakpoint", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "bdb.Breakpoint.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["bdb.Breakpoint"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of Breakpoint", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "bpbynumber": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Breakpoint.bpbynumber", "name": "bpbynumber", "type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["bdb.Breakpoint", {".class": "NoneType"}]}], "type_ref": "builtins.list"}}}, "bpformat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "bdb.Breakpoint.bpformat", "name": "bpformat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["bdb.Breakpoint"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bpformat of Breakpoint", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "bplist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Breakpoint.bplist", "name": "bplist", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "Instance", "args": ["bdb.Breakpoint"], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}}}, "bpprint": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "out"], "flags": [], "fullname": "bdb.Breakpoint.bpprint", "name": "bpprint", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "out"], "arg_types": ["bdb.Breakpoint", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bpprint of Breakpoint", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cond": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Breakpoint.cond", "name": "cond", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "deleteMe": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "bdb.Breakpoint.deleteMe", "name": "deleteMe", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["bdb.Breakpoint"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "deleteMe of Breakpoint", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "disable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "bdb.Breakpoint.disable", "name": "disable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["bdb.Breakpoint"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "disable of Breakpoint", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "enable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "bdb.Breakpoint.enable", "name": "enable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["bdb.Breakpoint"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "enable of Breakpoint", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "enabled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Breakpoint.enabled", "name": "enabled", "type": "builtins.bool"}}, "file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Breakpoint.file", "name": "file", "type": "builtins.str"}}, "func_first_executable_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Breakpoint.func_first_executable_line", "name": "func_first_executable_line", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "funcname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Breakpoint.funcname", "name": "funcname", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "hits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Breakpoint.hits", "name": "hits", "type": "builtins.int"}}, "ignore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Breakpoint.ignore", "name": "ignore", "type": "builtins.int"}}, "line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Breakpoint.line", "name": "line", "type": "builtins.int"}}, "next": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Breakpoint.next", "name": "next", "type": "builtins.int"}}, "number": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Breakpoint.number", "name": "number", "type": "builtins.int"}}, "temporary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "bdb.Breakpoint.temporary", "name": "temporary", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "CodeType": {".class": "SymbolTableNode", "cross_ref": "types.CodeType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "FrameType": {".class": "SymbolTableNode", "cross_ref": "types.FrameType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "GENERATOR_AND_COROUTINE_FLAGS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "bdb.GENERATOR_AND_COROUTINE_FLAGS", "name": "GENERATOR_AND_COROUTINE_FLAGS", "type": "builtins.int"}}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsInt": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsInt", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "_ExcInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "bdb._ExcInfo", "line": 6, "no_args": false, "normalized": false, "target": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.BaseException"}, "builtins.BaseException", "types.FrameType"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "bdb._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_TraceDispatch": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "bdb._TraceDispatch", "line": 5, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["types.FrameType", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "bdb.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "bdb.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "bdb.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "bdb.__package__", "name": "__package__", "type": "builtins.str"}}, "checkfuncname": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["b", "frame"], "flags": [], "fullname": "bdb.checkfuncname", "name": "checkfuncname", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["b", "frame"], "arg_types": ["bdb.Breakpoint", "types.FrameType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "checkfuncname", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "effective": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["file", "line", "frame"], "flags": [], "fullname": "bdb.effective", "name": "effective", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["file", "line", "frame"], "arg_types": ["builtins.str", "builtins.int", "types.FrameType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "effective", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["bdb.Breakpoint", "builtins.bool"], "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": [{".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"}}]}, "type_guard": null, "variables": []}}}, "set_trace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "bdb.set_trace", "name": "set_trace", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_trace", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/bdb.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/bdb.meta.json b/.mypy_cache/3.9/bdb.meta.json deleted file mode 100644 index 219e7abd5..000000000 --- a/.mypy_cache/3.9/bdb.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [5, 5, 5, 30], "dependencies": ["types", "typing", "builtins", "abc"], "hash": "7593fe027fea343257c4ccd6b085f57dc4c8a1cdea23e5889b8f014b780024b9", "id": "bdb", "ignore_all": true, "interface_hash": "5e667960a0f2b605d58611dce8f8ddf4642c0f27e074cf19b51c840aece1aa6d", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/bdb.pyi", "plugin_data": null, "size": 4644, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/bisect.data.json b/.mypy_cache/3.9/bisect.data.json deleted file mode 100644 index 47558ab5e..000000000 --- a/.mypy_cache/3.9/bisect.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "bisect", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "__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": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "bisect.bisect", "name": "bisect", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "x", "lo", "hi"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_bisect._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, {".class": "TypeVarType", "fullname": "_bisect._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_bisect._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "bisect_left": {".class": "SymbolTableNode", "cross_ref": "_bisect.bisect_left", "kind": "Gdef"}, "bisect_right": {".class": "SymbolTableNode", "cross_ref": "_bisect.bisect_right", "kind": "Gdef"}, "insort": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "bisect.insort", "name": "insort", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "x", "lo", "hi"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_bisect._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, {".class": "TypeVarType", "fullname": "_bisect._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_bisect._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "insort_left": {".class": "SymbolTableNode", "cross_ref": "_bisect.insort_left", "kind": "Gdef"}, "insort_right": {".class": "SymbolTableNode", "cross_ref": "_bisect.insort_right", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/bisect.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/bisect.meta.json b/.mypy_cache/3.9/bisect.meta.json deleted file mode 100644 index b1e7655ce..000000000 --- a/.mypy_cache/3.9/bisect.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 1, 1, 1], "dep_prios": [5, 5, 30, 30], "dependencies": ["_bisect", "builtins", "abc", "typing"], "hash": "b109fd5144b40b0e5764c1067048fc29ae5528f5686cbe373dec7f49a8235e0f", "id": "bisect", "ignore_all": true, "interface_hash": "6fa1087ef764e3daf3750ef4c7b66c501b8d0d6f0364399206dc649a8614ebba", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/bisect.pyi", "plugin_data": null, "size": 67, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/builtins.data.json b/.mypy_cache/3.9/builtins.data.json deleted file mode 100644 index 1f0c00241..000000000 --- a/.mypy_cache/3.9/builtins.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "builtins", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ArithmeticError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.ArithmeticError", "name": "ArithmeticError", "type_vars": []}, "flags": [], "fullname": "builtins.ArithmeticError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.ArithmeticError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AssertionError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.AssertionError", "name": "AssertionError", "type_vars": []}, "flags": [], "fullname": "builtins.AssertionError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.AssertionError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AttributeError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.AttributeError", "name": "AttributeError", "type_vars": []}, "flags": [], "fullname": "builtins.AttributeError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.AttributeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BaseException": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.BaseException", "name": "BaseException", "type_vars": []}, "flags": [], "fullname": "builtins.BaseException", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__cause__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.BaseException.__cause__", "name": "__cause__", "type": {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}}}, "__context__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.BaseException.__context__", "name": "__context__", "type": {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "builtins.BaseException.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["builtins.BaseException", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BaseException", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.BaseException.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.BaseException"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of BaseException", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.BaseException.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.BaseException"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of BaseException", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__suppress_context__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.BaseException.__suppress_context__", "name": "__suppress_context__", "type": "builtins.bool"}}, "__traceback__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.BaseException.__traceback__", "name": "__traceback__", "type": {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}}}, "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.BaseException.args", "name": "args", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}}}, "with_traceback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tb"], "flags": [], "fullname": "builtins.BaseException.with_traceback", "name": "with_traceback", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "tb"], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._TBE", "id": -1, "name": "_TBE", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "with_traceback of BaseException", "ret_type": {".class": "TypeVarType", "fullname": "builtins._TBE", "id": -1, "name": "_TBE", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._TBE", "id": -1, "name": "_TBE", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BlockingIOError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.BlockingIOError", "name": "BlockingIOError", "type_vars": []}, "flags": [], "fullname": "builtins.BlockingIOError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.BlockingIOError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "characters_written": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.BlockingIOError.characters_written", "name": "characters_written", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BrokenPipeError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ConnectionError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.BrokenPipeError", "name": "BrokenPipeError", "type_vars": []}, "flags": [], "fullname": "builtins.BrokenPipeError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.BrokenPipeError", "builtins.ConnectionError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BufferError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.BufferError", "name": "BufferError", "type_vars": []}, "flags": [], "fullname": "builtins.BufferError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.BufferError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BytesWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Warning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.BytesWarning", "name": "BytesWarning", "type_vars": []}, "flags": [], "fullname": "builtins.BytesWarning", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.BytesWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ChildProcessError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.ChildProcessError", "name": "ChildProcessError", "type_vars": []}, "flags": [], "fullname": "builtins.ChildProcessError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.ChildProcessError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConnectionAbortedError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ConnectionError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.ConnectionAbortedError", "name": "ConnectionAbortedError", "type_vars": []}, "flags": [], "fullname": "builtins.ConnectionAbortedError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.ConnectionAbortedError", "builtins.ConnectionError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConnectionError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.ConnectionError", "name": "ConnectionError", "type_vars": []}, "flags": [], "fullname": "builtins.ConnectionError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.ConnectionError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConnectionRefusedError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ConnectionError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.ConnectionRefusedError", "name": "ConnectionRefusedError", "type_vars": []}, "flags": [], "fullname": "builtins.ConnectionRefusedError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.ConnectionRefusedError", "builtins.ConnectionError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConnectionResetError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ConnectionError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.ConnectionResetError", "name": "ConnectionResetError", "type_vars": []}, "flags": [], "fullname": "builtins.ConnectionResetError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.ConnectionResetError", "builtins.ConnectionError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DeprecationWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Warning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.DeprecationWarning", "name": "DeprecationWarning", "type_vars": []}, "flags": [], "fullname": "builtins.DeprecationWarning", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.DeprecationWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EOFError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.EOFError", "name": "EOFError", "type_vars": []}, "flags": [], "fullname": "builtins.EOFError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.EOFError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Ellipsis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "builtins.Ellipsis", "name": "Ellipsis", "type": "builtins.ellipsis"}}, "EnvironmentError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "builtins.EnvironmentError", "line": 1369, "no_args": true, "normalized": false, "target": "builtins.OSError"}}, "Exception": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.BaseException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.Exception", "name": "Exception", "type_vars": []}, "flags": [], "fullname": "builtins.Exception", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "False": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "builtins.False", "name": "False", "type": "builtins.bool"}}, "FileExistsError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.FileExistsError", "name": "FileExistsError", "type_vars": []}, "flags": [], "fullname": "builtins.FileExistsError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.FileExistsError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FileNotFoundError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.FileNotFoundError", "name": "FileNotFoundError", "type_vars": []}, "flags": [], "fullname": "builtins.FileNotFoundError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.FileNotFoundError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FloatingPointError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ArithmeticError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.FloatingPointError", "name": "FloatingPointError", "type_vars": []}, "flags": [], "fullname": "builtins.FloatingPointError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.FloatingPointError", "builtins.ArithmeticError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FutureWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Warning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.FutureWarning", "name": "FutureWarning", "type_vars": []}, "flags": [], "fullname": "builtins.FutureWarning", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.FutureWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "GeneratorExit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.BaseException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.GeneratorExit", "name": "GeneratorExit", "type_vars": []}, "flags": [], "fullname": "builtins.GeneratorExit", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.GeneratorExit", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IOError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "builtins.IOError", "line": 1370, "no_args": true, "normalized": false, "target": "builtins.OSError"}}, "ImportError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.ImportError", "name": "ImportError", "type_vars": []}, "flags": [], "fullname": "builtins.ImportError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.ImportError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5], "arg_names": ["self", "args", "name", "path"], "flags": [], "fullname": "builtins.ImportError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5], "arg_names": ["self", "args", "name", "path"], "arg_types": ["builtins.ImportError", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ImportError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.ImportError.msg", "name": "msg", "type": "builtins.str"}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.ImportError.name", "name": "name", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.ImportError.path", "name": "path", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ImportWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Warning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.ImportWarning", "name": "ImportWarning", "type_vars": []}, "flags": [], "fullname": "builtins.ImportWarning", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.ImportWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IndentationError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.SyntaxError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.IndentationError", "name": "IndentationError", "type_vars": []}, "flags": [], "fullname": "builtins.IndentationError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.IndentationError", "builtins.SyntaxError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IndexError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.LookupError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.IndexError", "name": "IndexError", "type_vars": []}, "flags": [], "fullname": "builtins.IndexError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.IndexError", "builtins.LookupError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InterruptedError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.InterruptedError", "name": "InterruptedError", "type_vars": []}, "flags": [], "fullname": "builtins.InterruptedError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.InterruptedError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IsADirectoryError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.IsADirectoryError", "name": "IsADirectoryError", "type_vars": []}, "flags": [], "fullname": "builtins.IsADirectoryError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.IsADirectoryError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "KeyError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.LookupError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.KeyError", "name": "KeyError", "type_vars": []}, "flags": [], "fullname": "builtins.KeyError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.KeyError", "builtins.LookupError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "KeyboardInterrupt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.BaseException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.KeyboardInterrupt", "name": "KeyboardInterrupt", "type_vars": []}, "flags": [], "fullname": "builtins.KeyboardInterrupt", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.KeyboardInterrupt", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LookupError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.LookupError", "name": "LookupError", "type_vars": []}, "flags": [], "fullname": "builtins.LookupError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.LookupError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MemoryError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.MemoryError", "name": "MemoryError", "type_vars": []}, "flags": [], "fullname": "builtins.MemoryError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.MemoryError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ModuleNotFoundError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ImportError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.ModuleNotFoundError", "name": "ModuleNotFoundError", "type_vars": []}, "flags": [], "fullname": "builtins.ModuleNotFoundError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.ModuleNotFoundError", "builtins.ImportError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NameError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.NameError", "name": "NameError", "type_vars": []}, "flags": [], "fullname": "builtins.NameError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.NameError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "None": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "builtins.None", "name": "None", "type": {".class": "NoneType"}}}, "NotADirectoryError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.NotADirectoryError", "name": "NotADirectoryError", "type_vars": []}, "flags": [], "fullname": "builtins.NotADirectoryError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.NotADirectoryError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NotImplemented": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "builtins.NotImplemented", "name": "NotImplemented", "type": "builtins._NotImplementedType"}}, "NotImplementedError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.RuntimeError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.NotImplementedError", "name": "NotImplementedError", "type_vars": []}, "flags": [], "fullname": "builtins.NotImplementedError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.NotImplementedError", "builtins.RuntimeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "OSError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.OSError", "name": "OSError", "type_vars": []}, "flags": [], "fullname": "builtins.OSError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "errno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.OSError.errno", "name": "errno", "type": "builtins.int"}}, "filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.OSError.filename", "name": "filename", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "filename2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.OSError.filename2", "name": "filename2", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "strerror": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.OSError.strerror", "name": "strerror", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "OverflowError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ArithmeticError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.OverflowError", "name": "OverflowError", "type_vars": []}, "flags": [], "fullname": "builtins.OverflowError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.OverflowError", "builtins.ArithmeticError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PendingDeprecationWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Warning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.PendingDeprecationWarning", "name": "PendingDeprecationWarning", "type_vars": []}, "flags": [], "fullname": "builtins.PendingDeprecationWarning", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.PendingDeprecationWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PermissionError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.PermissionError", "name": "PermissionError", "type_vars": []}, "flags": [], "fullname": "builtins.PermissionError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.PermissionError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ProcessLookupError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.ProcessLookupError", "name": "ProcessLookupError", "type_vars": []}, "flags": [], "fullname": "builtins.ProcessLookupError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.ProcessLookupError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RecursionError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.RuntimeError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.RecursionError", "name": "RecursionError", "type_vars": []}, "flags": [], "fullname": "builtins.RecursionError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.RecursionError", "builtins.RuntimeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReferenceError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.ReferenceError", "name": "ReferenceError", "type_vars": []}, "flags": [], "fullname": "builtins.ReferenceError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.ReferenceError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ResourceWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Warning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.ResourceWarning", "name": "ResourceWarning", "type_vars": []}, "flags": [], "fullname": "builtins.ResourceWarning", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.ResourceWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RuntimeError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.RuntimeError", "name": "RuntimeError", "type_vars": []}, "flags": [], "fullname": "builtins.RuntimeError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.RuntimeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RuntimeWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Warning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.RuntimeWarning", "name": "RuntimeWarning", "type_vars": []}, "flags": [], "fullname": "builtins.RuntimeWarning", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.RuntimeWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "StopAsyncIteration": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.StopAsyncIteration", "name": "StopAsyncIteration", "type_vars": []}, "flags": [], "fullname": "builtins.StopAsyncIteration", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.StopAsyncIteration", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.StopAsyncIteration.value", "name": "value", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "StopIteration": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.StopIteration", "name": "StopIteration", "type_vars": []}, "flags": [], "fullname": "builtins.StopIteration", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.StopIteration", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.StopIteration.value", "name": "value", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SyntaxError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.SyntaxError", "name": "SyntaxError", "type_vars": []}, "flags": [], "fullname": "builtins.SyntaxError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.SyntaxError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.SyntaxError.filename", "name": "filename", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.SyntaxError.lineno", "name": "lineno", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.SyntaxError.msg", "name": "msg", "type": "builtins.str"}}, "offset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.SyntaxError.offset", "name": "offset", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.SyntaxError.text", "name": "text", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SyntaxWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Warning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.SyntaxWarning", "name": "SyntaxWarning", "type_vars": []}, "flags": [], "fullname": "builtins.SyntaxWarning", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.SyntaxWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SystemError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.SystemError", "name": "SystemError", "type_vars": []}, "flags": [], "fullname": "builtins.SystemError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.SystemError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SystemExit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.BaseException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.SystemExit", "name": "SystemExit", "type_vars": []}, "flags": [], "fullname": "builtins.SystemExit", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.SystemExit", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.SystemExit.code", "name": "code", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TabError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.IndentationError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.TabError", "name": "TabError", "type_vars": []}, "flags": [], "fullname": "builtins.TabError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.TabError", "builtins.IndentationError", "builtins.SyntaxError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TimeoutError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.TimeoutError", "name": "TimeoutError", "type_vars": []}, "flags": [], "fullname": "builtins.TimeoutError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.TimeoutError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "True": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "builtins.True", "name": "True", "type": "builtins.bool"}}, "TypeError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.TypeError", "name": "TypeError", "type_vars": []}, "flags": [], "fullname": "builtins.TypeError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.TypeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UnboundLocalError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.NameError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.UnboundLocalError", "name": "UnboundLocalError", "type_vars": []}, "flags": [], "fullname": "builtins.UnboundLocalError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.UnboundLocalError", "builtins.NameError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UnicodeDecodeError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.UnicodeError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.UnicodeDecodeError", "name": "UnicodeDecodeError", "type_vars": []}, "flags": [], "fullname": "builtins.UnicodeDecodeError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.UnicodeDecodeError", "builtins.UnicodeError", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "__encoding", "__object", "__start", "__end", "__reason"], "flags": [], "fullname": "builtins.UnicodeDecodeError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", null, null, null, null, null], "arg_types": ["builtins.UnicodeDecodeError", "builtins.str", "builtins.bytes", "builtins.int", "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of UnicodeDecodeError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "encoding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.UnicodeDecodeError.encoding", "name": "encoding", "type": "builtins.str"}}, "end": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.UnicodeDecodeError.end", "name": "end", "type": "builtins.int"}}, "object": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.UnicodeDecodeError.object", "name": "object", "type": "builtins.bytes"}}, "reason": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.UnicodeDecodeError.reason", "name": "reason", "type": "builtins.str"}}, "start": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.UnicodeDecodeError.start", "name": "start", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UnicodeEncodeError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.UnicodeError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.UnicodeEncodeError", "name": "UnicodeEncodeError", "type_vars": []}, "flags": [], "fullname": "builtins.UnicodeEncodeError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.UnicodeEncodeError", "builtins.UnicodeError", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "__encoding", "__object", "__start", "__end", "__reason"], "flags": [], "fullname": "builtins.UnicodeEncodeError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", null, null, null, null, null], "arg_types": ["builtins.UnicodeEncodeError", "builtins.str", "builtins.str", "builtins.int", "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of UnicodeEncodeError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "encoding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.UnicodeEncodeError.encoding", "name": "encoding", "type": "builtins.str"}}, "end": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.UnicodeEncodeError.end", "name": "end", "type": "builtins.int"}}, "object": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.UnicodeEncodeError.object", "name": "object", "type": "builtins.str"}}, "reason": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.UnicodeEncodeError.reason", "name": "reason", "type": "builtins.str"}}, "start": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.UnicodeEncodeError.start", "name": "start", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UnicodeError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ValueError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.UnicodeError", "name": "UnicodeError", "type_vars": []}, "flags": [], "fullname": "builtins.UnicodeError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.UnicodeError", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UnicodeTranslateError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.UnicodeError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.UnicodeTranslateError", "name": "UnicodeTranslateError", "type_vars": []}, "flags": [], "fullname": "builtins.UnicodeTranslateError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.UnicodeTranslateError", "builtins.UnicodeError", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UnicodeWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Warning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.UnicodeWarning", "name": "UnicodeWarning", "type_vars": []}, "flags": [], "fullname": "builtins.UnicodeWarning", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.UnicodeWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UserWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Warning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.UserWarning", "name": "UserWarning", "type_vars": []}, "flags": [], "fullname": "builtins.UserWarning", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.UserWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ValueError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.ValueError", "name": "ValueError", "type_vars": []}, "flags": [], "fullname": "builtins.ValueError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Warning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.Warning", "name": "Warning", "type_vars": []}, "flags": [], "fullname": "builtins.Warning", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ZeroDivisionError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ArithmeticError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.ZeroDivisionError", "name": "ZeroDivisionError", "type_vars": []}, "flags": [], "fullname": "builtins.ZeroDivisionError", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.ZeroDivisionError", "builtins.ArithmeticError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_AnyStr_co": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "builtins._AnyStr_co", "name": "_AnyStr_co", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 1}}, "_E": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "builtins._E", "name": "_E", "upper_bound": "builtins.object", "values": [], "variance": 2}}, "_FormatMapMapping": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins._FormatMapMapping", "name": "_FormatMapMapping", "type_vars": []}, "flags": ["is_protocol"], "fullname": "builtins._FormatMapMapping", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "builtins", "mro": ["builtins._FormatMapMapping", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__key"], "flags": [], "fullname": "builtins._FormatMapMapping.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins._FormatMapMapping", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of _FormatMapMapping", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_KT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "builtins._KT", "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_M": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "builtins._M", "name": "_M", "upper_bound": "builtins.object", "values": [], "variance": 2}}, "_NotImplementedType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins._NotImplementedType", "name": "_NotImplementedType", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "builtins._NotImplementedType", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins._NotImplementedType", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins._NotImplementedType.__call__", "name": "__call__", "type": {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "NotImplemented"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_OpenFile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "builtins._OpenFile", "line": 1118, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "builtins.int"]}}}, "_Opener": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "builtins._Opener", "line": 1119, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_PathLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins._PathLike", "name": "_PathLike", "type_vars": [{".class": "TypeVarDef", "fullname": "builtins._AnyStr_co", "id": 1, "name": "_AnyStr_co", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 1}]}, "flags": ["is_protocol"], "fullname": "builtins._PathLike", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "builtins", "mro": ["builtins._PathLike", "builtins.object"], "names": {".class": "SymbolTable", "__fspath__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins._PathLike.__fspath__", "name": "__fspath__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._AnyStr_co", "id": 1, "name": "_AnyStr_co", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 1}], "type_ref": "builtins._PathLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__fspath__ of _PathLike", "ret_type": {".class": "TypeVarType", "fullname": "builtins._AnyStr_co", "id": 1, "name": "_AnyStr_co", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_AnyStr_co"], "typeddict_type": null}}, "_S": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "builtins._S", "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_StandardError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "builtins._StandardError", "line": 1358, "no_args": true, "normalized": false, "target": "builtins.Exception"}}, "_SupportsPow2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins._SupportsPow2", "name": "_SupportsPow2", "type_vars": [{".class": "TypeVarDef", "fullname": "builtins._E", "id": 1, "name": "_E", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarDef", "fullname": "builtins._T_co", "id": 2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_protocol"], "fullname": "builtins._SupportsPow2", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "builtins", "mro": ["builtins._SupportsPow2", "builtins.object"], "names": {".class": "SymbolTable", "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": [], "fullname": "builtins._SupportsPow2.__pow__", "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._E", "id": 1, "name": "_E", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "builtins._T_co", "id": 2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins._SupportsPow2"}, {".class": "TypeVarType", "fullname": "builtins._E", "id": 1, "name": "_E", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of _SupportsPow2", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T_co", "id": 2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_E", "_T_co"], "typeddict_type": null}}, "_SupportsPow3": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins._SupportsPow3", "name": "_SupportsPow3", "type_vars": [{".class": "TypeVarDef", "fullname": "builtins._E", "id": 1, "name": "_E", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarDef", "fullname": "builtins._M", "id": 2, "name": "_M", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarDef", "fullname": "builtins._T_co", "id": 3, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_protocol"], "fullname": "builtins._SupportsPow3", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "builtins", "mro": ["builtins._SupportsPow3", "builtins.object"], "names": {".class": "SymbolTable", "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__other", "__modulo"], "flags": [], "fullname": "builtins._SupportsPow3.__pow__", "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._E", "id": 1, "name": "_E", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "builtins._M", "id": 2, "name": "_M", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "builtins._T_co", "id": 3, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins._SupportsPow3"}, {".class": "TypeVarType", "fullname": "builtins._E", "id": 1, "name": "_E", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "builtins._M", "id": 2, "name": "_M", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of _SupportsPow3", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T_co", "id": 3, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_E", "_M", "_T_co"], "typeddict_type": null}}, "_SupportsTrunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins._SupportsTrunc", "name": "_SupportsTrunc", "type_vars": []}, "flags": ["is_protocol"], "fullname": "builtins._SupportsTrunc", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "builtins", "mro": ["builtins._SupportsTrunc", "builtins.object"], "names": {".class": "SymbolTable", "__trunc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins._SupportsTrunc.__trunc__", "name": "__trunc__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins._SupportsTrunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__trunc__ of _SupportsTrunc", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "builtins._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "builtins._T1", "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "builtins._T2", "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T3": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "builtins._T3", "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T4": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "builtins._T4", "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T5": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "builtins._T5", "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_TBE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "builtins._TBE", "name": "_TBE", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}, "_TT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "builtins._TT", "name": "_TT", "upper_bound": "builtins.type", "values": [], "variance": 0}}, "_T_co": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "builtins._T_co", "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}}, "_T_contra": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "builtins._T_contra", "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}}, "_VT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "builtins._VT", "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__debug__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "builtins.__debug__", "name": "__debug__", "type": "builtins.bool"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "builtins.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "builtins.__file__", "name": "__file__", "type": "builtins.str"}}, "__import__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["name", "globals", "locals", "fromlist", "level"], "flags": [], "fullname": "builtins.__import__", "name": "__import__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["name", "globals", "locals", "fromlist", "level"], "arg_types": ["builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__import__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "builtins.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "builtins.__package__", "name": "__package__", "type": "builtins.str"}}, "abs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "builtins.abs", "name": "abs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.SupportsAbs"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "abs", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "all": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__iterable"], "flags": [], "fullname": "builtins.all", "name": "all", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "any": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__iterable"], "flags": [], "fullname": "builtins.any", "name": "any", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "ascii": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__obj"], "flags": [], "fullname": "builtins.ascii", "name": "ascii", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ascii", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "bin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__number"], "flags": [], "fullname": "builtins.bin", "name": "bin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "UnionType", "items": ["builtins.int", "typing_extensions.SupportsIndex"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bin", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "bool": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.int"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.bool", "name": "bool", "type_vars": []}, "flags": ["is_final"], "fullname": "builtins.bool", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.bool", "builtins.int", "builtins.object"], "names": {".class": "SymbolTable", "__and__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.bool.__and__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bool.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of bool", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__and__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bool.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of bool", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__and__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of bool", "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of bool", "ret_type": "builtins.int", "type_guard": null, "variables": []}]}}}, "__getnewargs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bool.__getnewargs__", "name": "__getnewargs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getnewargs__ of bool", "ret_type": {".class": "TupleType", "implicit": false, "items": ["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": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["cls", "__o"], "flags": [], "fullname": "builtins.bool.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["cls", null], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of bool", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.bool.__or__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bool.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of bool", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__or__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bool.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of bool", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__or__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of bool", "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of bool", "ret_type": "builtins.int", "type_guard": null, "variables": []}]}}}, "__rand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.bool.__rand__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bool.__rand__", "name": "__rand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of bool", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rand__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bool.__rand__", "name": "__rand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of bool", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rand__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of bool", "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of bool", "ret_type": "builtins.int", "type_guard": null, "variables": []}]}}}, "__ror__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.bool.__ror__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bool.__ror__", "name": "__ror__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of bool", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ror__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bool.__ror__", "name": "__ror__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of bool", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ror__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of bool", "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of bool", "ret_type": "builtins.int", "type_guard": null, "variables": []}]}}}, "__rxor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.bool.__rxor__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bool.__rxor__", "name": "__rxor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of bool", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rxor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bool.__rxor__", "name": "__rxor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of bool", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rxor__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of bool", "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of bool", "ret_type": "builtins.int", "type_guard": null, "variables": []}]}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.bool.__xor__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bool.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of bool", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__xor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bool.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of bool", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__xor__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of bool", "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of bool", "ret_type": "builtins.int", "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "breakpoint": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2, 4], "arg_names": ["args", "kws"], "flags": [], "fullname": "builtins.breakpoint", "name": "breakpoint", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kws"], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "breakpoint", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "bytearray": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": "builtins.bytes", "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.MutableSequence"}, "typing.ByteString"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.bytearray", "name": "bytearray", "type_vars": []}, "flags": [], "fullname": "builtins.bytearray", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "builtins", "mro": ["builtins.bytearray", "typing.MutableSequence", "typing.ByteString", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.bytearray.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytearray", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "builtins.bytearray.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytearray", {".class": "UnionType", "items": ["builtins.int", "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of bytearray", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": [], "fullname": "builtins.bytearray.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytearray", {".class": "UnionType", "items": ["builtins.int", "builtins.slice"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of bytearray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.bytearray.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytearray", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of bytearray", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.bytearray.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytearray", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of bytearray", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.bytearray.__getitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bytearray.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytearray", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of bytearray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bytearray.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytearray", "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytearray", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of bytearray", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytearray", "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}]}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.bytearray.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytearray", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of bytearray", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.bytearray.__hash__", "name": "__hash__", "type": {".class": "NoneType"}}}, "__iadd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.bytearray.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytearray", {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "__imul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.bytearray.__imul__", "name": "__imul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytearray", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.bytearray.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bytearray.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of bytearray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "ints"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bytearray.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "ints"], "arg_types": ["builtins.bytearray", {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of bytearray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "string", "encoding", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bytearray.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "string", "encoding", "errors"], "arg_types": ["builtins.bytearray", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of bytearray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "length"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bytearray.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "length"], "arg_types": ["builtins.bytearray", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of bytearray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of bytearray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "ints"], "arg_types": ["builtins.bytearray", {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of bytearray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "string", "encoding", "errors"], "arg_types": ["builtins.bytearray", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of bytearray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "length"], "arg_types": ["builtins.bytearray", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of bytearray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytearray.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of bytearray", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.bytearray.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytearray", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of bytearray", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytearray.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of bytearray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.bytearray.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytearray", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of bytearray", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "builtins.bytearray.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytearray", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of bytearray", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.bytearray.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytearray", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.bytearray.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytearray", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of bytearray", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytearray.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of bytearray", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.bytearray.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytearray", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.bytearray.__setitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "i", "x"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bytearray.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["builtins.bytearray", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of bytearray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "s", "x"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bytearray.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["builtins.bytearray", "builtins.slice", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}, "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of bytearray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["builtins.bytearray", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of bytearray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["builtins.bytearray", "builtins.slice", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}, "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of bytearray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytearray.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of bytearray", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "append": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__item"], "flags": [], "fullname": "builtins.bytearray.append", "name": "append", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.bytearray", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "append of bytearray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "capitalize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytearray.capitalize", "name": "capitalize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "capitalize of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "center": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__width", "__fillchar"], "flags": [], "fullname": "builtins.bytearray.center", "name": "center", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, null], "arg_types": ["builtins.bytearray", "builtins.int", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "center of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytearray.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__sub", "__start", "__end"], "flags": [], "fullname": "builtins.bytearray.count", "name": "count", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.bytearray", {".class": "UnionType", "items": ["builtins.bytes", "builtins.int"]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count of bytearray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "decode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "encoding", "errors"], "flags": [], "fullname": "builtins.bytearray.decode", "name": "decode", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "encoding", "errors"], "arg_types": ["builtins.bytearray", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decode of bytearray", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "endswith": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__suffix", "__start", "__end"], "flags": [], "fullname": "builtins.bytearray.endswith", "name": "endswith", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.bytearray", {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "endswith of bytearray", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "expandtabs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "tabsize"], "flags": [], "fullname": "builtins.bytearray.expandtabs", "name": "expandtabs", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "tabsize"], "arg_types": ["builtins.bytearray", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expandtabs of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "extend": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__iterable_of_ints"], "flags": [], "fullname": "builtins.bytearray.extend", "name": "extend", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.bytearray", {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extend of bytearray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "find": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__sub", "__start", "__end"], "flags": [], "fullname": "builtins.bytearray.find", "name": "find", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.bytearray", {".class": "UnionType", "items": ["builtins.bytes", "builtins.int"]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find of bytearray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "fromhex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "__string"], "flags": ["is_class", "is_decorated"], "fullname": "builtins.bytearray.fromhex", "name": "fromhex", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", null], "arg_types": [{".class": "TypeType", "item": "builtins.bytearray"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromhex of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "fromhex", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", null], "arg_types": [{".class": "TypeType", "item": "builtins.bytearray"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromhex of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}}, "hex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "bytes_per_sep"], "flags": [], "fullname": "builtins.bytearray.hex", "name": "hex", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "bytes_per_sep"], "arg_types": ["builtins.bytearray", {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hex of bytearray", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__sub", "__start", "__end"], "flags": [], "fullname": "builtins.bytearray.index", "name": "index", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.bytearray", {".class": "UnionType", "items": ["builtins.bytes", "builtins.int"]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index of bytearray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "insert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__index", "__item"], "flags": [], "fullname": "builtins.bytearray.insert", "name": "insert", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["builtins.bytearray", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "insert of bytearray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "isalnum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytearray.isalnum", "name": "isalnum", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isalnum of bytearray", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isalpha": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytearray.isalpha", "name": "isalpha", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isalpha of bytearray", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isascii": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytearray.isascii", "name": "isascii", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isascii of bytearray", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isdigit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytearray.isdigit", "name": "isdigit", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isdigit of bytearray", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "islower": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytearray.islower", "name": "islower", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "islower of bytearray", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isspace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytearray.isspace", "name": "isspace", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isspace of bytearray", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "istitle": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytearray.istitle", "name": "istitle", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "istitle of bytearray", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isupper": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytearray.isupper", "name": "isupper", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isupper of bytearray", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "join": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__iterable_of_bytes"], "flags": [], "fullname": "builtins.bytearray.join", "name": "join", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.bytearray", {".class": "Instance", "args": [{".class": "UnionType", "items": ["typing.ByteString", "builtins.memoryview"]}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "join of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "ljust": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__width", "__fillchar"], "flags": [], "fullname": "builtins.bytearray.ljust", "name": "ljust", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, null], "arg_types": ["builtins.bytearray", "builtins.int", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ljust of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "lower": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytearray.lower", "name": "lower", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lower of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "lstrip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__bytes"], "flags": [], "fullname": "builtins.bytearray.lstrip", "name": "lstrip", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["builtins.bytearray", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lstrip of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "maketrans": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__frm", "__to"], "flags": ["is_static", "is_decorated"], "fullname": "builtins.bytearray.maketrans", "name": "maketrans", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytes", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "maketrans of bytearray", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "maketrans", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytes", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "maketrans of bytearray", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}, "partition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__sep"], "flags": [], "fullname": "builtins.bytearray.partition", "name": "partition", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.bytearray", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "partition of bytearray", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytearray", "builtins.bytearray", "builtins.bytearray"], "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": []}}}, "removeprefix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__prefix"], "flags": [], "fullname": "builtins.bytearray.removeprefix", "name": "removeprefix", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.bytearray", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "removeprefix of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "removesuffix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__suffix"], "flags": [], "fullname": "builtins.bytearray.removesuffix", "name": "removesuffix", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.bytearray", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "removesuffix of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "__old", "__new", "__count"], "flags": [], "fullname": "builtins.bytearray.replace", "name": "replace", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.bytearray", "builtins.bytes", "builtins.bytes", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "replace of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "rfind": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__sub", "__start", "__end"], "flags": [], "fullname": "builtins.bytearray.rfind", "name": "rfind", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.bytearray", {".class": "UnionType", "items": ["builtins.bytes", "builtins.int"]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rfind of bytearray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "rindex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__sub", "__start", "__end"], "flags": [], "fullname": "builtins.bytearray.rindex", "name": "rindex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.bytearray", {".class": "UnionType", "items": ["builtins.bytes", "builtins.int"]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rindex of bytearray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "rjust": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__width", "__fillchar"], "flags": [], "fullname": "builtins.bytearray.rjust", "name": "rjust", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, null], "arg_types": ["builtins.bytearray", "builtins.int", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rjust of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "rpartition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__sep"], "flags": [], "fullname": "builtins.bytearray.rpartition", "name": "rpartition", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.bytearray", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rpartition of bytearray", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytearray", "builtins.bytearray", "builtins.bytearray"], "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": []}}}, "rsplit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "maxsplit"], "flags": [], "fullname": "builtins.bytearray.rsplit", "name": "rsplit", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "maxsplit"], "arg_types": ["builtins.bytearray", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rsplit of bytearray", "ret_type": {".class": "Instance", "args": ["builtins.bytearray"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "rstrip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__bytes"], "flags": [], "fullname": "builtins.bytearray.rstrip", "name": "rstrip", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["builtins.bytearray", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rstrip of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "split": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "maxsplit"], "flags": [], "fullname": "builtins.bytearray.split", "name": "split", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "maxsplit"], "arg_types": ["builtins.bytearray", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "split of bytearray", "ret_type": {".class": "Instance", "args": ["builtins.bytearray"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "splitlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "keepends"], "flags": [], "fullname": "builtins.bytearray.splitlines", "name": "splitlines", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "keepends"], "arg_types": ["builtins.bytearray", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "splitlines of bytearray", "ret_type": {".class": "Instance", "args": ["builtins.bytearray"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "startswith": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__prefix", "__start", "__end"], "flags": [], "fullname": "builtins.bytearray.startswith", "name": "startswith", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.bytearray", {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "startswith of bytearray", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "strip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__bytes"], "flags": [], "fullname": "builtins.bytearray.strip", "name": "strip", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["builtins.bytearray", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strip of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "swapcase": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytearray.swapcase", "name": "swapcase", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "swapcase of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "title": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytearray.title", "name": "title", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "title of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "translate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__table", "delete"], "flags": [], "fullname": "builtins.bytearray.translate", "name": "translate", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, "delete"], "arg_types": ["builtins.bytearray", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "translate of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "upper": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytearray.upper", "name": "upper", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "upper of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}, "zfill": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__width"], "flags": [], "fullname": "builtins.bytearray.zfill", "name": "zfill", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.bytearray", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zfill of bytearray", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "bytes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["typing.ByteString"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.bytes", "name": "bytes", "type_vars": []}, "flags": [], "fullname": "builtins.bytes", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "builtins", "mro": ["builtins.bytes", "typing.ByteString", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.bytes.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytes", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "builtins.bytes.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytes", {".class": "UnionType", "items": ["builtins.int", "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of bytes", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.bytes.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytes", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of bytes", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.bytes.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytes", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of bytes", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.bytes.__getitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bytes.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytes", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of bytes", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bytes.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytes", "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytes", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of bytes", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytes", "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}]}}}, "__getnewargs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytes.__getnewargs__", "name": "__getnewargs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getnewargs__ of bytes", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.bytes.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytes", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of bytes", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytes.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of bytes", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytes.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of bytes", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.bytes.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytes", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of bytes", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytes.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of bytes", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.bytes.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytes", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of bytes", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "builtins.bytes.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytes", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.bytes.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytes", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.bytes.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytes", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of bytes", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.bytes.__new__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "ints"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bytes.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "ints"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of bytes", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["cls", "string", "encoding", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bytes.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["cls", "string", "encoding", "errors"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of bytes", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "length"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bytes.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "length"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of bytes", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bytes.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of bytes", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "o"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.bytes.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "o"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "typing.SupportsBytes"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of bytes", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "ints"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of bytes", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["cls", "string", "encoding", "errors"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of bytes", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "length"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of bytes", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of bytes", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "o"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "typing.SupportsBytes"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of bytes", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytes.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of bytes", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.bytes.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytes", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytes.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of bytes", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "capitalize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytes.capitalize", "name": "capitalize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "capitalize of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "center": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__width", "__fillchar"], "flags": [], "fullname": "builtins.bytes.center", "name": "center", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, null], "arg_types": ["builtins.bytes", "builtins.int", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "center of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__sub", "__start", "__end"], "flags": [], "fullname": "builtins.bytes.count", "name": "count", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.bytes", {".class": "UnionType", "items": ["builtins.bytes", "builtins.int"]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count of bytes", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "decode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "encoding", "errors"], "flags": [], "fullname": "builtins.bytes.decode", "name": "decode", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "encoding", "errors"], "arg_types": ["builtins.bytes", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decode of bytes", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "endswith": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__suffix", "__start", "__end"], "flags": [], "fullname": "builtins.bytes.endswith", "name": "endswith", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.bytes", {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "endswith of bytes", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "expandtabs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "tabsize"], "flags": [], "fullname": "builtins.bytes.expandtabs", "name": "expandtabs", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "tabsize"], "arg_types": ["builtins.bytes", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expandtabs of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "find": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__sub", "__start", "__end"], "flags": [], "fullname": "builtins.bytes.find", "name": "find", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.bytes", {".class": "UnionType", "items": ["builtins.bytes", "builtins.int"]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find of bytes", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "fromhex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "__s"], "flags": ["is_class", "is_decorated"], "fullname": "builtins.bytes.fromhex", "name": "fromhex", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", null], "arg_types": [{".class": "TypeType", "item": "builtins.bytes"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromhex of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "fromhex", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", null], "arg_types": [{".class": "TypeType", "item": "builtins.bytes"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromhex of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}, "hex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "bytes_per_sep"], "flags": [], "fullname": "builtins.bytes.hex", "name": "hex", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "bytes_per_sep"], "arg_types": ["builtins.bytes", {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hex of bytes", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__sub", "__start", "__end"], "flags": [], "fullname": "builtins.bytes.index", "name": "index", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.bytes", {".class": "UnionType", "items": ["builtins.bytes", "builtins.int"]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index of bytes", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "isalnum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytes.isalnum", "name": "isalnum", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isalnum of bytes", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isalpha": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytes.isalpha", "name": "isalpha", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isalpha of bytes", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isascii": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytes.isascii", "name": "isascii", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isascii of bytes", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isdigit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytes.isdigit", "name": "isdigit", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isdigit of bytes", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "islower": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytes.islower", "name": "islower", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "islower of bytes", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isspace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytes.isspace", "name": "isspace", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isspace of bytes", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "istitle": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytes.istitle", "name": "istitle", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "istitle of bytes", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isupper": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytes.isupper", "name": "isupper", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isupper of bytes", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "join": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__iterable_of_bytes"], "flags": [], "fullname": "builtins.bytes.join", "name": "join", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.bytes", {".class": "Instance", "args": [{".class": "UnionType", "items": ["typing.ByteString", "builtins.memoryview"]}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "join of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "ljust": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__width", "__fillchar"], "flags": [], "fullname": "builtins.bytes.ljust", "name": "ljust", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, null], "arg_types": ["builtins.bytes", "builtins.int", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ljust of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "lower": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytes.lower", "name": "lower", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lower of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "lstrip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__bytes"], "flags": [], "fullname": "builtins.bytes.lstrip", "name": "lstrip", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["builtins.bytes", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lstrip of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "maketrans": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__frm", "__to"], "flags": ["is_static", "is_decorated"], "fullname": "builtins.bytes.maketrans", "name": "maketrans", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytes", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "maketrans of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "maketrans", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytes", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "maketrans of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}, "partition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__sep"], "flags": [], "fullname": "builtins.bytes.partition", "name": "partition", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.bytes", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "partition of bytes", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}}, "removeprefix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__prefix"], "flags": [], "fullname": "builtins.bytes.removeprefix", "name": "removeprefix", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.bytes", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "removeprefix of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "removesuffix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__suffix"], "flags": [], "fullname": "builtins.bytes.removesuffix", "name": "removesuffix", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.bytes", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "removesuffix of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "__old", "__new", "__count"], "flags": [], "fullname": "builtins.bytes.replace", "name": "replace", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "replace of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "rfind": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__sub", "__start", "__end"], "flags": [], "fullname": "builtins.bytes.rfind", "name": "rfind", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.bytes", {".class": "UnionType", "items": ["builtins.bytes", "builtins.int"]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rfind of bytes", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "rindex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__sub", "__start", "__end"], "flags": [], "fullname": "builtins.bytes.rindex", "name": "rindex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.bytes", {".class": "UnionType", "items": ["builtins.bytes", "builtins.int"]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rindex of bytes", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "rjust": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__width", "__fillchar"], "flags": [], "fullname": "builtins.bytes.rjust", "name": "rjust", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, null], "arg_types": ["builtins.bytes", "builtins.int", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rjust of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "rpartition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__sep"], "flags": [], "fullname": "builtins.bytes.rpartition", "name": "rpartition", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.bytes", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rpartition of bytes", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}}, "rsplit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "maxsplit"], "flags": [], "fullname": "builtins.bytes.rsplit", "name": "rsplit", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "maxsplit"], "arg_types": ["builtins.bytes", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rsplit of bytes", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "rstrip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__bytes"], "flags": [], "fullname": "builtins.bytes.rstrip", "name": "rstrip", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["builtins.bytes", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rstrip of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "split": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "maxsplit"], "flags": [], "fullname": "builtins.bytes.split", "name": "split", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "maxsplit"], "arg_types": ["builtins.bytes", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "split of bytes", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "splitlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "keepends"], "flags": [], "fullname": "builtins.bytes.splitlines", "name": "splitlines", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "keepends"], "arg_types": ["builtins.bytes", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "splitlines of bytes", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "startswith": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__prefix", "__start", "__end"], "flags": [], "fullname": "builtins.bytes.startswith", "name": "startswith", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.bytes", {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "startswith of bytes", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "strip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__bytes"], "flags": [], "fullname": "builtins.bytes.strip", "name": "strip", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["builtins.bytes", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strip of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "swapcase": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytes.swapcase", "name": "swapcase", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "swapcase of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "title": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytes.title", "name": "title", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "title of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "translate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__table", "delete"], "flags": [], "fullname": "builtins.bytes.translate", "name": "translate", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, "delete"], "arg_types": ["builtins.bytes", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "translate of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "upper": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.bytes.upper", "name": "upper", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "upper of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "zfill": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__width"], "flags": [], "fullname": "builtins.bytes.zfill", "name": "zfill", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.bytes", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zfill of bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "callable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__obj"], "flags": [], "fullname": "builtins.callable", "name": "callable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "callable", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "chr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__i"], "flags": [], "fullname": "builtins.chr", "name": "chr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "chr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "classmethod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.classmethod", "name": "classmethod", "type_vars": []}, "flags": [], "fullname": "builtins.classmethod", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.classmethod", "builtins.object"], "names": {".class": "SymbolTable", "__func__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.classmethod.__func__", "name": "__func__", "type": {".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", "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": []}}}, "__get__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "type"], "flags": [], "fullname": "builtins.classmethod.__get__", "name": "__get__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "type"], "arg_types": ["builtins.classmethod", {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__get__ of classmethod", "ret_type": {".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", "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": []}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "f"], "flags": [], "fullname": "builtins.classmethod.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "f"], "arg_types": ["builtins.classmethod", {".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", "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": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of classmethod", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__isabstractmethod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.classmethod.__isabstractmethod__", "name": "__isabstractmethod__", "type": "builtins.bool"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["cls", "args", "kwargs"], "flags": [], "fullname": "builtins.classmethod.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["cls", "args", "kwargs"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".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": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of classmethod", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "compile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 5], "arg_names": ["source", "filename", "mode", "flags", "dont_inherit", "optimize", "_feature_version"], "flags": [], "fullname": "builtins.compile", "name": "compile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 5], "arg_names": ["source", "filename", "mode", "flags", "dont_inherit", "optimize", "_feature_version"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes", "_ast.mod", "_ast.AST"]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins._PathLike"}]}, "builtins.str", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compile", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "complex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.complex", "name": "complex", "type_vars": []}, "flags": [], "fullname": "builtins.complex", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.complex", "builtins.object"], "names": {".class": "SymbolTable", "__abs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.complex.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of complex", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.complex.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.complex", "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of complex", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__bool__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.complex.__bool__", "name": "__bool__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__bool__ of complex", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.complex.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.complex", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of complex", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.complex.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of complex", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.complex.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.complex", "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of complex", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.complex.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.complex", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of complex", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__neg__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.complex.__neg__", "name": "__neg__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of complex", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.complex.__new__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["cls", "real", "imag"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.complex.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["cls", "real", "imag"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of complex", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "real"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.complex.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "real"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.str", "typing.SupportsComplex", "typing_extensions.SupportsIndex"]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of complex", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["cls", "real", "imag"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of complex", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "real"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.str", "typing.SupportsComplex", "typing_extensions.SupportsIndex"]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of complex", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "__pos__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.complex.__pos__", "name": "__pos__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pos__ of complex", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "x", "mod"], "flags": [], "fullname": "builtins.complex.__pow__", "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": [null, null, null], "arg_types": ["builtins.complex", "builtins.complex", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of complex", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.complex.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.complex", "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of complex", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.complex.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.complex", "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of complex", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "x", "mod"], "flags": [], "fullname": "builtins.complex.__rpow__", "name": "__rpow__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": [null, null, null], "arg_types": ["builtins.complex", "builtins.complex", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of complex", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.complex.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.complex", "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of complex", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.complex.__rtruediv__", "name": "__rtruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.complex", "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of complex", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.complex.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of complex", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.complex.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.complex", "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of complex", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.complex.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.complex", "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of complex", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "conjugate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.complex.conjugate", "name": "conjugate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conjugate of complex", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "builtins.complex.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of complex", "ret_type": "builtins.float", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of complex", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}}, "real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "builtins.complex.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of complex", "ret_type": "builtins.float", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of complex", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "copyright": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "builtins.copyright", "name": "copyright", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copyright", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "credits": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "builtins.credits", "name": "credits", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "credits", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "delattr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__obj", "__name"], "flags": [], "fullname": "builtins.delattr", "name": "delattr", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "delattr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.dict", "name": "dict", "type_vars": [{".class": "TypeVarDef", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "builtins.dict", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "builtins", "mro": ["builtins.dict", "typing.MutableMapping", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "builtins.dict.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of dict", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "v"], "flags": [], "fullname": "builtins.dict.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of dict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "k"], "flags": [], "fullname": "builtins.dict.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of dict", "ret_type": {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.dict.__hash__", "name": "__hash__", "type": {".class": "NoneType"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.dict.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.dict.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of dict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.dict.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "arg_types": [{".class": "Instance", "args": ["builtins.str", {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of dict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "map", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.dict.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", "map", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_typeshed.SupportsKeysAndGetItem"}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of dict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "iterable", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.dict.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", "iterable", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.Iterable"}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of dict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of dict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "arg_types": [{".class": "Instance", "args": ["builtins.str", {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of dict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", "map", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_typeshed.SupportsKeysAndGetItem"}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of dict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", "iterable", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.Iterable"}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of dict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__ior__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__value"], "flags": [], "fullname": "builtins.dict.__ior__", "name": "__ior__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of dict", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.dict.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of dict", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.dict.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of dict", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["cls", "args", "kwargs"], "flags": [], "fullname": "builtins.dict.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["cls", "args", "kwargs"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".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": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dict", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__value"], "flags": [], "fullname": "builtins.dict.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of dict", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "__reversed__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.dict.__reversed__", "name": "__reversed__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reversed__ of dict", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__ror__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__value"], "flags": [], "fullname": "builtins.dict.__ror__", "name": "__ror__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of dict", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "k", "v"], "flags": [], "fullname": "builtins.dict.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of dict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.dict.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of dict", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.dict.clear", "name": "clear", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear of dict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.dict.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of dict", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "fromkeys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_class"], "fullname": "builtins.dict.fromkeys", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "__iterable"], "flags": ["is_class", "is_overload", "is_decorated"], "fullname": "builtins.dict.fromkeys", "name": "fromkeys", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromkeys of dict", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_classmethod"], "fullname": null, "name": "fromkeys", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "__iterable", "__value"], "flags": ["is_class", "is_overload", "is_decorated"], "fullname": "builtins.dict.fromkeys", "name": "fromkeys", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "TypeVarType", "fullname": "builtins._S", "id": -2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromkeys of dict", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._S", "id": -2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._S", "id": -2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_classmethod"], "fullname": null, "name": "fromkeys", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromkeys of dict", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "TypeVarType", "fullname": "builtins._S", "id": -2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromkeys of dict", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._S", "id": -2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._S", "id": -2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "items": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.dict.items", "name": "items", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "items of dict", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.ItemsView"}, "type_guard": null, "variables": []}}}, "keys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.dict.keys", "name": "keys", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "keys of dict", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.KeysView"}, "type_guard": null, "variables": []}}}, "popitem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.dict.popitem", "name": "popitem", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "popitem of dict", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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": []}}}, "setdefault": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__key", "__default"], "flags": [], "fullname": "builtins.dict.setdefault", "name": "setdefault", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setdefault of dict", "ret_type": {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.dict.update", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "__m", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.dict.update", "name": "update", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", null, "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of dict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "update", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "__m", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.dict.update", "name": "update", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", null, "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.Iterable"}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of dict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "update", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.dict.update", "name": "update", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of dict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "update", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", null, "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of dict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", null, "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.Iterable"}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of dict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of dict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.dict.values", "name": "values", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "values of dict", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.ValuesView"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_KT", "_VT"], "typeddict_type": null}}, "dir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["__o"], "flags": [], "fullname": "builtins.dir", "name": "dir", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": [null], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dir", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "divmod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.divmod", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__x", "__y"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.divmod", "name": "divmod", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_contra", "id": -1, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "builtins._T_co", "id": -2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsDivMod"}, {".class": "TypeVarType", "fullname": "builtins._T_contra", "id": -1, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divmod", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T_co", "id": -2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T_contra", "id": -1, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarDef", "fullname": "builtins._T_co", "id": -2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "divmod", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__x", "__y"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.divmod", "name": "divmod", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T_contra", "id": -1, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_contra", "id": -1, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "builtins._T_co", "id": -2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsRDivMod"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divmod", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T_co", "id": -2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T_contra", "id": -1, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarDef", "fullname": "builtins._T_co", "id": -2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "divmod", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_contra", "id": -1, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "builtins._T_co", "id": -2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsDivMod"}, {".class": "TypeVarType", "fullname": "builtins._T_contra", "id": -1, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divmod", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T_co", "id": -2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T_contra", "id": -1, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarDef", "fullname": "builtins._T_co", "id": -2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T_contra", "id": -1, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_contra", "id": -1, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "builtins._T_co", "id": -2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsRDivMod"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divmod", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T_co", "id": -2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T_contra", "id": -1, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarDef", "fullname": "builtins._T_co", "id": -2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}]}}}, "ellipsis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.ellipsis", "name": "ellipsis", "type_vars": []}, "flags": [], "fullname": "builtins.ellipsis", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.ellipsis", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "enumerate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.enumerate", "name": "enumerate", "type_vars": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "builtins.enumerate", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "builtins", "mro": ["builtins.enumerate", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "builtins.enumerate.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.enumerate"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of enumerate", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "iterable", "start"], "flags": [], "fullname": "builtins.enumerate.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "iterable", "start"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.enumerate"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of enumerate", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.enumerate.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.enumerate"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of enumerate", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.enumerate.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.enumerate"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of enumerate", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "eval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["__source", "__globals", "__locals"], "flags": [], "fullname": "builtins.eval", "name": "eval", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": [null, null, null], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes", "types.CodeType"]}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eval", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "exec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["__source", "__globals", "__locals"], "flags": [], "fullname": "builtins.exec", "name": "exec", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": [null, null, null], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes", "types.CodeType"]}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exec", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "exit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["code"], "flags": [], "fullname": "builtins.exit", "name": "exit", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["code"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exit", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "filter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.filter", "name": "filter", "type_vars": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "builtins.filter", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "builtins", "mro": ["builtins.filter", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.filter.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__function", "__iterable"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.filter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.filter"}, {".class": "NoneType"}, {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of filter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__function", "__iterable"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.filter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.filter"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of filter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.filter"}, {".class": "NoneType"}, {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of filter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.filter"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of filter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.filter.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.filter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of filter", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.filter.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.filter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of filter", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "float": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": "builtins.complex", "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.float", "name": "float", "type_vars": []}, "flags": [], "fullname": "builtins.float", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.float", "builtins.object"], "names": {".class": "SymbolTable", "__abs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.float.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.float.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__bool__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.float.__bool__", "name": "__bool__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__bool__ of float", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ceil__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.float.__ceil__", "name": "__ceil__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ceil__ of float", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__divmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.float.__divmod__", "name": "__divmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of float", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "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": []}}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.float.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.float", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of float", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__float__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.float.__float__", "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__float__ of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__floor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.float.__floor__", "name": "__floor__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__floor__ of float", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.float.__floordiv__", "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.float.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of float", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__getnewargs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.float.__getnewargs__", "name": "__getnewargs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getnewargs__ of float", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.float"], "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": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.float.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of float", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.float.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of float", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__int__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.float.__int__", "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__int__ of float", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.float.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of float", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.float.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of float", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.float.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.float.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.float.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.float", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of float", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__neg__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.float.__neg__", "name": "__neg__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["cls", "x"], "flags": [], "fullname": "builtins.float.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["cls", "x"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["typing.SupportsFloat", "typing_extensions.SupportsIndex", "builtins.str", "builtins.bytes", "builtins.bytearray"]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of float", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__pos__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.float.__pos__", "name": "__pos__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pos__ of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "x", "mod"], "flags": [], "fullname": "builtins.float.__pow__", "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": [null, null, null], "arg_types": ["builtins.float", "builtins.float", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.float.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__rdivmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.float.__rdivmod__", "name": "__rdivmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of float", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "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": []}}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.float.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__rmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.float.__rmod__", "name": "__rmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.float.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__round__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.float.__round__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "ndigits"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.float.__round__", "name": "__round__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "ndigits"], "arg_types": ["builtins.float", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__round__ of float", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__round__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "ndigits"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.float.__round__", "name": "__round__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "ndigits"], "arg_types": ["builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__round__ of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__round__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "ndigits"], "arg_types": ["builtins.float", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__round__ of float", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "ndigits"], "arg_types": ["builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__round__ of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}]}}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "x", "mod"], "flags": [], "fullname": "builtins.float.__rpow__", "name": "__rpow__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": [null, null, null], "arg_types": ["builtins.float", "builtins.float", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.float.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.float.__rtruediv__", "name": "__rtruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.float.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of float", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.float.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.float.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__trunc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.float.__trunc__", "name": "__trunc__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__trunc__ of float", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "as_integer_ratio": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.float.as_integer_ratio", "name": "as_integer_ratio", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "as_integer_ratio of float", "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": []}}}, "conjugate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.float.conjugate", "name": "conjugate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conjugate of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "fromhex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "__s"], "flags": ["is_class", "is_decorated"], "fullname": "builtins.float.fromhex", "name": "fromhex", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", null], "arg_types": [{".class": "TypeType", "item": "builtins.float"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromhex of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "fromhex", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", null], "arg_types": [{".class": "TypeType", "item": "builtins.float"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromhex of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}}, "hex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.float.hex", "name": "hex", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hex of float", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "builtins.float.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}}, "is_integer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.float.is_integer", "name": "is_integer", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_integer of float", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "builtins.float.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of float", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "format": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["__value", "__format_spec"], "flags": [], "fullname": "builtins.format", "name": "format", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": [null, null], "arg_types": ["builtins.object", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "frozenset": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AbstractSet"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.frozenset", "name": "frozenset", "type_vars": [{".class": "TypeVarDef", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": [], "fullname": "builtins.frozenset", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "builtins", "mro": ["builtins.frozenset", "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": ["self", "s"], "flags": [], "fullname": "builtins.frozenset.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of frozenset", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, "type_guard": null, "variables": []}}}, "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "builtins.frozenset.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of frozenset", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "builtins.frozenset.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of frozenset", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.frozenset.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of frozenset", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.frozenset.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of frozenset", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "iterable"], "flags": [], "fullname": "builtins.frozenset.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "iterable"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of frozenset", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.frozenset.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of frozenset", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.frozenset.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of frozenset", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.frozenset.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of frozenset", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.frozenset.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of frozenset", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.frozenset.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of frozenset", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "builtins.frozenset"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.frozenset.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of frozenset", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.frozenset.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of frozenset", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, "type_guard": null, "variables": []}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.frozenset.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of frozenset", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "builtins.frozenset"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.frozenset.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of frozenset", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, "type_guard": null, "variables": []}}}, "difference": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.frozenset.difference", "name": "difference", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "difference of frozenset", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, "type_guard": null, "variables": []}}}, "intersection": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.frozenset.intersection", "name": "intersection", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "intersection of frozenset", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, "type_guard": null, "variables": []}}}, "isdisjoint": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.frozenset.isdisjoint", "name": "isdisjoint", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isdisjoint of frozenset", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "issubset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.frozenset.issubset", "name": "issubset", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "issubset of frozenset", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "issuperset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.frozenset.issuperset", "name": "issuperset", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "issuperset of frozenset", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "symmetric_difference": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.frozenset.symmetric_difference", "name": "symmetric_difference", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "symmetric_difference of frozenset", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, "type_guard": null, "variables": []}}}, "union": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.frozenset.union", "name": "union", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "union of frozenset", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.frozenset"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "function": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.function", "name": "function", "type_vars": []}, "flags": [], "fullname": "builtins.function", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.function", "builtins.object"], "names": {".class": "SymbolTable", "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.function.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "__code__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.function.__code__", "name": "__code__", "type": "types.CodeType"}}, "__module__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.function.__module__", "name": "__module__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.function.__name__", "name": "__name__", "type": "builtins.str"}}, "__qualname__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.function.__qualname__", "name": "__qualname__", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "getattr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["__o", "name", "__default"], "flags": [], "fullname": "builtins.getattr", "name": "getattr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": [null, "name", null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getattr", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "globals": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "builtins.globals", "name": "globals", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "globals", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "hasattr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__obj", "__name"], "flags": [], "fullname": "builtins.hasattr", "name": "hasattr", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hasattr", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "hash": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__obj"], "flags": [], "fullname": "builtins.hash", "name": "hash", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hash", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "help": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2, 4], "arg_names": ["args", "kwds"], "flags": [], "fullname": "builtins.help", "name": "help", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwds"], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "help", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "hex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__number"], "flags": [], "fullname": "builtins.hex", "name": "hex", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "UnionType", "items": ["builtins.int", "typing_extensions.SupportsIndex"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hex", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "id": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__obj"], "flags": [], "fullname": "builtins.id", "name": "id", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "id", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "input": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["__prompt"], "flags": [], "fullname": "builtins.input", "name": "input", "type": {".class": "CallableType", "arg_kinds": [1], "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", "implicit": false, "is_ellipsis_args": false, "name": "input", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "int": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": "builtins.float", "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.int", "name": "int", "type_vars": []}, "flags": [], "fullname": "builtins.int", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.int", "builtins.object"], "names": {".class": "SymbolTable", "__abs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.int.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.int.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__and__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.int.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__bool__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.int.__bool__", "name": "__bool__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__bool__ of int", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ceil__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.int.__ceil__", "name": "__ceil__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ceil__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__divmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.int.__divmod__", "name": "__divmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of int", "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": []}}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.int.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of int", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__float__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.int.__float__", "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__float__ of int", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__floor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.int.__floor__", "name": "__floor__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__floor__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.int.__floordiv__", "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.int.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of int", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__getnewargs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.int.__getnewargs__", "name": "__getnewargs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getnewargs__ of int", "ret_type": {".class": "TupleType", "implicit": false, "items": ["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": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.int.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of int", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.int.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__index__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.int.__index__", "name": "__index__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__index__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__int__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.int.__int__", "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__int__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__invert__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.int.__invert__", "name": "__invert__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__invert__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.int.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of int", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__lshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.int.__lshift__", "name": "__lshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.int.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of int", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.int.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.int.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.int.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of int", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__neg__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.int.__neg__", "name": "__neg__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.int.__new__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["cls", "x"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.int.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["cls", "x"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", "typing.SupportsInt", "typing_extensions.SupportsIndex", "builtins._SupportsTrunc"]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of int", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "x", "base"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.int.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "x", "base"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", "builtins.bytearray"]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of int", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["cls", "x"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", "typing.SupportsInt", "typing_extensions.SupportsIndex", "builtins._SupportsTrunc"]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of int", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "x", "base"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", "builtins.bytearray"]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of int", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.int.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__pos__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.int.__pos__", "name": "__pos__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pos__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.int.__pow__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__x", "__modulo"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.int.__pow__", "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": [null, null, null], "arg_types": ["builtins.int", {".class": "LiteralType", "fallback": "builtins.int", "value": 2}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__pow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__x", "__modulo"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.int.__pow__", "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": [null, null, null], "arg_types": ["builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of int", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__pow__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": [null, null, null], "arg_types": ["builtins.int", {".class": "LiteralType", "fallback": "builtins.int", "value": 2}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": [null, null, null], "arg_types": ["builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of int", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.int.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__rand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.int.__rand__", "name": "__rand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__rdivmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.int.__rdivmod__", "name": "__rdivmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of int", "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": []}}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.int.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__rlshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.int.__rlshift__", "name": "__rlshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rlshift__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__rmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.int.__rmod__", "name": "__rmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.int.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__ror__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.int.__ror__", "name": "__ror__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__round__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "ndigits"], "flags": [], "fullname": "builtins.int.__round__", "name": "__round__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "ndigits"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__round__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "x", "mod"], "flags": [], "fullname": "builtins.int.__rpow__", "name": "__rpow__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": [null, null, null], "arg_types": ["builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of int", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__rrshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.int.__rrshift__", "name": "__rrshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rrshift__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__rshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.int.__rshift__", "name": "__rshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.int.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.int.__rtruediv__", "name": "__rtruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of int", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__rxor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.int.__rxor__", "name": "__rxor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.int.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of int", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.int.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.int.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of int", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__trunc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.int.__trunc__", "name": "__trunc__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__trunc__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.int.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "as_integer_ratio": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.int.as_integer_ratio", "name": "as_integer_ratio", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "as_integer_ratio of int", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "LiteralType", "fallback": "builtins.int", "value": 1}], "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": []}}}, "bit_length": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.int.bit_length", "name": "bit_length", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bit_length of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "conjugate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.int.conjugate", "name": "conjugate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conjugate of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "denominator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "builtins.int.denominator", "name": "denominator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "denominator of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "denominator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "denominator of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "from_bytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["cls", "bytes", "byteorder", "signed"], "flags": ["is_class", "is_decorated"], "fullname": "builtins.int.from_bytes", "name": "from_bytes", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["cls", "bytes", "byteorder", "signed"], "arg_types": [{".class": "TypeType", "item": "builtins.int"}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}, "typing.SupportsBytes"]}, "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_bytes of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_bytes", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["cls", "bytes", "byteorder", "signed"], "arg_types": [{".class": "TypeType", "item": "builtins.int"}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}, "typing.SupportsBytes"]}, "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_bytes of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "builtins.int.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "numerator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "builtins.int.numerator", "name": "numerator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "numerator of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "numerator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "numerator of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "builtins.int.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of int", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "to_bytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "length", "byteorder", "signed"], "flags": [], "fullname": "builtins.int.to_bytes", "name": "to_bytes", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "length", "byteorder", "signed"], "arg_types": ["builtins.int", "builtins.int", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to_bytes of int", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "isinstance": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__obj", "__class_or_tuple"], "flags": [], "fullname": "builtins.isinstance", "name": "isinstance", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.object", {".class": "UnionType", "items": ["builtins.type", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.type", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}]}], "type_ref": "builtins.tuple"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isinstance", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "issubclass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__cls", "__class_or_tuple"], "flags": [], "fullname": "builtins.issubclass", "name": "issubclass", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.type", {".class": "UnionType", "items": ["builtins.type", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.type", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}]}], "type_ref": "builtins.tuple"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "issubclass", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "iter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.iter", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__iterable"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.iter", "name": "iter", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iter", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "iter", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__function", "__sentinel"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.iter", "name": "iter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iter", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "iter", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__function", "__sentinel"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.iter", "name": "iter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iter", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "iter", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iter", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iter", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iter", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "len": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__obj"], "flags": [], "fullname": "builtins.len", "name": "len", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.Sized"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "len", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "license": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "builtins.license", "name": "license", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "license", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.list", "name": "list", "type_vars": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "builtins.list", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "builtins", "mro": ["builtins.list", "typing.MutableSequence", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.list.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of list", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "builtins.list.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of list", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "builtins.list.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of list", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": [], "fullname": "builtins.list.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", "builtins.slice"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of list", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.list.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of list", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.list.__getitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.list.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of list", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.list.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of list", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of list", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of list", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}]}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.list.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of list", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.list.__hash__", "name": "__hash__", "type": {".class": "NoneType"}}}, "__iadd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.list.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of list", "ret_type": {".class": "TypeVarType", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__imul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.list.__imul__", "name": "__imul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of list", "ret_type": {".class": "TypeVarType", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.list.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.list.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of list", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "iterable"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.list.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "iterable"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of list", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of list", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "iterable"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of list", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.list.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of list", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.list.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of list", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.list.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of list", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.list.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of list", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.list.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of list", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "__reversed__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.list.__reversed__", "name": "__reversed__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reversed__ of list", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.list.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of list", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.list.__setitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "i", "o"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.list.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "typing_extensions.SupportsIndex", {".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of list", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "s", "o"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.list.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "builtins.slice", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of list", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "typing_extensions.SupportsIndex", {".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of list", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "builtins.slice", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of list", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.list.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of list", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "append": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__object"], "flags": [], "fullname": "builtins.list.append", "name": "append", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, {".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "append of list", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.list.clear", "name": "clear", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear of list", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.list.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of list", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__value"], "flags": [], "fullname": "builtins.list.count", "name": "count", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, {".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count of list", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "extend": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__iterable"], "flags": [], "fullname": "builtins.list.extend", "name": "extend", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extend of list", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__value", "__start", "__stop"], "flags": [], "fullname": "builtins.list.index", "name": "index", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, {".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index of list", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "insert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__index", "__object"], "flags": [], "fullname": "builtins.list.insert", "name": "insert", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "builtins.int", {".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "insert of list", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__index"], "flags": [], "fullname": "builtins.list.pop", "name": "pop", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop of list", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "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", "__value"], "flags": [], "fullname": "builtins.list.remove", "name": "remove", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, {".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove of list", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.list.reverse", "name": "reverse", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reverse of list", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sort": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.list.sort", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["self", "key", "reverse"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.list.sort", "name": "sort", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["self", "key", "reverse"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "builtins.list"}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort of list", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sort", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 5], "arg_names": ["self", "key", "reverse"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.list.sort", "name": "sort", "type": {".class": "CallableType", "arg_kinds": [0, 3, 5], "arg_names": ["self", "key", "reverse"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_typeshed.SupportsLessThan", "type_guard": null, "variables": []}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort of list", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sort", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["self", "key", "reverse"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "builtins.list"}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort of list", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 3, 5], "arg_names": ["self", "key", "reverse"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_typeshed.SupportsLessThan", "type_guard": null, "variables": []}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort of list", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "locals": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "builtins.locals", "name": "locals", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "locals", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "map": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.map", "name": "map", "type_vars": [{".class": "TypeVarDef", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "builtins.map", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "builtins", "mro": ["builtins.map", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.map.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__func", "__iter1"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.map.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.map"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of map", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "__func", "__iter1", "__iter2"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.map.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.map"}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of map", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "__func", "__iter1", "__iter2", "__iter3"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.map.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", null, null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.map"}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of map", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "__func", "__iter1", "__iter2", "__iter3", "__iter4"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.map.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", null, null, null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.map"}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of map", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "__func", "__iter1", "__iter2", "__iter3", "__iter4", "__iter5"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.map.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", null, null, null, null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.map"}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": [null, null, null, null, null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of map", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 2], "arg_names": ["self", "__func", "__iter1", "__iter2", "__iter3", "__iter4", "__iter5", "__iter6", "iterables"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.map.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 2], "arg_names": ["self", null, null, null, null, null, null, null, "iterables"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.map"}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of map", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.map"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of map", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.map"}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of map", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", null, null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.map"}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of map", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", null, null, null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.map"}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of map", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", null, null, null, null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.map"}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": [null, null, null, null, null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of map", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 2], "arg_names": ["self", null, null, null, null, null, null, null, "iterables"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.map"}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of map", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.map.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.map"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of map", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.map.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.map"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of map", "ret_type": {".class": "TypeVarType", "fullname": "builtins._S", "id": 1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_S"], "typeddict_type": null}}, "max": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.max", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5], "arg_names": ["__arg1", "__arg2", "_args", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.max", "name": "max", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5], "arg_names": [null, null, "_args", "key"], "arg_types": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "max", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 3], "arg_names": ["__arg1", "__arg2", "_args", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.max", "name": "max", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 3], "arg_names": [null, null, "_args", "key"], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_typeshed.SupportsLessThan", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "max", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["__iterable", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.max", "name": "max", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": [null, "key"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "max", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3], "arg_names": ["__iterable", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.max", "name": "max", "type": {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": [null, "key"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_typeshed.SupportsLessThan", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "max", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 3], "arg_names": ["__iterable", "key", "default"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.max", "name": "max", "type": {".class": "CallableType", "arg_kinds": [0, 5, 3], "arg_names": [null, "key", "default"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}, {".class": "TypeVarType", "fullname": "builtins._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "max", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 3], "arg_names": ["__iterable", "key", "default"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.max", "name": "max", "type": {".class": "CallableType", "arg_kinds": [0, 3, 3], "arg_names": [null, "key", "default"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_typeshed.SupportsLessThan", "type_guard": null, "variables": []}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "max", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 2, 5], "arg_names": [null, null, "_args", "key"], "arg_types": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 2, 3], "arg_names": [null, null, "_args", "key"], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_typeshed.SupportsLessThan", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": [null, "key"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": [null, "key"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_typeshed.SupportsLessThan", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 5, 3], "arg_names": [null, "key", "default"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}, {".class": "TypeVarType", "fullname": "builtins._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 3, 3], "arg_names": [null, "key", "default"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_typeshed.SupportsLessThan", "type_guard": null, "variables": []}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "memoryview": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": "builtins.bytes", "abstract_attributes": [], "bases": ["typing.Sized", {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.memoryview", "name": "memoryview", "type_vars": []}, "flags": [], "fullname": "builtins.memoryview", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "builtins", "mro": ["builtins.memoryview", "typing.Sized", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.memoryview.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.memoryview", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of memoryview", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.memoryview.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.memoryview"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of memoryview", "ret_type": "builtins.memoryview", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "builtins.memoryview.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["builtins.memoryview", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of memoryview", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.memoryview.__getitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.memoryview.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.memoryview", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of memoryview", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.memoryview.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.memoryview", "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of memoryview", "ret_type": "builtins.memoryview", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.memoryview", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of memoryview", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.memoryview", "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of memoryview", "ret_type": "builtins.memoryview", "type_guard": null, "variables": []}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "builtins.memoryview.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "arg_types": ["builtins.memoryview", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of memoryview", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.memoryview.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.memoryview"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of memoryview", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.memoryview.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.memoryview"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of memoryview", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.memoryview.__setitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "s", "o"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.memoryview.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["builtins.memoryview", "builtins.slice", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of memoryview", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "i", "o"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.memoryview.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["builtins.memoryview", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of memoryview", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["builtins.memoryview", "builtins.slice", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of memoryview", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["builtins.memoryview", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of memoryview", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "c_contiguous": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.memoryview.c_contiguous", "name": "c_contiguous", "type": "builtins.bool"}}, "cast": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "format", "shape"], "flags": [], "fullname": "builtins.memoryview.cast", "name": "cast", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "format", "shape"], "arg_types": ["builtins.memoryview", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cast of memoryview", "ret_type": "builtins.memoryview", "type_guard": null, "variables": []}}}, "contiguous": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.memoryview.contiguous", "name": "contiguous", "type": "builtins.bool"}}, "f_contiguous": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.memoryview.f_contiguous", "name": "f_contiguous", "type": "builtins.bool"}}, "format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.memoryview.format", "name": "format", "type": "builtins.str"}}, "hex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "bytes_per_sep"], "flags": [], "fullname": "builtins.memoryview.hex", "name": "hex", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "bytes_per_sep"], "arg_types": ["builtins.memoryview", {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hex of memoryview", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "itemsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.memoryview.itemsize", "name": "itemsize", "type": "builtins.int"}}, "nbytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.memoryview.nbytes", "name": "nbytes", "type": "builtins.int"}}, "ndim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.memoryview.ndim", "name": "ndim", "type": "builtins.int"}}, "obj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.memoryview.obj", "name": "obj", "type": {".class": "UnionType", "items": ["builtins.bytes", "builtins.bytearray"]}}}, "readonly": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.memoryview.readonly", "name": "readonly", "type": "builtins.bool"}}, "release": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.memoryview.release", "name": "release", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.memoryview"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "release of memoryview", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.memoryview.shape", "name": "shape", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}}}, "strides": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.memoryview.strides", "name": "strides", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}}}, "suboffsets": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.memoryview.suboffsets", "name": "suboffsets", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}}}, "tobytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "flags": [], "fullname": "builtins.memoryview.tobytes", "name": "tobytes", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "arg_types": ["builtins.memoryview", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "C"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "F"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "A"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tobytes of memoryview", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "tolist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.memoryview.tolist", "name": "tolist", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.memoryview"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tolist of memoryview", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "toreadonly": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.memoryview.toreadonly", "name": "toreadonly", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.memoryview"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "toreadonly of memoryview", "ret_type": "builtins.memoryview", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "min": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.min", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5], "arg_names": ["__arg1", "__arg2", "_args", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.min", "name": "min", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5], "arg_names": [null, null, "_args", "key"], "arg_types": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "min", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 3], "arg_names": ["__arg1", "__arg2", "_args", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.min", "name": "min", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 3], "arg_names": [null, null, "_args", "key"], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_typeshed.SupportsLessThan", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "min", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["__iterable", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.min", "name": "min", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": [null, "key"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "min", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3], "arg_names": ["__iterable", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.min", "name": "min", "type": {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": [null, "key"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_typeshed.SupportsLessThan", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "min", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 3], "arg_names": ["__iterable", "key", "default"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.min", "name": "min", "type": {".class": "CallableType", "arg_kinds": [0, 5, 3], "arg_names": [null, "key", "default"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}, {".class": "TypeVarType", "fullname": "builtins._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "min", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 3], "arg_names": ["__iterable", "key", "default"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.min", "name": "min", "type": {".class": "CallableType", "arg_kinds": [0, 3, 3], "arg_names": [null, "key", "default"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_typeshed.SupportsLessThan", "type_guard": null, "variables": []}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "min", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 2, 5], "arg_names": [null, null, "_args", "key"], "arg_types": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 2, 3], "arg_names": [null, null, "_args", "key"], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_typeshed.SupportsLessThan", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": [null, "key"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": [null, "key"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_typeshed.SupportsLessThan", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 5, 3], "arg_names": [null, "key", "default"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}, {".class": "TypeVarType", "fullname": "builtins._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 3, 3], "arg_names": [null, "key", "default"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_typeshed.SupportsLessThan", "type_guard": null, "variables": []}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "next": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.next", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__i"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.next", "name": "next", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "next", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "next", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__i", "default"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.next", "name": "next", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, "default"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": -2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "next", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": -2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._VT", "id": -2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "next", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "next", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, "default"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": -2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "next", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._VT", "id": -2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._VT", "id": -2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "object": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.object", "name": "object", "type_vars": []}, "flags": [], "fullname": "builtins.object", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.object"], "names": {".class": "SymbolTable", "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.object.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "__class__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "builtins.object.__class__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "builtins.object.__class__", "name": "__class__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class__ of object", "ret_type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "__class__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class__ of object", "ret_type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__type"], "flags": ["is_decorated"], "fullname": "builtins.object.__class__", "name": "__class__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.object", {".class": "TypeType", "item": "builtins.object"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class__ of object", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__class__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class__ of object", "ret_type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "__delattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "builtins.object.__delattr__", "name": "__delattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.object", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delattr__ of object", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__dict__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.object.__dict__", "name": "__dict__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "__dir__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.object.__dir__", "name": "__dir__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__dir__ of object", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.object.__doc__", "name": "__doc__", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "builtins.object.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.object", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of object", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__format__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "format_spec"], "flags": [], "fullname": "builtins.object.__format__", "name": "__format__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "format_spec"], "arg_types": ["builtins.object", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__format__ of object", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__getattribute__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "builtins.object.__getattribute__", "name": "__getattribute__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.object", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattribute__ of object", "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": "builtins.object.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of object", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.object.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of object", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init_subclass__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_class"], "fullname": "builtins.object.__init_subclass__", "name": "__init_subclass__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "builtins.object"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init_subclass__ of object", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__module__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.object.__module__", "name": "__module__", "type": "builtins.str"}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "builtins.object.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.object", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of object", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": [], "fullname": "builtins.object.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "builtins.object"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of object", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__reduce__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.object.__reduce__", "name": "__reduce__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reduce__ of object", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}]}, "type_guard": null, "variables": []}}}, "__reduce_ex__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "protocol"], "flags": [], "fullname": "builtins.object.__reduce_ex__", "name": "__reduce_ex__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "protocol"], "arg_types": ["builtins.object", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reduce_ex__ of object", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}]}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.object.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of object", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__setattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "builtins.object.__setattr__", "name": "__setattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["builtins.object", "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", "implicit": false, "is_ellipsis_args": false, "name": "__setattr__ of object", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__sizeof__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.object.__sizeof__", "name": "__sizeof__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sizeof__ of object", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.object.__slots__", "name": "__slots__", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}]}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.object.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of object", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "oct": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__number"], "flags": [], "fullname": "builtins.oct", "name": "oct", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "UnionType", "items": ["builtins.int", "typing_extensions.SupportsIndex"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "oct", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "open": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.open", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "builtins._OpenFile"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenTextMode"}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "io.TextIOWrapper", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "open", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "builtins._OpenFile"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryMode"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "io.FileIO", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "open", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "builtins._OpenFile"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeUpdating"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "io.BufferedRandom", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "open", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "builtins._OpenFile"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeWriting"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "io.BufferedWriter", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "open", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "builtins._OpenFile"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeReading"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "io.BufferedReader", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "open", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "builtins._OpenFile"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryMode"}, "builtins.int", {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "typing.BinaryIO", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "open", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "builtins._OpenFile"}, "builtins.str", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "open", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "builtins._OpenFile"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenTextMode"}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "io.TextIOWrapper", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "builtins._OpenFile"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryMode"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "io.FileIO", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "builtins._OpenFile"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeUpdating"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "io.BufferedRandom", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "builtins._OpenFile"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeWriting"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "io.BufferedWriter", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "builtins._OpenFile"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeReading"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "io.BufferedReader", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "builtins._OpenFile"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryMode"}, "builtins.int", {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "typing.BinaryIO", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "builtins._OpenFile"}, "builtins.str", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}]}}}, "ord": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__c"], "flags": [], "fullname": "builtins.ord", "name": "ord", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ord", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "pow": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.pow", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["base", "exp", "mod"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.pow", "name": "pow", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["base", "exp", "mod"], "arg_types": ["builtins.int", "builtins.int", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "pow", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["base", "exp", "mod"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.pow", "name": "pow", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["base", "exp", "mod"], "arg_types": ["builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "pow", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["base", "exp", "mod"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.pow", "name": "pow", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["base", "exp", "mod"], "arg_types": ["builtins.float", "builtins.float", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow", "ret_type": "builtins.float", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "pow", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["base", "exp"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.pow", "name": "pow", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["base", "exp"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._E", "id": -1, "name": "_E", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "builtins._T_co", "id": -2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins._SupportsPow2"}, {".class": "TypeVarType", "fullname": "builtins._E", "id": -1, "name": "_E", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T_co", "id": -2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._E", "id": -1, "name": "_E", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarDef", "fullname": "builtins._T_co", "id": -2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "pow", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["base", "exp", "mod"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.pow", "name": "pow", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["base", "exp", "mod"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._E", "id": -1, "name": "_E", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "builtins._M", "id": -2, "name": "_M", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "builtins._T_co", "id": -3, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins._SupportsPow3"}, {".class": "TypeVarType", "fullname": "builtins._E", "id": -1, "name": "_E", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "builtins._M", "id": -2, "name": "_M", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T_co", "id": -3, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._E", "id": -1, "name": "_E", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarDef", "fullname": "builtins._M", "id": -2, "name": "_M", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarDef", "fullname": "builtins._T_co", "id": -3, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "pow", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["base", "exp", "mod"], "arg_types": ["builtins.int", "builtins.int", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["base", "exp", "mod"], "arg_types": ["builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["base", "exp", "mod"], "arg_types": ["builtins.float", "builtins.float", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow", "ret_type": "builtins.float", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["base", "exp"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._E", "id": -1, "name": "_E", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "builtins._T_co", "id": -2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins._SupportsPow2"}, {".class": "TypeVarType", "fullname": "builtins._E", "id": -1, "name": "_E", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T_co", "id": -2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._E", "id": -1, "name": "_E", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarDef", "fullname": "builtins._T_co", "id": -2, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["base", "exp", "mod"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._E", "id": -1, "name": "_E", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "builtins._M", "id": -2, "name": "_M", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "builtins._T_co", "id": -3, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins._SupportsPow3"}, {".class": "TypeVarType", "fullname": "builtins._E", "id": -1, "name": "_E", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "builtins._M", "id": -2, "name": "_M", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T_co", "id": -3, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._E", "id": -1, "name": "_E", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarDef", "fullname": "builtins._M", "id": -2, "name": "_M", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarDef", "fullname": "builtins._T_co", "id": -3, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}]}}}, "print": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2, 5, 5, 5, 5], "arg_names": ["values", "sep", "end", "file", "flush"], "flags": [], "fullname": "builtins.print", "name": "print", "type": {".class": "CallableType", "arg_kinds": [2, 5, 5, 5, 5], "arg_names": ["values", "sep", "end", "file", "flush"], "arg_types": ["builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "_typeshed.SupportsWrite"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "print", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "property": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.property", "name": "property", "type_vars": []}, "flags": [], "fullname": "builtins.property", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.property", "builtins.object"], "names": {".class": "SymbolTable", "__delete__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "builtins.property.__delete__", "name": "__delete__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "arg_types": ["builtins.property", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delete__ of property", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__get__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "type"], "flags": [], "fullname": "builtins.property.__get__", "name": "__get__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "type"], "arg_types": ["builtins.property", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.type", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__get__ of property", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "fget", "fset", "fdel", "doc"], "flags": [], "fullname": "builtins.property.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "fget", "fset", "fdel", "doc"], "arg_types": ["builtins.property", {".class": "UnionType", "items": [{".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": {}, "fallback": "builtins.function", "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"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "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", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of property", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__set__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "value"], "flags": [], "fullname": "builtins.property.__set__", "name": "__set__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "value"], "arg_types": ["builtins.property", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__set__ of property", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "deleter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fdel"], "flags": [], "fullname": "builtins.property.deleter", "name": "deleter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fdel"], "arg_types": ["builtins.property", {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "deleter of property", "ret_type": "builtins.property", "type_guard": null, "variables": []}}}, "fdel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.property.fdel", "name": "fdel", "type": {".class": "UnionType", "items": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}}}, "fget": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.property.fget", "name": "fget", "type": {".class": "UnionType", "items": [{".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": {}, "fallback": "builtins.function", "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"}]}}}, "fset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.property.fset", "name": "fset", "type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "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", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}}}, "getter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fget"], "flags": [], "fullname": "builtins.property.getter", "name": "getter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fget"], "arg_types": ["builtins.property", {".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": {}, "fallback": "builtins.function", "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": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getter of property", "ret_type": "builtins.property", "type_guard": null, "variables": []}}}, "setter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fset"], "flags": [], "fullname": "builtins.property.setter", "name": "setter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fset"], "arg_types": ["builtins.property", {".class": "CallableType", "arg_kinds": [0, 0], "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", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setter of property", "ret_type": "builtins.property", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "quit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["code"], "flags": [], "fullname": "builtins.quit", "name": "quit", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["code"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quit", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "range": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.range", "name": "range", "type_vars": []}, "flags": [], "fullname": "builtins.range", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "builtins", "mro": ["builtins.range", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "builtins.range.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.range", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of range", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.range.__getitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.range.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.range", "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of range", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.range.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.range", "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of range", "ret_type": "builtins.range", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.range", "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of range", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.range", "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of range", "ret_type": "builtins.range", "type_guard": null, "variables": []}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.range.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "stop"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.range.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "stop"], "arg_types": ["builtins.range", "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of range", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "start", "stop", "step"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.range.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "start", "stop", "step"], "arg_types": ["builtins.range", "typing_extensions.SupportsIndex", "typing_extensions.SupportsIndex", "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of range", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "stop"], "arg_types": ["builtins.range", "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of range", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "start", "stop", "step"], "arg_types": ["builtins.range", "typing_extensions.SupportsIndex", "typing_extensions.SupportsIndex", "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of range", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.range.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.range"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of range", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.range.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.range"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of range", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.range.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.range"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of range", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__reversed__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.range.__reversed__", "name": "__reversed__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.range"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reversed__ of range", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "builtins.range.count", "name": "count", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["builtins.range", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count of range", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "builtins.range.index", "name": "index", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["builtins.range", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index of range", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "start": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.range.start", "name": "start", "type": "builtins.int"}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.range.step", "name": "step", "type": "builtins.int"}}, "stop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.range.stop", "name": "stop", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "repr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__obj"], "flags": [], "fullname": "builtins.repr", "name": "repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "reveal_locals": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "builtins.reveal_locals", "name": "reveal_locals", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}}}, "reveal_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "builtins.reveal_type", "name": "reveal_type", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}}}, "reversed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.reversed", "name": "reversed", "type_vars": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "builtins.reversed", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "builtins", "mro": ["builtins.reversed", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.reversed.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__sequence"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.reversed.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.reversed"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of reversed", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__sequence"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.reversed.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.reversed"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Reversible"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of reversed", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.reversed"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of reversed", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.reversed"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Reversible"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of reversed", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.reversed.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.reversed"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of reversed", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.reversed.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.reversed"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of reversed", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "round": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.round", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["number"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.round", "name": "round", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["number"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.SupportsRound"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "round", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "round", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["number", "ndigits"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.round", "name": "round", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["number", "ndigits"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.SupportsRound"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "round", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "round", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["number", "ndigits"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.round", "name": "round", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["number", "ndigits"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.SupportsRound"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "round", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "round", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["number"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.SupportsRound"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "round", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["number", "ndigits"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.SupportsRound"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "round", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["number", "ndigits"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.SupportsRound"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "round", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "set": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSet"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.set", "name": "set", "type_vars": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "builtins.set", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "builtins", "mro": ["builtins.set", "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": ["self", "s"], "flags": [], "fullname": "builtins.set.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of set", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "builtins.set.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of set", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "builtins.set.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of set", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.set.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of set", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.set.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of set", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.set.__hash__", "name": "__hash__", "type": {".class": "NoneType"}}}, "__iand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.set.__iand__", "name": "__iand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of set", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "iterable"], "flags": [], "fullname": "builtins.set.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "iterable"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of set", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__ior__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.set.__ior__", "name": "__ior__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of set", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "builtins.set"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__isub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.set.__isub__", "name": "__isub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of set", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.set.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of set", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "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": ["self", "s"], "flags": [], "fullname": "builtins.set.__ixor__", "name": "__ixor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of set", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "builtins.set"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.set.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of set", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.set.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of set", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.set.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of set", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.set.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of set", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "builtins.set"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.set.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of set", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.set.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of set", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.set.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of set", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "builtins.set"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "element"], "flags": [], "fullname": "builtins.set.add", "name": "add", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "element"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add of set", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.set.clear", "name": "clear", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear of set", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.set.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of set", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "difference": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.set.difference", "name": "difference", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "difference of set", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "difference_update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.set.difference_update", "name": "difference_update", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "difference_update of set", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "discard": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "element"], "flags": [], "fullname": "builtins.set.discard", "name": "discard", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "element"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "discard of set", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "intersection": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.set.intersection", "name": "intersection", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "intersection of set", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "intersection_update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.set.intersection_update", "name": "intersection_update", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "intersection_update of set", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "isdisjoint": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.set.isdisjoint", "name": "isdisjoint", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "isdisjoint of set", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "issubset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.set.issubset", "name": "issubset", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "issubset of set", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "issuperset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.set.issuperset", "name": "issuperset", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "issuperset of set", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "pop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.set.pop", "name": "pop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop of set", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "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", "element"], "flags": [], "fullname": "builtins.set.remove", "name": "remove", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "element"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove of set", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "symmetric_difference": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.set.symmetric_difference", "name": "symmetric_difference", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "symmetric_difference of set", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "symmetric_difference_update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.set.symmetric_difference_update", "name": "symmetric_difference_update", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "symmetric_difference_update of set", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "union": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.set.union", "name": "union", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "union of set", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.set.update", "name": "update", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of set", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "setattr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["__obj", "__name", "__value"], "flags": [], "fullname": "builtins.setattr", "name": "setattr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setattr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "slice": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.slice", "name": "slice", "type_vars": []}, "flags": [], "fullname": "builtins.slice", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.slice", "builtins.object"], "names": {".class": "SymbolTable", "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.slice.__hash__", "name": "__hash__", "type": {".class": "NoneType"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.slice.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "stop"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.slice.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "stop"], "arg_types": ["builtins.slice", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of slice", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "start", "stop", "step"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.slice.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "start", "stop", "step"], "arg_types": ["builtins.slice", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of slice", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "stop"], "arg_types": ["builtins.slice", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of slice", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "start", "stop", "step"], "arg_types": ["builtins.slice", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of slice", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "indices": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "len"], "flags": [], "fullname": "builtins.slice.indices", "name": "indices", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "len"], "arg_types": ["builtins.slice", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "indices of slice", "ret_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"}}, "type_guard": null, "variables": []}}}, "start": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.slice.start", "name": "start", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.slice.step", "name": "step", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "stop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.slice.stop", "name": "stop", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "sorted": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.sorted", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["__iterable", "key", "reverse"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.sorted", "name": "sorted", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": [null, "key", "reverse"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sorted", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sorted", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 5], "arg_names": ["__iterable", "key", "reverse"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.sorted", "name": "sorted", "type": {".class": "CallableType", "arg_kinds": [0, 3, 5], "arg_names": [null, "key", "reverse"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_typeshed.SupportsLessThan", "type_guard": null, "variables": []}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sorted", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sorted", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": [null, "key", "reverse"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sorted", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 3, 5], "arg_names": [null, "key", "reverse"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_typeshed.SupportsLessThan", "type_guard": null, "variables": []}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sorted", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "staticmethod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.staticmethod", "name": "staticmethod", "type_vars": []}, "flags": [], "fullname": "builtins.staticmethod", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.staticmethod", "builtins.object"], "names": {".class": "SymbolTable", "__func__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.staticmethod.__func__", "name": "__func__", "type": {".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", "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": []}}}, "__get__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "type"], "flags": [], "fullname": "builtins.staticmethod.__get__", "name": "__get__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "type"], "arg_types": ["builtins.staticmethod", {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__get__ of staticmethod", "ret_type": {".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", "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": []}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "f"], "flags": [], "fullname": "builtins.staticmethod.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "f"], "arg_types": ["builtins.staticmethod", {".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", "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": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of staticmethod", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__isabstractmethod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.staticmethod.__isabstractmethod__", "name": "__isabstractmethod__", "type": "builtins.bool"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["cls", "args", "kwargs"], "flags": [], "fullname": "builtins.staticmethod.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["cls", "args", "kwargs"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".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": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of staticmethod", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "str": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.str", "name": "str", "type_vars": []}, "flags": [], "fullname": "builtins.str", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "builtins", "mro": ["builtins.str", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "builtins.str.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "builtins.str.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of str", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.str.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of str", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.str.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of str", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": [], "fullname": "builtins.str.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.slice"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__getnewargs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.__getnewargs__", "name": "__getnewargs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getnewargs__ of str", "ret_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"}}, "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.str.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of str", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of str", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of str", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.str.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of str", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of str", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.str.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of str", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.str.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["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", "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.str.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.str.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of str", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.str.__new__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["cls", "o"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.str.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["cls", "o"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of str", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "o", "encoding", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.str.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "o", "encoding", "errors"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.bytes", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of str", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["cls", "o"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of str", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "o", "encoding", "errors"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.bytes", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of str", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.str.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "capitalize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.capitalize", "name": "capitalize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "capitalize of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "casefold": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.casefold", "name": "casefold", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "casefold of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "center": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__width", "__fillchar"], "flags": [], "fullname": "builtins.str.center", "name": "center", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, null], "arg_types": ["builtins.str", "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "center of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "x", "__start", "__end"], "flags": [], "fullname": "builtins.str.count", "name": "count", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "x", null, null], "arg_types": ["builtins.str", "builtins.str", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count of str", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "encode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "encoding", "errors"], "flags": [], "fullname": "builtins.str.encode", "name": "encode", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "encoding", "errors"], "arg_types": ["builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "encode of str", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "endswith": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__suffix", "__start", "__end"], "flags": [], "fullname": "builtins.str.endswith", "name": "endswith", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "endswith of str", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "expandtabs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "tabsize"], "flags": [], "fullname": "builtins.str.expandtabs", "name": "expandtabs", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "tabsize"], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expandtabs of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "find": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__sub", "__start", "__end"], "flags": [], "fullname": "builtins.str.find", "name": "find", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.str", "builtins.str", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find of str", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "builtins.str.format", "name": "format", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["builtins.str", "builtins.object", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "format_map": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "map"], "flags": [], "fullname": "builtins.str.format_map", "name": "format_map", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "map"], "arg_types": ["builtins.str", "builtins._FormatMapMapping"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format_map of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__sub", "__start", "__end"], "flags": [], "fullname": "builtins.str.index", "name": "index", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.str", "builtins.str", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index of str", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "isalnum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.isalnum", "name": "isalnum", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isalnum of str", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isalpha": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.isalpha", "name": "isalpha", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isalpha of str", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isascii": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.isascii", "name": "isascii", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isascii of str", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isdecimal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.isdecimal", "name": "isdecimal", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isdecimal of str", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isdigit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.isdigit", "name": "isdigit", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isdigit of str", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isidentifier": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.isidentifier", "name": "isidentifier", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isidentifier of str", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "islower": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.islower", "name": "islower", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "islower of str", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isnumeric": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.isnumeric", "name": "isnumeric", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isnumeric of str", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isprintable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.isprintable", "name": "isprintable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isprintable of str", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isspace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.isspace", "name": "isspace", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isspace of str", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "istitle": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.istitle", "name": "istitle", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "istitle of str", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isupper": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.isupper", "name": "isupper", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isupper of str", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "join": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__iterable"], "flags": [], "fullname": "builtins.str.join", "name": "join", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "join of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "ljust": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__width", "__fillchar"], "flags": [], "fullname": "builtins.str.ljust", "name": "ljust", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, null], "arg_types": ["builtins.str", "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ljust of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "lower": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.lower", "name": "lower", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lower of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "lstrip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__chars"], "flags": [], "fullname": "builtins.str.lstrip", "name": "lstrip", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lstrip of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "maketrans": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_static"], "fullname": "builtins.str.maketrans", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": ["is_static", "is_overload", "is_decorated"], "fullname": "builtins.str.maketrans", "name": "maketrans", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int", {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.int"]}, {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "maketrans of str", "ret_type": {".class": "Instance", "args": ["builtins.int", {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_staticmethod"], "fullname": null, "name": "maketrans", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["__x", "__y", "__z"], "flags": ["is_static", "is_overload", "is_decorated"], "fullname": "builtins.str.maketrans", "name": "maketrans", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": [null, null, null], "arg_types": ["builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "maketrans of str", "ret_type": {".class": "Instance", "args": ["builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_staticmethod"], "fullname": null, "name": "maketrans", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int", {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.int"]}, {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "maketrans of str", "ret_type": {".class": "Instance", "args": ["builtins.int", {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": [null, null, null], "arg_types": ["builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "maketrans of str", "ret_type": {".class": "Instance", "args": ["builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}]}}}, "partition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__sep"], "flags": [], "fullname": "builtins.str.partition", "name": "partition", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "partition of str", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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_guard": null, "variables": []}}}, "removeprefix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__prefix"], "flags": [], "fullname": "builtins.str.removeprefix", "name": "removeprefix", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "removeprefix of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "removesuffix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__suffix"], "flags": [], "fullname": "builtins.str.removesuffix", "name": "removesuffix", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "removesuffix of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "__old", "__new", "__count"], "flags": [], "fullname": "builtins.str.replace", "name": "replace", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.str", "builtins.str", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "replace of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "rfind": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__sub", "__start", "__end"], "flags": [], "fullname": "builtins.str.rfind", "name": "rfind", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.str", "builtins.str", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rfind of str", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "rindex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__sub", "__start", "__end"], "flags": [], "fullname": "builtins.str.rindex", "name": "rindex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.str", "builtins.str", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rindex of str", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "rjust": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__width", "__fillchar"], "flags": [], "fullname": "builtins.str.rjust", "name": "rjust", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, null], "arg_types": ["builtins.str", "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rjust of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "rpartition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__sep"], "flags": [], "fullname": "builtins.str.rpartition", "name": "rpartition", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rpartition of str", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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_guard": null, "variables": []}}}, "rsplit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "maxsplit"], "flags": [], "fullname": "builtins.str.rsplit", "name": "rsplit", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "maxsplit"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rsplit of str", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "rstrip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__chars"], "flags": [], "fullname": "builtins.str.rstrip", "name": "rstrip", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rstrip of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "split": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "maxsplit"], "flags": [], "fullname": "builtins.str.split", "name": "split", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "maxsplit"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "split of str", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "splitlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "keepends"], "flags": [], "fullname": "builtins.str.splitlines", "name": "splitlines", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "keepends"], "arg_types": ["builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "splitlines of str", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "startswith": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__prefix", "__start", "__end"], "flags": [], "fullname": "builtins.str.startswith", "name": "startswith", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "startswith of str", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "strip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__chars"], "flags": [], "fullname": "builtins.str.strip", "name": "strip", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strip of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "swapcase": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.swapcase", "name": "swapcase", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "swapcase of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "title": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.title", "name": "title", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "title of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "translate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__table"], "flags": [], "fullname": "builtins.str.translate", "name": "translate", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int", {".class": "UnionType", "items": ["builtins.int", "builtins.str", {".class": "NoneType"}]}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.int", "builtins.str", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "translate of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "upper": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.str.upper", "name": "upper", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "upper of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "zfill": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__width"], "flags": [], "fullname": "builtins.str.zfill", "name": "zfill", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zfill of str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "sum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.sum", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__iterable"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.sum", "name": "sum", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int"]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sum", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__iterable", "start"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.sum", "name": "sum", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, "start"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "TypeVarType", "fullname": "builtins._S", "id": -2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._S", "id": -2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._S", "id": -2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sum", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int"]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, "start"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "TypeVarType", "fullname": "builtins._S", "id": -2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._S", "id": -2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._S", "id": -2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "super": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.super", "name": "super", "type_vars": []}, "flags": [], "fullname": "builtins.super", "metaclass_type": null, "metadata": {}, "module_name": "builtins", "mro": ["builtins.super", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.super.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "t", "obj"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.super.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "t", "obj"], "arg_types": ["builtins.super", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of super", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "t"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.super.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "t"], "arg_types": ["builtins.super", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of super", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.super.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.super"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of super", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "t", "obj"], "arg_types": ["builtins.super", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of super", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "t"], "arg_types": ["builtins.super", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of super", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.super"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of super", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "tuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Sequence"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.tuple", "name": "tuple", "type_vars": [{".class": "TypeVarDef", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": [], "fullname": "builtins.tuple", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "builtins", "mro": ["builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.tuple.__add__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.tuple.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of tuple", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__add__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.tuple.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of tuple", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__add__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of tuple", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of tuple", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}]}}}, "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "builtins.tuple.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of tuple", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.tuple.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of tuple", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.tuple.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of tuple", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.tuple.__getitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.tuple.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of tuple", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.tuple.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of tuple", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of tuple", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of tuple", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}]}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.tuple.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of tuple", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.tuple.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of tuple", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.tuple.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of tuple", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.tuple.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of tuple", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "builtins.tuple.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of tuple", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.tuple.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of tuple", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["cls", "iterable"], "flags": [], "fullname": "builtins.tuple.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["cls", "iterable"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of tuple", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "builtins.tuple.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of tuple", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__value"], "flags": [], "fullname": "builtins.tuple.count", "name": "count", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "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", "implicit": false, "is_ellipsis_args": false, "name": "count of tuple", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__value", "__start", "__stop"], "flags": [], "fullname": "builtins.tuple.index", "name": "index", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.tuple"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index of tuple", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.type", "name": "type", "type_vars": []}, "flags": [], "fullname": "builtins.type", "metaclass_type": "builtins.type", "metadata": {}, "module_name": "builtins", "mro": ["builtins.type", "builtins.object"], "names": {".class": "SymbolTable", "__base__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.type.__base__", "name": "__base__", "type": "builtins.type"}}, "__bases__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.type.__bases__", "name": "__bases__", "type": {".class": "Instance", "args": ["builtins.type"], "type_ref": "builtins.tuple"}}}, "__basicsize__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.type.__basicsize__", "name": "__basicsize__", "type": "builtins.int"}}, "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwds"], "flags": [], "fullname": "builtins.type.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwds"], "arg_types": ["builtins.type", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of type", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__dict__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.type.__dict__", "name": "__dict__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "__dictoffset__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.type.__dictoffset__", "name": "__dictoffset__", "type": "builtins.int"}}, "__flags__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.type.__flags__", "name": "__flags__", "type": "builtins.int"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.type.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.type.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "arg_types": ["builtins.type", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of type", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 4], "arg_names": ["self", "name", "bases", "dict", "kwds"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.type.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 4], "arg_names": ["self", "name", "bases", "dict", "kwds"], "arg_types": ["builtins.type", "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"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of type", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "arg_types": ["builtins.type", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of type", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 4], "arg_names": ["self", "name", "bases", "dict", "kwds"], "arg_types": ["builtins.type", "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"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of type", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__instancecheck__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "instance"], "flags": [], "fullname": "builtins.type.__instancecheck__", "name": "__instancecheck__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "instance"], "arg_types": ["builtins.type", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__instancecheck__ of type", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__itemsize__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.type.__itemsize__", "name": "__itemsize__", "type": "builtins.int"}}, "__module__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.type.__module__", "name": "__module__", "type": "builtins.str"}}, "__mro__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.type.__mro__", "name": "__mro__", "type": {".class": "Instance", "args": ["builtins.type"], "type_ref": "builtins.tuple"}}}, "__name__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.type.__name__", "name": "__name__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.type.__new__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "o"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.type.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "o"], "arg_types": [{".class": "TypeType", "item": "builtins.type"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of type", "ret_type": "builtins.type", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 4], "arg_names": ["cls", "name", "bases", "namespace", "kwds"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.type.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 4], "arg_names": ["cls", "name", "bases", "namespace", "kwds"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._TT", "id": -1, "name": "_TT", "upper_bound": "builtins.type", "values": [], "variance": 0}}, "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"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of type", "ret_type": {".class": "TypeVarType", "fullname": "builtins._TT", "id": -1, "name": "_TT", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._TT", "id": -1, "name": "_TT", "upper_bound": "builtins.type", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "o"], "arg_types": [{".class": "TypeType", "item": "builtins.type"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of type", "ret_type": "builtins.type", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 4], "arg_names": ["cls", "name", "bases", "namespace", "kwds"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "builtins._TT", "id": -1, "name": "_TT", "upper_bound": "builtins.type", "values": [], "variance": 0}}, "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"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of type", "ret_type": {".class": "TypeVarType", "fullname": "builtins._TT", "id": -1, "name": "_TT", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._TT", "id": -1, "name": "_TT", "upper_bound": "builtins.type", "values": [], "variance": 0}]}]}}}, "__prepare__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 4], "arg_names": ["metacls", "__name", "__bases", "kwds"], "flags": ["is_class", "is_decorated"], "fullname": "builtins.type.__prepare__", "name": "__prepare__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 4], "arg_names": ["metacls", null, null, "kwds"], "arg_types": [{".class": "TypeType", "item": "builtins.type"}, "builtins.str", {".class": "Instance", "args": ["builtins.type"], "type_ref": "builtins.tuple"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "metacls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__prepare__ of type", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "__prepare__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 4], "arg_names": ["metacls", null, null, "kwds"], "arg_types": [{".class": "TypeType", "item": "builtins.type"}, "builtins.str", {".class": "Instance", "args": ["builtins.type"], "type_ref": "builtins.tuple"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "metacls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__prepare__ of type", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, "type_guard": null, "variables": []}}}}, "__qualname__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.type.__qualname__", "name": "__qualname__", "type": "builtins.str"}}, "__subclasscheck__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "subclass"], "flags": [], "fullname": "builtins.type.__subclasscheck__", "name": "__subclasscheck__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "subclass"], "arg_types": ["builtins.type", "builtins.type"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__subclasscheck__ of type", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__subclasses__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.type.__subclasses__", "name": "__subclasses__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "builtins._TT", "id": -1, "name": "_TT", "upper_bound": "builtins.type", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__subclasses__ of type", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._TT", "id": -1, "name": "_TT", "upper_bound": "builtins.type", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._TT", "id": -1, "name": "_TT", "upper_bound": "builtins.type", "values": [], "variance": 0}]}}}, "__text_signature__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.type.__text_signature__", "name": "__text_signature__", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "__weakrefoffset__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "builtins.type.__weakrefoffset__", "name": "__weakrefoffset__", "type": "builtins.int"}}, "mro": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.type.mro", "name": "mro", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["builtins.type"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mro of type", "ret_type": {".class": "Instance", "args": ["builtins.type"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "vars": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["__object"], "flags": [], "fullname": "builtins.vars", "name": "vars", "type": {".class": "CallableType", "arg_kinds": [1], "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", "implicit": false, "is_ellipsis_args": false, "name": "vars", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "zip": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "builtins.zip", "name": "zip", "type_vars": [{".class": "TypeVarDef", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": [], "fullname": "builtins.zip", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "builtins", "mro": ["builtins.zip", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.zip.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.zip"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of zip", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "builtins.zip.__new__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "__iter1"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.zip.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.zip"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of zip", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.zip"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "__iter1", "__iter2"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.zip.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.zip"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of zip", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.zip"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "__iter1", "__iter2", "__iter3"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.zip.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", null, null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.zip"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of zip", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.zip"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["cls", "__iter1", "__iter2", "__iter3", "__iter4"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.zip.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["cls", null, null, null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.zip"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of zip", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.zip"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["cls", "__iter1", "__iter2", "__iter3", "__iter4", "__iter5"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.zip.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["cls", null, null, null, null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.zip"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of zip", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.zip"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 2], "arg_names": ["cls", "__iter1", "__iter2", "__iter3", "__iter4", "__iter5", "__iter6", "iterables"], "flags": ["is_overload", "is_decorated"], "fullname": "builtins.zip.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 2], "arg_names": ["cls", null, null, null, null, null, null, "iterables"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.zip"}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".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": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of zip", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "type_ref": "builtins.zip"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.zip"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of zip", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.zip"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.zip"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of zip", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.zip"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", null, null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.zip"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of zip", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.zip"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["cls", null, null, null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.zip"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of zip", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.zip"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["cls", null, null, null, null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.zip"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of zip", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.zip"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 2], "arg_names": ["cls", null, null, null, null, null, null, "iterables"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.zip"}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".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": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of zip", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "type_ref": "builtins.zip"}, "type_guard": null, "variables": []}]}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "builtins.zip.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.zip"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of zip", "ret_type": {".class": "TypeVarType", "fullname": "builtins._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/builtins.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/builtins.meta.json b/.mypy_cache/3.9/builtins.meta.json deleted file mode 100644 index 0d9bc7d08..000000000 --- a/.mypy_cache/3.9/builtins.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 3, 18, 19, 21, 62, 1], "dep_prios": [10, 5, 5, 5, 5, 5, 5, 30], "dependencies": ["sys", "types", "_typeshed", "ast", "io", "typing", "typing_extensions", "abc"], "hash": "e22bd10aa0f37b3b29eee6972e734ba326906bff5f34b7ec6043ec1f88092a49", "id": "builtins", "ignore_all": true, "interface_hash": "721b40c8935ceb1ea1b9676b520d4f9d8e543a17a7db151433402e8761f0961c", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/builtins.pyi", "plugin_data": null, "size": 57130, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/cmath.data.json b/.mypy_cache/3.9/cmath.data.json deleted file mode 100644 index 5775af6fb..000000000 --- a/.mypy_cache/3.9/cmath.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "cmath", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "SupportsComplex": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsComplex", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsFloat": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsFloat", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_C": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "cmath._C", "line": 13, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["typing.SupportsFloat", "typing.SupportsComplex", "builtins.complex"]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "cmath.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "cmath.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "cmath.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "cmath.__package__", "name": "__package__", "type": "builtins.str"}}, "acos": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__z"], "flags": [], "fullname": "cmath.acos", "name": "acos", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acos", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "acosh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__z"], "flags": [], "fullname": "cmath.acosh", "name": "acosh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acosh", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "asin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__z"], "flags": [], "fullname": "cmath.asin", "name": "asin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asin", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "asinh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__z"], "flags": [], "fullname": "cmath.asinh", "name": "asinh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asinh", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "atan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__z"], "flags": [], "fullname": "cmath.atan", "name": "atan", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atan", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "atanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__z"], "flags": [], "fullname": "cmath.atanh", "name": "atanh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atanh", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "cos": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__z"], "flags": [], "fullname": "cmath.cos", "name": "cos", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cos", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "cosh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__z"], "flags": [], "fullname": "cmath.cosh", "name": "cosh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cosh", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "e": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "cmath.e", "name": "e", "type": "builtins.float"}}, "exp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__z"], "flags": [], "fullname": "cmath.exp", "name": "exp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exp", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "inf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "cmath.inf", "name": "inf", "type": "builtins.float"}}, "infj": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "cmath.infj", "name": "infj", "type": "builtins.complex"}}, "isclose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["a", "b", "rel_tol", "abs_tol"], "flags": [], "fullname": "cmath.isclose", "name": "isclose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["a", "b", "rel_tol", "abs_tol"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}, {".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}, "typing.SupportsFloat", "typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isclose", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isfinite": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__z"], "flags": [], "fullname": "cmath.isfinite", "name": "isfinite", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isfinite", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isinf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__z"], "flags": [], "fullname": "cmath.isinf", "name": "isinf", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isinf", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isnan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__z"], "flags": [], "fullname": "cmath.isnan", "name": "isnan", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isnan", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "log": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["__x", "__y_obj"], "flags": [], "fullname": "cmath.log", "name": "log", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}, {".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "log10": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__z"], "flags": [], "fullname": "cmath.log10", "name": "log10", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log10", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "nan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "cmath.nan", "name": "nan", "type": "builtins.float"}}, "nanj": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "cmath.nanj", "name": "nanj", "type": "builtins.complex"}}, "phase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__z"], "flags": [], "fullname": "cmath.phase", "name": "phase", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "phase", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "pi": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "cmath.pi", "name": "pi", "type": "builtins.float"}}, "polar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__z"], "flags": [], "fullname": "cmath.polar", "name": "polar", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "polar", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "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": []}}}, "rect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__r", "__phi"], "flags": [], "fullname": "cmath.rect", "name": "rect", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rect", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "sin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__z"], "flags": [], "fullname": "cmath.sin", "name": "sin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sin", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "sinh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__z"], "flags": [], "fullname": "cmath.sinh", "name": "sinh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sinh", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "sqrt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__z"], "flags": [], "fullname": "cmath.sqrt", "name": "sqrt", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sqrt", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "tan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__z"], "flags": [], "fullname": "cmath.tan", "name": "tan", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tan", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "tanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__z"], "flags": [], "fullname": "cmath.tanh", "name": "tanh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "cmath._C"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tanh", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "tau": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "cmath.tau", "name": "tau", "type": "builtins.float"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/cmath.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/cmath.meta.json b/.mypy_cache/3.9/cmath.meta.json deleted file mode 100644 index b9607fda7..000000000 --- a/.mypy_cache/3.9/cmath.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "3c4fcf22f0df7f1179e779593a151a1291e710a789cf92fcef90a6bb6a4cdea2", "id": "cmath", "ignore_all": true, "interface_hash": "c744ce7254d8e3c54df5947599756d23aca7d4aed9ea95790c774a9def1879f4", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/cmath.pyi", "plugin_data": null, "size": 1226, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/cmd.data.json b/.mypy_cache/3.9/cmd.data.json deleted file mode 100644 index 57e6e156e..000000000 --- a/.mypy_cache/3.9/cmd.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "cmd", "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}, "Cmd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cmd.Cmd", "name": "Cmd", "type_vars": []}, "flags": [], "fullname": "cmd.Cmd", "metaclass_type": null, "metadata": {}, "module_name": "cmd", "mro": ["cmd.Cmd", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "completekey", "stdin", "stdout"], "flags": [], "fullname": "cmd.Cmd.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "completekey", "stdin", "stdout"], "arg_types": ["cmd.Cmd", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Cmd", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cmdloop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "intro"], "flags": [], "fullname": "cmd.Cmd.cmdloop", "name": "cmdloop", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "intro"], "arg_types": ["cmd.Cmd", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cmdloop of Cmd", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cmdqueue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cmd.Cmd.cmdqueue", "name": "cmdqueue", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "columnize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "list", "displaywidth"], "flags": [], "fullname": "cmd.Cmd.columnize", "name": "columnize", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "list", "displaywidth"], "arg_types": ["cmd.Cmd", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "columnize of Cmd", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "complete": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "text", "state"], "flags": [], "fullname": "cmd.Cmd.complete", "name": "complete", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "text", "state"], "arg_types": ["cmd.Cmd", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "complete of Cmd", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "complete_help": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "cmd.Cmd.complete_help", "name": "complete_help", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["cmd.Cmd", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "complete_help of Cmd", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "completedefault": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "ignored"], "flags": [], "fullname": "cmd.Cmd.completedefault", "name": "completedefault", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "ignored"], "arg_types": ["cmd.Cmd", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "completedefault of Cmd", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "completekey": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cmd.Cmd.completekey", "name": "completekey", "type": "builtins.str"}}, "completenames": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "text", "ignored"], "flags": [], "fullname": "cmd.Cmd.completenames", "name": "completenames", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "text", "ignored"], "arg_types": ["cmd.Cmd", "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", "implicit": false, "is_ellipsis_args": false, "name": "completenames of Cmd", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "completion_matches": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cmd.Cmd.completion_matches", "name": "completion_matches", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}}}, "default": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "line"], "flags": [], "fullname": "cmd.Cmd.default", "name": "default", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "line"], "arg_types": ["cmd.Cmd", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "default of Cmd", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "do_help": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "cmd.Cmd.do_help", "name": "do_help", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["cmd.Cmd", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_help of Cmd", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "doc_header": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cmd.Cmd.doc_header", "name": "doc_header", "type": "builtins.str"}}, "doc_leader": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cmd.Cmd.doc_leader", "name": "doc_leader", "type": "builtins.str"}}, "emptyline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "cmd.Cmd.emptyline", "name": "emptyline", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["cmd.Cmd"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "emptyline of Cmd", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "get_names": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "cmd.Cmd.get_names", "name": "get_names", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["cmd.Cmd"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_names of Cmd", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "identchars": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cmd.Cmd.identchars", "name": "identchars", "type": "builtins.str"}}, "intro": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cmd.Cmd.intro", "name": "intro", "type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}}}, "lastcmd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cmd.Cmd.lastcmd", "name": "lastcmd", "type": "builtins.str"}}, "misc_header": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cmd.Cmd.misc_header", "name": "misc_header", "type": "builtins.str"}}, "nohelp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cmd.Cmd.nohelp", "name": "nohelp", "type": "builtins.str"}}, "old_completer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cmd.Cmd.old_completer", "name": "old_completer", "type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}}}, "onecmd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "line"], "flags": [], "fullname": "cmd.Cmd.onecmd", "name": "onecmd", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "line"], "arg_types": ["cmd.Cmd", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "onecmd of Cmd", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "parseline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "line"], "flags": [], "fullname": "cmd.Cmd.parseline", "name": "parseline", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "line"], "arg_types": ["cmd.Cmd", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parseline of Cmd", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "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_guard": null, "variables": []}}}, "postcmd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "stop", "line"], "flags": [], "fullname": "cmd.Cmd.postcmd", "name": "postcmd", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "stop", "line"], "arg_types": ["cmd.Cmd", "builtins.bool", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "postcmd of Cmd", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "postloop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "cmd.Cmd.postloop", "name": "postloop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["cmd.Cmd"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "postloop of Cmd", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "precmd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "line"], "flags": [], "fullname": "cmd.Cmd.precmd", "name": "precmd", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "line"], "arg_types": ["cmd.Cmd", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "precmd of Cmd", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "preloop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "cmd.Cmd.preloop", "name": "preloop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["cmd.Cmd"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "preloop of Cmd", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "print_topics": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "header", "cmds", "cmdlen", "maxcol"], "flags": [], "fullname": "cmd.Cmd.print_topics", "name": "print_topics", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "header", "cmds", "cmdlen", "maxcol"], "arg_types": ["cmd.Cmd", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "print_topics of Cmd", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "prompt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cmd.Cmd.prompt", "name": "prompt", "type": "builtins.str"}}, "ruler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cmd.Cmd.ruler", "name": "ruler", "type": "builtins.str"}}, "stdin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cmd.Cmd.stdin", "name": "stdin", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}}}, "stdout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cmd.Cmd.stdout", "name": "stdout", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}}}, "undoc_header": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cmd.Cmd.undoc_header", "name": "undoc_header", "type": "builtins.str"}}, "use_rawinput": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cmd.Cmd.use_rawinput", "name": "use_rawinput", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "cmd.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "cmd.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "cmd.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "cmd.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/cmd.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/cmd.meta.json b/.mypy_cache/3.9/cmd.meta.json deleted file mode 100644 index 5ca8ab75b..000000000 --- a/.mypy_cache/3.9/cmd.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 5, 30], "dependencies": ["typing", "builtins", "abc"], "hash": "fbc76ad537794213b32e806478adc46636137cdbf12544d91eb063d07d37725f", "id": "cmd", "ignore_all": true, "interface_hash": "d15556aabbcc75f011d389f4c270d60dc0cb183544a46bb1595f584fdc37532d", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/cmd.pyi", "plugin_data": null, "size": 1658, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/codecs.data.json b/.mypy_cache/3.9/codecs.data.json deleted file mode 100644 index 9f3724c8c..000000000 --- a/.mypy_cache/3.9/codecs.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "codecs", "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}, "BOM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "codecs.BOM", "name": "BOM", "type": "builtins.bytes"}}, "BOM_BE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "codecs.BOM_BE", "name": "BOM_BE", "type": "builtins.bytes"}}, "BOM_LE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "codecs.BOM_LE", "name": "BOM_LE", "type": "builtins.bytes"}}, "BOM_UTF16": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "codecs.BOM_UTF16", "name": "BOM_UTF16", "type": "builtins.bytes"}}, "BOM_UTF16_BE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "codecs.BOM_UTF16_BE", "name": "BOM_UTF16_BE", "type": "builtins.bytes"}}, "BOM_UTF16_LE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "codecs.BOM_UTF16_LE", "name": "BOM_UTF16_LE", "type": "builtins.bytes"}}, "BOM_UTF32": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "codecs.BOM_UTF32", "name": "BOM_UTF32", "type": "builtins.bytes"}}, "BOM_UTF32_BE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "codecs.BOM_UTF32_BE", "name": "BOM_UTF32_BE", "type": "builtins.bytes"}}, "BOM_UTF32_LE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "codecs.BOM_UTF32_LE", "name": "BOM_UTF32_LE", "type": "builtins.bytes"}}, "BOM_UTF8": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "codecs.BOM_UTF8", "name": "BOM_UTF8", "type": "builtins.bytes"}}, "BinaryIO": {".class": "SymbolTableNode", "cross_ref": "typing.BinaryIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BufferedIncrementalDecoder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["_buffer_decode"], "bases": ["codecs.IncrementalDecoder"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "codecs.BufferedIncrementalDecoder", "name": "BufferedIncrementalDecoder", "type_vars": []}, "flags": ["is_abstract"], "fullname": "codecs.BufferedIncrementalDecoder", "metaclass_type": null, "metadata": {}, "module_name": "codecs", "mro": ["codecs.BufferedIncrementalDecoder", "codecs.IncrementalDecoder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "errors"], "flags": [], "fullname": "codecs.BufferedIncrementalDecoder.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "errors"], "arg_types": ["codecs.BufferedIncrementalDecoder", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BufferedIncrementalDecoder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_buffer_decode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "errors", "final"], "flags": ["is_decorated", "is_abstract"], "fullname": "codecs.BufferedIncrementalDecoder._buffer_decode", "name": "_buffer_decode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "errors", "final"], "arg_types": ["codecs.BufferedIncrementalDecoder", "builtins.bytes", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_buffer_decode of BufferedIncrementalDecoder", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "_buffer_decode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "errors", "final"], "arg_types": ["codecs.BufferedIncrementalDecoder", "builtins.bytes", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_buffer_decode of BufferedIncrementalDecoder", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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": []}}}}, "buffer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "codecs.BufferedIncrementalDecoder.buffer", "name": "buffer", "type": "builtins.bytes"}}, "decode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "final"], "flags": [], "fullname": "codecs.BufferedIncrementalDecoder.decode", "name": "decode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "final"], "arg_types": ["codecs.BufferedIncrementalDecoder", "builtins.bytes", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decode of BufferedIncrementalDecoder", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BufferedIncrementalEncoder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["_buffer_encode"], "bases": ["codecs.IncrementalEncoder"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "codecs.BufferedIncrementalEncoder", "name": "BufferedIncrementalEncoder", "type_vars": []}, "flags": ["is_abstract"], "fullname": "codecs.BufferedIncrementalEncoder", "metaclass_type": null, "metadata": {}, "module_name": "codecs", "mro": ["codecs.BufferedIncrementalEncoder", "codecs.IncrementalEncoder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "errors"], "flags": [], "fullname": "codecs.BufferedIncrementalEncoder.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "errors"], "arg_types": ["codecs.BufferedIncrementalEncoder", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BufferedIncrementalEncoder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_buffer_encode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "errors", "final"], "flags": ["is_decorated", "is_abstract"], "fullname": "codecs.BufferedIncrementalEncoder._buffer_encode", "name": "_buffer_encode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "errors", "final"], "arg_types": ["codecs.BufferedIncrementalEncoder", "builtins.str", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_buffer_encode of BufferedIncrementalEncoder", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "_buffer_encode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "errors", "final"], "arg_types": ["codecs.BufferedIncrementalEncoder", "builtins.str", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_buffer_encode of BufferedIncrementalEncoder", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}, "buffer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "codecs.BufferedIncrementalEncoder.buffer", "name": "buffer", "type": "builtins.str"}}, "encode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "final"], "flags": [], "fullname": "codecs.BufferedIncrementalEncoder.encode", "name": "encode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "final"], "arg_types": ["codecs.BufferedIncrementalEncoder", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "encode of BufferedIncrementalEncoder", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Codec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "codecs.Codec", "name": "Codec", "type_vars": []}, "flags": [], "fullname": "codecs.Codec", "metaclass_type": null, "metadata": {}, "module_name": "codecs", "mro": ["codecs.Codec", "builtins.object"], "names": {".class": "SymbolTable", "decode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "errors"], "flags": [], "fullname": "codecs.Codec.decode", "name": "decode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "errors"], "arg_types": ["codecs.Codec", "builtins.bytes", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decode of Codec", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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": []}}}, "encode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "errors"], "flags": [], "fullname": "codecs.Codec.encode", "name": "encode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "errors"], "arg_types": ["codecs.Codec", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "encode of Codec", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "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": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CodecInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "codecs.CodecInfo", "name": "CodecInfo", "type_vars": []}, "flags": [], "fullname": "codecs.CodecInfo", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "codecs", "mro": ["codecs.CodecInfo", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 5], "arg_names": ["cls", "encode", "decode", "streamreader", "streamwriter", "incrementalencoder", "incrementaldecoder", "name", "_is_text_encoding"], "flags": [], "fullname": "codecs.CodecInfo.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 5], "arg_names": ["cls", "encode", "decode", "streamreader", "streamwriter", "incrementalencoder", "incrementaldecoder", "name", "_is_text_encoding"], "arg_types": [{".class": "TypeType", "item": {".class": "TupleType", "implicit": false, "items": ["codecs._Encoder", "codecs._Decoder", "codecs._StreamReader", "codecs._StreamWriter"], "partial_fallback": "codecs.CodecInfo"}}, "codecs._Encoder", "codecs._Decoder", {".class": "UnionType", "items": ["codecs._StreamReader", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["codecs._StreamWriter", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["codecs._IncrementalEncoder", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["codecs._IncrementalDecoder", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of CodecInfo", "ret_type": {".class": "TupleType", "implicit": false, "items": ["codecs._Encoder", "codecs._Decoder", "codecs._StreamReader", "codecs._StreamWriter"], "partial_fallback": "codecs.CodecInfo"}, "type_guard": null, "variables": []}}}, "decode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "codecs.CodecInfo.decode", "name": "decode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["codecs._Encoder", "codecs._Decoder", "codecs._StreamReader", "codecs._StreamWriter"], "partial_fallback": "codecs.CodecInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decode of CodecInfo", "ret_type": "codecs._Decoder", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "decode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["codecs._Encoder", "codecs._Decoder", "codecs._StreamReader", "codecs._StreamWriter"], "partial_fallback": "codecs.CodecInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decode of CodecInfo", "ret_type": "codecs._Decoder", "type_guard": null, "variables": []}}}}, "encode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "codecs.CodecInfo.encode", "name": "encode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["codecs._Encoder", "codecs._Decoder", "codecs._StreamReader", "codecs._StreamWriter"], "partial_fallback": "codecs.CodecInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "encode of CodecInfo", "ret_type": "codecs._Encoder", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "encode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["codecs._Encoder", "codecs._Decoder", "codecs._StreamReader", "codecs._StreamWriter"], "partial_fallback": "codecs.CodecInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "encode of CodecInfo", "ret_type": "codecs._Encoder", "type_guard": null, "variables": []}}}}, "incrementaldecoder": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "codecs.CodecInfo.incrementaldecoder", "name": "incrementaldecoder", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["codecs._Encoder", "codecs._Decoder", "codecs._StreamReader", "codecs._StreamWriter"], "partial_fallback": "codecs.CodecInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "incrementaldecoder of CodecInfo", "ret_type": "codecs._IncrementalDecoder", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "incrementaldecoder", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["codecs._Encoder", "codecs._Decoder", "codecs._StreamReader", "codecs._StreamWriter"], "partial_fallback": "codecs.CodecInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "incrementaldecoder of CodecInfo", "ret_type": "codecs._IncrementalDecoder", "type_guard": null, "variables": []}}}}, "incrementalencoder": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "codecs.CodecInfo.incrementalencoder", "name": "incrementalencoder", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["codecs._Encoder", "codecs._Decoder", "codecs._StreamReader", "codecs._StreamWriter"], "partial_fallback": "codecs.CodecInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "incrementalencoder of CodecInfo", "ret_type": "codecs._IncrementalEncoder", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "incrementalencoder", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["codecs._Encoder", "codecs._Decoder", "codecs._StreamReader", "codecs._StreamWriter"], "partial_fallback": "codecs.CodecInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "incrementalencoder of CodecInfo", "ret_type": "codecs._IncrementalEncoder", "type_guard": null, "variables": []}}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "codecs.CodecInfo.name", "name": "name", "type": "builtins.str"}}, "streamreader": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "codecs.CodecInfo.streamreader", "name": "streamreader", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["codecs._Encoder", "codecs._Decoder", "codecs._StreamReader", "codecs._StreamWriter"], "partial_fallback": "codecs.CodecInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "streamreader of CodecInfo", "ret_type": "codecs._StreamReader", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "streamreader", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["codecs._Encoder", "codecs._Decoder", "codecs._StreamReader", "codecs._StreamWriter"], "partial_fallback": "codecs.CodecInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "streamreader of CodecInfo", "ret_type": "codecs._StreamReader", "type_guard": null, "variables": []}}}}, "streamwriter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "codecs.CodecInfo.streamwriter", "name": "streamwriter", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["codecs._Encoder", "codecs._Decoder", "codecs._StreamReader", "codecs._StreamWriter"], "partial_fallback": "codecs.CodecInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "streamwriter of CodecInfo", "ret_type": "codecs._StreamWriter", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "streamwriter", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["codecs._Encoder", "codecs._Decoder", "codecs._StreamReader", "codecs._StreamWriter"], "partial_fallback": "codecs.CodecInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "streamwriter of CodecInfo", "ret_type": "codecs._StreamWriter", "type_guard": null, "variables": []}}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["codecs._Encoder", "codecs._Decoder", "codecs._StreamReader", "codecs._StreamWriter"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "EncodedFile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["file", "data_encoding", "file_encoding", "errors"], "flags": [], "fullname": "codecs.EncodedFile", "name": "EncodedFile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["file", "data_encoding", "file_encoding", "errors"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "EncodedFile", "ret_type": "codecs.StreamRecoder", "type_guard": null, "variables": []}}}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IncrementalDecoder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["decode"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "codecs.IncrementalDecoder", "name": "IncrementalDecoder", "type_vars": []}, "flags": ["is_abstract"], "fullname": "codecs.IncrementalDecoder", "metaclass_type": null, "metadata": {}, "module_name": "codecs", "mro": ["codecs.IncrementalDecoder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "errors"], "flags": [], "fullname": "codecs.IncrementalDecoder.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "errors"], "arg_types": ["codecs.IncrementalDecoder", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of IncrementalDecoder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "decode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "final"], "flags": ["is_decorated", "is_abstract"], "fullname": "codecs.IncrementalDecoder.decode", "name": "decode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "final"], "arg_types": ["codecs.IncrementalDecoder", "builtins.bytes", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decode of IncrementalDecoder", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "decode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "final"], "arg_types": ["codecs.IncrementalDecoder", "builtins.bytes", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decode of IncrementalDecoder", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "errors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "codecs.IncrementalDecoder.errors", "name": "errors", "type": "builtins.str"}}, "getstate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.IncrementalDecoder.getstate", "name": "getstate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.IncrementalDecoder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getstate of IncrementalDecoder", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "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": []}}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.IncrementalDecoder.reset", "name": "reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.IncrementalDecoder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset of IncrementalDecoder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setstate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "codecs.IncrementalDecoder.setstate", "name": "setstate", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "arg_types": ["codecs.IncrementalDecoder", {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setstate of IncrementalDecoder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IncrementalEncoder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["encode"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "codecs.IncrementalEncoder", "name": "IncrementalEncoder", "type_vars": []}, "flags": ["is_abstract"], "fullname": "codecs.IncrementalEncoder", "metaclass_type": null, "metadata": {}, "module_name": "codecs", "mro": ["codecs.IncrementalEncoder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "errors"], "flags": [], "fullname": "codecs.IncrementalEncoder.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "errors"], "arg_types": ["codecs.IncrementalEncoder", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of IncrementalEncoder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "encode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "final"], "flags": ["is_decorated", "is_abstract"], "fullname": "codecs.IncrementalEncoder.encode", "name": "encode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "final"], "arg_types": ["codecs.IncrementalEncoder", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "encode of IncrementalEncoder", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "encode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "final"], "arg_types": ["codecs.IncrementalEncoder", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "encode of IncrementalEncoder", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}, "errors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "codecs.IncrementalEncoder.errors", "name": "errors", "type": "builtins.str"}}, "getstate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.IncrementalEncoder.getstate", "name": "getstate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.IncrementalEncoder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getstate of IncrementalEncoder", "ret_type": {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}, "type_guard": null, "variables": []}}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.IncrementalEncoder.reset", "name": "reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.IncrementalEncoder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset of IncrementalEncoder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setstate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "codecs.IncrementalEncoder.setstate", "name": "setstate", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "arg_types": ["codecs.IncrementalEncoder", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setstate of IncrementalEncoder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing.Protocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "StreamReader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["codecs.Codec"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "codecs.StreamReader", "name": "StreamReader", "type_vars": []}, "flags": [], "fullname": "codecs.StreamReader", "metaclass_type": null, "metadata": {}, "module_name": "codecs", "mro": ["codecs.StreamReader", "codecs.Codec", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamReader.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "codecs._SR", "id": -1, "name": "_SR", "upper_bound": "codecs.StreamReader", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of StreamReader", "ret_type": {".class": "TypeVarType", "fullname": "codecs._SR", "id": -1, "name": "_SR", "upper_bound": "codecs.StreamReader", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "codecs._SR", "id": -1, "name": "_SR", "upper_bound": "codecs.StreamReader", "values": [], "variance": 0}]}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "typ", "exc", "tb"], "flags": [], "fullname": "codecs.StreamReader.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["codecs.StreamReader", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of StreamReader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "getattr"], "flags": [], "fullname": "codecs.StreamReader.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": [null, null, null], "arg_types": ["codecs.StreamReader", "builtins.str", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of StreamReader", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "stream", "errors"], "flags": [], "fullname": "codecs.StreamReader.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "stream", "errors"], "arg_types": ["codecs.StreamReader", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of StreamReader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamReader.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["codecs.StreamReader"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of StreamReader", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "errors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "codecs.StreamReader.errors", "name": "errors", "type": "builtins.str"}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "size", "chars", "firstline"], "flags": [], "fullname": "codecs.StreamReader.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "size", "chars", "firstline"], "arg_types": ["codecs.StreamReader", "builtins.int", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of StreamReader", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "readline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "size", "keepends"], "flags": [], "fullname": "codecs.StreamReader.readline", "name": "readline", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "size", "keepends"], "arg_types": ["codecs.StreamReader", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readline of StreamReader", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "readlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sizehint", "keepends"], "flags": [], "fullname": "codecs.StreamReader.readlines", "name": "readlines", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sizehint", "keepends"], "arg_types": ["codecs.StreamReader", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readlines of StreamReader", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamReader.reset", "name": "reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamReader"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset of StreamReader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "StreamReaderWriter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["typing.TextIO"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "codecs.StreamReaderWriter", "name": "StreamReaderWriter", "type_vars": []}, "flags": [], "fullname": "codecs.StreamReaderWriter", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "codecs", "mro": ["codecs.StreamReaderWriter", "typing.TextIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamReaderWriter.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "codecs._T", "id": -1, "name": "_T", "upper_bound": "codecs.StreamReaderWriter", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of StreamReaderWriter", "ret_type": {".class": "TypeVarType", "fullname": "codecs._T", "id": -1, "name": "_T", "upper_bound": "codecs.StreamReaderWriter", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "codecs._T", "id": -1, "name": "_T", "upper_bound": "codecs.StreamReaderWriter", "values": [], "variance": 0}]}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "typ", "exc", "tb"], "flags": [], "fullname": "codecs.StreamReaderWriter.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["codecs.StreamReaderWriter", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of StreamReaderWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "codecs.StreamReaderWriter.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["codecs.StreamReaderWriter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of StreamReaderWriter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "stream", "Reader", "Writer", "errors"], "flags": [], "fullname": "codecs.StreamReaderWriter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "stream", "Reader", "Writer", "errors"], "arg_types": ["codecs.StreamReaderWriter", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "codecs._StreamReader", "codecs._StreamWriter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of StreamReaderWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamReaderWriter.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "codecs._T", "id": -1, "name": "_T", "upper_bound": "codecs.StreamReaderWriter", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of StreamReaderWriter", "ret_type": {".class": "TypeVarType", "fullname": "codecs._T", "id": -1, "name": "_T", "upper_bound": "codecs.StreamReaderWriter", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "codecs._T", "id": -1, "name": "_T", "upper_bound": "codecs.StreamReaderWriter", "values": [], "variance": 0}]}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamReaderWriter.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamReaderWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of StreamReaderWriter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamReaderWriter.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamReaderWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of StreamReaderWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fileno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamReaderWriter.fileno", "name": "fileno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamReaderWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fileno of StreamReaderWriter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "flush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamReaderWriter.flush", "name": "flush", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamReaderWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flush of StreamReaderWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "isatty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamReaderWriter.isatty", "name": "isatty", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamReaderWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isatty of StreamReaderWriter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "flags": [], "fullname": "codecs.StreamReaderWriter.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "arg_types": ["codecs.StreamReaderWriter", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of StreamReaderWriter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "readable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamReaderWriter.readable", "name": "readable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamReaderWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readable of StreamReaderWriter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "readline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "flags": [], "fullname": "codecs.StreamReaderWriter.readline", "name": "readline", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "arg_types": ["codecs.StreamReaderWriter", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readline of StreamReaderWriter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "readlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sizehint"], "flags": [], "fullname": "codecs.StreamReaderWriter.readlines", "name": "readlines", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "sizehint"], "arg_types": ["codecs.StreamReaderWriter", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readlines of StreamReaderWriter", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamReaderWriter.reset", "name": "reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamReaderWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset of StreamReaderWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "seek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "offset", "whence"], "flags": [], "fullname": "codecs.StreamReaderWriter.seek", "name": "seek", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "offset", "whence"], "arg_types": ["codecs.StreamReaderWriter", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seek of StreamReaderWriter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "seekable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamReaderWriter.seekable", "name": "seekable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamReaderWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seekable of StreamReaderWriter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "tell": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamReaderWriter.tell", "name": "tell", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamReaderWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tell of StreamReaderWriter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "truncate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "flags": [], "fullname": "codecs.StreamReaderWriter.truncate", "name": "truncate", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "arg_types": ["codecs.StreamReaderWriter", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "truncate of StreamReaderWriter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "writable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamReaderWriter.writable", "name": "writable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamReaderWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writable of StreamReaderWriter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "flags": [], "fullname": "codecs.StreamReaderWriter.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "arg_types": ["codecs.StreamReaderWriter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of StreamReaderWriter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "writelines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "list"], "flags": [], "fullname": "codecs.StreamReaderWriter.writelines", "name": "writelines", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "list"], "arg_types": ["codecs.StreamReaderWriter", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writelines of StreamReaderWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "StreamRecoder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["typing.BinaryIO"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "codecs.StreamRecoder", "name": "StreamRecoder", "type_vars": []}, "flags": [], "fullname": "codecs.StreamRecoder", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "codecs", "mro": ["codecs.StreamRecoder", "typing.BinaryIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamRecoder.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "codecs._SRT", "id": -1, "name": "_SRT", "upper_bound": "codecs.StreamRecoder", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of StreamRecoder", "ret_type": {".class": "TypeVarType", "fullname": "codecs._SRT", "id": -1, "name": "_SRT", "upper_bound": "codecs.StreamRecoder", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "codecs._SRT", "id": -1, "name": "_SRT", "upper_bound": "codecs.StreamRecoder", "values": [], "variance": 0}]}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "type", "value", "tb"], "flags": [], "fullname": "codecs.StreamRecoder.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["codecs.StreamRecoder", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of StreamRecoder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "codecs.StreamRecoder.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["codecs.StreamRecoder", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of StreamRecoder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "stream", "encode", "decode", "Reader", "Writer", "errors"], "flags": [], "fullname": "codecs.StreamRecoder.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "stream", "encode", "decode", "Reader", "Writer", "errors"], "arg_types": ["codecs.StreamRecoder", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "codecs._Encoder", "codecs._Decoder", "codecs._StreamReader", "codecs._StreamWriter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of StreamRecoder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamRecoder.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "codecs._SRT", "id": -1, "name": "_SRT", "upper_bound": "codecs.StreamRecoder", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of StreamRecoder", "ret_type": {".class": "TypeVarType", "fullname": "codecs._SRT", "id": -1, "name": "_SRT", "upper_bound": "codecs.StreamRecoder", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "codecs._SRT", "id": -1, "name": "_SRT", "upper_bound": "codecs.StreamRecoder", "values": [], "variance": 0}]}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamRecoder.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamRecoder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of StreamRecoder", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamRecoder.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamRecoder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of StreamRecoder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fileno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamRecoder.fileno", "name": "fileno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamRecoder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fileno of StreamRecoder", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "flush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamRecoder.flush", "name": "flush", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamRecoder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flush of StreamRecoder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "isatty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamRecoder.isatty", "name": "isatty", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamRecoder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isatty of StreamRecoder", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "flags": [], "fullname": "codecs.StreamRecoder.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "arg_types": ["codecs.StreamRecoder", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of StreamRecoder", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "readable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamRecoder.readable", "name": "readable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamRecoder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readable of StreamRecoder", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "readline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "flags": [], "fullname": "codecs.StreamRecoder.readline", "name": "readline", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "arg_types": ["codecs.StreamRecoder", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readline of StreamRecoder", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "readlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sizehint"], "flags": [], "fullname": "codecs.StreamRecoder.readlines", "name": "readlines", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "sizehint"], "arg_types": ["codecs.StreamRecoder", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readlines of StreamRecoder", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamRecoder.reset", "name": "reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamRecoder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset of StreamRecoder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "seek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "offset", "whence"], "flags": [], "fullname": "codecs.StreamRecoder.seek", "name": "seek", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "offset", "whence"], "arg_types": ["codecs.StreamRecoder", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seek of StreamRecoder", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "seekable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamRecoder.seekable", "name": "seekable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamRecoder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seekable of StreamRecoder", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "tell": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamRecoder.tell", "name": "tell", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamRecoder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tell of StreamRecoder", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "truncate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "flags": [], "fullname": "codecs.StreamRecoder.truncate", "name": "truncate", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "arg_types": ["codecs.StreamRecoder", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "truncate of StreamRecoder", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "writable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamRecoder.writable", "name": "writable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamRecoder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writable of StreamRecoder", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "flags": [], "fullname": "codecs.StreamRecoder.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "arg_types": ["codecs.StreamRecoder", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of StreamRecoder", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "writelines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "list"], "flags": [], "fullname": "codecs.StreamRecoder.writelines", "name": "writelines", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "list"], "arg_types": ["codecs.StreamRecoder", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writelines of StreamRecoder", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "StreamWriter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["codecs.Codec"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "codecs.StreamWriter", "name": "StreamWriter", "type_vars": []}, "flags": [], "fullname": "codecs.StreamWriter", "metaclass_type": null, "metadata": {}, "module_name": "codecs", "mro": ["codecs.StreamWriter", "codecs.Codec", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamWriter.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "codecs._SW", "id": -1, "name": "_SW", "upper_bound": "codecs.StreamWriter", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of StreamWriter", "ret_type": {".class": "TypeVarType", "fullname": "codecs._SW", "id": -1, "name": "_SW", "upper_bound": "codecs.StreamWriter", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "codecs._SW", "id": -1, "name": "_SW", "upper_bound": "codecs.StreamWriter", "values": [], "variance": 0}]}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "typ", "exc", "tb"], "flags": [], "fullname": "codecs.StreamWriter.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["codecs.StreamWriter", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of StreamWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "getattr"], "flags": [], "fullname": "codecs.StreamWriter.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": [null, null, null], "arg_types": ["codecs.StreamWriter", "builtins.str", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of StreamWriter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "stream", "errors"], "flags": [], "fullname": "codecs.StreamWriter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "stream", "errors"], "arg_types": ["codecs.StreamWriter", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of StreamWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "errors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "codecs.StreamWriter.errors", "name": "errors", "type": "builtins.str"}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "codecs.StreamWriter.reset", "name": "reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["codecs.StreamWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset of StreamWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "flags": [], "fullname": "codecs.StreamWriter.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "arg_types": ["codecs.StreamWriter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of StreamWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "writelines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "list"], "flags": [], "fullname": "codecs.StreamWriter.writelines", "name": "writelines", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "list"], "arg_types": ["codecs.StreamWriter", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writelines of StreamWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TextIO": {".class": "SymbolTableNode", "cross_ref": "typing.TextIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "_BytesToBytesEncodingT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "codecs._BytesToBytesEncodingT", "line": 54, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "base64"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "base_64"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "base64_codec"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bz2"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bz2_codec"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "hex"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "hex_codec"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "quopri"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "quotedprintable"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "quoted_printable"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "quopri_codec"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "uu"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "uu_codec"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "zip"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "zlib"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "zlib_codec"}]}}}, "_Decoded": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "codecs._Decoded", "line": 31, "no_args": true, "normalized": false, "target": "builtins.str"}}, "_Decoder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "codecs._Decoder", "name": "_Decoder", "type_vars": []}, "flags": ["is_protocol"], "fullname": "codecs._Decoder", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "codecs", "mro": ["codecs._Decoder", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "errors"], "flags": [], "fullname": "codecs._Decoder.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "errors"], "arg_types": ["codecs._Decoder", "builtins.bytes", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _Decoder", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Encoded": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "codecs._Encoded", "line": 32, "no_args": true, "normalized": false, "target": "builtins.bytes"}}, "_Encoder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "codecs._Encoder", "name": "_Encoder", "type_vars": []}, "flags": ["is_protocol"], "fullname": "codecs._Encoder", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "codecs", "mro": ["codecs._Encoder", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "errors"], "flags": [], "fullname": "codecs._Encoder.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "errors"], "arg_types": ["codecs._Encoder", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _Encoder", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "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": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_IncrementalDecoder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "codecs._IncrementalDecoder", "name": "_IncrementalDecoder", "type_vars": []}, "flags": ["is_protocol"], "fullname": "codecs._IncrementalDecoder", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "codecs", "mro": ["codecs._IncrementalDecoder", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "errors"], "flags": [], "fullname": "codecs._IncrementalDecoder.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "errors"], "arg_types": ["codecs._IncrementalDecoder", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _IncrementalDecoder", "ret_type": "codecs.IncrementalDecoder", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_IncrementalEncoder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "codecs._IncrementalEncoder", "name": "_IncrementalEncoder", "type_vars": []}, "flags": ["is_protocol"], "fullname": "codecs._IncrementalEncoder", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "codecs", "mro": ["codecs._IncrementalEncoder", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "errors"], "flags": [], "fullname": "codecs._IncrementalEncoder.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "errors"], "arg_types": ["codecs._IncrementalEncoder", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _IncrementalEncoder", "ret_type": "codecs.IncrementalEncoder", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_SR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "codecs._SR", "name": "_SR", "upper_bound": "codecs.StreamReader", "values": [], "variance": 0}}, "_SRT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "codecs._SRT", "name": "_SRT", "upper_bound": "codecs.StreamRecoder", "values": [], "variance": 0}}, "_SW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "codecs._SW", "name": "_SW", "upper_bound": "codecs.StreamWriter", "values": [], "variance": 0}}, "_StreamReader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "codecs._StreamReader", "name": "_StreamReader", "type_vars": []}, "flags": ["is_protocol"], "fullname": "codecs._StreamReader", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "codecs", "mro": ["codecs._StreamReader", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "stream", "errors"], "flags": [], "fullname": "codecs._StreamReader.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "stream", "errors"], "arg_types": ["codecs._StreamReader", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _StreamReader", "ret_type": "codecs.StreamReader", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_StreamWriter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "codecs._StreamWriter", "name": "_StreamWriter", "type_vars": []}, "flags": ["is_protocol"], "fullname": "codecs._StreamWriter", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "codecs", "mro": ["codecs._StreamWriter", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "stream", "errors"], "flags": [], "fullname": "codecs._StreamWriter.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "stream", "errors"], "arg_types": ["codecs._StreamWriter", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _StreamWriter", "ret_type": "codecs.StreamWriter", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "codecs._T", "name": "_T", "upper_bound": "codecs.StreamReaderWriter", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "codecs.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "codecs.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "codecs.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "codecs.__package__", "name": "__package__", "type": "builtins.str"}}, "abstractmethod": {".class": "SymbolTableNode", "cross_ref": "abc.abstractmethod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "backslashreplace_errors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["exception"], "flags": [], "fullname": "codecs.backslashreplace_errors", "name": "backslashreplace_errors", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["exception"], "arg_types": ["builtins.UnicodeError"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "backslashreplace_errors", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "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": []}}}, "decode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "codecs.decode", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["obj", "encoding", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "codecs.decode", "name": "decode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["obj", "encoding", "errors"], "arg_types": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "codecs._BytesToBytesEncodingT"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decode", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "decode", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "encoding", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "codecs.decode", "name": "decode", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "encoding", "errors"], "arg_types": ["builtins.str", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "rot13"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rot_13"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decode", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "decode", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "encoding", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "codecs.decode", "name": "decode", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "encoding", "errors"], "arg_types": ["builtins.bytes", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decode", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "decode", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["obj", "encoding", "errors"], "arg_types": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "codecs._BytesToBytesEncodingT"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decode", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "encoding", "errors"], "arg_types": ["builtins.str", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "rot13"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rot_13"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decode", "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "encoding", "errors"], "arg_types": ["builtins.bytes", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decode", "ret_type": "builtins.str", "type_guard": null, "variables": []}]}}}, "encode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "codecs.encode", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["obj", "encoding", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "codecs.encode", "name": "encode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["obj", "encoding", "errors"], "arg_types": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "codecs._BytesToBytesEncodingT"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "encode", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "encode", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "encoding", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "codecs.encode", "name": "encode", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "encoding", "errors"], "arg_types": ["builtins.str", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "rot13"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rot_13"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "encode", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "encode", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "encoding", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "codecs.encode", "name": "encode", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "encoding", "errors"], "arg_types": ["builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "encode", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "encode", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["obj", "encoding", "errors"], "arg_types": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "codecs._BytesToBytesEncodingT"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "encode", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "encoding", "errors"], "arg_types": ["builtins.str", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "rot13"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rot_13"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "encode", "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "encoding", "errors"], "arg_types": ["builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "encode", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}]}}}, "getdecoder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["encoding"], "flags": [], "fullname": "codecs.getdecoder", "name": "getdecoder", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["encoding"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getdecoder", "ret_type": "codecs._Decoder", "type_guard": null, "variables": []}}}, "getencoder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["encoding"], "flags": [], "fullname": "codecs.getencoder", "name": "getencoder", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["encoding"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getencoder", "ret_type": "codecs._Encoder", "type_guard": null, "variables": []}}}, "getincrementaldecoder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["encoding"], "flags": [], "fullname": "codecs.getincrementaldecoder", "name": "getincrementaldecoder", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["encoding"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getincrementaldecoder", "ret_type": "codecs._IncrementalDecoder", "type_guard": null, "variables": []}}}, "getincrementalencoder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["encoding"], "flags": [], "fullname": "codecs.getincrementalencoder", "name": "getincrementalencoder", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["encoding"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getincrementalencoder", "ret_type": "codecs._IncrementalEncoder", "type_guard": null, "variables": []}}}, "getreader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["encoding"], "flags": [], "fullname": "codecs.getreader", "name": "getreader", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["encoding"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getreader", "ret_type": "codecs._StreamReader", "type_guard": null, "variables": []}}}, "getwriter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["encoding"], "flags": [], "fullname": "codecs.getwriter", "name": "getwriter", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["encoding"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getwriter", "ret_type": "codecs._StreamWriter", "type_guard": null, "variables": []}}}, "ignore_errors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["exception"], "flags": [], "fullname": "codecs.ignore_errors", "name": "ignore_errors", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["exception"], "arg_types": ["builtins.UnicodeError"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ignore_errors", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "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": []}}}, "iterdecode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["iterator", "encoding", "errors"], "flags": [], "fullname": "codecs.iterdecode", "name": "iterdecode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["iterator", "encoding", "errors"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Iterable"}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iterdecode", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}, "iterencode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["iterator", "encoding", "errors"], "flags": [], "fullname": "codecs.iterencode", "name": "iterencode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["iterator", "encoding", "errors"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iterencode", "ret_type": {".class": "Instance", "args": ["builtins.bytes", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}, "lookup": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__encoding"], "flags": [], "fullname": "codecs.lookup", "name": "lookup", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lookup", "ret_type": {".class": "TupleType", "implicit": false, "items": ["codecs._Encoder", "codecs._Decoder", "codecs._StreamReader", "codecs._StreamWriter"], "partial_fallback": "codecs.CodecInfo"}, "type_guard": null, "variables": []}}}, "lookup_error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__name"], "flags": [], "fullname": "codecs.lookup_error", "name": "lookup_error", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lookup_error", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.UnicodeError"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "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": []}, "type_guard": null, "variables": []}}}, "open": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["filename", "mode", "encoding", "errors", "buffering"], "flags": [], "fullname": "codecs.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["filename", "mode", "encoding", "errors", "buffering"], "arg_types": ["builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "codecs.StreamReaderWriter", "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "register": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__search_function"], "flags": [], "fullname": "codecs.register", "name": "register", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["codecs._Encoder", "codecs._Decoder", "codecs._StreamReader", "codecs._StreamWriter"], "partial_fallback": "codecs.CodecInfo"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "register_error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__errors", "__handler"], "flags": [], "fullname": "codecs.register_error", "name": "register_error", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.UnicodeError"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "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": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_error", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "replace_errors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["exception"], "flags": [], "fullname": "codecs.replace_errors", "name": "replace_errors", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["exception"], "arg_types": ["builtins.UnicodeError"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "replace_errors", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "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": []}}}, "strict_errors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["exception"], "flags": [], "fullname": "codecs.strict_errors", "name": "strict_errors", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["exception"], "arg_types": ["builtins.UnicodeError"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strict_errors", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "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": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef", "module_hidden": true, "module_public": false}, "utf_16_be_decode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["__data", "__errors", "__final"], "flags": [], "fullname": "codecs.utf_16_be_decode", "name": "utf_16_be_decode", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": [null, null, null], "arg_types": ["builtins.bytes", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "utf_16_be_decode", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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": []}}}, "utf_16_be_encode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["__str", "__errors"], "flags": [], "fullname": "codecs.utf_16_be_encode", "name": "utf_16_be_encode", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": [null, null], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "utf_16_be_encode", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "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": []}}}, "xmlcharrefreplace_errors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["exception"], "flags": [], "fullname": "codecs.xmlcharrefreplace_errors", "name": "xmlcharrefreplace_errors", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["exception"], "arg_types": ["builtins.UnicodeError"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xmlcharrefreplace_errors", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "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": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/codecs.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/codecs.meta.json b/.mypy_cache/3.9/codecs.meta.json deleted file mode 100644 index 8a8e8d638..000000000 --- a/.mypy_cache/3.9/codecs.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000169, "dep_lines": [1, 2, 3, 4, 23, 1], "dep_prios": [10, 10, 5, 5, 5, 5], "dependencies": ["sys", "types", "abc", "typing", "typing_extensions", "builtins"], "hash": "e13fba09edb87e0b1592465d78f1a6ef3fdbe28e64d526416a11aeaf0b594e4e", "id": "codecs", "ignore_all": true, "interface_hash": "810dd5c5cd59b8457bdb35e0e2d0aa1e510bf5cc124e4c020833bd767410bf10", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/codecs.pyi", "plugin_data": null, "size": 12435, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/collections/__init__.data.json b/.mypy_cache/3.9/collections/__init__.data.json deleted file mode 100644 index 269513c48..000000000 --- a/.mypy_cache/3.9/collections/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "collections", "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}, "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"}, "ChainMap": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "collections.ChainMap", "name": "ChainMap", "type_vars": [{".class": "TypeVarDef", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "collections.ChainMap", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "collections", "mro": ["collections.ChainMap", "typing.MutableMapping", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "v"], "flags": [], "fullname": "collections.ChainMap.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.ChainMap"}, {".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of ChainMap", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "k"], "flags": [], "fullname": "collections.ChainMap.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.ChainMap"}, {".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of ChainMap", "ret_type": {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "maps"], "flags": [], "fullname": "collections.ChainMap.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "maps"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.ChainMap"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ChainMap", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.ChainMap.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.ChainMap"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of ChainMap", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.ChainMap.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.ChainMap"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of ChainMap", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__missing__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "collections.ChainMap.__missing__", "name": "__missing__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.ChainMap"}, {".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__missing__ of ChainMap", "ret_type": {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "k", "v"], "flags": [], "fullname": "collections.ChainMap.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.ChainMap"}, {".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of ChainMap", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "maps": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "collections.ChainMap.maps", "name": "maps", "type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}], "type_ref": "builtins.list"}}}, "new_child": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "m"], "flags": [], "fullname": "collections.ChainMap.new_child", "name": "new_child", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "m"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.ChainMap"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_child of ChainMap", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.ChainMap"}, "type_guard": null, "variables": []}}}, "parents": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "collections.ChainMap.parents", "name": "parents", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.ChainMap"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parents of ChainMap", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.ChainMap"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "parents", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.ChainMap"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parents of ChainMap", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.ChainMap"}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": ["_KT", "_VT"], "typeddict_type": null}}, "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"}, "Counter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int"], "type_ref": "builtins.dict"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "collections.Counter", "name": "Counter", "type_vars": [{".class": "TypeVarDef", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "collections.Counter", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "collections", "mro": ["collections.Counter", "builtins.dict", "typing.MutableMapping", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "collections.Counter.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of Counter", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, "type_guard": null, "variables": []}}}, "__and__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "collections.Counter.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of Counter", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, "type_guard": null, "variables": []}}}, "__iadd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "collections.Counter.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of Counter", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, "type_guard": null, "variables": []}}}, "__iand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "collections.Counter.__iand__", "name": "__iand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of Counter", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "collections.Counter.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 4], "arg_names": ["self", "__iterable", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.Counter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 4], "arg_names": ["self", null, "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "NoneType"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Counter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__mapping"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.Counter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Counter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__iterable"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.Counter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Counter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 4], "arg_names": ["self", null, "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "NoneType"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Counter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Counter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Counter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__ior__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "collections.Counter.__ior__", "name": "__ior__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of Counter", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, "type_guard": null, "variables": []}}}, "__isub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "collections.Counter.__isub__", "name": "__isub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of Counter", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, "type_guard": null, "variables": []}}}, "__neg__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.Counter.__neg__", "name": "__neg__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of Counter", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, "type_guard": null, "variables": []}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "collections.Counter.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of Counter", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, "type_guard": null, "variables": []}}}, "__pos__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.Counter.__pos__", "name": "__pos__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pos__ of Counter", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, "type_guard": null, "variables": []}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "collections.Counter.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of Counter", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.Counter.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of Counter", "ret_type": {".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "elements": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.Counter.elements", "name": "elements", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "elements of Counter", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "fromkeys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "iterable", "v"], "flags": ["is_class", "is_decorated"], "fullname": "collections.Counter.fromkeys", "name": "fromkeys", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "iterable", "v"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromkeys of Counter", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "fromkeys", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "iterable", "v"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromkeys of Counter", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}}, "most_common": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "flags": [], "fullname": "collections.Counter.most_common", "name": "most_common", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "most_common of Counter", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "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"}, "type_guard": null, "variables": []}}}, "subtract": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "collections.Counter.subtract", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__iterable"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.Counter.subtract", "name": "subtract", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subtract of Counter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "subtract", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__mapping"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.Counter.subtract", "name": "subtract", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subtract of Counter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "subtract", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__iterable"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.Counter.subtract", "name": "subtract", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subtract of Counter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "subtract", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subtract of Counter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subtract of Counter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subtract of Counter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "collections.Counter.update", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "__m", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.Counter.update", "name": "update", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", null, "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int"], "type_ref": "typing.Mapping"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of Counter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "update", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "__m", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.Counter.update", "name": "update", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", null, "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "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": "typing.Iterable"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of Counter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "update", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 4], "arg_names": ["self", "__m", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.Counter.update", "name": "update", "type": {".class": "CallableType", "arg_kinds": [0, 1, 4], "arg_names": ["self", null, "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "NoneType"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of Counter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "update", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", null, "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int"], "type_ref": "typing.Mapping"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of Counter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", null, "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "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": "typing.Iterable"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of Counter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 4], "arg_names": ["self", null, "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.Counter"}, {".class": "NoneType"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of Counter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef"}, "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"}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "OrderedDict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Reversible"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "collections.OrderedDict", "name": "OrderedDict", "type_vars": [{".class": "TypeVarDef", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "collections.OrderedDict", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "collections", "mro": ["collections.OrderedDict", "builtins.dict", "typing.MutableMapping", "typing.Mapping", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__reversed__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.OrderedDict.__reversed__", "name": "__reversed__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.OrderedDict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reversed__ of OrderedDict", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.OrderedDict.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of OrderedDict", "ret_type": {".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "items": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.OrderedDict.items", "name": "items", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.OrderedDict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "items of OrderedDict", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections._OrderedDictItemsView"}, "type_guard": null, "variables": []}}}, "keys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.OrderedDict.keys", "name": "keys", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.OrderedDict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "keys of OrderedDict", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections._OrderedDictKeysView"}, "type_guard": null, "variables": []}}}, "move_to_end": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "key", "last"], "flags": [], "fullname": "collections.OrderedDict.move_to_end", "name": "move_to_end", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "key", "last"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.OrderedDict"}, {".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "move_to_end of OrderedDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "popitem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "last"], "flags": [], "fullname": "collections.OrderedDict.popitem", "name": "popitem", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "last"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.OrderedDict"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "popitem of OrderedDict", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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": []}}}, "values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.OrderedDict.values", "name": "values", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.OrderedDict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "values of OrderedDict", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections._OrderedDictValuesView"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_KT", "_VT"], "typeddict_type": null}}, "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"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "UserDict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "collections.UserDict", "name": "UserDict", "type_vars": [{".class": "TypeVarDef", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "collections.UserDict", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "collections", "mro": ["collections.UserDict", "typing.MutableMapping", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "collections.UserDict.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserDict"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of UserDict", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "collections.UserDict.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserDict"}, {".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of UserDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "collections.UserDict.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserDict"}, {".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of UserDict", "ret_type": {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 4], "arg_names": ["self", "__dict", "kwargs"], "flags": [], "fullname": "collections.UserDict.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 4], "arg_names": ["self", null, "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserDict"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of UserDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserDict.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserDict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of UserDict", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserDict.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserDict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of UserDict", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "item"], "flags": [], "fullname": "collections.UserDict.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserDict"}, {".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of UserDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserDict.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of UserDict", "ret_type": {".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "collections.UserDict.data", "name": "data", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}}}, "fromkeys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "iterable", "value"], "flags": ["is_class", "is_decorated"], "fullname": "collections.UserDict.fromkeys", "name": "fromkeys", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "iterable", "value"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromkeys of UserDict", "ret_type": {".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "fromkeys", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "iterable", "value"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromkeys of UserDict", "ret_type": {".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}}, "tuple_type": null, "type_vars": ["_KT", "_VT"], "typeddict_type": null}}, "UserList": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "collections.UserList", "name": "UserList", "type_vars": [{".class": "TypeVarDef", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "collections.UserList", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "collections", "mro": ["collections.UserList", "typing.MutableSequence", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "collections.UserList.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of UserList", "ret_type": {".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": [], "fullname": "collections.UserList.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of UserList", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": [], "fullname": "collections.UserList.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, {".class": "UnionType", "items": ["builtins.int", "builtins.slice"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of UserList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "collections.UserList.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of UserList", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "collections.UserList.__getitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.UserList.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of UserList", "ret_type": {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.UserList.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of UserList", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of UserList", "ret_type": {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of UserList", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "type_guard": null, "variables": []}]}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "collections.UserList.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of UserList", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__iadd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "collections.UserList.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of UserList", "ret_type": {".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__imul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "collections.UserList.__imul__", "name": "__imul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of UserList", "ret_type": {".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "initlist"], "flags": [], "fullname": "collections.UserList.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "initlist"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of UserList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "collections.UserList.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of UserList", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserList.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of UserList", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "collections.UserList.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of UserList", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "collections.UserList.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of UserList", "ret_type": {".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "collections.UserList.__setitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "i", "o"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.UserList.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, "builtins.int", {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of UserList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "i", "o"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.UserList.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, "builtins.slice", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of UserList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, "builtins.int", {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of UserList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, "builtins.slice", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of UserList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "append": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": [], "fullname": "collections.UserList.append", "name": "append", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "append of UserList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserList.clear", "name": "clear", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear of UserList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserList.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of UserList", "ret_type": {".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": [], "fullname": "collections.UserList.count", "name": "count", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count of UserList", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "collections.UserList.data", "name": "data", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}}}, "extend": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "collections.UserList.extend", "name": "extend", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extend of UserList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "item", "args"], "flags": [], "fullname": "collections.UserList.index", "name": "index", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "item", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index of UserList", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "insert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "i", "item"], "flags": [], "fullname": "collections.UserList.insert", "name": "insert", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "i", "item"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, "builtins.int", {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "insert of UserList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "i"], "flags": [], "fullname": "collections.UserList.pop", "name": "pop", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "i"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop of UserList", "ret_type": {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "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": "collections.UserList.remove", "name": "remove", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove of UserList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserList.reverse", "name": "reverse", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reverse of UserList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sort": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwds"], "flags": [], "fullname": "collections.UserList.sort", "name": "sort", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwds"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.UserList"}, {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort of UserList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "UserString": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "collections.UserString", "name": "UserString", "type_vars": []}, "flags": [], "fullname": "collections.UserString", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "collections", "mro": ["collections.UserString", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "collections.UserString.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}, "__complex__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.__complex__", "name": "__complex__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["collections.UserString"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__complex__ of UserString", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "char"], "flags": [], "fullname": "collections.UserString.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["collections.UserString", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of UserString", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__float__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.__float__", "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["collections.UserString"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__float__ of UserString", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "string"], "flags": [], "fullname": "collections.UserString.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["collections.UserString", {".class": "UnionType", "items": ["builtins.str", "collections.UserString"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of UserString", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": [], "fullname": "collections.UserString.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.int", "builtins.slice"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}, "__getnewargs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.__getnewargs__", "name": "__getnewargs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["collections.UserString"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getnewargs__ of UserString", "ret_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"}}, "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "string"], "flags": [], "fullname": "collections.UserString.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["collections.UserString", {".class": "UnionType", "items": ["builtins.str", "collections.UserString"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of UserString", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "seq"], "flags": [], "fullname": "collections.UserString.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "seq"], "arg_types": ["collections.UserString", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of UserString", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__int__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.__int__", "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["collections.UserString"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__int__ of UserString", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "string"], "flags": [], "fullname": "collections.UserString.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["collections.UserString", {".class": "UnionType", "items": ["builtins.str", "collections.UserString"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of UserString", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["collections.UserString"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of UserString", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "string"], "flags": [], "fullname": "collections.UserString.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["collections.UserString", {".class": "UnionType", "items": ["builtins.str", "collections.UserString"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of UserString", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "args"], "flags": [], "fullname": "collections.UserString.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "collections.UserString.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}, "capitalize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.capitalize", "name": "capitalize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "capitalize of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}, "casefold": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.casefold", "name": "casefold", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "casefold of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}, "center": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "width", "args"], "flags": [], "fullname": "collections.UserString.center", "name": "center", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "width", "args"], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "center of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}, "count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "sub", "start", "end"], "flags": [], "fullname": "collections.UserString.count", "name": "count", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "sub", "start", "end"], "arg_types": ["collections.UserString", {".class": "UnionType", "items": ["builtins.str", "collections.UserString"]}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count of UserString", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "collections.UserString.data", "name": "data", "type": "builtins.str"}}, "encode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "encoding", "errors"], "flags": [], "fullname": "collections.UserString.encode", "name": "encode", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "encoding", "errors"], "arg_types": ["collections.UserString", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "encode of UserString", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "endswith": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "suffix", "start", "end"], "flags": [], "fullname": "collections.UserString.endswith", "name": "endswith", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "suffix", "start", "end"], "arg_types": ["collections.UserString", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "endswith of UserString", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "expandtabs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "tabsize"], "flags": [], "fullname": "collections.UserString.expandtabs", "name": "expandtabs", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "tabsize"], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expandtabs of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}, "find": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "sub", "start", "end"], "flags": [], "fullname": "collections.UserString.find", "name": "find", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "sub", "start", "end"], "arg_types": ["collections.UserString", {".class": "UnionType", "items": ["builtins.str", "collections.UserString"]}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find of UserString", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwds"], "flags": [], "fullname": "collections.UserString.format", "name": "format", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwds"], "arg_types": ["collections.UserString", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format of UserString", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "format_map": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mapping"], "flags": [], "fullname": "collections.UserString.format_map", "name": "format_map", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mapping"], "arg_types": ["collections.UserString", {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format_map of UserString", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "sub", "start", "end"], "flags": [], "fullname": "collections.UserString.index", "name": "index", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "sub", "start", "end"], "arg_types": ["collections.UserString", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index of UserString", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "isalnum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.isalnum", "name": "isalnum", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["collections.UserString"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isalnum of UserString", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isalpha": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.isalpha", "name": "isalpha", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["collections.UserString"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isalpha of UserString", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isdecimal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.isdecimal", "name": "isdecimal", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["collections.UserString"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isdecimal of UserString", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isdigit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.isdigit", "name": "isdigit", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["collections.UserString"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isdigit of UserString", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isidentifier": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.isidentifier", "name": "isidentifier", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["collections.UserString"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isidentifier of UserString", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "islower": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.islower", "name": "islower", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["collections.UserString"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "islower of UserString", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isnumeric": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.isnumeric", "name": "isnumeric", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["collections.UserString"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isnumeric of UserString", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isprintable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.isprintable", "name": "isprintable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["collections.UserString"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isprintable of UserString", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isspace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.isspace", "name": "isspace", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["collections.UserString"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isspace of UserString", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "istitle": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.istitle", "name": "istitle", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["collections.UserString"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "istitle of UserString", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isupper": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.isupper", "name": "isupper", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["collections.UserString"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isupper of UserString", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "join": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "seq"], "flags": [], "fullname": "collections.UserString.join", "name": "join", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "seq"], "arg_types": ["collections.UserString", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "join of UserString", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "ljust": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "width", "args"], "flags": [], "fullname": "collections.UserString.ljust", "name": "ljust", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "width", "args"], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ljust of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}, "lower": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.lower", "name": "lower", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lower of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}, "lstrip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "chars"], "flags": [], "fullname": "collections.UserString.lstrip", "name": "lstrip", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "chars"], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lstrip of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}, "maketrans": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_static"], "fullname": "collections.UserString.maketrans", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": ["is_static", "is_overload", "is_decorated"], "fullname": "collections.UserString.maketrans", "name": "maketrans", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["x"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int", {".class": "TypeVarType", "fullname": "collections._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeVarType", "fullname": "collections._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.int"]}, {".class": "TypeVarType", "fullname": "collections._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "maketrans of UserString", "ret_type": {".class": "Instance", "args": ["builtins.int", {".class": "TypeVarType", "fullname": "collections._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_staticmethod"], "fullname": null, "name": "maketrans", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["x", "y", "z"], "flags": ["is_static", "is_overload", "is_decorated"], "fullname": "collections.UserString.maketrans", "name": "maketrans", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["x", "y", "z"], "arg_types": ["builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "maketrans of UserString", "ret_type": {".class": "Instance", "args": ["builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_staticmethod"], "fullname": null, "name": "maketrans", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["x"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int", {".class": "TypeVarType", "fullname": "collections._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeVarType", "fullname": "collections._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.int"]}, {".class": "TypeVarType", "fullname": "collections._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "maketrans of UserString", "ret_type": {".class": "Instance", "args": ["builtins.int", {".class": "TypeVarType", "fullname": "collections._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["x", "y", "z"], "arg_types": ["builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "maketrans of UserString", "ret_type": {".class": "Instance", "args": ["builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}]}}}, "partition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "sep"], "flags": [], "fullname": "collections.UserString.partition", "name": "partition", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sep"], "arg_types": ["collections.UserString", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "partition of UserString", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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_guard": null, "variables": []}}}, "removeprefix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__prefix"], "flags": [], "fullname": "collections.UserString.removeprefix", "name": "removeprefix", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.str", "collections.UserString"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "removeprefix of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}, "removesuffix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__suffix"], "flags": [], "fullname": "collections.UserString.removesuffix", "name": "removesuffix", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.str", "collections.UserString"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "removesuffix of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}, "replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "old", "new", "maxsplit"], "flags": [], "fullname": "collections.UserString.replace", "name": "replace", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "old", "new", "maxsplit"], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.str", "collections.UserString"]}, {".class": "UnionType", "items": ["builtins.str", "collections.UserString"]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "replace of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}, "rfind": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "sub", "start", "end"], "flags": [], "fullname": "collections.UserString.rfind", "name": "rfind", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "sub", "start", "end"], "arg_types": ["collections.UserString", {".class": "UnionType", "items": ["builtins.str", "collections.UserString"]}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rfind of UserString", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "rindex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "sub", "start", "end"], "flags": [], "fullname": "collections.UserString.rindex", "name": "rindex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "sub", "start", "end"], "arg_types": ["collections.UserString", {".class": "UnionType", "items": ["builtins.str", "collections.UserString"]}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rindex of UserString", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "rjust": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "width", "args"], "flags": [], "fullname": "collections.UserString.rjust", "name": "rjust", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "width", "args"], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rjust of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}, "rpartition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "sep"], "flags": [], "fullname": "collections.UserString.rpartition", "name": "rpartition", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sep"], "arg_types": ["collections.UserString", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rpartition of UserString", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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_guard": null, "variables": []}}}, "rsplit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "maxsplit"], "flags": [], "fullname": "collections.UserString.rsplit", "name": "rsplit", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "maxsplit"], "arg_types": ["collections.UserString", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rsplit of UserString", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "rstrip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "chars"], "flags": [], "fullname": "collections.UserString.rstrip", "name": "rstrip", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "chars"], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rstrip of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}, "split": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "maxsplit"], "flags": [], "fullname": "collections.UserString.split", "name": "split", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "maxsplit"], "arg_types": ["collections.UserString", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "split of UserString", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "splitlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "keepends"], "flags": [], "fullname": "collections.UserString.splitlines", "name": "splitlines", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "keepends"], "arg_types": ["collections.UserString", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "splitlines of UserString", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "startswith": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "prefix", "start", "end"], "flags": [], "fullname": "collections.UserString.startswith", "name": "startswith", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "prefix", "start", "end"], "arg_types": ["collections.UserString", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "startswith of UserString", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "strip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "chars"], "flags": [], "fullname": "collections.UserString.strip", "name": "strip", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "chars"], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strip of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}, "swapcase": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.swapcase", "name": "swapcase", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "swapcase of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}, "title": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.title", "name": "title", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "title of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}, "translate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "collections.UserString.translate", "name": "translate", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "translate of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}, "upper": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.UserString.upper", "name": "upper", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "upper of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}, "zfill": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "width"], "flags": [], "fullname": "collections.UserString.zfill", "name": "zfill", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "width"], "arg_types": [{".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zfill of UserString", "ret_type": {".class": "TypeVarType", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._UserStringT", "id": -1, "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ValuesView": {".class": "SymbolTableNode", "cross_ref": "typing.ValuesView", "kind": "Gdef"}, "_KT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "collections._KT", "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_OrderedDictItemsView": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.ItemsView"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.Reversible"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "collections._OrderedDictItemsView", "name": "_OrderedDictItemsView", "type_vars": [{".class": "TypeVarDef", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "collections._OrderedDictItemsView", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "collections", "mro": ["collections._OrderedDictItemsView", "typing.ItemsView", "typing.MappingView", "typing.Sized", "typing.AbstractSet", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__reversed__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections._OrderedDictItemsView.__reversed__", "name": "__reversed__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections._OrderedDictItemsView"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reversed__ of _OrderedDictItemsView", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.Iterator"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_KT", "_VT"], "typeddict_type": null}}, "_OrderedDictKeysView": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.KeysView"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Reversible"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "collections._OrderedDictKeysView", "name": "_OrderedDictKeysView", "type_vars": [{".class": "TypeVarDef", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "collections._OrderedDictKeysView", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "collections", "mro": ["collections._OrderedDictKeysView", "typing.KeysView", "typing.MappingView", "typing.Sized", "typing.AbstractSet", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__reversed__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections._OrderedDictKeysView.__reversed__", "name": "__reversed__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections._OrderedDictKeysView"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reversed__ of _OrderedDictKeysView", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_KT"], "typeddict_type": null}}, "_OrderedDictValuesView": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._VT", "id": 1, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.ValuesView"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._VT", "id": 1, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Reversible"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "collections._OrderedDictValuesView", "name": "_OrderedDictValuesView", "type_vars": [{".class": "TypeVarDef", "fullname": "collections._VT", "id": 1, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "collections._OrderedDictValuesView", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "collections", "mro": ["collections._OrderedDictValuesView", "typing.ValuesView", "typing.MappingView", "typing.Sized", "typing.Reversible", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__reversed__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections._OrderedDictValuesView.__reversed__", "name": "__reversed__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._VT", "id": 1, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections._OrderedDictValuesView"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reversed__ of _OrderedDictValuesView", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._VT", "id": 1, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_VT"], "typeddict_type": null}}, "_S": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "collections._S", "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "collections._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_UserStringT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "collections._UserStringT", "name": "_UserStringT", "upper_bound": "collections.UserString", "values": [], "variance": 0}}, "_VT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "collections._VT", "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "collections.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "collections.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "collections.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "collections.__package__", "name": "__package__", "type": "builtins.str"}}, "defaultdict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "collections.defaultdict", "name": "defaultdict", "type_vars": [{".class": "TypeVarDef", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "collections.defaultdict", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "collections", "mro": ["collections.defaultdict", "builtins.dict", "typing.MutableMapping", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "collections.defaultdict.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.defaultdict.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.defaultdict"}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of defaultdict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "default_factory"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.defaultdict.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "default_factory"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.defaultdict"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of defaultdict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "default_factory", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.defaultdict.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", "default_factory", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.defaultdict"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of defaultdict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "default_factory", "map"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.defaultdict.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "default_factory", "map"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.defaultdict"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of defaultdict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 4], "arg_names": ["self", "default_factory", "map", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.defaultdict.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 4], "arg_names": ["self", "default_factory", "map", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.defaultdict"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of defaultdict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "default_factory", "iterable"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.defaultdict.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "default_factory", "iterable"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.defaultdict"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of defaultdict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 4], "arg_names": ["self", "default_factory", "iterable", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.defaultdict.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 4], "arg_names": ["self", "default_factory", "iterable", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.defaultdict"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.Iterable"}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of defaultdict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.defaultdict"}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of defaultdict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "default_factory"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.defaultdict"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of defaultdict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", "default_factory", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.defaultdict"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of defaultdict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "default_factory", "map"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.defaultdict"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of defaultdict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 4], "arg_names": ["self", "default_factory", "map", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.defaultdict"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of defaultdict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "default_factory", "iterable"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.defaultdict"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of defaultdict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 4], "arg_names": ["self", "default_factory", "iterable", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.defaultdict"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.Iterable"}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of defaultdict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__missing__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "collections.defaultdict.__missing__", "name": "__missing__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.defaultdict"}, {".class": "TypeVarType", "fullname": "collections._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__missing__ of defaultdict", "ret_type": {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.defaultdict.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of defaultdict", "ret_type": {".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "default_factory": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "collections.defaultdict.default_factory", "name": "default_factory", "type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "collections._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": ["_KT", "_VT"], "typeddict_type": null}}, "deque": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "collections.deque", "name": "deque", "type_vars": [{".class": "TypeVarDef", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "collections.deque", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "collections", "mro": ["collections.deque", "typing.MutableSequence", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "collections.deque.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of deque", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, "type_guard": null, "variables": []}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "collections.deque.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of deque", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "collections.deque.__delitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.deque.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of deque", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__delitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.deque.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of deque", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__delitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of deque", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of deque", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "collections.deque.__getitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "index"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.deque.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of deque", "ret_type": {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.deque.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of deque", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of deque", "ret_type": {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of deque", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "type_guard": null, "variables": []}]}}}, "__iadd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "iterable"], "flags": [], "fullname": "collections.deque.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of deque", "ret_type": {".class": "TypeVarType", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "collections._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__imul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "collections.deque.__imul__", "name": "__imul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of deque", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "iterable", "maxlen"], "flags": [], "fullname": "collections.deque.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "iterable", "maxlen"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of deque", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.deque.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of deque", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.deque.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of deque", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "collections.deque.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of deque", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, "type_guard": null, "variables": []}}}, "__reversed__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.deque.__reversed__", "name": "__reversed__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reversed__ of deque", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "collections.deque.__setitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "i", "x"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.deque.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, "builtins.int", {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of deque", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "s", "o"], "flags": ["is_overload", "is_decorated"], "fullname": "collections.deque.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, "builtins.slice", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of deque", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, "builtins.int", {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of deque", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, "builtins.slice", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of deque", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.deque.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of deque", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "append": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "collections.deque.append", "name": "append", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "append of deque", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "appendleft": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "collections.deque.appendleft", "name": "appendleft", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "appendleft of deque", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.deque.clear", "name": "clear", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear of deque", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.deque.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of deque", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, "type_guard": null, "variables": []}}}, "count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "collections.deque.count", "name": "count", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count of deque", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "extend": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "iterable"], "flags": [], "fullname": "collections.deque.extend", "name": "extend", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "iterable"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extend of deque", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extendleft": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "iterable"], "flags": [], "fullname": "collections.deque.extendleft", "name": "extendleft", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "iterable"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extendleft of deque", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "x", "start", "stop"], "flags": [], "fullname": "collections.deque.index", "name": "index", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "x", "start", "stop"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index of deque", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "insert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "i", "x"], "flags": [], "fullname": "collections.deque.insert", "name": "insert", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "i", "x"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, "builtins.int", {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "insert of deque", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "maxlen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "collections.deque.maxlen", "name": "maxlen", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "maxlen of deque", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "maxlen", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "maxlen of deque", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "pop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.deque.pop", "name": "pop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop of deque", "ret_type": {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "popleft": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.deque.popleft", "name": "popleft", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "popleft of deque", "ret_type": {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "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", "value"], "flags": [], "fullname": "collections.deque.remove", "name": "remove", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, {".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove of deque", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "collections.deque.reverse", "name": "reverse", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reverse of deque", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "rotate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "flags": [], "fullname": "collections.deque.rotate", "name": "rotate", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "collections._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "collections.deque"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rotate of deque", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "namedtuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["typename", "field_names", "rename", "module", "defaults"], "flags": [], "fullname": "collections.namedtuple", "name": "namedtuple", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["typename", "field_names", "rename", "module", "defaults"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "namedtuple", "ret_type": {".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}}, "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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/collections/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/collections/__init__.meta.json b/.mypy_cache/3.9/collections/__init__.meta.json deleted file mode 100644 index 0df8cee75..000000000 --- a/.mypy_cache/3.9/collections/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 19, 1, 1], "dep_prios": [10, 5, 5, 5, 30], "dependencies": ["sys", "typing", "_collections_abc", "builtins", "abc"], "hash": "6aaeca6ca7bf88b3be8384e6a8d42394862941aa2a1508f22fd6b51d1cd96736", "id": "collections", "ignore_all": true, "interface_hash": "0269ced9c551b3b75fc87988e90a7793356f0e5e329544e250017240eccaf408", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/collections/__init__.pyi", "plugin_data": null, "size": 14106, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/collections/abc.data.json b/.mypy_cache/3.9/collections/abc.data.json deleted file mode 100644 index 0c8b82a17..000000000 --- a/.mypy_cache/3.9/collections/abc.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "collections.abc", "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"}, "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"}, "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"}, "ValuesView": {".class": "SymbolTableNode", "cross_ref": "typing.ValuesView", "kind": "Gdef"}, "__all__": {".class": "SymbolTableNode", "cross_ref": "_collections_abc.__all__", "kind": "Gdef", "module_public": false}, "__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"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/collections/abc.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/collections/abc.meta.json b/.mypy_cache/3.9/collections/abc.meta.json deleted file mode 100644 index f1707ede8..000000000 --- a/.mypy_cache/3.9/collections/abc.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 1], "dep_prios": [5, 5], "dependencies": ["_collections_abc", "builtins"], "hash": "90189900dd153dff2aa642276e3a8a65145ed0f5eb67b8f1366086b38a3950e7", "id": "collections.abc", "ignore_all": true, "interface_hash": "304907dc76e1b9fa03d1e3a8f8a42d196c191cf3a682e714ce4c9c437390c149", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/collections/abc.pyi", "plugin_data": null, "size": 79, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/contextlib.data.json b/.mypy_cache/3.9/contextlib.data.json deleted file mode 100644 index f80c0de5c..000000000 --- a/.mypy_cache/3.9/contextlib.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "contextlib", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AbstractAsyncContextManager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "contextlib.AbstractAsyncContextManager", "line": 12, "no_args": true, "normalized": false, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "typing.AsyncContextManager"}}}, "AbstractContextManager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "contextlib.AbstractContextManager", "line": 10, "no_args": true, "normalized": false, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "typing.ContextManager"}}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "AsyncContextManager": {".class": "SymbolTableNode", "cross_ref": "typing.AsyncContextManager", "kind": "Gdef", "module_hidden": true, "module_public": false}, "AsyncExitStack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["contextlib.AsyncExitStack"], "type_ref": "typing.AsyncContextManager"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "contextlib.AsyncExitStack", "name": "AsyncExitStack", "type_vars": []}, "flags": [], "fullname": "contextlib.AsyncExitStack", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "contextlib", "mro": ["contextlib.AsyncExitStack", "typing.AsyncContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__aenter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "contextlib.AsyncExitStack.__aenter__", "name": "__aenter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "contextlib._S", "id": -1, "name": "_S", "upper_bound": "contextlib.AsyncExitStack", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__aenter__ of AsyncExitStack", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "contextlib._S", "id": -1, "name": "_S", "upper_bound": "contextlib.AsyncExitStack", "values": [], "variance": 0}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "contextlib._S", "id": -1, "name": "_S", "upper_bound": "contextlib.AsyncExitStack", "values": [], "variance": 0}]}}}, "__aexit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "__exc_type", "__exc_value", "__traceback"], "flags": [], "fullname": "contextlib.AsyncExitStack.__aexit__", "name": "__aexit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", null, null, null], "arg_types": ["contextlib.AsyncExitStack", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__aexit__ of AsyncExitStack", "ret_type": {".class": "Instance", "args": ["builtins.bool"], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "contextlib.AsyncExitStack.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["contextlib.AsyncExitStack"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of AsyncExitStack", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "aclose": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "contextlib.AsyncExitStack.aclose", "name": "aclose", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["contextlib.AsyncExitStack"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "aclose of AsyncExitStack", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}}, "callback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "callback", "args", "kwds"], "flags": [], "fullname": "contextlib.AsyncExitStack.callback", "name": "callback", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "callback", "args", "kwds"], "arg_types": ["contextlib.AsyncExitStack", {".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", "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": "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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "callback of AsyncExitStack", "ret_type": {".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", "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": []}, "type_guard": null, "variables": []}}}, "enter_async_context": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "cm"], "flags": [], "fullname": "contextlib.AsyncExitStack.enter_async_context", "name": "enter_async_context", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "cm"], "arg_types": ["contextlib.AsyncExitStack", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "contextlib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.AsyncContextManager"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "enter_async_context of AsyncExitStack", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "contextlib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "contextlib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "enter_context": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "cm"], "flags": [], "fullname": "contextlib.AsyncExitStack.enter_context", "name": "enter_context", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "cm"], "arg_types": ["contextlib.AsyncExitStack", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "contextlib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.ContextManager"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "enter_context of AsyncExitStack", "ret_type": {".class": "TypeVarType", "fullname": "contextlib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "contextlib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "pop_all": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "contextlib.AsyncExitStack.pop_all", "name": "pop_all", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "contextlib._S", "id": -1, "name": "_S", "upper_bound": "contextlib.AsyncExitStack", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop_all of AsyncExitStack", "ret_type": {".class": "TypeVarType", "fullname": "contextlib._S", "id": -1, "name": "_S", "upper_bound": "contextlib.AsyncExitStack", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "contextlib._S", "id": -1, "name": "_S", "upper_bound": "contextlib.AsyncExitStack", "values": [], "variance": 0}]}}}, "push": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "exit"], "flags": [], "fullname": "contextlib.AsyncExitStack.push", "name": "push", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exit"], "arg_types": ["contextlib.AsyncExitStack", {".class": "TypeVarType", "fullname": "contextlib._CM_EF", "id": -1, "name": "_CM_EF", "upper_bound": "builtins.object", "values": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.ContextManager"}, {".class": "TypeAliasType", "args": [], "type_ref": "contextlib._ExitFunc"}], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "push of AsyncExitStack", "ret_type": {".class": "TypeVarType", "fullname": "contextlib._CM_EF", "id": -1, "name": "_CM_EF", "upper_bound": "builtins.object", "values": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.ContextManager"}, {".class": "TypeAliasType", "args": [], "type_ref": "contextlib._ExitFunc"}], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "contextlib._CM_EF", "id": -1, "name": "_CM_EF", "upper_bound": "builtins.object", "values": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.ContextManager"}, {".class": "TypeAliasType", "args": [], "type_ref": "contextlib._ExitFunc"}], "variance": 0}]}}}, "push_async_callback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "callback", "args", "kwds"], "flags": [], "fullname": "contextlib.AsyncExitStack.push_async_callback", "name": "push_async_callback", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "callback", "args", "kwds"], "arg_types": ["contextlib.AsyncExitStack", {".class": "TypeAliasType", "args": [], "type_ref": "contextlib._CallbackCoroFunc"}, {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "push_async_callback of AsyncExitStack", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "contextlib._CallbackCoroFunc"}, "type_guard": null, "variables": []}}}, "push_async_exit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "exit"], "flags": [], "fullname": "contextlib.AsyncExitStack.push_async_exit", "name": "push_async_exit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exit"], "arg_types": ["contextlib.AsyncExitStack", {".class": "TypeVarType", "fullname": "contextlib._ACM_EF", "id": -1, "name": "_ACM_EF", "upper_bound": "builtins.object", "values": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.AsyncContextManager"}, {".class": "TypeAliasType", "args": [], "type_ref": "contextlib._ExitCoroFunc"}], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "push_async_exit of AsyncExitStack", "ret_type": {".class": "TypeVarType", "fullname": "contextlib._ACM_EF", "id": -1, "name": "_ACM_EF", "upper_bound": "builtins.object", "values": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.AsyncContextManager"}, {".class": "TypeAliasType", "args": [], "type_ref": "contextlib._ExitCoroFunc"}], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "contextlib._ACM_EF", "id": -1, "name": "_ACM_EF", "upper_bound": "builtins.object", "values": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.AsyncContextManager"}, {".class": "TypeAliasType", "args": [], "type_ref": "contextlib._ExitCoroFunc"}], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AsyncIterator": {".class": "SymbolTableNode", "cross_ref": "typing.AsyncIterator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Awaitable": {".class": "SymbolTableNode", "cross_ref": "typing.Awaitable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ContextDecorator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "contextlib.ContextDecorator", "name": "ContextDecorator", "type_vars": []}, "flags": [], "fullname": "contextlib.ContextDecorator", "metaclass_type": null, "metadata": {}, "module_name": "contextlib", "mro": ["contextlib.ContextDecorator", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "func"], "flags": [], "fullname": "contextlib.ContextDecorator.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "func"], "arg_types": ["contextlib.ContextDecorator", {".class": "TypeVarType", "fullname": "contextlib._F", "id": -1, "name": "_F", "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", "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": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of ContextDecorator", "ret_type": {".class": "TypeVarType", "fullname": "contextlib._F", "id": -1, "name": "_F", "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", "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": "TypeVarDef", "fullname": "contextlib._F", "id": -1, "name": "_F", "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", "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}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ContextManager": {".class": "SymbolTableNode", "cross_ref": "typing.ContextManager", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ExitStack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["contextlib.ExitStack"], "type_ref": "typing.ContextManager"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "contextlib.ExitStack", "name": "ExitStack", "type_vars": []}, "flags": [], "fullname": "contextlib.ExitStack", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "contextlib", "mro": ["contextlib.ExitStack", "typing.ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "contextlib.ExitStack.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "contextlib._U", "id": -1, "name": "_U", "upper_bound": "contextlib.ExitStack", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of ExitStack", "ret_type": {".class": "TypeVarType", "fullname": "contextlib._U", "id": -1, "name": "_U", "upper_bound": "contextlib.ExitStack", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "contextlib._U", "id": -1, "name": "_U", "upper_bound": "contextlib.ExitStack", "values": [], "variance": 0}]}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "__exc_type", "__exc_value", "__traceback"], "flags": [], "fullname": "contextlib.ExitStack.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["contextlib.ExitStack", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of ExitStack", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "contextlib.ExitStack.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["contextlib.ExitStack"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ExitStack", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "callback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "callback", "args", "kwds"], "flags": [], "fullname": "contextlib.ExitStack.callback", "name": "callback", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "callback", "args", "kwds"], "arg_types": ["contextlib.ExitStack", {".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", "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": "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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "callback of ExitStack", "ret_type": {".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", "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": []}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "contextlib.ExitStack.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["contextlib.ExitStack"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of ExitStack", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "enter_context": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "cm"], "flags": [], "fullname": "contextlib.ExitStack.enter_context", "name": "enter_context", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "cm"], "arg_types": ["contextlib.ExitStack", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "contextlib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.ContextManager"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "enter_context of ExitStack", "ret_type": {".class": "TypeVarType", "fullname": "contextlib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "contextlib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "pop_all": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "contextlib.ExitStack.pop_all", "name": "pop_all", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "contextlib._U", "id": -1, "name": "_U", "upper_bound": "contextlib.ExitStack", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop_all of ExitStack", "ret_type": {".class": "TypeVarType", "fullname": "contextlib._U", "id": -1, "name": "_U", "upper_bound": "contextlib.ExitStack", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "contextlib._U", "id": -1, "name": "_U", "upper_bound": "contextlib.ExitStack", "values": [], "variance": 0}]}}}, "push": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "exit"], "flags": [], "fullname": "contextlib.ExitStack.push", "name": "push", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exit"], "arg_types": ["contextlib.ExitStack", {".class": "TypeVarType", "fullname": "contextlib._CM_EF", "id": -1, "name": "_CM_EF", "upper_bound": "builtins.object", "values": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.ContextManager"}, {".class": "TypeAliasType", "args": [], "type_ref": "contextlib._ExitFunc"}], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "push of ExitStack", "ret_type": {".class": "TypeVarType", "fullname": "contextlib._CM_EF", "id": -1, "name": "_CM_EF", "upper_bound": "builtins.object", "values": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.ContextManager"}, {".class": "TypeAliasType", "args": [], "type_ref": "contextlib._ExitFunc"}], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "contextlib._CM_EF", "id": -1, "name": "_CM_EF", "upper_bound": "builtins.object", "values": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.ContextManager"}, {".class": "TypeAliasType", "args": [], "type_ref": "contextlib._ExitFunc"}], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "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}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Protocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ACM_EF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "contextlib._ACM_EF", "name": "_ACM_EF", "upper_bound": "builtins.object", "values": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.AsyncContextManager"}, {".class": "TypeAliasType", "args": [], "type_ref": "contextlib._ExitCoroFunc"}], "variance": 0}}, "_CM_EF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "contextlib._CM_EF", "name": "_CM_EF", "upper_bound": "builtins.object", "values": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.ContextManager"}, {".class": "TypeAliasType", "args": [], "type_ref": "contextlib._ExitFunc"}], "variance": 0}}, "_CallbackCoroFunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "contextlib._CallbackCoroFunc", "line": 91, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}}, "_ExitCoroFunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "contextlib._ExitCoroFunc", "line": 90, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.bool"], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}}, "_ExitFunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "contextlib._ExitFunc", "line": 19, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_F": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "contextlib._F", "name": "_F", "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", "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}}, "_GeneratorContextManager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "contextlib._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ContextManager"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "contextlib._GeneratorContextManager", "name": "_GeneratorContextManager", "type_vars": [{".class": "TypeVarDef", "fullname": "contextlib._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": [], "fullname": "contextlib._GeneratorContextManager", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "contextlib", "mro": ["contextlib._GeneratorContextManager", "typing.ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "func"], "flags": [], "fullname": "contextlib._GeneratorContextManager.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "contextlib._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "contextlib._GeneratorContextManager"}, {".class": "TypeVarType", "fullname": "contextlib._F", "id": -1, "name": "_F", "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", "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": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _GeneratorContextManager", "ret_type": {".class": "TypeVarType", "fullname": "contextlib._F", "id": -1, "name": "_F", "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", "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": "TypeVarDef", "fullname": "contextlib._F", "id": -1, "name": "_F", "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", "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}]}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "_S": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "contextlib._S", "name": "_S", "upper_bound": "contextlib.AsyncExitStack", "values": [], "variance": 0}}, "_SupportsClose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "contextlib._SupportsClose", "name": "_SupportsClose", "type_vars": []}, "flags": ["is_protocol"], "fullname": "contextlib._SupportsClose", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "contextlib", "mro": ["contextlib._SupportsClose", "builtins.object"], "names": {".class": "SymbolTable", "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "contextlib._SupportsClose.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["contextlib._SupportsClose"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of _SupportsClose", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_SupportsCloseT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "contextlib._SupportsCloseT", "name": "_SupportsCloseT", "upper_bound": "contextlib._SupportsClose", "values": [], "variance": 0}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "contextlib._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T_co": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "contextlib._T_co", "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}}, "_T_io": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "contextlib._T_io", "name": "_T_io", "upper_bound": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "values": [], "variance": 0}}, "_U": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "contextlib._U", "name": "_U", "upper_bound": "contextlib.ExitStack", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "contextlib.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "contextlib.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "contextlib.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "contextlib.__package__", "name": "__package__", "type": "builtins.str"}}, "asynccontextmanager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "contextlib.asynccontextmanager", "name": "asynccontextmanager", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["func"], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "contextlib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.AsyncIterator"}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asynccontextmanager", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "contextlib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.AsyncContextManager"}, "type_guard": null, "variables": []}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "contextlib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "closing": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "contextlib._SupportsCloseT", "id": 1, "name": "_SupportsCloseT", "upper_bound": "contextlib._SupportsClose", "values": [], "variance": 0}], "type_ref": "typing.ContextManager"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "contextlib.closing", "name": "closing", "type_vars": [{".class": "TypeVarDef", "fullname": "contextlib._SupportsCloseT", "id": 1, "name": "_SupportsCloseT", "upper_bound": "contextlib._SupportsClose", "values": [], "variance": 0}]}, "flags": [], "fullname": "contextlib.closing", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "contextlib", "mro": ["contextlib.closing", "typing.ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "thing"], "flags": [], "fullname": "contextlib.closing.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "thing"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "contextlib._SupportsCloseT", "id": 1, "name": "_SupportsCloseT", "upper_bound": "contextlib._SupportsClose", "values": [], "variance": 0}], "type_ref": "contextlib.closing"}, {".class": "TypeVarType", "fullname": "contextlib._SupportsCloseT", "id": 1, "name": "_SupportsCloseT", "upper_bound": "contextlib._SupportsClose", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of closing", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_SupportsCloseT"], "typeddict_type": null}}, "contextmanager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "contextlib.contextmanager", "name": "contextmanager", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["func"], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "contextlib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "contextmanager", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "contextlib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "contextlib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "nullcontext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "contextlib.nullcontext", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["enter_result"], "flags": ["is_overload", "is_decorated"], "fullname": "contextlib.nullcontext", "name": "nullcontext", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["enter_result"], "arg_types": [{".class": "TypeVarType", "fullname": "contextlib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nullcontext", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "contextlib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.ContextManager"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "contextlib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nullcontext", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_overload", "is_decorated"], "fullname": "contextlib.nullcontext", "name": "nullcontext", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nullcontext", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "typing.ContextManager"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nullcontext", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["enter_result"], "arg_types": [{".class": "TypeVarType", "fullname": "contextlib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nullcontext", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "contextlib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.ContextManager"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "contextlib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nullcontext", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "typing.ContextManager"}, "type_guard": null, "variables": []}]}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "redirect_stderr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "contextlib._T_io", "id": 1, "name": "_T_io", "upper_bound": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "values": [], "variance": 0}], "type_ref": "typing.ContextManager"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "contextlib.redirect_stderr", "name": "redirect_stderr", "type_vars": [{".class": "TypeVarDef", "fullname": "contextlib._T_io", "id": 1, "name": "_T_io", "upper_bound": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "values": [], "variance": 0}]}, "flags": [], "fullname": "contextlib.redirect_stderr", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "contextlib", "mro": ["contextlib.redirect_stderr", "typing.ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "new_target"], "flags": [], "fullname": "contextlib.redirect_stderr.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "new_target"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "contextlib._T_io", "id": 1, "name": "_T_io", "upper_bound": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "values": [], "variance": 0}], "type_ref": "contextlib.redirect_stderr"}, {".class": "TypeVarType", "fullname": "contextlib._T_io", "id": 1, "name": "_T_io", "upper_bound": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of redirect_stderr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T_io"], "typeddict_type": null}}, "redirect_stdout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "contextlib._T_io", "id": 1, "name": "_T_io", "upper_bound": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "values": [], "variance": 0}], "type_ref": "typing.ContextManager"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "contextlib.redirect_stdout", "name": "redirect_stdout", "type_vars": [{".class": "TypeVarDef", "fullname": "contextlib._T_io", "id": 1, "name": "_T_io", "upper_bound": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "values": [], "variance": 0}]}, "flags": [], "fullname": "contextlib.redirect_stdout", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "contextlib", "mro": ["contextlib.redirect_stdout", "typing.ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "new_target"], "flags": [], "fullname": "contextlib.redirect_stdout.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "new_target"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "contextlib._T_io", "id": 1, "name": "_T_io", "upper_bound": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "values": [], "variance": 0}], "type_ref": "contextlib.redirect_stdout"}, {".class": "TypeVarType", "fullname": "contextlib._T_io", "id": 1, "name": "_T_io", "upper_bound": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of redirect_stdout", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T_io"], "typeddict_type": null}}, "suppress": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "typing.ContextManager"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "contextlib.suppress", "name": "suppress", "type_vars": []}, "flags": [], "fullname": "contextlib.suppress", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "contextlib", "mro": ["contextlib.suppress", "typing.ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exctype", "excinst", "exctb"], "flags": [], "fullname": "contextlib.suppress.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["contextlib.suppress", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of suppress", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "exceptions"], "flags": [], "fullname": "contextlib.suppress.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "exceptions"], "arg_types": ["contextlib.suppress", {".class": "TypeType", "item": "builtins.BaseException"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of suppress", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/contextlib.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/contextlib.meta.json b/.mypy_cache/3.9/contextlib.meta.json deleted file mode 100644 index 756ed620a..000000000 --- a/.mypy_cache/3.9/contextlib.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 3, 4, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30], "dependencies": ["sys", "types", "typing", "typing_extensions", "builtins", "abc"], "hash": "c959667bc9d5b2452d4e4796bc03abb1a1ea784a062daf7743d5e5c734d0c608", "id": "contextlib", "ignore_all": true, "interface_hash": "8d4f850316a50e5c2674e28f08bca5eef1ca585627afb52939ffa605583f4867", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/contextlib.pyi", "plugin_data": null, "size": 4930, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/copy.data.json b/.mypy_cache/3.9/copy.data.json deleted file mode 100644 index 1f5defa91..000000000 --- a/.mypy_cache/3.9/copy.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "copy", "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}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "copy.Error", "name": "Error", "type_vars": []}, "flags": [], "fullname": "copy.Error", "metaclass_type": null, "metadata": {}, "module_name": "copy", "mro": ["copy.Error", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PyStringMap": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "copy.PyStringMap", "name": "PyStringMap", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "copy._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "copy.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "copy.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "copy.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "copy.__package__", "name": "__package__", "type": "builtins.str"}}, "copy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "copy.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["x"], "arg_types": [{".class": "TypeVarType", "fullname": "copy._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy", "ret_type": {".class": "TypeVarType", "fullname": "copy._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "copy._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "deepcopy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["x", "memo", "_nil"], "flags": [], "fullname": "copy.deepcopy", "name": "deepcopy", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["x", "memo", "_nil"], "arg_types": [{".class": "TypeVarType", "fullname": "copy._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "deepcopy", "ret_type": {".class": "TypeVarType", "fullname": "copy._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "copy._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "copy.error", "line": 14, "no_args": true, "normalized": false, "target": "copy.Error"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/copy.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/copy.meta.json b/.mypy_cache/3.9/copy.meta.json deleted file mode 100644 index 7ae086cd3..000000000 --- a/.mypy_cache/3.9/copy.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1], "dep_prios": [5, 5], "dependencies": ["typing", "builtins"], "hash": "10e5b3a4045b4e7c6692adeee8e9bd9d8a581badadb365aa7eab8139b1508313", "id": "copy", "ignore_all": true, "interface_hash": "84834d4664bdb5ee15d14d587ddedfeabc767311da0d3f54713abd295f5eb528", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/copy.pyi", "plugin_data": null, "size": 328, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/copyreg.data.json b/.mypy_cache/3.9/copyreg.data.json deleted file mode 100644 index 4b99ce687..000000000 --- a/.mypy_cache/3.9/copyreg.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "copyreg", "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}, "Hashable": {".class": "SymbolTableNode", "cross_ref": "typing.Hashable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsInt": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsInt", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "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}, "_Reduce": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": ["_TypeT"], "column": 0, "fullname": "copyreg._Reduce", "line": 4, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_TypeT"}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}], "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": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_TypeT"}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}}}, "_TypeT": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "copyreg._TypeT", "name": "_TypeT", "upper_bound": "builtins.type", "values": [], "variance": 0}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "copyreg.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "copyreg.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "copyreg.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "copyreg.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "copyreg.__package__", "name": "__package__", "type": "builtins.str"}}, "add_extension": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["module", "name", "code"], "flags": [], "fullname": "copyreg.add_extension", "name": "add_extension", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["module", "name", "code"], "arg_types": ["typing.Hashable", "typing.Hashable", "typing.SupportsInt"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_extension", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "clear_extension_cache": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "copyreg.clear_extension_cache", "name": "clear_extension_cache", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear_extension_cache", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "constructor": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "copyreg.constructor", "name": "constructor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "copyreg._TypeT", "id": -1, "name": "_TypeT", "upper_bound": "builtins.type", "values": [], "variance": 0}], "type_ref": "copyreg._Reduce"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "copyreg._TypeT", "id": -1, "name": "_TypeT", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "constructor", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "copyreg._TypeT", "id": -1, "name": "_TypeT", "upper_bound": "builtins.type", "values": [], "variance": 0}]}}}, "pickle": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["ob_type", "pickle_function", "constructor_ob"], "flags": [], "fullname": "copyreg.pickle", "name": "pickle", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["ob_type", "pickle_function", "constructor_ob"], "arg_types": [{".class": "TypeVarType", "fullname": "copyreg._TypeT", "id": -1, "name": "_TypeT", "upper_bound": "builtins.type", "values": [], "variance": 0}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "copyreg._TypeT", "id": -1, "name": "_TypeT", "upper_bound": "builtins.type", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "copyreg._TypeT", "id": -1, "name": "_TypeT", "upper_bound": "builtins.type", "values": [], "variance": 0}], "type_ref": "copyreg._Reduce"}]}, "type_guard": null, "variables": []}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "copyreg._TypeT", "id": -1, "name": "_TypeT", "upper_bound": "builtins.type", "values": [], "variance": 0}], "type_ref": "copyreg._Reduce"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "copyreg._TypeT", "id": -1, "name": "_TypeT", "upper_bound": "builtins.type", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pickle", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "copyreg._TypeT", "id": -1, "name": "_TypeT", "upper_bound": "builtins.type", "values": [], "variance": 0}]}}}, "remove_extension": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["module", "name", "code"], "flags": [], "fullname": "copyreg.remove_extension", "name": "remove_extension", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["module", "name", "code"], "arg_types": ["typing.Hashable", "typing.Hashable", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove_extension", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/copyreg.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/copyreg.meta.json b/.mypy_cache/3.9/copyreg.meta.json deleted file mode 100644 index 3211b674b..000000000 --- a/.mypy_cache/3.9/copyreg.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 5, 30], "dependencies": ["typing", "builtins", "abc"], "hash": "3319e60d33e0aafb0019ef1691706ca706e2f30c6fde1d18f2189808c40c479e", "id": "copyreg", "ignore_all": true, "interface_hash": "a4243d734823c20b61227e4693bb5d07dbab0b1aac9fd4f533a9d6dd62541809", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/copyreg.pyi", "plugin_data": null, "size": 750, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/ctypes/__init__.data.json b/.mypy_cache/3.9/ctypes/__init__.data.json deleted file mode 100644 index 49729980d..000000000 --- a/.mypy_cache/3.9/ctypes/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "ctypes", "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}, "ArgumentError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.ArgumentError", "name": "ArgumentError", "type_vars": []}, "flags": [], "fullname": "ctypes.ArgumentError", "metaclass_type": null, "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.ArgumentError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Array": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes._CData"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.Array", "name": "Array", "type_vars": [{".class": "TypeVarDef", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, "flags": [], "fullname": "ctypes.Array", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.Array", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "ctypes.Array.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of Array", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "ctypes.Array.__getitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": ["is_overload", "is_decorated"], "fullname": "ctypes.Array.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Array", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": ["is_overload", "is_decorated"], "fullname": "ctypes.Array.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Array", "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Array", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Array", "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": []}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "ctypes.Array.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ctypes.Array.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of Array", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ctypes.Array.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of Array", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "ctypes.Array.__setitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "i", "o"], "flags": ["is_overload", "is_decorated"], "fullname": "ctypes.Array.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of Array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "s", "o"], "flags": ["is_overload", "is_decorated"], "fullname": "ctypes.Array.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}, "builtins.slice", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of Array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of Array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}, "builtins.slice", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of Array", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "_length_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "ctypes.Array._length_", "name": "_length_", "type": "builtins.int"}}, "_type_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "ctypes.Array._type_", "name": "_type_", "type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}}}, "raw": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.Array.raw", "name": "raw", "type": "builtins.bytes"}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.Array.value", "name": "value", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": ["_CT"], "typeddict_type": null}}, "BigEndianStructure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes.Structure"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.BigEndianStructure", "name": "BigEndianStructure", "type_vars": []}, "flags": [], "fullname": "ctypes.BigEndianStructure", "metaclass_type": "ctypes._StructUnionMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.BigEndianStructure", "ctypes.Structure", "ctypes._StructUnionBase", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CDLL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.CDLL", "name": "CDLL", "type_vars": []}, "flags": [], "fullname": "ctypes.CDLL", "metaclass_type": null, "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.CDLL", "builtins.object"], "names": {".class": "SymbolTable", "_FuncPtr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.CDLL._FuncPtr", "name": "_FuncPtr", "type": {".class": "TypeType", "item": "ctypes._FuncPointer"}}}, "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "ctypes.CDLL.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["ctypes.CDLL", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of CDLL", "ret_type": "ctypes._NamedFuncPointer", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "ctypes.CDLL.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["ctypes.CDLL", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of CDLL", "ret_type": "ctypes._NamedFuncPointer", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "mode", "handle", "use_errno", "use_last_error", "winmode"], "flags": [], "fullname": "ctypes.CDLL.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "mode", "handle", "use_errno", "use_last_error", "winmode"], "arg_types": ["ctypes.CDLL", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CDLL", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_func_flags_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "ctypes.CDLL._func_flags_", "name": "_func_flags_", "type": "builtins.int"}}, "_func_restype_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "ctypes.CDLL._func_restype_", "name": "_func_restype_", "type": "ctypes._CData"}}, "_handle": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.CDLL._handle", "name": "_handle", "type": "builtins.int"}}, "_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.CDLL._name", "name": "_name", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CFUNCTYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5], "arg_names": ["restype", "argtypes", "use_errno", "use_last_error"], "flags": [], "fullname": "ctypes.CFUNCTYPE", "name": "CFUNCTYPE", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5], "arg_names": ["restype", "argtypes", "use_errno", "use_last_error"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeType", "item": "ctypes._CData"}, {".class": "NoneType"}]}, {".class": "TypeType", "item": "ctypes._CData"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "CFUNCTYPE", "ret_type": {".class": "TypeType", "item": "ctypes._FuncPointer"}, "type_guard": null, "variables": []}}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ClassVar": {".class": "SymbolTableNode", "cross_ref": "typing.ClassVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DEFAULT_MODE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ctypes.DEFAULT_MODE", "name": "DEFAULT_MODE", "type": "builtins.int"}}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "GenericAlias": {".class": "SymbolTableNode", "cross_ref": "types.GenericAlias", "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}, "LibraryLoader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.LibraryLoader", "name": "LibraryLoader", "type_vars": [{".class": "TypeVarDef", "fullname": "ctypes._DLLT", "id": 1, "name": "_DLLT", "upper_bound": "ctypes.CDLL", "values": [], "variance": 0}]}, "flags": [], "fullname": "ctypes.LibraryLoader", "metaclass_type": null, "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.LibraryLoader", "builtins.object"], "names": {".class": "SymbolTable", "LoadLibrary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "ctypes.LibraryLoader.LoadLibrary", "name": "LoadLibrary", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._DLLT", "id": 1, "name": "_DLLT", "upper_bound": "ctypes.CDLL", "values": [], "variance": 0}], "type_ref": "ctypes.LibraryLoader"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "LoadLibrary of LibraryLoader", "ret_type": {".class": "TypeVarType", "fullname": "ctypes._DLLT", "id": 1, "name": "_DLLT", "upper_bound": "ctypes.CDLL", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "ctypes.LibraryLoader.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._DLLT", "id": 1, "name": "_DLLT", "upper_bound": "ctypes.CDLL", "values": [], "variance": 0}], "type_ref": "ctypes.LibraryLoader"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of LibraryLoader", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "ctypes.LibraryLoader.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._DLLT", "id": 1, "name": "_DLLT", "upper_bound": "ctypes.CDLL", "values": [], "variance": 0}], "type_ref": "ctypes.LibraryLoader"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of LibraryLoader", "ret_type": {".class": "TypeVarType", "fullname": "ctypes._DLLT", "id": 1, "name": "_DLLT", "upper_bound": "ctypes.CDLL", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "ctypes.LibraryLoader.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._DLLT", "id": 1, "name": "_DLLT", "upper_bound": "ctypes.CDLL", "values": [], "variance": 0}], "type_ref": "ctypes.LibraryLoader"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of LibraryLoader", "ret_type": {".class": "TypeVarType", "fullname": "ctypes._DLLT", "id": 1, "name": "_DLLT", "upper_bound": "ctypes.CDLL", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dlltype"], "flags": [], "fullname": "ctypes.LibraryLoader.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dlltype"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._DLLT", "id": 1, "name": "_DLLT", "upper_bound": "ctypes.CDLL", "values": [], "variance": 0}], "type_ref": "ctypes.LibraryLoader"}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ctypes._DLLT", "id": 1, "name": "_DLLT", "upper_bound": "ctypes.CDLL", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LibraryLoader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_DLLT"], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "LittleEndianStructure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes.Structure"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.LittleEndianStructure", "name": "LittleEndianStructure", "type_vars": []}, "flags": [], "fullname": "ctypes.LittleEndianStructure", "metaclass_type": "ctypes._StructUnionMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.LittleEndianStructure", "ctypes.Structure", "ctypes._StructUnionBase", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "POINTER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["type"], "flags": [], "fullname": "ctypes.POINTER", "name": "POINTER", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["type"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "POINTER", "ret_type": {".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.pointer"}}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}}, "PYFUNCTYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["restype", "argtypes"], "flags": [], "fullname": "ctypes.PYFUNCTYPE", "name": "PYFUNCTYPE", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["restype", "argtypes"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeType", "item": "ctypes._CData"}, {".class": "NoneType"}]}, {".class": "TypeType", "item": "ctypes._CData"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "PYFUNCTYPE", "ret_type": {".class": "TypeType", "item": "ctypes._FuncPointer"}, "type_guard": null, "variables": []}}}, "PyDLL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes.CDLL"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.PyDLL", "name": "PyDLL", "type_vars": []}, "flags": [], "fullname": "ctypes.PyDLL", "metaclass_type": null, "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.PyDLL", "ctypes.CDLL", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RTLD_GLOBAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ctypes.RTLD_GLOBAL", "name": "RTLD_GLOBAL", "type": "builtins.int"}}, "RTLD_LOCAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ctypes.RTLD_LOCAL", "name": "RTLD_LOCAL", "type": "builtins.int"}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Structure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes._StructUnionBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.Structure", "name": "Structure", "type_vars": []}, "flags": [], "fullname": "ctypes.Structure", "metaclass_type": "ctypes._StructUnionMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.Structure", "ctypes._StructUnionBase", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "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", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes._StructUnionBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.Union", "name": "Union", "type_vars": []}, "flags": [], "fullname": "ctypes.Union", "metaclass_type": "ctypes._StructUnionMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.Union", "ctypes._StructUnionBase", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_CArgObject": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes._CArgObject", "name": "_CArgObject", "type_vars": []}, "flags": [], "fullname": "ctypes._CArgObject", "metaclass_type": null, "metadata": {}, "module_name": "ctypes", "mro": ["ctypes._CArgObject", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_CData": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": "ctypes._CDataMeta", "defn": {".class": "ClassDef", "fullname": "ctypes._CData", "name": "_CData", "type_vars": []}, "flags": [], "fullname": "ctypes._CData", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable", "_b_base": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes._CData._b_base", "name": "_b_base", "type": "builtins.int"}}, "_b_needsfree_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes._CData._b_needsfree_", "name": "_b_needsfree_", "type": "builtins.bool"}}, "_objects": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes._CData._objects", "name": "_objects", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}}}, "from_address": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "address"], "flags": ["is_class", "is_decorated"], "fullname": "ctypes._CData.from_address", "name": "from_address", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "address"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_address of _CData", "ret_type": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_address", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "address"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_address of _CData", "ret_type": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}}}, "from_buffer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "source", "offset"], "flags": ["is_class", "is_decorated"], "fullname": "ctypes._CData.from_buffer", "name": "from_buffer", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "source", "offset"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "TypeAliasType", "args": [], "type_ref": "ctypes._WritableBuffer"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_buffer of _CData", "ret_type": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_buffer", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "source", "offset"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "TypeAliasType", "args": [], "type_ref": "ctypes._WritableBuffer"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_buffer of _CData", "ret_type": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}}}, "from_buffer_copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "source", "offset"], "flags": ["is_class", "is_decorated"], "fullname": "ctypes._CData.from_buffer_copy", "name": "from_buffer_copy", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "source", "offset"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "TypeAliasType", "args": [], "type_ref": "ctypes._ReadOnlyBuffer"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_buffer_copy of _CData", "ret_type": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_buffer_copy", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "source", "offset"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "TypeAliasType", "args": [], "type_ref": "ctypes._ReadOnlyBuffer"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_buffer_copy of _CData", "ret_type": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}}}, "from_param": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "obj"], "flags": ["is_class", "is_decorated"], "fullname": "ctypes._CData.from_param", "name": "from_param", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "obj"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_param of _CData", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "ctypes._CArgObject"]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_param", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "obj"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_param of _CData", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "ctypes._CArgObject"]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}}}, "in_dll": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "library", "name"], "flags": ["is_class", "is_decorated"], "fullname": "ctypes._CData.in_dll", "name": "in_dll", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "library", "name"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, "ctypes.CDLL", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "in_dll of _CData", "ret_type": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "in_dll", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "library", "name"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, "ctypes.CDLL", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "in_dll of _CData", "ret_type": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_CDataMeta": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.type"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes._CDataMeta", "name": "_CDataMeta", "type_vars": []}, "flags": [], "fullname": "ctypes._CDataMeta", "metaclass_type": null, "metadata": {}, "module_name": "ctypes", "mro": ["ctypes._CDataMeta", "builtins.type", "builtins.object"], "names": {".class": "SymbolTable", "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "other"], "flags": [], "fullname": "ctypes._CDataMeta.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of _CDataMeta", "ret_type": {".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "other"], "flags": [], "fullname": "ctypes._CDataMeta.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of _CDataMeta", "ret_type": {".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_CField": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes._CField", "name": "_CField", "type_vars": []}, "flags": [], "fullname": "ctypes._CField", "metaclass_type": null, "metadata": {}, "module_name": "ctypes", "mro": ["ctypes._CField", "builtins.object"], "names": {".class": "SymbolTable", "offset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes._CField.offset", "name": "offset", "type": "builtins.int"}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes._CField.size", "name": "size", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_CT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "ctypes._CT", "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, "_CVoidConstPLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes._CVoidConstPLike", "line": 156, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "ctypes._CVoidPLike"}, "builtins.bytes"]}}}, "_CVoidPLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes._CVoidPLike", "line": 151, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["ctypes._PointerLike", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "ctypes.Array"}, "ctypes._CArgObject", "builtins.int"]}}}, "_CanCastTo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes._CData"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes._CanCastTo", "name": "_CanCastTo", "type_vars": []}, "flags": [], "fullname": "ctypes._CanCastTo", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes._CanCastTo", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_CastT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "ctypes._CastT", "name": "_CastT", "upper_bound": "ctypes._CanCastTo", "values": [], "variance": 0}}, "_DLLT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "ctypes._DLLT", "name": "_DLLT", "upper_bound": "ctypes.CDLL", "values": [], "variance": 0}}, "_ECT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes._ECT", "line": 114, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeType", "item": "ctypes._CData"}, {".class": "NoneType"}]}, "ctypes._FuncPointer", {".class": "Instance", "args": ["ctypes._CData"], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "ctypes._CData", "type_guard": null, "variables": []}}}, "_FuncPointer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes._PointerLike", "ctypes._CData"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes._FuncPointer", "name": "_FuncPointer", "type_vars": []}, "flags": [], "fullname": "ctypes._FuncPointer", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes._FuncPointer", "ctypes._PointerLike", "ctypes._CanCastTo", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "ctypes._FuncPointer.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["ctypes._FuncPointer", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FuncPointer", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "ctypes._FuncPointer.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "address"], "flags": ["is_overload", "is_decorated"], "fullname": "ctypes._FuncPointer.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "address"], "arg_types": ["ctypes._FuncPointer", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _FuncPointer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "callable"], "flags": ["is_overload", "is_decorated"], "fullname": "ctypes._FuncPointer.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "callable"], "arg_types": ["ctypes._FuncPointer", {".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", "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": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _FuncPointer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "func_spec", "paramflags"], "flags": ["is_overload", "is_decorated"], "fullname": "ctypes._FuncPointer.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "func_spec", "paramflags"], "arg_types": ["ctypes._FuncPointer", {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", "builtins.int"]}, "ctypes.CDLL"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "ctypes._PF"}], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _FuncPointer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "vtlb_index", "name", "paramflags", "iid"], "flags": ["is_overload", "is_decorated"], "fullname": "ctypes._FuncPointer.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "vtlb_index", "name", "paramflags", "iid"], "arg_types": ["ctypes._FuncPointer", "builtins.int", "builtins.str", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "ctypes._PF"}], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["ctypes.c_int"], "type_ref": "ctypes.pointer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _FuncPointer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "address"], "arg_types": ["ctypes._FuncPointer", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _FuncPointer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "callable"], "arg_types": ["ctypes._FuncPointer", {".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", "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": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _FuncPointer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "func_spec", "paramflags"], "arg_types": ["ctypes._FuncPointer", {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", "builtins.int"]}, "ctypes.CDLL"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "ctypes._PF"}], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _FuncPointer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "vtlb_index", "name", "paramflags", "iid"], "arg_types": ["ctypes._FuncPointer", "builtins.int", "builtins.str", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "ctypes._PF"}], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["ctypes.c_int"], "type_ref": "ctypes.pointer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _FuncPointer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "argtypes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes._FuncPointer.argtypes", "name": "argtypes", "type": {".class": "Instance", "args": [{".class": "TypeType", "item": "ctypes._CData"}], "type_ref": "typing.Sequence"}}}, "errcheck": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes._FuncPointer.errcheck", "name": "errcheck", "type": {".class": "TypeAliasType", "args": [], "type_ref": "ctypes._ECT"}}}, "restype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes._FuncPointer.restype", "name": "restype", "type": {".class": "UnionType", "items": [{".class": "TypeType", "item": "ctypes._CData"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_NamedFuncPointer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes._FuncPointer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes._NamedFuncPointer", "name": "_NamedFuncPointer", "type_vars": []}, "flags": [], "fullname": "ctypes._NamedFuncPointer", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes._NamedFuncPointer", "ctypes._FuncPointer", "ctypes._PointerLike", "ctypes._CanCastTo", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable", "__name__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes._NamedFuncPointer.__name__", "name": "__name__", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_PF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes._PF", "line": 115, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.int"], "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.int", "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.int", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}}}, "_PointerLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes._CanCastTo"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes._PointerLike", "name": "_PointerLike", "type_vars": []}, "flags": [], "fullname": "ctypes._PointerLike", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes._PointerLike", "ctypes._CanCastTo", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ReadOnlyBuffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes._ReadOnlyBuffer", "line": 87, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "ctypes._WritableBuffer"}, "builtins.bytes"]}}}, "_SimpleCData": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes._CData"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes._SimpleCData", "name": "_SimpleCData", "type_vars": [{".class": "TypeVarDef", "fullname": "ctypes._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "ctypes._SimpleCData", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "value"], "flags": [], "fullname": "ctypes._SimpleCData.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "ctypes._SimpleCData"}, {".class": "TypeVarType", "fullname": "ctypes._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _SimpleCData", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes._SimpleCData.value", "name": "value", "type": {".class": "TypeVarType", "fullname": "ctypes._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "_StructUnionBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes._CData"], "declared_metaclass": "ctypes._StructUnionMeta", "defn": {".class": "ClassDef", "fullname": "ctypes._StructUnionBase", "name": "_StructUnionBase", "type_vars": []}, "flags": [], "fullname": "ctypes._StructUnionBase", "metaclass_type": "ctypes._StructUnionMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes._StructUnionBase", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "ctypes._StructUnionBase.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["ctypes._StructUnionBase", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of _StructUnionBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kw"], "flags": [], "fullname": "ctypes._StructUnionBase.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kw"], "arg_types": ["ctypes._StructUnionBase", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _StructUnionBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "ctypes._StructUnionBase.__setattr__", "name": "__setattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["ctypes._StructUnionBase", "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", "implicit": false, "is_ellipsis_args": false, "name": "__setattr__ of _StructUnionBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_StructUnionMeta": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes._CDataMeta"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes._StructUnionMeta", "name": "_StructUnionMeta", "type_vars": []}, "flags": [], "fullname": "ctypes._StructUnionMeta", "metaclass_type": null, "metadata": {}, "module_name": "ctypes", "mro": ["ctypes._StructUnionMeta", "ctypes._CDataMeta", "builtins.type", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "ctypes._StructUnionMeta.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["ctypes._StructUnionMeta", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of _StructUnionMeta", "ret_type": "ctypes._CField", "type_guard": null, "variables": []}}}, "_anonymous_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes._StructUnionMeta._anonymous_", "name": "_anonymous_", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}}}, "_fields_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes._StructUnionMeta._fields_", "name": "_fields_", "type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "TypeType", "item": "ctypes._CData"}], "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", {".class": "TypeType", "item": "ctypes._CData"}, "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": "typing.Sequence"}}}, "_pack_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes._StructUnionMeta._pack_", "name": "_pack_", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "ctypes._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_UnionT": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_WritableBuffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes._WritableBuffer", "line": 85, "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"}, "ctypes._CData"]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ctypes.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ctypes.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ctypes.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ctypes.__package__", "name": "__package__", "type": "builtins.str"}}, "addressof": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "ctypes.addressof", "name": "addressof", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": ["ctypes._CData"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addressof", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "alignment": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj_or_type"], "flags": [], "fullname": "ctypes.alignment", "name": "alignment", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj_or_type"], "arg_types": [{".class": "UnionType", "items": ["ctypes._CData", {".class": "TypeType", "item": "ctypes._CData"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "alignment", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "array": {".class": "SymbolTableNode", "cross_ref": "array.array", "kind": "Gdef", "module_hidden": true, "module_public": false}, "byref": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["obj", "offset"], "flags": [], "fullname": "ctypes.byref", "name": "byref", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["obj", "offset"], "arg_types": ["ctypes._CData", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "byref", "ret_type": "ctypes._CArgObject", "type_guard": null, "variables": []}}}, "c_bool": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.bool"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_bool", "name": "c_bool", "type_vars": []}, "flags": [], "fullname": "ctypes.c_bool", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_bool", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "value"], "flags": [], "fullname": "ctypes.c_bool.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "value"], "arg_types": ["ctypes.c_bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of c_bool", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_buffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "ctypes.c_buffer", "name": "c_buffer", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["init", "size"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", "builtins.bytes"]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["ctypes.c_char"], "type_ref": "ctypes.Array"}, "type_guard": null, "variables": []}}}, "c_byte": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_byte", "name": "c_byte", "type_vars": []}, "flags": [], "fullname": "ctypes.c_byte", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_byte", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_char": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_char", "name": "c_char", "type_vars": []}, "flags": [], "fullname": "ctypes.c_char", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_char", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "value"], "flags": [], "fullname": "ctypes.c_char.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "value"], "arg_types": ["ctypes.c_char", {".class": "UnionType", "items": ["builtins.int", "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of c_char", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_char_p": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes._PointerLike", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_char_p", "name": "c_char_p", "type_vars": []}, "flags": [], "fullname": "ctypes.c_char_p", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_char_p", "ctypes._PointerLike", "ctypes._CanCastTo", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "value"], "flags": [], "fullname": "ctypes.c_char_p.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "value"], "arg_types": ["ctypes.c_char_p", {".class": "UnionType", "items": ["builtins.int", "builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of c_char_p", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_double": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.float"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_double", "name": "c_double", "type_vars": []}, "flags": [], "fullname": "ctypes.c_double", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_double", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_float": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.float"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_float", "name": "c_float", "type_vars": []}, "flags": [], "fullname": "ctypes.c_float", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_float", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_int": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_int", "name": "c_int", "type_vars": []}, "flags": [], "fullname": "ctypes.c_int", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_int", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_int16": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_int16", "name": "c_int16", "type_vars": []}, "flags": [], "fullname": "ctypes.c_int16", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_int16", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_int32": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_int32", "name": "c_int32", "type_vars": []}, "flags": [], "fullname": "ctypes.c_int32", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_int32", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_int64": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_int64", "name": "c_int64", "type_vars": []}, "flags": [], "fullname": "ctypes.c_int64", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_int64", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_int8": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_int8", "name": "c_int8", "type_vars": []}, "flags": [], "fullname": "ctypes.c_int8", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_int8", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_long": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_long", "name": "c_long", "type_vars": []}, "flags": [], "fullname": "ctypes.c_long", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_long", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_longdouble": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.float"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_longdouble", "name": "c_longdouble", "type_vars": []}, "flags": [], "fullname": "ctypes.c_longdouble", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_longdouble", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_longlong": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_longlong", "name": "c_longlong", "type_vars": []}, "flags": [], "fullname": "ctypes.c_longlong", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_longlong", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_short": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_short", "name": "c_short", "type_vars": []}, "flags": [], "fullname": "ctypes.c_short", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_short", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_size_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_size_t", "name": "c_size_t", "type_vars": []}, "flags": [], "fullname": "ctypes.c_size_t", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_size_t", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_ssize_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_ssize_t", "name": "c_ssize_t", "type_vars": []}, "flags": [], "fullname": "ctypes.c_ssize_t", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_ssize_t", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_ubyte": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_ubyte", "name": "c_ubyte", "type_vars": []}, "flags": [], "fullname": "ctypes.c_ubyte", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_ubyte", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_uint": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_uint", "name": "c_uint", "type_vars": []}, "flags": [], "fullname": "ctypes.c_uint", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_uint", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_uint16": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_uint16", "name": "c_uint16", "type_vars": []}, "flags": [], "fullname": "ctypes.c_uint16", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_uint16", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_uint32": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_uint32", "name": "c_uint32", "type_vars": []}, "flags": [], "fullname": "ctypes.c_uint32", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_uint32", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_uint64": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_uint64", "name": "c_uint64", "type_vars": []}, "flags": [], "fullname": "ctypes.c_uint64", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_uint64", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_uint8": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_uint8", "name": "c_uint8", "type_vars": []}, "flags": [], "fullname": "ctypes.c_uint8", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_uint8", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_ulong": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_ulong", "name": "c_ulong", "type_vars": []}, "flags": [], "fullname": "ctypes.c_ulong", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_ulong", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_ulonglong": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_ulonglong", "name": "c_ulonglong", "type_vars": []}, "flags": [], "fullname": "ctypes.c_ulonglong", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_ulonglong", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_ushort": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_ushort", "name": "c_ushort", "type_vars": []}, "flags": [], "fullname": "ctypes.c_ushort", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_ushort", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_void_p": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes._PointerLike", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_void_p", "name": "c_void_p", "type_vars": []}, "flags": [], "fullname": "ctypes.c_void_p", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_void_p", "ctypes._PointerLike", "ctypes._CanCastTo", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_wchar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_wchar", "name": "c_wchar", "type_vars": []}, "flags": [], "fullname": "ctypes.c_wchar", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_wchar", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_wchar_p": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes._PointerLike", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.c_wchar_p", "name": "c_wchar_p", "type_vars": []}, "flags": [], "fullname": "ctypes.c_wchar_p", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.c_wchar_p", "ctypes._PointerLike", "ctypes._CanCastTo", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "value"], "flags": [], "fullname": "ctypes.c_wchar_p.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "value"], "arg_types": ["ctypes.c_wchar_p", {".class": "UnionType", "items": ["builtins.int", "builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of c_wchar_p", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "cast": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["obj", "typ"], "flags": [], "fullname": "ctypes.cast", "name": "cast", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["obj", "typ"], "arg_types": [{".class": "UnionType", "items": ["ctypes._CData", "ctypes._CArgObject", "builtins.int"]}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ctypes._CastT", "id": -1, "name": "_CastT", "upper_bound": "ctypes._CanCastTo", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cast", "ret_type": {".class": "TypeVarType", "fullname": "ctypes._CastT", "id": -1, "name": "_CastT", "upper_bound": "ctypes._CanCastTo", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ctypes._CastT", "id": -1, "name": "_CastT", "upper_bound": "ctypes._CanCastTo", "values": [], "variance": 0}]}}}, "cdll": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ctypes.cdll", "name": "cdll", "type": {".class": "Instance", "args": ["ctypes.CDLL"], "type_ref": "ctypes.LibraryLoader"}}}, "create_string_buffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["init", "size"], "flags": [], "fullname": "ctypes.create_string_buffer", "name": "create_string_buffer", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["init", "size"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", "builtins.bytes"]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_string_buffer", "ret_type": {".class": "Instance", "args": ["ctypes.c_char"], "type_ref": "ctypes.Array"}, "type_guard": null, "variables": []}}}, "create_unicode_buffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["init", "size"], "flags": [], "fullname": "ctypes.create_unicode_buffer", "name": "create_unicode_buffer", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["init", "size"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", "builtins.str"]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_unicode_buffer", "ret_type": {".class": "Instance", "args": ["ctypes.c_wchar"], "type_ref": "ctypes.Array"}, "type_guard": null, "variables": []}}}, "get_errno": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "ctypes.get_errno", "name": "get_errno", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_errno", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "memmove": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["dst", "src", "count"], "flags": [], "fullname": "ctypes.memmove", "name": "memmove", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["dst", "src", "count"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "ctypes._CVoidPLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "ctypes._CVoidConstPLike"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "memmove", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "memset": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["dst", "c", "count"], "flags": [], "fullname": "ctypes.memset", "name": "memset", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["dst", "c", "count"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "ctypes._CVoidPLike"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "memset", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "pointer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes._PointerLike", "ctypes._CData"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.pointer", "name": "pointer", "type_vars": [{".class": "TypeVarDef", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, "flags": [], "fullname": "ctypes.pointer", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.pointer", "ctypes._PointerLike", "ctypes._CanCastTo", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "ctypes.pointer.__getitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": ["is_overload", "is_decorated"], "fullname": "ctypes.pointer.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.pointer"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of pointer", "ret_type": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": ["is_overload", "is_decorated"], "fullname": "ctypes.pointer.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.pointer"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of pointer", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.pointer"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of pointer", "ret_type": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.pointer"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of pointer", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "arg"], "flags": [], "fullname": "ctypes.pointer.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "arg"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.pointer"}, {".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of pointer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "ctypes.pointer.__setitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "i", "o"], "flags": ["is_overload", "is_decorated"], "fullname": "ctypes.pointer.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.pointer"}, "builtins.int", {".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of pointer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "s", "o"], "flags": ["is_overload", "is_decorated"], "fullname": "ctypes.pointer.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.pointer"}, "builtins.slice", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of pointer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.pointer"}, "builtins.int", {".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of pointer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.pointer"}, "builtins.slice", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of pointer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "_type_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "ctypes.pointer._type_", "name": "_type_", "type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}}}, "contents": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.pointer.contents", "name": "contents", "type": {".class": "TypeVarType", "fullname": "ctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}}}, "tuple_type": null, "type_vars": ["_CT"], "typeddict_type": null}}, "py_object": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes._CanCastTo", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "ctypes._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.py_object", "name": "py_object", "type_vars": [{".class": "TypeVarDef", "fullname": "ctypes._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "ctypes.py_object", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes", "mro": ["ctypes.py_object", "ctypes._CanCastTo", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "pydll": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ctypes.pydll", "name": "pydll", "type": {".class": "Instance", "args": ["ctypes.PyDLL"], "type_ref": "ctypes.LibraryLoader"}}}, "pythonapi": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ctypes.pythonapi", "name": "pythonapi", "type": "ctypes.PyDLL"}}, "resize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["obj", "size"], "flags": [], "fullname": "ctypes.resize", "name": "resize", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["obj", "size"], "arg_types": ["ctypes._CData", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resize", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_errno": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["value"], "flags": [], "fullname": "ctypes.set_errno", "name": "set_errno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["value"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_errno", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sizeof": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj_or_type"], "flags": [], "fullname": "ctypes.sizeof", "name": "sizeof", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj_or_type"], "arg_types": [{".class": "UnionType", "items": ["ctypes._CData", {".class": "TypeType", "item": "ctypes._CData"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sizeof", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "string_at": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["address", "size"], "flags": [], "fullname": "ctypes.string_at", "name": "string_at", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["address", "size"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "ctypes._CVoidConstPLike"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "string_at", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "wstring_at": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["address", "size"], "flags": [], "fullname": "ctypes.wstring_at", "name": "wstring_at", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["address", "size"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "ctypes._CVoidConstPLike"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wstring_at", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/ctypes/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/ctypes/__init__.meta.json b/.mypy_cache/3.9/ctypes/__init__.meta.json deleted file mode 100644 index 1256d3c05..000000000 --- a/.mypy_cache/3.9/ctypes/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 23, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30], "dependencies": ["sys", "array", "typing", "types", "builtins", "abc"], "hash": "a0a9402a8bae0be8d207fceaed89b6ed3be3802572ccbf91131268bc00a7bb4d", "id": "ctypes", "ignore_all": true, "interface_hash": "e52de3bc208c5e870715c3e0552c5b862ce9cdeb351a02e51cf6181bbdaa36cb", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/ctypes/__init__.pyi", "plugin_data": null, "size": 12218, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/ctypes/wintypes.data.json b/.mypy_cache/3.9/ctypes/wintypes.data.json deleted file mode 100644 index a487e0281..000000000 --- a/.mypy_cache/3.9/ctypes/wintypes.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "ctypes.wintypes", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ATOM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.ATOM", "line": 63, "no_args": true, "normalized": false, "target": "ctypes.c_ushort"}}, "Array": {".class": "SymbolTableNode", "cross_ref": "ctypes.Array", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BOOL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.BOOL", "line": 34, "no_args": true, "normalized": false, "target": "ctypes.c_long"}}, "BOOLEAN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.BOOLEAN", "line": 33, "no_args": true, "normalized": false, "target": "ctypes.c_byte"}}, "BYTE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.BYTE", "line": 24, "no_args": true, "normalized": false, "target": "ctypes.c_byte"}}, "CHAR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.CHAR", "line": 27, "no_args": true, "normalized": false, "target": "ctypes.c_char"}}, "COLORREF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.COLORREF", "line": 65, "no_args": true, "normalized": false, "target": "ctypes.c_ulong"}}, "DOUBLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.DOUBLE", "line": 31, "no_args": true, "normalized": false, "target": "ctypes.c_double"}}, "DWORD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.DWORD", "line": 26, "no_args": true, "normalized": false, "target": "ctypes.c_ulong"}}, "FILETIME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes.Structure"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.wintypes.FILETIME", "name": "FILETIME", "type_vars": []}, "flags": [], "fullname": "ctypes.wintypes.FILETIME", "metaclass_type": "ctypes._StructUnionMeta", "metadata": {}, "module_name": "ctypes.wintypes", "mro": ["ctypes.wintypes.FILETIME", "ctypes.Structure", "ctypes._StructUnionBase", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable", "dwHighDateTime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.FILETIME.dwHighDateTime", "name": "dwHighDateTime", "type": "ctypes.c_ulong"}}, "dwLowDateTime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.FILETIME.dwLowDateTime", "name": "dwLowDateTime", "type": "ctypes.c_ulong"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FLOAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.FLOAT", "line": 32, "no_args": true, "normalized": false, "target": "ctypes.c_float"}}, "HACCEL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HACCEL", "line": 71, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HANDLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HANDLE", "line": 70, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HBITMAP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HBITMAP", "line": 72, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HBRUSH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HBRUSH", "line": 73, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HCOLORSPACE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HCOLORSPACE", "line": 74, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HDC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HDC", "line": 75, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HDESK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HDESK", "line": 76, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HDWP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HDWP", "line": 77, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HENHMETAFILE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HENHMETAFILE", "line": 78, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HFONT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HFONT", "line": 79, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HGDIOBJ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HGDIOBJ", "line": 80, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HGLOBAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HGLOBAL", "line": 81, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HHOOK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HHOOK", "line": 82, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HICON": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HICON", "line": 83, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HINSTANCE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HINSTANCE", "line": 84, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HKEY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HKEY", "line": 85, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HKL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HKL", "line": 86, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HLOCAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HLOCAL", "line": 87, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HMENU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HMENU", "line": 88, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HMETAFILE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HMETAFILE", "line": 89, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HMODULE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HMODULE", "line": 90, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HMONITOR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HMONITOR", "line": 91, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HPALETTE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HPALETTE", "line": 92, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HPEN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HPEN", "line": 93, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HRGN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HRGN", "line": 94, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HRSRC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HRSRC", "line": 95, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HSTR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HSTR", "line": 96, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HTASK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HTASK", "line": 97, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HWINSTA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HWINSTA", "line": 98, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "HWND": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.HWND", "line": 99, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "INT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.INT", "line": 30, "no_args": true, "normalized": false, "target": "ctypes.c_int"}}, "LANGID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LANGID", "line": 64, "no_args": true, "normalized": false, "target": "ctypes.c_ushort"}}, "LARGE_INTEGER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LARGE_INTEGER", "line": 42, "no_args": true, "normalized": false, "target": "ctypes.c_longlong"}}, "LCID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LCID", "line": 68, "no_args": true, "normalized": false, "target": "ctypes.c_ulong"}}, "LCTYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LCTYPE", "line": 67, "no_args": true, "normalized": false, "target": "ctypes.c_ulong"}}, "LGRPID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LGRPID", "line": 66, "no_args": true, "normalized": false, "target": "ctypes.c_ulong"}}, "LONG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LONG", "line": 39, "no_args": true, "normalized": false, "target": "ctypes.c_long"}}, "LPARAM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.wintypes.LPARAM", "name": "LPARAM", "type_vars": []}, "flags": [], "fullname": "ctypes.wintypes.LPARAM", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes.wintypes", "mro": ["ctypes.wintypes.LPARAM", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LPBOOL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPBOOL", "line": 186, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_long"], "type_ref": "ctypes.pointer"}}}, "LPBYTE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPBYTE", "line": 189, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_byte"], "type_ref": "ctypes.pointer"}}}, "LPCOLESTR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPCOLESTR", "line": 49, "no_args": true, "normalized": false, "target": "ctypes.c_wchar_p"}}, "LPCOLORREF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPCOLORREF", "line": 191, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_ulong"], "type_ref": "ctypes.pointer"}}}, "LPCSTR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPCSTR", "line": 53, "no_args": true, "normalized": false, "target": "ctypes.c_char_p"}}, "LPCVOID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPCVOID", "line": 55, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "LPCWSTR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPCWSTR", "line": 51, "no_args": true, "normalized": false, "target": "ctypes.c_wchar_p"}}, "LPDWORD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPDWORD", "line": 193, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_ulong"], "type_ref": "ctypes.pointer"}}}, "LPFILETIME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPFILETIME", "line": 195, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.wintypes.FILETIME"], "type_ref": "ctypes.pointer"}}}, "LPHANDLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPHANDLE", "line": 198, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_void_p"], "type_ref": "ctypes.pointer"}}}, "LPHKL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPHKL", "line": 200, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_void_p"], "type_ref": "ctypes.pointer"}}}, "LPINT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPINT", "line": 202, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_int"], "type_ref": "ctypes.pointer"}}}, "LPLONG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPLONG", "line": 206, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_long"], "type_ref": "ctypes.pointer"}}}, "LPMSG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPMSG", "line": 208, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.wintypes.MSG"], "type_ref": "ctypes.pointer"}}}, "LPOLESTR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPOLESTR", "line": 48, "no_args": true, "normalized": false, "target": "ctypes.c_wchar_p"}}, "LPPOINT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPPOINT", "line": 210, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.wintypes.POINT"], "type_ref": "ctypes.pointer"}}}, "LPRECT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPRECT", "line": 213, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.wintypes.RECT"], "type_ref": "ctypes.pointer"}}}, "LPRECTL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPRECTL", "line": 215, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.wintypes.RECT"], "type_ref": "ctypes.pointer"}}}, "LPSC_HANDLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPSC_HANDLE", "line": 216, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_void_p"], "type_ref": "ctypes.pointer"}}}, "LPSIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPSIZE", "line": 219, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.wintypes.SIZE"], "type_ref": "ctypes.pointer"}}}, "LPSIZEL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPSIZEL", "line": 221, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.wintypes.SIZE"], "type_ref": "ctypes.pointer"}}}, "LPSTR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPSTR", "line": 52, "no_args": true, "normalized": false, "target": "ctypes.c_char_p"}}, "LPUINT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPUINT", "line": 224, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_uint"], "type_ref": "ctypes.pointer"}}}, "LPVOID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPVOID", "line": 54, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "LPWIN32_FIND_DATAA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPWIN32_FIND_DATAA", "line": 230, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.wintypes.WIN32_FIND_DATAA"], "type_ref": "ctypes.pointer"}}}, "LPWIN32_FIND_DATAW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPWIN32_FIND_DATAW", "line": 232, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.wintypes.WIN32_FIND_DATAW"], "type_ref": "ctypes.pointer"}}}, "LPWORD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPWORD", "line": 234, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_ushort"], "type_ref": "ctypes.pointer"}}}, "LPWSTR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.LPWSTR", "line": 50, "no_args": true, "normalized": false, "target": "ctypes.c_wchar_p"}}, "MAX_PATH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ctypes.wintypes.MAX_PATH", "name": "MAX_PATH", "type": "builtins.int"}}, "MSG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes.Structure"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.wintypes.MSG", "name": "MSG", "type_vars": []}, "flags": [], "fullname": "ctypes.wintypes.MSG", "metaclass_type": "ctypes._StructUnionMeta", "metadata": {}, "module_name": "ctypes.wintypes", "mro": ["ctypes.wintypes.MSG", "ctypes.Structure", "ctypes._StructUnionBase", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable", "hWnd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.MSG.hWnd", "name": "hWnd", "type": "ctypes.c_void_p"}}, "lParam": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.MSG.lParam", "name": "lParam", "type": "ctypes.wintypes.LPARAM"}}, "message": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.MSG.message", "name": "message", "type": "ctypes.c_uint"}}, "pt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.MSG.pt", "name": "pt", "type": "ctypes.wintypes.POINT"}}, "time": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.MSG.time", "name": "time", "type": "ctypes.c_ulong"}}, "wParam": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.MSG.wParam", "name": "wParam", "type": "ctypes.wintypes.WPARAM"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "OLESTR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.OLESTR", "line": 47, "no_args": true, "normalized": false, "target": "ctypes.c_wchar_p"}}, "PBOOL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PBOOL", "line": 185, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_long"], "type_ref": "ctypes.pointer"}}}, "PBOOLEAN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PBOOLEAN", "line": 187, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_byte"], "type_ref": "ctypes.pointer"}}}, "PBYTE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PBYTE", "line": 188, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_byte"], "type_ref": "ctypes.pointer"}}}, "PCHAR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PCHAR", "line": 190, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_char"], "type_ref": "ctypes.pointer"}}}, "PDWORD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PDWORD", "line": 192, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_ulong"], "type_ref": "ctypes.pointer"}}}, "PFILETIME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PFILETIME", "line": 194, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.wintypes.FILETIME"], "type_ref": "ctypes.pointer"}}}, "PFLOAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PFLOAT", "line": 196, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_float"], "type_ref": "ctypes.pointer"}}}, "PHANDLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PHANDLE", "line": 197, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_void_p"], "type_ref": "ctypes.pointer"}}}, "PHKEY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PHKEY", "line": 199, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_void_p"], "type_ref": "ctypes.pointer"}}}, "PINT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PINT", "line": 201, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_int"], "type_ref": "ctypes.pointer"}}}, "PLARGE_INTEGER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PLARGE_INTEGER", "line": 203, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_longlong"], "type_ref": "ctypes.pointer"}}}, "PLCID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PLCID", "line": 204, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_ulong"], "type_ref": "ctypes.pointer"}}}, "PLONG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PLONG", "line": 205, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_long"], "type_ref": "ctypes.pointer"}}}, "PMSG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PMSG", "line": 207, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.wintypes.MSG"], "type_ref": "ctypes.pointer"}}}, "POINT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes.Structure"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.wintypes.POINT", "name": "POINT", "type_vars": []}, "flags": [], "fullname": "ctypes.wintypes.POINT", "metaclass_type": "ctypes._StructUnionMeta", "metadata": {}, "module_name": "ctypes.wintypes", "mro": ["ctypes.wintypes.POINT", "ctypes.Structure", "ctypes._StructUnionBase", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable", "x": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.POINT.x", "name": "x", "type": "ctypes.c_long"}}, "y": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.POINT.y", "name": "y", "type": "ctypes.c_long"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "POINTL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.POINTL", "line": 129, "no_args": true, "normalized": false, "target": "ctypes.wintypes.POINT"}}, "PPOINT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PPOINT", "line": 209, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.wintypes.POINT"], "type_ref": "ctypes.pointer"}}}, "PPOINTL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PPOINTL", "line": 211, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.wintypes.POINT"], "type_ref": "ctypes.pointer"}}}, "PRECT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PRECT", "line": 212, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.wintypes.RECT"], "type_ref": "ctypes.pointer"}}}, "PRECTL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PRECTL", "line": 214, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.wintypes.RECT"], "type_ref": "ctypes.pointer"}}}, "PSHORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PSHORT", "line": 217, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_short"], "type_ref": "ctypes.pointer"}}}, "PSIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PSIZE", "line": 218, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.wintypes.SIZE"], "type_ref": "ctypes.pointer"}}}, "PSIZEL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PSIZEL", "line": 220, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.wintypes.SIZE"], "type_ref": "ctypes.pointer"}}}, "PSMALL_RECT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PSMALL_RECT", "line": 222, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.wintypes._SMALL_RECT"], "type_ref": "ctypes.pointer"}}}, "PUINT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PUINT", "line": 223, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_uint"], "type_ref": "ctypes.pointer"}}}, "PULARGE_INTEGER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PULARGE_INTEGER", "line": 225, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_ulonglong"], "type_ref": "ctypes.pointer"}}}, "PULONG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PULONG", "line": 226, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_ulong"], "type_ref": "ctypes.pointer"}}}, "PUSHORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PUSHORT", "line": 227, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_ushort"], "type_ref": "ctypes.pointer"}}}, "PWCHAR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PWCHAR", "line": 228, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_wchar"], "type_ref": "ctypes.pointer"}}}, "PWIN32_FIND_DATAA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PWIN32_FIND_DATAA", "line": 229, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.wintypes.WIN32_FIND_DATAA"], "type_ref": "ctypes.pointer"}}}, "PWIN32_FIND_DATAW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PWIN32_FIND_DATAW", "line": 231, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.wintypes.WIN32_FIND_DATAW"], "type_ref": "ctypes.pointer"}}}, "PWORD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.PWORD", "line": 233, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["ctypes.c_ushort"], "type_ref": "ctypes.pointer"}}}, "RECT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes.Structure"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.wintypes.RECT", "name": "RECT", "type_vars": []}, "flags": [], "fullname": "ctypes.wintypes.RECT", "metaclass_type": "ctypes._StructUnionMeta", "metadata": {}, "module_name": "ctypes.wintypes", "mro": ["ctypes.wintypes.RECT", "ctypes.Structure", "ctypes._StructUnionBase", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable", "bottom": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.RECT.bottom", "name": "bottom", "type": "ctypes.c_long"}}, "left": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.RECT.left", "name": "left", "type": "ctypes.c_long"}}, "right": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.RECT.right", "name": "right", "type": "ctypes.c_long"}}, "top": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.RECT.top", "name": "top", "type": "ctypes.c_long"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RECTL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.RECTL", "line": 109, "no_args": true, "normalized": false, "target": "ctypes.wintypes.RECT"}}, "RGB": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["red", "green", "blue"], "flags": [], "fullname": "ctypes.wintypes.RGB", "name": "RGB", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["red", "green", "blue"], "arg_types": ["builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RGB", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "SC_HANDLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.SC_HANDLE", "line": 100, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "SERVICE_STATUS_HANDLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.SERVICE_STATUS_HANDLE", "line": 101, "no_args": true, "normalized": false, "target": "ctypes.c_void_p"}}, "SHORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.SHORT", "line": 41, "no_args": true, "normalized": false, "target": "ctypes.c_short"}}, "SIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes.Structure"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.wintypes.SIZE", "name": "SIZE", "type_vars": []}, "flags": [], "fullname": "ctypes.wintypes.SIZE", "metaclass_type": "ctypes._StructUnionMeta", "metadata": {}, "module_name": "ctypes.wintypes", "mro": ["ctypes.wintypes.SIZE", "ctypes.Structure", "ctypes._StructUnionBase", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable", "cx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.SIZE.cx", "name": "cx", "type": "ctypes.c_long"}}, "cy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.SIZE.cy", "name": "cy", "type": "ctypes.c_long"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SIZEL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.SIZEL", "line": 137, "no_args": true, "normalized": false, "target": "ctypes.wintypes.SIZE"}}, "SMALL_RECT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.SMALL_RECT", "line": 119, "no_args": true, "normalized": false, "target": "ctypes.wintypes._SMALL_RECT"}}, "Structure": {".class": "SymbolTableNode", "cross_ref": "ctypes.Structure", "kind": "Gdef", "module_hidden": true, "module_public": false}, "UINT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.UINT", "line": 29, "no_args": true, "normalized": false, "target": "ctypes.c_uint"}}, "ULARGE_INTEGER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.ULARGE_INTEGER", "line": 44, "no_args": true, "normalized": false, "target": "ctypes.c_ulonglong"}}, "ULONG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.ULONG", "line": 38, "no_args": true, "normalized": false, "target": "ctypes.c_ulong"}}, "USHORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.USHORT", "line": 40, "no_args": true, "normalized": false, "target": "ctypes.c_ushort"}}, "VARIANT_BOOL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.bool"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.wintypes.VARIANT_BOOL", "name": "VARIANT_BOOL", "type_vars": []}, "flags": [], "fullname": "ctypes.wintypes.VARIANT_BOOL", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes.wintypes", "mro": ["ctypes.wintypes.VARIANT_BOOL", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "WCHAR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.WCHAR", "line": 28, "no_args": true, "normalized": false, "target": "ctypes.c_wchar"}}, "WIN32_FIND_DATAA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes.Structure"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.wintypes.WIN32_FIND_DATAA", "name": "WIN32_FIND_DATAA", "type_vars": []}, "flags": [], "fullname": "ctypes.wintypes.WIN32_FIND_DATAA", "metaclass_type": "ctypes._StructUnionMeta", "metadata": {}, "module_name": "ctypes.wintypes", "mro": ["ctypes.wintypes.WIN32_FIND_DATAA", "ctypes.Structure", "ctypes._StructUnionBase", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable", "cAlternateFileName": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.WIN32_FIND_DATAA.cAlternateFileName", "name": "cAlternateFileName", "type": {".class": "Instance", "args": ["ctypes.c_char"], "type_ref": "ctypes.Array"}}}, "cFileName": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.WIN32_FIND_DATAA.cFileName", "name": "cFileName", "type": {".class": "Instance", "args": ["ctypes.c_char"], "type_ref": "ctypes.Array"}}}, "dwFileAttributes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.WIN32_FIND_DATAA.dwFileAttributes", "name": "dwFileAttributes", "type": "ctypes.c_ulong"}}, "dwReserved0": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.WIN32_FIND_DATAA.dwReserved0", "name": "dwReserved0", "type": "ctypes.c_ulong"}}, "dwReserved1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.WIN32_FIND_DATAA.dwReserved1", "name": "dwReserved1", "type": "ctypes.c_ulong"}}, "ftCreationTime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.WIN32_FIND_DATAA.ftCreationTime", "name": "ftCreationTime", "type": "ctypes.wintypes.FILETIME"}}, "ftLastAccessTime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.WIN32_FIND_DATAA.ftLastAccessTime", "name": "ftLastAccessTime", "type": "ctypes.wintypes.FILETIME"}}, "ftLastWriteTime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.WIN32_FIND_DATAA.ftLastWriteTime", "name": "ftLastWriteTime", "type": "ctypes.wintypes.FILETIME"}}, "nFileSizeHigh": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.WIN32_FIND_DATAA.nFileSizeHigh", "name": "nFileSizeHigh", "type": "ctypes.c_ulong"}}, "nFileSizeLow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.WIN32_FIND_DATAA.nFileSizeLow", "name": "nFileSizeLow", "type": "ctypes.c_ulong"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "WIN32_FIND_DATAW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes.Structure"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.wintypes.WIN32_FIND_DATAW", "name": "WIN32_FIND_DATAW", "type_vars": []}, "flags": [], "fullname": "ctypes.wintypes.WIN32_FIND_DATAW", "metaclass_type": "ctypes._StructUnionMeta", "metadata": {}, "module_name": "ctypes.wintypes", "mro": ["ctypes.wintypes.WIN32_FIND_DATAW", "ctypes.Structure", "ctypes._StructUnionBase", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable", "cAlternateFileName": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.WIN32_FIND_DATAW.cAlternateFileName", "name": "cAlternateFileName", "type": {".class": "Instance", "args": ["ctypes.c_wchar"], "type_ref": "ctypes.Array"}}}, "cFileName": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.WIN32_FIND_DATAW.cFileName", "name": "cFileName", "type": {".class": "Instance", "args": ["ctypes.c_wchar"], "type_ref": "ctypes.Array"}}}, "dwFileAttributes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.WIN32_FIND_DATAW.dwFileAttributes", "name": "dwFileAttributes", "type": "ctypes.c_ulong"}}, "dwReserved0": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.WIN32_FIND_DATAW.dwReserved0", "name": "dwReserved0", "type": "ctypes.c_ulong"}}, "dwReserved1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.WIN32_FIND_DATAW.dwReserved1", "name": "dwReserved1", "type": "ctypes.c_ulong"}}, "ftCreationTime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.WIN32_FIND_DATAW.ftCreationTime", "name": "ftCreationTime", "type": "ctypes.wintypes.FILETIME"}}, "ftLastAccessTime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.WIN32_FIND_DATAW.ftLastAccessTime", "name": "ftLastAccessTime", "type": "ctypes.wintypes.FILETIME"}}, "ftLastWriteTime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.WIN32_FIND_DATAW.ftLastWriteTime", "name": "ftLastWriteTime", "type": "ctypes.wintypes.FILETIME"}}, "nFileSizeHigh": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.WIN32_FIND_DATAW.nFileSizeHigh", "name": "nFileSizeHigh", "type": "ctypes.c_ulong"}}, "nFileSizeLow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes.WIN32_FIND_DATAW.nFileSizeLow", "name": "nFileSizeLow", "type": "ctypes.c_ulong"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "WORD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.WORD", "line": 25, "no_args": true, "normalized": false, "target": "ctypes.c_ushort"}}, "WPARAM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "ctypes._SimpleCData"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.wintypes.WPARAM", "name": "WPARAM", "type_vars": []}, "flags": [], "fullname": "ctypes.wintypes.WPARAM", "metaclass_type": "ctypes._CDataMeta", "metadata": {}, "module_name": "ctypes.wintypes", "mro": ["ctypes.wintypes.WPARAM", "ctypes._SimpleCData", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_COORD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes.Structure"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.wintypes._COORD", "name": "_COORD", "type_vars": []}, "flags": [], "fullname": "ctypes.wintypes._COORD", "metaclass_type": "ctypes._StructUnionMeta", "metadata": {}, "module_name": "ctypes.wintypes", "mro": ["ctypes.wintypes._COORD", "ctypes.Structure", "ctypes._StructUnionBase", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable", "X": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes._COORD.X", "name": "X", "type": "ctypes.c_short"}}, "Y": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes._COORD.Y", "name": "Y", "type": "ctypes.c_short"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_FILETIME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes._FILETIME", "line": 146, "no_args": true, "normalized": false, "target": "ctypes.wintypes.FILETIME"}}, "_LARGE_INTEGER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes._LARGE_INTEGER", "line": 43, "no_args": true, "normalized": false, "target": "ctypes.c_longlong"}}, "_POINTL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes._POINTL", "line": 130, "no_args": true, "normalized": false, "target": "ctypes.wintypes.POINT"}}, "_RECTL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes._RECTL", "line": 110, "no_args": true, "normalized": false, "target": "ctypes.wintypes.RECT"}}, "_SMALL_RECT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ctypes.Structure"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ctypes.wintypes._SMALL_RECT", "name": "_SMALL_RECT", "type_vars": []}, "flags": [], "fullname": "ctypes.wintypes._SMALL_RECT", "metaclass_type": "ctypes._StructUnionMeta", "metadata": {}, "module_name": "ctypes.wintypes", "mro": ["ctypes.wintypes._SMALL_RECT", "ctypes.Structure", "ctypes._StructUnionBase", "ctypes._CData", "builtins.object"], "names": {".class": "SymbolTable", "Bottom": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes._SMALL_RECT.Bottom", "name": "Bottom", "type": "ctypes.c_short"}}, "Left": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes._SMALL_RECT.Left", "name": "Left", "type": "ctypes.c_short"}}, "Right": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes._SMALL_RECT.Right", "name": "Right", "type": "ctypes.c_short"}}, "Top": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ctypes.wintypes._SMALL_RECT.Top", "name": "Top", "type": "ctypes.c_short"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_SimpleCData": {".class": "SymbolTableNode", "cross_ref": "ctypes._SimpleCData", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ULARGE_INTEGER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes._ULARGE_INTEGER", "line": 45, "no_args": true, "normalized": false, "target": "ctypes.c_ulonglong"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ctypes.wintypes.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ctypes.wintypes.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ctypes.wintypes.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ctypes.wintypes.__package__", "name": "__package__", "type": "builtins.str"}}, "c_byte": {".class": "SymbolTableNode", "cross_ref": "ctypes.c_byte", "kind": "Gdef", "module_hidden": true, "module_public": false}, "c_char": {".class": "SymbolTableNode", "cross_ref": "ctypes.c_char", "kind": "Gdef", "module_hidden": true, "module_public": false}, "c_char_p": {".class": "SymbolTableNode", "cross_ref": "ctypes.c_char_p", "kind": "Gdef", "module_hidden": true, "module_public": false}, "c_double": {".class": "SymbolTableNode", "cross_ref": "ctypes.c_double", "kind": "Gdef", "module_hidden": true, "module_public": false}, "c_float": {".class": "SymbolTableNode", "cross_ref": "ctypes.c_float", "kind": "Gdef", "module_hidden": true, "module_public": false}, "c_int": {".class": "SymbolTableNode", "cross_ref": "ctypes.c_int", "kind": "Gdef", "module_hidden": true, "module_public": false}, "c_long": {".class": "SymbolTableNode", "cross_ref": "ctypes.c_long", "kind": "Gdef", "module_hidden": true, "module_public": false}, "c_longlong": {".class": "SymbolTableNode", "cross_ref": "ctypes.c_longlong", "kind": "Gdef", "module_hidden": true, "module_public": false}, "c_short": {".class": "SymbolTableNode", "cross_ref": "ctypes.c_short", "kind": "Gdef", "module_hidden": true, "module_public": false}, "c_uint": {".class": "SymbolTableNode", "cross_ref": "ctypes.c_uint", "kind": "Gdef", "module_hidden": true, "module_public": false}, "c_ulong": {".class": "SymbolTableNode", "cross_ref": "ctypes.c_ulong", "kind": "Gdef", "module_hidden": true, "module_public": false}, "c_ulonglong": {".class": "SymbolTableNode", "cross_ref": "ctypes.c_ulonglong", "kind": "Gdef", "module_hidden": true, "module_public": false}, "c_ushort": {".class": "SymbolTableNode", "cross_ref": "ctypes.c_ushort", "kind": "Gdef", "module_hidden": true, "module_public": false}, "c_void_p": {".class": "SymbolTableNode", "cross_ref": "ctypes.c_void_p", "kind": "Gdef", "module_hidden": true, "module_public": false}, "c_wchar": {".class": "SymbolTableNode", "cross_ref": "ctypes.c_wchar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "c_wchar_p": {".class": "SymbolTableNode", "cross_ref": "ctypes.c_wchar_p", "kind": "Gdef", "module_hidden": true, "module_public": false}, "pointer": {".class": "SymbolTableNode", "cross_ref": "ctypes.pointer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "tagMSG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.tagMSG", "line": 156, "no_args": true, "normalized": false, "target": "ctypes.wintypes.MSG"}}, "tagPOINT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.tagPOINT", "line": 131, "no_args": true, "normalized": false, "target": "ctypes.wintypes.POINT"}}, "tagRECT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.tagRECT", "line": 111, "no_args": true, "normalized": false, "target": "ctypes.wintypes.RECT"}}, "tagSIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ctypes.wintypes.tagSIZE", "line": 138, "no_args": true, "normalized": false, "target": "ctypes.wintypes.SIZE"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/ctypes/wintypes.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/ctypes/wintypes.meta.json b/.mypy_cache/3.9/ctypes/wintypes.meta.json deleted file mode 100644 index c4b8c997a..000000000 --- a/.mypy_cache/3.9/ctypes/wintypes.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 1, 1, 1], "dep_prios": [5, 5, 30, 30], "dependencies": ["ctypes", "builtins", "abc", "typing"], "hash": "e262dfcc9f245f2b50a380c3b0ee475f5dec6565d472cf977703f280ee8c384d", "id": "ctypes.wintypes", "ignore_all": true, "interface_hash": "939429a2b919b9e1689a10f5c4b91d84a3348a7ef4513cb7bec1dedfb84dc900", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/ctypes/wintypes.pyi", "plugin_data": null, "size": 4642, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/dataclasses.data.json b/.mypy_cache/3.9/dataclasses.data.json deleted file mode 100644 index a3d8f5240..000000000 --- a/.mypy_cache/3.9/dataclasses.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "dataclasses", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Field": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "dataclasses.Field", "name": "Field", "type_vars": [{".class": "TypeVarDef", "fullname": "dataclasses._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "dataclasses.Field", "metaclass_type": null, "metadata": {}, "module_name": "dataclasses", "mro": ["dataclasses.Field", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "dataclasses.Field.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "dataclasses._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "dataclasses.Field"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of Field", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "default", "default_factory", "init", "repr", "hash", "compare", "metadata"], "flags": [], "fullname": "dataclasses.Field.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "default", "default_factory", "init", "repr", "hash", "compare", "metadata"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "dataclasses._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "dataclasses.Field"}, {".class": "TypeVarType", "fullname": "dataclasses._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Field", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "compare": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "dataclasses.Field.compare", "name": "compare", "type": "builtins.bool"}}, "default": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "dataclasses.Field.default", "name": "default", "type": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}}, "default_factory": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "dataclasses.Field.default_factory", "name": "default_factory", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "hash": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "dataclasses.Field.hash", "name": "hash", "type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}}}, "init": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "dataclasses.Field.init", "name": "init", "type": "builtins.bool"}}, "metadata": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "dataclasses.Field.metadata", "name": "metadata", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "dataclasses.Field.name", "name": "name", "type": "builtins.str"}}, "repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "dataclasses.Field.repr", "name": "repr", "type": "builtins.bool"}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "dataclasses.Field.type", "name": "type", "type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "FrozenInstanceError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.AttributeError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "dataclasses.FrozenInstanceError", "name": "FrozenInstanceError", "type_vars": []}, "flags": [], "fullname": "dataclasses.FrozenInstanceError", "metaclass_type": null, "metadata": {}, "module_name": "dataclasses", "mro": ["dataclasses.FrozenInstanceError", "builtins.AttributeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "GenericAlias": {".class": "SymbolTableNode", "cross_ref": "types.GenericAlias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "InitVar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "dataclasses.InitVar", "name": "InitVar", "type_vars": [{".class": "TypeVarDef", "fullname": "dataclasses._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "dataclasses.InitVar", "metaclass_type": null, "metadata": {}, "module_name": "dataclasses", "mro": ["dataclasses.InitVar", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_class"], "fullname": "dataclasses.InitVar.__class_getitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "type"], "flags": ["is_class", "is_overload", "is_decorated"], "fullname": "dataclasses.InitVar.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "type"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "dataclasses._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "dataclasses.InitVar"}}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of InitVar", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "dataclasses._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "dataclasses.InitVar"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__class_getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "type"], "flags": ["is_class", "is_overload", "is_decorated"], "fullname": "dataclasses.InitVar.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "type"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "dataclasses._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "dataclasses.InitVar"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of InitVar", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "dataclasses.InitVar"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__class_getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "type"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "dataclasses._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "dataclasses.InitVar"}}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of InitVar", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "dataclasses._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "dataclasses.InitVar"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "type"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "dataclasses._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "dataclasses.InitVar"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of InitVar", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "dataclasses.InitVar"}, "type_guard": null, "variables": []}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "type"], "flags": [], "fullname": "dataclasses.InitVar.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "type"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "dataclasses._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "dataclasses.InitVar"}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of InitVar", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "dataclasses.InitVar.type", "name": "type", "type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MISSING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "dataclasses.MISSING", "name": "MISSING", "type": "dataclasses._MISSING_TYPE"}}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "_MISSING_TYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "dataclasses._MISSING_TYPE", "name": "_MISSING_TYPE", "type_vars": []}, "flags": [], "fullname": "dataclasses._MISSING_TYPE", "metaclass_type": null, "metadata": {}, "module_name": "dataclasses", "mro": ["dataclasses._MISSING_TYPE", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "dataclasses._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "dataclasses.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "dataclasses.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "dataclasses.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "dataclasses.__package__", "name": "__package__", "type": "builtins.str"}}, "asdict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "dataclasses.asdict", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": ["is_overload", "is_decorated"], "fullname": "dataclasses.asdict", "name": "asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "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", "implicit": false, "is_ellipsis_args": false, "name": "asdict", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "asdict", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3], "arg_names": ["obj", "dict_factory"], "flags": ["is_overload", "is_decorated"], "fullname": "dataclasses.asdict", "name": "asdict", "type": {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["obj", "dict_factory"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asdict", "ret_type": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "asdict", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "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", "implicit": false, "is_ellipsis_args": false, "name": "asdict", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["obj", "dict_factory"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asdict", "ret_type": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "astuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "dataclasses.astuple", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": ["is_overload", "is_decorated"], "fullname": "dataclasses.astuple", "name": "astuple", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "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", "implicit": false, "is_ellipsis_args": false, "name": "astuple", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "astuple", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3], "arg_names": ["obj", "tuple_factory"], "flags": ["is_overload", "is_decorated"], "fullname": "dataclasses.astuple", "name": "astuple", "type": {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["obj", "tuple_factory"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "astuple", "ret_type": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "astuple", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "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", "implicit": false, "is_ellipsis_args": false, "name": "astuple", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["obj", "tuple_factory"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "astuple", "ret_type": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "dataclass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "dataclasses.dataclass", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__cls"], "flags": ["is_overload", "is_decorated"], "fullname": "dataclasses.dataclass", "name": "dataclass", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dataclass", "ret_type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "dataclass", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__cls"], "flags": ["is_overload", "is_decorated"], "fullname": "dataclasses.dataclass", "name": "dataclass", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dataclass", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "dataclass", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [5, 5, 5, 5, 5, 5], "arg_names": ["init", "repr", "eq", "order", "unsafe_hash", "frozen"], "flags": ["is_overload", "is_decorated"], "fullname": "dataclasses.dataclass", "name": "dataclass", "type": {".class": "CallableType", "arg_kinds": [5, 5, 5, 5, 5, 5], "arg_names": ["init", "repr", "eq", "order", "unsafe_hash", "frozen"], "arg_types": ["builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dataclass", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "dataclass", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dataclass", "ret_type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dataclass", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [5, 5, 5, 5, 5, 5], "arg_names": ["init", "repr", "eq", "order", "unsafe_hash", "frozen"], "arg_types": ["builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dataclass", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": []}]}}}, "field": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "dataclasses.field", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [3, 5, 5, 5, 5, 5], "arg_names": ["default", "init", "repr", "hash", "compare", "metadata"], "flags": ["is_overload", "is_decorated"], "fullname": "dataclasses.field", "name": "field", "type": {".class": "CallableType", "arg_kinds": [3, 5, 5, 5, 5, 5], "arg_names": ["default", "init", "repr", "hash", "compare", "metadata"], "arg_types": [{".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "field", "ret_type": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "field", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [3, 5, 5, 5, 5, 5], "arg_names": ["default_factory", "init", "repr", "hash", "compare", "metadata"], "flags": ["is_overload", "is_decorated"], "fullname": "dataclasses.field", "name": "field", "type": {".class": "CallableType", "arg_kinds": [3, 5, 5, 5, 5, 5], "arg_names": ["default_factory", "init", "repr", "hash", "compare", "metadata"], "arg_types": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "field", "ret_type": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "field", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [5, 5, 5, 5, 5], "arg_names": ["init", "repr", "hash", "compare", "metadata"], "flags": ["is_overload", "is_decorated"], "fullname": "dataclasses.field", "name": "field", "type": {".class": "CallableType", "arg_kinds": [5, 5, 5, 5, 5], "arg_names": ["init", "repr", "hash", "compare", "metadata"], "arg_types": ["builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "field", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "field", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [3, 5, 5, 5, 5, 5], "arg_names": ["default", "init", "repr", "hash", "compare", "metadata"], "arg_types": [{".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "field", "ret_type": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [3, 5, 5, 5, 5, 5], "arg_names": ["default_factory", "init", "repr", "hash", "compare", "metadata"], "arg_types": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "field", "ret_type": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [5, 5, 5, 5, 5], "arg_names": ["init", "repr", "hash", "compare", "metadata"], "arg_types": ["builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "field", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "fields": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["class_or_instance"], "flags": [], "fullname": "dataclasses.fields", "name": "fields", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["class_or_instance"], "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", "implicit": false, "is_ellipsis_args": false, "name": "fields", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "dataclasses.Field"}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "is_dataclass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "dataclasses.is_dataclass", "name": "is_dataclass", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "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", "implicit": false, "is_ellipsis_args": false, "name": "is_dataclass", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "make_dataclass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls_name", "fields", "bases", "namespace", "init", "repr", "eq", "order", "unsafe_hash", "frozen"], "flags": [], "fullname": "dataclasses.make_dataclass", "name": "make_dataclass", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls_name", "fields", "bases", "namespace", "init", "repr", "eq", "order", "unsafe_hash", "frozen"], "arg_types": ["builtins.str", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.type"], "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.type", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "dataclasses.Field"}], "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.Iterable"}, {".class": "Instance", "args": ["builtins.type"], "type_ref": "builtins.tuple"}, {".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"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "make_dataclass", "ret_type": "builtins.type", "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "replace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["__obj", "changes"], "flags": [], "fullname": "dataclasses.replace", "name": "replace", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": [null, "changes"], "arg_types": [{".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "replace", "ret_type": {".class": "TypeVarType", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "dataclasses._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/dataclasses.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/dataclasses.meta.json b/.mypy_cache/3.9/dataclasses.meta.json deleted file mode 100644 index b85f59575..000000000 --- a/.mypy_cache/3.9/dataclasses.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 5, 1, 1], "dep_prios": [10, 5, 5, 5, 30], "dependencies": ["sys", "typing", "types", "builtins", "abc"], "hash": "7b5c35ed9621b280c4bb204a0098e42f329186672f048c52f438ea27870783a0", "id": "dataclasses", "ignore_all": true, "interface_hash": "a9a916705e15868d42b499de4940a8777d36fcd304dd96702afe71089e463e94", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/dataclasses.pyi", "plugin_data": null, "size": 4123, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/datetime.data.json b/.mypy_cache/3.9/datetime.data.json deleted file mode 100644 index 734b5b97f..000000000 --- a/.mypy_cache/3.9/datetime.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "datetime", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ClassVar": {".class": "SymbolTableNode", "cross_ref": "typing.ClassVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MAXYEAR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "datetime.MAXYEAR", "name": "MAXYEAR", "type": "builtins.int"}}, "MINYEAR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "datetime.MINYEAR", "name": "MINYEAR", "type": "builtins.int"}}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsAbs": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsAbs", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "_IsoCalendarDate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "datetime._IsoCalendarDate", "name": "_IsoCalendarDate", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "datetime._IsoCalendarDate", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["year", "week", "weekday"]}}, "module_name": "datetime", "mro": ["datetime._IsoCalendarDate", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "datetime._IsoCalendarDate._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "datetime._IsoCalendarDate.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "datetime._IsoCalendarDate.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "year", "week", "weekday"], "flags": [], "fullname": "datetime._IsoCalendarDate.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "year", "week", "weekday"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._IsoCalendarDate._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _IsoCalendarDate", "ret_type": {".class": "TypeVarType", "fullname": "datetime._IsoCalendarDate._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._IsoCalendarDate._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "datetime._IsoCalendarDate._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "datetime._IsoCalendarDate._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of _IsoCalendarDate", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._IsoCalendarDate._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "datetime._IsoCalendarDate._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "datetime._IsoCalendarDate._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "datetime._IsoCalendarDate._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "datetime._IsoCalendarDate._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._IsoCalendarDate._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _IsoCalendarDate", "ret_type": {".class": "TypeVarType", "fullname": "datetime._IsoCalendarDate._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._IsoCalendarDate._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "datetime._IsoCalendarDate._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._IsoCalendarDate._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _IsoCalendarDate", "ret_type": {".class": "TypeVarType", "fullname": "datetime._IsoCalendarDate._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._IsoCalendarDate._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "year", "week", "weekday"], "flags": [], "fullname": "datetime._IsoCalendarDate._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "year", "week", "weekday"], "arg_types": [{".class": "TypeVarType", "fullname": "datetime._IsoCalendarDate._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of _IsoCalendarDate", "ret_type": {".class": "TypeVarType", "fullname": "datetime._IsoCalendarDate._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._IsoCalendarDate._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "datetime._IsoCalendarDate._source", "name": "_source", "type": "builtins.str"}}, "week": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "datetime._IsoCalendarDate.week", "name": "week", "type": "builtins.int"}}, "week-redefinition": {".class": "SymbolTableNode", "cross_ref": "datetime._IsoCalendarDate.week", "kind": "Mdef"}, "weekday": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "datetime._IsoCalendarDate.weekday", "name": "weekday", "type": "builtins.int"}}, "weekday-redefinition": {".class": "SymbolTableNode", "cross_ref": "datetime._IsoCalendarDate.weekday", "kind": "Mdef"}, "year": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "datetime._IsoCalendarDate.year", "name": "year", "type": "builtins.int"}}, "year-redefinition": {".class": "SymbolTableNode", "cross_ref": "datetime._IsoCalendarDate.year", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "_S": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "datetime._S", "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_Text": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "datetime._Text", "line": 8, "no_args": true, "normalized": false, "target": "builtins.str"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "datetime.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "datetime.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "datetime.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "datetime.__package__", "name": "__package__", "type": "builtins.str"}}, "_date": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "datetime._date", "line": 161, "no_args": true, "normalized": false, "target": "datetime.date"}}, "_time": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "datetime._time", "line": 162, "no_args": true, "normalized": false, "target": "datetime.time"}}, "_tzinfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "datetime._tzinfo", "line": 35, "no_args": true, "normalized": false, "target": "datetime.tzinfo"}}, "date": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "datetime.date", "name": "date", "type_vars": []}, "flags": [], "fullname": "datetime.date", "metaclass_type": null, "metadata": {}, "module_name": "datetime", "mro": ["datetime.date", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.date.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of date", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__format__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fmt"], "flags": [], "fullname": "datetime.date.__format__", "name": "__format__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fmt"], "arg_types": ["datetime.date", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__format__ of date", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.date.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.date", "datetime.date"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of date", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.date.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.date", "datetime.date"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of date", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.date.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.date"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of date", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.date.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.date", "datetime.date"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of date", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.date.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.date", "datetime.date"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of date", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "year", "month", "day"], "flags": [], "fullname": "datetime.date.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "year", "month", "day"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of date", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.date.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of date", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "datetime.date.__sub__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "datetime.date.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.date", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of date", "ret_type": "datetime.date", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__sub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "datetime.date.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.date", "datetime.date"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of date", "ret_type": "datetime.timedelta", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__sub__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.date", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of date", "ret_type": "datetime.date", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.date", "datetime.date"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of date", "ret_type": "datetime.timedelta", "type_guard": null, "variables": []}]}}}, "ctime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.date.ctime", "name": "ctime", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.date"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ctime of date", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "day": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "datetime.date.day", "name": "day", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.date"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "day of date", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "day", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.date"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "day of date", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "fromisocalendar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "year", "week", "day"], "flags": ["is_class", "is_decorated"], "fullname": "datetime.date.fromisocalendar", "name": "fromisocalendar", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "year", "week", "day"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromisocalendar of date", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "fromisocalendar", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "year", "week", "day"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromisocalendar of date", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "fromisoformat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "date_string"], "flags": ["is_class", "is_decorated"], "fullname": "datetime.date.fromisoformat", "name": "fromisoformat", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "date_string"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromisoformat of date", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "fromisoformat", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "date_string"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromisoformat of date", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "fromordinal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "n"], "flags": ["is_class", "is_decorated"], "fullname": "datetime.date.fromordinal", "name": "fromordinal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "n"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromordinal of date", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "fromordinal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "n"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromordinal of date", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "fromtimestamp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "__timestamp"], "flags": ["is_class", "is_decorated"], "fullname": "datetime.date.fromtimestamp", "name": "fromtimestamp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", null], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromtimestamp of date", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "fromtimestamp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", null], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromtimestamp of date", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "isocalendar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.date.isocalendar", "name": "isocalendar", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.date"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isocalendar of date", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "datetime._IsoCalendarDate"}, "type_guard": null, "variables": []}}}, "isoformat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.date.isoformat", "name": "isoformat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.date"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isoformat of date", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "isoweekday": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.date.isoweekday", "name": "isoweekday", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.date"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isoweekday of date", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "max": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "datetime.date.max", "name": "max", "type": "datetime.date"}}, "min": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "datetime.date.min", "name": "min", "type": "datetime.date"}}, "month": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "datetime.date.month", "name": "month", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.date"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "month of date", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "month", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.date"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "month of date", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "year", "month", "day"], "flags": [], "fullname": "datetime.date.replace", "name": "replace", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "year", "month", "day"], "arg_types": ["datetime.date", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "replace of date", "ret_type": "datetime.date", "type_guard": null, "variables": []}}}, "resolution": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "datetime.date.resolution", "name": "resolution", "type": "datetime.timedelta"}}, "strftime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fmt"], "flags": [], "fullname": "datetime.date.strftime", "name": "strftime", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fmt"], "arg_types": ["datetime.date", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strftime of date", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "timetuple": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.date.timetuple", "name": "timetuple", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.date"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "timetuple of date", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time.struct_time"}, "type_guard": null, "variables": []}}}, "today": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_class", "is_decorated"], "fullname": "datetime.date.today", "name": "today", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "today of date", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "today", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "today of date", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "toordinal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.date.toordinal", "name": "toordinal", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.date"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "toordinal of date", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "weekday": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.date.weekday", "name": "weekday", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.date"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "weekday of date", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "year": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "datetime.date.year", "name": "year", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.date"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "year of date", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "year", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.date"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "year of date", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "datetime": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["datetime.date"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "datetime.datetime", "name": "datetime", "type_vars": []}, "flags": [], "fullname": "datetime.datetime", "metaclass_type": null, "metadata": {}, "module_name": "datetime", "mro": ["datetime.datetime", "datetime.date", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.datetime.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of datetime", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__format__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fmt"], "flags": [], "fullname": "datetime.datetime.__format__", "name": "__format__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fmt"], "arg_types": ["datetime.datetime", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__format__ of datetime", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.datetime.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.datetime", "datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of datetime", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.datetime.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.datetime", "datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of datetime", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.datetime.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of datetime", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.datetime.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.datetime", "datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of datetime", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.datetime.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.datetime", "datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of datetime", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 5], "arg_names": ["cls", "year", "month", "day", "hour", "minute", "second", "microsecond", "tzinfo", "fold"], "flags": [], "fullname": "datetime.datetime.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 5], "arg_names": ["cls", "year", "month", "day", "hour", "minute", "second", "microsecond", "tzinfo", "fold"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["datetime.tzinfo", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of datetime", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.datetime.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of datetime", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "datetime.datetime.__sub__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "datetime.datetime.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.datetime", "datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of datetime", "ret_type": "datetime.timedelta", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__sub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "datetime.datetime.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.datetime", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of datetime", "ret_type": "datetime.datetime", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__sub__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.datetime", "datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of datetime", "ret_type": "datetime.timedelta", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.datetime", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of datetime", "ret_type": "datetime.datetime", "type_guard": null, "variables": []}]}}}, "astimezone": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "tz"], "flags": [], "fullname": "datetime.datetime.astimezone", "name": "astimezone", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "tz"], "arg_types": [{".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": ["datetime.tzinfo", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "astimezone of datetime", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "combine": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["cls", "date", "time", "tzinfo"], "flags": ["is_class", "is_decorated"], "fullname": "datetime.datetime.combine", "name": "combine", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["cls", "date", "time", "tzinfo"], "arg_types": [{".class": "TypeType", "item": "datetime.datetime"}, "datetime.date", "datetime.time", {".class": "UnionType", "items": ["datetime.tzinfo", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "combine of datetime", "ret_type": "datetime.datetime", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "combine", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["cls", "date", "time", "tzinfo"], "arg_types": [{".class": "TypeType", "item": "datetime.datetime"}, "datetime.date", "datetime.time", {".class": "UnionType", "items": ["datetime.tzinfo", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "combine of datetime", "ret_type": "datetime.datetime", "type_guard": null, "variables": []}}}}, "ctime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.datetime.ctime", "name": "ctime", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ctime of datetime", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "date": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.datetime.date", "name": "date", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "date of datetime", "ret_type": "datetime.date", "type_guard": null, "variables": []}}}, "day": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "datetime.datetime.day", "name": "day", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "day of datetime", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "day", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "day of datetime", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "dst": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.datetime.dst", "name": "dst", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dst of datetime", "ret_type": {".class": "UnionType", "items": ["datetime.timedelta", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "fold": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "datetime.datetime.fold", "name": "fold", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fold of datetime", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "fold", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fold of datetime", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "fromisoformat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "date_string"], "flags": ["is_class", "is_decorated"], "fullname": "datetime.datetime.fromisoformat", "name": "fromisoformat", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "date_string"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromisoformat of datetime", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "fromisoformat", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "date_string"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromisoformat of datetime", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "fromordinal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "n"], "flags": ["is_class", "is_decorated"], "fullname": "datetime.datetime.fromordinal", "name": "fromordinal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "n"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromordinal of datetime", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "fromordinal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "n"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromordinal of datetime", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "fromtimestamp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "t", "tz"], "flags": ["is_class", "is_decorated"], "fullname": "datetime.datetime.fromtimestamp", "name": "fromtimestamp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "t", "tz"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.float", {".class": "UnionType", "items": ["datetime.tzinfo", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromtimestamp of datetime", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "fromtimestamp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "t", "tz"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.float", {".class": "UnionType", "items": ["datetime.tzinfo", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromtimestamp of datetime", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "hour": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "datetime.datetime.hour", "name": "hour", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hour of datetime", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "hour", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hour of datetime", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "isocalendar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.datetime.isocalendar", "name": "isocalendar", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isocalendar of datetime", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "datetime._IsoCalendarDate"}, "type_guard": null, "variables": []}}}, "isoformat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "timespec"], "flags": [], "fullname": "datetime.datetime.isoformat", "name": "isoformat", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "timespec"], "arg_types": ["datetime.datetime", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isoformat of datetime", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "isoweekday": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.datetime.isoweekday", "name": "isoweekday", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isoweekday of datetime", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "max": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "datetime.datetime.max", "name": "max", "type": "datetime.datetime"}}, "microsecond": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "datetime.datetime.microsecond", "name": "microsecond", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "microsecond of datetime", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "microsecond", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "microsecond of datetime", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "min": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "datetime.datetime.min", "name": "min", "type": "datetime.datetime"}}, "minute": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "datetime.datetime.minute", "name": "minute", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "minute of datetime", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "minute", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "minute of datetime", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "month": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "datetime.datetime.month", "name": "month", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "month of datetime", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "month", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "month of datetime", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "now": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["cls", "tz"], "flags": ["is_class", "is_decorated"], "fullname": "datetime.datetime.now", "name": "now", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["cls", "tz"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["datetime.tzinfo", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "now of datetime", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "now", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["cls", "tz"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["datetime.tzinfo", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "now of datetime", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "year", "month", "day", "hour", "minute", "second", "microsecond", "tzinfo", "fold"], "flags": [], "fullname": "datetime.datetime.replace", "name": "replace", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "year", "month", "day", "hour", "minute", "second", "microsecond", "tzinfo", "fold"], "arg_types": ["datetime.datetime", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["datetime.tzinfo", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "replace of datetime", "ret_type": "datetime.datetime", "type_guard": null, "variables": []}}}, "resolution": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "datetime.datetime.resolution", "name": "resolution", "type": "datetime.timedelta"}}, "second": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "datetime.datetime.second", "name": "second", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "second of datetime", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "second", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "second of datetime", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "strftime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fmt"], "flags": [], "fullname": "datetime.datetime.strftime", "name": "strftime", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fmt"], "arg_types": ["datetime.datetime", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strftime of datetime", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "strptime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "date_string", "format"], "flags": ["is_class", "is_decorated"], "fullname": "datetime.datetime.strptime", "name": "strptime", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "date_string", "format"], "arg_types": [{".class": "TypeType", "item": "datetime.datetime"}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strptime of datetime", "ret_type": "datetime.datetime", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "strptime", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "date_string", "format"], "arg_types": [{".class": "TypeType", "item": "datetime.datetime"}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strptime of datetime", "ret_type": "datetime.datetime", "type_guard": null, "variables": []}}}}, "time": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.datetime.time", "name": "time", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "time of datetime", "ret_type": "datetime.time", "type_guard": null, "variables": []}}}, "timestamp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.datetime.timestamp", "name": "timestamp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "timestamp of datetime", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "timetuple": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.datetime.timetuple", "name": "timetuple", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "timetuple of datetime", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time.struct_time"}, "type_guard": null, "variables": []}}}, "timetz": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.datetime.timetz", "name": "timetz", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "timetz of datetime", "ret_type": "datetime.time", "type_guard": null, "variables": []}}}, "today": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_class", "is_decorated"], "fullname": "datetime.datetime.today", "name": "today", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "today of datetime", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "today", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "today of datetime", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "toordinal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.datetime.toordinal", "name": "toordinal", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "toordinal of datetime", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "tzinfo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "datetime.datetime.tzinfo", "name": "tzinfo", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tzinfo of datetime", "ret_type": {".class": "UnionType", "items": ["datetime.tzinfo", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "tzinfo", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tzinfo of datetime", "ret_type": {".class": "UnionType", "items": ["datetime.tzinfo", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "tzname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.datetime.tzname", "name": "tzname", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tzname of datetime", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "utcfromtimestamp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "t"], "flags": ["is_class", "is_decorated"], "fullname": "datetime.datetime.utcfromtimestamp", "name": "utcfromtimestamp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "t"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "utcfromtimestamp of datetime", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "utcfromtimestamp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "t"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "utcfromtimestamp of datetime", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "utcnow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_class", "is_decorated"], "fullname": "datetime.datetime.utcnow", "name": "utcnow", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "utcnow of datetime", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "utcnow", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "utcnow of datetime", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "utcoffset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.datetime.utcoffset", "name": "utcoffset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "utcoffset of datetime", "ret_type": {".class": "UnionType", "items": ["datetime.timedelta", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "utctimetuple": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.datetime.utctimetuple", "name": "utctimetuple", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "utctimetuple of datetime", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time.struct_time"}, "type_guard": null, "variables": []}}}, "weekday": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.datetime.weekday", "name": "weekday", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "weekday of datetime", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "year": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "datetime.datetime.year", "name": "year", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "year of datetime", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "year", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "year of datetime", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "struct_time": {".class": "SymbolTableNode", "cross_ref": "time.struct_time", "kind": "Gdef", "module_hidden": true, "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "time": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "datetime.time", "name": "time", "type_vars": []}, "flags": [], "fullname": "datetime.time", "metaclass_type": null, "metadata": {}, "module_name": "datetime", "mro": ["datetime.time", "builtins.object"], "names": {".class": "SymbolTable", "__format__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fmt"], "flags": [], "fullname": "datetime.time.__format__", "name": "__format__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fmt"], "arg_types": ["datetime.time", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__format__ of time", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.time.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.time", "datetime.time"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of time", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.time.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.time", "datetime.time"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of time", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.time.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.time"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of time", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "hour", "minute", "second", "microsecond", "tzinfo", "fold"], "flags": [], "fullname": "datetime.time.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "hour", "minute", "second", "microsecond", "tzinfo", "fold"], "arg_types": ["datetime.time", "builtins.int", "builtins.int", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["datetime.tzinfo", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of time", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.time.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.time", "datetime.time"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of time", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.time.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.time", "datetime.time"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of time", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "dst": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.time.dst", "name": "dst", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.time"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dst of time", "ret_type": {".class": "UnionType", "items": ["datetime.timedelta", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "fold": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "datetime.time.fold", "name": "fold", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.time"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fold of time", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "fold", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.time"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fold of time", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "fromisoformat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "time_string"], "flags": ["is_class", "is_decorated"], "fullname": "datetime.time.fromisoformat", "name": "fromisoformat", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "time_string"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromisoformat of time", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "fromisoformat", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "time_string"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromisoformat of time", "ret_type": {".class": "TypeVarType", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "datetime._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "hour": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "datetime.time.hour", "name": "hour", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.time"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hour of time", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "hour", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.time"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hour of time", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "isoformat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timespec"], "flags": [], "fullname": "datetime.time.isoformat", "name": "isoformat", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timespec"], "arg_types": ["datetime.time", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isoformat of time", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "max": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "datetime.time.max", "name": "max", "type": "datetime.time"}}, "microsecond": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "datetime.time.microsecond", "name": "microsecond", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.time"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "microsecond of time", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "microsecond", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.time"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "microsecond of time", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "min": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "datetime.time.min", "name": "min", "type": "datetime.time"}}, "minute": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "datetime.time.minute", "name": "minute", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.time"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "minute of time", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "minute", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.time"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "minute of time", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "hour", "minute", "second", "microsecond", "tzinfo", "fold"], "flags": [], "fullname": "datetime.time.replace", "name": "replace", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "hour", "minute", "second", "microsecond", "tzinfo", "fold"], "arg_types": ["datetime.time", "builtins.int", "builtins.int", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["datetime.tzinfo", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "replace of time", "ret_type": "datetime.time", "type_guard": null, "variables": []}}}, "resolution": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "datetime.time.resolution", "name": "resolution", "type": "datetime.timedelta"}}, "second": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "datetime.time.second", "name": "second", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.time"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "second of time", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "second", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.time"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "second of time", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "strftime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fmt"], "flags": [], "fullname": "datetime.time.strftime", "name": "strftime", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fmt"], "arg_types": ["datetime.time", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strftime of time", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "tzinfo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "datetime.time.tzinfo", "name": "tzinfo", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.time"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tzinfo of time", "ret_type": {".class": "UnionType", "items": ["datetime.tzinfo", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "tzinfo", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.time"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tzinfo of time", "ret_type": {".class": "UnionType", "items": ["datetime.tzinfo", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "tzname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.time.tzname", "name": "tzname", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.time"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tzname of time", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "utcoffset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.time.utcoffset", "name": "utcoffset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.time"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "utcoffset of time", "ret_type": {".class": "UnionType", "items": ["datetime.timedelta", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "timedelta": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["datetime.timedelta"], "type_ref": "typing.SupportsAbs"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "datetime.timedelta", "name": "timedelta", "type_vars": []}, "flags": [], "fullname": "datetime.timedelta", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "datetime", "mro": ["datetime.timedelta", "typing.SupportsAbs", "builtins.object"], "names": {".class": "SymbolTable", "__abs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.timedelta.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of timedelta", "ret_type": "datetime.timedelta", "type_guard": null, "variables": []}}}, "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.timedelta.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.timedelta", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of timedelta", "ret_type": "datetime.timedelta", "type_guard": null, "variables": []}}}, "__divmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.timedelta.__divmod__", "name": "__divmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.timedelta", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of timedelta", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "datetime.timedelta"], "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": []}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "datetime.timedelta.__floordiv__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "datetime.timedelta.__floordiv__", "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.timedelta", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of timedelta", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__floordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "datetime.timedelta.__floordiv__", "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.timedelta", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of timedelta", "ret_type": "datetime.timedelta", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__floordiv__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.timedelta", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of timedelta", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.timedelta", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of timedelta", "ret_type": "datetime.timedelta", "type_guard": null, "variables": []}]}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.timedelta.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.timedelta", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of timedelta", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.timedelta.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.timedelta", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of timedelta", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.timedelta.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of timedelta", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "days", "seconds", "microseconds", "milliseconds", "minutes", "hours", "weeks", "fold"], "flags": [], "fullname": "datetime.timedelta.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "days", "seconds", "microseconds", "milliseconds", "minutes", "hours", "weeks", "fold"], "arg_types": ["datetime.timedelta", "builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of timedelta", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.timedelta.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.timedelta", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of timedelta", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.timedelta.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.timedelta", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of timedelta", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.timedelta.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.timedelta", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of timedelta", "ret_type": "datetime.timedelta", "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.timedelta.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.timedelta", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of timedelta", "ret_type": "datetime.timedelta", "type_guard": null, "variables": []}}}, "__neg__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.timedelta.__neg__", "name": "__neg__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of timedelta", "ret_type": "datetime.timedelta", "type_guard": null, "variables": []}}}, "__pos__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.timedelta.__pos__", "name": "__pos__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pos__ of timedelta", "ret_type": "datetime.timedelta", "type_guard": null, "variables": []}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.timedelta.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.timedelta", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of timedelta", "ret_type": "datetime.timedelta", "type_guard": null, "variables": []}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.timedelta.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.timedelta", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of timedelta", "ret_type": "datetime.timedelta", "type_guard": null, "variables": []}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.timedelta.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.timedelta", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of timedelta", "ret_type": "datetime.timedelta", "type_guard": null, "variables": []}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "datetime.timedelta.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.timedelta", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of timedelta", "ret_type": "datetime.timedelta", "type_guard": null, "variables": []}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "datetime.timedelta.__truediv__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "datetime.timedelta.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.timedelta", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of timedelta", "ret_type": "builtins.float", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__truediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "datetime.timedelta.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.timedelta", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of timedelta", "ret_type": "datetime.timedelta", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__truediv__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.timedelta", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of timedelta", "ret_type": "builtins.float", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["datetime.timedelta", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of timedelta", "ret_type": "datetime.timedelta", "type_guard": null, "variables": []}]}}}, "days": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "datetime.timedelta.days", "name": "days", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "days of timedelta", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "days", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "days of timedelta", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "max": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "datetime.timedelta.max", "name": "max", "type": "datetime.timedelta"}}, "microseconds": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "datetime.timedelta.microseconds", "name": "microseconds", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "microseconds of timedelta", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "microseconds", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "microseconds of timedelta", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "min": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "datetime.timedelta.min", "name": "min", "type": "datetime.timedelta"}}, "resolution": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "datetime.timedelta.resolution", "name": "resolution", "type": "datetime.timedelta"}}, "seconds": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "datetime.timedelta.seconds", "name": "seconds", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seconds of timedelta", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "seconds", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seconds of timedelta", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "total_seconds": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.timedelta.total_seconds", "name": "total_seconds", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "total_seconds of timedelta", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "timezone": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["datetime.tzinfo"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "datetime.timezone", "name": "timezone", "type_vars": []}, "flags": [], "fullname": "datetime.timezone", "metaclass_type": null, "metadata": {}, "module_name": "datetime", "mro": ["datetime.timezone", "datetime.tzinfo", "builtins.object"], "names": {".class": "SymbolTable", "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "datetime.timezone.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["datetime.timezone"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of timezone", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "offset", "name"], "flags": [], "fullname": "datetime.timezone.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "offset", "name"], "arg_types": ["datetime.timezone", "datetime.timedelta", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of timezone", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "max": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "datetime.timezone.max", "name": "max", "type": "datetime.timezone"}}, "min": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "datetime.timezone.min", "name": "min", "type": "datetime.timezone"}}, "utc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "datetime.timezone.utc", "name": "utc", "type": "datetime.timezone"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "tzinfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "datetime.tzinfo", "name": "tzinfo", "type_vars": []}, "flags": [], "fullname": "datetime.tzinfo", "metaclass_type": null, "metadata": {}, "module_name": "datetime", "mro": ["datetime.tzinfo", "builtins.object"], "names": {".class": "SymbolTable", "dst": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dt"], "flags": [], "fullname": "datetime.tzinfo.dst", "name": "dst", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dt"], "arg_types": ["datetime.tzinfo", {".class": "UnionType", "items": ["datetime.datetime", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dst of tzinfo", "ret_type": {".class": "UnionType", "items": ["datetime.timedelta", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "fromutc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dt"], "flags": [], "fullname": "datetime.tzinfo.fromutc", "name": "fromutc", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dt"], "arg_types": ["datetime.tzinfo", "datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromutc of tzinfo", "ret_type": "datetime.datetime", "type_guard": null, "variables": []}}}, "tzname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dt"], "flags": [], "fullname": "datetime.tzinfo.tzname", "name": "tzname", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dt"], "arg_types": ["datetime.tzinfo", {".class": "UnionType", "items": ["datetime.datetime", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tzname of tzinfo", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "utcoffset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dt"], "flags": [], "fullname": "datetime.tzinfo.utcoffset", "name": "utcoffset", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dt"], "arg_types": ["datetime.tzinfo", {".class": "UnionType", "items": ["datetime.datetime", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "utcoffset of tzinfo", "ret_type": {".class": "UnionType", "items": ["datetime.timedelta", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/datetime.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/datetime.meta.json b/.mypy_cache/3.9/datetime.meta.json deleted file mode 100644 index 098871092..000000000 --- a/.mypy_cache/3.9/datetime.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 1, 1], "dep_prios": [10, 5, 5, 5, 30], "dependencies": ["sys", "time", "typing", "builtins", "abc"], "hash": "d8989c0bed20747a53e4a9f2280bbffeb106728e0143bb633e5f568f2bc4bd2e", "id": "datetime", "ignore_all": true, "interface_hash": "91ab4d4a06e04391a82d5e175ac61efae05977c20d9083f51a225cd7613d094a", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/datetime.pyi", "plugin_data": null, "size": 13048, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/decimal.data.json b/.mypy_cache/3.9/decimal.data.json deleted file mode 100644 index eb66b0b34..000000000 --- a/.mypy_cache/3.9/decimal.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "decimal", "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}, "BasicContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "decimal.BasicContext", "name": "BasicContext", "type": "decimal.Context"}}, "Clamped": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["decimal.DecimalException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "decimal.Clamped", "name": "Clamped", "type_vars": []}, "flags": [], "fullname": "decimal.Clamped", "metaclass_type": null, "metadata": {}, "module_name": "decimal", "mro": ["decimal.Clamped", "decimal.DecimalException", "builtins.ArithmeticError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Container": {".class": "SymbolTableNode", "cross_ref": "typing.Container", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Context": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "decimal.Context", "name": "Context", "type_vars": []}, "flags": [], "fullname": "decimal.Context", "metaclass_type": null, "metadata": {}, "module_name": "decimal", "mro": ["decimal.Context", "builtins.object"], "names": {".class": "SymbolTable", "Emax": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "decimal.Context.Emax", "name": "Emax", "type": "builtins.int"}}, "Emin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "decimal.Context.Emin", "name": "Emin", "type": "builtins.int"}}, "Etiny": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Context.Etiny", "name": "Etiny", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Context"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Etiny of Context", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "Etop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Context.Etop", "name": "Etop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Context"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Etop of Context", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__copy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Context.__copy__", "name": "__copy__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Context"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__copy__ of Context", "ret_type": "decimal.Context", "type_guard": null, "variables": []}}}, "__delattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "decimal.Context.__delattr__", "name": "__delattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["decimal.Context", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delattr__ of Context", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "decimal.Context.__hash__", "name": "__hash__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "prec", "rounding", "Emin", "Emax", "capitals", "clamp", "flags", "traps", "_ignored_flags"], "flags": [], "fullname": "decimal.Context.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "prec", "rounding", "Emin", "Emax", "capitals", "clamp", "flags", "traps", "_ignored_flags"], "arg_types": ["decimal.Context", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "decimal._TrapType"}, "builtins.bool"], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "decimal._TrapType"}], "type_ref": "typing.Container"}]}, {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "decimal._TrapType"}, "builtins.bool"], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "decimal._TrapType"}], "type_ref": "typing.Container"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "decimal._TrapType"}], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Context", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__reduce__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Context.__reduce__", "name": "__reduce__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Context"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reduce__ of Context", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "decimal.Context"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "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": []}}}, "abs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.abs", "name": "abs", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "abs of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.add", "name": "add", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "canonical": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.canonical", "name": "canonical", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", "decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "canonical of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "capitals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "decimal.Context.capitals", "name": "capitals", "type": "builtins.int"}}, "clamp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "decimal.Context.clamp", "name": "clamp", "type": "builtins.int"}}, "clear_flags": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Context.clear_flags", "name": "clear_flags", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Context"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear_flags of Context", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "clear_traps": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Context.clear_traps", "name": "clear_traps", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Context"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear_traps of Context", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "compare": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.compare", "name": "compare", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compare of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "compare_signal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.compare_signal", "name": "compare_signal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compare_signal of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "compare_total": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.compare_total", "name": "compare_total", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compare_total of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "compare_total_mag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.compare_total_mag", "name": "compare_total_mag", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compare_total_mag of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Context.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Context"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of Context", "ret_type": "decimal.Context", "type_guard": null, "variables": []}}}, "copy_abs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.copy_abs", "name": "copy_abs", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy_abs of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "copy_decimal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.copy_decimal", "name": "copy_decimal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy_decimal of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "copy_negate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.copy_negate", "name": "copy_negate", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy_negate of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "copy_sign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.copy_sign", "name": "copy_sign", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy_sign of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "create_decimal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__num"], "flags": [], "fullname": "decimal.Context.create_decimal", "name": "create_decimal", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._DecimalNew"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_decimal of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "create_decimal_from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__f"], "flags": [], "fullname": "decimal.Context.create_decimal_from_float", "name": "create_decimal_from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_decimal_from_float of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "divide": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.divide", "name": "divide", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "divide_int": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.divide_int", "name": "divide_int", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide_int of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "divmod": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.divmod", "name": "divmod", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divmod of Context", "ret_type": {".class": "TupleType", "implicit": false, "items": ["decimal.Decimal", "decimal.Decimal"], "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": []}}}, "exp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.exp", "name": "exp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exp of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "flags": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "decimal.Context.flags", "name": "flags", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "decimal._TrapType"}, "builtins.bool"], "type_ref": "builtins.dict"}}}, "fma": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "__x", "__y", "__z"], "flags": [], "fullname": "decimal.Context.fma", "name": "fma", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", null, null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fma of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "is_canonical": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.is_canonical", "name": "is_canonical", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_canonical of Context", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_finite": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.is_finite", "name": "is_finite", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_finite of Context", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_infinite": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.is_infinite", "name": "is_infinite", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_infinite of Context", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_nan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.is_nan", "name": "is_nan", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_nan of Context", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_normal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.is_normal", "name": "is_normal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_normal of Context", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_qnan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.is_qnan", "name": "is_qnan", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_qnan of Context", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_signed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.is_signed", "name": "is_signed", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_signed of Context", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_snan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.is_snan", "name": "is_snan", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_snan of Context", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_subnormal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.is_subnormal", "name": "is_subnormal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_subnormal of Context", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_zero": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.is_zero", "name": "is_zero", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_zero of Context", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "ln": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.ln", "name": "ln", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ln of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "log10": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.log10", "name": "log10", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log10 of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "logb": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.logb", "name": "logb", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logb of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "logical_and": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.logical_and", "name": "logical_and", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logical_and of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "logical_invert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.logical_invert", "name": "logical_invert", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logical_invert of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "logical_or": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.logical_or", "name": "logical_or", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logical_or of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "logical_xor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.logical_xor", "name": "logical_xor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logical_xor of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "max": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.max", "name": "max", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "max_mag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.max_mag", "name": "max_mag", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max_mag of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "min": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.min", "name": "min", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "min_mag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.min_mag", "name": "min_mag", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min_mag of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "minus": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.minus", "name": "minus", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "minus of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "multiply": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.multiply", "name": "multiply", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "multiply of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "next_minus": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.next_minus", "name": "next_minus", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "next_minus of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "next_plus": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.next_plus", "name": "next_plus", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "next_plus of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "next_toward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.next_toward", "name": "next_toward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "next_toward of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "normalize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.normalize", "name": "normalize", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normalize of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "number_class": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.number_class", "name": "number_class", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "number_class of Context", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "plus": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.plus", "name": "plus", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "plus of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "power": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "a", "b", "modulo"], "flags": [], "fullname": "decimal.Context.power", "name": "power", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "a", "b", "modulo"], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Decimal", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "power of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "prec": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "decimal.Context.prec", "name": "prec", "type": "builtins.int"}}, "quantize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.quantize", "name": "quantize", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantize of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "radix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Context.radix", "name": "radix", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Context"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "radix of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "remainder": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.remainder", "name": "remainder", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remainder of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "remainder_near": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.remainder_near", "name": "remainder_near", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remainder_near of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "rotate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.rotate", "name": "rotate", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rotate of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "rounding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "decimal.Context.rounding", "name": "rounding", "type": "builtins.str"}}, "same_quantum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.same_quantum", "name": "same_quantum", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "same_quantum of Context", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "scaleb": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.scaleb", "name": "scaleb", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scaleb of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "shift": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.shift", "name": "shift", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shift of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "sqrt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.sqrt", "name": "sqrt", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sqrt of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "subtract": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__x", "__y"], "flags": [], "fullname": "decimal.Context.subtract", "name": "subtract", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subtract of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "to_eng_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.to_eng_string", "name": "to_eng_string", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to_eng_string of Context", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "to_integral": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.to_integral", "name": "to_integral", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to_integral of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "to_integral_exact": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.to_integral_exact", "name": "to_integral_exact", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to_integral_exact of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "to_integral_value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.to_integral_value", "name": "to_integral_value", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to_integral_value of Context", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "to_sci_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": [], "fullname": "decimal.Context.to_sci_string", "name": "to_sci_string", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["decimal.Context", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to_sci_string of Context", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "traps": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "decimal.Context.traps", "name": "traps", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "decimal._TrapType"}, "builtins.bool"], "type_ref": "builtins.dict"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConversionSyntax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["decimal.InvalidOperation"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "decimal.ConversionSyntax", "name": "ConversionSyntax", "type_vars": []}, "flags": [], "fullname": "decimal.ConversionSyntax", "metaclass_type": null, "metadata": {}, "module_name": "decimal", "mro": ["decimal.ConversionSyntax", "decimal.InvalidOperation", "decimal.DecimalException", "builtins.ArithmeticError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Decimal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "decimal.Decimal", "name": "Decimal", "type_vars": []}, "flags": [], "fullname": "decimal.Decimal", "metaclass_type": null, "metadata": {}, "module_name": "decimal", "mro": ["decimal.Decimal", "builtins.object"], "names": {".class": "SymbolTable", "__abs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "decimal.Decimal.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "__bool__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.__bool__", "name": "__bool__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__bool__ of Decimal", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ceil__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.__ceil__", "name": "__ceil__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ceil__ of Decimal", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__complex__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.__complex__", "name": "__complex__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__complex__ of Decimal", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__copy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.__copy__", "name": "__copy__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__copy__ of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "__deepcopy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "memo"], "flags": [], "fullname": "decimal.Decimal.__deepcopy__", "name": "__deepcopy__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "memo"], "arg_types": ["decimal.Decimal", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__deepcopy__ of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "__divmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "decimal.Decimal.__divmod__", "name": "__divmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of Decimal", "ret_type": {".class": "TupleType", "implicit": false, "items": ["decimal.Decimal", "decimal.Decimal"], "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": []}}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "decimal.Decimal.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["decimal.Decimal", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of Decimal", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__float__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.__float__", "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__float__ of Decimal", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__floor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.__floor__", "name": "__floor__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__floor__ of Decimal", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "decimal.Decimal.__floordiv__", "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "__format__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "specifier", "context"], "flags": [], "fullname": "decimal.Decimal.__format__", "name": "__format__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "specifier", "context"], "arg_types": ["decimal.Decimal", "builtins.str", {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__format__ of Decimal", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "decimal.Decimal.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._ComparableNum"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of Decimal", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "decimal.Decimal.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._ComparableNum"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of Decimal", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of Decimal", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__int__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.__int__", "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__int__ of Decimal", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "decimal.Decimal.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._ComparableNum"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of Decimal", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "decimal.Decimal.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._ComparableNum"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of Decimal", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "decimal.Decimal.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "decimal.Decimal.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "__neg__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.__neg__", "name": "__neg__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["cls", "value", "context"], "flags": [], "fullname": "decimal.Decimal.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["cls", "value", "context"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "decimal._DecimalT", "id": -1, "name": "_DecimalT", "upper_bound": "decimal.Decimal", "values": [], "variance": 0}}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._DecimalNew"}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Decimal", "ret_type": {".class": "TypeVarType", "fullname": "decimal._DecimalT", "id": -1, "name": "_DecimalT", "upper_bound": "decimal.Decimal", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "decimal._DecimalT", "id": -1, "name": "_DecimalT", "upper_bound": "decimal.Decimal", "values": [], "variance": 0}]}}}, "__pos__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.__pos__", "name": "__pos__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pos__ of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "modulo"], "flags": [], "fullname": "decimal.Decimal.__pow__", "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": [null, null, null], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Decimal", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "decimal.Decimal.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "__rdivmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "decimal.Decimal.__rdivmod__", "name": "__rdivmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of Decimal", "ret_type": {".class": "TupleType", "implicit": false, "items": ["decimal.Decimal", "decimal.Decimal"], "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": []}}}, "__reduce__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.__reduce__", "name": "__reduce__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reduce__ of Decimal", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "decimal.Decimal"}, {".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"}}], "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": []}}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "decimal.Decimal.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "__rmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "decimal.Decimal.__rmod__", "name": "__rmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "decimal.Decimal.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "__round__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "decimal.Decimal.__round__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated"], "fullname": "decimal.Decimal.__round__", "name": "__round__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__round__ of Decimal", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__round__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "ndigits"], "flags": ["is_overload", "is_decorated"], "fullname": "decimal.Decimal.__round__", "name": "__round__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "ndigits"], "arg_types": ["decimal.Decimal", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__round__ of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__round__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__round__ of Decimal", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "ndigits"], "arg_types": ["decimal.Decimal", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__round__ of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}]}}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "flags": [], "fullname": "decimal.Decimal.__rpow__", "name": "__rpow__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": [null, null, null], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "decimal.Decimal.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "decimal.Decimal.__rtruediv__", "name": "__rtruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of Decimal", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "decimal.Decimal.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "decimal.Decimal.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "__trunc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.__trunc__", "name": "__trunc__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__trunc__ of Decimal", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "adjusted": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.adjusted", "name": "adjusted", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "adjusted of Decimal", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "as_integer_ratio": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.as_integer_ratio", "name": "as_integer_ratio", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "as_integer_ratio of Decimal", "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": []}}}, "as_tuple": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.as_tuple", "name": "as_tuple", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "as_tuple of Decimal", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int"], "partial_fallback": "decimal.DecimalTuple"}, "type_guard": null, "variables": []}}}, "canonical": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.canonical", "name": "canonical", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "canonical of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "compare": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "flags": [], "fullname": "decimal.Decimal.compare", "name": "compare", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compare of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "compare_signal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "flags": [], "fullname": "decimal.Decimal.compare_signal", "name": "compare_signal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compare_signal of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "compare_total": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "flags": [], "fullname": "decimal.Decimal.compare_total", "name": "compare_total", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compare_total of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "compare_total_mag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "flags": [], "fullname": "decimal.Decimal.compare_total_mag", "name": "compare_total_mag", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compare_total_mag of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "conjugate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.conjugate", "name": "conjugate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conjugate of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "copy_abs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.copy_abs", "name": "copy_abs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy_abs of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "copy_negate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.copy_negate", "name": "copy_negate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy_negate of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "copy_sign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "flags": [], "fullname": "decimal.Decimal.copy_sign", "name": "copy_sign", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy_sign of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "exp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "flags": [], "fullname": "decimal.Decimal.exp", "name": "exp", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "arg_types": ["decimal.Decimal", {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exp of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "fma": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "other", "third", "context"], "flags": [], "fullname": "decimal.Decimal.fma", "name": "fma", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "other", "third", "context"], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fma of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "__f"], "flags": ["is_class", "is_decorated"], "fullname": "decimal.Decimal.from_float", "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", null], "arg_types": [{".class": "TypeType", "item": "decimal.Decimal"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_float of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", null], "arg_types": [{".class": "TypeType", "item": "decimal.Decimal"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_float of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}}, "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "decimal.Decimal.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}}, "is_canonical": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.is_canonical", "name": "is_canonical", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_canonical of Decimal", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_finite": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.is_finite", "name": "is_finite", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_finite of Decimal", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_infinite": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.is_infinite", "name": "is_infinite", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_infinite of Decimal", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_nan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.is_nan", "name": "is_nan", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_nan of Decimal", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_normal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "flags": [], "fullname": "decimal.Decimal.is_normal", "name": "is_normal", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "arg_types": ["decimal.Decimal", {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_normal of Decimal", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_qnan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.is_qnan", "name": "is_qnan", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_qnan of Decimal", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_signed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.is_signed", "name": "is_signed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_signed of Decimal", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_snan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.is_snan", "name": "is_snan", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_snan of Decimal", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_subnormal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "flags": [], "fullname": "decimal.Decimal.is_subnormal", "name": "is_subnormal", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "arg_types": ["decimal.Decimal", {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_subnormal of Decimal", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_zero": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.is_zero", "name": "is_zero", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_zero of Decimal", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "ln": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "flags": [], "fullname": "decimal.Decimal.ln", "name": "ln", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "arg_types": ["decimal.Decimal", {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ln of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "log10": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "flags": [], "fullname": "decimal.Decimal.log10", "name": "log10", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "arg_types": ["decimal.Decimal", {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log10 of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "logb": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "flags": [], "fullname": "decimal.Decimal.logb", "name": "logb", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "arg_types": ["decimal.Decimal", {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logb of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "logical_and": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "flags": [], "fullname": "decimal.Decimal.logical_and", "name": "logical_and", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logical_and of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "logical_invert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "flags": [], "fullname": "decimal.Decimal.logical_invert", "name": "logical_invert", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "arg_types": ["decimal.Decimal", {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logical_invert of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "logical_or": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "flags": [], "fullname": "decimal.Decimal.logical_or", "name": "logical_or", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logical_or of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "logical_xor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "flags": [], "fullname": "decimal.Decimal.logical_xor", "name": "logical_xor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logical_xor of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "max": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "flags": [], "fullname": "decimal.Decimal.max", "name": "max", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "max_mag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "flags": [], "fullname": "decimal.Decimal.max_mag", "name": "max_mag", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max_mag of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "min": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "flags": [], "fullname": "decimal.Decimal.min", "name": "min", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "min_mag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "flags": [], "fullname": "decimal.Decimal.min_mag", "name": "min_mag", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min_mag of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "next_minus": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "flags": [], "fullname": "decimal.Decimal.next_minus", "name": "next_minus", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "arg_types": ["decimal.Decimal", {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "next_minus of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "next_plus": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "flags": [], "fullname": "decimal.Decimal.next_plus", "name": "next_plus", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "arg_types": ["decimal.Decimal", {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "next_plus of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "next_toward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "flags": [], "fullname": "decimal.Decimal.next_toward", "name": "next_toward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "next_toward of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "normalize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "flags": [], "fullname": "decimal.Decimal.normalize", "name": "normalize", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "arg_types": ["decimal.Decimal", {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normalize of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "number_class": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "flags": [], "fullname": "decimal.Decimal.number_class", "name": "number_class", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "arg_types": ["decimal.Decimal", {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "number_class of Decimal", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "quantize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "exp", "rounding", "context"], "flags": [], "fullname": "decimal.Decimal.quantize", "name": "quantize", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "exp", "rounding", "context"], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantize of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "radix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal.Decimal.radix", "name": "radix", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "radix of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "decimal.Decimal.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["decimal.Decimal"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}}, "remainder_near": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "flags": [], "fullname": "decimal.Decimal.remainder_near", "name": "remainder_near", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remainder_near of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "rotate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "flags": [], "fullname": "decimal.Decimal.rotate", "name": "rotate", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rotate of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "same_quantum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "flags": [], "fullname": "decimal.Decimal.same_quantum", "name": "same_quantum", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "same_quantum of Decimal", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "scaleb": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "flags": [], "fullname": "decimal.Decimal.scaleb", "name": "scaleb", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scaleb of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "shift": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "flags": [], "fullname": "decimal.Decimal.shift", "name": "shift", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "context"], "arg_types": ["decimal.Decimal", {".class": "TypeAliasType", "args": [], "type_ref": "decimal._Decimal"}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shift of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "sqrt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "flags": [], "fullname": "decimal.Decimal.sqrt", "name": "sqrt", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "arg_types": ["decimal.Decimal", {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sqrt of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "to_eng_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "flags": [], "fullname": "decimal.Decimal.to_eng_string", "name": "to_eng_string", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "arg_types": ["decimal.Decimal", {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to_eng_string of Decimal", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "to_integral": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "rounding", "context"], "flags": [], "fullname": "decimal.Decimal.to_integral", "name": "to_integral", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "rounding", "context"], "arg_types": ["decimal.Decimal", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to_integral of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "to_integral_exact": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "rounding", "context"], "flags": [], "fullname": "decimal.Decimal.to_integral_exact", "name": "to_integral_exact", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "rounding", "context"], "arg_types": ["decimal.Decimal", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to_integral_exact of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}, "to_integral_value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "rounding", "context"], "flags": [], "fullname": "decimal.Decimal.to_integral_value", "name": "to_integral_value", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "rounding", "context"], "arg_types": ["decimal.Decimal", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to_integral_value of Decimal", "ret_type": "decimal.Decimal", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DecimalException": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ArithmeticError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "decimal.DecimalException", "name": "DecimalException", "type_vars": []}, "flags": [], "fullname": "decimal.DecimalException", "metaclass_type": null, "metadata": {}, "module_name": "decimal", "mro": ["decimal.DecimalException", "builtins.ArithmeticError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DecimalTuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "decimal.DecimalTuple", "name": "DecimalTuple", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "decimal.DecimalTuple", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["sign", "digits", "exponent"]}}, "module_name": "decimal", "mro": ["decimal.DecimalTuple", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "decimal.DecimalTuple._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "decimal.DecimalTuple.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "decimal.DecimalTuple.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "sign", "digits", "exponent"], "flags": [], "fullname": "decimal.DecimalTuple.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "sign", "digits", "exponent"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "decimal.DecimalTuple._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of DecimalTuple", "ret_type": {".class": "TypeVarType", "fullname": "decimal.DecimalTuple._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "decimal.DecimalTuple._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "decimal.DecimalTuple._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "decimal.DecimalTuple._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of DecimalTuple", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "decimal.DecimalTuple._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "decimal.DecimalTuple._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "decimal.DecimalTuple._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "decimal.DecimalTuple._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "decimal.DecimalTuple._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "decimal.DecimalTuple._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of DecimalTuple", "ret_type": {".class": "TypeVarType", "fullname": "decimal.DecimalTuple._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "decimal.DecimalTuple._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "decimal.DecimalTuple._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "decimal.DecimalTuple._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of DecimalTuple", "ret_type": {".class": "TypeVarType", "fullname": "decimal.DecimalTuple._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "decimal.DecimalTuple._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "sign", "digits", "exponent"], "flags": [], "fullname": "decimal.DecimalTuple._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "sign", "digits", "exponent"], "arg_types": [{".class": "TypeVarType", "fullname": "decimal.DecimalTuple._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of DecimalTuple", "ret_type": {".class": "TypeVarType", "fullname": "decimal.DecimalTuple._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "decimal.DecimalTuple._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "decimal.DecimalTuple._source", "name": "_source", "type": "builtins.str"}}, "digits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "decimal.DecimalTuple.digits", "name": "digits", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}}, "digits-redefinition": {".class": "SymbolTableNode", "cross_ref": "decimal.DecimalTuple.digits", "kind": "Mdef"}, "exponent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "decimal.DecimalTuple.exponent", "name": "exponent", "type": "builtins.int"}}, "exponent-redefinition": {".class": "SymbolTableNode", "cross_ref": "decimal.DecimalTuple.exponent", "kind": "Mdef"}, "sign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "decimal.DecimalTuple.sign", "name": "sign", "type": "builtins.int"}}, "sign-redefinition": {".class": "SymbolTableNode", "cross_ref": "decimal.DecimalTuple.sign", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "DefaultContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "decimal.DefaultContext", "name": "DefaultContext", "type": "decimal.Context"}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DivisionByZero": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["decimal.DecimalException", "builtins.ZeroDivisionError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "decimal.DivisionByZero", "name": "DivisionByZero", "type_vars": []}, "flags": [], "fullname": "decimal.DivisionByZero", "metaclass_type": null, "metadata": {}, "module_name": "decimal", "mro": ["decimal.DivisionByZero", "decimal.DecimalException", "builtins.ZeroDivisionError", "builtins.ArithmeticError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DivisionImpossible": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["decimal.InvalidOperation"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "decimal.DivisionImpossible", "name": "DivisionImpossible", "type_vars": []}, "flags": [], "fullname": "decimal.DivisionImpossible", "metaclass_type": null, "metadata": {}, "module_name": "decimal", "mro": ["decimal.DivisionImpossible", "decimal.InvalidOperation", "decimal.DecimalException", "builtins.ArithmeticError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DivisionUndefined": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["decimal.InvalidOperation", "builtins.ZeroDivisionError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "decimal.DivisionUndefined", "name": "DivisionUndefined", "type_vars": []}, "flags": [], "fullname": "decimal.DivisionUndefined", "metaclass_type": null, "metadata": {}, "module_name": "decimal", "mro": ["decimal.DivisionUndefined", "decimal.InvalidOperation", "decimal.DecimalException", "builtins.ZeroDivisionError", "builtins.ArithmeticError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ExtendedContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "decimal.ExtendedContext", "name": "ExtendedContext", "type": "decimal.Context"}}, "FloatOperation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["decimal.DecimalException", "builtins.TypeError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "decimal.FloatOperation", "name": "FloatOperation", "type_vars": []}, "flags": [], "fullname": "decimal.FloatOperation", "metaclass_type": null, "metadata": {}, "module_name": "decimal", "mro": ["decimal.FloatOperation", "decimal.DecimalException", "builtins.ArithmeticError", "builtins.TypeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HAVE_THREADS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "decimal.HAVE_THREADS", "name": "HAVE_THREADS", "type": "builtins.bool"}}, "Inexact": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["decimal.DecimalException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "decimal.Inexact", "name": "Inexact", "type_vars": []}, "flags": [], "fullname": "decimal.Inexact", "metaclass_type": null, "metadata": {}, "module_name": "decimal", "mro": ["decimal.Inexact", "decimal.DecimalException", "builtins.ArithmeticError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InvalidContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["decimal.InvalidOperation"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "decimal.InvalidContext", "name": "InvalidContext", "type_vars": []}, "flags": [], "fullname": "decimal.InvalidContext", "metaclass_type": null, "metadata": {}, "module_name": "decimal", "mro": ["decimal.InvalidContext", "decimal.InvalidOperation", "decimal.DecimalException", "builtins.ArithmeticError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InvalidOperation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["decimal.DecimalException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "decimal.InvalidOperation", "name": "InvalidOperation", "type_vars": []}, "flags": [], "fullname": "decimal.InvalidOperation", "metaclass_type": null, "metadata": {}, "module_name": "decimal", "mro": ["decimal.InvalidOperation", "decimal.DecimalException", "builtins.ArithmeticError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MAX_EMAX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "decimal.MAX_EMAX", "name": "MAX_EMAX", "type": "builtins.int"}}, "MAX_PREC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "decimal.MAX_PREC", "name": "MAX_PREC", "type": "builtins.int"}}, "MIN_EMIN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "decimal.MIN_EMIN", "name": "MIN_EMIN", "type": "builtins.int"}}, "MIN_ETINY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "decimal.MIN_ETINY", "name": "MIN_ETINY", "type": "builtins.int"}}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Overflow": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["decimal.Inexact", "decimal.Rounded"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "decimal.Overflow", "name": "Overflow", "type_vars": []}, "flags": [], "fullname": "decimal.Overflow", "metaclass_type": null, "metadata": {}, "module_name": "decimal", "mro": ["decimal.Overflow", "decimal.Inexact", "decimal.Rounded", "decimal.DecimalException", "builtins.ArithmeticError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ROUND_05UP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "decimal.ROUND_05UP", "name": "ROUND_05UP", "type": "builtins.str"}}, "ROUND_CEILING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "decimal.ROUND_CEILING", "name": "ROUND_CEILING", "type": "builtins.str"}}, "ROUND_DOWN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "decimal.ROUND_DOWN", "name": "ROUND_DOWN", "type": "builtins.str"}}, "ROUND_FLOOR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "decimal.ROUND_FLOOR", "name": "ROUND_FLOOR", "type": "builtins.str"}}, "ROUND_HALF_DOWN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "decimal.ROUND_HALF_DOWN", "name": "ROUND_HALF_DOWN", "type": "builtins.str"}}, "ROUND_HALF_EVEN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "decimal.ROUND_HALF_EVEN", "name": "ROUND_HALF_EVEN", "type": "builtins.str"}}, "ROUND_HALF_UP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "decimal.ROUND_HALF_UP", "name": "ROUND_HALF_UP", "type": "builtins.str"}}, "ROUND_UP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "decimal.ROUND_UP", "name": "ROUND_UP", "type": "builtins.str"}}, "Rounded": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["decimal.DecimalException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "decimal.Rounded", "name": "Rounded", "type_vars": []}, "flags": [], "fullname": "decimal.Rounded", "metaclass_type": null, "metadata": {}, "module_name": "decimal", "mro": ["decimal.Rounded", "decimal.DecimalException", "builtins.ArithmeticError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Subnormal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["decimal.DecimalException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "decimal.Subnormal", "name": "Subnormal", "type_vars": []}, "flags": [], "fullname": "decimal.Subnormal", "metaclass_type": null, "metadata": {}, "module_name": "decimal", "mro": ["decimal.Subnormal", "decimal.DecimalException", "builtins.ArithmeticError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Underflow": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["decimal.Inexact", "decimal.Rounded", "decimal.Subnormal"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "decimal.Underflow", "name": "Underflow", "type_vars": []}, "flags": [], "fullname": "decimal.Underflow", "metaclass_type": null, "metadata": {}, "module_name": "decimal", "mro": ["decimal.Underflow", "decimal.Inexact", "decimal.Rounded", "decimal.Subnormal", "decimal.DecimalException", "builtins.ArithmeticError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ComparableNum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "decimal._ComparableNum", "line": 9, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["decimal.Decimal", "builtins.float", "numbers.Rational"]}}}, "_ContextManager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "decimal._ContextManager", "name": "_ContextManager", "type_vars": []}, "flags": [], "fullname": "decimal._ContextManager", "metaclass_type": null, "metadata": {}, "module_name": "decimal", "mro": ["decimal._ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "decimal._ContextManager.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["decimal._ContextManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of _ContextManager", "ret_type": "decimal.Context", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "t", "v", "tb"], "flags": [], "fullname": "decimal._ContextManager.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["decimal._ContextManager", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of _ContextManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "new_context"], "flags": [], "fullname": "decimal._ContextManager.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "new_context"], "arg_types": ["decimal._ContextManager", "decimal.Context"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _ContextManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "new_context": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "decimal._ContextManager.new_context", "name": "new_context", "type": "decimal.Context"}}, "saved_context": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "decimal._ContextManager.saved_context", "name": "saved_context", "type": "decimal.Context"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Decimal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "decimal._Decimal", "line": 6, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["decimal.Decimal", "builtins.int"]}}}, "_DecimalNew": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "decimal._DecimalNew", "line": 7, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["decimal.Decimal", "builtins.float", "builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}}}, "_DecimalT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "decimal._DecimalT", "name": "_DecimalT", "upper_bound": "decimal.Decimal", "values": [], "variance": 0}}, "_TrapType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "decimal._TrapType", "line": 220, "no_args": false, "normalized": false, "target": {".class": "TypeType", "item": "decimal.DecimalException"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "decimal.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "decimal.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "decimal.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "decimal.__package__", "name": "__package__", "type": "builtins.str"}}, "getcontext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "decimal.getcontext", "name": "getcontext", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getcontext", "ret_type": "decimal.Context", "type_guard": null, "variables": []}}}, "localcontext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["ctx"], "flags": [], "fullname": "decimal.localcontext", "name": "localcontext", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["ctx"], "arg_types": [{".class": "UnionType", "items": ["decimal.Context", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "localcontext", "ret_type": "decimal._ContextManager", "type_guard": null, "variables": []}}}, "numbers": {".class": "SymbolTableNode", "cross_ref": "numbers", "kind": "Gdef", "module_hidden": true, "module_public": false}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "setcontext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__context"], "flags": [], "fullname": "decimal.setcontext", "name": "setcontext", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["decimal.Context"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setcontext", "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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/decimal.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/decimal.meta.json b/.mypy_cache/3.9/decimal.meta.json deleted file mode 100644 index eb846998c..000000000 --- a/.mypy_cache/3.9/decimal.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 4, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 30], "dependencies": ["numbers", "sys", "types", "typing", "builtins", "abc"], "hash": "f784b41bc4cad72b5ecd626ea07fe01e99c078db30adabf1fc15e8de724ef4c7", "id": "decimal", "ignore_all": true, "interface_hash": "5004ceeac3a7d313607119e7e609599bdf8f189f92169bb2bbd7b6f1a9371b92", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/decimal.pyi", "plugin_data": null, "size": 17787, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/difflib.data.json b/.mypy_cache/3.9/difflib.data.json deleted file mode 100644 index 03f042c4d..000000000 --- a/.mypy_cache/3.9/difflib.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "difflib", "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}, "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Differ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "difflib.Differ", "name": "Differ", "type_vars": []}, "flags": [], "fullname": "difflib.Differ", "metaclass_type": null, "metadata": {}, "module_name": "difflib", "mro": ["difflib.Differ", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "linejunk", "charjunk"], "flags": [], "fullname": "difflib.Differ.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "linejunk", "charjunk"], "arg_types": ["difflib.Differ", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Differ", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "compare": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "a", "b"], "flags": [], "fullname": "difflib.Differ.compare", "name": "compare", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "a", "b"], "arg_types": ["difflib.Differ", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compare of Differ", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "GenericAlias": {".class": "SymbolTableNode", "cross_ref": "types.GenericAlias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "HtmlDiff": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "difflib.HtmlDiff", "name": "HtmlDiff", "type_vars": []}, "flags": [], "fullname": "difflib.HtmlDiff", "metaclass_type": null, "metadata": {}, "module_name": "difflib", "mro": ["difflib.HtmlDiff", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "tabsize", "wrapcolumn", "linejunk", "charjunk"], "flags": [], "fullname": "difflib.HtmlDiff.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "tabsize", "wrapcolumn", "linejunk", "charjunk"], "arg_types": ["difflib.HtmlDiff", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of HtmlDiff", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "make_file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 5], "arg_names": ["self", "fromlines", "tolines", "fromdesc", "todesc", "context", "numlines", "charset"], "flags": [], "fullname": "difflib.HtmlDiff.make_file", "name": "make_file", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 5], "arg_names": ["self", "fromlines", "tolines", "fromdesc", "todesc", "context", "numlines", "charset"], "arg_types": ["difflib.HtmlDiff", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.str", "builtins.str", "builtins.bool", "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "make_file of HtmlDiff", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "make_table": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "fromlines", "tolines", "fromdesc", "todesc", "context", "numlines"], "flags": [], "fullname": "difflib.HtmlDiff.make_table", "name": "make_table", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "fromlines", "tolines", "fromdesc", "todesc", "context", "numlines"], "arg_types": ["difflib.HtmlDiff", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.str", "builtins.str", "builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "make_table of HtmlDiff", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IS_CHARACTER_JUNK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["ch", "ws"], "flags": [], "fullname": "difflib.IS_CHARACTER_JUNK", "name": "IS_CHARACTER_JUNK", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["ch", "ws"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "IS_CHARACTER_JUNK", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "IS_LINE_JUNK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["line", "pat"], "flags": [], "fullname": "difflib.IS_LINE_JUNK", "name": "IS_LINE_JUNK", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["line", "pat"], "arg_types": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "IS_LINE_JUNK", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Match": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "difflib.Match", "name": "Match", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "difflib.Match", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["a", "b", "size"]}}, "module_name": "difflib", "mro": ["difflib.Match", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "difflib.Match._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "difflib.Match.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "difflib.Match.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "a", "b", "size"], "flags": [], "fullname": "difflib.Match.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "a", "b", "size"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "difflib.Match._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Match", "ret_type": {".class": "TypeVarType", "fullname": "difflib.Match._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "difflib.Match._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "difflib.Match._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "difflib.Match._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of Match", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "difflib.Match._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "difflib.Match._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "difflib.Match._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "difflib.Match._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "difflib.Match._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "difflib.Match._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of Match", "ret_type": {".class": "TypeVarType", "fullname": "difflib.Match._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "difflib.Match._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "difflib.Match._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "difflib.Match._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of Match", "ret_type": {".class": "TypeVarType", "fullname": "difflib.Match._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "difflib.Match._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "a", "b", "size"], "flags": [], "fullname": "difflib.Match._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "a", "b", "size"], "arg_types": [{".class": "TypeVarType", "fullname": "difflib.Match._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of Match", "ret_type": {".class": "TypeVarType", "fullname": "difflib.Match._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "difflib.Match._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "difflib.Match._source", "name": "_source", "type": "builtins.str"}}, "a": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "difflib.Match.a", "name": "a", "type": "builtins.int"}}, "a-redefinition": {".class": "SymbolTableNode", "cross_ref": "difflib.Match.a", "kind": "Mdef"}, "b": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "difflib.Match.b", "name": "b", "type": "builtins.int"}}, "b-redefinition": {".class": "SymbolTableNode", "cross_ref": "difflib.Match.b", "kind": "Mdef"}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "difflib.Match.size", "name": "size", "type": "builtins.int"}}, "size-redefinition": {".class": "SymbolTableNode", "cross_ref": "difflib.Match.size", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SequenceMatcher": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "difflib.SequenceMatcher", "name": "SequenceMatcher", "type_vars": [{".class": "TypeVarDef", "fullname": "difflib._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "difflib.SequenceMatcher", "metaclass_type": null, "metadata": {}, "module_name": "difflib", "mro": ["difflib.SequenceMatcher", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "difflib.SequenceMatcher.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "difflib.SequenceMatcher"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of SequenceMatcher", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "isjunk", "a", "b", "autojunk"], "flags": [], "fullname": "difflib.SequenceMatcher.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "isjunk", "a", "b", "autojunk"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "difflib.SequenceMatcher"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "difflib._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SequenceMatcher", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "find_longest_match": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "alo", "ahi", "blo", "bhi"], "flags": [], "fullname": "difflib.SequenceMatcher.find_longest_match", "name": "find_longest_match", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "alo", "ahi", "blo", "bhi"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "difflib.SequenceMatcher"}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_longest_match of SequenceMatcher", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "difflib.Match"}, "type_guard": null, "variables": []}}}, "get_grouped_opcodes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "flags": [], "fullname": "difflib.SequenceMatcher.get_grouped_opcodes", "name": "get_grouped_opcodes", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "difflib.SequenceMatcher"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_grouped_opcodes of SequenceMatcher", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "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"}}], "type_ref": "builtins.list"}], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}}, "get_matching_blocks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "difflib.SequenceMatcher.get_matching_blocks", "name": "get_matching_blocks", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "difflib.SequenceMatcher"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_matching_blocks of SequenceMatcher", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "difflib.Match"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_opcodes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "difflib.SequenceMatcher.get_opcodes", "name": "get_opcodes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "difflib.SequenceMatcher"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_opcodes of SequenceMatcher", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "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"}}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "quick_ratio": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "difflib.SequenceMatcher.quick_ratio", "name": "quick_ratio", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "difflib.SequenceMatcher"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quick_ratio of SequenceMatcher", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "ratio": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "difflib.SequenceMatcher.ratio", "name": "ratio", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "difflib.SequenceMatcher"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ratio of SequenceMatcher", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "real_quick_ratio": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "difflib.SequenceMatcher.real_quick_ratio", "name": "real_quick_ratio", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "difflib.SequenceMatcher"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real_quick_ratio of SequenceMatcher", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "set_seq1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "a"], "flags": [], "fullname": "difflib.SequenceMatcher.set_seq1", "name": "set_seq1", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "a"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "difflib.SequenceMatcher"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_seq1 of SequenceMatcher", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_seq2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "b"], "flags": [], "fullname": "difflib.SequenceMatcher.set_seq2", "name": "set_seq2", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "b"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "difflib.SequenceMatcher"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_seq2 of SequenceMatcher", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_seqs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "a", "b"], "flags": [], "fullname": "difflib.SequenceMatcher.set_seqs", "name": "set_seqs", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "a", "b"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "difflib.SequenceMatcher"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_seqs of SequenceMatcher", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "_JunkCallback": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "difflib._JunkCallback", "line": 31, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}]}}}, "_StrType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "difflib._StrType", "line": 26, "no_args": true, "normalized": false, "target": "builtins.str"}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "difflib._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "difflib.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "difflib.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "difflib.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "difflib.__package__", "name": "__package__", "type": "builtins.str"}}, "context_diff": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["a", "b", "fromfile", "tofile", "fromfiledate", "tofiledate", "n", "lineterm"], "flags": [], "fullname": "difflib.context_diff", "name": "context_diff", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["a", "b", "fromfile", "tofile", "fromfiledate", "tofiledate", "n", "lineterm"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "context_diff", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "diff_bytes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["dfunc", "a", "b", "fromfile", "tofile", "fromfiledate", "tofiledate", "n", "lineterm"], "flags": [], "fullname": "difflib.diff_bytes", "name": "diff_bytes", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["dfunc", "a", "b", "fromfile", "tofile", "fromfiledate", "tofiledate", "n", "lineterm"], "arg_types": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": [null, null, null, null, null, null, null, null], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Sequence"}, "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.int", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "diff_bytes", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "get_close_matches": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "difflib.get_close_matches", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["word", "possibilities", "n", "cutoff"], "flags": ["is_overload", "is_decorated"], "fullname": "difflib.get_close_matches", "name": "get_close_matches", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["word", "possibilities", "n", "cutoff"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Iterable"}, "builtins.int", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_close_matches", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_close_matches", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["word", "possibilities", "n", "cutoff"], "flags": ["is_overload", "is_decorated"], "fullname": "difflib.get_close_matches", "name": "get_close_matches", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["word", "possibilities", "n", "cutoff"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Iterable"}, "builtins.int", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_close_matches", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "difflib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_close_matches", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["word", "possibilities", "n", "cutoff"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Iterable"}, "builtins.int", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_close_matches", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["word", "possibilities", "n", "cutoff"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Iterable"}, "builtins.int", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_close_matches", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "difflib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "difflib._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "ndiff": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "b", "linejunk", "charjunk"], "flags": [], "fullname": "difflib.ndiff", "name": "ndiff", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "b", "linejunk", "charjunk"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ndiff", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "restore": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["delta", "which"], "flags": [], "fullname": "difflib.restore", "name": "restore", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["delta", "which"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "restore", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "unified_diff": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["a", "b", "fromfile", "tofile", "fromfiledate", "tofiledate", "n", "lineterm"], "flags": [], "fullname": "difflib.unified_diff", "name": "unified_diff", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["a", "b", "fromfile", "tofile", "fromfiledate", "tofiledate", "n", "lineterm"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unified_diff", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/difflib.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/difflib.meta.json b/.mypy_cache/3.9/difflib.meta.json deleted file mode 100644 index b60af1419..000000000 --- a/.mypy_cache/3.9/difflib.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 21, 1, 1], "dep_prios": [10, 5, 5, 5, 30], "dependencies": ["sys", "typing", "types", "builtins", "abc"], "hash": "8194c3823dc314d1662296d0fc9bb6cdcb154f7c68a7cc81d4949b022d575b3f", "id": "difflib", "ignore_all": true, "interface_hash": "3ac6c71d3251d0b79fa90efbe67c277e96316cff5de52f2e4a2f6c42ac38f3d3", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/difflib.pyi", "plugin_data": null, "size": 4936, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/doctest.data.json b/.mypy_cache/3.9/doctest.data.json deleted file mode 100644 index d32c6500a..000000000 --- a/.mypy_cache/3.9/doctest.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "doctest", "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}, "BLANKLINE_MARKER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "doctest.BLANKLINE_MARKER", "name": "BLANKLINE_MARKER", "type": "builtins.str"}}, "COMPARISON_FLAGS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "doctest.COMPARISON_FLAGS", "name": "COMPARISON_FLAGS", "type": "builtins.int"}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DONT_ACCEPT_BLANKLINE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "doctest.DONT_ACCEPT_BLANKLINE", "name": "DONT_ACCEPT_BLANKLINE", "type": "builtins.int"}}, "DONT_ACCEPT_TRUE_FOR_1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "doctest.DONT_ACCEPT_TRUE_FOR_1", "name": "DONT_ACCEPT_TRUE_FOR_1", "type": "builtins.int"}}, "DebugRunner": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["doctest.DocTestRunner"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "doctest.DebugRunner", "name": "DebugRunner", "type_vars": []}, "flags": [], "fullname": "doctest.DebugRunner", "metaclass_type": null, "metadata": {}, "module_name": "doctest", "mro": ["doctest.DebugRunner", "doctest.DocTestRunner", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DocFileCase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["doctest.DocTestCase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "doctest.DocFileCase", "name": "DocFileCase", "type_vars": []}, "flags": [], "fullname": "doctest.DocFileCase", "metaclass_type": null, "metadata": {}, "module_name": "doctest", "mro": ["doctest.DocFileCase", "doctest.DocTestCase", "unittest.case.TestCase", "builtins.object"], "names": {".class": "SymbolTable", "format_failure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "err"], "flags": [], "fullname": "doctest.DocFileCase.format_failure", "name": "format_failure", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "err"], "arg_types": ["doctest.DocFileCase", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format_failure of DocFileCase", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "doctest.DocFileCase.id", "name": "id", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["doctest.DocFileCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "id of DocFileCase", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DocFileSuite": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2, 4], "arg_names": ["paths", "kw"], "flags": [], "fullname": "doctest.DocFileSuite", "name": "DocFileSuite", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["paths", "kw"], "arg_types": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "DocFileSuite", "ret_type": "doctest._DocTestSuite", "type_guard": null, "variables": []}}}, "DocFileTest": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 4], "arg_names": ["path", "module_relative", "package", "globs", "parser", "encoding", "options"], "flags": [], "fullname": "doctest.DocFileTest", "name": "DocFileTest", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 4], "arg_names": ["path", "module_relative", "package", "globs", "parser", "encoding", "options"], "arg_types": ["builtins.str", "builtins.bool", {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "types.ModuleType"]}, {".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"}]}, "doctest.DocTestParser", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "DocFileTest", "ret_type": "doctest.DocFileCase", "type_guard": null, "variables": []}}}, "DocTest": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "doctest.DocTest", "name": "DocTest", "type_vars": []}, "flags": [], "fullname": "doctest.DocTest", "metaclass_type": null, "metadata": {}, "module_name": "doctest", "mro": ["doctest.DocTest", "builtins.object"], "names": {".class": "SymbolTable", "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "doctest.DocTest.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["doctest.DocTest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of DocTest", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "examples", "globs", "name", "filename", "lineno", "docstring"], "flags": [], "fullname": "doctest.DocTest.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "examples", "globs", "name", "filename", "lineno", "docstring"], "arg_types": ["doctest.DocTest", {".class": "Instance", "args": ["doctest.Example"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of DocTest", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "doctest.DocTest.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["doctest.DocTest", "doctest.DocTest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of DocTest", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "docstring": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.DocTest.docstring", "name": "docstring", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "examples": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.DocTest.examples", "name": "examples", "type": {".class": "Instance", "args": ["doctest.Example"], "type_ref": "builtins.list"}}}, "filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.DocTest.filename", "name": "filename", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "globs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.DocTest.globs", "name": "globs", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.DocTest.lineno", "name": "lineno", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.DocTest.name", "name": "name", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DocTestCase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["unittest.case.TestCase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "doctest.DocTestCase", "name": "DocTestCase", "type_vars": []}, "flags": [], "fullname": "doctest.DocTestCase", "metaclass_type": null, "metadata": {}, "module_name": "doctest", "mro": ["doctest.DocTestCase", "unittest.case.TestCase", "builtins.object"], "names": {".class": "SymbolTable", "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "doctest.DocTestCase.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["doctest.DocTestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of DocTestCase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "test", "optionflags", "setUp", "tearDown", "checker"], "flags": [], "fullname": "doctest.DocTestCase.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "test", "optionflags", "setUp", "tearDown", "checker"], "arg_types": ["doctest.DocTestCase", "doctest.DocTest", "builtins.int", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["doctest.DocTest"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["doctest.DocTest"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, {".class": "UnionType", "items": ["doctest.OutputChecker", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of DocTestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "debug": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "doctest.DocTestCase.debug", "name": "debug", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["doctest.DocTestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "debug of DocTestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "format_failure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "err"], "flags": [], "fullname": "doctest.DocTestCase.format_failure", "name": "format_failure", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "err"], "arg_types": ["doctest.DocTestCase", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format_failure of DocTestCase", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "doctest.DocTestCase.id", "name": "id", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["doctest.DocTestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "id of DocTestCase", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "runTest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "doctest.DocTestCase.runTest", "name": "runTest", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["doctest.DocTestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runTest of DocTestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setUp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "doctest.DocTestCase.setUp", "name": "setUp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["doctest.DocTestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setUp of DocTestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "shortDescription": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "doctest.DocTestCase.shortDescription", "name": "shortDescription", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["doctest.DocTestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shortDescription of DocTestCase", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "tearDown": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "doctest.DocTestCase.tearDown", "name": "tearDown", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["doctest.DocTestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tearDown of DocTestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DocTestFailure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "doctest.DocTestFailure", "name": "DocTestFailure", "type_vars": []}, "flags": [], "fullname": "doctest.DocTestFailure", "metaclass_type": null, "metadata": {}, "module_name": "doctest", "mro": ["doctest.DocTestFailure", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "test", "example", "got"], "flags": [], "fullname": "doctest.DocTestFailure.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "test", "example", "got"], "arg_types": ["doctest.DocTestFailure", "doctest.DocTest", "doctest.Example", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of DocTestFailure", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "example": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.DocTestFailure.example", "name": "example", "type": "doctest.Example"}}, "got": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.DocTestFailure.got", "name": "got", "type": "builtins.str"}}, "test": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.DocTestFailure.test", "name": "test", "type": "doctest.DocTest"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DocTestFinder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "doctest.DocTestFinder", "name": "DocTestFinder", "type_vars": []}, "flags": [], "fullname": "doctest.DocTestFinder", "metaclass_type": null, "metadata": {}, "module_name": "doctest", "mro": ["doctest.DocTestFinder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "verbose", "parser", "recurse", "exclude_empty"], "flags": [], "fullname": "doctest.DocTestFinder.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "verbose", "parser", "recurse", "exclude_empty"], "arg_types": ["doctest.DocTestFinder", "builtins.bool", "doctest.DocTestParser", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of DocTestFinder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "find": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "obj", "name", "module", "globs", "extraglobs"], "flags": [], "fullname": "doctest.DocTestFinder.find", "name": "find", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "obj", "name", "module", "globs", "extraglobs"], "arg_types": ["doctest.DocTestFinder", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.bool", "types.ModuleType"]}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find of DocTestFinder", "ret_type": {".class": "Instance", "args": ["doctest.DocTest"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DocTestParser": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "doctest.DocTestParser", "name": "DocTestParser", "type_vars": []}, "flags": [], "fullname": "doctest.DocTestParser", "metaclass_type": null, "metadata": {}, "module_name": "doctest", "mro": ["doctest.DocTestParser", "builtins.object"], "names": {".class": "SymbolTable", "get_doctest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "string", "globs", "name", "filename", "lineno"], "flags": [], "fullname": "doctest.DocTestParser.get_doctest", "name": "get_doctest", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "string", "globs", "name", "filename", "lineno"], "arg_types": ["doctest.DocTestParser", "builtins.str", {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_doctest of DocTestParser", "ret_type": "doctest.DocTest", "type_guard": null, "variables": []}}}, "get_examples": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "string", "name"], "flags": [], "fullname": "doctest.DocTestParser.get_examples", "name": "get_examples", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "string", "name"], "arg_types": ["doctest.DocTestParser", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_examples of DocTestParser", "ret_type": {".class": "Instance", "args": ["doctest.Example"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "parse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "string", "name"], "flags": [], "fullname": "doctest.DocTestParser.parse", "name": "parse", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "string", "name"], "arg_types": ["doctest.DocTestParser", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse of DocTestParser", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "doctest.Example"]}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DocTestRunner": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "doctest.DocTestRunner", "name": "DocTestRunner", "type_vars": []}, "flags": [], "fullname": "doctest.DocTestRunner", "metaclass_type": null, "metadata": {}, "module_name": "doctest", "mro": ["doctest.DocTestRunner", "builtins.object"], "names": {".class": "SymbolTable", "DIVIDER": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.DocTestRunner.DIVIDER", "name": "DIVIDER", "type": "builtins.str"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "checker", "verbose", "optionflags"], "flags": [], "fullname": "doctest.DocTestRunner.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "checker", "verbose", "optionflags"], "arg_types": ["doctest.DocTestRunner", {".class": "UnionType", "items": ["doctest.OutputChecker", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of DocTestRunner", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "failures": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.DocTestRunner.failures", "name": "failures", "type": "builtins.int"}}, "merge": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "doctest.DocTestRunner.merge", "name": "merge", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["doctest.DocTestRunner", "doctest.DocTestRunner"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "merge of DocTestRunner", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "optionflags": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.DocTestRunner.optionflags", "name": "optionflags", "type": "builtins.int"}}, "original_optionflags": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.DocTestRunner.original_optionflags", "name": "original_optionflags", "type": "builtins.int"}}, "report_failure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "out", "test", "example", "got"], "flags": [], "fullname": "doctest.DocTestRunner.report_failure", "name": "report_failure", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "out", "test", "example", "got"], "arg_types": ["doctest.DocTestRunner", {".class": "TypeAliasType", "args": [], "type_ref": "doctest._Out"}, "doctest.DocTest", "doctest.Example", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "report_failure of DocTestRunner", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "report_start": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "out", "test", "example"], "flags": [], "fullname": "doctest.DocTestRunner.report_start", "name": "report_start", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "out", "test", "example"], "arg_types": ["doctest.DocTestRunner", {".class": "TypeAliasType", "args": [], "type_ref": "doctest._Out"}, "doctest.DocTest", "doctest.Example"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "report_start of DocTestRunner", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "report_success": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "out", "test", "example", "got"], "flags": [], "fullname": "doctest.DocTestRunner.report_success", "name": "report_success", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "out", "test", "example", "got"], "arg_types": ["doctest.DocTestRunner", {".class": "TypeAliasType", "args": [], "type_ref": "doctest._Out"}, "doctest.DocTest", "doctest.Example", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "report_success of DocTestRunner", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "report_unexpected_exception": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "out", "test", "example", "exc_info"], "flags": [], "fullname": "doctest.DocTestRunner.report_unexpected_exception", "name": "report_unexpected_exception", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "out", "test", "example", "exc_info"], "arg_types": ["doctest.DocTestRunner", {".class": "TypeAliasType", "args": [], "type_ref": "doctest._Out"}, "doctest.DocTest", "doctest.Example", {".class": "TypeAliasType", "args": [], "type_ref": "doctest._ExcInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "report_unexpected_exception of DocTestRunner", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "test", "compileflags", "out", "clear_globs"], "flags": [], "fullname": "doctest.DocTestRunner.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "test", "compileflags", "out", "clear_globs"], "arg_types": ["doctest.DocTestRunner", "doctest.DocTest", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run of DocTestRunner", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": "doctest.TestResults"}, "type_guard": null, "variables": []}}}, "summarize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "verbose"], "flags": [], "fullname": "doctest.DocTestRunner.summarize", "name": "summarize", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "verbose"], "arg_types": ["doctest.DocTestRunner", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "summarize of DocTestRunner", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": "doctest.TestResults"}, "type_guard": null, "variables": []}}}, "test": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.DocTestRunner.test", "name": "test", "type": "doctest.DocTest"}}, "tries": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.DocTestRunner.tries", "name": "tries", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DocTestSuite": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1, 4], "arg_names": ["module", "globs", "extraglobs", "test_finder", "options"], "flags": [], "fullname": "doctest.DocTestSuite", "name": "DocTestSuite", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 4], "arg_names": ["module", "globs", "extraglobs", "test_finder", "options"], "arg_types": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "types.ModuleType"]}, {".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": "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": ["doctest.DocTestFinder", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "DocTestSuite", "ret_type": "doctest._DocTestSuite", "type_guard": null, "variables": []}}}, "ELLIPSIS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "doctest.ELLIPSIS", "name": "ELLIPSIS", "type": "builtins.int"}}, "ELLIPSIS_MARKER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "doctest.ELLIPSIS_MARKER", "name": "ELLIPSIS_MARKER", "type": "builtins.str"}}, "Example": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "doctest.Example", "name": "Example", "type_vars": []}, "flags": [], "fullname": "doctest.Example", "metaclass_type": null, "metadata": {}, "module_name": "doctest", "mro": ["doctest.Example", "builtins.object"], "names": {".class": "SymbolTable", "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "doctest.Example.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["doctest.Example"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of Example", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "source", "want", "exc_msg", "lineno", "indent", "options"], "flags": [], "fullname": "doctest.Example.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "source", "want", "exc_msg", "lineno", "indent", "options"], "arg_types": ["doctest.Example", "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int", "builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int", "builtins.bool"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Example", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "exc_msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.Example.exc_msg", "name": "exc_msg", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "indent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.Example.indent", "name": "indent", "type": "builtins.int"}}, "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.Example.lineno", "name": "lineno", "type": "builtins.int"}}, "options": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.Example.options", "name": "options", "type": {".class": "Instance", "args": ["builtins.int", "builtins.bool"], "type_ref": "builtins.dict"}}}, "source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.Example.source", "name": "source", "type": "builtins.str"}}, "want": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.Example.want", "name": "want", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FAIL_FAST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "doctest.FAIL_FAST", "name": "FAIL_FAST", "type": "builtins.int"}}, "IGNORE_EXCEPTION_DETAIL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "doctest.IGNORE_EXCEPTION_DETAIL", "name": "IGNORE_EXCEPTION_DETAIL", "type": "builtins.int"}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NORMALIZE_WHITESPACE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "doctest.NORMALIZE_WHITESPACE", "name": "NORMALIZE_WHITESPACE", "type": "builtins.int"}}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "OPTIONFLAGS_BY_NAME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "doctest.OPTIONFLAGS_BY_NAME", "name": "OPTIONFLAGS_BY_NAME", "type": {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "OutputChecker": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "doctest.OutputChecker", "name": "OutputChecker", "type_vars": []}, "flags": [], "fullname": "doctest.OutputChecker", "metaclass_type": null, "metadata": {}, "module_name": "doctest", "mro": ["doctest.OutputChecker", "builtins.object"], "names": {".class": "SymbolTable", "check_output": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "want", "got", "optionflags"], "flags": [], "fullname": "doctest.OutputChecker.check_output", "name": "check_output", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "want", "got", "optionflags"], "arg_types": ["doctest.OutputChecker", "builtins.str", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_output of OutputChecker", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "output_difference": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "example", "got", "optionflags"], "flags": [], "fullname": "doctest.OutputChecker.output_difference", "name": "output_difference", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "example", "got", "optionflags"], "arg_types": ["doctest.OutputChecker", "doctest.Example", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "output_difference of OutputChecker", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "REPORTING_FLAGS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "doctest.REPORTING_FLAGS", "name": "REPORTING_FLAGS", "type": "builtins.int"}}, "REPORT_CDIFF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "doctest.REPORT_CDIFF", "name": "REPORT_CDIFF", "type": "builtins.int"}}, "REPORT_NDIFF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "doctest.REPORT_NDIFF", "name": "REPORT_NDIFF", "type": "builtins.int"}}, "REPORT_ONLY_FIRST_FAILURE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "doctest.REPORT_ONLY_FIRST_FAILURE", "name": "REPORT_ONLY_FIRST_FAILURE", "type": "builtins.int"}}, "REPORT_UDIFF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "doctest.REPORT_UDIFF", "name": "REPORT_UDIFF", "type": "builtins.int"}}, "SKIP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "doctest.SKIP", "name": "SKIP", "type": "builtins.int"}}, "SkipDocTestCase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["doctest.DocTestCase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "doctest.SkipDocTestCase", "name": "SkipDocTestCase", "type_vars": []}, "flags": [], "fullname": "doctest.SkipDocTestCase", "metaclass_type": null, "metadata": {}, "module_name": "doctest", "mro": ["doctest.SkipDocTestCase", "doctest.DocTestCase", "unittest.case.TestCase", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "flags": [], "fullname": "doctest.SkipDocTestCase.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "arg_types": ["doctest.SkipDocTestCase", "types.ModuleType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SkipDocTestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setUp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "doctest.SkipDocTestCase.setUp", "name": "setUp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["doctest.SkipDocTestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setUp of SkipDocTestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "shortDescription": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "doctest.SkipDocTestCase.shortDescription", "name": "shortDescription", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["doctest.SkipDocTestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shortDescription of SkipDocTestCase", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "test_skip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "doctest.SkipDocTestCase.test_skip", "name": "test_skip", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["doctest.SkipDocTestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "test_skip of SkipDocTestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TestResults": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "doctest.TestResults", "name": "TestResults", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "doctest.TestResults", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["failed", "attempted"]}}, "module_name": "doctest", "mro": ["doctest.TestResults", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "doctest.TestResults._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.TestResults.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.TestResults.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "failed", "attempted"], "flags": [], "fullname": "doctest.TestResults.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "failed", "attempted"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "doctest.TestResults._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of TestResults", "ret_type": {".class": "TypeVarType", "fullname": "doctest.TestResults._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "doctest.TestResults._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "doctest.TestResults._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "doctest.TestResults._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of TestResults", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "doctest.TestResults._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.TestResults._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.TestResults._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.TestResults._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "doctest.TestResults._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "doctest.TestResults._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of TestResults", "ret_type": {".class": "TypeVarType", "fullname": "doctest.TestResults._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "doctest.TestResults._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "doctest.TestResults._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "doctest.TestResults._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of TestResults", "ret_type": {".class": "TypeVarType", "fullname": "doctest.TestResults._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "doctest.TestResults._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "failed", "attempted"], "flags": [], "fullname": "doctest.TestResults._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "failed", "attempted"], "arg_types": [{".class": "TypeVarType", "fullname": "doctest.TestResults._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of TestResults", "ret_type": {".class": "TypeVarType", "fullname": "doctest.TestResults._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "doctest.TestResults._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.TestResults._source", "name": "_source", "type": "builtins.str"}}, "attempted": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "doctest.TestResults.attempted", "name": "attempted", "type": "builtins.int"}}, "attempted-redefinition": {".class": "SymbolTableNode", "cross_ref": "doctest.TestResults.attempted", "kind": "Mdef"}, "failed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "doctest.TestResults.failed", "name": "failed", "type": "builtins.int"}}, "failed-redefinition": {".class": "SymbolTableNode", "cross_ref": "doctest.TestResults.failed", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "UnexpectedException": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "doctest.UnexpectedException", "name": "UnexpectedException", "type_vars": []}, "flags": [], "fullname": "doctest.UnexpectedException", "metaclass_type": null, "metadata": {}, "module_name": "doctest", "mro": ["doctest.UnexpectedException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "test", "example", "exc_info"], "flags": [], "fullname": "doctest.UnexpectedException.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "test", "example", "exc_info"], "arg_types": ["doctest.UnexpectedException", "doctest.DocTest", "doctest.Example", {".class": "TypeAliasType", "args": [], "type_ref": "doctest._ExcInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of UnexpectedException", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "example": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.UnexpectedException.example", "name": "example", "type": "doctest.Example"}}, "exc_info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.UnexpectedException.exc_info", "name": "exc_info", "type": {".class": "TypeAliasType", "args": [], "type_ref": "doctest._ExcInfo"}}}, "test": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "doctest.UnexpectedException.test", "name": "test", "type": "doctest.DocTest"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_DocTestSuite": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["unittest.suite.TestSuite"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "doctest._DocTestSuite", "name": "_DocTestSuite", "type_vars": []}, "flags": [], "fullname": "doctest._DocTestSuite", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "doctest", "mro": ["doctest._DocTestSuite", "unittest.suite.TestSuite", "unittest.suite.BaseTestSuite", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ExcInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "doctest._ExcInfo", "line": 93, "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"}}}}, "_Out": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "doctest._Out", "line": 92, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "doctest.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "doctest.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "doctest.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "doctest.__package__", "name": "__package__", "type": "builtins.str"}}, "debug": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["module", "name", "pm"], "flags": [], "fullname": "doctest.debug", "name": "debug", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["module", "name", "pm"], "arg_types": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "types.ModuleType"]}, "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "debug", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "debug_script": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["src", "pm", "globs"], "flags": [], "fullname": "doctest.debug_script", "name": "debug_script", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["src", "pm", "globs"], "arg_types": ["builtins.str", "builtins.bool", {".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"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "debug_script", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "debug_src": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["src", "pm", "globs"], "flags": [], "fullname": "doctest.debug_src", "name": "debug_src", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["src", "pm", "globs"], "arg_types": ["builtins.str", "builtins.bool", {".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"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "debug_src", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "master": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "doctest.master", "name": "master", "type": {".class": "UnionType", "items": ["doctest.DocTestRunner", {".class": "NoneType"}]}}}, "register_optionflag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "doctest.register_optionflag", "name": "register_optionflag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_optionflag", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "run_docstring_examples": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["f", "globs", "verbose", "name", "compileflags", "optionflags"], "flags": [], "fullname": "doctest.run_docstring_examples", "name": "run_docstring_examples", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["f", "globs", "verbose", "name", "compileflags", "optionflags"], "arg_types": ["builtins.object", {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "builtins.bool", "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run_docstring_examples", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "script_from_examples": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": [], "fullname": "doctest.script_from_examples", "name": "script_from_examples", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["s"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "script_from_examples", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "set_unittest_reportflags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["flags"], "flags": [], "fullname": "doctest.set_unittest_reportflags", "name": "set_unittest_reportflags", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["flags"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_unittest_reportflags", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "testfile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["filename", "module_relative", "name", "package", "globs", "verbose", "report", "optionflags", "extraglobs", "raise_on_error", "parser", "encoding"], "flags": [], "fullname": "doctest.testfile", "name": "testfile", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["filename", "module_relative", "name", "package", "globs", "verbose", "report", "optionflags", "extraglobs", "raise_on_error", "parser", "encoding"], "arg_types": ["builtins.str", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "types.ModuleType"]}, {".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": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.int", {".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"}]}, "builtins.bool", "doctest.DocTestParser", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "testfile", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": "doctest.TestResults"}, "type_guard": null, "variables": []}}}, "testmod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["m", "name", "globs", "verbose", "report", "optionflags", "extraglobs", "raise_on_error", "exclude_empty"], "flags": [], "fullname": "doctest.testmod", "name": "testmod", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["m", "name", "globs", "verbose", "report", "optionflags", "extraglobs", "raise_on_error", "exclude_empty"], "arg_types": [{".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".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": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.int", {".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"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "testmod", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": "doctest.TestResults"}, "type_guard": null, "variables": []}}}, "testsource": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["module", "name"], "flags": [], "fullname": "doctest.testsource", "name": "testsource", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["module", "name"], "arg_types": [{".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "types.ModuleType"]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "testsource", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef", "module_hidden": true, "module_public": false}, "unittest": {".class": "SymbolTableNode", "cross_ref": "unittest", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/doctest.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/doctest.meta.json b/.mypy_cache/3.9/doctest.meta.json deleted file mode 100644 index c810fec33..000000000 --- a/.mypy_cache/3.9/doctest.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 4, 1, 1], "dep_prios": [10, 10, 10, 5, 5, 30], "dependencies": ["sys", "types", "unittest", "typing", "builtins", "abc"], "hash": "91f58ba0cfbe0a3cc1d535b7e3cd51bd37d50ce3a06d0cb5a0bf78fb68e82363", "id": "doctest", "ignore_all": true, "interface_hash": "bad7306cb044fecd409e1c19235457b3fbe56f5a2a9ec58b8868670e360e0b9d", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/doctest.pyi", "plugin_data": null, "size": 7083, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/email/__init__.data.json b/.mypy_cache/3.9/email/__init__.data.json deleted file mode 100644 index df3b953be..000000000 --- a/.mypy_cache/3.9/email/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "email", "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}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Message": {".class": "SymbolTableNode", "cross_ref": "email.message.Message", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Policy": {".class": "SymbolTableNode", "cross_ref": "email.policy.Policy", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.__package__", "name": "__package__", "type": "builtins.str"}}, "message_from_binary_file": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["fp", "_class", "policy"], "flags": [], "fullname": "email.message_from_binary_file", "name": "message_from_binary_file", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["fp", "_class", "policy"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "email.message.Message", "type_guard": null, "variables": []}, "email.policy.Policy"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "message_from_binary_file", "ret_type": "email.message.Message", "type_guard": null, "variables": []}}}, "message_from_bytes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["s", "_class", "policy"], "flags": [], "fullname": "email.message_from_bytes", "name": "message_from_bytes", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["s", "_class", "policy"], "arg_types": ["builtins.bytes", {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "email.message.Message", "type_guard": null, "variables": []}, "email.policy.Policy"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "message_from_bytes", "ret_type": "email.message.Message", "type_guard": null, "variables": []}}}, "message_from_file": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["fp", "_class", "policy"], "flags": [], "fullname": "email.message_from_file", "name": "message_from_file", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["fp", "_class", "policy"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "email.message.Message", "type_guard": null, "variables": []}, "email.policy.Policy"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "message_from_file", "ret_type": "email.message.Message", "type_guard": null, "variables": []}}}, "message_from_string": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["s", "_class", "policy"], "flags": [], "fullname": "email.message_from_string", "name": "message_from_string", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["s", "_class", "policy"], "arg_types": ["builtins.str", {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "email.message.Message", "type_guard": null, "variables": []}, "email.policy.Policy"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "message_from_string", "ret_type": "email.message.Message", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/email/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/email/__init__.meta.json b/.mypy_cache/3.9/email/__init__.meta.json deleted file mode 100644 index 4d2f57b45..000000000 --- a/.mypy_cache/3.9/email/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 1], "dep_prios": [5, 5, 5, 5], "dependencies": ["email.message", "email.policy", "typing", "builtins"], "hash": "e61c229560b0fb5022c1610c51f815cdaf1e4e71f5beca922f80e48f1e38c387", "id": "email", "ignore_all": true, "interface_hash": "e3d5181785dc62dced63761e54b38f9b1c7c65a029ca156713de17b73de2c1e3", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/email/__init__.pyi", "plugin_data": null, "size": 757, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/email/charset.data.json b/.mypy_cache/3.9/email/charset.data.json deleted file mode 100644 index b2647c419..000000000 --- a/.mypy_cache/3.9/email/charset.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "email.charset", "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}, "BASE64": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.charset.BASE64", "name": "BASE64", "type": "builtins.int"}}, "Charset": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.charset.Charset", "name": "Charset", "type_vars": []}, "flags": [], "fullname": "email.charset.Charset", "metaclass_type": null, "metadata": {}, "module_name": "email.charset", "mro": ["email.charset.Charset", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "email.charset.Charset.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["email.charset.Charset", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of Charset", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "input_charset"], "flags": [], "fullname": "email.charset.Charset.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "input_charset"], "arg_types": ["email.charset.Charset", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Charset", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "email.charset.Charset.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["email.charset.Charset", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of Charset", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.charset.Charset.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["email.charset.Charset"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of Charset", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "body_encode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "string"], "flags": [], "fullname": "email.charset.Charset.body_encode", "name": "body_encode", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "string"], "arg_types": ["email.charset.Charset", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "body_encode of Charset", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "body_encoding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "email.charset.Charset.body_encoding", "name": "body_encoding", "type": "builtins.int"}}, "get_body_encoding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.charset.Charset.get_body_encoding", "name": "get_body_encoding", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["email.charset.Charset"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_body_encoding of Charset", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "get_output_charset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.charset.Charset.get_output_charset", "name": "get_output_charset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["email.charset.Charset"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_output_charset of Charset", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "header_encode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "string"], "flags": [], "fullname": "email.charset.Charset.header_encode", "name": "header_encode", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "string"], "arg_types": ["email.charset.Charset", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "header_encode of Charset", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "header_encode_lines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "string", "maxlengths"], "flags": [], "fullname": "email.charset.Charset.header_encode_lines", "name": "header_encode_lines", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "string", "maxlengths"], "arg_types": ["email.charset.Charset", "builtins.str", {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "header_encode_lines of Charset", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "header_encoding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "email.charset.Charset.header_encoding", "name": "header_encoding", "type": "builtins.int"}}, "input_charset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "email.charset.Charset.input_charset", "name": "input_charset", "type": "builtins.str"}}, "input_codec": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "email.charset.Charset.input_codec", "name": "input_codec", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "output_charset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "email.charset.Charset.output_charset", "name": "output_charset", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "output_codec": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "email.charset.Charset.output_codec", "name": "output_codec", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "QP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.charset.QP", "name": "QP", "type": "builtins.int"}}, "SHORTEST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.charset.SHORTEST", "name": "SHORTEST", "type": "builtins.int"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.charset.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.charset.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.charset.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.charset.__package__", "name": "__package__", "type": "builtins.str"}}, "add_alias": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["alias", "canonical"], "flags": [], "fullname": "email.charset.add_alias", "name": "add_alias", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["alias", "canonical"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_alias", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_charset": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["charset", "header_enc", "body_enc", "output_charset"], "flags": [], "fullname": "email.charset.add_charset", "name": "add_charset", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["charset", "header_enc", "body_enc", "output_charset"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_charset", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_codec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["charset", "codecname"], "flags": [], "fullname": "email.charset.add_codec", "name": "add_codec", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["charset", "codecname"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_codec", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/email/charset.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/email/charset.meta.json b/.mypy_cache/3.9/email/charset.meta.json deleted file mode 100644 index 8a16b2dc6..000000000 --- a/.mypy_cache/3.9/email/charset.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 5, 30], "dependencies": ["typing", "builtins", "abc"], "hash": "b4a10de5f76a12f03d2a6b5646a19dbfb30549d23c20a71132b923cef754a724", "id": "email.charset", "ignore_all": true, "interface_hash": "6e560c3e1772470807c53d6179571088a92af8a0e0dc5e7cd36029b93998ebac", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/email/charset.pyi", "plugin_data": null, "size": 1062, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/email/contentmanager.data.json b/.mypy_cache/3.9/email/contentmanager.data.json deleted file mode 100644 index 4008d9e00..000000000 --- a/.mypy_cache/3.9/email/contentmanager.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "email.contentmanager", "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}, "ContentManager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.contentmanager.ContentManager", "name": "ContentManager", "type_vars": []}, "flags": [], "fullname": "email.contentmanager.ContentManager", "metaclass_type": null, "metadata": {}, "module_name": "email.contentmanager", "mro": ["email.contentmanager.ContentManager", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.contentmanager.ContentManager.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["email.contentmanager.ContentManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ContentManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_get_handler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "handler"], "flags": [], "fullname": "email.contentmanager.ContentManager.add_get_handler", "name": "add_get_handler", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "handler"], "arg_types": ["email.contentmanager.ContentManager", "builtins.str", {".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", "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": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_get_handler of ContentManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_set_handler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "typekey", "handler"], "flags": [], "fullname": "email.contentmanager.ContentManager.add_set_handler", "name": "add_set_handler", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "typekey", "handler"], "arg_types": ["email.contentmanager.ContentManager", "builtins.type", {".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", "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": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_set_handler of ContentManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get_content": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "msg", "args", "kw"], "flags": [], "fullname": "email.contentmanager.ContentManager.get_content", "name": "get_content", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "msg", "args", "kw"], "arg_types": ["email.contentmanager.ContentManager", "email.message.Message", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_content of ContentManager", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "set_content": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2, 4], "arg_names": ["self", "msg", "obj", "args", "kw"], "flags": [], "fullname": "email.contentmanager.ContentManager.set_content", "name": "set_content", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2, 4], "arg_names": ["self", "msg", "obj", "args", "kw"], "arg_types": ["email.contentmanager.ContentManager", "email.message.Message", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_content of ContentManager", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Message": {".class": "SymbolTableNode", "cross_ref": "email.message.Message", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.contentmanager.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.contentmanager.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.contentmanager.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.contentmanager.__package__", "name": "__package__", "type": "builtins.str"}}, "raw_data_manager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.contentmanager.raw_data_manager", "name": "raw_data_manager", "type": "email.contentmanager.ContentManager"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/email/contentmanager.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/email/contentmanager.meta.json b/.mypy_cache/3.9/email/contentmanager.meta.json deleted file mode 100644 index 3436aaabf..000000000 --- a/.mypy_cache/3.9/email/contentmanager.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 1], "dep_prios": [5, 5, 5], "dependencies": ["email.message", "typing", "builtins"], "hash": "d689ccaa33ffa701450012a45c024ca4bb2ca767826a361bfc399f7465bcf1d8", "id": "email.contentmanager", "ignore_all": true, "interface_hash": "870816bc0b9629c51890b696d7f29705da20ed10db5d0df42c5c216288335a77", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/email/contentmanager.pyi", "plugin_data": null, "size": 489, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/email/errors.data.json b/.mypy_cache/3.9/email/errors.data.json deleted file mode 100644 index d485ccced..000000000 --- a/.mypy_cache/3.9/email/errors.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "email.errors", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "BoundaryError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.MessageParseError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.BoundaryError", "name": "BoundaryError", "type_vars": []}, "flags": [], "fullname": "email.errors.BoundaryError", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.BoundaryError", "email.errors.MessageParseError", "email.errors.MessageError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CharsetError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.MessageError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.CharsetError", "name": "CharsetError", "type_vars": []}, "flags": [], "fullname": "email.errors.CharsetError", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.CharsetError", "email.errors.MessageError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CloseBoundaryNotFoundDefect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.MessageDefect"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.CloseBoundaryNotFoundDefect", "name": "CloseBoundaryNotFoundDefect", "type_vars": []}, "flags": [], "fullname": "email.errors.CloseBoundaryNotFoundDefect", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.CloseBoundaryNotFoundDefect", "email.errors.MessageDefect", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FirstHeaderLineIsContinuationDefect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.MessageDefect"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.FirstHeaderLineIsContinuationDefect", "name": "FirstHeaderLineIsContinuationDefect", "type_vars": []}, "flags": [], "fullname": "email.errors.FirstHeaderLineIsContinuationDefect", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.FirstHeaderLineIsContinuationDefect", "email.errors.MessageDefect", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HeaderDefect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.MessageDefect"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.HeaderDefect", "name": "HeaderDefect", "type_vars": []}, "flags": [], "fullname": "email.errors.HeaderDefect", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.HeaderDefect", "email.errors.MessageDefect", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HeaderMissingRequiredValue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.HeaderDefect"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.HeaderMissingRequiredValue", "name": "HeaderMissingRequiredValue", "type_vars": []}, "flags": [], "fullname": "email.errors.HeaderMissingRequiredValue", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.HeaderMissingRequiredValue", "email.errors.HeaderDefect", "email.errors.MessageDefect", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HeaderParseError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.MessageParseError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.HeaderParseError", "name": "HeaderParseError", "type_vars": []}, "flags": [], "fullname": "email.errors.HeaderParseError", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.HeaderParseError", "email.errors.MessageParseError", "email.errors.MessageError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InvalidBase64CharactersDefect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.MessageDefect"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.InvalidBase64CharactersDefect", "name": "InvalidBase64CharactersDefect", "type_vars": []}, "flags": [], "fullname": "email.errors.InvalidBase64CharactersDefect", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.InvalidBase64CharactersDefect", "email.errors.MessageDefect", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InvalidBase64LengthDefect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.MessageDefect"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.InvalidBase64LengthDefect", "name": "InvalidBase64LengthDefect", "type_vars": []}, "flags": [], "fullname": "email.errors.InvalidBase64LengthDefect", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.InvalidBase64LengthDefect", "email.errors.MessageDefect", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InvalidBase64PaddingDefect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.MessageDefect"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.InvalidBase64PaddingDefect", "name": "InvalidBase64PaddingDefect", "type_vars": []}, "flags": [], "fullname": "email.errors.InvalidBase64PaddingDefect", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.InvalidBase64PaddingDefect", "email.errors.MessageDefect", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InvalidHeaderDefect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.HeaderDefect"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.InvalidHeaderDefect", "name": "InvalidHeaderDefect", "type_vars": []}, "flags": [], "fullname": "email.errors.InvalidHeaderDefect", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.InvalidHeaderDefect", "email.errors.HeaderDefect", "email.errors.MessageDefect", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InvalidMultipartContentTransferEncodingDefect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.MessageDefect"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.InvalidMultipartContentTransferEncodingDefect", "name": "InvalidMultipartContentTransferEncodingDefect", "type_vars": []}, "flags": [], "fullname": "email.errors.InvalidMultipartContentTransferEncodingDefect", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.InvalidMultipartContentTransferEncodingDefect", "email.errors.MessageDefect", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MalformedHeaderDefect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "email.errors.MalformedHeaderDefect", "line": 27, "no_args": true, "normalized": false, "target": "email.errors.MissingHeaderBodySeparatorDefect"}}, "MessageDefect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ValueError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.MessageDefect", "name": "MessageDefect", "type_vars": []}, "flags": [], "fullname": "email.errors.MessageDefect", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.MessageDefect", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "line"], "flags": [], "fullname": "email.errors.MessageDefect.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "line"], "arg_types": ["email.errors.MessageDefect", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MessageDefect", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MessageError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.MessageError", "name": "MessageError", "type_vars": []}, "flags": [], "fullname": "email.errors.MessageError", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.MessageError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MessageParseError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.MessageError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.MessageParseError", "name": "MessageParseError", "type_vars": []}, "flags": [], "fullname": "email.errors.MessageParseError", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.MessageParseError", "email.errors.MessageError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MisplacedEnvelopeHeaderDefect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.MessageDefect"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.MisplacedEnvelopeHeaderDefect", "name": "MisplacedEnvelopeHeaderDefect", "type_vars": []}, "flags": [], "fullname": "email.errors.MisplacedEnvelopeHeaderDefect", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.MisplacedEnvelopeHeaderDefect", "email.errors.MessageDefect", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MissingHeaderBodySeparatorDefect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.MessageDefect"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.MissingHeaderBodySeparatorDefect", "name": "MissingHeaderBodySeparatorDefect", "type_vars": []}, "flags": [], "fullname": "email.errors.MissingHeaderBodySeparatorDefect", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.MissingHeaderBodySeparatorDefect", "email.errors.MessageDefect", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MultipartConversionError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.MessageError", "builtins.TypeError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.MultipartConversionError", "name": "MultipartConversionError", "type_vars": []}, "flags": [], "fullname": "email.errors.MultipartConversionError", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.MultipartConversionError", "email.errors.MessageError", "builtins.TypeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MultipartInvariantViolationDefect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.MessageDefect"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.MultipartInvariantViolationDefect", "name": "MultipartInvariantViolationDefect", "type_vars": []}, "flags": [], "fullname": "email.errors.MultipartInvariantViolationDefect", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.MultipartInvariantViolationDefect", "email.errors.MessageDefect", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NoBoundaryInMultipartDefect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.MessageDefect"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.NoBoundaryInMultipartDefect", "name": "NoBoundaryInMultipartDefect", "type_vars": []}, "flags": [], "fullname": "email.errors.NoBoundaryInMultipartDefect", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.NoBoundaryInMultipartDefect", "email.errors.MessageDefect", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NonASCIILocalPartDefect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.HeaderDefect"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.NonASCIILocalPartDefect", "name": "NonASCIILocalPartDefect", "type_vars": []}, "flags": [], "fullname": "email.errors.NonASCIILocalPartDefect", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.NonASCIILocalPartDefect", "email.errors.HeaderDefect", "email.errors.MessageDefect", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NonPrintableDefect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.HeaderDefect"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.NonPrintableDefect", "name": "NonPrintableDefect", "type_vars": []}, "flags": [], "fullname": "email.errors.NonPrintableDefect", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.NonPrintableDefect", "email.errors.HeaderDefect", "email.errors.MessageDefect", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "non_printables"], "flags": [], "fullname": "email.errors.NonPrintableDefect.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "non_printables"], "arg_types": ["email.errors.NonPrintableDefect", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of NonPrintableDefect", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ObsoleteHeaderDefect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.HeaderDefect"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.ObsoleteHeaderDefect", "name": "ObsoleteHeaderDefect", "type_vars": []}, "flags": [], "fullname": "email.errors.ObsoleteHeaderDefect", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.ObsoleteHeaderDefect", "email.errors.HeaderDefect", "email.errors.MessageDefect", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "StartBoundaryNotFoundDefect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.MessageDefect"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.StartBoundaryNotFoundDefect", "name": "StartBoundaryNotFoundDefect", "type_vars": []}, "flags": [], "fullname": "email.errors.StartBoundaryNotFoundDefect", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.StartBoundaryNotFoundDefect", "email.errors.MessageDefect", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UndecodableBytesDefect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.errors.MessageDefect"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.errors.UndecodableBytesDefect", "name": "UndecodableBytesDefect", "type_vars": []}, "flags": [], "fullname": "email.errors.UndecodableBytesDefect", "metaclass_type": null, "metadata": {}, "module_name": "email.errors", "mro": ["email.errors.UndecodableBytesDefect", "email.errors.MessageDefect", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.errors.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.errors.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.errors.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.errors.__package__", "name": "__package__", "type": "builtins.str"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/email/errors.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/email/errors.meta.json b/.mypy_cache/3.9/email/errors.meta.json deleted file mode 100644 index 05d3a59aa..000000000 --- a/.mypy_cache/3.9/email/errors.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "e63783b0bd90eb6f472767b3dc30739643afdc644402403e8f0dfe1887415b3f", "id": "email.errors", "ignore_all": true, "interface_hash": "086f380ee84609f77738e41c8c4f35bf64e47dee09ee4b3ef39adec714a4534b", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/email/errors.pyi", "plugin_data": null, "size": 1566, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/email/header.data.json b/.mypy_cache/3.9/email/header.data.json deleted file mode 100644 index 998917a0d..000000000 --- a/.mypy_cache/3.9/email/header.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "email.header", "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}, "Charset": {".class": "SymbolTableNode", "cross_ref": "email.charset.Charset", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Header": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.header.Header", "name": "Header", "type_vars": []}, "flags": [], "fullname": "email.header.Header", "metaclass_type": null, "metadata": {}, "module_name": "email.header", "mro": ["email.header.Header", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "email.header.Header.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["email.header.Header", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of Header", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "s", "charset", "maxlinelen", "header_name", "continuation_ws", "errors"], "flags": [], "fullname": "email.header.Header.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "s", "charset", "maxlinelen", "header_name", "continuation_ws", "errors"], "arg_types": ["email.header.Header", {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["email.charset.Charset", "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Header", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "email.header.Header.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["email.header.Header", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of Header", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.header.Header.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["email.header.Header"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of Header", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "append": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "s", "charset", "errors"], "flags": [], "fullname": "email.header.Header.append", "name": "append", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "s", "charset", "errors"], "arg_types": ["email.header.Header", {".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}, {".class": "UnionType", "items": ["email.charset.Charset", "builtins.str", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "append of Header", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "encode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "splitchars", "maxlinelen", "linesep"], "flags": [], "fullname": "email.header.Header.encode", "name": "encode", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "splitchars", "maxlinelen", "linesep"], "arg_types": ["email.header.Header", "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "encode of Header", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.header.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.header.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.header.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.header.__package__", "name": "__package__", "type": "builtins.str"}}, "decode_header": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["header"], "flags": [], "fullname": "email.header.decode_header", "name": "decode_header", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["header"], "arg_types": [{".class": "UnionType", "items": ["email.header.Header", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decode_header", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.bytes", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "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"}, "type_guard": null, "variables": []}}}, "make_header": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["decoded_seq", "maxlinelen", "header_name", "continuation_ws"], "flags": [], "fullname": "email.header.make_header", "name": "make_header", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["decoded_seq", "maxlinelen", "header_name", "continuation_ws"], "arg_types": [{".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.bytes", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "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"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "make_header", "ret_type": "email.header.Header", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/email/header.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/email/header.meta.json b/.mypy_cache/3.9/email/header.meta.json deleted file mode 100644 index d503a85c2..000000000 --- a/.mypy_cache/3.9/email/header.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 1], "dep_prios": [5, 5, 5], "dependencies": ["email.charset", "typing", "builtins"], "hash": "377da1c38186804f367bb47c7690c74274172dfe980012c9e4e19616ebf040dc", "id": "email.header", "ignore_all": true, "interface_hash": "546dfb132bf81daca952c8b86e8a7d297b48c4dbe7d41401a33f50a2e0ac72f9", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/email/header.pyi", "plugin_data": null, "size": 1025, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/email/message.data.json b/.mypy_cache/3.9/email/message.data.json deleted file mode 100644 index 3343f89af..000000000 --- a/.mypy_cache/3.9/email/message.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "email.message", "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}, "Charset": {".class": "SymbolTableNode", "cross_ref": "email.charset.Charset", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ContentManager": {".class": "SymbolTableNode", "cross_ref": "email.contentmanager.ContentManager", "kind": "Gdef", "module_hidden": true, "module_public": false}, "EmailMessage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.message.MIMEPart"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.message.EmailMessage", "name": "EmailMessage", "type_vars": []}, "flags": [], "fullname": "email.message.EmailMessage", "metaclass_type": null, "metadata": {}, "module_name": "email.message", "mro": ["email.message.EmailMessage", "email.message.MIMEPart", "email.message.Message", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MIMEPart": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.message.Message"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.message.MIMEPart", "name": "MIMEPart", "type_vars": []}, "flags": [], "fullname": "email.message.MIMEPart", "metaclass_type": null, "metadata": {}, "module_name": "email.message", "mro": ["email.message.MIMEPart", "email.message.Message", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "policy"], "flags": [], "fullname": "email.message.MIMEPart.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "policy"], "arg_types": ["email.message.MIMEPart", {".class": "UnionType", "items": ["email.policy.Policy", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MIMEPart", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_alternative": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 4], "arg_names": ["self", "args", "content_manager", "kw"], "flags": [], "fullname": "email.message.MIMEPart.add_alternative", "name": "add_alternative", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 4], "arg_names": ["self", "args", "content_manager", "kw"], "arg_types": ["email.message.MIMEPart", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["email.contentmanager.ContentManager", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_alternative of MIMEPart", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_attachment": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 4], "arg_names": ["self", "args", "content_manager", "kw"], "flags": [], "fullname": "email.message.MIMEPart.add_attachment", "name": "add_attachment", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 4], "arg_names": ["self", "args", "content_manager", "kw"], "arg_types": ["email.message.MIMEPart", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["email.contentmanager.ContentManager", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_attachment of MIMEPart", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_related": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 4], "arg_names": ["self", "args", "content_manager", "kw"], "flags": [], "fullname": "email.message.MIMEPart.add_related", "name": "add_related", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 4], "arg_names": ["self", "args", "content_manager", "kw"], "arg_types": ["email.message.MIMEPart", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["email.contentmanager.ContentManager", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_related of MIMEPart", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "as_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "unixfrom", "maxheaderlen", "policy"], "flags": [], "fullname": "email.message.MIMEPart.as_string", "name": "as_string", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "unixfrom", "maxheaderlen", "policy"], "arg_types": ["email.message.MIMEPart", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["email.policy.Policy", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "as_string of MIMEPart", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.message.MIMEPart.clear", "name": "clear", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["email.message.MIMEPart"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear of MIMEPart", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "clear_content": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.message.MIMEPart.clear_content", "name": "clear_content", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["email.message.MIMEPart"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear_content of MIMEPart", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get_body": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "preferencelist"], "flags": [], "fullname": "email.message.MIMEPart.get_body", "name": "get_body", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "preferencelist"], "arg_types": ["email.message.MIMEPart", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_body of MIMEPart", "ret_type": {".class": "UnionType", "items": ["email.message.Message", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "get_content": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 4], "arg_names": ["self", "args", "content_manager", "kw"], "flags": [], "fullname": "email.message.MIMEPart.get_content", "name": "get_content", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 4], "arg_names": ["self", "args", "content_manager", "kw"], "arg_types": ["email.message.MIMEPart", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["email.contentmanager.ContentManager", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_content of MIMEPart", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "is_attachment": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.message.MIMEPart.is_attachment", "name": "is_attachment", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["email.message.MIMEPart"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_attachment of MIMEPart", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "iter_attachments": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.message.MIMEPart.iter_attachments", "name": "iter_attachments", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["email.message.MIMEPart"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iter_attachments of MIMEPart", "ret_type": {".class": "Instance", "args": ["email.message.Message"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "iter_parts": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.message.MIMEPart.iter_parts", "name": "iter_parts", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["email.message.MIMEPart"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iter_parts of MIMEPart", "ret_type": {".class": "Instance", "args": ["email.message.Message"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "make_alternative": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "boundary"], "flags": [], "fullname": "email.message.MIMEPart.make_alternative", "name": "make_alternative", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "boundary"], "arg_types": ["email.message.MIMEPart", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "make_alternative of MIMEPart", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "make_mixed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "boundary"], "flags": [], "fullname": "email.message.MIMEPart.make_mixed", "name": "make_mixed", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "boundary"], "arg_types": ["email.message.MIMEPart", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "make_mixed of MIMEPart", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "make_related": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "boundary"], "flags": [], "fullname": "email.message.MIMEPart.make_related", "name": "make_related", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "boundary"], "arg_types": ["email.message.MIMEPart", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "make_related of MIMEPart", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_content": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 4], "arg_names": ["self", "args", "content_manager", "kw"], "flags": [], "fullname": "email.message.MIMEPart.set_content", "name": "set_content", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 4], "arg_names": ["self", "args", "content_manager", "kw"], "arg_types": ["email.message.MIMEPart", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["email.contentmanager.ContentManager", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_content of MIMEPart", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Message": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.message.Message", "name": "Message", "type_vars": []}, "flags": [], "fullname": "email.message.Message", "metaclass_type": null, "metadata": {}, "module_name": "email.message", "mro": ["email.message.Message", "builtins.object"], "names": {".class": "SymbolTable", "__bytes__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.message.Message.__bytes__", "name": "__bytes__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["email.message.Message"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__bytes__ of Message", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "email.message.Message.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["email.message.Message", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of Message", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "email.message.Message.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["email.message.Message", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of Message", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "email.message.Message.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["email.message.Message", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Message", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "email.message._HeaderType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "policy"], "flags": [], "fullname": "email.message.Message.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "policy"], "arg_types": ["email.message.Message", "email.policy.Policy"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Message", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.message.Message.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["email.message.Message"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of Message", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "val"], "flags": [], "fullname": "email.message.Message.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["email.message.Message", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "email.message._HeaderType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of Message", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.message.Message.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["email.message.Message"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of Message", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "add_header": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 4], "arg_names": ["self", "_name", "_value", "_params"], "flags": [], "fullname": "email.message.Message.add_header", "name": "add_header", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 4], "arg_names": ["self", "_name", "_value", "_params"], "arg_types": ["email.message.Message", "builtins.str", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "email.message._ParamsType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_header of Message", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "as_bytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "unixfrom", "policy"], "flags": [], "fullname": "email.message.Message.as_bytes", "name": "as_bytes", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "unixfrom", "policy"], "arg_types": ["email.message.Message", "builtins.bool", {".class": "UnionType", "items": ["email.policy.Policy", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "as_bytes of Message", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "as_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "unixfrom", "maxheaderlen", "policy"], "flags": [], "fullname": "email.message.Message.as_string", "name": "as_string", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "unixfrom", "maxheaderlen", "policy"], "arg_types": ["email.message.Message", "builtins.bool", "builtins.int", {".class": "UnionType", "items": ["email.policy.Policy", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "as_string of Message", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "attach": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "payload"], "flags": [], "fullname": "email.message.Message.attach", "name": "attach", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "payload"], "arg_types": ["email.message.Message", "email.message.Message"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "attach of Message", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "defects": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "email.message.Message.defects", "name": "defects", "type": {".class": "Instance", "args": ["email.errors.MessageDefect"], "type_ref": "builtins.list"}}}, "del_param": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "param", "header", "requote"], "flags": [], "fullname": "email.message.Message.del_param", "name": "del_param", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "param", "header", "requote"], "arg_types": ["email.message.Message", "builtins.str", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "del_param of Message", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "epilogue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "email.message.Message.epilogue", "name": "epilogue", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "failobj"], "flags": [], "fullname": "email.message.Message.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "failobj"], "arg_types": ["email.message.Message", "builtins.str", {".class": "TypeVarType", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of Message", "ret_type": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "email.message._HeaderType"}, {".class": "TypeVarType", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "get_all": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "failobj"], "flags": [], "fullname": "email.message.Message.get_all", "name": "get_all", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "failobj"], "arg_types": ["email.message.Message", "builtins.str", {".class": "TypeVarType", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_all of Message", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "email.message._HeaderType"}], "type_ref": "builtins.list"}, {".class": "TypeVarType", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "get_boundary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "failobj"], "flags": [], "fullname": "email.message.Message.get_boundary", "name": "get_boundary", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "failobj"], "arg_types": ["email.message.Message", {".class": "TypeVarType", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_boundary of Message", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.str"]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "get_charset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.message.Message.get_charset", "name": "get_charset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["email.message.Message"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_charset of Message", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "email.message._CharsetType"}, "type_guard": null, "variables": []}}}, "get_charsets": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "failobj"], "flags": [], "fullname": "email.message.Message.get_charsets", "name": "get_charsets", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "failobj"], "arg_types": ["email.message.Message", {".class": "TypeVarType", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_charsets of Message", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "get_content_charset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "failobj"], "flags": [], "fullname": "email.message.Message.get_content_charset", "name": "get_content_charset", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "failobj"], "arg_types": ["email.message.Message", {".class": "TypeVarType", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_content_charset of Message", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.str"]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "get_content_disposition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.message.Message.get_content_disposition", "name": "get_content_disposition", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["email.message.Message"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_content_disposition of Message", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "get_content_maintype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.message.Message.get_content_maintype", "name": "get_content_maintype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["email.message.Message"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_content_maintype of Message", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "get_content_subtype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.message.Message.get_content_subtype", "name": "get_content_subtype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["email.message.Message"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_content_subtype of Message", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "get_content_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.message.Message.get_content_type", "name": "get_content_type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["email.message.Message"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_content_type of Message", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "get_default_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.message.Message.get_default_type", "name": "get_default_type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["email.message.Message"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_default_type of Message", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "get_filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "failobj"], "flags": [], "fullname": "email.message.Message.get_filename", "name": "get_filename", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "failobj"], "arg_types": ["email.message.Message", {".class": "TypeVarType", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_filename of Message", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.str"]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "get_param": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "param", "failobj", "header", "unquote"], "flags": [], "fullname": "email.message.Message.get_param", "name": "get_param", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "param", "failobj", "header", "unquote"], "arg_types": ["email.message.Message", "builtins.str", {".class": "TypeVarType", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_param of Message", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "email.message._ParamType"}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "get_params": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "failobj", "header", "unquote"], "flags": [], "fullname": "email.message.Message.get_params", "name": "get_params", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "failobj", "header", "unquote"], "arg_types": ["email.message.Message", {".class": "TypeVarType", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_params of Message", "ret_type": {".class": "UnionType", "items": [{".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"}}], "type_ref": "builtins.list"}, {".class": "TypeVarType", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "email.message._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "get_payload": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "i", "decode"], "flags": [], "fullname": "email.message.Message.get_payload", "name": "get_payload", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "i", "decode"], "arg_types": ["email.message.Message", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_payload of Message", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "get_unixfrom": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.message.Message.get_unixfrom", "name": "get_unixfrom", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["email.message.Message"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_unixfrom of Message", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "is_multipart": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.message.Message.is_multipart", "name": "is_multipart", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["email.message.Message"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_multipart of Message", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "items": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.message.Message.items", "name": "items", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["email.message.Message"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "items of Message", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "email.message._HeaderType"}], "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"}, "type_guard": null, "variables": []}}}, "keys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.message.Message.keys", "name": "keys", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["email.message.Message"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "keys of Message", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "policy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "email.message.Message.policy", "name": "policy", "type": "email.policy.Policy"}}, "preamble": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "email.message.Message.preamble", "name": "preamble", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "replace_header": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "_name", "_value"], "flags": [], "fullname": "email.message.Message.replace_header", "name": "replace_header", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "_name", "_value"], "arg_types": ["email.message.Message", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "email.message._HeaderType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "replace_header of Message", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_boundary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "boundary"], "flags": [], "fullname": "email.message.Message.set_boundary", "name": "set_boundary", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "boundary"], "arg_types": ["email.message.Message", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_boundary of Message", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_charset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "charset"], "flags": [], "fullname": "email.message.Message.set_charset", "name": "set_charset", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "charset"], "arg_types": ["email.message.Message", {".class": "TypeAliasType", "args": [], "type_ref": "email.message._CharsetType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_charset of Message", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_default_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "ctype"], "flags": [], "fullname": "email.message.Message.set_default_type", "name": "set_default_type", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "ctype"], "arg_types": ["email.message.Message", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_default_type of Message", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_param": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "param", "value", "header", "requote", "charset", "language", "replace"], "flags": [], "fullname": "email.message.Message.set_param", "name": "set_param", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "param", "value", "header", "requote", "charset", "language", "replace"], "arg_types": ["email.message.Message", "builtins.str", "builtins.str", "builtins.str", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_param of Message", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_payload": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "payload", "charset"], "flags": [], "fullname": "email.message.Message.set_payload", "name": "set_payload", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "payload", "charset"], "arg_types": ["email.message.Message", {".class": "TypeAliasType", "args": [], "type_ref": "email.message._PayloadType"}, {".class": "TypeAliasType", "args": [], "type_ref": "email.message._CharsetType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_payload of Message", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "type", "header", "requote"], "flags": [], "fullname": "email.message.Message.set_type", "name": "set_type", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "type", "header", "requote"], "arg_types": ["email.message.Message", "builtins.str", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_type of Message", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_unixfrom": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "unixfrom"], "flags": [], "fullname": "email.message.Message.set_unixfrom", "name": "set_unixfrom", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "unixfrom"], "arg_types": ["email.message.Message", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_unixfrom of Message", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.message.Message.values", "name": "values", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["email.message.Message"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "values of Message", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "email.message._HeaderType"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "walk": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "email.message.Message.walk", "name": "walk", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["email.message.Message"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "walk of Message", "ret_type": {".class": "Instance", "args": ["email.message.Message", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MessageDefect": {".class": "SymbolTableNode", "cross_ref": "email.errors.MessageDefect", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Policy": {".class": "SymbolTableNode", "cross_ref": "email.policy.Policy", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "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}, "_CharsetType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "email.message._CharsetType", "line": 10, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["email.charset.Charset", "builtins.str", {".class": "NoneType"}]}}}, "_HeaderType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "email.message._HeaderType", "line": 13, "no_args": false, "normalized": false, "target": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}}}, "_ParamType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "email.message._ParamType", "line": 12, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.str", {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}}}, "_ParamsType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "email.message._ParamsType", "line": 11, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}, {".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}}}, "_PayloadType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "email.message._PayloadType", "line": 9, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "Instance", "args": ["email.message.Message"], "type_ref": "builtins.list"}, "builtins.str", "builtins.bytes"]}}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "email.message._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.message.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.message.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.message.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.message.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/email/message.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/email/message.meta.json b/.mypy_cache/3.9/email/message.meta.json deleted file mode 100644 index f79bace8d..000000000 --- a/.mypy_cache/3.9/email/message.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 4, 5, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 5, 30], "dependencies": ["email.charset", "email.contentmanager", "email.errors", "email.policy", "typing", "builtins", "abc"], "hash": "9eead7213b1a8d7fd899d26d4ac48fac1fe1f27c821dceaaa6e580a885875e07", "id": "email.message", "ignore_all": true, "interface_hash": "b3d05f03e5b2b13fc3b71b784854b3b3114a6d0a3a45cb7e5d0f1e71fc0e6f43", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/email/message.pyi", "plugin_data": null, "size": 4929, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/email/policy.data.json b/.mypy_cache/3.9/email/policy.data.json deleted file mode 100644 index cea79c655..000000000 --- a/.mypy_cache/3.9/email/policy.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "email.policy", "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}, "Compat32": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.policy.Policy"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.policy.Compat32", "name": "Compat32", "type_vars": []}, "flags": [], "fullname": "email.policy.Compat32", "metaclass_type": null, "metadata": {}, "module_name": "email.policy", "mro": ["email.policy.Compat32", "email.policy.Policy", "builtins.object"], "names": {".class": "SymbolTable", "fold": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "email.policy.Compat32.fold", "name": "fold", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": ["email.policy.Compat32", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fold of Compat32", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "fold_binary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "email.policy.Compat32.fold_binary", "name": "fold_binary", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": ["email.policy.Compat32", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fold_binary of Compat32", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "header_fetch_parse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "email.policy.Compat32.header_fetch_parse", "name": "header_fetch_parse", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": ["email.policy.Compat32", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "header_fetch_parse of Compat32", "ret_type": {".class": "UnionType", "items": ["builtins.str", "email.header.Header"]}, "type_guard": null, "variables": []}}}, "header_source_parse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "sourcelines"], "flags": [], "fullname": "email.policy.Compat32.header_source_parse", "name": "header_source_parse", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sourcelines"], "arg_types": ["email.policy.Compat32", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "header_source_parse of Compat32", "ret_type": {".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_guard": null, "variables": []}}}, "header_store_parse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "email.policy.Compat32.header_store_parse", "name": "header_store_parse", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": ["email.policy.Compat32", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "header_store_parse of Compat32", "ret_type": {".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_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ContentManager": {".class": "SymbolTableNode", "cross_ref": "email.contentmanager.ContentManager", "kind": "Gdef", "module_hidden": true, "module_public": false}, "EmailPolicy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.policy.Policy"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.policy.EmailPolicy", "name": "EmailPolicy", "type_vars": []}, "flags": [], "fullname": "email.policy.EmailPolicy", "metaclass_type": null, "metadata": {}, "module_name": "email.policy", "mro": ["email.policy.EmailPolicy", "email.policy.Policy", "builtins.object"], "names": {".class": "SymbolTable", "content_manager": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "email.policy.EmailPolicy.content_manager", "name": "content_manager", "type": "email.contentmanager.ContentManager"}}, "fold": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "email.policy.EmailPolicy.fold", "name": "fold", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": ["email.policy.EmailPolicy", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fold of EmailPolicy", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "fold_binary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "email.policy.EmailPolicy.fold_binary", "name": "fold_binary", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": ["email.policy.EmailPolicy", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fold_binary of EmailPolicy", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "header_factory": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "email.policy.EmailPolicy.header_factory", "name": "header_factory", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "header_fetch_parse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "email.policy.EmailPolicy.header_fetch_parse", "name": "header_fetch_parse", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": ["email.policy.EmailPolicy", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "header_fetch_parse of EmailPolicy", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "header_source_parse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "sourcelines"], "flags": [], "fullname": "email.policy.EmailPolicy.header_source_parse", "name": "header_source_parse", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sourcelines"], "arg_types": ["email.policy.EmailPolicy", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "header_source_parse of EmailPolicy", "ret_type": {".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_guard": null, "variables": []}}}, "header_store_parse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "email.policy.EmailPolicy.header_store_parse", "name": "header_store_parse", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": ["email.policy.EmailPolicy", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "header_store_parse of EmailPolicy", "ret_type": {".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_guard": null, "variables": []}}}, "refold_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "email.policy.EmailPolicy.refold_source", "name": "refold_source", "type": "builtins.str"}}, "utf8": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "email.policy.EmailPolicy.utf8", "name": "utf8", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.policy.HTTP", "name": "HTTP", "type": "email.policy.EmailPolicy"}}, "Header": {".class": "SymbolTableNode", "cross_ref": "email.header.Header", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Message": {".class": "SymbolTableNode", "cross_ref": "email.message.Message", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MessageDefect": {".class": "SymbolTableNode", "cross_ref": "email.errors.MessageDefect", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Policy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["fold", "fold_binary", "header_fetch_parse", "header_source_parse", "header_store_parse"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "email.policy.Policy", "name": "Policy", "type_vars": []}, "flags": ["is_abstract"], "fullname": "email.policy.Policy", "metaclass_type": null, "metadata": {}, "module_name": "email.policy", "mro": ["email.policy.Policy", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kw"], "flags": [], "fullname": "email.policy.Policy.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kw"], "arg_types": ["email.policy.Policy", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Policy", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "clone": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kw"], "flags": [], "fullname": "email.policy.Policy.clone", "name": "clone", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kw"], "arg_types": ["email.policy.Policy", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clone of Policy", "ret_type": "email.policy.Policy", "type_guard": null, "variables": []}}}, "cte_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "email.policy.Policy.cte_type", "name": "cte_type", "type": "builtins.str"}}, "fold": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": ["is_decorated", "is_abstract"], "fullname": "email.policy.Policy.fold", "name": "fold", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": ["email.policy.Policy", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fold of Policy", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "fold", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": ["email.policy.Policy", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fold of Policy", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "fold_binary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": ["is_decorated", "is_abstract"], "fullname": "email.policy.Policy.fold_binary", "name": "fold_binary", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": ["email.policy.Policy", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fold_binary of Policy", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "fold_binary", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": ["email.policy.Policy", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fold_binary of Policy", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}, "handle_defect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "defect"], "flags": [], "fullname": "email.policy.Policy.handle_defect", "name": "handle_defect", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "defect"], "arg_types": ["email.policy.Policy", "email.message.Message", "email.errors.MessageDefect"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handle_defect of Policy", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "header_fetch_parse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": ["is_decorated", "is_abstract"], "fullname": "email.policy.Policy.header_fetch_parse", "name": "header_fetch_parse", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": ["email.policy.Policy", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "header_fetch_parse of Policy", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "header_fetch_parse", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": ["email.policy.Policy", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "header_fetch_parse of Policy", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "header_max_count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "email.policy.Policy.header_max_count", "name": "header_max_count", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["email.policy.Policy", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "header_max_count of Policy", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "header_source_parse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "sourcelines"], "flags": ["is_decorated", "is_abstract"], "fullname": "email.policy.Policy.header_source_parse", "name": "header_source_parse", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sourcelines"], "arg_types": ["email.policy.Policy", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "header_source_parse of Policy", "ret_type": {".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_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "header_source_parse", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sourcelines"], "arg_types": ["email.policy.Policy", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "header_source_parse of Policy", "ret_type": {".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_guard": null, "variables": []}}}}, "header_store_parse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": ["is_decorated", "is_abstract"], "fullname": "email.policy.Policy.header_store_parse", "name": "header_store_parse", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": ["email.policy.Policy", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "header_store_parse of Policy", "ret_type": {".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_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "header_store_parse", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": ["email.policy.Policy", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "header_store_parse of Policy", "ret_type": {".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_guard": null, "variables": []}}}}, "linesep": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "email.policy.Policy.linesep", "name": "linesep", "type": "builtins.str"}}, "mange_from": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "email.policy.Policy.mange_from", "name": "mange_from", "type": "builtins.bool"}}, "max_line_length": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "email.policy.Policy.max_line_length", "name": "max_line_length", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "raise_on_defect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "email.policy.Policy.raise_on_defect", "name": "raise_on_defect", "type": "builtins.bool"}}, "register_defect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "defect"], "flags": [], "fullname": "email.policy.Policy.register_defect", "name": "register_defect", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "defect"], "arg_types": ["email.policy.Policy", "email.message.Message", "email.errors.MessageDefect"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_defect of Policy", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SMTP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.policy.SMTP", "name": "SMTP", "type": "email.policy.EmailPolicy"}}, "SMTPUTF8": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.policy.SMTPUTF8", "name": "SMTPUTF8", "type": "email.policy.EmailPolicy"}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.policy.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.policy.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.policy.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.policy.__package__", "name": "__package__", "type": "builtins.str"}}, "abstractmethod": {".class": "SymbolTableNode", "cross_ref": "abc.abstractmethod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "compat32": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.policy.compat32", "name": "compat32", "type": "email.policy.Compat32"}}, "default": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.policy.default", "name": "default", "type": "email.policy.EmailPolicy"}}, "strict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "email.policy.strict", "name": "strict", "type": "email.policy.EmailPolicy"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/email/policy.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/email/policy.meta.json b/.mypy_cache/3.9/email/policy.meta.json deleted file mode 100644 index dd0416d86..000000000 --- a/.mypy_cache/3.9/email/policy.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 4, 5, 6, 1], "dep_prios": [5, 5, 5, 5, 5, 5, 5], "dependencies": ["abc", "email.contentmanager", "email.errors", "email.header", "email.message", "typing", "builtins"], "hash": "b0517b8ce61570bc3f8084b6ecaec2c4c15bcfad816d65ccfea54f4106a4cb1f", "id": "email.policy", "ignore_all": true, "interface_hash": "bb90e2f150961c7ce37fa37de72d649cf591e2881f97f517881a9c76860b614a", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/email/policy.pyi", "plugin_data": null, "size": 2159, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/enum.data.json b/.mypy_cache/3.9/enum.data.json deleted file mode 100644 index ca1a22c8b..000000000 --- a/.mypy_cache/3.9/enum.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "enum", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ABCMeta": {".class": "SymbolTableNode", "cross_ref": "abc.ABCMeta", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Enum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": "enum.EnumMeta", "defn": {".class": "ClassDef", "fullname": "enum.Enum", "name": "Enum", "type_vars": []}, "flags": ["is_enum"], "fullname": "enum.Enum", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "enum", "mro": ["enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "__dir__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "enum.Enum.__dir__", "name": "__dir__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["enum.Enum"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__dir__ of Enum", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "__format__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "format_spec"], "flags": [], "fullname": "enum.Enum.__format__", "name": "__format__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "format_spec"], "arg_types": ["enum.Enum", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__format__ of Enum", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "enum.Enum.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["enum.Enum"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of Enum", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "value"], "flags": [], "fullname": "enum.Enum.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "value"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Enum", "ret_type": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__order__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "enum.Enum.__order__", "name": "__order__", "type": "builtins.str"}}, "__reduce_ex__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "proto"], "flags": [], "fullname": "enum.Enum.__reduce_ex__", "name": "__reduce_ex__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "proto"], "arg_types": ["enum.Enum", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reduce_ex__ of Enum", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "enum.Enum.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["enum.Enum"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of Enum", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "enum.Enum.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["enum.Enum"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of Enum", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_generate_next_value_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["name", "start", "count", "last_values"], "flags": ["is_static", "is_decorated"], "fullname": "enum.Enum._generate_next_value_", "name": "_generate_next_value_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["name", "start", "count", "last_values"], "arg_types": ["builtins.str", "builtins.int", "builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_generate_next_value_ of Enum", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_generate_next_value_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["name", "start", "count", "last_values"], "arg_types": ["builtins.str", "builtins.int", "builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_generate_next_value_ of Enum", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "_ignore_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "enum.Enum._ignore_", "name": "_ignore_", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}]}}}, "_member_map_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "enum.Enum._member_map_", "name": "_member_map_", "type": {".class": "Instance", "args": ["builtins.str", "enum.Enum"], "type_ref": "builtins.dict"}}}, "_member_names_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "enum.Enum._member_names_", "name": "_member_names_", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "_missing_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "value"], "flags": ["is_class", "is_decorated"], "fullname": "enum.Enum._missing_", "name": "_missing_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "value"], "arg_types": [{".class": "TypeType", "item": "enum.Enum"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_missing_ of Enum", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "_missing_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "value"], "arg_types": [{".class": "TypeType", "item": "enum.Enum"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_missing_ of Enum", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "_name_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "enum.Enum._name_", "name": "_name_", "type": "builtins.str"}}, "_order_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "enum.Enum._order_", "name": "_order_", "type": "builtins.str"}}, "_value2member_map_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "enum.Enum._value2member_map_", "name": "_value2member_map_", "type": {".class": "Instance", "args": ["builtins.int", "enum.Enum"], "type_ref": "builtins.dict"}}}, "_value_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "enum.Enum._value_", "name": "_value_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "enum.Enum.name", "name": "name", "type": "builtins.str"}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "enum.Enum.value", "name": "value", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EnumMeta": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["abc.ABCMeta"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "enum.EnumMeta", "name": "EnumMeta", "type_vars": []}, "flags": [], "fullname": "enum.EnumMeta", "metaclass_type": null, "metadata": {}, "module_name": "enum", "mro": ["enum.EnumMeta", "abc.ABCMeta", "builtins.type", "builtins.object"], "names": {".class": "SymbolTable", "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "member"], "flags": [], "fullname": "enum.EnumMeta.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of EnumMeta", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "enum.EnumMeta.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of EnumMeta", "ret_type": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "enum.EnumMeta.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of EnumMeta", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "enum.EnumMeta.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["enum.EnumMeta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of EnumMeta", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__members__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "enum.EnumMeta.__members__", "name": "__members__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__members__ of EnumMeta", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "__members__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__members__ of EnumMeta", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "__reversed__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "enum.EnumMeta.__reversed__", "name": "__reversed__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reversed__ of EnumMeta", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Flag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "enum.Flag", "name": "Flag", "type_vars": []}, "flags": ["is_enum"], "fullname": "enum.Flag", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "enum", "mro": ["enum.Flag", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "__and__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "enum.Flag.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of Flag", "ret_type": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__bool__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "enum.Flag.__bool__", "name": "__bool__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["enum.Flag"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__bool__ of Flag", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "enum.Flag.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of Flag", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__invert__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "enum.Flag.__invert__", "name": "__invert__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__invert__ of Flag", "ret_type": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "enum.Flag.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of Flag", "ret_type": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "enum.Flag.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["enum.Flag"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of Flag", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "enum.Flag.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["enum.Flag"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of Flag", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "enum.Flag.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of Flag", "ret_type": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IntEnum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.int", "enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "enum.IntEnum", "name": "IntEnum", "type_vars": []}, "flags": ["is_enum"], "fullname": "enum.IntEnum", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "enum", "mro": ["enum.IntEnum", "builtins.int", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "value"], "flags": [], "fullname": "enum.IntEnum.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "value"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of IntEnum", "ret_type": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "enum.IntEnum.value", "name": "value", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IntFlag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.int", "enum.Flag"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "enum.IntFlag", "name": "IntFlag", "type_vars": []}, "flags": ["is_enum"], "fullname": "enum.IntFlag", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "enum", "mro": ["enum.IntFlag", "builtins.int", "enum.Flag", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "__and__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "enum.IntFlag.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of IntFlag", "ret_type": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "value"], "flags": [], "fullname": "enum.IntFlag.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "value"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of IntFlag", "ret_type": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "enum.IntFlag.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of IntFlag", "ret_type": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__rand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "enum.IntFlag.__rand__", "name": "__rand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__ror__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "enum.IntFlag.__ror__", "name": "__ror__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__rxor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "enum.IntFlag.__rxor__", "name": "__rxor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "enum.IntFlag.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of IntFlag", "ret_type": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "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}, "_S": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "enum._S", "name": "_S", "upper_bound": {".class": "TypeType", "item": "enum.Enum"}, "values": [], "variance": 0}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "enum._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "enum.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "enum.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "enum.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "enum.__package__", "name": "__package__", "type": "builtins.str"}}, "_auto_null": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "enum._auto_null", "name": "_auto_null", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "_builtins_property": {".class": "SymbolTableNode", "cross_ref": "builtins.property", "kind": "Gdef", "module_hidden": true, "module_public": false}, "auto": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.IntFlag"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "enum.auto", "name": "auto", "type_vars": []}, "flags": ["is_enum"], "fullname": "enum.auto", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "enum", "mro": ["enum.auto", "enum.IntFlag", "builtins.int", "enum.Flag", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": [], "fullname": "enum.auto.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of auto", "ret_type": {".class": "TypeVarType", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "enum._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "enum.auto.value", "name": "value", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "unique": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["enumeration"], "flags": [], "fullname": "enum.unique", "name": "unique", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["enumeration"], "arg_types": [{".class": "TypeVarType", "fullname": "enum._S", "id": -1, "name": "_S", "upper_bound": {".class": "TypeType", "item": "enum.Enum"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unique", "ret_type": {".class": "TypeVarType", "fullname": "enum._S", "id": -1, "name": "_S", "upper_bound": {".class": "TypeType", "item": "enum.Enum"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "enum._S", "id": -1, "name": "_S", "upper_bound": {".class": "TypeType", "item": "enum.Enum"}, "values": [], "variance": 0}]}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/enum.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/enum.meta.json b/.mypy_cache/3.9/enum.meta.json deleted file mode 100644 index faf543a09..000000000 --- a/.mypy_cache/3.9/enum.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 3, 4], "dep_prios": [10, 5, 5, 5], "dependencies": ["sys", "abc", "builtins", "typing"], "hash": "7fbbdc724425d7f86b7a6fd709b1d6bf9fa1292fb04fd4644487b25b0b63d3b4", "id": "enum", "ignore_all": true, "interface_hash": "6c50244305dc710a31f812497aea9b177cd1c0db4e5b1d67dd1717e2573cd5db", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/enum.pyi", "plugin_data": null, "size": 3431, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/errno.data.json b/.mypy_cache/3.9/errno.data.json deleted file mode 100644 index c449e87b6..000000000 --- a/.mypy_cache/3.9/errno.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "errno", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "E2BIG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.E2BIG", "name": "E2BIG", "type": "builtins.int"}}, "EACCES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EACCES", "name": "EACCES", "type": "builtins.int"}}, "EADDRINUSE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EADDRINUSE", "name": "EADDRINUSE", "type": "builtins.int"}}, "EADDRNOTAVAIL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EADDRNOTAVAIL", "name": "EADDRNOTAVAIL", "type": "builtins.int"}}, "EADV": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EADV", "name": "EADV", "type": "builtins.int"}}, "EAFNOSUPPORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EAFNOSUPPORT", "name": "EAFNOSUPPORT", "type": "builtins.int"}}, "EAGAIN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EAGAIN", "name": "EAGAIN", "type": "builtins.int"}}, "EALREADY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EALREADY", "name": "EALREADY", "type": "builtins.int"}}, "EBADE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EBADE", "name": "EBADE", "type": "builtins.int"}}, "EBADF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EBADF", "name": "EBADF", "type": "builtins.int"}}, "EBADFD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EBADFD", "name": "EBADFD", "type": "builtins.int"}}, "EBADMSG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EBADMSG", "name": "EBADMSG", "type": "builtins.int"}}, "EBADR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EBADR", "name": "EBADR", "type": "builtins.int"}}, "EBADRQC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EBADRQC", "name": "EBADRQC", "type": "builtins.int"}}, "EBADSLT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EBADSLT", "name": "EBADSLT", "type": "builtins.int"}}, "EBFONT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EBFONT", "name": "EBFONT", "type": "builtins.int"}}, "EBUSY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EBUSY", "name": "EBUSY", "type": "builtins.int"}}, "ECANCELED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ECANCELED", "name": "ECANCELED", "type": "builtins.int"}}, "ECHILD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ECHILD", "name": "ECHILD", "type": "builtins.int"}}, "ECHRNG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ECHRNG", "name": "ECHRNG", "type": "builtins.int"}}, "ECOMM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ECOMM", "name": "ECOMM", "type": "builtins.int"}}, "ECONNABORTED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ECONNABORTED", "name": "ECONNABORTED", "type": "builtins.int"}}, "ECONNREFUSED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ECONNREFUSED", "name": "ECONNREFUSED", "type": "builtins.int"}}, "ECONNRESET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ECONNRESET", "name": "ECONNRESET", "type": "builtins.int"}}, "EDEADLCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EDEADLCK", "name": "EDEADLCK", "type": "builtins.int"}}, "EDEADLOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EDEADLOCK", "name": "EDEADLOCK", "type": "builtins.int"}}, "EDESTADDRREQ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EDESTADDRREQ", "name": "EDESTADDRREQ", "type": "builtins.int"}}, "EDOM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EDOM", "name": "EDOM", "type": "builtins.int"}}, "EDOTDOT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EDOTDOT", "name": "EDOTDOT", "type": "builtins.int"}}, "EDQUOT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EDQUOT", "name": "EDQUOT", "type": "builtins.int"}}, "EEXIST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EEXIST", "name": "EEXIST", "type": "builtins.int"}}, "EFAULT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EFAULT", "name": "EFAULT", "type": "builtins.int"}}, "EFBIG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EFBIG", "name": "EFBIG", "type": "builtins.int"}}, "EHOSTDOWN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EHOSTDOWN", "name": "EHOSTDOWN", "type": "builtins.int"}}, "EHOSTUNREACH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EHOSTUNREACH", "name": "EHOSTUNREACH", "type": "builtins.int"}}, "EIDRM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EIDRM", "name": "EIDRM", "type": "builtins.int"}}, "EILSEQ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EILSEQ", "name": "EILSEQ", "type": "builtins.int"}}, "EINPROGRESS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EINPROGRESS", "name": "EINPROGRESS", "type": "builtins.int"}}, "EINTR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EINTR", "name": "EINTR", "type": "builtins.int"}}, "EINVAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EINVAL", "name": "EINVAL", "type": "builtins.int"}}, "EIO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EIO", "name": "EIO", "type": "builtins.int"}}, "EISCONN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EISCONN", "name": "EISCONN", "type": "builtins.int"}}, "EISDIR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EISDIR", "name": "EISDIR", "type": "builtins.int"}}, "EISNAM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EISNAM", "name": "EISNAM", "type": "builtins.int"}}, "EKEYEXPIRED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EKEYEXPIRED", "name": "EKEYEXPIRED", "type": "builtins.int"}}, "EKEYREJECTED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EKEYREJECTED", "name": "EKEYREJECTED", "type": "builtins.int"}}, "EKEYREVOKED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EKEYREVOKED", "name": "EKEYREVOKED", "type": "builtins.int"}}, "EL2HLT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EL2HLT", "name": "EL2HLT", "type": "builtins.int"}}, "EL2NSYNC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EL2NSYNC", "name": "EL2NSYNC", "type": "builtins.int"}}, "EL3HLT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EL3HLT", "name": "EL3HLT", "type": "builtins.int"}}, "EL3RST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EL3RST", "name": "EL3RST", "type": "builtins.int"}}, "ELIBACC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ELIBACC", "name": "ELIBACC", "type": "builtins.int"}}, "ELIBBAD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ELIBBAD", "name": "ELIBBAD", "type": "builtins.int"}}, "ELIBEXEC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ELIBEXEC", "name": "ELIBEXEC", "type": "builtins.int"}}, "ELIBMAX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ELIBMAX", "name": "ELIBMAX", "type": "builtins.int"}}, "ELIBSCN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ELIBSCN", "name": "ELIBSCN", "type": "builtins.int"}}, "ELNRNG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ELNRNG", "name": "ELNRNG", "type": "builtins.int"}}, "ELOOP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ELOOP", "name": "ELOOP", "type": "builtins.int"}}, "EMEDIUMTYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EMEDIUMTYPE", "name": "EMEDIUMTYPE", "type": "builtins.int"}}, "EMFILE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EMFILE", "name": "EMFILE", "type": "builtins.int"}}, "EMLINK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EMLINK", "name": "EMLINK", "type": "builtins.int"}}, "EMSGSIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EMSGSIZE", "name": "EMSGSIZE", "type": "builtins.int"}}, "EMULTIHOP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EMULTIHOP", "name": "EMULTIHOP", "type": "builtins.int"}}, "ENAMETOOLONG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENAMETOOLONG", "name": "ENAMETOOLONG", "type": "builtins.int"}}, "ENAVAIL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENAVAIL", "name": "ENAVAIL", "type": "builtins.int"}}, "ENETDOWN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENETDOWN", "name": "ENETDOWN", "type": "builtins.int"}}, "ENETRESET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENETRESET", "name": "ENETRESET", "type": "builtins.int"}}, "ENETUNREACH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENETUNREACH", "name": "ENETUNREACH", "type": "builtins.int"}}, "ENFILE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENFILE", "name": "ENFILE", "type": "builtins.int"}}, "ENOANO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOANO", "name": "ENOANO", "type": "builtins.int"}}, "ENOBUFS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOBUFS", "name": "ENOBUFS", "type": "builtins.int"}}, "ENOCSI": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOCSI", "name": "ENOCSI", "type": "builtins.int"}}, "ENODATA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENODATA", "name": "ENODATA", "type": "builtins.int"}}, "ENODEV": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENODEV", "name": "ENODEV", "type": "builtins.int"}}, "ENOENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOENT", "name": "ENOENT", "type": "builtins.int"}}, "ENOEXEC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOEXEC", "name": "ENOEXEC", "type": "builtins.int"}}, "ENOKEY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOKEY", "name": "ENOKEY", "type": "builtins.int"}}, "ENOLCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOLCK", "name": "ENOLCK", "type": "builtins.int"}}, "ENOLINK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOLINK", "name": "ENOLINK", "type": "builtins.int"}}, "ENOMEDIUM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOMEDIUM", "name": "ENOMEDIUM", "type": "builtins.int"}}, "ENOMEM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOMEM", "name": "ENOMEM", "type": "builtins.int"}}, "ENOMSG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOMSG", "name": "ENOMSG", "type": "builtins.int"}}, "ENONET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENONET", "name": "ENONET", "type": "builtins.int"}}, "ENOPKG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOPKG", "name": "ENOPKG", "type": "builtins.int"}}, "ENOPROTOOPT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOPROTOOPT", "name": "ENOPROTOOPT", "type": "builtins.int"}}, "ENOSPC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOSPC", "name": "ENOSPC", "type": "builtins.int"}}, "ENOSR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOSR", "name": "ENOSR", "type": "builtins.int"}}, "ENOSTR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOSTR", "name": "ENOSTR", "type": "builtins.int"}}, "ENOSYS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOSYS", "name": "ENOSYS", "type": "builtins.int"}}, "ENOTBLK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOTBLK", "name": "ENOTBLK", "type": "builtins.int"}}, "ENOTCONN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOTCONN", "name": "ENOTCONN", "type": "builtins.int"}}, "ENOTDIR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOTDIR", "name": "ENOTDIR", "type": "builtins.int"}}, "ENOTEMPTY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOTEMPTY", "name": "ENOTEMPTY", "type": "builtins.int"}}, "ENOTNAM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOTNAM", "name": "ENOTNAM", "type": "builtins.int"}}, "ENOTRECOVERABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOTRECOVERABLE", "name": "ENOTRECOVERABLE", "type": "builtins.int"}}, "ENOTSOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOTSOCK", "name": "ENOTSOCK", "type": "builtins.int"}}, "ENOTSUP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOTSUP", "name": "ENOTSUP", "type": "builtins.int"}}, "ENOTTY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOTTY", "name": "ENOTTY", "type": "builtins.int"}}, "ENOTUNIQ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENOTUNIQ", "name": "ENOTUNIQ", "type": "builtins.int"}}, "ENXIO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ENXIO", "name": "ENXIO", "type": "builtins.int"}}, "EOPNOTSUPP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EOPNOTSUPP", "name": "EOPNOTSUPP", "type": "builtins.int"}}, "EOVERFLOW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EOVERFLOW", "name": "EOVERFLOW", "type": "builtins.int"}}, "EOWNERDEAD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EOWNERDEAD", "name": "EOWNERDEAD", "type": "builtins.int"}}, "EPERM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EPERM", "name": "EPERM", "type": "builtins.int"}}, "EPFNOSUPPORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EPFNOSUPPORT", "name": "EPFNOSUPPORT", "type": "builtins.int"}}, "EPIPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EPIPE", "name": "EPIPE", "type": "builtins.int"}}, "EPROTO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EPROTO", "name": "EPROTO", "type": "builtins.int"}}, "EPROTONOSUPPORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EPROTONOSUPPORT", "name": "EPROTONOSUPPORT", "type": "builtins.int"}}, "EPROTOTYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EPROTOTYPE", "name": "EPROTOTYPE", "type": "builtins.int"}}, "ERANGE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ERANGE", "name": "ERANGE", "type": "builtins.int"}}, "EREMCHG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EREMCHG", "name": "EREMCHG", "type": "builtins.int"}}, "EREMOTE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EREMOTE", "name": "EREMOTE", "type": "builtins.int"}}, "EREMOTEIO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EREMOTEIO", "name": "EREMOTEIO", "type": "builtins.int"}}, "ERESTART": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ERESTART", "name": "ERESTART", "type": "builtins.int"}}, "ERFKILL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ERFKILL", "name": "ERFKILL", "type": "builtins.int"}}, "EROFS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EROFS", "name": "EROFS", "type": "builtins.int"}}, "ESHUTDOWN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ESHUTDOWN", "name": "ESHUTDOWN", "type": "builtins.int"}}, "ESOCKTNOSUPPORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ESOCKTNOSUPPORT", "name": "ESOCKTNOSUPPORT", "type": "builtins.int"}}, "ESPIPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ESPIPE", "name": "ESPIPE", "type": "builtins.int"}}, "ESRCH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ESRCH", "name": "ESRCH", "type": "builtins.int"}}, "ESRMNT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ESRMNT", "name": "ESRMNT", "type": "builtins.int"}}, "ESTALE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ESTALE", "name": "ESTALE", "type": "builtins.int"}}, "ESTRPIPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ESTRPIPE", "name": "ESTRPIPE", "type": "builtins.int"}}, "ETIME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ETIME", "name": "ETIME", "type": "builtins.int"}}, "ETIMEDOUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ETIMEDOUT", "name": "ETIMEDOUT", "type": "builtins.int"}}, "ETOOMANYREFS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ETOOMANYREFS", "name": "ETOOMANYREFS", "type": "builtins.int"}}, "ETXTBSY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.ETXTBSY", "name": "ETXTBSY", "type": "builtins.int"}}, "EUCLEAN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EUCLEAN", "name": "EUCLEAN", "type": "builtins.int"}}, "EUNATCH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EUNATCH", "name": "EUNATCH", "type": "builtins.int"}}, "EUSERS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EUSERS", "name": "EUSERS", "type": "builtins.int"}}, "EWOULDBLOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EWOULDBLOCK", "name": "EWOULDBLOCK", "type": "builtins.int"}}, "EXDEV": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EXDEV", "name": "EXDEV", "type": "builtins.int"}}, "EXFULL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.EXFULL", "name": "EXFULL", "type": "builtins.int"}}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.__package__", "name": "__package__", "type": "builtins.str"}}, "errorcode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "errno.errorcode", "name": "errorcode", "type": {".class": "Instance", "args": ["builtins.int", "builtins.str"], "type_ref": "typing.Mapping"}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/errno.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/errno.meta.json b/.mypy_cache/3.9/errno.meta.json deleted file mode 100644 index 52ad92ad2..000000000 --- a/.mypy_cache/3.9/errno.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 5, 30], "dependencies": ["typing", "builtins", "abc"], "hash": "2838e525392dd6c75caf01a02e43cc6654b0cf50e9d1792de8fa849ea70b6566", "id": "errno", "ignore_all": true, "interface_hash": "0ff391089a6f267a7eaa62c2a4bcbabcbbb98a4061dca2158d44ad2714ce0958", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/errno.pyi", "plugin_data": null, "size": 2011, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/fnmatch.data.json b/.mypy_cache/3.9/fnmatch.data.json deleted file mode 100644 index 2b24cd9a4..000000000 --- a/.mypy_cache/3.9/fnmatch.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "fnmatch", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "fnmatch.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "fnmatch.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "fnmatch.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "fnmatch.__package__", "name": "__package__", "type": "builtins.str"}}, "filter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["names", "pat"], "flags": [], "fullname": "fnmatch.filter", "name": "filter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["names", "pat"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "filter", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "fnmatch": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["name", "pat"], "flags": [], "fullname": "fnmatch.fnmatch", "name": "fnmatch", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["name", "pat"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fnmatch", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "fnmatchcase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["name", "pat"], "flags": [], "fullname": "fnmatch.fnmatchcase", "name": "fnmatchcase", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["name", "pat"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fnmatchcase", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "translate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pat"], "flags": [], "fullname": "fnmatch.translate", "name": "translate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pat"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "translate", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/fnmatch.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/fnmatch.meta.json b/.mypy_cache/3.9/fnmatch.meta.json deleted file mode 100644 index a89e2a1cf..000000000 --- a/.mypy_cache/3.9/fnmatch.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1], "dep_prios": [5, 5], "dependencies": ["typing", "builtins"], "hash": "fec1f6335c31b9416bc916033bf2b6797b71c493d24471d146ecf69f352a7fa6", "id": "fnmatch", "ignore_all": true, "interface_hash": "202e8120ceaba2876b9f1290967548bfd747c49692e1c31dd1005fd3c2eaab5c", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/fnmatch.pyi", "plugin_data": null, "size": 257, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/functools.data.json b/.mypy_cache/3.9/functools.data.json deleted file mode 100644 index f1cea634c..000000000 --- a/.mypy_cache/3.9/functools.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "functools", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "GenericAlias": {".class": "SymbolTableNode", "cross_ref": "types.GenericAlias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Hashable": {".class": "SymbolTableNode", "cross_ref": "typing.Hashable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sized": {".class": "SymbolTableNode", "cross_ref": "typing.Sized", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsItems": {".class": "SymbolTableNode", "cross_ref": "_typeshed.SupportsItems", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsLessThan": {".class": "SymbolTableNode", "cross_ref": "_typeshed.SupportsLessThan", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "WRAPPER_ASSIGNMENTS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "functools.WRAPPER_ASSIGNMENTS", "name": "WRAPPER_ASSIGNMENTS", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}}}, "WRAPPER_UPDATES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "functools.WRAPPER_UPDATES", "name": "WRAPPER_UPDATES", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}}}, "_AnyCallable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "functools._AnyCallable", "line": 26, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}}}, "_CacheInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "functools._CacheInfo", "name": "_CacheInfo", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "functools._CacheInfo", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["hits", "misses", "maxsize", "currsize"]}}, "module_name": "functools", "mro": ["functools._CacheInfo", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "functools._CacheInfo._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "functools._CacheInfo.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "functools._CacheInfo.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["_cls", "hits", "misses", "maxsize", "currsize"], "flags": [], "fullname": "functools._CacheInfo.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["_cls", "hits", "misses", "maxsize", "currsize"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "functools._CacheInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _CacheInfo", "ret_type": {".class": "TypeVarType", "fullname": "functools._CacheInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "functools._CacheInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "functools._CacheInfo._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "functools._CacheInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of _CacheInfo", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "functools._CacheInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "functools._CacheInfo._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "functools._CacheInfo._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "functools._CacheInfo._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "functools._CacheInfo._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "functools._CacheInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _CacheInfo", "ret_type": {".class": "TypeVarType", "fullname": "functools._CacheInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "functools._CacheInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "functools._CacheInfo._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "functools._CacheInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _CacheInfo", "ret_type": {".class": "TypeVarType", "fullname": "functools._CacheInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "functools._CacheInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["_self", "hits", "misses", "maxsize", "currsize"], "flags": [], "fullname": "functools._CacheInfo._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["_self", "hits", "misses", "maxsize", "currsize"], "arg_types": [{".class": "TypeVarType", "fullname": "functools._CacheInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of _CacheInfo", "ret_type": {".class": "TypeVarType", "fullname": "functools._CacheInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "functools._CacheInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "functools._CacheInfo._source", "name": "_source", "type": "builtins.str"}}, "currsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "functools._CacheInfo.currsize", "name": "currsize", "type": "builtins.int"}}, "currsize-redefinition": {".class": "SymbolTableNode", "cross_ref": "functools._CacheInfo.currsize", "kind": "Mdef"}, "hits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "functools._CacheInfo.hits", "name": "hits", "type": "builtins.int"}}, "hits-redefinition": {".class": "SymbolTableNode", "cross_ref": "functools._CacheInfo.hits", "kind": "Mdef"}, "maxsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "functools._CacheInfo.maxsize", "name": "maxsize", "type": "builtins.int"}}, "maxsize-redefinition": {".class": "SymbolTableNode", "cross_ref": "functools._CacheInfo.maxsize", "kind": "Mdef"}, "misses": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "functools._CacheInfo.misses", "name": "misses", "type": "builtins.int"}}, "misses-redefinition": {".class": "SymbolTableNode", "cross_ref": "functools._CacheInfo.misses", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "_Descriptor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "functools._Descriptor", "line": 75, "no_args": false, "normalized": false, "target": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}}}, "_S": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "functools._S", "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_SingleDispatchCallable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "functools._SingleDispatchCallable", "name": "_SingleDispatchCallable", "type_vars": [{".class": "TypeVarDef", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "functools._SingleDispatchCallable", "metaclass_type": null, "metadata": {}, "module_name": "functools", "mro": ["functools._SingleDispatchCallable", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "functools._SingleDispatchCallable.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools._SingleDispatchCallable"}, {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SingleDispatchCallable", "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "_clear_cache": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "functools._SingleDispatchCallable._clear_cache", "name": "_clear_cache", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools._SingleDispatchCallable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_clear_cache of _SingleDispatchCallable", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dispatch": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "cls"], "flags": [], "fullname": "functools._SingleDispatchCallable.dispatch", "name": "dispatch", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "cls"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools._SingleDispatchCallable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dispatch of _SingleDispatchCallable", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "register": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "functools._SingleDispatchCallable.register", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "cls", "func"], "flags": ["is_overload", "is_decorated"], "fullname": "functools._SingleDispatchCallable.register", "name": "register", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "cls", "func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools._SingleDispatchCallable"}, {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register of _SingleDispatchCallable", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "register", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "cls", "func"], "flags": ["is_overload", "is_decorated"], "fullname": "functools._SingleDispatchCallable.register", "name": "register", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "cls", "func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools._SingleDispatchCallable"}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register of _SingleDispatchCallable", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "register", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "cls", "func"], "flags": ["is_overload", "is_decorated"], "fullname": "functools._SingleDispatchCallable.register", "name": "register", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "cls", "func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools._SingleDispatchCallable"}, {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register of _SingleDispatchCallable", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "register", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "cls", "func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools._SingleDispatchCallable"}, {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register of _SingleDispatchCallable", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "cls", "func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools._SingleDispatchCallable"}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register of _SingleDispatchCallable", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "cls", "func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools._SingleDispatchCallable"}, {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register of _SingleDispatchCallable", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}]}}}, "registry": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "functools._SingleDispatchCallable.registry", "name": "registry", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "type_ref": "typing.Mapping"}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "functools._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "functools.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "functools.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "functools.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "functools.__package__", "name": "__package__", "type": "builtins.str"}}, "_lru_cache_wrapper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "functools._lru_cache_wrapper", "name": "_lru_cache_wrapper", "type_vars": [{".class": "TypeVarDef", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "functools._lru_cache_wrapper", "metaclass_type": null, "metadata": {}, "module_name": "functools", "mro": ["functools._lru_cache_wrapper", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "functools._lru_cache_wrapper.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools._lru_cache_wrapper"}, "typing.Hashable", "typing.Hashable"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _lru_cache_wrapper", "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "__wrapped__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "functools._lru_cache_wrapper.__wrapped__", "name": "__wrapped__", "type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "cache_clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "functools._lru_cache_wrapper.cache_clear", "name": "cache_clear", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools._lru_cache_wrapper"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cache_clear of _lru_cache_wrapper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cache_info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "functools._lru_cache_wrapper.cache_info", "name": "cache_info", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools._lru_cache_wrapper"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cache_info of _lru_cache_wrapper", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "functools._CacheInfo"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "_make_key": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["args", "kwds", "typed", "kwd_mark", "fasttypes", "tuple", "type", "len"], "flags": [], "fullname": "functools._make_key", "name": "_make_key", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["args", "kwds", "typed", "kwd_mark", "fasttypes", "tuple", "type", "len"], "arg_types": [{".class": "Instance", "args": ["typing.Hashable"], "type_ref": "builtins.tuple"}, {".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": "_typeshed.SupportsItems"}, "builtins.bool", {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["builtins.type"], "type_ref": "builtins.set"}, "builtins.type", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.Sized"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make_key", "ret_type": "typing.Hashable", "type_guard": null, "variables": []}}}, "cache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__user_function"], "flags": [], "fullname": "functools.cache", "name": "cache", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cache", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools._lru_cache_wrapper"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "cached_property": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "functools.cached_property", "name": "cached_property", "type_vars": [{".class": "TypeVarDef", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "functools.cached_property", "metaclass_type": null, "metadata": {}, "module_name": "functools", "mro": ["functools.cached_property", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "functools.cached_property.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.cached_property"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of cached_property", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__get__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "functools.cached_property.__get__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "instance", "owner"], "flags": ["is_overload", "is_decorated"], "fullname": "functools.cached_property.__get__", "name": "__get__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "instance", "owner"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.cached_property"}, {".class": "NoneType"}, {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__get__ of cached_property", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.cached_property"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__get__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "instance", "owner"], "flags": ["is_overload", "is_decorated"], "fullname": "functools.cached_property.__get__", "name": "__get__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "instance", "owner"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.cached_property"}, "builtins.object", {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__get__ of cached_property", "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__get__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "instance", "owner"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.cached_property"}, {".class": "NoneType"}, {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__get__ of cached_property", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.cached_property"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "instance", "owner"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.cached_property"}, "builtins.object", {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__get__ of cached_property", "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "func"], "flags": [], "fullname": "functools.cached_property.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.cached_property"}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of cached_property", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__set_name__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "owner", "name"], "flags": [], "fullname": "functools.cached_property.__set_name__", "name": "__set_name__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "owner", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.cached_property"}, {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__set_name__ of cached_property", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "attrname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "functools.cached_property.attrname", "name": "attrname", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "func": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "functools.cached_property.func", "name": "func", "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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "cmp_to_key": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mycmp"], "flags": [], "fullname": "functools.cmp_to_key", "name": "cmp_to_key", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mycmp"], "arg_types": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cmp_to_key", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_typeshed.SupportsLessThan", "type_guard": null, "variables": []}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "lru_cache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "functools.lru_cache", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1, 1], "arg_names": ["maxsize", "typed"], "flags": ["is_overload", "is_decorated"], "fullname": "functools.lru_cache", "name": "lru_cache", "type": {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["maxsize", "typed"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lru_cache", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools._lru_cache_wrapper"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "lru_cache", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["maxsize", "typed"], "flags": ["is_overload", "is_decorated"], "fullname": "functools.lru_cache", "name": "lru_cache", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["maxsize", "typed"], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lru_cache", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools._lru_cache_wrapper"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "lru_cache", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["maxsize", "typed"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lru_cache", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools._lru_cache_wrapper"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["maxsize", "typed"], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lru_cache", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools._lru_cache_wrapper"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "partial": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "functools.partial", "name": "partial", "type_vars": [{".class": "TypeVarDef", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "functools.partial", "metaclass_type": null, "metadata": {}, "module_name": "functools", "mro": ["functools.partial", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "functools.partial.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.partial"}, {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of partial", "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "functools.partial.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.partial"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of partial", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "func", "args", "kwargs"], "flags": [], "fullname": "functools.partial.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "func", "args", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.partial"}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of partial", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "functools.partial.args", "name": "args", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}}}, "func": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "functools.partial.func", "name": "func", "type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "keywords": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "functools.partial.keywords", "name": "keywords", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "partialmethod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "functools.partialmethod", "name": "partialmethod", "type_vars": [{".class": "TypeVarDef", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "functools.partialmethod", "metaclass_type": null, "metadata": {}, "module_name": "functools", "mro": ["functools.partialmethod", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "functools.partialmethod.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.partialmethod"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of partialmethod", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__get__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "cls"], "flags": [], "fullname": "functools.partialmethod.__get__", "name": "__get__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "cls"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.partialmethod"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__get__ of partialmethod", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "functools.partialmethod.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "__func", "args", "keywords"], "flags": ["is_overload", "is_decorated"], "fullname": "functools.partialmethod.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", null, "args", "keywords"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.partialmethod"}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of partialmethod", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "__func", "args", "keywords"], "flags": ["is_overload", "is_decorated"], "fullname": "functools.partialmethod.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", null, "args", "keywords"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.partialmethod"}, {".class": "TypeAliasType", "args": [], "type_ref": "functools._Descriptor"}, {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of partialmethod", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", null, "args", "keywords"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.partialmethod"}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of partialmethod", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", null, "args", "keywords"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.partialmethod"}, {".class": "TypeAliasType", "args": [], "type_ref": "functools._Descriptor"}, {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of partialmethod", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__isabstractmethod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "functools.partialmethod.__isabstractmethod__", "name": "__isabstractmethod__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.partialmethod"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__isabstractmethod__ of partialmethod", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "__isabstractmethod__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.partialmethod"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__isabstractmethod__ of partialmethod", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "functools.partialmethod.args", "name": "args", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}}}, "func": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "functools.partialmethod.func", "name": "func", "type": {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "TypeAliasType", "args": [], "type_ref": "functools._Descriptor"}]}}}, "keywords": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "functools.partialmethod.keywords", "name": "keywords", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "reduce": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "functools.reduce", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["function", "sequence", "initial"], "flags": ["is_overload", "is_decorated"], "fullname": "functools.reduce", "name": "reduce", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["function", "sequence", "initial"], "arg_types": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "functools._S", "id": -2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._S", "id": -2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reduce", "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "functools._S", "id": -2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "reduce", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["function", "sequence"], "flags": ["is_overload", "is_decorated"], "fullname": "functools.reduce", "name": "reduce", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["function", "sequence"], "arg_types": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reduce", "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "reduce", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["function", "sequence", "initial"], "arg_types": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "functools._S", "id": -2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._S", "id": -2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reduce", "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "functools._S", "id": -2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["function", "sequence"], "arg_types": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reduce", "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "singledispatch": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "functools.singledispatch", "name": "singledispatch", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["func"], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "singledispatch", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools._SingleDispatchCallable"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "singledispatchmethod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "functools.singledispatchmethod", "name": "singledispatchmethod", "type_vars": [{".class": "TypeVarDef", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "functools.singledispatchmethod", "metaclass_type": null, "metadata": {}, "module_name": "functools", "mro": ["functools.singledispatchmethod", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "functools.singledispatchmethod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.singledispatchmethod"}, {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of singledispatchmethod", "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "func"], "flags": [], "fullname": "functools.singledispatchmethod.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.singledispatchmethod"}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of singledispatchmethod", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dispatcher": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "functools.singledispatchmethod.dispatcher", "name": "dispatcher", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools._SingleDispatchCallable"}}}, "func": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "functools.singledispatchmethod.func", "name": "func", "type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "register": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "functools.singledispatchmethod.register", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "cls", "method"], "flags": ["is_overload", "is_decorated"], "fullname": "functools.singledispatchmethod.register", "name": "register", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "cls", "method"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.singledispatchmethod"}, {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register of singledispatchmethod", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "register", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "cls", "method"], "flags": ["is_overload", "is_decorated"], "fullname": "functools.singledispatchmethod.register", "name": "register", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "cls", "method"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.singledispatchmethod"}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register of singledispatchmethod", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "register", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "cls", "method"], "flags": ["is_overload", "is_decorated"], "fullname": "functools.singledispatchmethod.register", "name": "register", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "cls", "method"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.singledispatchmethod"}, {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register of singledispatchmethod", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "register", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "cls", "method"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.singledispatchmethod"}, {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register of singledispatchmethod", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "cls", "method"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.singledispatchmethod"}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register of singledispatchmethod", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "cls", "method"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "functools.singledispatchmethod"}, {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register of singledispatchmethod", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "total_ordering": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": [], "fullname": "functools.total_ordering", "name": "total_ordering", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "total_ordering", "ret_type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "update_wrapper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["wrapper", "wrapped", "assigned", "updated"], "flags": [], "fullname": "functools.update_wrapper", "name": "update_wrapper", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["wrapper", "wrapped", "assigned", "updated"], "arg_types": [{".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "functools._AnyCallable"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update_wrapper", "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "wraps": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["wrapped", "assigned", "updated"], "flags": [], "fullname": "functools.wraps", "name": "wraps", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["wrapped", "assigned", "updated"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "functools._AnyCallable"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wraps", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "functools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/functools.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/functools.meta.json b/.mypy_cache/3.9/functools.meta.json deleted file mode 100644 index b44f021bc..000000000 --- a/.mypy_cache/3.9/functools.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 3, 24, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30], "dependencies": ["sys", "_typeshed", "typing", "types", "builtins", "abc"], "hash": "b239d94f04a9c9ae5e87d07cc423c5ac8364c7d7e52d53e8205a8c5d33c27c16", "id": "functools", "ignore_all": true, "interface_hash": "422d248d16968845b18953f279afc9d7a6449f628385cd68fec16ffeed452e9a", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/functools.pyi", "plugin_data": null, "size": 5350, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/gc.data.json b/.mypy_cache/3.9/gc.data.json deleted file mode 100644 index 305e4f30e..000000000 --- a/.mypy_cache/3.9/gc.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "gc", "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}, "DEBUG_COLLECTABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "gc.DEBUG_COLLECTABLE", "name": "DEBUG_COLLECTABLE", "type": "builtins.int"}}, "DEBUG_LEAK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "gc.DEBUG_LEAK", "name": "DEBUG_LEAK", "type": "builtins.int"}}, "DEBUG_SAVEALL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "gc.DEBUG_SAVEALL", "name": "DEBUG_SAVEALL", "type": "builtins.int"}}, "DEBUG_STATS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "gc.DEBUG_STATS", "name": "DEBUG_STATS", "type": "builtins.int"}}, "DEBUG_UNCOLLECTABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "gc.DEBUG_UNCOLLECTABLE", "name": "DEBUG_UNCOLLECTABLE", "type": "builtins.int"}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "gc.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "gc.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "gc.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "gc.__package__", "name": "__package__", "type": "builtins.str"}}, "callbacks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "gc.callbacks", "name": "callbacks", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}}}, "collect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["generation"], "flags": [], "fullname": "gc.collect", "name": "collect", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["generation"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "collect", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "disable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "gc.disable", "name": "disable", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "disable", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "enable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "gc.enable", "name": "enable", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "enable", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "freeze": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "gc.freeze", "name": "freeze", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "freeze", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "garbage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "gc.garbage", "name": "garbage", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}}}, "get_count": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "gc.get_count", "name": "get_count", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_count", "ret_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"}}, "type_guard": null, "variables": []}}}, "get_debug": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "gc.get_debug", "name": "get_debug", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_debug", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "get_freeze_count": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "gc.get_freeze_count", "name": "get_freeze_count", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_freeze_count", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "get_objects": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["generation"], "flags": [], "fullname": "gc.get_objects", "name": "get_objects", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["generation"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_objects", "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": []}}}, "get_referents": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["objs"], "flags": [], "fullname": "gc.get_referents", "name": "get_referents", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["objs"], "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", "implicit": false, "is_ellipsis_args": false, "name": "get_referents", "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": []}}}, "get_referrers": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["objs"], "flags": [], "fullname": "gc.get_referrers", "name": "get_referrers", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["objs"], "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", "implicit": false, "is_ellipsis_args": false, "name": "get_referrers", "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": []}}}, "get_stats": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "gc.get_stats", "name": "get_stats", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_stats", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_threshold": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "gc.get_threshold", "name": "get_threshold", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_threshold", "ret_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"}}, "type_guard": null, "variables": []}}}, "is_finalized": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__obj"], "flags": [], "fullname": "gc.is_finalized", "name": "is_finalized", "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", "implicit": false, "is_ellipsis_args": false, "name": "is_finalized", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_tracked": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__obj"], "flags": [], "fullname": "gc.is_tracked", "name": "is_tracked", "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", "implicit": false, "is_ellipsis_args": false, "name": "is_tracked", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isenabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "gc.isenabled", "name": "isenabled", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isenabled", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "set_debug": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__flags"], "flags": [], "fullname": "gc.set_debug", "name": "set_debug", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_debug", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_threshold": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["threshold0", "threshold1", "threshold2"], "flags": [], "fullname": "gc.set_threshold", "name": "set_threshold", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["threshold0", "threshold1", "threshold2"], "arg_types": ["builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_threshold", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "unfreeze": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "gc.unfreeze", "name": "unfreeze", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unfreeze", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/gc.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/gc.meta.json b/.mypy_cache/3.9/gc.meta.json deleted file mode 100644 index e4476b3c1..000000000 --- a/.mypy_cache/3.9/gc.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "99f87ef63b6c2cf39a14bb81c24460b75acf8e9b917fa19e97231bf0f263a247", "id": "gc", "ignore_all": true, "interface_hash": "29d54cefb19c84619f6ff06075d45cc5fa897a6c2947f116d0e3fc80f1427bac", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/gc.pyi", "plugin_data": null, "size": 1135, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/genericpath.data.json b/.mypy_cache/3.9/genericpath.data.json deleted file mode 100644 index e2d276edd..000000000 --- a/.mypy_cache/3.9/genericpath.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "genericpath", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AnyPath": {".class": "SymbolTableNode", "cross_ref": "_typeshed.AnyPath", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BytesPath": {".class": "SymbolTableNode", "cross_ref": "_typeshed.BytesPath", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "StrPath": {".class": "SymbolTableNode", "cross_ref": "_typeshed.StrPath", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsLessThanT": {".class": "SymbolTableNode", "cross_ref": "_typeshed.SupportsLessThanT", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "genericpath.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "genericpath.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "genericpath.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "genericpath.__package__", "name": "__package__", "type": "builtins.str"}}, "commonprefix": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "genericpath.commonprefix", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["m"], "flags": ["is_overload", "is_decorated"], "fullname": "genericpath.commonprefix", "name": "commonprefix", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["m"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "commonprefix", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "commonprefix", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["m"], "flags": ["is_overload", "is_decorated"], "fullname": "genericpath.commonprefix", "name": "commonprefix", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["m"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.BytesPath"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "commonprefix", "ret_type": {".class": "UnionType", "items": ["builtins.bytes", {".class": "LiteralType", "fallback": "builtins.str", "value": ""}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "commonprefix", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["m"], "flags": ["is_overload", "is_decorated"], "fullname": "genericpath.commonprefix", "name": "commonprefix", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["m"], "arg_types": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "builtins.list"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "commonprefix", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "commonprefix", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["m"], "flags": ["is_overload", "is_decorated"], "fullname": "genericpath.commonprefix", "name": "commonprefix", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["m"], "arg_types": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "builtins.tuple"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "commonprefix", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "commonprefix", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["m"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "commonprefix", "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["m"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.BytesPath"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "commonprefix", "ret_type": {".class": "UnionType", "items": ["builtins.bytes", {".class": "LiteralType", "fallback": "builtins.str", "value": ""}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["m"], "arg_types": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "builtins.list"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "commonprefix", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["m"], "arg_types": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "builtins.tuple"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "commonprefix", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_typeshed.SupportsLessThanT", "id": -1, "name": "SupportsLessThanT", "upper_bound": "_typeshed.SupportsLessThan", "values": [], "variance": 0}]}]}}}, "exists": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "genericpath.exists", "name": "exists", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exists", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "getatime": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["filename"], "flags": [], "fullname": "genericpath.getatime", "name": "getatime", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["filename"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getatime", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "getctime": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["filename"], "flags": [], "fullname": "genericpath.getctime", "name": "getctime", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["filename"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getctime", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "getmtime": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["filename"], "flags": [], "fullname": "genericpath.getmtime", "name": "getmtime", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["filename"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getmtime", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "getsize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["filename"], "flags": [], "fullname": "genericpath.getsize", "name": "getsize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["filename"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getsize", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "isdir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": [], "fullname": "genericpath.isdir", "name": "isdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["s"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isdir", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isfile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "genericpath.isfile", "name": "isfile", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isfile", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_hidden": true, "module_public": false}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "samefile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["f1", "f2"], "flags": [], "fullname": "genericpath.samefile", "name": "samefile", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["f1", "f2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "samefile", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "sameopenfile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fp1", "fp2"], "flags": [], "fullname": "genericpath.sameopenfile", "name": "sameopenfile", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["fp1", "fp2"], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sameopenfile", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "samestat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["s1", "s2"], "flags": [], "fullname": "genericpath.samestat", "name": "samestat", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["s1", "s2"], "arg_types": ["os.stat_result", "os.stat_result"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "samestat", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/genericpath.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/genericpath.meta.json b/.mypy_cache/3.9/genericpath.meta.json deleted file mode 100644 index 4e613cee3..000000000 --- a/.mypy_cache/3.9/genericpath.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000169, "dep_lines": [1, 2, 3, 4, 5, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 5, 30], "dependencies": ["os", "sys", "_typeshed", "typing", "typing_extensions", "builtins", "abc"], "hash": "e4e2460a828d9c4e02e6ba5cb316c1d103a1a99a843b84a19f68163ffea3a217", "id": "genericpath", "ignore_all": true, "interface_hash": "6aec6167885e539c53b7b24d8e7a1bfd138e5e09cf55b9c90673ce8137304555", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/genericpath.pyi", "plugin_data": null, "size": 1373, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/getpass.data.json b/.mypy_cache/3.9/getpass.data.json deleted file mode 100644 index bf8d858f8..000000000 --- a/.mypy_cache/3.9/getpass.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "getpass", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "GetPassWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.UserWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "getpass.GetPassWarning", "name": "GetPassWarning", "type_vars": []}, "flags": [], "fullname": "getpass.GetPassWarning", "metaclass_type": null, "metadata": {}, "module_name": "getpass", "mro": ["getpass.GetPassWarning", "builtins.UserWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TextIO": {".class": "SymbolTableNode", "cross_ref": "typing.TextIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "getpass.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "getpass.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "getpass.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "getpass.__package__", "name": "__package__", "type": "builtins.str"}}, "getpass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1], "arg_names": ["prompt", "stream"], "flags": [], "fullname": "getpass.getpass", "name": "getpass", "type": {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["prompt", "stream"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["typing.TextIO", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getpass", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getuser": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "getpass.getuser", "name": "getuser", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getuser", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/getpass.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/getpass.meta.json b/.mypy_cache/3.9/getpass.meta.json deleted file mode 100644 index 1e8303db6..000000000 --- a/.mypy_cache/3.9/getpass.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1], "dep_prios": [5, 5], "dependencies": ["typing", "builtins"], "hash": "5598d4ec811e115b4bf271d471645b6ce90d6007a07d24624c373940563e06e3", "id": "getpass", "ignore_all": true, "interface_hash": "e268566768dd06058cf30a4da5ccd6fc80e70718dc98c05fe1739cfeaae732a0", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/getpass.pyi", "plugin_data": null, "size": 178, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/gettext.data.json b/.mypy_cache/3.9/gettext.data.json deleted file mode 100644 index 68d7729a8..000000000 --- a/.mypy_cache/3.9/gettext.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "gettext", "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}, "Catalog": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "gettext.Catalog", "name": "Catalog", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["domain", "localedir", "languages", "class_", "fallback", "codeset"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "gettext.NullTranslations", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["domain", "localedir", "languages", "class_", "fallback", "codeset"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "gettext._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "gettext._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "gettext._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["domain", "localedir", "languages", "class_", "fallback", "codeset"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "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": []}]}}}, "Container": {".class": "SymbolTableNode", "cross_ref": "typing.Container", "kind": "Gdef", "module_hidden": true, "module_public": false}, "GNUTranslations": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["gettext.NullTranslations"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "gettext.GNUTranslations", "name": "GNUTranslations", "type_vars": []}, "flags": [], "fullname": "gettext.GNUTranslations", "metaclass_type": null, "metadata": {}, "module_name": "gettext", "mro": ["gettext.GNUTranslations", "gettext.NullTranslations", "builtins.object"], "names": {".class": "SymbolTable", "BE_MAGIC": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "gettext.GNUTranslations.BE_MAGIC", "name": "BE_MAGIC", "type": "builtins.int"}}, "CONTEXT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "gettext.GNUTranslations.CONTEXT", "name": "CONTEXT", "type": "builtins.str"}}, "LE_MAGIC": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "gettext.GNUTranslations.LE_MAGIC", "name": "LE_MAGIC", "type": "builtins.int"}}, "VERSIONS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "gettext.GNUTranslations.VERSIONS", "name": "VERSIONS", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "NullTranslations": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "gettext.NullTranslations", "name": "NullTranslations", "type_vars": []}, "flags": [], "fullname": "gettext.NullTranslations", "metaclass_type": null, "metadata": {}, "module_name": "gettext", "mro": ["gettext.NullTranslations", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "fp"], "flags": [], "fullname": "gettext.NullTranslations.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "fp"], "arg_types": ["gettext.NullTranslations", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of NullTranslations", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_parse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fp"], "flags": [], "fullname": "gettext.NullTranslations._parse", "name": "_parse", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fp"], "arg_types": ["gettext.NullTranslations", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse of NullTranslations", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_fallback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fallback"], "flags": [], "fullname": "gettext.NullTranslations.add_fallback", "name": "add_fallback", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fallback"], "arg_types": ["gettext.NullTranslations", "gettext.NullTranslations"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_fallback of NullTranslations", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "charset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "gettext.NullTranslations.charset", "name": "charset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["gettext.NullTranslations"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "charset of NullTranslations", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "gettext": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "message"], "flags": [], "fullname": "gettext.NullTranslations.gettext", "name": "gettext", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "message"], "arg_types": ["gettext.NullTranslations", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gettext of NullTranslations", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "gettext.NullTranslations.info", "name": "info", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["gettext.NullTranslations"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "info of NullTranslations", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "install": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "names"], "flags": [], "fullname": "gettext.NullTranslations.install", "name": "install", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "names"], "arg_types": ["gettext.NullTranslations", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Container"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "install of NullTranslations", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "lgettext": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "message"], "flags": [], "fullname": "gettext.NullTranslations.lgettext", "name": "lgettext", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "message"], "arg_types": ["gettext.NullTranslations", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lgettext of NullTranslations", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "lngettext": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "msgid1", "msgid2", "n"], "flags": [], "fullname": "gettext.NullTranslations.lngettext", "name": "lngettext", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "msgid1", "msgid2", "n"], "arg_types": ["gettext.NullTranslations", "builtins.str", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lngettext of NullTranslations", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "ngettext": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "msgid1", "msgid2", "n"], "flags": [], "fullname": "gettext.NullTranslations.ngettext", "name": "ngettext", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "msgid1", "msgid2", "n"], "arg_types": ["gettext.NullTranslations", "builtins.str", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ngettext of NullTranslations", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "npgettext": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "context", "msgid1", "msgid2", "n"], "flags": [], "fullname": "gettext.NullTranslations.npgettext", "name": "npgettext", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "context", "msgid1", "msgid2", "n"], "arg_types": ["gettext.NullTranslations", "builtins.str", "builtins.str", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "npgettext of NullTranslations", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "output_charset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "gettext.NullTranslations.output_charset", "name": "output_charset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["gettext.NullTranslations"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "output_charset of NullTranslations", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "pgettext": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "context", "message"], "flags": [], "fullname": "gettext.NullTranslations.pgettext", "name": "pgettext", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "context", "message"], "arg_types": ["gettext.NullTranslations", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pgettext of NullTranslations", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "set_output_charset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "charset"], "flags": [], "fullname": "gettext.NullTranslations.set_output_charset", "name": "set_output_charset", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "charset"], "arg_types": ["gettext.NullTranslations", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_output_charset of NullTranslations", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "StrPath": {".class": "SymbolTableNode", "cross_ref": "_typeshed.StrPath", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "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": "gettext._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "gettext.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "gettext.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "gettext.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "gettext.__package__", "name": "__package__", "type": "builtins.str"}}, "bind_textdomain_codeset": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["domain", "codeset"], "flags": [], "fullname": "gettext.bind_textdomain_codeset", "name": "bind_textdomain_codeset", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["domain", "codeset"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bind_textdomain_codeset", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "bindtextdomain": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["domain", "localedir"], "flags": [], "fullname": "gettext.bindtextdomain", "name": "bindtextdomain", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["domain", "localedir"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bindtextdomain", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "dgettext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["domain", "message"], "flags": [], "fullname": "gettext.dgettext", "name": "dgettext", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["domain", "message"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dgettext", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "dngettext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["domain", "msgid1", "msgid2", "n"], "flags": [], "fullname": "gettext.dngettext", "name": "dngettext", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["domain", "msgid1", "msgid2", "n"], "arg_types": ["builtins.str", "builtins.str", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dngettext", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "dnpgettext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["domain", "context", "msgid1", "msgid2", "n"], "flags": [], "fullname": "gettext.dnpgettext", "name": "dnpgettext", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["domain", "context", "msgid1", "msgid2", "n"], "arg_types": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dnpgettext", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "dpgettext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["domain", "context", "message"], "flags": [], "fullname": "gettext.dpgettext", "name": "dpgettext", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["domain", "context", "message"], "arg_types": ["builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dpgettext", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "find": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["domain", "localedir", "languages", "all"], "flags": [], "fullname": "gettext.find", "name": "find", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["domain", "localedir", "languages", "all"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "gettext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["message"], "flags": [], "fullname": "gettext.gettext", "name": "gettext", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["message"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gettext", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "install": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["domain", "localedir", "codeset", "names"], "flags": [], "fullname": "gettext.install", "name": "install", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["domain", "localedir", "codeset", "names"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Container"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "install", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "ldgettext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["domain", "message"], "flags": [], "fullname": "gettext.ldgettext", "name": "ldgettext", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["domain", "message"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ldgettext", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "ldngettext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["domain", "msgid1", "msgid2", "n"], "flags": [], "fullname": "gettext.ldngettext", "name": "ldngettext", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["domain", "msgid1", "msgid2", "n"], "arg_types": ["builtins.str", "builtins.str", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ldngettext", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "lgettext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["message"], "flags": [], "fullname": "gettext.lgettext", "name": "lgettext", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["message"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lgettext", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "lngettext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["msgid1", "msgid2", "n"], "flags": [], "fullname": "gettext.lngettext", "name": "lngettext", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["msgid1", "msgid2", "n"], "arg_types": ["builtins.str", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lngettext", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "ngettext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["msgid1", "msgid2", "n"], "flags": [], "fullname": "gettext.ngettext", "name": "ngettext", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["msgid1", "msgid2", "n"], "arg_types": ["builtins.str", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ngettext", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "npgettext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["context", "msgid1", "msgid2", "n"], "flags": [], "fullname": "gettext.npgettext", "name": "npgettext", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["context", "msgid1", "msgid2", "n"], "arg_types": ["builtins.str", "builtins.str", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "npgettext", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "pgettext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["context", "message"], "flags": [], "fullname": "gettext.pgettext", "name": "pgettext", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["context", "message"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pgettext", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "textdomain": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["domain"], "flags": [], "fullname": "gettext.textdomain", "name": "textdomain", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["domain"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "textdomain", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "translation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "gettext.translation", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["domain", "localedir", "languages", "class_", "fallback", "codeset"], "flags": ["is_overload", "is_decorated"], "fullname": "gettext.translation", "name": "translation", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["domain", "localedir", "languages", "class_", "fallback", "codeset"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "translation", "ret_type": "gettext.NullTranslations", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "translation", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["domain", "localedir", "languages", "class_", "fallback", "codeset"], "flags": ["is_overload", "is_decorated"], "fullname": "gettext.translation", "name": "translation", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["domain", "localedir", "languages", "class_", "fallback", "codeset"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "gettext._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "translation", "ret_type": {".class": "TypeVarType", "fullname": "gettext._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "gettext._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "translation", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["domain", "localedir", "languages", "class_", "fallback", "codeset"], "flags": ["is_overload", "is_decorated"], "fullname": "gettext.translation", "name": "translation", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["domain", "localedir", "languages", "class_", "fallback", "codeset"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "translation", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "translation", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["domain", "localedir", "languages", "class_", "fallback", "codeset"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "translation", "ret_type": "gettext.NullTranslations", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["domain", "localedir", "languages", "class_", "fallback", "codeset"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "gettext._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "translation", "ret_type": {".class": "TypeVarType", "fullname": "gettext._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "gettext._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["domain", "localedir", "languages", "class_", "fallback", "codeset"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "translation", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/gettext.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/gettext.meta.json b/.mypy_cache/3.9/gettext.meta.json deleted file mode 100644 index 92679a0c8..000000000 --- a/.mypy_cache/3.9/gettext.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 3, 4, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30, 30], "dependencies": ["sys", "_typeshed", "typing", "typing_extensions", "builtins", "abc", "os"], "hash": "6e347b3a048d20691dc1d919b7e8471cec19c8f5c3e506ec080c97cd227b7ca7", "id": "gettext", "ignore_all": true, "interface_hash": "64d452c8cc2b3e1d10e0508b2a13de00dd0ab960d8cc02b54dce34c8215412cc", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/gettext.pyi", "plugin_data": null, "size": 3210, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/glob.data.json b/.mypy_cache/3.9/glob.data.json deleted file mode 100644 index 3ba386e49..000000000 --- a/.mypy_cache/3.9/glob.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "glob", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AnyPath": {".class": "SymbolTableNode", "cross_ref": "_typeshed.AnyPath", "kind": "Gdef", "module_hidden": true, "module_public": false}, "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "glob.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "glob.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "glob.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "glob.__package__", "name": "__package__", "type": "builtins.str"}}, "escape": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pathname"], "flags": [], "fullname": "glob.escape", "name": "escape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pathname"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "escape", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "glob": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["pathname", "recursive"], "flags": [], "fullname": "glob.glob", "name": "glob", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["pathname", "recursive"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "glob", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "glob0": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["dirname", "pattern"], "flags": [], "fullname": "glob.glob0", "name": "glob0", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["dirname", "pattern"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "glob0", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "glob1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["dirname", "pattern"], "flags": [], "fullname": "glob.glob1", "name": "glob1", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["dirname", "pattern"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "glob1", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "has_magic": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": [], "fullname": "glob.has_magic", "name": "has_magic", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["s"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "has_magic", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "iglob": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["pathname", "recursive"], "flags": [], "fullname": "glob.iglob", "name": "iglob", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["pathname", "recursive"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iglob", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/glob.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/glob.meta.json b/.mypy_cache/3.9/glob.meta.json deleted file mode 100644 index 087abc573..000000000 --- a/.mypy_cache/3.9/glob.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 3, 1, 1], "dep_prios": [10, 5, 5, 5, 30], "dependencies": ["sys", "_typeshed", "typing", "builtins", "abc"], "hash": "3b5053bb5216fe4f7c8bf5ee2f84f79622ceb214cc81c5ee34acb078ad380598", "id": "glob", "ignore_all": true, "interface_hash": "06ceb0660e81f8fa54340c1f413fcec1fc32f6d6b29d390b72c9138fc9e2bf52", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/glob.pyi", "plugin_data": null, "size": 859, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/gzip.data.json b/.mypy_cache/3.9/gzip.data.json deleted file mode 100644 index e616c054f..000000000 --- a/.mypy_cache/3.9/gzip.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "gzip", "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}, "AnyPath": {".class": "SymbolTableNode", "cross_ref": "_typeshed.AnyPath", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BadGzipFile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "gzip.BadGzipFile", "name": "BadGzipFile", "type_vars": []}, "flags": [], "fullname": "gzip.BadGzipFile", "metaclass_type": null, "metadata": {}, "module_name": "gzip", "mro": ["gzip.BadGzipFile", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FileIO": {".class": "SymbolTableNode", "cross_ref": "io.FileIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "GzipFile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_compression.BaseStream"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "gzip.GzipFile", "name": "GzipFile", "type_vars": []}, "flags": [], "fullname": "gzip.GzipFile", "metaclass_type": null, "metadata": {}, "module_name": "gzip", "mro": ["gzip.GzipFile", "_compression.BaseStream", "io.BufferedIOBase", "io.IOBase", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "gzip.GzipFile.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "filename", "mode", "compresslevel", "fileobj", "mtime"], "flags": ["is_overload", "is_decorated"], "fullname": "gzip.GzipFile.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "filename", "mode", "compresslevel", "fileobj", "mtime"], "arg_types": ["gzip.GzipFile", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "gzip._ReadBinaryMode"}, "builtins.int", {".class": "UnionType", "items": ["gzip._ReadableFileobj", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of GzipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 5, 5, 5], "arg_names": ["self", "mode", "compresslevel", "fileobj", "mtime"], "flags": ["is_overload", "is_decorated"], "fullname": "gzip.GzipFile.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5], "arg_names": ["self", "mode", "compresslevel", "fileobj", "mtime"], "arg_types": ["gzip.GzipFile", {".class": "TypeAliasType", "args": [], "type_ref": "gzip._ReadBinaryMode"}, "builtins.int", {".class": "UnionType", "items": ["gzip._ReadableFileobj", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of GzipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "filename", "mode", "compresslevel", "fileobj", "mtime"], "flags": ["is_overload", "is_decorated"], "fullname": "gzip.GzipFile.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "filename", "mode", "compresslevel", "fileobj", "mtime"], "arg_types": ["gzip.GzipFile", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "gzip._WriteBinaryMode"}, "builtins.int", {".class": "UnionType", "items": ["gzip._WritableFileobj", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of GzipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 5, 5, 5], "arg_names": ["self", "mode", "compresslevel", "fileobj", "mtime"], "flags": ["is_overload", "is_decorated"], "fullname": "gzip.GzipFile.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5], "arg_names": ["self", "mode", "compresslevel", "fileobj", "mtime"], "arg_types": ["gzip.GzipFile", {".class": "TypeAliasType", "args": [], "type_ref": "gzip._WriteBinaryMode"}, "builtins.int", {".class": "UnionType", "items": ["gzip._WritableFileobj", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of GzipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "filename", "mode", "compresslevel", "fileobj", "mtime"], "flags": ["is_overload", "is_decorated"], "fullname": "gzip.GzipFile.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "filename", "mode", "compresslevel", "fileobj", "mtime"], "arg_types": ["gzip.GzipFile", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": ["gzip._ReadableFileobj", "gzip._WritableFileobj", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of GzipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "filename", "mode", "compresslevel", "fileobj", "mtime"], "arg_types": ["gzip.GzipFile", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "gzip._ReadBinaryMode"}, "builtins.int", {".class": "UnionType", "items": ["gzip._ReadableFileobj", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of GzipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5], "arg_names": ["self", "mode", "compresslevel", "fileobj", "mtime"], "arg_types": ["gzip.GzipFile", {".class": "TypeAliasType", "args": [], "type_ref": "gzip._ReadBinaryMode"}, "builtins.int", {".class": "UnionType", "items": ["gzip._ReadableFileobj", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of GzipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "filename", "mode", "compresslevel", "fileobj", "mtime"], "arg_types": ["gzip.GzipFile", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "gzip._WriteBinaryMode"}, "builtins.int", {".class": "UnionType", "items": ["gzip._WritableFileobj", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of GzipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5], "arg_names": ["self", "mode", "compresslevel", "fileobj", "mtime"], "arg_types": ["gzip.GzipFile", {".class": "TypeAliasType", "args": [], "type_ref": "gzip._WriteBinaryMode"}, "builtins.int", {".class": "UnionType", "items": ["gzip._WritableFileobj", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of GzipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "filename", "mode", "compresslevel", "fileobj", "mtime"], "arg_types": ["gzip.GzipFile", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": ["gzip._ReadableFileobj", "gzip._WritableFileobj", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of GzipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "gzip.GzipFile.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["gzip.GzipFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of GzipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "closed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "gzip.GzipFile.closed", "name": "closed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["gzip.GzipFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "closed of GzipFile", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "closed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["gzip.GzipFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "closed of GzipFile", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "compress": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "gzip.GzipFile.compress", "name": "compress", "type": "zlib._Compress"}}, "crc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "gzip.GzipFile.crc", "name": "crc", "type": "builtins.int"}}, "filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "gzip.GzipFile.filename", "name": "filename", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["gzip.GzipFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "filename of GzipFile", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "filename", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["gzip.GzipFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "filename of GzipFile", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "fileno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "gzip.GzipFile.fileno", "name": "fileno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["gzip.GzipFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fileno of GzipFile", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "fileobj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "gzip.GzipFile.fileobj", "name": "fileobj", "type": {".class": "UnionType", "items": ["gzip._ReadableFileobj", "gzip._WritableFileobj"]}}}, "flush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "zlib_mode"], "flags": [], "fullname": "gzip.GzipFile.flush", "name": "flush", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "zlib_mode"], "arg_types": ["gzip.GzipFile", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flush of GzipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "gzip.GzipFile.mode", "name": "mode", "type": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 2}]}}}, "mtime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "gzip.GzipFile.mtime", "name": "mtime", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["gzip.GzipFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mtime of GzipFile", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mtime", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["gzip.GzipFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mtime of GzipFile", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "myfileobj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "gzip.GzipFile.myfileobj", "name": "myfileobj", "type": {".class": "UnionType", "items": ["io.FileIO", {".class": "NoneType"}]}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "gzip.GzipFile.name", "name": "name", "type": "builtins.str"}}, "peek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "gzip.GzipFile.peek", "name": "peek", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "arg_types": ["gzip.GzipFile", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "peek of GzipFile", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "flags": [], "fullname": "gzip.GzipFile.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "arg_types": ["gzip.GzipFile", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of GzipFile", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "read1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "flags": [], "fullname": "gzip.GzipFile.read1", "name": "read1", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "arg_types": ["gzip.GzipFile", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read1 of GzipFile", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "readable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "gzip.GzipFile.readable", "name": "readable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["gzip.GzipFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readable of GzipFile", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "readline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "flags": [], "fullname": "gzip.GzipFile.readline", "name": "readline", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "arg_types": ["gzip.GzipFile", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readline of GzipFile", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "rewind": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "gzip.GzipFile.rewind", "name": "rewind", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["gzip.GzipFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rewind of GzipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "seek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "offset", "whence"], "flags": [], "fullname": "gzip.GzipFile.seek", "name": "seek", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "offset", "whence"], "arg_types": ["gzip.GzipFile", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seek of GzipFile", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "seekable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "gzip.GzipFile.seekable", "name": "seekable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["gzip.GzipFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seekable of GzipFile", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "writable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "gzip.GzipFile.writable", "name": "writable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["gzip.GzipFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writable of GzipFile", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "flags": [], "fullname": "gzip.GzipFile.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "arg_types": ["gzip.GzipFile", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of GzipFile", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing.Protocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "READ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "gzip.READ", "name": "READ", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 1}}}, "ReadableBuffer": {".class": "SymbolTableNode", "cross_ref": "_typeshed.ReadableBuffer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TextIO": {".class": "SymbolTableNode", "cross_ref": "typing.TextIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "WRITE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "gzip.WRITE", "name": "WRITE", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 2}}}, "_GzipReader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_compression.DecompressReader"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "gzip._GzipReader", "name": "_GzipReader", "type_vars": []}, "flags": [], "fullname": "gzip._GzipReader", "metaclass_type": null, "metadata": {}, "module_name": "gzip", "mro": ["gzip._GzipReader", "_compression.DecompressReader", "io.RawIOBase", "io.IOBase", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fp"], "flags": [], "fullname": "gzip._GzipReader.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fp"], "arg_types": ["gzip._GzipReader", "gzip._ReadableFileobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _GzipReader", "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": "gzip._GzipReader.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "arg_types": ["gzip._GzipReader", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of _GzipReader", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_OpenTextMode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "gzip._OpenTextMode", "line": 11, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "rt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "at"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "xt"}]}}}, "_PaddedFile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "gzip._PaddedFile", "name": "_PaddedFile", "type_vars": []}, "flags": [], "fullname": "gzip._PaddedFile", "metaclass_type": null, "metadata": {}, "module_name": "gzip", "mro": ["gzip._PaddedFile", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "f", "prepend"], "flags": [], "fullname": "gzip._PaddedFile.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "f", "prepend"], "arg_types": ["gzip._PaddedFile", "gzip._ReadableFileobj", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _PaddedFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "gzip._PaddedFile.file", "name": "file", "type": "gzip._ReadableFileobj"}}, "prepend": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "prepend"], "flags": [], "fullname": "gzip._PaddedFile.prepend", "name": "prepend", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "prepend"], "arg_types": ["gzip._PaddedFile", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prepend of _PaddedFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "size"], "flags": [], "fullname": "gzip._PaddedFile.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "size"], "arg_types": ["gzip._PaddedFile", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of _PaddedFile", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "seek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "off"], "flags": [], "fullname": "gzip._PaddedFile.seek", "name": "seek", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "off"], "arg_types": ["gzip._PaddedFile", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seek of _PaddedFile", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "seekable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "gzip._PaddedFile.seekable", "name": "seekable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["gzip._PaddedFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seekable of _PaddedFile", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ReadBinaryMode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "gzip._ReadBinaryMode", "line": 9, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "r"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rb"}]}}}, "_ReadableFileobj": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "gzip._ReadableFileobj", "name": "_ReadableFileobj", "type_vars": []}, "flags": ["is_protocol"], "fullname": "gzip._ReadableFileobj", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "gzip", "mro": ["gzip._ReadableFileobj", "builtins.object"], "names": {".class": "SymbolTable", "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__n"], "flags": [], "fullname": "gzip._ReadableFileobj.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["gzip._ReadableFileobj", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of _ReadableFileobj", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "seek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__n"], "flags": [], "fullname": "gzip._ReadableFileobj.seek", "name": "seek", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["gzip._ReadableFileobj", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seek of _ReadableFileobj", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_WritableFileobj": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "gzip._WritableFileobj", "name": "_WritableFileobj", "type_vars": []}, "flags": ["is_protocol"], "fullname": "gzip._WritableFileobj", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "gzip", "mro": ["gzip._WritableFileobj", "builtins.object"], "names": {".class": "SymbolTable", "flush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "gzip._WritableFileobj.flush", "name": "flush", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["gzip._WritableFileobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flush of _WritableFileobj", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__b"], "flags": [], "fullname": "gzip._WritableFileobj.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["gzip._WritableFileobj", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of _WritableFileobj", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_WriteBinaryMode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "gzip._WriteBinaryMode", "line": 10, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "a"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "ab"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "xb"}]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "gzip.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "gzip.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "gzip.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "gzip.__package__", "name": "__package__", "type": "builtins.str"}}, "_compression": {".class": "SymbolTableNode", "cross_ref": "_compression", "kind": "Gdef", "module_hidden": true, "module_public": false}, "compress": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["data", "compresslevel", "mtime"], "flags": [], "fullname": "gzip.compress", "name": "compress", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["data", "compresslevel", "mtime"], "arg_types": ["builtins.bytes", "builtins.int", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compress", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "decompress": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["data"], "flags": [], "fullname": "gzip.decompress", "name": "decompress", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["data"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decompress", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "open": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "gzip.open", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["filename", "mode", "compresslevel", "encoding", "errors", "newline"], "flags": ["is_overload", "is_decorated"], "fullname": "gzip.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["filename", "mode", "compresslevel", "encoding", "errors", "newline"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "gzip._ReadableFileobj"]}, {".class": "TypeAliasType", "args": [], "type_ref": "gzip._ReadBinaryMode"}, "builtins.int", {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "gzip.GzipFile", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "open", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["filename", "mode", "compresslevel", "encoding", "errors", "newline"], "flags": ["is_overload", "is_decorated"], "fullname": "gzip.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["filename", "mode", "compresslevel", "encoding", "errors", "newline"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "gzip._WritableFileobj"]}, {".class": "TypeAliasType", "args": [], "type_ref": "gzip._WriteBinaryMode"}, "builtins.int", {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "gzip.GzipFile", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "open", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["filename", "mode", "compresslevel", "encoding", "errors", "newline"], "flags": ["is_overload", "is_decorated"], "fullname": "gzip.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["filename", "mode", "compresslevel", "encoding", "errors", "newline"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "gzip._OpenTextMode"}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "typing.TextIO", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "open", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["filename", "mode", "compresslevel", "encoding", "errors", "newline"], "flags": ["is_overload", "is_decorated"], "fullname": "gzip.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["filename", "mode", "compresslevel", "encoding", "errors", "newline"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "gzip._ReadableFileobj", "gzip._WritableFileobj"]}, "builtins.str", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": {".class": "UnionType", "items": ["gzip.GzipFile", "typing.TextIO"]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "open", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["filename", "mode", "compresslevel", "encoding", "errors", "newline"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "gzip._ReadableFileobj"]}, {".class": "TypeAliasType", "args": [], "type_ref": "gzip._ReadBinaryMode"}, "builtins.int", {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "gzip.GzipFile", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["filename", "mode", "compresslevel", "encoding", "errors", "newline"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "gzip._WritableFileobj"]}, {".class": "TypeAliasType", "args": [], "type_ref": "gzip._WriteBinaryMode"}, "builtins.int", {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "gzip.GzipFile", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["filename", "mode", "compresslevel", "encoding", "errors", "newline"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "gzip._OpenTextMode"}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "typing.TextIO", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["filename", "mode", "compresslevel", "encoding", "errors", "newline"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "gzip._ReadableFileobj", "gzip._WritableFileobj"]}, "builtins.str", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": {".class": "UnionType", "items": ["gzip.GzipFile", "typing.TextIO"]}, "type_guard": null, "variables": []}]}}}, "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}, "zlib": {".class": "SymbolTableNode", "cross_ref": "zlib", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/gzip.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/gzip.meta.json b/.mypy_cache/3.9/gzip.meta.json deleted file mode 100644 index d2c0dde20..000000000 --- a/.mypy_cache/3.9/gzip.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 1, 1], "dep_prios": [10, 10, 10, 5, 5, 5, 5, 5, 30], "dependencies": ["_compression", "sys", "zlib", "_typeshed", "io", "typing", "typing_extensions", "builtins", "abc"], "hash": "ac554776097bf4e16a5a356410cb161d8c2c13018c6e7655e282911208838b86", "id": "gzip", "ignore_all": true, "interface_hash": "b2df0bc991a13b20729873c90631c785db5d948eedcb3a2d7a3133991333d3c2", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/gzip.pyi", "plugin_data": null, "size": 4804, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/hashlib.data.json b/.mypy_cache/3.9/hashlib.data.json deleted file mode 100644 index ad6918f4f..000000000 --- a/.mypy_cache/3.9/hashlib.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "hashlib", "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}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ReadableBuffer": {".class": "SymbolTableNode", "cross_ref": "_typeshed.ReadableBuffer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_BlakeHash": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["hashlib._Hash"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "hashlib._BlakeHash", "name": "_BlakeHash", "type_vars": []}, "flags": [], "fullname": "hashlib._BlakeHash", "metaclass_type": null, "metadata": {}, "module_name": "hashlib", "mro": ["hashlib._BlakeHash", "hashlib._Hash", "builtins.object"], "names": {".class": "SymbolTable", "MAX_DIGEST_SIZE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "hashlib._BlakeHash.MAX_DIGEST_SIZE", "name": "MAX_DIGEST_SIZE", "type": "builtins.int"}}, "MAX_KEY_SIZE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "hashlib._BlakeHash.MAX_KEY_SIZE", "name": "MAX_KEY_SIZE", "type": "builtins.int"}}, "PERSON_SIZE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "hashlib._BlakeHash.PERSON_SIZE", "name": "PERSON_SIZE", "type": "builtins.int"}}, "SALT_SIZE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "hashlib._BlakeHash.SALT_SIZE", "name": "SALT_SIZE", "type": "builtins.int"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "__data", "digest_size", "key", "salt", "person", "fanout", "depth", "leaf_size", "node_offset", "node_depth", "inner_size", "last_node", "usedforsecurity"], "flags": [], "fullname": "hashlib._BlakeHash.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", null, "digest_size", "key", "salt", "person", "fanout", "depth", "leaf_size", "node_offset", "node_depth", "inner_size", "last_node", "usedforsecurity"], "arg_types": ["hashlib._BlakeHash", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}, "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _BlakeHash", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Hash": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "hashlib._Hash", "name": "_Hash", "type_vars": []}, "flags": [], "fullname": "hashlib._Hash", "metaclass_type": null, "metadata": {}, "module_name": "hashlib", "mro": ["hashlib._Hash", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "data"], "flags": [], "fullname": "hashlib._Hash.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "data"], "arg_types": ["hashlib._Hash", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _Hash", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "block_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "hashlib._Hash.block_size", "name": "block_size", "type": "builtins.int"}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "hashlib._Hash.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["hashlib._Hash"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of _Hash", "ret_type": "hashlib._Hash", "type_guard": null, "variables": []}}}, "digest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "hashlib._Hash.digest", "name": "digest", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["hashlib._Hash"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "digest of _Hash", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "digest_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "hashlib._Hash.digest_size", "name": "digest_size", "type": "builtins.int"}}, "hexdigest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "hashlib._Hash.hexdigest", "name": "hexdigest", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["hashlib._Hash"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hexdigest of _Hash", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "hashlib._Hash.name", "name": "name", "type": "builtins.str"}}, "update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__data"], "flags": [], "fullname": "hashlib._Hash.update", "name": "update", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["hashlib._Hash", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of _Hash", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_VarLenHash": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "hashlib._VarLenHash", "name": "_VarLenHash", "type_vars": []}, "flags": [], "fullname": "hashlib._VarLenHash", "metaclass_type": null, "metadata": {}, "module_name": "hashlib", "mro": ["hashlib._VarLenHash", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "data"], "flags": [], "fullname": "hashlib._VarLenHash.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "data"], "arg_types": ["hashlib._VarLenHash", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _VarLenHash", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "block_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "hashlib._VarLenHash.block_size", "name": "block_size", "type": "builtins.int"}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "hashlib._VarLenHash.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["hashlib._VarLenHash"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of _VarLenHash", "ret_type": "hashlib._VarLenHash", "type_guard": null, "variables": []}}}, "digest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__length"], "flags": [], "fullname": "hashlib._VarLenHash.digest", "name": "digest", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["hashlib._VarLenHash", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "digest of _VarLenHash", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "digest_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "hashlib._VarLenHash.digest_size", "name": "digest_size", "type": "builtins.int"}}, "hexdigest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__length"], "flags": [], "fullname": "hashlib._VarLenHash.hexdigest", "name": "hexdigest", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["hashlib._VarLenHash", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hexdigest of _VarLenHash", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "hashlib._VarLenHash.name", "name": "name", "type": "builtins.str"}}, "update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__data"], "flags": [], "fullname": "hashlib._VarLenHash.update", "name": "update", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["hashlib._VarLenHash", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of _VarLenHash", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "hashlib.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "hashlib.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "hashlib.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "hashlib.__package__", "name": "__package__", "type": "builtins.str"}}, "algorithms_available": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "hashlib.algorithms_available", "name": "algorithms_available", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}}}, "algorithms_guaranteed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "hashlib.algorithms_guaranteed", "name": "algorithms_guaranteed", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}}}, "blake2b": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "hashlib.blake2b", "line": 123, "no_args": true, "normalized": false, "target": "hashlib._BlakeHash"}}, "blake2s": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "hashlib.blake2s", "line": 124, "no_args": true, "normalized": false, "target": "hashlib._BlakeHash"}}, "md5": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 5], "arg_names": ["string", "usedforsecurity"], "flags": [], "fullname": "hashlib.md5", "name": "md5", "type": {".class": "CallableType", "arg_kinds": [1, 5], "arg_names": ["string", "usedforsecurity"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "md5", "ret_type": "hashlib._Hash", "type_guard": null, "variables": []}}}, "new": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["name", "data", "usedforsecurity"], "flags": [], "fullname": "hashlib.new", "name": "new", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["name", "data", "usedforsecurity"], "arg_types": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new", "ret_type": "hashlib._Hash", "type_guard": null, "variables": []}}}, "pbkdf2_hmac": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["hash_name", "password", "salt", "iterations", "dklen"], "flags": [], "fullname": "hashlib.pbkdf2_hmac", "name": "pbkdf2_hmac", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["hash_name", "password", "salt", "iterations", "dklen"], "arg_types": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pbkdf2_hmac", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "scrypt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["password", "salt", "n", "r", "p", "maxmem", "dklen"], "flags": [], "fullname": "hashlib.scrypt", "name": "scrypt", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["password", "salt", "n", "r", "p", "maxmem", "dklen"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}, {".class": "UnionType", "items": ["builtins.bytes", "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", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scrypt", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "sha1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 5], "arg_names": ["string", "usedforsecurity"], "flags": [], "fullname": "hashlib.sha1", "name": "sha1", "type": {".class": "CallableType", "arg_kinds": [1, 5], "arg_names": ["string", "usedforsecurity"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sha1", "ret_type": "hashlib._Hash", "type_guard": null, "variables": []}}}, "sha224": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 5], "arg_names": ["string", "usedforsecurity"], "flags": [], "fullname": "hashlib.sha224", "name": "sha224", "type": {".class": "CallableType", "arg_kinds": [1, 5], "arg_names": ["string", "usedforsecurity"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sha224", "ret_type": "hashlib._Hash", "type_guard": null, "variables": []}}}, "sha256": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 5], "arg_names": ["string", "usedforsecurity"], "flags": [], "fullname": "hashlib.sha256", "name": "sha256", "type": {".class": "CallableType", "arg_kinds": [1, 5], "arg_names": ["string", "usedforsecurity"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sha256", "ret_type": "hashlib._Hash", "type_guard": null, "variables": []}}}, "sha384": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 5], "arg_names": ["string", "usedforsecurity"], "flags": [], "fullname": "hashlib.sha384", "name": "sha384", "type": {".class": "CallableType", "arg_kinds": [1, 5], "arg_names": ["string", "usedforsecurity"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sha384", "ret_type": "hashlib._Hash", "type_guard": null, "variables": []}}}, "sha3_224": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "hashlib.sha3_224", "line": 63, "no_args": true, "normalized": false, "target": "hashlib._Hash"}}, "sha3_256": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "hashlib.sha3_256", "line": 64, "no_args": true, "normalized": false, "target": "hashlib._Hash"}}, "sha3_384": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "hashlib.sha3_384", "line": 65, "no_args": true, "normalized": false, "target": "hashlib._Hash"}}, "sha3_512": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "hashlib.sha3_512", "line": 66, "no_args": true, "normalized": false, "target": "hashlib._Hash"}}, "sha512": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 5], "arg_names": ["string", "usedforsecurity"], "flags": [], "fullname": "hashlib.sha512", "name": "sha512", "type": {".class": "CallableType", "arg_kinds": [1, 5], "arg_names": ["string", "usedforsecurity"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sha512", "ret_type": "hashlib._Hash", "type_guard": null, "variables": []}}}, "shake_128": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "hashlib.shake_128", "line": 67, "no_args": true, "normalized": false, "target": "hashlib._VarLenHash"}}, "shake_256": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "hashlib.shake_256", "line": 68, "no_args": true, "normalized": false, "target": "hashlib._VarLenHash"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/hashlib.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/hashlib.meta.json b/.mypy_cache/3.9/hashlib.meta.json deleted file mode 100644 index ab6d78526..000000000 --- a/.mypy_cache/3.9/hashlib.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 3, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 30, 30, 30], "dependencies": ["sys", "_typeshed", "typing", "builtins", "abc", "array", "mmap"], "hash": "66f47051dfe201eafa754fdcb702ec980f2f8174d97d88d03a4662f1b5cce8c7", "id": "hashlib", "ignore_all": true, "interface_hash": "b6bafb876694437637b689f956af05b499df8e637285e290518fb844b611a60c", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/hashlib.pyi", "plugin_data": null, "size": 4360, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/http/__init__.data.json b/.mypy_cache/3.9/http/__init__.data.json deleted file mode 100644 index ff180a44a..000000000 --- a/.mypy_cache/3.9/http/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "http", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "HTTPStatus": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.IntEnum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.HTTPStatus", "name": "HTTPStatus", "type_vars": []}, "flags": ["is_enum"], "fullname": "http.HTTPStatus", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "http", "mro": ["http.HTTPStatus", "enum.IntEnum", "builtins.int", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "ACCEPTED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.ACCEPTED", "name": "ACCEPTED", "type": "builtins.int"}}, "ALREADY_REPORTED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.ALREADY_REPORTED", "name": "ALREADY_REPORTED", "type": "builtins.int"}}, "BAD_GATEWAY": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.BAD_GATEWAY", "name": "BAD_GATEWAY", "type": "builtins.int"}}, "BAD_REQUEST": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.BAD_REQUEST", "name": "BAD_REQUEST", "type": "builtins.int"}}, "CONFLICT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.CONFLICT", "name": "CONFLICT", "type": "builtins.int"}}, "CONTINUE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.CONTINUE", "name": "CONTINUE", "type": "builtins.int"}}, "CREATED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.CREATED", "name": "CREATED", "type": "builtins.int"}}, "EARLY_HINTS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.EARLY_HINTS", "name": "EARLY_HINTS", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 103}}}, "EXPECTATION_FAILED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.EXPECTATION_FAILED", "name": "EXPECTATION_FAILED", "type": "builtins.int"}}, "FAILED_DEPENDENCY": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.FAILED_DEPENDENCY", "name": "FAILED_DEPENDENCY", "type": "builtins.int"}}, "FORBIDDEN": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.FORBIDDEN", "name": "FORBIDDEN", "type": "builtins.int"}}, "FOUND": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.FOUND", "name": "FOUND", "type": "builtins.int"}}, "GATEWAY_TIMEOUT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.GATEWAY_TIMEOUT", "name": "GATEWAY_TIMEOUT", "type": "builtins.int"}}, "GONE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.GONE", "name": "GONE", "type": "builtins.int"}}, "HTTP_VERSION_NOT_SUPPORTED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.HTTP_VERSION_NOT_SUPPORTED", "name": "HTTP_VERSION_NOT_SUPPORTED", "type": "builtins.int"}}, "IM_A_TEAPOT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.IM_A_TEAPOT", "name": "IM_A_TEAPOT", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 418}}}, "IM_USED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.IM_USED", "name": "IM_USED", "type": "builtins.int"}}, "INSUFFICIENT_STORAGE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.INSUFFICIENT_STORAGE", "name": "INSUFFICIENT_STORAGE", "type": "builtins.int"}}, "INTERNAL_SERVER_ERROR": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.INTERNAL_SERVER_ERROR", "name": "INTERNAL_SERVER_ERROR", "type": "builtins.int"}}, "LENGTH_REQUIRED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.LENGTH_REQUIRED", "name": "LENGTH_REQUIRED", "type": "builtins.int"}}, "LOCKED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.LOCKED", "name": "LOCKED", "type": "builtins.int"}}, "LOOP_DETECTED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.LOOP_DETECTED", "name": "LOOP_DETECTED", "type": "builtins.int"}}, "METHOD_NOT_ALLOWED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.METHOD_NOT_ALLOWED", "name": "METHOD_NOT_ALLOWED", "type": "builtins.int"}}, "MISDIRECTED_REQUEST": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.MISDIRECTED_REQUEST", "name": "MISDIRECTED_REQUEST", "type": "builtins.int"}}, "MOVED_PERMANENTLY": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.MOVED_PERMANENTLY", "name": "MOVED_PERMANENTLY", "type": "builtins.int"}}, "MULTIPLE_CHOICES": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.MULTIPLE_CHOICES", "name": "MULTIPLE_CHOICES", "type": "builtins.int"}}, "MULTI_STATUS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.MULTI_STATUS", "name": "MULTI_STATUS", "type": "builtins.int"}}, "NETWORK_AUTHENTICATION_REQUIRED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.NETWORK_AUTHENTICATION_REQUIRED", "name": "NETWORK_AUTHENTICATION_REQUIRED", "type": "builtins.int"}}, "NON_AUTHORITATIVE_INFORMATION": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.NON_AUTHORITATIVE_INFORMATION", "name": "NON_AUTHORITATIVE_INFORMATION", "type": "builtins.int"}}, "NOT_ACCEPTABLE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.NOT_ACCEPTABLE", "name": "NOT_ACCEPTABLE", "type": "builtins.int"}}, "NOT_EXTENDED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.NOT_EXTENDED", "name": "NOT_EXTENDED", "type": "builtins.int"}}, "NOT_FOUND": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.NOT_FOUND", "name": "NOT_FOUND", "type": "builtins.int"}}, "NOT_IMPLEMENTED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.NOT_IMPLEMENTED", "name": "NOT_IMPLEMENTED", "type": "builtins.int"}}, "NOT_MODIFIED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.NOT_MODIFIED", "name": "NOT_MODIFIED", "type": "builtins.int"}}, "NO_CONTENT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.NO_CONTENT", "name": "NO_CONTENT", "type": "builtins.int"}}, "OK": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.OK", "name": "OK", "type": "builtins.int"}}, "PARTIAL_CONTENT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.PARTIAL_CONTENT", "name": "PARTIAL_CONTENT", "type": "builtins.int"}}, "PAYMENT_REQUIRED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.PAYMENT_REQUIRED", "name": "PAYMENT_REQUIRED", "type": "builtins.int"}}, "PERMANENT_REDIRECT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.PERMANENT_REDIRECT", "name": "PERMANENT_REDIRECT", "type": "builtins.int"}}, "PRECONDITION_FAILED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.PRECONDITION_FAILED", "name": "PRECONDITION_FAILED", "type": "builtins.int"}}, "PRECONDITION_REQUIRED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.PRECONDITION_REQUIRED", "name": "PRECONDITION_REQUIRED", "type": "builtins.int"}}, "PROCESSING": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.PROCESSING", "name": "PROCESSING", "type": "builtins.int"}}, "PROXY_AUTHENTICATION_REQUIRED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.PROXY_AUTHENTICATION_REQUIRED", "name": "PROXY_AUTHENTICATION_REQUIRED", "type": "builtins.int"}}, "REQUESTED_RANGE_NOT_SATISFIABLE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.REQUESTED_RANGE_NOT_SATISFIABLE", "name": "REQUESTED_RANGE_NOT_SATISFIABLE", "type": "builtins.int"}}, "REQUEST_ENTITY_TOO_LARGE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.REQUEST_ENTITY_TOO_LARGE", "name": "REQUEST_ENTITY_TOO_LARGE", "type": "builtins.int"}}, "REQUEST_HEADER_FIELDS_TOO_LARGE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.REQUEST_HEADER_FIELDS_TOO_LARGE", "name": "REQUEST_HEADER_FIELDS_TOO_LARGE", "type": "builtins.int"}}, "REQUEST_TIMEOUT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.REQUEST_TIMEOUT", "name": "REQUEST_TIMEOUT", "type": "builtins.int"}}, "REQUEST_URI_TOO_LONG": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.REQUEST_URI_TOO_LONG", "name": "REQUEST_URI_TOO_LONG", "type": "builtins.int"}}, "RESET_CONTENT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.RESET_CONTENT", "name": "RESET_CONTENT", "type": "builtins.int"}}, "SEE_OTHER": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.SEE_OTHER", "name": "SEE_OTHER", "type": "builtins.int"}}, "SERVICE_UNAVAILABLE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.SERVICE_UNAVAILABLE", "name": "SERVICE_UNAVAILABLE", "type": "builtins.int"}}, "SWITCHING_PROTOCOLS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.SWITCHING_PROTOCOLS", "name": "SWITCHING_PROTOCOLS", "type": "builtins.int"}}, "TEMPORARY_REDIRECT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.TEMPORARY_REDIRECT", "name": "TEMPORARY_REDIRECT", "type": "builtins.int"}}, "TOO_EARLY": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.TOO_EARLY", "name": "TOO_EARLY", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 425}}}, "TOO_MANY_REQUESTS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.TOO_MANY_REQUESTS", "name": "TOO_MANY_REQUESTS", "type": "builtins.int"}}, "UNAUTHORIZED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.UNAUTHORIZED", "name": "UNAUTHORIZED", "type": "builtins.int"}}, "UNAVAILABLE_FOR_LEGAL_REASONS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.UNAVAILABLE_FOR_LEGAL_REASONS", "name": "UNAVAILABLE_FOR_LEGAL_REASONS", "type": "builtins.int"}}, "UNPROCESSABLE_ENTITY": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.UNPROCESSABLE_ENTITY", "name": "UNPROCESSABLE_ENTITY", "type": "builtins.int"}}, "UNSUPPORTED_MEDIA_TYPE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.UNSUPPORTED_MEDIA_TYPE", "name": "UNSUPPORTED_MEDIA_TYPE", "type": "builtins.int"}}, "UPGRADE_REQUIRED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.UPGRADE_REQUIRED", "name": "UPGRADE_REQUIRED", "type": "builtins.int"}}, "USE_PROXY": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.USE_PROXY", "name": "USE_PROXY", "type": "builtins.int"}}, "VARIANT_ALSO_NEGOTIATES": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.HTTPStatus.VARIANT_ALSO_NEGOTIATES", "name": "VARIANT_ALSO_NEGOTIATES", "type": "builtins.int"}}, "description": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "http.HTTPStatus.description", "name": "description", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.HTTPStatus"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "description of HTTPStatus", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "description", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.HTTPStatus"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "description of HTTPStatus", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "phrase": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "http.HTTPStatus.phrase", "name": "phrase", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.HTTPStatus"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "phrase of HTTPStatus", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "phrase", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.HTTPStatus"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "phrase of HTTPStatus", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IntEnum": {".class": "SymbolTableNode", "cross_ref": "enum.IntEnum", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.__package__", "name": "__package__", "type": "builtins.str"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/http/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/http/__init__.meta.json b/.mypy_cache/3.9/http/__init__.meta.json deleted file mode 100644 index 1db95905e..000000000 --- a/.mypy_cache/3.9/http/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 30, 30], "dependencies": ["sys", "enum", "typing_extensions", "builtins", "abc", "typing"], "hash": "6c4de2f7d2e479ab7e49ea344d3026f9d0dab984d336d8a1e75d93b7a8a3f46f", "id": "http", "ignore_all": true, "interface_hash": "c80d545fc8d0765c1b48a0c432b36e82befeeb3ecf02d2ceff76c1283cddce64", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/http/__init__.pyi", "plugin_data": null, "size": 1940, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/http/client.data.json b/.mypy_cache/3.9/http/client.data.json deleted file mode 100644 index a10414727..000000000 --- a/.mypy_cache/3.9/http/client.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "http.client", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ACCEPTED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.ACCEPTED", "name": "ACCEPTED", "type": "builtins.int"}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BAD_GATEWAY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.BAD_GATEWAY", "name": "BAD_GATEWAY", "type": "builtins.int"}}, "BAD_REQUEST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.BAD_REQUEST", "name": "BAD_REQUEST", "type": "builtins.int"}}, "BadStatusLine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.HTTPException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.BadStatusLine", "name": "BadStatusLine", "type_vars": []}, "flags": [], "fullname": "http.client.BadStatusLine", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.BadStatusLine", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "line"], "flags": [], "fullname": "http.client.BadStatusLine.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "line"], "arg_types": ["http.client.BadStatusLine", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BadStatusLine", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BinaryIO": {".class": "SymbolTableNode", "cross_ref": "typing.BinaryIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "CONFLICT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.CONFLICT", "name": "CONFLICT", "type": "builtins.int"}}, "CONTINUE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.CONTINUE", "name": "CONTINUE", "type": "builtins.int"}}, "CREATED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.CREATED", "name": "CREATED", "type": "builtins.int"}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "CannotSendHeader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.ImproperConnectionState"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.CannotSendHeader", "name": "CannotSendHeader", "type_vars": []}, "flags": [], "fullname": "http.client.CannotSendHeader", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.CannotSendHeader", "http.client.ImproperConnectionState", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CannotSendRequest": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.ImproperConnectionState"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.CannotSendRequest", "name": "CannotSendRequest", "type_vars": []}, "flags": [], "fullname": "http.client.CannotSendRequest", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.CannotSendRequest", "http.client.ImproperConnectionState", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "EXPECTATION_FAILED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.EXPECTATION_FAILED", "name": "EXPECTATION_FAILED", "type": "builtins.int"}}, "FAILED_DEPENDENCY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.FAILED_DEPENDENCY", "name": "FAILED_DEPENDENCY", "type": "builtins.int"}}, "FORBIDDEN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.FORBIDDEN", "name": "FORBIDDEN", "type": "builtins.int"}}, "FOUND": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.FOUND", "name": "FOUND", "type": "builtins.int"}}, "GATEWAY_TIMEOUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.GATEWAY_TIMEOUT", "name": "GATEWAY_TIMEOUT", "type": "builtins.int"}}, "GONE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.GONE", "name": "GONE", "type": "builtins.int"}}, "HTTPConnection": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.HTTPConnection", "name": "HTTPConnection", "type_vars": []}, "flags": [], "fullname": "http.client.HTTPConnection", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.HTTPConnection", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "host", "port", "timeout", "source_address", "blocksize"], "flags": [], "fullname": "http.client.HTTPConnection.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "host", "port", "timeout", "source_address", "blocksize"], "arg_types": ["http.client.HTTPConnection", "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of HTTPConnection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPConnection.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.client.HTTPConnection"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of HTTPConnection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "connect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPConnection.connect", "name": "connect", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.client.HTTPConnection"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "connect of HTTPConnection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "endheaders": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["self", "message_body", "encode_chunked"], "flags": [], "fullname": "http.client.HTTPConnection.endheaders", "name": "endheaders", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["self", "message_body", "encode_chunked"], "arg_types": ["http.client.HTTPConnection", {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Iterable"}, "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "endheaders of HTTPConnection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getresponse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPConnection.getresponse", "name": "getresponse", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.client.HTTPConnection"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getresponse of HTTPConnection", "ret_type": "http.client.HTTPResponse", "type_guard": null, "variables": []}}}, "host": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPConnection.host", "name": "host", "type": "builtins.str"}}, "port": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPConnection.port", "name": "port", "type": "builtins.int"}}, "putheader": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "header", "argument"], "flags": [], "fullname": "http.client.HTTPConnection.putheader", "name": "putheader", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "header", "argument"], "arg_types": ["http.client.HTTPConnection", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "putheader of HTTPConnection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "putrequest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "method", "url", "skip_host", "skip_accept_encoding"], "flags": [], "fullname": "http.client.HTTPConnection.putrequest", "name": "putrequest", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "method", "url", "skip_host", "skip_accept_encoding"], "arg_types": ["http.client.HTTPConnection", "builtins.str", "builtins.str", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "putrequest of HTTPConnection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "request": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 5], "arg_names": ["self", "method", "url", "body", "headers", "encode_chunked"], "flags": [], "fullname": "http.client.HTTPConnection.request", "name": "request", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 5], "arg_names": ["self", "method", "url", "body", "headers", "encode_chunked"], "arg_types": ["http.client.HTTPConnection", "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Iterable"}, "builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "request of HTTPConnection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "send": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "flags": [], "fullname": "http.client.HTTPConnection.send", "name": "send", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "arg_types": ["http.client.HTTPConnection", {".class": "TypeAliasType", "args": [], "type_ref": "http.client._DataType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "send of HTTPConnection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_debuglevel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "level"], "flags": [], "fullname": "http.client.HTTPConnection.set_debuglevel", "name": "set_debuglevel", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "level"], "arg_types": ["http.client.HTTPConnection", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_debuglevel of HTTPConnection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_tunnel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "host", "port", "headers"], "flags": [], "fullname": "http.client.HTTPConnection.set_tunnel", "name": "set_tunnel", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "host", "port", "headers"], "arg_types": ["http.client.HTTPConnection", "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_tunnel of HTTPConnection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sock": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPConnection.sock", "name": "sock", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "timeout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPConnection.timeout", "name": "timeout", "type": {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPException": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.HTTPException", "name": "HTTPException", "type_vars": []}, "flags": [], "fullname": "http.client.HTTPException", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPMessage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.message.Message"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.HTTPMessage", "name": "HTTPMessage", "type_vars": []}, "flags": [], "fullname": "http.client.HTTPMessage", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.HTTPMessage", "email.message.Message", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPResponse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["io.BufferedIOBase", "typing.BinaryIO"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.HTTPResponse", "name": "HTTPResponse", "type_vars": []}, "flags": [], "fullname": "http.client.HTTPResponse", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "http.client", "mro": ["http.client.HTTPResponse", "io.BufferedIOBase", "io.IOBase", "typing.BinaryIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPResponse.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of HTTPResponse", "ret_type": "http.client.HTTPResponse", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "http.client.HTTPResponse.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["http.client.HTTPResponse", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of HTTPResponse", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "sock", "debuglevel", "method", "url"], "flags": [], "fullname": "http.client.HTTPResponse.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "sock", "debuglevel", "method", "url"], "arg_types": ["http.client.HTTPResponse", "socket.socket", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of HTTPResponse", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPResponse.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of HTTPResponse", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "begin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPResponse.begin", "name": "begin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "begin of HTTPResponse", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "closed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPResponse.closed", "name": "closed", "type": "builtins.bool"}}, "debuglevel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPResponse.debuglevel", "name": "debuglevel", "type": "builtins.int"}}, "fileno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPResponse.fileno", "name": "fileno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fileno of HTTPResponse", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getcode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPResponse.getcode", "name": "getcode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getcode of HTTPResponse", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getheader": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "http.client.HTTPResponse.getheader", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": ["is_overload", "is_decorated"], "fullname": "http.client.HTTPResponse.getheader", "name": "getheader", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["http.client.HTTPResponse", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getheader of HTTPResponse", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getheader", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "default"], "flags": ["is_overload", "is_decorated"], "fullname": "http.client.HTTPResponse.getheader", "name": "getheader", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "default"], "arg_types": ["http.client.HTTPResponse", "builtins.str", {".class": "TypeVarType", "fullname": "http.client._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getheader of HTTPResponse", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "TypeVarType", "fullname": "http.client._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "http.client._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getheader", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["http.client.HTTPResponse", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getheader of HTTPResponse", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "default"], "arg_types": ["http.client.HTTPResponse", "builtins.str", {".class": "TypeVarType", "fullname": "http.client._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getheader of HTTPResponse", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "TypeVarType", "fullname": "http.client._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "http.client._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "getheaders": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPResponse.getheaders", "name": "getheaders", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getheaders of HTTPResponse", "ret_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"}}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "geturl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPResponse.geturl", "name": "geturl", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "geturl of HTTPResponse", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "headers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPResponse.headers", "name": "headers", "type": "http.client.HTTPMessage"}}, "info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPResponse.info", "name": "info", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "info of HTTPResponse", "ret_type": "email.message.Message", "type_guard": null, "variables": []}}}, "isclosed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPResponse.isclosed", "name": "isclosed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isclosed of HTTPResponse", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPResponse.msg", "name": "msg", "type": "http.client.HTTPMessage"}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "amt"], "flags": [], "fullname": "http.client.HTTPResponse.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "amt"], "arg_types": ["http.client.HTTPResponse", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of HTTPResponse", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "read1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "flags": [], "fullname": "http.client.HTTPResponse.read1", "name": "read1", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "arg_types": ["http.client.HTTPResponse", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read1 of HTTPResponse", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "readinto": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "b"], "flags": [], "fullname": "http.client.HTTPResponse.readinto", "name": "readinto", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "b"], "arg_types": ["http.client.HTTPResponse", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.WriteableBuffer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readinto of HTTPResponse", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "readline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "limit"], "flags": [], "fullname": "http.client.HTTPResponse.readline", "name": "readline", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "limit"], "arg_types": ["http.client.HTTPResponse", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readline of HTTPResponse", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "reason": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPResponse.reason", "name": "reason", "type": "builtins.str"}}, "status": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPResponse.status", "name": "status", "type": "builtins.int"}}, "version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPResponse.version", "name": "version", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPSConnection": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.HTTPConnection"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.HTTPSConnection", "name": "HTTPSConnection", "type_vars": []}, "flags": [], "fullname": "http.client.HTTPSConnection", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.HTTPSConnection", "http.client.HTTPConnection", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 5, 5, 5], "arg_names": ["self", "host", "port", "key_file", "cert_file", "timeout", "source_address", "context", "check_hostname", "blocksize"], "flags": [], "fullname": "http.client.HTTPSConnection.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 5, 5, 5], "arg_names": ["self", "host", "port", "key_file", "cert_file", "timeout", "source_address", "context", "check_hostname", "blocksize"], "arg_types": ["http.client.HTTPSConnection", "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["ssl.SSLContext", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of HTTPSConnection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPS_PORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.HTTPS_PORT", "name": "HTTPS_PORT", "type": "builtins.int"}}, "HTTP_PORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.HTTP_PORT", "name": "HTTP_PORT", "type": "builtins.int"}}, "HTTP_VERSION_NOT_SUPPORTED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.HTTP_VERSION_NOT_SUPPORTED", "name": "HTTP_VERSION_NOT_SUPPORTED", "type": "builtins.int"}}, "IM_USED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.IM_USED", "name": "IM_USED", "type": "builtins.int"}}, "INSUFFICIENT_STORAGE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.INSUFFICIENT_STORAGE", "name": "INSUFFICIENT_STORAGE", "type": "builtins.int"}}, "INTERNAL_SERVER_ERROR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.INTERNAL_SERVER_ERROR", "name": "INTERNAL_SERVER_ERROR", "type": "builtins.int"}}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ImproperConnectionState": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.HTTPException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.ImproperConnectionState", "name": "ImproperConnectionState", "type_vars": []}, "flags": [], "fullname": "http.client.ImproperConnectionState", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.ImproperConnectionState", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IncompleteRead": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.HTTPException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.IncompleteRead", "name": "IncompleteRead", "type_vars": []}, "flags": [], "fullname": "http.client.IncompleteRead", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.IncompleteRead", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "partial", "expected"], "flags": [], "fullname": "http.client.IncompleteRead.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "partial", "expected"], "arg_types": ["http.client.IncompleteRead", "builtins.bytes", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of IncompleteRead", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InvalidURL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.HTTPException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.InvalidURL", "name": "InvalidURL", "type_vars": []}, "flags": [], "fullname": "http.client.InvalidURL", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.InvalidURL", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "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}, "LENGTH_REQUIRED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.LENGTH_REQUIRED", "name": "LENGTH_REQUIRED", "type": "builtins.int"}}, "LOCKED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.LOCKED", "name": "LOCKED", "type": "builtins.int"}}, "LineTooLong": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.HTTPException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.LineTooLong", "name": "LineTooLong", "type_vars": []}, "flags": [], "fullname": "http.client.LineTooLong", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.LineTooLong", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "line_type"], "flags": [], "fullname": "http.client.LineTooLong.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "line_type"], "arg_types": ["http.client.LineTooLong", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LineTooLong", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "METHOD_NOT_ALLOWED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.METHOD_NOT_ALLOWED", "name": "METHOD_NOT_ALLOWED", "type": "builtins.int"}}, "MOVED_PERMANENTLY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.MOVED_PERMANENTLY", "name": "MOVED_PERMANENTLY", "type": "builtins.int"}}, "MULTIPLE_CHOICES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.MULTIPLE_CHOICES", "name": "MULTIPLE_CHOICES", "type": "builtins.int"}}, "MULTI_STATUS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.MULTI_STATUS", "name": "MULTI_STATUS", "type": "builtins.int"}}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NETWORK_AUTHENTICATION_REQUIRED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.NETWORK_AUTHENTICATION_REQUIRED", "name": "NETWORK_AUTHENTICATION_REQUIRED", "type": "builtins.int"}}, "NON_AUTHORITATIVE_INFORMATION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.NON_AUTHORITATIVE_INFORMATION", "name": "NON_AUTHORITATIVE_INFORMATION", "type": "builtins.int"}}, "NOT_ACCEPTABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.NOT_ACCEPTABLE", "name": "NOT_ACCEPTABLE", "type": "builtins.int"}}, "NOT_EXTENDED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.NOT_EXTENDED", "name": "NOT_EXTENDED", "type": "builtins.int"}}, "NOT_FOUND": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.NOT_FOUND", "name": "NOT_FOUND", "type": "builtins.int"}}, "NOT_IMPLEMENTED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.NOT_IMPLEMENTED", "name": "NOT_IMPLEMENTED", "type": "builtins.int"}}, "NOT_MODIFIED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.NOT_MODIFIED", "name": "NOT_MODIFIED", "type": "builtins.int"}}, "NO_CONTENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.NO_CONTENT", "name": "NO_CONTENT", "type": "builtins.int"}}, "NotConnected": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.HTTPException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.NotConnected", "name": "NotConnected", "type_vars": []}, "flags": [], "fullname": "http.client.NotConnected", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.NotConnected", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "OK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.OK", "name": "OK", "type": "builtins.int"}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PARTIAL_CONTENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.PARTIAL_CONTENT", "name": "PARTIAL_CONTENT", "type": "builtins.int"}}, "PAYMENT_REQUIRED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.PAYMENT_REQUIRED", "name": "PAYMENT_REQUIRED", "type": "builtins.int"}}, "PRECONDITION_FAILED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.PRECONDITION_FAILED", "name": "PRECONDITION_FAILED", "type": "builtins.int"}}, "PRECONDITION_REQUIRED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.PRECONDITION_REQUIRED", "name": "PRECONDITION_REQUIRED", "type": "builtins.int"}}, "PROCESSING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.PROCESSING", "name": "PROCESSING", "type": "builtins.int"}}, "PROXY_AUTHENTICATION_REQUIRED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.PROXY_AUTHENTICATION_REQUIRED", "name": "PROXY_AUTHENTICATION_REQUIRED", "type": "builtins.int"}}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing.Protocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "REQUESTED_RANGE_NOT_SATISFIABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.REQUESTED_RANGE_NOT_SATISFIABLE", "name": "REQUESTED_RANGE_NOT_SATISFIABLE", "type": "builtins.int"}}, "REQUEST_ENTITY_TOO_LARGE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.REQUEST_ENTITY_TOO_LARGE", "name": "REQUEST_ENTITY_TOO_LARGE", "type": "builtins.int"}}, "REQUEST_HEADER_FIELDS_TOO_LARGE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.REQUEST_HEADER_FIELDS_TOO_LARGE", "name": "REQUEST_HEADER_FIELDS_TOO_LARGE", "type": "builtins.int"}}, "REQUEST_TIMEOUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.REQUEST_TIMEOUT", "name": "REQUEST_TIMEOUT", "type": "builtins.int"}}, "REQUEST_URI_TOO_LONG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.REQUEST_URI_TOO_LONG", "name": "REQUEST_URI_TOO_LONG", "type": "builtins.int"}}, "RESET_CONTENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.RESET_CONTENT", "name": "RESET_CONTENT", "type": "builtins.int"}}, "RemoteDisconnected": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ConnectionResetError", "http.client.BadStatusLine"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.RemoteDisconnected", "name": "RemoteDisconnected", "type_vars": []}, "flags": [], "fullname": "http.client.RemoteDisconnected", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.RemoteDisconnected", "builtins.ConnectionResetError", "builtins.ConnectionError", "builtins.OSError", "http.client.BadStatusLine", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ResponseNotReady": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.ImproperConnectionState"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.ResponseNotReady", "name": "ResponseNotReady", "type_vars": []}, "flags": [], "fullname": "http.client.ResponseNotReady", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.ResponseNotReady", "http.client.ImproperConnectionState", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SEE_OTHER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.SEE_OTHER", "name": "SEE_OTHER", "type": "builtins.int"}}, "SERVICE_UNAVAILABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.SERVICE_UNAVAILABLE", "name": "SERVICE_UNAVAILABLE", "type": "builtins.int"}}, "SWITCHING_PROTOCOLS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.SWITCHING_PROTOCOLS", "name": "SWITCHING_PROTOCOLS", "type": "builtins.int"}}, "TEMPORARY_REDIRECT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.TEMPORARY_REDIRECT", "name": "TEMPORARY_REDIRECT", "type": "builtins.int"}}, "TOO_MANY_REQUESTS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.TOO_MANY_REQUESTS", "name": "TOO_MANY_REQUESTS", "type": "builtins.int"}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "UNAUTHORIZED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.UNAUTHORIZED", "name": "UNAUTHORIZED", "type": "builtins.int"}}, "UNPROCESSABLE_ENTITY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.UNPROCESSABLE_ENTITY", "name": "UNPROCESSABLE_ENTITY", "type": "builtins.int"}}, "UNSUPPORTED_MEDIA_TYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.UNSUPPORTED_MEDIA_TYPE", "name": "UNSUPPORTED_MEDIA_TYPE", "type": "builtins.int"}}, "UPGRADE_REQUIRED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.UPGRADE_REQUIRED", "name": "UPGRADE_REQUIRED", "type": "builtins.int"}}, "USE_PROXY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.USE_PROXY", "name": "USE_PROXY", "type": "builtins.int"}}, "UnimplementedFileMode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.HTTPException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.UnimplementedFileMode", "name": "UnimplementedFileMode", "type_vars": []}, "flags": [], "fullname": "http.client.UnimplementedFileMode", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.UnimplementedFileMode", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "UnknownProtocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.HTTPException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.UnknownProtocol", "name": "UnknownProtocol", "type_vars": []}, "flags": [], "fullname": "http.client.UnknownProtocol", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.UnknownProtocol", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "version"], "flags": [], "fullname": "http.client.UnknownProtocol.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "version"], "arg_types": ["http.client.UnknownProtocol", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of UnknownProtocol", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UnknownTransferEncoding": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.HTTPException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.UnknownTransferEncoding", "name": "UnknownTransferEncoding", "type_vars": []}, "flags": [], "fullname": "http.client.UnknownTransferEncoding", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.UnknownTransferEncoding", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "WriteableBuffer": {".class": "SymbolTableNode", "cross_ref": "_typeshed.WriteableBuffer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_DataType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "http.client._DataType", "line": 27, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Iterable"}, "builtins.str"]}}}, "_HTTPConnectionProtocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client._HTTPConnectionProtocol", "name": "_HTTPConnectionProtocol", "type_vars": []}, "flags": ["is_protocol"], "fullname": "http.client._HTTPConnectionProtocol", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "http.client", "mro": ["http.client._HTTPConnectionProtocol", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "host", "port", "timeout", "source_address", "blocksize"], "flags": [], "fullname": "http.client._HTTPConnectionProtocol.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "host", "port", "timeout", "source_address", "blocksize"], "arg_types": ["http.client._HTTPConnectionProtocol", "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.float", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _HTTPConnectionProtocol", "ret_type": "http.client.HTTPConnection", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "http.client._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.__package__", "name": "__package__", "type": "builtins.str"}}, "email": {".class": "SymbolTableNode", "cross_ref": "email", "kind": "Gdef", "module_hidden": true, "module_public": false}, "error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "http.client.error", "line": 216, "no_args": true, "normalized": false, "target": "http.client.HTTPException"}}, "io": {".class": "SymbolTableNode", "cross_ref": "io", "kind": "Gdef", "module_hidden": true, "module_public": false}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "parse_headers": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["fp", "_class"], "flags": [], "fullname": "http.client.parse_headers", "name": "parse_headers", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["fp", "_class"], "arg_types": ["io.BufferedIOBase", {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "email.message.Message", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_headers", "ret_type": "http.client.HTTPMessage", "type_guard": null, "variables": []}}}, "responses": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.responses", "name": "responses", "type": {".class": "Instance", "args": ["builtins.int", "builtins.str"], "type_ref": "builtins.dict"}}}, "socket": {".class": "SymbolTableNode", "cross_ref": "socket.socket", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ssl": {".class": "SymbolTableNode", "cross_ref": "ssl", "kind": "Gdef", "module_hidden": true, "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/http/client.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/http/client.meta.json b/.mypy_cache/3.9/http/client.meta.json deleted file mode 100644 index dc3957d53..000000000 --- a/.mypy_cache/3.9/http/client.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 1, 2, 3, 4, 5, 6, 7, 8, 1, 1], "dep_prios": [10, 20, 10, 10, 10, 10, 5, 5, 5, 5, 30], "dependencies": ["email.message", "email", "io", "ssl", "sys", "types", "_typeshed", "socket", "typing", "builtins", "abc"], "hash": "0e7ff6e40fd9baab1bb3ba6f64ddc3f12eefe9a82eb362722893f5bc2947e1f0", "id": "http.client", "ignore_all": true, "interface_hash": "f9fc2f2967843cb03fc9ec1b6c10109c9effbca98e37f8faf64c5f50749e8caf", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/http/client.pyi", "plugin_data": null, "size": 7031, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/http/cookiejar.data.json b/.mypy_cache/3.9/http/cookiejar.data.json deleted file mode 100644 index 826653a4e..000000000 --- a/.mypy_cache/3.9/http/cookiejar.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "http.cookiejar", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Cookie": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.cookiejar.Cookie", "name": "Cookie", "type_vars": []}, "flags": [], "fullname": "http.cookiejar.Cookie", "metaclass_type": null, "metadata": {}, "module_name": "http.cookiejar", "mro": ["http.cookiejar.Cookie", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "version", "name", "value", "port", "port_specified", "domain", "domain_specified", "domain_initial_dot", "path", "path_specified", "secure", "expires", "discard", "comment", "comment_url", "rest", "rfc2109"], "flags": [], "fullname": "http.cookiejar.Cookie.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "version", "name", "value", "port", "port_specified", "domain", "domain_specified", "domain_initial_dot", "path", "path_specified", "secure", "expires", "discard", "comment", "comment_url", "rest", "rfc2109"], "arg_types": ["http.cookiejar.Cookie", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.str", "builtins.bool", "builtins.bool", "builtins.str", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Cookie", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "comment": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.Cookie.comment", "name": "comment", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "comment_url": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.Cookie.comment_url", "name": "comment_url", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "discard": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.Cookie.discard", "name": "discard", "type": "builtins.bool"}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.Cookie.domain", "name": "domain", "type": "builtins.str"}}, "domain_initial_dot": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.Cookie.domain_initial_dot", "name": "domain_initial_dot", "type": "builtins.bool"}}, "domain_specified": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.Cookie.domain_specified", "name": "domain_specified", "type": "builtins.bool"}}, "expires": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.Cookie.expires", "name": "expires", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "get_nonstandard_attr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "http.cookiejar.Cookie.get_nonstandard_attr", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": ["is_overload", "is_decorated"], "fullname": "http.cookiejar.Cookie.get_nonstandard_attr", "name": "get_nonstandard_attr", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["http.cookiejar.Cookie", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_nonstandard_attr of Cookie", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_nonstandard_attr", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "default"], "flags": ["is_overload", "is_decorated"], "fullname": "http.cookiejar.Cookie.get_nonstandard_attr", "name": "get_nonstandard_attr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "default"], "arg_types": ["http.cookiejar.Cookie", "builtins.str", {".class": "TypeVarType", "fullname": "http.cookiejar._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_nonstandard_attr of Cookie", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "TypeVarType", "fullname": "http.cookiejar._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "http.cookiejar._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_nonstandard_attr", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["http.cookiejar.Cookie", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_nonstandard_attr of Cookie", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "default"], "arg_types": ["http.cookiejar.Cookie", "builtins.str", {".class": "TypeVarType", "fullname": "http.cookiejar._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_nonstandard_attr of Cookie", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "TypeVarType", "fullname": "http.cookiejar._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "http.cookiejar._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "has_nonstandard_attr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "http.cookiejar.Cookie.has_nonstandard_attr", "name": "has_nonstandard_attr", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["http.cookiejar.Cookie", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "has_nonstandard_attr of Cookie", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_expired": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "now"], "flags": [], "fullname": "http.cookiejar.Cookie.is_expired", "name": "is_expired", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "now"], "arg_types": ["http.cookiejar.Cookie", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_expired of Cookie", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.Cookie.name", "name": "name", "type": "builtins.str"}}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.Cookie.path", "name": "path", "type": "builtins.str"}}, "path_specified": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.Cookie.path_specified", "name": "path_specified", "type": "builtins.bool"}}, "port": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.Cookie.port", "name": "port", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "port_specified": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.Cookie.port_specified", "name": "port_specified", "type": "builtins.bool"}}, "rfc2109": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.Cookie.rfc2109", "name": "rfc2109", "type": "builtins.bool"}}, "secure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.Cookie.secure", "name": "secure", "type": "builtins.bool"}}, "set_nonstandard_attr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "http.cookiejar.Cookie.set_nonstandard_attr", "name": "set_nonstandard_attr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": ["http.cookiejar.Cookie", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_nonstandard_attr of Cookie", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.Cookie.value", "name": "value", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.Cookie.version", "name": "version", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CookieJar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["http.cookiejar.Cookie"], "type_ref": "typing.Iterable"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.cookiejar.CookieJar", "name": "CookieJar", "type_vars": []}, "flags": [], "fullname": "http.cookiejar.CookieJar", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "http.cookiejar", "mro": ["http.cookiejar.CookieJar", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "policy"], "flags": [], "fullname": "http.cookiejar.CookieJar.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "policy"], "arg_types": ["http.cookiejar.CookieJar", {".class": "UnionType", "items": ["http.cookiejar.CookiePolicy", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CookieJar", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.cookiejar.CookieJar.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["http.cookiejar.CookieJar"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of CookieJar", "ret_type": {".class": "Instance", "args": ["http.cookiejar.Cookie"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.cookiejar.CookieJar.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["http.cookiejar.CookieJar"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of CookieJar", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "add_cookie_header": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "flags": [], "fullname": "http.cookiejar.CookieJar.add_cookie_header", "name": "add_cookie_header", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "arg_types": ["http.cookiejar.CookieJar", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_cookie_header of CookieJar", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "domain", "path", "name"], "flags": [], "fullname": "http.cookiejar.CookieJar.clear", "name": "clear", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "domain", "path", "name"], "arg_types": ["http.cookiejar.CookieJar", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear of CookieJar", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "clear_session_cookies": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.cookiejar.CookieJar.clear_session_cookies", "name": "clear_session_cookies", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.cookiejar.CookieJar"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear_session_cookies of CookieJar", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extract_cookies": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "response", "request"], "flags": [], "fullname": "http.cookiejar.CookieJar.extract_cookies", "name": "extract_cookies", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "response", "request"], "arg_types": ["http.cookiejar.CookieJar", "http.client.HTTPResponse", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extract_cookies of CookieJar", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "make_cookies": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "response", "request"], "flags": [], "fullname": "http.cookiejar.CookieJar.make_cookies", "name": "make_cookies", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "response", "request"], "arg_types": ["http.cookiejar.CookieJar", "http.client.HTTPResponse", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "make_cookies of CookieJar", "ret_type": {".class": "Instance", "args": ["http.cookiejar.Cookie"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}}, "set_cookie": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "cookie"], "flags": [], "fullname": "http.cookiejar.CookieJar.set_cookie", "name": "set_cookie", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "cookie"], "arg_types": ["http.cookiejar.CookieJar", "http.cookiejar.Cookie"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_cookie of CookieJar", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_cookie_if_ok": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "cookie", "request"], "flags": [], "fullname": "http.cookiejar.CookieJar.set_cookie_if_ok", "name": "set_cookie_if_ok", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "cookie", "request"], "arg_types": ["http.cookiejar.CookieJar", "http.cookiejar.Cookie", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_cookie_if_ok of CookieJar", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_policy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "policy"], "flags": [], "fullname": "http.cookiejar.CookieJar.set_policy", "name": "set_policy", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "policy"], "arg_types": ["http.cookiejar.CookieJar", "http.cookiejar.CookiePolicy"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_policy of CookieJar", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CookiePolicy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.cookiejar.CookiePolicy", "name": "CookiePolicy", "type_vars": []}, "flags": [], "fullname": "http.cookiejar.CookiePolicy", "metaclass_type": null, "metadata": {}, "module_name": "http.cookiejar", "mro": ["http.cookiejar.CookiePolicy", "builtins.object"], "names": {".class": "SymbolTable", "domain_return_ok": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "domain", "request"], "flags": [], "fullname": "http.cookiejar.CookiePolicy.domain_return_ok", "name": "domain_return_ok", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "domain", "request"], "arg_types": ["http.cookiejar.CookiePolicy", "builtins.str", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "domain_return_ok of CookiePolicy", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "hide_cookie2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.CookiePolicy.hide_cookie2", "name": "hide_cookie2", "type": "builtins.bool"}}, "netscape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.CookiePolicy.netscape", "name": "netscape", "type": "builtins.bool"}}, "path_return_ok": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "path", "request"], "flags": [], "fullname": "http.cookiejar.CookiePolicy.path_return_ok", "name": "path_return_ok", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "path", "request"], "arg_types": ["http.cookiejar.CookiePolicy", "builtins.str", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "path_return_ok of CookiePolicy", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "return_ok": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "cookie", "request"], "flags": [], "fullname": "http.cookiejar.CookiePolicy.return_ok", "name": "return_ok", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "cookie", "request"], "arg_types": ["http.cookiejar.CookiePolicy", "http.cookiejar.Cookie", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "return_ok of CookiePolicy", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "rfc2965": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.CookiePolicy.rfc2965", "name": "rfc2965", "type": "builtins.bool"}}, "set_ok": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "cookie", "request"], "flags": [], "fullname": "http.cookiejar.CookiePolicy.set_ok", "name": "set_ok", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "cookie", "request"], "arg_types": ["http.cookiejar.CookiePolicy", "http.cookiejar.Cookie", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_ok of CookiePolicy", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DefaultCookiePolicy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.cookiejar.CookiePolicy"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.cookiejar.DefaultCookiePolicy", "name": "DefaultCookiePolicy", "type_vars": []}, "flags": [], "fullname": "http.cookiejar.DefaultCookiePolicy", "metaclass_type": null, "metadata": {}, "module_name": "http.cookiejar", "mro": ["http.cookiejar.DefaultCookiePolicy", "http.cookiejar.CookiePolicy", "builtins.object"], "names": {".class": "SymbolTable", "DomainLiberal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.DefaultCookiePolicy.DomainLiberal", "name": "DomainLiberal", "type": "builtins.int"}}, "DomainRFC2965Match": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.DefaultCookiePolicy.DomainRFC2965Match", "name": "DomainRFC2965Match", "type": "builtins.int"}}, "DomainStrict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.DefaultCookiePolicy.DomainStrict", "name": "DomainStrict", "type": "builtins.int"}}, "DomainStrictNoDots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.DefaultCookiePolicy.DomainStrictNoDots", "name": "DomainStrictNoDots", "type": "builtins.int"}}, "DomainStrictNonDomain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.DefaultCookiePolicy.DomainStrictNonDomain", "name": "DomainStrictNonDomain", "type": "builtins.int"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "blocked_domains", "allowed_domains", "netscape", "rfc2965", "rfc2109_as_netscape", "hide_cookie2", "strict_domain", "strict_rfc2965_unverifiable", "strict_ns_unverifiable", "strict_ns_domain", "strict_ns_set_initial_dollar", "strict_ns_set_path", "secure_protocols"], "flags": [], "fullname": "http.cookiejar.DefaultCookiePolicy.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "blocked_domains", "allowed_domains", "netscape", "rfc2965", "rfc2109_as_netscape", "hide_cookie2", "strict_domain", "strict_rfc2965_unverifiable", "strict_ns_unverifiable", "strict_ns_domain", "strict_ns_set_initial_dollar", "strict_ns_set_path", "secure_protocols"], "arg_types": ["http.cookiejar.DefaultCookiePolicy", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.int", "builtins.bool", "builtins.bool", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of DefaultCookiePolicy", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "allowed_domains": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.cookiejar.DefaultCookiePolicy.allowed_domains", "name": "allowed_domains", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.cookiejar.DefaultCookiePolicy"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "allowed_domains of DefaultCookiePolicy", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "blocked_domains": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.cookiejar.DefaultCookiePolicy.blocked_domains", "name": "blocked_domains", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.cookiejar.DefaultCookiePolicy"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "blocked_domains of DefaultCookiePolicy", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "is_blocked": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "domain"], "flags": [], "fullname": "http.cookiejar.DefaultCookiePolicy.is_blocked", "name": "is_blocked", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "domain"], "arg_types": ["http.cookiejar.DefaultCookiePolicy", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_blocked of DefaultCookiePolicy", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_not_allowed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "domain"], "flags": [], "fullname": "http.cookiejar.DefaultCookiePolicy.is_not_allowed", "name": "is_not_allowed", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "domain"], "arg_types": ["http.cookiejar.DefaultCookiePolicy", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_not_allowed of DefaultCookiePolicy", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "rfc2109_as_netscape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.DefaultCookiePolicy.rfc2109_as_netscape", "name": "rfc2109_as_netscape", "type": "builtins.bool"}}, "set_allowed_domains": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "allowed_domains"], "flags": [], "fullname": "http.cookiejar.DefaultCookiePolicy.set_allowed_domains", "name": "set_allowed_domains", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "allowed_domains"], "arg_types": ["http.cookiejar.DefaultCookiePolicy", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_allowed_domains of DefaultCookiePolicy", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_blocked_domains": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "blocked_domains"], "flags": [], "fullname": "http.cookiejar.DefaultCookiePolicy.set_blocked_domains", "name": "set_blocked_domains", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "blocked_domains"], "arg_types": ["http.cookiejar.DefaultCookiePolicy", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_blocked_domains of DefaultCookiePolicy", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "strict_domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.DefaultCookiePolicy.strict_domain", "name": "strict_domain", "type": "builtins.bool"}}, "strict_ns_domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.DefaultCookiePolicy.strict_ns_domain", "name": "strict_ns_domain", "type": "builtins.int"}}, "strict_ns_set_initial_dollar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.DefaultCookiePolicy.strict_ns_set_initial_dollar", "name": "strict_ns_set_initial_dollar", "type": "builtins.bool"}}, "strict_ns_set_path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.DefaultCookiePolicy.strict_ns_set_path", "name": "strict_ns_set_path", "type": "builtins.bool"}}, "strict_ns_unverifiable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.DefaultCookiePolicy.strict_ns_unverifiable", "name": "strict_ns_unverifiable", "type": "builtins.bool"}}, "strict_rfc2965_unverifiable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.DefaultCookiePolicy.strict_rfc2965_unverifiable", "name": "strict_rfc2965_unverifiable", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "FileCookieJar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.cookiejar.CookieJar"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.cookiejar.FileCookieJar", "name": "FileCookieJar", "type_vars": []}, "flags": [], "fullname": "http.cookiejar.FileCookieJar", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "http.cookiejar", "mro": ["http.cookiejar.FileCookieJar", "http.cookiejar.CookieJar", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "filename", "delayload", "policy"], "flags": [], "fullname": "http.cookiejar.FileCookieJar.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "filename", "delayload", "policy"], "arg_types": ["http.cookiejar.FileCookieJar", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["http.cookiejar.CookiePolicy", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FileCookieJar", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "delayload": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.FileCookieJar.delayload", "name": "delayload", "type": "builtins.bool"}}, "filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.cookiejar.FileCookieJar.filename", "name": "filename", "type": "builtins.str"}}, "load": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "filename", "ignore_discard", "ignore_expires"], "flags": [], "fullname": "http.cookiejar.FileCookieJar.load", "name": "load", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "filename", "ignore_discard", "ignore_expires"], "arg_types": ["http.cookiejar.FileCookieJar", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load of FileCookieJar", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "revert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "filename", "ignore_discard", "ignore_expires"], "flags": [], "fullname": "http.cookiejar.FileCookieJar.revert", "name": "revert", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "filename", "ignore_discard", "ignore_expires"], "arg_types": ["http.cookiejar.FileCookieJar", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "revert of FileCookieJar", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "save": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "filename", "ignore_discard", "ignore_expires"], "flags": [], "fullname": "http.cookiejar.FileCookieJar.save", "name": "save", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "filename", "ignore_discard", "ignore_expires"], "arg_types": ["http.cookiejar.FileCookieJar", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "save of FileCookieJar", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPResponse": {".class": "SymbolTableNode", "cross_ref": "http.client.HTTPResponse", "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}, "LWPCookieJar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.cookiejar.FileCookieJar"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.cookiejar.LWPCookieJar", "name": "LWPCookieJar", "type_vars": []}, "flags": [], "fullname": "http.cookiejar.LWPCookieJar", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "http.cookiejar", "mro": ["http.cookiejar.LWPCookieJar", "http.cookiejar.FileCookieJar", "http.cookiejar.CookieJar", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "as_lwp_str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "ignore_discard", "ignore_expires"], "flags": [], "fullname": "http.cookiejar.LWPCookieJar.as_lwp_str", "name": "as_lwp_str", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "ignore_discard", "ignore_expires"], "arg_types": ["http.cookiejar.LWPCookieJar", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "as_lwp_str of LWPCookieJar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LoadError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.cookiejar.LoadError", "name": "LoadError", "type_vars": []}, "flags": [], "fullname": "http.cookiejar.LoadError", "metaclass_type": null, "metadata": {}, "module_name": "http.cookiejar", "mro": ["http.cookiejar.LoadError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MozillaCookieJar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.cookiejar.FileCookieJar"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.cookiejar.MozillaCookieJar", "name": "MozillaCookieJar", "type_vars": []}, "flags": [], "fullname": "http.cookiejar.MozillaCookieJar", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "http.cookiejar", "mro": ["http.cookiejar.MozillaCookieJar", "http.cookiejar.FileCookieJar", "http.cookiejar.CookieJar", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PathLike": {".class": "SymbolTableNode", "cross_ref": "os.PathLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Request": {".class": "SymbolTableNode", "cross_ref": "urllib.request.Request", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "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}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "http.cookiejar._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.cookiejar.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.cookiejar.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.cookiejar.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.cookiejar.__package__", "name": "__package__", "type": "builtins.str"}}, "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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/http/cookiejar.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/http/cookiejar.meta.json b/.mypy_cache/3.9/http/cookiejar.meta.json deleted file mode 100644 index 80b97c03f..000000000 --- a/.mypy_cache/3.9/http/cookiejar.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000173, "dep_lines": [1, 2, 3, 4, 5, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 5, 30], "dependencies": ["sys", "http.client", "os", "typing", "urllib.request", "builtins", "abc"], "hash": "01d6af33cd4e7eb94a283f38e73b182aa59d22ba20baf66620e9803d05adca05", "id": "http.cookiejar", "ignore_all": true, "interface_hash": "88e3f53820409724bac585d1c7ab70009e21dd5432aa451390b8014ceac1093d", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/http/cookiejar.pyi", "plugin_data": null, "size": 5845, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/icefall/__init__.data.json b/.mypy_cache/3.9/icefall/__init__.data.json deleted file mode 100644 index 6d8139345..000000000 --- a/.mypy_cache/3.9/icefall/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "icefall", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "icefall.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "icefall.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "icefall.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "icefall.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/icefall/icefall/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/icefall/__init__.meta.json b/.mypy_cache/3.9/icefall/__init__.meta.json deleted file mode 100644 index 478d98fe9..000000000 --- a/.mypy_cache/3.9/icefall/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1], "dep_prios": [5], "dependencies": ["builtins"], "hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", "id": "icefall", "ignore_all": false, "interface_hash": "df0fae1fcca972a318b520a7d034c05608a74fdc45612332e68727bae7340f54", "mtime": 1638999786, "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_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/icefall/icefall/__init__.py", "plugin_data": null, "size": 0, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/importlib/__init__.data.json b/.mypy_cache/3.9/importlib/__init__.data.json deleted file mode 100644 index 21bc83efe..000000000 --- a/.mypy_cache/3.9/importlib/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "importlib", "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}, "Loader": {".class": "SymbolTableNode", "cross_ref": "importlib.abc.Loader", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.__file__", "name": "__file__", "type": "builtins.str"}}, "__import__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["name", "globals", "locals", "fromlist", "level"], "flags": [], "fullname": "importlib.__import__", "name": "__import__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["name", "globals", "locals", "fromlist", "level"], "arg_types": ["builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__import__", "ret_type": "types.ModuleType", "type_guard": null, "variables": []}}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.__package__", "name": "__package__", "type": "builtins.str"}}, "find_loader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["name", "path"], "flags": [], "fullname": "importlib.find_loader", "name": "find_loader", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["name", "path"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_loader", "ret_type": {".class": "UnionType", "items": ["importlib.abc.Loader", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "import_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["name", "package"], "flags": [], "fullname": "importlib.import_module", "name": "import_module", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["name", "package"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "import_module", "ret_type": "types.ModuleType", "type_guard": null, "variables": []}}}, "invalidate_caches": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "importlib.invalidate_caches", "name": "invalidate_caches", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "invalidate_caches", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reload": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": [], "fullname": "importlib.reload", "name": "reload", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["module"], "arg_types": ["types.ModuleType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reload", "ret_type": "types.ModuleType", "type_guard": null, "variables": []}}}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/importlib/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/importlib/__init__.meta.json b/.mypy_cache/3.9/importlib/__init__.meta.json deleted file mode 100644 index c80bb00cb..000000000 --- a/.mypy_cache/3.9/importlib/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 3, 1], "dep_prios": [10, 5, 5, 5], "dependencies": ["types", "importlib.abc", "typing", "builtins"], "hash": "c6eabed39a910f221105eb6ab8c5ff241d5d31cfc12e67b45806773298208cf4", "id": "importlib", "ignore_all": true, "interface_hash": "d56813c37d0d1dae6b31ae74df31a2d43350966b20dcfd79942759ef1177765d", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/importlib/__init__.pyi", "plugin_data": null, "size": 571, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/importlib/abc.data.json b/.mypy_cache/3.9/importlib/abc.data.json deleted file mode 100644 index 61e7ab4dc..000000000 --- a/.mypy_cache/3.9/importlib/abc.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "importlib.abc", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ABCMeta": {".class": "SymbolTableNode", "cross_ref": "abc.ABCMeta", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "AnyPath": {".class": "SymbolTableNode", "cross_ref": "_typeshed.AnyPath", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ExecutionLoader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["get_filename", "get_source"], "bases": ["importlib.abc.InspectLoader"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.abc.ExecutionLoader", "name": "ExecutionLoader", "type_vars": []}, "flags": ["is_abstract"], "fullname": "importlib.abc.ExecutionLoader", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.abc", "mro": ["importlib.abc.ExecutionLoader", "importlib.abc.InspectLoader", "importlib.abc.Loader", "builtins.object"], "names": {".class": "SymbolTable", "get_code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "flags": [], "fullname": "importlib.abc.ExecutionLoader.get_code", "name": "get_code", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "arg_types": ["importlib.abc.ExecutionLoader", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_code of ExecutionLoader", "ret_type": {".class": "UnionType", "items": ["types.CodeType", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "get_filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "flags": ["is_decorated", "is_abstract"], "fullname": "importlib.abc.ExecutionLoader.get_filename", "name": "get_filename", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "arg_types": ["importlib.abc.ExecutionLoader", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_filename of ExecutionLoader", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "get_filename", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "arg_types": ["importlib.abc.ExecutionLoader", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_filename of ExecutionLoader", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FileLoader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["get_source"], "bases": ["importlib.abc.ResourceLoader", "importlib.abc.ExecutionLoader"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "importlib.abc.FileLoader", "name": "FileLoader", "type_vars": []}, "flags": ["is_abstract"], "fullname": "importlib.abc.FileLoader", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.abc", "mro": ["importlib.abc.FileLoader", "importlib.abc.ResourceLoader", "importlib.abc.ExecutionLoader", "importlib.abc.InspectLoader", "importlib.abc.Loader", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fullname", "path"], "flags": [], "fullname": "importlib.abc.FileLoader.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fullname", "path"], "arg_types": ["importlib.abc.FileLoader", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FileLoader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get_data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "importlib.abc.FileLoader.get_data", "name": "get_data", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["importlib.abc.FileLoader", {".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_data of FileLoader", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "get_filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "name"], "flags": [], "fullname": "importlib.abc.FileLoader.get_filename", "name": "get_filename", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "name"], "arg_types": ["importlib.abc.FileLoader", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_filename of FileLoader", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}, "type_guard": null, "variables": []}}}, "load_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "name"], "flags": [], "fullname": "importlib.abc.FileLoader.load_module", "name": "load_module", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "name"], "arg_types": ["importlib.abc.FileLoader", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_module of FileLoader", "ret_type": "types.ModuleType", "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.abc.FileLoader.name", "name": "name", "type": "builtins.str"}}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.abc.FileLoader.path", "name": "path", "type": {".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Finder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "importlib.abc.Finder", "name": "Finder", "type_vars": []}, "flags": [], "fullname": "importlib.abc.Finder", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.abc", "mro": ["importlib.abc.Finder", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "InspectLoader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["get_source"], "bases": ["importlib.abc.Loader"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.abc.InspectLoader", "name": "InspectLoader", "type_vars": []}, "flags": ["is_abstract"], "fullname": "importlib.abc.InspectLoader", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.abc", "mro": ["importlib.abc.InspectLoader", "importlib.abc.Loader", "builtins.object"], "names": {".class": "SymbolTable", "exec_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "flags": [], "fullname": "importlib.abc.InspectLoader.exec_module", "name": "exec_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "arg_types": ["importlib.abc.InspectLoader", "types.ModuleType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exec_module of InspectLoader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get_code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "flags": [], "fullname": "importlib.abc.InspectLoader.get_code", "name": "get_code", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "arg_types": ["importlib.abc.InspectLoader", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_code of InspectLoader", "ret_type": {".class": "UnionType", "items": ["types.CodeType", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "get_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "flags": ["is_decorated", "is_abstract"], "fullname": "importlib.abc.InspectLoader.get_source", "name": "get_source", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "arg_types": ["importlib.abc.InspectLoader", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_source of InspectLoader", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "get_source", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "arg_types": ["importlib.abc.InspectLoader", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_source of InspectLoader", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "is_package": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "flags": [], "fullname": "importlib.abc.InspectLoader.is_package", "name": "is_package", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "arg_types": ["importlib.abc.InspectLoader", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_package of InspectLoader", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "load_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "flags": [], "fullname": "importlib.abc.InspectLoader.load_module", "name": "load_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "arg_types": ["importlib.abc.InspectLoader", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_module of InspectLoader", "ret_type": "types.ModuleType", "type_guard": null, "variables": []}}}, "source_to_code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["data", "path"], "flags": ["is_static", "is_decorated"], "fullname": "importlib.abc.InspectLoader.source_to_code", "name": "source_to_code", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["data", "path"], "arg_types": [{".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "source_to_code of InspectLoader", "ret_type": "types.CodeType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "source_to_code", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["data", "path"], "arg_types": [{".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "source_to_code of InspectLoader", "ret_type": "types.CodeType", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "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}, "Loader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "importlib.abc.Loader", "name": "Loader", "type_vars": []}, "flags": [], "fullname": "importlib.abc.Loader", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.abc", "mro": ["importlib.abc.Loader", "builtins.object"], "names": {".class": "SymbolTable", "create_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "spec"], "flags": [], "fullname": "importlib.abc.Loader.create_module", "name": "create_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "spec"], "arg_types": ["importlib.abc.Loader", "importlib.machinery.ModuleSpec"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_module of Loader", "ret_type": {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "exec_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "flags": [], "fullname": "importlib.abc.Loader.exec_module", "name": "exec_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "arg_types": ["importlib.abc.Loader", "types.ModuleType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exec_module of Loader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "load_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "flags": [], "fullname": "importlib.abc.Loader.load_module", "name": "load_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "arg_types": ["importlib.abc.Loader", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_module of Loader", "ret_type": "types.ModuleType", "type_guard": null, "variables": []}}}, "module_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "flags": [], "fullname": "importlib.abc.Loader.module_repr", "name": "module_repr", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "arg_types": ["importlib.abc.Loader", "types.ModuleType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "module_repr of Loader", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MetaPathFinder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["importlib.abc.Finder"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.abc.MetaPathFinder", "name": "MetaPathFinder", "type_vars": []}, "flags": [], "fullname": "importlib.abc.MetaPathFinder", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.abc", "mro": ["importlib.abc.MetaPathFinder", "importlib.abc.Finder", "builtins.object"], "names": {".class": "SymbolTable", "find_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fullname", "path"], "flags": [], "fullname": "importlib.abc.MetaPathFinder.find_module", "name": "find_module", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fullname", "path"], "arg_types": ["importlib.abc.MetaPathFinder", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_module of MetaPathFinder", "ret_type": {".class": "UnionType", "items": ["importlib.abc.Loader", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "find_spec": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "fullname", "path", "target"], "flags": [], "fullname": "importlib.abc.MetaPathFinder.find_spec", "name": "find_spec", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "fullname", "path", "target"], "arg_types": ["importlib.abc.MetaPathFinder", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_spec of MetaPathFinder", "ret_type": {".class": "UnionType", "items": ["importlib.machinery.ModuleSpec", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "invalidate_caches": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "importlib.abc.MetaPathFinder.invalidate_caches", "name": "invalidate_caches", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.abc.MetaPathFinder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "invalidate_caches of MetaPathFinder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ModuleSpec": {".class": "SymbolTableNode", "cross_ref": "importlib.machinery.ModuleSpec", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PathEntryFinder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["importlib.abc.Finder"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.abc.PathEntryFinder", "name": "PathEntryFinder", "type_vars": []}, "flags": [], "fullname": "importlib.abc.PathEntryFinder", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.abc", "mro": ["importlib.abc.PathEntryFinder", "importlib.abc.Finder", "builtins.object"], "names": {".class": "SymbolTable", "find_loader": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "flags": [], "fullname": "importlib.abc.PathEntryFinder.find_loader", "name": "find_loader", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "arg_types": ["importlib.abc.PathEntryFinder", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_loader of PathEntryFinder", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["importlib.abc.Loader", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "type_ref": "typing.Sequence"}], "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": []}}}, "find_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "flags": [], "fullname": "importlib.abc.PathEntryFinder.find_module", "name": "find_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "arg_types": ["importlib.abc.PathEntryFinder", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_module of PathEntryFinder", "ret_type": {".class": "UnionType", "items": ["importlib.abc.Loader", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "find_spec": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "fullname", "target"], "flags": [], "fullname": "importlib.abc.PathEntryFinder.find_spec", "name": "find_spec", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "fullname", "target"], "arg_types": ["importlib.abc.PathEntryFinder", "builtins.str", {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_spec of PathEntryFinder", "ret_type": {".class": "UnionType", "items": ["importlib.machinery.ModuleSpec", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "invalidate_caches": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "importlib.abc.PathEntryFinder.invalidate_caches", "name": "invalidate_caches", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.abc.PathEntryFinder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "invalidate_caches of PathEntryFinder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing.Protocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ResourceLoader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["get_data"], "bases": ["importlib.abc.Loader"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.abc.ResourceLoader", "name": "ResourceLoader", "type_vars": []}, "flags": ["is_abstract"], "fullname": "importlib.abc.ResourceLoader", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.abc", "mro": ["importlib.abc.ResourceLoader", "importlib.abc.Loader", "builtins.object"], "names": {".class": "SymbolTable", "get_data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": ["is_decorated", "is_abstract"], "fullname": "importlib.abc.ResourceLoader.get_data", "name": "get_data", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["importlib.abc.ResourceLoader", {".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_data of ResourceLoader", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "get_data", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["importlib.abc.ResourceLoader", {".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_data of ResourceLoader", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ResourceReader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["contents", "is_resource", "open_resource", "resource_path"], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "importlib.abc.ResourceReader", "name": "ResourceReader", "type_vars": []}, "flags": ["is_abstract"], "fullname": "importlib.abc.ResourceReader", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.abc", "mro": ["importlib.abc.ResourceReader", "builtins.object"], "names": {".class": "SymbolTable", "contents": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "importlib.abc.ResourceReader.contents", "name": "contents", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.abc.ResourceReader"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "contents of ResourceReader", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "contents", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.abc.ResourceReader"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "contents of ResourceReader", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}}, "is_resource": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": ["is_decorated", "is_abstract"], "fullname": "importlib.abc.ResourceReader.is_resource", "name": "is_resource", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["importlib.abc.ResourceReader", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_resource of ResourceReader", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "is_resource", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["importlib.abc.ResourceReader", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_resource of ResourceReader", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "open_resource": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "resource"], "flags": ["is_decorated", "is_abstract"], "fullname": "importlib.abc.ResourceReader.open_resource", "name": "open_resource", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "resource"], "arg_types": ["importlib.abc.ResourceReader", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open_resource of ResourceReader", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "open_resource", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "resource"], "arg_types": ["importlib.abc.ResourceReader", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open_resource of ResourceReader", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}}}}, "resource_path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "resource"], "flags": ["is_decorated", "is_abstract"], "fullname": "importlib.abc.ResourceReader.resource_path", "name": "resource_path", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "resource"], "arg_types": ["importlib.abc.ResourceReader", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resource_path of ResourceReader", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "resource_path", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "resource"], "arg_types": ["importlib.abc.ResourceReader", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resource_path of ResourceReader", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SourceLoader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["get_data", "get_filename"], "bases": ["importlib.abc.ResourceLoader", "importlib.abc.ExecutionLoader"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "importlib.abc.SourceLoader", "name": "SourceLoader", "type_vars": []}, "flags": ["is_abstract"], "fullname": "importlib.abc.SourceLoader", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.abc", "mro": ["importlib.abc.SourceLoader", "importlib.abc.ResourceLoader", "importlib.abc.ExecutionLoader", "importlib.abc.InspectLoader", "importlib.abc.Loader", "builtins.object"], "names": {".class": "SymbolTable", "get_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "flags": [], "fullname": "importlib.abc.SourceLoader.get_source", "name": "get_source", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "arg_types": ["importlib.abc.SourceLoader", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_source of SourceLoader", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "path_mtime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "importlib.abc.SourceLoader.path_mtime", "name": "path_mtime", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["importlib.abc.SourceLoader", {".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "path_mtime of SourceLoader", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "path_stats": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "importlib.abc.SourceLoader.path_stats", "name": "path_stats", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["importlib.abc.SourceLoader", {".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "path_stats of SourceLoader", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, "type_guard": null, "variables": []}}}, "set_data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "path", "data"], "flags": [], "fullname": "importlib.abc.SourceLoader.set_data", "name": "set_data", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "path", "data"], "arg_types": ["importlib.abc.SourceLoader", {".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}, "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_data of SourceLoader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Traversable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__truediv__", "is_dir", "is_file", "iterdir", "joinpath", "name", "open", "read_bytes", "read_text"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.abc.Traversable", "name": "Traversable", "type_vars": []}, "flags": ["is_abstract", "is_protocol", "runtime_protocol"], "fullname": "importlib.abc.Traversable", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.abc", "mro": ["importlib.abc.Traversable", "builtins.object"], "names": {".class": "SymbolTable", "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "child"], "flags": ["is_decorated", "is_abstract"], "fullname": "importlib.abc.Traversable.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["importlib.abc.Traversable", {".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of Traversable", "ret_type": "importlib.abc.Traversable", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["importlib.abc.Traversable", {".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of Traversable", "ret_type": "importlib.abc.Traversable", "type_guard": null, "variables": []}}}}, "is_dir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "importlib.abc.Traversable.is_dir", "name": "is_dir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.abc.Traversable"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_dir of Traversable", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "is_dir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.abc.Traversable"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_dir of Traversable", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "is_file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "importlib.abc.Traversable.is_file", "name": "is_file", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.abc.Traversable"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_file of Traversable", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "is_file", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.abc.Traversable"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_file of Traversable", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "iterdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "importlib.abc.Traversable.iterdir", "name": "iterdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.abc.Traversable"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iterdir of Traversable", "ret_type": {".class": "Instance", "args": ["importlib.abc.Traversable"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "iterdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.abc.Traversable"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iterdir of Traversable", "ret_type": {".class": "Instance", "args": ["importlib.abc.Traversable"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}}, "joinpath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "child"], "flags": ["is_decorated", "is_abstract"], "fullname": "importlib.abc.Traversable.joinpath", "name": "joinpath", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "child"], "arg_types": ["importlib.abc.Traversable", {".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "joinpath of Traversable", "ret_type": "importlib.abc.Traversable", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "joinpath", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "child"], "arg_types": ["importlib.abc.Traversable", {".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "joinpath of Traversable", "ret_type": "importlib.abc.Traversable", "type_guard": null, "variables": []}}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated", "is_abstract"], "fullname": "importlib.abc.Traversable.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.abc.Traversable"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of Traversable", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.abc.Traversable"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of Traversable", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "open": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 2, 4], "arg_names": ["self", "mode", "args", "kwargs"], "flags": ["is_decorated", "is_abstract"], "fullname": "importlib.abc.Traversable.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 1, 2, 4], "arg_names": ["self", "mode", "args", "kwargs"], "arg_types": ["importlib.abc.Traversable", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "r"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rb"}]}, {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of Traversable", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 1, 2, 4], "arg_names": ["self", "mode", "args", "kwargs"], "arg_types": ["importlib.abc.Traversable", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "r"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rb"}]}, {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of Traversable", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}}}}, "read_bytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "importlib.abc.Traversable.read_bytes", "name": "read_bytes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.abc.Traversable"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_bytes of Traversable", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "read_bytes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.abc.Traversable"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_bytes of Traversable", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}, "read_text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "encoding"], "flags": ["is_decorated", "is_abstract"], "fullname": "importlib.abc.Traversable.read_text", "name": "read_text", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "encoding"], "arg_types": ["importlib.abc.Traversable", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_text of Traversable", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "read_text", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "encoding"], "arg_types": ["importlib.abc.Traversable", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_text of Traversable", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_LoaderProtocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.abc._LoaderProtocol", "name": "_LoaderProtocol", "type_vars": []}, "flags": ["is_protocol"], "fullname": "importlib.abc._LoaderProtocol", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.abc", "mro": ["importlib.abc._LoaderProtocol", "builtins.object"], "names": {".class": "SymbolTable", "load_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "flags": [], "fullname": "importlib.abc._LoaderProtocol.load_module", "name": "load_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "arg_types": ["importlib.abc._LoaderProtocol", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_module of _LoaderProtocol", "ret_type": "types.ModuleType", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "importlib.abc._Path", "line": 9, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.abc.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.abc.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.abc.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.abc.__package__", "name": "__package__", "type": "builtins.str"}}, "abstractmethod": {".class": "SymbolTableNode", "cross_ref": "abc.abstractmethod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "runtime_checkable": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.runtime_checkable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/importlib/abc.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/importlib/abc.meta.json b/.mypy_cache/3.9/importlib/abc.meta.json deleted file mode 100644 index 84d18ffaa..000000000 --- a/.mypy_cache/3.9/importlib/abc.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000169, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 1], "dep_prios": [10, 10, 5, 5, 5, 5, 5, 5], "dependencies": ["sys", "types", "_typeshed", "abc", "importlib.machinery", "typing", "typing_extensions", "builtins"], "hash": "975b27bb7940a1e273272cb01dce2ba7ac81595f908748c150562d90466b72fb", "id": "importlib.abc", "ignore_all": true, "interface_hash": "2280b1d66d36510c097a80975c0ddc3d3e95b9f902a9b0aa45deb9460a55f8b4", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/importlib/abc.pyi", "plugin_data": null, "size": 4381, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/importlib/machinery.data.json b/.mypy_cache/3.9/importlib/machinery.data.json deleted file mode 100644 index d93c3845e..000000000 --- a/.mypy_cache/3.9/importlib/machinery.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "importlib.machinery", "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}, "BYTECODE_SUFFIXES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.machinery.BYTECODE_SUFFIXES", "name": "BYTECODE_SUFFIXES", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "BuiltinImporter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["importlib.abc.MetaPathFinder", "importlib.abc.InspectLoader"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.machinery.BuiltinImporter", "name": "BuiltinImporter", "type_vars": []}, "flags": [], "fullname": "importlib.machinery.BuiltinImporter", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.machinery", "mro": ["importlib.machinery.BuiltinImporter", "importlib.abc.MetaPathFinder", "importlib.abc.Finder", "importlib.abc.InspectLoader", "importlib.abc.Loader", "builtins.object"], "names": {".class": "SymbolTable", "create_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "spec"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.machinery.BuiltinImporter.create_module", "name": "create_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "spec"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.BuiltinImporter"}, "importlib.machinery.ModuleSpec"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_module of BuiltinImporter", "ret_type": {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "create_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "spec"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.BuiltinImporter"}, "importlib.machinery.ModuleSpec"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_module of BuiltinImporter", "ret_type": {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "exec_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "module"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.machinery.BuiltinImporter.exec_module", "name": "exec_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "module"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.BuiltinImporter"}, "types.ModuleType"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exec_module of BuiltinImporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "exec_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "module"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.BuiltinImporter"}, "types.ModuleType"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exec_module of BuiltinImporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "find_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "fullname", "path"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.machinery.BuiltinImporter.find_module", "name": "find_module", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "fullname", "path"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.BuiltinImporter"}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_module of BuiltinImporter", "ret_type": {".class": "UnionType", "items": ["importlib.abc.Loader", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "find_module", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "fullname", "path"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.BuiltinImporter"}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_module of BuiltinImporter", "ret_type": {".class": "UnionType", "items": ["importlib.abc.Loader", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "find_spec": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "fullname", "path", "target"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.machinery.BuiltinImporter.find_spec", "name": "find_spec", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "fullname", "path", "target"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.BuiltinImporter"}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_spec of BuiltinImporter", "ret_type": {".class": "UnionType", "items": ["importlib.machinery.ModuleSpec", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "find_spec", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "fullname", "path", "target"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.BuiltinImporter"}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_spec of BuiltinImporter", "ret_type": {".class": "UnionType", "items": ["importlib.machinery.ModuleSpec", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "get_code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.machinery.BuiltinImporter.get_code", "name": "get_code", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.BuiltinImporter"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_code of BuiltinImporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "get_code", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.BuiltinImporter"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_code of BuiltinImporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "get_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.machinery.BuiltinImporter.get_source", "name": "get_source", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.BuiltinImporter"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_source of BuiltinImporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "get_source", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.BuiltinImporter"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_source of BuiltinImporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "is_package": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.machinery.BuiltinImporter.is_package", "name": "is_package", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.BuiltinImporter"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_package of BuiltinImporter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "is_package", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.BuiltinImporter"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_package of BuiltinImporter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "load_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.machinery.BuiltinImporter.load_module", "name": "load_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.BuiltinImporter"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_module of BuiltinImporter", "ret_type": "types.ModuleType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "load_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.BuiltinImporter"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_module of BuiltinImporter", "ret_type": "types.ModuleType", "type_guard": null, "variables": []}}}}, "module_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": ["is_static", "is_decorated"], "fullname": "importlib.machinery.BuiltinImporter.module_repr", "name": "module_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["module"], "arg_types": ["types.ModuleType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "module_repr of BuiltinImporter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "module_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["module"], "arg_types": ["types.ModuleType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "module_repr of BuiltinImporter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DEBUG_BYTECODE_SUFFIXES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.machinery.DEBUG_BYTECODE_SUFFIXES", "name": "DEBUG_BYTECODE_SUFFIXES", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "EXTENSION_SUFFIXES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.machinery.EXTENSION_SUFFIXES", "name": "EXTENSION_SUFFIXES", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "ExtensionFileLoader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["importlib.abc.ExecutionLoader"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.machinery.ExtensionFileLoader", "name": "ExtensionFileLoader", "type_vars": []}, "flags": [], "fullname": "importlib.machinery.ExtensionFileLoader", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.machinery", "mro": ["importlib.machinery.ExtensionFileLoader", "importlib.abc.ExecutionLoader", "importlib.abc.InspectLoader", "importlib.abc.Loader", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "path"], "flags": [], "fullname": "importlib.machinery.ExtensionFileLoader.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "path"], "arg_types": ["importlib.machinery.ExtensionFileLoader", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ExtensionFileLoader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get_filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "name"], "flags": [], "fullname": "importlib.machinery.ExtensionFileLoader.get_filename", "name": "get_filename", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "name"], "arg_types": ["importlib.machinery.ExtensionFileLoader", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_filename of ExtensionFileLoader", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}, "type_guard": null, "variables": []}}}, "get_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "flags": [], "fullname": "importlib.machinery.ExtensionFileLoader.get_source", "name": "get_source", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "arg_types": ["importlib.machinery.ExtensionFileLoader", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_source of ExtensionFileLoader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FileFinder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["importlib.abc.PathEntryFinder"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.machinery.FileFinder", "name": "FileFinder", "type_vars": []}, "flags": [], "fullname": "importlib.machinery.FileFinder", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.machinery", "mro": ["importlib.machinery.FileFinder", "importlib.abc.PathEntryFinder", "importlib.abc.Finder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "path", "loader_details"], "flags": [], "fullname": "importlib.machinery.FileFinder.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "path", "loader_details"], "arg_types": ["importlib.machinery.FileFinder", "builtins.str", {".class": "TupleType", "implicit": false, "items": ["importlib.abc.Loader", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FileFinder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.machinery.FileFinder.path", "name": "path", "type": "builtins.str"}}, "path_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["cls", "loader_details"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.machinery.FileFinder.path_hook", "name": "path_hook", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["cls", "loader_details"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.FileFinder"}, {".class": "TupleType", "implicit": false, "items": ["importlib.abc.Loader", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "path_hook of FileFinder", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "importlib.abc.PathEntryFinder", "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "path_hook", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["cls", "loader_details"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.FileFinder"}, {".class": "TupleType", "implicit": false, "items": ["importlib.abc.Loader", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "path_hook of FileFinder", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "importlib.abc.PathEntryFinder", "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FrozenImporter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["importlib.abc.MetaPathFinder", "importlib.abc.InspectLoader"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.machinery.FrozenImporter", "name": "FrozenImporter", "type_vars": []}, "flags": [], "fullname": "importlib.machinery.FrozenImporter", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.machinery", "mro": ["importlib.machinery.FrozenImporter", "importlib.abc.MetaPathFinder", "importlib.abc.Finder", "importlib.abc.InspectLoader", "importlib.abc.Loader", "builtins.object"], "names": {".class": "SymbolTable", "create_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "spec"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.machinery.FrozenImporter.create_module", "name": "create_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "spec"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.FrozenImporter"}, "importlib.machinery.ModuleSpec"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_module of FrozenImporter", "ret_type": {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "create_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "spec"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.FrozenImporter"}, "importlib.machinery.ModuleSpec"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_module of FrozenImporter", "ret_type": {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "exec_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": ["is_static", "is_decorated"], "fullname": "importlib.machinery.FrozenImporter.exec_module", "name": "exec_module", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["module"], "arg_types": ["types.ModuleType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exec_module of FrozenImporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "exec_module", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["module"], "arg_types": ["types.ModuleType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exec_module of FrozenImporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "find_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "fullname", "path"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.machinery.FrozenImporter.find_module", "name": "find_module", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "fullname", "path"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.FrozenImporter"}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_module of FrozenImporter", "ret_type": {".class": "UnionType", "items": ["importlib.abc.Loader", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "find_module", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "fullname", "path"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.FrozenImporter"}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_module of FrozenImporter", "ret_type": {".class": "UnionType", "items": ["importlib.abc.Loader", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "find_spec": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "fullname", "path", "target"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.machinery.FrozenImporter.find_spec", "name": "find_spec", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "fullname", "path", "target"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.FrozenImporter"}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_spec of FrozenImporter", "ret_type": {".class": "UnionType", "items": ["importlib.machinery.ModuleSpec", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "find_spec", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "fullname", "path", "target"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.FrozenImporter"}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_spec of FrozenImporter", "ret_type": {".class": "UnionType", "items": ["importlib.machinery.ModuleSpec", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "get_code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.machinery.FrozenImporter.get_code", "name": "get_code", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.FrozenImporter"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_code of FrozenImporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "get_code", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.FrozenImporter"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_code of FrozenImporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "get_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.machinery.FrozenImporter.get_source", "name": "get_source", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.FrozenImporter"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_source of FrozenImporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "get_source", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.FrozenImporter"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_source of FrozenImporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "is_package": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.machinery.FrozenImporter.is_package", "name": "is_package", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.FrozenImporter"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_package of FrozenImporter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "is_package", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.FrozenImporter"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_package of FrozenImporter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "load_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.machinery.FrozenImporter.load_module", "name": "load_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.FrozenImporter"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_module of FrozenImporter", "ret_type": "types.ModuleType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "load_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "fullname"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.FrozenImporter"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_module of FrozenImporter", "ret_type": "types.ModuleType", "type_guard": null, "variables": []}}}}, "module_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["m"], "flags": ["is_static", "is_decorated"], "fullname": "importlib.machinery.FrozenImporter.module_repr", "name": "module_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["m"], "arg_types": ["types.ModuleType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "module_repr of FrozenImporter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "module_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["m"], "arg_types": ["types.ModuleType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "module_repr of FrozenImporter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ModuleSpec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.machinery.ModuleSpec", "name": "ModuleSpec", "type_vars": []}, "flags": [], "fullname": "importlib.machinery.ModuleSpec", "metaclass_type": null, "metadata": {}, "module_name": "importlib.machinery", "mro": ["importlib.machinery.ModuleSpec", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["self", "name", "loader", "origin", "loader_state", "is_package"], "flags": [], "fullname": "importlib.machinery.ModuleSpec.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["self", "name", "loader", "origin", "loader_state", "is_package"], "arg_types": ["importlib.machinery.ModuleSpec", "builtins.str", {".class": "UnionType", "items": ["importlib.abc.Loader", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ModuleSpec", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cached": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.machinery.ModuleSpec.cached", "name": "cached", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "has_location": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.machinery.ModuleSpec.has_location", "name": "has_location", "type": "builtins.bool"}}, "loader": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.machinery.ModuleSpec.loader", "name": "loader", "type": {".class": "UnionType", "items": ["importlib.abc._LoaderProtocol", {".class": "NoneType"}]}}}, "loader_state": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.machinery.ModuleSpec.loader_state", "name": "loader_state", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.machinery.ModuleSpec.name", "name": "name", "type": "builtins.str"}}, "origin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.machinery.ModuleSpec.origin", "name": "origin", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "parent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.machinery.ModuleSpec.parent", "name": "parent", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "submodule_search_locations": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.machinery.ModuleSpec.submodule_search_locations", "name": "submodule_search_locations", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "OPTIMIZED_BYTECODE_SUFFIXES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.machinery.OPTIMIZED_BYTECODE_SUFFIXES", "name": "OPTIMIZED_BYTECODE_SUFFIXES", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PathFinder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.machinery.PathFinder", "name": "PathFinder", "type_vars": []}, "flags": [], "fullname": "importlib.machinery.PathFinder", "metaclass_type": null, "metadata": {}, "module_name": "importlib.machinery", "mro": ["importlib.machinery.PathFinder", "builtins.object"], "names": {".class": "SymbolTable", "find_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "fullname", "path"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.machinery.PathFinder.find_module", "name": "find_module", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "fullname", "path"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.PathFinder"}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_module of PathFinder", "ret_type": {".class": "UnionType", "items": ["importlib.abc.Loader", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "find_module", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "fullname", "path"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.PathFinder"}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_module of PathFinder", "ret_type": {".class": "UnionType", "items": ["importlib.abc.Loader", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "find_spec": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "fullname", "path", "target"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.machinery.PathFinder.find_spec", "name": "find_spec", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "fullname", "path", "target"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.PathFinder"}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_spec of PathFinder", "ret_type": {".class": "UnionType", "items": ["importlib.machinery.ModuleSpec", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "find_spec", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "fullname", "path", "target"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.PathFinder"}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_spec of PathFinder", "ret_type": {".class": "UnionType", "items": ["importlib.machinery.ModuleSpec", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "invalidate_caches": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.machinery.PathFinder.invalidate_caches", "name": "invalidate_caches", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.PathFinder"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "invalidate_caches of PathFinder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "invalidate_caches", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.PathFinder"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "invalidate_caches of PathFinder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SOURCE_SUFFIXES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.machinery.SOURCE_SUFFIXES", "name": "SOURCE_SUFFIXES", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SourceFileLoader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["importlib.abc.FileLoader", "importlib.abc.SourceLoader"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.machinery.SourceFileLoader", "name": "SourceFileLoader", "type_vars": []}, "flags": [], "fullname": "importlib.machinery.SourceFileLoader", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.machinery", "mro": ["importlib.machinery.SourceFileLoader", "importlib.abc.FileLoader", "importlib.abc.SourceLoader", "importlib.abc.ResourceLoader", "importlib.abc.ExecutionLoader", "importlib.abc.InspectLoader", "importlib.abc.Loader", "builtins.object"], "names": {".class": "SymbolTable", "set_data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "path", "data", "_mode"], "flags": [], "fullname": "importlib.machinery.SourceFileLoader.set_data", "name": "set_data", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "path", "data", "_mode"], "arg_types": ["importlib.machinery.SourceFileLoader", {".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}, "builtins.bytes", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_data of SourceFileLoader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SourcelessFileLoader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["importlib.abc.FileLoader", "importlib.abc.SourceLoader"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.machinery.SourcelessFileLoader", "name": "SourcelessFileLoader", "type_vars": []}, "flags": [], "fullname": "importlib.machinery.SourcelessFileLoader", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.machinery", "mro": ["importlib.machinery.SourcelessFileLoader", "importlib.abc.FileLoader", "importlib.abc.SourceLoader", "importlib.abc.ResourceLoader", "importlib.abc.ExecutionLoader", "importlib.abc.InspectLoader", "importlib.abc.Loader", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "WindowsRegistryFinder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["importlib.abc.MetaPathFinder"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.machinery.WindowsRegistryFinder", "name": "WindowsRegistryFinder", "type_vars": []}, "flags": [], "fullname": "importlib.machinery.WindowsRegistryFinder", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.machinery", "mro": ["importlib.machinery.WindowsRegistryFinder", "importlib.abc.MetaPathFinder", "importlib.abc.Finder", "builtins.object"], "names": {".class": "SymbolTable", "find_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "fullname", "path"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.machinery.WindowsRegistryFinder.find_module", "name": "find_module", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "fullname", "path"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.WindowsRegistryFinder"}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_module of WindowsRegistryFinder", "ret_type": {".class": "UnionType", "items": ["importlib.abc.Loader", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "find_module", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "fullname", "path"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.WindowsRegistryFinder"}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_module of WindowsRegistryFinder", "ret_type": {".class": "UnionType", "items": ["importlib.abc.Loader", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "find_spec": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "fullname", "path", "target"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.machinery.WindowsRegistryFinder.find_spec", "name": "find_spec", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "fullname", "path", "target"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.WindowsRegistryFinder"}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_spec of WindowsRegistryFinder", "ret_type": {".class": "UnionType", "items": ["importlib.machinery.ModuleSpec", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "find_spec", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "fullname", "path", "target"], "arg_types": [{".class": "TypeType", "item": "importlib.machinery.WindowsRegistryFinder"}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "importlib.abc._Path"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_spec of WindowsRegistryFinder", "ret_type": {".class": "UnionType", "items": ["importlib.machinery.ModuleSpec", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.machinery.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.machinery.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.machinery.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.machinery.__package__", "name": "__package__", "type": "builtins.str"}}, "all_suffixes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "importlib.machinery.all_suffixes", "name": "all_suffixes", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all_suffixes", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "importlib": {".class": "SymbolTableNode", "cross_ref": "importlib", "kind": "Gdef", "module_hidden": true, "module_public": false}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/importlib/machinery.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/importlib/machinery.meta.json b/.mypy_cache/3.9/importlib/machinery.meta.json deleted file mode 100644 index 2caa960af..000000000 --- a/.mypy_cache/3.9/importlib/machinery.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000169, "dep_lines": [1, 1, 2, 3, 1, 1], "dep_prios": [10, 20, 10, 5, 5, 30], "dependencies": ["importlib.abc", "importlib", "types", "typing", "builtins", "abc"], "hash": "c705c501e9910201e6ed2181f6b6dffe5b4237c106ee20a920012d9a14b254e6", "id": "importlib.machinery", "ignore_all": true, "interface_hash": "a25614b0e494f40e401b4ff76d36740d8f660e3759b55edbc4174c6bc3fdb798", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/importlib/machinery.pyi", "plugin_data": null, "size": 4652, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/importlib/metadata.data.json b/.mypy_cache/3.9/importlib/metadata.data.json deleted file mode 100644 index 467c8e86a..000000000 --- a/.mypy_cache/3.9/importlib/metadata.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "importlib.metadata", "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}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Distribution": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["locate_file", "read_text"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.metadata.Distribution", "name": "Distribution", "type_vars": []}, "flags": ["is_abstract"], "fullname": "importlib.metadata.Distribution", "metaclass_type": null, "metadata": {}, "module_name": "importlib.metadata", "mro": ["importlib.metadata.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "at": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": ["is_static", "is_decorated"], "fullname": "importlib.metadata.Distribution.at", "name": "at", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "at of Distribution", "ret_type": "importlib.metadata.PathDistribution", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "at", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "at of Distribution", "ret_type": "importlib.metadata.PathDistribution", "type_guard": null, "variables": []}}}}, "discover": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_class"], "fullname": "importlib.metadata.Distribution.discover", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3], "arg_names": ["cls", "context"], "flags": ["is_class", "is_overload", "is_decorated"], "fullname": "importlib.metadata.Distribution.discover", "name": "discover", "type": {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["cls", "context"], "arg_types": [{".class": "TypeType", "item": "importlib.metadata.Distribution"}, "importlib.metadata.DistributionFinder.Context"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "discover of Distribution", "ret_type": {".class": "Instance", "args": ["importlib.metadata.Distribution"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_classmethod"], "fullname": null, "name": "discover", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 4], "arg_names": ["cls", "context", "name", "path", "kwargs"], "flags": ["is_class", "is_overload", "is_decorated"], "fullname": "importlib.metadata.Distribution.discover", "name": "discover", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 4], "arg_names": ["cls", "context", "name", "path", "kwargs"], "arg_types": [{".class": "TypeType", "item": "importlib.metadata.Distribution"}, {".class": "NoneType"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "discover of Distribution", "ret_type": {".class": "Instance", "args": ["importlib.metadata.Distribution"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_classmethod"], "fullname": null, "name": "discover", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["cls", "context"], "arg_types": [{".class": "TypeType", "item": "importlib.metadata.Distribution"}, "importlib.metadata.DistributionFinder.Context"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "discover of Distribution", "ret_type": {".class": "Instance", "args": ["importlib.metadata.Distribution"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 4], "arg_names": ["cls", "context", "name", "path", "kwargs"], "arg_types": [{".class": "TypeType", "item": "importlib.metadata.Distribution"}, {".class": "NoneType"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "discover of Distribution", "ret_type": {".class": "Instance", "args": ["importlib.metadata.Distribution"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}]}}}, "entry_points": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "importlib.metadata.Distribution.entry_points", "name": "entry_points", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.metadata.Distribution"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "entry_points of Distribution", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": "importlib.metadata.EntryPoint"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "entry_points", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.metadata.Distribution"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "entry_points of Distribution", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": "importlib.metadata.EntryPoint"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "files": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "importlib.metadata.Distribution.files", "name": "files", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.metadata.Distribution"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "files of Distribution", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["importlib.metadata.PackagePath"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "files", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.metadata.Distribution"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "files of Distribution", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["importlib.metadata.PackagePath"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "from_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "name"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.metadata.Distribution.from_name", "name": "from_name", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "name"], "arg_types": [{".class": "TypeType", "item": "importlib.metadata.Distribution"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_name of Distribution", "ret_type": "importlib.metadata.Distribution", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_name", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "name"], "arg_types": [{".class": "TypeType", "item": "importlib.metadata.Distribution"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_name of Distribution", "ret_type": "importlib.metadata.Distribution", "type_guard": null, "variables": []}}}}, "locate_file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": ["is_decorated", "is_abstract"], "fullname": "importlib.metadata.Distribution.locate_file", "name": "locate_file", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["importlib.metadata.Distribution", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "locate_file of Distribution", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "locate_file", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["importlib.metadata.Distribution", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "locate_file of Distribution", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, "type_guard": null, "variables": []}}}}, "metadata": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "importlib.metadata.Distribution.metadata", "name": "metadata", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.metadata.Distribution"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "metadata of Distribution", "ret_type": "email.message.Message", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "metadata", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.metadata.Distribution"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "metadata of Distribution", "ret_type": "email.message.Message", "type_guard": null, "variables": []}}}}, "read_text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "filename"], "flags": ["is_decorated", "is_abstract"], "fullname": "importlib.metadata.Distribution.read_text", "name": "read_text", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "filename"], "arg_types": ["importlib.metadata.Distribution", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_text of Distribution", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "read_text", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "filename"], "arg_types": ["importlib.metadata.Distribution", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_text of Distribution", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "requires": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "importlib.metadata.Distribution.requires", "name": "requires", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.metadata.Distribution"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "requires of Distribution", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "requires", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.metadata.Distribution"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "requires of Distribution", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "importlib.metadata.Distribution.version", "name": "version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.metadata.Distribution"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "version of Distribution", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.metadata.Distribution"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "version of Distribution", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DistributionFinder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["find_distributions"], "bases": ["importlib.abc.MetaPathFinder"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.metadata.DistributionFinder", "name": "DistributionFinder", "type_vars": []}, "flags": ["is_abstract"], "fullname": "importlib.metadata.DistributionFinder", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.metadata", "mro": ["importlib.metadata.DistributionFinder", "importlib.abc.MetaPathFinder", "importlib.abc.Finder", "builtins.object"], "names": {".class": "SymbolTable", "Context": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.metadata.DistributionFinder.Context", "name": "Context", "type_vars": []}, "flags": [], "fullname": "importlib.metadata.DistributionFinder.Context", "metaclass_type": null, "metadata": {}, "module_name": "importlib.metadata", "mro": ["importlib.metadata.DistributionFinder.Context", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 4], "arg_names": ["self", "name", "path", "kwargs"], "flags": [], "fullname": "importlib.metadata.DistributionFinder.Context.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 4], "arg_names": ["self", "name", "path", "kwargs"], "arg_types": ["importlib.metadata.DistributionFinder.Context", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Context", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.metadata.DistributionFinder.Context.name", "name": "name", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "importlib.metadata.DistributionFinder.Context.path", "name": "path", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.metadata.DistributionFinder.Context"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "path of Context", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "path", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.metadata.DistributionFinder.Context"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "path of Context", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "find_distributions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "flags": ["is_decorated", "is_abstract"], "fullname": "importlib.metadata.DistributionFinder.find_distributions", "name": "find_distributions", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "arg_types": ["importlib.metadata.DistributionFinder", "importlib.metadata.DistributionFinder.Context"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_distributions of DistributionFinder", "ret_type": {".class": "Instance", "args": ["importlib.metadata.Distribution"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "find_distributions", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "context"], "arg_types": ["importlib.metadata.DistributionFinder", "importlib.metadata.DistributionFinder.Context"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_distributions of DistributionFinder", "ret_type": {".class": "Instance", "args": ["importlib.metadata.Distribution"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EntryPoint": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["importlib.metadata._EntryPointBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.metadata.EntryPoint", "name": "EntryPoint", "type_vars": []}, "flags": [], "fullname": "importlib.metadata.EntryPoint", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.metadata", "mro": ["importlib.metadata.EntryPoint", "importlib.metadata._EntryPointBase", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "extras": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "importlib.metadata.EntryPoint.extras", "name": "extras", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": "importlib.metadata.EntryPoint"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extras of EntryPoint", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "extras", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": "importlib.metadata.EntryPoint"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extras of EntryPoint", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "load": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "importlib.metadata.EntryPoint.load", "name": "load", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": "importlib.metadata.EntryPoint"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load of EntryPoint", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": "importlib.metadata._EntryPointBase"}, "type_vars": [], "typeddict_type": null}}, "FileHash": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.metadata.FileHash", "name": "FileHash", "type_vars": []}, "flags": [], "fullname": "importlib.metadata.FileHash", "metaclass_type": null, "metadata": {}, "module_name": "importlib.metadata", "mro": ["importlib.metadata.FileHash", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "spec"], "flags": [], "fullname": "importlib.metadata.FileHash.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "spec"], "arg_types": ["importlib.metadata.FileHash", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FileHash", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.metadata.FileHash.mode", "name": "mode", "type": "builtins.str"}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.metadata.FileHash.value", "name": "value", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Message": {".class": "SymbolTableNode", "cross_ref": "email.message.Message", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MetaPathFinder": {".class": "SymbolTableNode", "cross_ref": "importlib.abc.MetaPathFinder", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MetadataPathFinder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["importlib.metadata.DistributionFinder"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.metadata.MetadataPathFinder", "name": "MetadataPathFinder", "type_vars": []}, "flags": [], "fullname": "importlib.metadata.MetadataPathFinder", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.metadata", "mro": ["importlib.metadata.MetadataPathFinder", "importlib.metadata.DistributionFinder", "importlib.abc.MetaPathFinder", "importlib.abc.Finder", "builtins.object"], "names": {".class": "SymbolTable", "find_distributions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["cls", "context"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.metadata.MetadataPathFinder.find_distributions", "name": "find_distributions", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["cls", "context"], "arg_types": [{".class": "TypeType", "item": "importlib.metadata.MetadataPathFinder"}, "importlib.metadata.DistributionFinder.Context"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_distributions of MetadataPathFinder", "ret_type": {".class": "Instance", "args": ["importlib.metadata.PathDistribution"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "find_distributions", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["cls", "context"], "arg_types": [{".class": "TypeType", "item": "importlib.metadata.MetadataPathFinder"}, "importlib.metadata.DistributionFinder.Context"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_distributions of MetadataPathFinder", "ret_type": {".class": "Instance", "args": ["importlib.metadata.PathDistribution"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PackageNotFoundError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ModuleNotFoundError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.metadata.PackageNotFoundError", "name": "PackageNotFoundError", "type_vars": []}, "flags": [], "fullname": "importlib.metadata.PackageNotFoundError", "metaclass_type": null, "metadata": {}, "module_name": "importlib.metadata", "mro": ["importlib.metadata.PackageNotFoundError", "builtins.ModuleNotFoundError", "builtins.ImportError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PackagePath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["pathlib.PurePosixPath"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.metadata.PackagePath", "name": "PackagePath", "type_vars": []}, "flags": [], "fullname": "importlib.metadata.PackagePath", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.metadata", "mro": ["importlib.metadata.PackagePath", "pathlib.PurePosixPath", "pathlib.PurePath", "os.PathLike", "builtins.object"], "names": {".class": "SymbolTable", "dist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.metadata.PackagePath.dist", "name": "dist", "type": "importlib.metadata.Distribution"}}, "hash": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.metadata.PackagePath.hash", "name": "hash", "type": {".class": "UnionType", "items": ["importlib.metadata.FileHash", {".class": "NoneType"}]}}}, "locate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "importlib.metadata.PackagePath.locate", "name": "locate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.metadata.PackagePath"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "locate of PackagePath", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, "type_guard": null, "variables": []}}}, "read_binary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "importlib.metadata.PackagePath.read_binary", "name": "read_binary", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["importlib.metadata.PackagePath"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_binary of PackagePath", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "read_text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "encoding"], "flags": [], "fullname": "importlib.metadata.PackagePath.read_text", "name": "read_text", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "encoding"], "arg_types": ["importlib.metadata.PackagePath", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_text of PackagePath", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.metadata.PackagePath.size", "name": "size", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PathDistribution": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["importlib.metadata.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.metadata.PathDistribution", "name": "PathDistribution", "type_vars": []}, "flags": [], "fullname": "importlib.metadata.PathDistribution", "metaclass_type": null, "metadata": {}, "module_name": "importlib.metadata", "mro": ["importlib.metadata.PathDistribution", "importlib.metadata.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "importlib.metadata.PathDistribution.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["importlib.metadata.PathDistribution", "pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PathDistribution", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "locate_file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "importlib.metadata.PathDistribution.locate_file", "name": "locate_file", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["importlib.metadata.PathDistribution", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "locate_file of PathDistribution", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, "type_guard": null, "variables": []}}}, "read_text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "filename"], "flags": [], "fullname": "importlib.metadata.PathDistribution.read_text", "name": "read_text", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "filename"], "arg_types": ["importlib.metadata.PathDistribution", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_text of PathDistribution", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_EntryPointBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.metadata._EntryPointBase", "name": "_EntryPointBase", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "importlib.metadata._EntryPointBase", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["name", "value", "group"]}}, "module_name": "importlib.metadata", "mro": ["importlib.metadata._EntryPointBase", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "importlib.metadata._EntryPointBase._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.metadata._EntryPointBase.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.metadata._EntryPointBase.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "name", "value", "group"], "flags": [], "fullname": "importlib.metadata._EntryPointBase.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "name", "value", "group"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "importlib.metadata._EntryPointBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _EntryPointBase", "ret_type": {".class": "TypeVarType", "fullname": "importlib.metadata._EntryPointBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "importlib.metadata._EntryPointBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "importlib.metadata._EntryPointBase._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "importlib.metadata._EntryPointBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of _EntryPointBase", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "importlib.metadata._EntryPointBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.metadata._EntryPointBase._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.metadata._EntryPointBase._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.metadata._EntryPointBase._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.metadata._EntryPointBase._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "importlib.metadata._EntryPointBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _EntryPointBase", "ret_type": {".class": "TypeVarType", "fullname": "importlib.metadata._EntryPointBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "importlib.metadata._EntryPointBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "importlib.metadata._EntryPointBase._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "importlib.metadata._EntryPointBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _EntryPointBase", "ret_type": {".class": "TypeVarType", "fullname": "importlib.metadata._EntryPointBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "importlib.metadata._EntryPointBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "name", "value", "group"], "flags": [], "fullname": "importlib.metadata._EntryPointBase._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "name", "value", "group"], "arg_types": [{".class": "TypeVarType", "fullname": "importlib.metadata._EntryPointBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of _EntryPointBase", "ret_type": {".class": "TypeVarType", "fullname": "importlib.metadata._EntryPointBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "importlib.metadata._EntryPointBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "importlib.metadata._EntryPointBase._source", "name": "_source", "type": "builtins.str"}}, "group": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "importlib.metadata._EntryPointBase.group", "name": "group", "type": "builtins.str"}}, "group-redefinition": {".class": "SymbolTableNode", "cross_ref": "importlib.metadata._EntryPointBase.group", "kind": "Mdef"}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "importlib.metadata._EntryPointBase.name", "name": "name", "type": "builtins.str"}}, "name-redefinition": {".class": "SymbolTableNode", "cross_ref": "importlib.metadata._EntryPointBase.name", "kind": "Mdef"}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "importlib.metadata._EntryPointBase.value", "name": "value", "type": "builtins.str"}}, "value-redefinition": {".class": "SymbolTableNode", "cross_ref": "importlib.metadata._EntryPointBase.value", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.metadata.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.metadata.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.metadata.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.metadata.__package__", "name": "__package__", "type": "builtins.str"}}, "abc": {".class": "SymbolTableNode", "cross_ref": "abc", "kind": "Gdef", "module_hidden": true, "module_public": false}, "distribution": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["distribution_name"], "flags": [], "fullname": "importlib.metadata.distribution", "name": "distribution", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["distribution_name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "distribution", "ret_type": "importlib.metadata.Distribution", "type_guard": null, "variables": []}}}, "distributions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "importlib.metadata.distributions", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [3], "arg_names": ["context"], "flags": ["is_overload", "is_decorated"], "fullname": "importlib.metadata.distributions", "name": "distributions", "type": {".class": "CallableType", "arg_kinds": [3], "arg_names": ["context"], "arg_types": ["importlib.metadata.DistributionFinder.Context"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "distributions", "ret_type": {".class": "Instance", "args": ["importlib.metadata.Distribution"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "distributions", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [5, 5, 5, 4], "arg_names": ["context", "name", "path", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "importlib.metadata.distributions", "name": "distributions", "type": {".class": "CallableType", "arg_kinds": [5, 5, 5, 4], "arg_names": ["context", "name", "path", "kwargs"], "arg_types": [{".class": "NoneType"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "distributions", "ret_type": {".class": "Instance", "args": ["importlib.metadata.Distribution"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "distributions", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [3], "arg_names": ["context"], "arg_types": ["importlib.metadata.DistributionFinder.Context"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "distributions", "ret_type": {".class": "Instance", "args": ["importlib.metadata.Distribution"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [5, 5, 5, 4], "arg_names": ["context", "name", "path", "kwargs"], "arg_types": [{".class": "NoneType"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "distributions", "ret_type": {".class": "Instance", "args": ["importlib.metadata.Distribution"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}]}}}, "entry_points": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "importlib.metadata.entry_points", "name": "entry_points", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "entry_points", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": "importlib.metadata.EntryPoint"}], "type_ref": "builtins.tuple"}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "files": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["distribution_name"], "flags": [], "fullname": "importlib.metadata.files", "name": "files", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["distribution_name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "files", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["importlib.metadata.PackagePath"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "metadata": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["distribution_name"], "flags": [], "fullname": "importlib.metadata.metadata", "name": "metadata", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["distribution_name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "metadata", "ret_type": "email.message.Message", "type_guard": null, "variables": []}}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_hidden": true, "module_public": false}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "pathlib": {".class": "SymbolTableNode", "cross_ref": "pathlib", "kind": "Gdef", "module_hidden": true, "module_public": false}, "requires": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["distribution_name"], "flags": [], "fullname": "importlib.metadata.requires", "name": "requires", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["distribution_name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "requires", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["distribution_name"], "flags": [], "fullname": "importlib.metadata.version", "name": "version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["distribution_name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "version", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/importlib/metadata.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/importlib/metadata.meta.json b/.mypy_cache/3.9/importlib/metadata.meta.json deleted file mode 100644 index 52ade9fc6..000000000 --- a/.mypy_cache/3.9/importlib/metadata.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 4, 5, 6, 8, 1], "dep_prios": [10, 10, 5, 10, 5, 5, 5, 5], "dependencies": ["abc", "os", "pathlib", "sys", "email.message", "importlib.abc", "typing", "builtins"], "hash": "a1ab20a39a5e5fa9ac1a842b492a33f5f867b43b3e5a3cb1471cdeae042484e2", "id": "importlib.metadata", "ignore_all": true, "interface_hash": "6af340f5321cd50434e7da5bac6f4baccde81eab9ca0de94b2e383c8684268c7", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/importlib/metadata.pyi", "plugin_data": null, "size": 3743, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/importlib/util.data.json b/.mypy_cache/3.9/importlib/util.data.json deleted file mode 100644 index 316f9bd72..000000000 --- a/.mypy_cache/3.9/importlib/util.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "importlib.util", "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}, "LazyLoader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["importlib.abc.Loader"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "importlib.util.LazyLoader", "name": "LazyLoader", "type_vars": []}, "flags": [], "fullname": "importlib.util.LazyLoader", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "importlib.util", "mro": ["importlib.util.LazyLoader", "importlib.abc.Loader", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "loader"], "flags": [], "fullname": "importlib.util.LazyLoader.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "loader"], "arg_types": ["importlib.util.LazyLoader", "importlib.abc.Loader"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LazyLoader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "create_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "spec"], "flags": [], "fullname": "importlib.util.LazyLoader.create_module", "name": "create_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "spec"], "arg_types": ["importlib.util.LazyLoader", "importlib.machinery.ModuleSpec"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_module of LazyLoader", "ret_type": {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "exec_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "flags": [], "fullname": "importlib.util.LazyLoader.exec_module", "name": "exec_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "arg_types": ["importlib.util.LazyLoader", "types.ModuleType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exec_module of LazyLoader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "factory": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "loader"], "flags": ["is_class", "is_decorated"], "fullname": "importlib.util.LazyLoader.factory", "name": "factory", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "loader"], "arg_types": [{".class": "TypeType", "item": "importlib.util.LazyLoader"}, "importlib.abc.Loader"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "factory of LazyLoader", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "importlib.util.LazyLoader", "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "factory", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "loader"], "arg_types": [{".class": "TypeType", "item": "importlib.util.LazyLoader"}, "importlib.abc.Loader"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "factory of LazyLoader", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "importlib.util.LazyLoader", "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MAGIC_NUMBER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.util.MAGIC_NUMBER", "name": "MAGIC_NUMBER", "type": "builtins.bytes"}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.util.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.util.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.util.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "importlib.util.__package__", "name": "__package__", "type": "builtins.str"}}, "cache_from_source": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["path", "debug_override", "optimization"], "flags": [], "fullname": "importlib.util.cache_from_source", "name": "cache_from_source", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["path", "debug_override", "optimization"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.bool", {".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", "implicit": false, "is_ellipsis_args": false, "name": "cache_from_source", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "decode_source": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["source_bytes"], "flags": [], "fullname": "importlib.util.decode_source", "name": "decode_source", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["source_bytes"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decode_source", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "find_spec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["name", "package"], "flags": [], "fullname": "importlib.util.find_spec", "name": "find_spec", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["name", "package"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_spec", "ret_type": {".class": "UnionType", "items": ["importlib.machinery.ModuleSpec", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "importlib": {".class": "SymbolTableNode", "cross_ref": "importlib", "kind": "Gdef", "module_hidden": true, "module_public": false}, "module_for_loader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fxn"], "flags": [], "fullname": "importlib.util.module_for_loader", "name": "module_for_loader", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["fxn"], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "types.ModuleType", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "module_for_loader", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "types.ModuleType", "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "module_from_spec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["spec"], "flags": [], "fullname": "importlib.util.module_from_spec", "name": "module_from_spec", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["spec"], "arg_types": ["importlib.machinery.ModuleSpec"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "module_from_spec", "ret_type": "types.ModuleType", "type_guard": null, "variables": []}}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_hidden": true, "module_public": false}, "resolve_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["name", "package"], "flags": [], "fullname": "importlib.util.resolve_name", "name": "resolve_name", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["name", "package"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resolve_name", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "set_loader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fxn"], "flags": [], "fullname": "importlib.util.set_loader", "name": "set_loader", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["fxn"], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "types.ModuleType", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_loader", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "types.ModuleType", "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "set_package": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fxn"], "flags": [], "fullname": "importlib.util.set_package", "name": "set_package", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["fxn"], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "types.ModuleType", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_package", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "types.ModuleType", "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "source_from_cache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "importlib.util.source_from_cache", "name": "source_from_cache", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "source_from_cache", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "spec_from_file_location": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5, 5], "arg_names": ["name", "location", "loader", "submodule_search_locations"], "flags": [], "fullname": "importlib.util.spec_from_file_location", "name": "spec_from_file_location", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5, 5], "arg_names": ["name", "location", "loader", "submodule_search_locations"], "arg_types": ["builtins.str", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["importlib.abc.Loader", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spec_from_file_location", "ret_type": {".class": "UnionType", "items": ["importlib.machinery.ModuleSpec", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "spec_from_loader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["name", "loader", "origin", "is_package"], "flags": [], "fullname": "importlib.util.spec_from_loader", "name": "spec_from_loader", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["name", "loader", "origin", "is_package"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["importlib.abc.Loader", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spec_from_loader", "ret_type": {".class": "UnionType", "items": ["importlib.machinery.ModuleSpec", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/importlib/util.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/importlib/util.meta.json b/.mypy_cache/3.9/importlib/util.meta.json deleted file mode 100644 index c763eb71c..000000000 --- a/.mypy_cache/3.9/importlib/util.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 2, 3, 4, 5, 1, 1], "dep_prios": [10, 20, 10, 10, 10, 5, 5, 30], "dependencies": ["importlib.abc", "importlib", "importlib.machinery", "os", "types", "typing", "builtins", "abc"], "hash": "abdb14509dcfe73e8a4ac1babe09f1f4af5a9db7091352004b833f2496552c17", "id": "importlib.util", "ignore_all": true, "interface_hash": "f614b56f89ec7a77923599879a43a1a4c4066a7160007f63b3f827afff889d53", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/importlib/util.pyi", "plugin_data": null, "size": 1762, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/iniconfig/__init__.data.json b/.mypy_cache/3.9/iniconfig/__init__.data.json deleted file mode 100644 index e7068395e..000000000 --- a/.mypy_cache/3.9/iniconfig/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "iniconfig", "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}, "Final": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Final", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IniConfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "iniconfig.IniConfig", "name": "IniConfig", "type_vars": []}, "flags": [], "fullname": "iniconfig.IniConfig", "metaclass_type": null, "metadata": {}, "module_name": "iniconfig", "mro": ["iniconfig.IniConfig", "builtins.object"], "names": {".class": "SymbolTable", "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "iniconfig.IniConfig.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["iniconfig.IniConfig", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of IniConfig", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "iniconfig.IniConfig.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["iniconfig.IniConfig", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of IniConfig", "ret_type": "iniconfig.SectionWrapper", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "path", "data"], "flags": [], "fullname": "iniconfig.IniConfig.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "path", "data"], "arg_types": ["iniconfig.IniConfig", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of IniConfig", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "iniconfig.IniConfig.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["iniconfig.IniConfig"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of IniConfig", "ret_type": {".class": "Instance", "args": ["iniconfig.SectionWrapper"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "section", "name", "default", "convert"], "flags": [], "fullname": "iniconfig.IniConfig.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "section", "name", "default", "convert"], "arg_types": ["iniconfig.IniConfig", "builtins.str", "builtins.str", {".class": "TypeVarType", "fullname": "iniconfig._D", "id": -1, "name": "_D", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "iniconfig._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of IniConfig", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "iniconfig._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "iniconfig._D", "id": -1, "name": "_D", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "iniconfig._D", "id": -1, "name": "_D", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "iniconfig._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "lineof": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "section", "name"], "flags": [], "fullname": "iniconfig.IniConfig.lineof", "name": "lineof", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "section", "name"], "arg_types": ["iniconfig.IniConfig", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lineof of IniConfig", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "iniconfig.IniConfig.path", "name": "path", "type": "builtins.str"}}, "sections": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "iniconfig.IniConfig.sections", "name": "sections", "type": {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}], "type_ref": "typing.Mapping"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ParseError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "iniconfig.ParseError", "name": "ParseError", "type_vars": []}, "flags": [], "fullname": "iniconfig.ParseError", "metaclass_type": null, "metadata": {}, "module_name": "iniconfig", "mro": ["iniconfig.ParseError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "iniconfig.ParseError.lineno", "name": "lineno", "type": "builtins.int"}}, "msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "iniconfig.ParseError.msg", "name": "msg", "type": "builtins.str"}}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "iniconfig.ParseError.path", "name": "path", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SectionWrapper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "iniconfig.SectionWrapper", "name": "SectionWrapper", "type_vars": []}, "flags": [], "fullname": "iniconfig.SectionWrapper", "metaclass_type": null, "metadata": {}, "module_name": "iniconfig", "mro": ["iniconfig.SectionWrapper", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "iniconfig.SectionWrapper.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["iniconfig.SectionWrapper", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of SectionWrapper", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "iniconfig.SectionWrapper.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["iniconfig.SectionWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of SectionWrapper", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "config": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "iniconfig.SectionWrapper.config", "name": "config", "type": "iniconfig.IniConfig"}}, "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "key", "default", "convert"], "flags": [], "fullname": "iniconfig.SectionWrapper.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "key", "default", "convert"], "arg_types": ["iniconfig.SectionWrapper", "builtins.str", {".class": "TypeVarType", "fullname": "iniconfig._D", "id": -1, "name": "_D", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "iniconfig._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of SectionWrapper", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "iniconfig._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "iniconfig._D", "id": -1, "name": "_D", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "iniconfig._D", "id": -1, "name": "_D", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "iniconfig._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "items": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "iniconfig.SectionWrapper.items", "name": "items", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["iniconfig.SectionWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "items of SectionWrapper", "ret_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"}}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "lineof": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "iniconfig.SectionWrapper.lineof", "name": "lineof", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["iniconfig.SectionWrapper", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lineof of SectionWrapper", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "iniconfig.SectionWrapper.name", "name": "name", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "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}, "_D": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "iniconfig._D", "name": "_D", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "iniconfig._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "iniconfig.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "iniconfig.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "iniconfig.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "iniconfig.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/iniconfig/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/iniconfig/__init__.meta.json b/.mypy_cache/3.9/iniconfig/__init__.meta.json deleted file mode 100644 index 3c7d0e859..000000000 --- a/.mypy_cache/3.9/iniconfig/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [5, 5, 5, 30], "dependencies": ["typing", "typing_extensions", "builtins", "abc"], "hash": "fb828e72dceadbca214664d9b2a947e9aca5c85aac34ac58aad93576d7b2a62e", "id": "iniconfig", "ignore_all": true, "interface_hash": "bc159049669f9ef638326d9ff2e6dc47b024949395c6f24018e96c49f5f32d59", "mtime": 1610983025, "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_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/anaconda3/lib/python3.9/site-packages/iniconfig/__init__.pyi", "plugin_data": null, "size": 1205, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/inspect.data.json b/.mypy_cache/3.9/inspect.data.json deleted file mode 100644 index 7aa4d4966..000000000 --- a/.mypy_cache/3.9/inspect.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "inspect", "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}, "ArgInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".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": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "inspect.ArgInfo", "name": "ArgInfo", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "inspect.ArgInfo", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["args", "varargs", "keywords", "locals"]}}, "module_name": "inspect", "mro": ["inspect.ArgInfo", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "inspect.ArgInfo._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".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": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.ArgInfo.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.ArgInfo.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["_cls", "args", "varargs", "keywords", "locals"], "flags": [], "fullname": "inspect.ArgInfo.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["_cls", "args", "varargs", "keywords", "locals"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.ArgInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".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": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ArgInfo", "ret_type": {".class": "TypeVarType", "fullname": "inspect.ArgInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".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": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.ArgInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".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": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "inspect.ArgInfo._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "inspect.ArgInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".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": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of ArgInfo", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.ArgInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".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": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.ArgInfo._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.ArgInfo._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.ArgInfo._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "inspect.ArgInfo._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.ArgInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".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": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of ArgInfo", "ret_type": {".class": "TypeVarType", "fullname": "inspect.ArgInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".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": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.ArgInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".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": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "inspect.ArgInfo._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.ArgInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".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": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of ArgInfo", "ret_type": {".class": "TypeVarType", "fullname": "inspect.ArgInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".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": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.ArgInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".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": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["_self", "args", "varargs", "keywords", "locals"], "flags": [], "fullname": "inspect.ArgInfo._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["_self", "args", "varargs", "keywords", "locals"], "arg_types": [{".class": "TypeVarType", "fullname": "inspect.ArgInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".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": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of ArgInfo", "ret_type": {".class": "TypeVarType", "fullname": "inspect.ArgInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".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": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.ArgInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".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": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.ArgInfo._source", "name": "_source", "type": "builtins.str"}}, "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.ArgInfo.args", "name": "args", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "args-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.ArgInfo.args", "kind": "Mdef"}, "keywords": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.ArgInfo.keywords", "name": "keywords", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "keywords-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.ArgInfo.keywords", "kind": "Mdef"}, "locals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.ArgInfo.locals", "name": "locals", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "locals-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.ArgInfo.locals", "kind": "Mdef"}, "varargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.ArgInfo.varargs", "name": "varargs", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "varargs-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.ArgInfo.varargs", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".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": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "ArgSpec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".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"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "inspect.ArgSpec", "name": "ArgSpec", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "inspect.ArgSpec", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["args", "varargs", "keywords", "defaults"]}}, "module_name": "inspect", "mro": ["inspect.ArgSpec", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "inspect.ArgSpec._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".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"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.ArgSpec.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.ArgSpec.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["_cls", "args", "varargs", "keywords", "defaults"], "flags": [], "fullname": "inspect.ArgSpec.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["_cls", "args", "varargs", "keywords", "defaults"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".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"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ArgSpec", "ret_type": {".class": "TypeVarType", "fullname": "inspect.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".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"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".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"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "inspect.ArgSpec._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "inspect.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".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"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of ArgSpec", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".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"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.ArgSpec._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.ArgSpec._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.ArgSpec._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "inspect.ArgSpec._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".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"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of ArgSpec", "ret_type": {".class": "TypeVarType", "fullname": "inspect.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".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"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".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"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "inspect.ArgSpec._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".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"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of ArgSpec", "ret_type": {".class": "TypeVarType", "fullname": "inspect.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".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"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".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"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["_self", "args", "varargs", "keywords", "defaults"], "flags": [], "fullname": "inspect.ArgSpec._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["_self", "args", "varargs", "keywords", "defaults"], "arg_types": [{".class": "TypeVarType", "fullname": "inspect.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".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"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of ArgSpec", "ret_type": {".class": "TypeVarType", "fullname": "inspect.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".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"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".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"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.ArgSpec._source", "name": "_source", "type": "builtins.str"}}, "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.ArgSpec.args", "name": "args", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "args-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.ArgSpec.args", "kind": "Mdef"}, "defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.ArgSpec.defaults", "name": "defaults", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}}}, "defaults-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.ArgSpec.defaults", "kind": "Mdef"}, "keywords": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.ArgSpec.keywords", "name": "keywords", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "keywords-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.ArgSpec.keywords", "kind": "Mdef"}, "varargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.ArgSpec.varargs", "name": "varargs", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "varargs-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.ArgSpec.varargs", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".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"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "Arguments": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "inspect.Arguments", "name": "Arguments", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "inspect.Arguments", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["args", "varargs", "varkw"]}}, "module_name": "inspect", "mro": ["inspect.Arguments", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "inspect.Arguments._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Arguments.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Arguments.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "args", "varargs", "varkw"], "flags": [], "fullname": "inspect.Arguments.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "args", "varargs", "varkw"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.Arguments._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Arguments", "ret_type": {".class": "TypeVarType", "fullname": "inspect.Arguments._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.Arguments._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "inspect.Arguments._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "inspect.Arguments._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of Arguments", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.Arguments._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Arguments._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Arguments._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Arguments._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "inspect.Arguments._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.Arguments._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of Arguments", "ret_type": {".class": "TypeVarType", "fullname": "inspect.Arguments._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.Arguments._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "inspect.Arguments._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.Arguments._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of Arguments", "ret_type": {".class": "TypeVarType", "fullname": "inspect.Arguments._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.Arguments._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "args", "varargs", "varkw"], "flags": [], "fullname": "inspect.Arguments._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "args", "varargs", "varkw"], "arg_types": [{".class": "TypeVarType", "fullname": "inspect.Arguments._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of Arguments", "ret_type": {".class": "TypeVarType", "fullname": "inspect.Arguments._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.Arguments._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Arguments._source", "name": "_source", "type": "builtins.str"}}, "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.Arguments.args", "name": "args", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "args-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.Arguments.args", "kind": "Mdef"}, "varargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.Arguments.varargs", "name": "varargs", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "varargs-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.Arguments.varargs", "kind": "Mdef"}, "varkw": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.Arguments.varkw", "name": "varkw", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "varkw-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.Arguments.varkw", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"]}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "Attribute": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "inspect.Attribute", "name": "Attribute", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "inspect.Attribute", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["name", "kind", "defining_class", "object"]}}, "module_name": "inspect", "mro": ["inspect.Attribute", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "inspect.Attribute._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.type", "builtins.object"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Attribute.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Attribute.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["_cls", "name", "kind", "defining_class", "object"], "flags": [], "fullname": "inspect.Attribute.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["_cls", "name", "kind", "defining_class", "object"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.type", "builtins.object"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.str", "builtins.str", "builtins.type", "builtins.object"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Attribute", "ret_type": {".class": "TypeVarType", "fullname": "inspect.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.type", "builtins.object"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.type", "builtins.object"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "inspect.Attribute._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "inspect.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.type", "builtins.object"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of Attribute", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.type", "builtins.object"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Attribute._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Attribute._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Attribute._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "inspect.Attribute._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.type", "builtins.object"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of Attribute", "ret_type": {".class": "TypeVarType", "fullname": "inspect.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.type", "builtins.object"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.type", "builtins.object"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "inspect.Attribute._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.type", "builtins.object"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of Attribute", "ret_type": {".class": "TypeVarType", "fullname": "inspect.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.type", "builtins.object"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.type", "builtins.object"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["_self", "name", "kind", "defining_class", "object"], "flags": [], "fullname": "inspect.Attribute._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["_self", "name", "kind", "defining_class", "object"], "arg_types": [{".class": "TypeVarType", "fullname": "inspect.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.type", "builtins.object"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.str", "builtins.str", "builtins.type", "builtins.object"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of Attribute", "ret_type": {".class": "TypeVarType", "fullname": "inspect.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.type", "builtins.object"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.type", "builtins.object"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Attribute._source", "name": "_source", "type": "builtins.str"}}, "defining_class": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.Attribute.defining_class", "name": "defining_class", "type": "builtins.type"}}, "defining_class-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.Attribute.defining_class", "kind": "Mdef"}, "kind": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.Attribute.kind", "name": "kind", "type": "builtins.str"}}, "kind-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.Attribute.kind", "kind": "Mdef"}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.Attribute.name", "name": "name", "type": "builtins.str"}}, "name-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.Attribute.name", "kind": "Mdef"}, "object": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.Attribute.object", "name": "object", "type": "builtins.object"}}, "object-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.Attribute.object", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.type", "builtins.object"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "BlockFinder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "inspect.BlockFinder", "name": "BlockFinder", "type_vars": []}, "flags": [], "fullname": "inspect.BlockFinder", "metaclass_type": null, "metadata": {}, "module_name": "inspect", "mro": ["inspect.BlockFinder", "builtins.object"], "names": {".class": "SymbolTable", "decoratorhasargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.BlockFinder.decoratorhasargs", "name": "decoratorhasargs", "type": "builtins.bool"}}, "indecorator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.BlockFinder.indecorator", "name": "indecorator", "type": "builtins.bool"}}, "indent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.BlockFinder.indent", "name": "indent", "type": "builtins.int"}}, "islambda": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.BlockFinder.islambda", "name": "islambda", "type": "builtins.bool"}}, "last": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.BlockFinder.last", "name": "last", "type": "builtins.int"}}, "passline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.BlockFinder.passline", "name": "passline", "type": "builtins.bool"}}, "started": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.BlockFinder.started", "name": "started", "type": "builtins.bool"}}, "tokeneater": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "type", "token", "srowcol", "erowcol", "line"], "flags": [], "fullname": "inspect.BlockFinder.tokeneater", "name": "tokeneater", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "type", "token", "srowcol", "erowcol", "line"], "arg_types": ["inspect.BlockFinder", "builtins.int", "builtins.str", {".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"}}, {".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"}}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tokeneater of BlockFinder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BoundArguments": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "inspect.BoundArguments", "name": "BoundArguments", "type_vars": []}, "flags": [], "fullname": "inspect.BoundArguments", "metaclass_type": null, "metadata": {}, "module_name": "inspect", "mro": ["inspect.BoundArguments", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "signature", "arguments"], "flags": [], "fullname": "inspect.BoundArguments.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "signature", "arguments"], "arg_types": ["inspect.BoundArguments", "inspect.Signature", {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "collections.OrderedDict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BoundArguments", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "apply_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "inspect.BoundArguments.apply_defaults", "name": "apply_defaults", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["inspect.BoundArguments"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "apply_defaults of BoundArguments", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.BoundArguments.args", "name": "args", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}}}, "arguments": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.BoundArguments.arguments", "name": "arguments", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "collections.OrderedDict"}}}, "kwargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.BoundArguments.kwargs", "name": "kwargs", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "signature": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.BoundArguments.signature", "name": "signature", "type": "inspect.Signature"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CORO_CLOSED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.CORO_CLOSED", "name": "CORO_CLOSED", "type": "builtins.str"}}, "CORO_CREATED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.CORO_CREATED", "name": "CORO_CREATED", "type": "builtins.str"}}, "CORO_RUNNING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.CORO_RUNNING", "name": "CORO_RUNNING", "type": "builtins.str"}}, "CORO_SUSPENDED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.CORO_SUSPENDED", "name": "CORO_SUSPENDED", "type": "builtins.str"}}, "CO_ASYNC_GENERATOR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.CO_ASYNC_GENERATOR", "name": "CO_ASYNC_GENERATOR", "type": "builtins.int"}}, "CO_COROUTINE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.CO_COROUTINE", "name": "CO_COROUTINE", "type": "builtins.int"}}, "CO_GENERATOR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.CO_GENERATOR", "name": "CO_GENERATOR", "type": "builtins.int"}}, "CO_ITERABLE_COROUTINE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.CO_ITERABLE_COROUTINE", "name": "CO_ITERABLE_COROUTINE", "type": "builtins.int"}}, "CO_NESTED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.CO_NESTED", "name": "CO_NESTED", "type": "builtins.int"}}, "CO_NEWLOCALS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.CO_NEWLOCALS", "name": "CO_NEWLOCALS", "type": "builtins.int"}}, "CO_NOFREE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.CO_NOFREE", "name": "CO_NOFREE", "type": "builtins.int"}}, "CO_OPTIMIZED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.CO_OPTIMIZED", "name": "CO_OPTIMIZED", "type": "builtins.int"}}, "CO_VARARGS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.CO_VARARGS", "name": "CO_VARARGS", "type": "builtins.int"}}, "CO_VARKEYWORDS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.CO_VARKEYWORDS", "name": "CO_VARKEYWORDS", "type": "builtins.int"}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ClassFoundException": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "inspect.ClassFoundException", "name": "ClassFoundException", "type_vars": []}, "flags": [], "fullname": "inspect.ClassFoundException", "metaclass_type": null, "metadata": {}, "module_name": "inspect", "mro": ["inspect.ClassFoundException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ClassVar": {".class": "SymbolTableNode", "cross_ref": "typing.ClassVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ClosureVars": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "inspect.ClosureVars", "name": "ClosureVars", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "inspect.ClosureVars", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["nonlocals", "globals", "builtins", "unbound"]}}, "module_name": "inspect", "mro": ["inspect.ClosureVars", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "inspect.ClosureVars._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.ClosureVars.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.ClosureVars.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["_cls", "nonlocals", "globals", "builtins", "unbound"], "flags": [], "fullname": "inspect.ClosureVars.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["_cls", "nonlocals", "globals", "builtins", "unbound"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.ClosureVars._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ClosureVars", "ret_type": {".class": "TypeVarType", "fullname": "inspect.ClosureVars._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.ClosureVars._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "inspect.ClosureVars._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "inspect.ClosureVars._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of ClosureVars", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.ClosureVars._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.ClosureVars._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.ClosureVars._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.ClosureVars._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "inspect.ClosureVars._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.ClosureVars._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of ClosureVars", "ret_type": {".class": "TypeVarType", "fullname": "inspect.ClosureVars._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.ClosureVars._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "inspect.ClosureVars._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.ClosureVars._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of ClosureVars", "ret_type": {".class": "TypeVarType", "fullname": "inspect.ClosureVars._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.ClosureVars._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["_self", "nonlocals", "globals", "builtins", "unbound"], "flags": [], "fullname": "inspect.ClosureVars._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["_self", "nonlocals", "globals", "builtins", "unbound"], "arg_types": [{".class": "TypeVarType", "fullname": "inspect.ClosureVars._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of ClosureVars", "ret_type": {".class": "TypeVarType", "fullname": "inspect.ClosureVars._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.ClosureVars._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.ClosureVars._source", "name": "_source", "type": "builtins.str"}}, "builtins": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.ClosureVars.builtins", "name": "builtins", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}}}, "builtins-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.ClosureVars.builtins", "kind": "Mdef"}, "globals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.ClosureVars.globals", "name": "globals", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}}}, "globals-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.ClosureVars.globals", "kind": "Mdef"}, "nonlocals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.ClosureVars.nonlocals", "name": "nonlocals", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}}}, "nonlocals-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.ClosureVars.nonlocals", "kind": "Mdef"}, "unbound": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.ClosureVars.unbound", "name": "unbound", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}}}, "unbound-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.ClosureVars.unbound", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "partial_fallback": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Collection"}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "CodeType": {".class": "SymbolTableNode", "cross_ref": "types.CodeType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "EndOfBlock": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "inspect.EndOfBlock", "name": "EndOfBlock", "type_vars": []}, "flags": [], "fullname": "inspect.EndOfBlock", "metaclass_type": null, "metadata": {}, "module_name": "inspect", "mro": ["inspect.EndOfBlock", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FrameInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "inspect.FrameInfo", "name": "FrameInfo", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "inspect.FrameInfo", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["frame", "filename", "lineno", "function", "code_context", "index"]}}, "module_name": "inspect", "mro": ["inspect.FrameInfo", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "inspect.FrameInfo._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.FrameInfo.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.FrameInfo.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "frame", "filename", "lineno", "function", "code_context", "index"], "flags": [], "fullname": "inspect.FrameInfo.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "frame", "filename", "lineno", "function", "code_context", "index"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.FrameInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of FrameInfo", "ret_type": {".class": "TypeVarType", "fullname": "inspect.FrameInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.FrameInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "inspect.FrameInfo._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "inspect.FrameInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of FrameInfo", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.FrameInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.FrameInfo._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.FrameInfo._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.FrameInfo._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "inspect.FrameInfo._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.FrameInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of FrameInfo", "ret_type": {".class": "TypeVarType", "fullname": "inspect.FrameInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.FrameInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "inspect.FrameInfo._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.FrameInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of FrameInfo", "ret_type": {".class": "TypeVarType", "fullname": "inspect.FrameInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.FrameInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["_self", "frame", "filename", "lineno", "function", "code_context", "index"], "flags": [], "fullname": "inspect.FrameInfo._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["_self", "frame", "filename", "lineno", "function", "code_context", "index"], "arg_types": [{".class": "TypeVarType", "fullname": "inspect.FrameInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of FrameInfo", "ret_type": {".class": "TypeVarType", "fullname": "inspect.FrameInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.FrameInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.FrameInfo._source", "name": "_source", "type": "builtins.str"}}, "code_context": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.FrameInfo.code_context", "name": "code_context", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}}}, "code_context-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.FrameInfo.code_context", "kind": "Mdef"}, "filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.FrameInfo.filename", "name": "filename", "type": "builtins.str"}}, "filename-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.FrameInfo.filename", "kind": "Mdef"}, "frame": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.FrameInfo.frame", "name": "frame", "type": "types.FrameType"}}, "frame-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.FrameInfo.frame", "kind": "Mdef"}, "function": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.FrameInfo.function", "name": "function", "type": "builtins.str"}}, "function-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.FrameInfo.function", "kind": "Mdef"}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.FrameInfo.index", "name": "index", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "index-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.FrameInfo.index", "kind": "Mdef"}, "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.FrameInfo.lineno", "name": "lineno", "type": "builtins.int"}}, "lineno-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.FrameInfo.lineno", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "FrameType": {".class": "SymbolTableNode", "cross_ref": "types.FrameType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "FullArgSpec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str", {".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"}]}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "inspect.FullArgSpec", "name": "FullArgSpec", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "inspect.FullArgSpec", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["args", "varargs", "varkw", "defaults", "kwonlyargs", "kwonlydefaults", "annotations"]}}, "module_name": "inspect", "mro": ["inspect.FullArgSpec", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "inspect.FullArgSpec._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str", {".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"}]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.FullArgSpec.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.FullArgSpec.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "args", "varargs", "varkw", "defaults", "kwonlyargs", "kwonlydefaults", "annotations"], "flags": [], "fullname": "inspect.FullArgSpec.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "args", "varargs", "varkw", "defaults", "kwonlyargs", "kwonlydefaults", "annotations"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.FullArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str", {".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"}]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".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": "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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of FullArgSpec", "ret_type": {".class": "TypeVarType", "fullname": "inspect.FullArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str", {".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"}]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.FullArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str", {".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"}]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "inspect.FullArgSpec._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "inspect.FullArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str", {".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"}]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of FullArgSpec", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.FullArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str", {".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"}]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.FullArgSpec._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.FullArgSpec._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.FullArgSpec._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "inspect.FullArgSpec._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.FullArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str", {".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"}]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of FullArgSpec", "ret_type": {".class": "TypeVarType", "fullname": "inspect.FullArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str", {".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"}]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.FullArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str", {".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"}]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "inspect.FullArgSpec._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.FullArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str", {".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"}]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of FullArgSpec", "ret_type": {".class": "TypeVarType", "fullname": "inspect.FullArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str", {".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"}]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.FullArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str", {".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"}]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["_self", "args", "varargs", "varkw", "defaults", "kwonlyargs", "kwonlydefaults", "annotations"], "flags": [], "fullname": "inspect.FullArgSpec._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["_self", "args", "varargs", "varkw", "defaults", "kwonlyargs", "kwonlydefaults", "annotations"], "arg_types": [{".class": "TypeVarType", "fullname": "inspect.FullArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str", {".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"}]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".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": "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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of FullArgSpec", "ret_type": {".class": "TypeVarType", "fullname": "inspect.FullArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str", {".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"}]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.FullArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str", {".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"}]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.FullArgSpec._source", "name": "_source", "type": "builtins.str"}}, "annotations": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.FullArgSpec.annotations", "name": "annotations", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "annotations-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.FullArgSpec.annotations", "kind": "Mdef"}, "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.FullArgSpec.args", "name": "args", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "args-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.FullArgSpec.args", "kind": "Mdef"}, "defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.FullArgSpec.defaults", "name": "defaults", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}}}, "defaults-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.FullArgSpec.defaults", "kind": "Mdef"}, "kwonlyargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.FullArgSpec.kwonlyargs", "name": "kwonlyargs", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "kwonlyargs-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.FullArgSpec.kwonlyargs", "kind": "Mdef"}, "kwonlydefaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.FullArgSpec.kwonlydefaults", "name": "kwonlydefaults", "type": {".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"}]}}}, "kwonlydefaults-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.FullArgSpec.kwonlydefaults", "kind": "Mdef"}, "varargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.FullArgSpec.varargs", "name": "varargs", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "varargs-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.FullArgSpec.varargs", "kind": "Mdef"}, "varkw": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.FullArgSpec.varkw", "name": "varkw", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "varkw-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.FullArgSpec.varkw", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str", {".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"}]}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "FunctionType": {".class": "SymbolTableNode", "cross_ref": "types.FunctionType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "GEN_CLOSED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.GEN_CLOSED", "name": "GEN_CLOSED", "type": "builtins.str"}}, "GEN_CREATED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.GEN_CREATED", "name": "GEN_CREATED", "type": "builtins.str"}}, "GEN_RUNNING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.GEN_RUNNING", "name": "GEN_RUNNING", "type": "builtins.str"}}, "GEN_SUSPENDED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.GEN_SUSPENDED", "name": "GEN_SUSPENDED", "type": "builtins.str"}}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MethodType": {".class": "SymbolTableNode", "cross_ref": "types.MethodType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ModuleType": {".class": "SymbolTableNode", "cross_ref": "types.ModuleType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "OrderedDict": {".class": "SymbolTableNode", "cross_ref": "collections.OrderedDict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Parameter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "inspect.Parameter", "name": "Parameter", "type_vars": []}, "flags": [], "fullname": "inspect.Parameter", "metaclass_type": null, "metadata": {}, "module_name": "inspect", "mro": ["inspect.Parameter", "builtins.object"], "names": {".class": "SymbolTable", "KEYWORD_ONLY": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "inspect.Parameter.KEYWORD_ONLY", "name": "KEYWORD_ONLY", "type": {".class": "LiteralType", "fallback": "inspect._ParameterKind", "value": "KEYWORD_ONLY"}}}, "POSITIONAL_ONLY": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "inspect.Parameter.POSITIONAL_ONLY", "name": "POSITIONAL_ONLY", "type": {".class": "LiteralType", "fallback": "inspect._ParameterKind", "value": "POSITIONAL_ONLY"}}}, "POSITIONAL_OR_KEYWORD": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "inspect.Parameter.POSITIONAL_OR_KEYWORD", "name": "POSITIONAL_OR_KEYWORD", "type": {".class": "LiteralType", "fallback": "inspect._ParameterKind", "value": "POSITIONAL_OR_KEYWORD"}}}, "VAR_KEYWORD": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "inspect.Parameter.VAR_KEYWORD", "name": "VAR_KEYWORD", "type": {".class": "LiteralType", "fallback": "inspect._ParameterKind", "value": "VAR_KEYWORD"}}}, "VAR_POSITIONAL": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "inspect.Parameter.VAR_POSITIONAL", "name": "VAR_POSITIONAL", "type": {".class": "LiteralType", "fallback": "inspect._ParameterKind", "value": "VAR_POSITIONAL"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "name", "kind", "default", "annotation"], "flags": [], "fullname": "inspect.Parameter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "name", "kind", "default", "annotation"], "arg_types": ["inspect.Parameter", "builtins.str", "inspect._ParameterKind", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Parameter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "annotation": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Parameter.annotation", "name": "annotation", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "default": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Parameter.default", "name": "default", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "empty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Parameter.empty", "name": "empty", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "kind": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Parameter.kind", "name": "kind", "type": "inspect._ParameterKind"}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Parameter.name", "name": "name", "type": "builtins.str"}}, "replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["self", "name", "kind", "default", "annotation"], "flags": [], "fullname": "inspect.Parameter.replace", "name": "replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["self", "name", "kind", "default", "annotation"], "arg_types": ["inspect.Parameter", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["inspect._ParameterKind", {".class": "NoneType"}]}, {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "replace of Parameter", "ret_type": "inspect.Parameter", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Signature": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "inspect.Signature", "name": "Signature", "type_vars": []}, "flags": [], "fullname": "inspect.Signature", "metaclass_type": null, "metadata": {}, "module_name": "inspect", "mro": ["inspect.Signature", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["self", "parameters", "return_annotation"], "flags": [], "fullname": "inspect.Signature.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["self", "parameters", "return_annotation"], "arg_types": ["inspect.Signature", {".class": "UnionType", "items": [{".class": "Instance", "args": ["inspect.Parameter"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Signature", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "bind": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "inspect.Signature.bind", "name": "bind", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["inspect.Signature", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bind of Signature", "ret_type": "inspect.BoundArguments", "type_guard": null, "variables": []}}}, "bind_partial": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "inspect.Signature.bind_partial", "name": "bind_partial", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["inspect.Signature", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bind_partial of Signature", "ret_type": "inspect.BoundArguments", "type_guard": null, "variables": []}}}, "empty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Signature.empty", "name": "empty", "type": "builtins.object"}}, "from_callable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["cls", "obj", "follow_wrapped"], "flags": ["is_class", "is_decorated"], "fullname": "inspect.Signature.from_callable", "name": "from_callable", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["cls", "obj", "follow_wrapped"], "arg_types": [{".class": "TypeType", "item": "inspect.Signature"}, {".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", "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": []}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_callable of Signature", "ret_type": "inspect.Signature", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_callable", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["cls", "obj", "follow_wrapped"], "arg_types": [{".class": "TypeType", "item": "inspect.Signature"}, {".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", "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": []}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_callable of Signature", "ret_type": "inspect.Signature", "type_guard": null, "variables": []}}}}, "parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Signature.parameters", "name": "parameters", "type": {".class": "Instance", "args": ["builtins.str", "inspect.Parameter"], "type_ref": "typing.Mapping"}}}, "replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["self", "parameters", "return_annotation"], "flags": [], "fullname": "inspect.Signature.replace", "name": "replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["self", "parameters", "return_annotation"], "arg_types": ["inspect.Signature", {".class": "UnionType", "items": [{".class": "Instance", "args": ["inspect.Parameter"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "replace of Signature", "ret_type": "inspect.Signature", "type_guard": null, "variables": []}}}, "return_annotation": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Signature.return_annotation", "name": "return_annotation", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TPFLAGS_IS_ABSTRACT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.TPFLAGS_IS_ABSTRACT", "name": "TPFLAGS_IS_ABSTRACT", "type": "builtins.int"}}, "Traceback": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "inspect.Traceback", "name": "Traceback", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "inspect.Traceback", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["filename", "lineno", "function", "code_context", "index"]}}, "module_name": "inspect", "mro": ["inspect.Traceback", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "inspect.Traceback._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Traceback.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Traceback.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "filename", "lineno", "function", "code_context", "index"], "flags": [], "fullname": "inspect.Traceback.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "filename", "lineno", "function", "code_context", "index"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.Traceback._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Traceback", "ret_type": {".class": "TypeVarType", "fullname": "inspect.Traceback._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.Traceback._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "inspect.Traceback._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "inspect.Traceback._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of Traceback", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.Traceback._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Traceback._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Traceback._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Traceback._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "inspect.Traceback._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.Traceback._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of Traceback", "ret_type": {".class": "TypeVarType", "fullname": "inspect.Traceback._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.Traceback._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "inspect.Traceback._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "inspect.Traceback._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of Traceback", "ret_type": {".class": "TypeVarType", "fullname": "inspect.Traceback._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.Traceback._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["_self", "filename", "lineno", "function", "code_context", "index"], "flags": [], "fullname": "inspect.Traceback._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["_self", "filename", "lineno", "function", "code_context", "index"], "arg_types": [{".class": "TypeVarType", "fullname": "inspect.Traceback._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of Traceback", "ret_type": {".class": "TypeVarType", "fullname": "inspect.Traceback._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "inspect.Traceback._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect.Traceback._source", "name": "_source", "type": "builtins.str"}}, "code_context": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.Traceback.code_context", "name": "code_context", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}}}, "code_context-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.Traceback.code_context", "kind": "Mdef"}, "filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.Traceback.filename", "name": "filename", "type": "builtins.str"}}, "filename-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.Traceback.filename", "kind": "Mdef"}, "function": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.Traceback.function", "name": "function", "type": "builtins.str"}}, "function-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.Traceback.function", "kind": "Mdef"}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.Traceback.index", "name": "index", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "index-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.Traceback.index", "kind": "Mdef"}, "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "inspect.Traceback.lineno", "name": "lineno", "type": "builtins.int"}}, "lineno-redefinition": {".class": "SymbolTableNode", "cross_ref": "inspect.Traceback.lineno", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Object": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "inspect._Object", "line": 334, "no_args": true, "normalized": false, "target": "builtins.object"}}, "_ParameterKind": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.IntEnum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "inspect._ParameterKind", "name": "_ParameterKind", "type_vars": []}, "flags": ["is_enum"], "fullname": "inspect._ParameterKind", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "inspect", "mro": ["inspect._ParameterKind", "enum.IntEnum", "builtins.int", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "KEYWORD_ONLY": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect._ParameterKind.KEYWORD_ONLY", "name": "KEYWORD_ONLY", "type": "builtins.int"}}, "POSITIONAL_ONLY": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect._ParameterKind.POSITIONAL_ONLY", "name": "POSITIONAL_ONLY", "type": "builtins.int"}}, "POSITIONAL_OR_KEYWORD": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect._ParameterKind.POSITIONAL_OR_KEYWORD", "name": "POSITIONAL_OR_KEYWORD", "type": "builtins.int"}}, "VAR_KEYWORD": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect._ParameterKind.VAR_KEYWORD", "name": "VAR_KEYWORD", "type": "builtins.int"}}, "VAR_POSITIONAL": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect._ParameterKind.VAR_POSITIONAL", "name": "VAR_POSITIONAL", "type": "builtins.int"}}, "description": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "inspect._ParameterKind.description", "name": "description", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_SourceObjectType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "inspect._SourceObjectType", "line": 90, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["types.ModuleType", {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}}, "types.MethodType", "types.FunctionType", "types.TracebackType", "types.FrameType", "types.CodeType", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "inspect.__package__", "name": "__package__", "type": "builtins.str"}}, "classify_class_attrs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": [], "fullname": "inspect.classify_class_attrs", "name": "classify_class_attrs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": ["builtins.type"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "classify_class_attrs", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.type", "builtins.object"], "partial_fallback": "inspect.Attribute"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "cleandoc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["doc"], "flags": [], "fullname": "inspect.cleandoc", "name": "cleandoc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["doc"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cleandoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "currentframe": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "inspect.currentframe", "name": "currentframe", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "currentframe", "ret_type": {".class": "UnionType", "items": ["types.FrameType", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "enum": {".class": "SymbolTableNode", "cross_ref": "enum", "kind": "Gdef", "module_hidden": true, "module_public": false}, "findsource": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.findsource", "name": "findsource", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "inspect._SourceObjectType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "findsource", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "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": []}}}, "formatannotation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["annotation", "base_module"], "flags": [], "fullname": "inspect.formatannotation", "name": "formatannotation", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["annotation", "base_module"], "arg_types": ["builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatannotation", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatannotationrelativeto": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.formatannotationrelativeto", "name": "formatannotationrelativeto", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatannotationrelativeto", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "formatargspec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["args", "varargs", "varkw", "defaults", "kwonlyargs", "kwonlydefaults", "annotations", "formatarg", "formatvarargs", "formatvarkw", "formatvalue", "formatreturns", "formatannotation"], "flags": [], "fullname": "inspect.formatargspec", "name": "formatargspec", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["args", "varargs", "varkw", "defaults", "kwonlyargs", "kwonlydefaults", "annotations", "formatarg", "formatvarargs", "formatvarkw", "formatvalue", "formatreturns", "formatannotation"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatargspec", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatargvalues": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["args", "varargs", "varkw", "locals", "formatarg", "formatvarargs", "formatvarkw", "formatvalue"], "flags": [], "fullname": "inspect.formatargvalues", "name": "formatargvalues", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["args", "varargs", "varkw", "locals", "formatarg", "formatvarargs", "formatvarkw", "formatvalue"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".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": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatargvalues", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getabsfile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["object", "_filename"], "flags": [], "fullname": "inspect.getabsfile", "name": "getabsfile", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["object", "_filename"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "inspect._SourceObjectType"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getabsfile", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getargs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["co"], "flags": [], "fullname": "inspect.getargs", "name": "getargs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["co"], "arg_types": ["types.CodeType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getargs", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": "inspect.Arguments"}, "type_guard": null, "variables": []}}}, "getargspec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "inspect.getargspec", "name": "getargspec", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["func"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getargspec", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "partial_fallback": "inspect.ArgSpec"}, "type_guard": null, "variables": []}}}, "getargvalues": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["frame"], "flags": [], "fullname": "inspect.getargvalues", "name": "getargvalues", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["frame"], "arg_types": ["types.FrameType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getargvalues", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": "inspect.ArgInfo"}, "type_guard": null, "variables": []}}}, "getattr_static": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["obj", "attr", "default"], "flags": [], "fullname": "inspect.getattr_static", "name": "getattr_static", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["obj", "attr", "default"], "arg_types": ["builtins.object", "builtins.str", {".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", "implicit": false, "is_ellipsis_args": false, "name": "getattr_static", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "getblock": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["lines"], "flags": [], "fullname": "inspect.getblock", "name": "getblock", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["lines"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getblock", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}}, "getcallargs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["__func", "args", "kwds"], "flags": [], "fullname": "inspect.getcallargs", "name": "getcallargs", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": [null, "args", "kwds"], "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", "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": "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getcallargs", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "getclasstree": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["classes", "unique"], "flags": [], "fullname": "inspect.getclasstree", "name": "getclasstree", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["classes", "unique"], "arg_types": [{".class": "Instance", "args": ["builtins.type"], "type_ref": "builtins.list"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getclasstree", "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": []}}}, "getclosurevars": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "inspect.getclosurevars", "name": "getclosurevars", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["func"], "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", "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": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getclosurevars", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "partial_fallback": "inspect.ClosureVars"}, "type_guard": null, "variables": []}}}, "getcomments": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.getcomments", "name": "getcomments", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getcomments", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "getcoroutinelocals": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["coroutine"], "flags": [], "fullname": "inspect.getcoroutinelocals", "name": "getcoroutinelocals", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["coroutine"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getcoroutinelocals", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "getcoroutinestate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["coroutine"], "flags": [], "fullname": "inspect.getcoroutinestate", "name": "getcoroutinestate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["coroutine"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getcoroutinestate", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getdoc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.getdoc", "name": "getdoc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getdoc", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "getfile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.getfile", "name": "getfile", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "inspect._SourceObjectType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfile", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getframeinfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["frame", "context"], "flags": [], "fullname": "inspect.getframeinfo", "name": "getframeinfo", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["frame", "context"], "arg_types": [{".class": "UnionType", "items": ["types.FrameType", "types.TracebackType"]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getframeinfo", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": "inspect.Traceback"}, "type_guard": null, "variables": []}}}, "getfullargspec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "inspect.getfullargspec", "name": "getfullargspec", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["func"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfullargspec", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "partial_fallback": "inspect.FullArgSpec"}, "type_guard": null, "variables": []}}}, "getgeneratorlocals": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["generator"], "flags": [], "fullname": "inspect.getgeneratorlocals", "name": "getgeneratorlocals", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["generator"], "arg_types": [{".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Generator"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getgeneratorlocals", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "getgeneratorstate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["generator"], "flags": [], "fullname": "inspect.getgeneratorstate", "name": "getgeneratorstate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["generator"], "arg_types": [{".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Generator"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getgeneratorstate", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getinnerframes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["tb", "context"], "flags": [], "fullname": "inspect.getinnerframes", "name": "getinnerframes", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["tb", "context"], "arg_types": ["types.TracebackType", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getinnerframes", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": "inspect.FrameInfo"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "getlineno": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["frame"], "flags": [], "fullname": "inspect.getlineno", "name": "getlineno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["frame"], "arg_types": ["types.FrameType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getlineno", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getmembers": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["object", "predicate"], "flags": [], "fullname": "inspect.getmembers", "name": "getmembers", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["object", "predicate"], "arg_types": ["builtins.object", {".class": "UnionType", "items": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getmembers", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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"}, "type_guard": null, "variables": []}}}, "getmodule": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["object", "_filename"], "flags": [], "fullname": "inspect.getmodule", "name": "getmodule", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["object", "_filename"], "arg_types": ["builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getmodule", "ret_type": {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "getmodulename": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "inspect.getmodulename", "name": "getmodulename", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getmodulename", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "getmro": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": [], "fullname": "inspect.getmro", "name": "getmro", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": ["builtins.type"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getmro", "ret_type": {".class": "Instance", "args": ["builtins.type"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "getouterframes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["frame", "context"], "flags": [], "fullname": "inspect.getouterframes", "name": "getouterframes", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["frame", "context"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getouterframes", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": "inspect.FrameInfo"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "getsource": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.getsource", "name": "getsource", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "inspect._SourceObjectType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getsource", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getsourcefile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.getsourcefile", "name": "getsourcefile", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "inspect._SourceObjectType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getsourcefile", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "getsourcelines": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.getsourcelines", "name": "getsourcelines", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "inspect._SourceObjectType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getsourcelines", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "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": []}}}, "indentsize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["line"], "flags": [], "fullname": "inspect.indentsize", "name": "indentsize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["line"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "indentsize", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "isabstract": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.isabstract", "name": "isabstract", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isabstract", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isasyncgen": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.isasyncgen", "name": "isasyncgen", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isasyncgen", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isasyncgenfunction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "inspect.isasyncgenfunction", "name": "isasyncgenfunction", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isasyncgenfunction", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isawaitable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.isawaitable", "name": "isawaitable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isawaitable", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isbuiltin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.isbuiltin", "name": "isbuiltin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isbuiltin", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isclass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.isclass", "name": "isclass", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isclass", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "iscode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.iscode", "name": "iscode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iscode", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "iscoroutine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.iscoroutine", "name": "iscoroutine", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iscoroutine", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "iscoroutinefunction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "inspect.iscoroutinefunction", "name": "iscoroutinefunction", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iscoroutinefunction", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isdatadescriptor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.isdatadescriptor", "name": "isdatadescriptor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isdatadescriptor", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isframe": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.isframe", "name": "isframe", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isframe", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isfunction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.isfunction", "name": "isfunction", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isfunction", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isgenerator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.isgenerator", "name": "isgenerator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isgenerator", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isgeneratorfunction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "inspect.isgeneratorfunction", "name": "isgeneratorfunction", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isgeneratorfunction", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isgetsetdescriptor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.isgetsetdescriptor", "name": "isgetsetdescriptor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isgetsetdescriptor", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "ismemberdescriptor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.ismemberdescriptor", "name": "ismemberdescriptor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ismemberdescriptor", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "ismethod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.ismethod", "name": "ismethod", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ismethod", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "ismethoddescriptor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.ismethoddescriptor", "name": "ismethoddescriptor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ismethoddescriptor", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "ismodule": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.ismodule", "name": "ismodule", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ismodule", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isroutine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.isroutine", "name": "isroutine", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isroutine", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "istraceback": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "inspect.istraceback", "name": "istraceback", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "istraceback", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "signature": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["obj", "follow_wrapped"], "flags": [], "fullname": "inspect.signature", "name": "signature", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["obj", "follow_wrapped"], "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", "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": []}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "signature", "ret_type": "inspect.Signature", "type_guard": null, "variables": []}}}, "stack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["context"], "flags": [], "fullname": "inspect.stack", "name": "stack", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["context"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stack", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": "inspect.FrameInfo"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "trace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["context"], "flags": [], "fullname": "inspect.trace", "name": "trace", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["context"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trace", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "partial_fallback": "inspect.FrameInfo"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "unwrap": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["func", "stop"], "flags": [], "fullname": "inspect.unwrap", "name": "unwrap", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["func", "stop"], "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", "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": "UnionType", "items": [{".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": {}, "fallback": "builtins.function", "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", "implicit": false, "is_ellipsis_args": false, "name": "unwrap", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "walktree": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["classes", "children", "parent"], "flags": [], "fullname": "inspect.walktree", "name": "walktree", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["classes", "children", "parent"], "arg_types": [{".class": "Instance", "args": ["builtins.type"], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".class": "Instance", "args": ["builtins.type"], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}, {".class": "UnionType", "items": [{".class": "TypeType", "item": {".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", "implicit": false, "is_ellipsis_args": false, "name": "walktree", "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": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/inspect.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/inspect.meta.json b/.mypy_cache/3.9/inspect.meta.json deleted file mode 100644 index 9a3cc2889..000000000 --- a/.mypy_cache/3.9/inspect.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 4, 5, 21, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 5, 5, 30], "dependencies": ["enum", "sys", "collections", "types", "typing", "typing_extensions", "builtins", "abc"], "hash": "acebd78dabfef7dc8ad1e0441e5ebf3b57994b06a4282786c7ba4ca9f3850631", "id": "inspect", "ignore_all": true, "interface_hash": "1c8b3f7df09762be8657915e4c04c182af633ab64d656393231b12e7b171d9b6", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/inspect.pyi", "plugin_data": null, "size": 11110, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/io.data.json b/.mypy_cache/3.9/io.data.json deleted file mode 100644 index cc208c397..000000000 --- a/.mypy_cache/3.9/io.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "io", "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}, "BinaryIO": {".class": "SymbolTableNode", "cross_ref": "typing.BinaryIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BlockingIOError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "io.BlockingIOError", "line": 21, "no_args": true, "normalized": false, "target": "builtins.BlockingIOError"}}, "BufferedIOBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["io.IOBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "io.BufferedIOBase", "name": "BufferedIOBase", "type_vars": []}, "flags": [], "fullname": "io.BufferedIOBase", "metaclass_type": null, "metadata": {}, "module_name": "io", "mro": ["io.BufferedIOBase", "io.IOBase", "builtins.object"], "names": {".class": "SymbolTable", "detach": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.BufferedIOBase.detach", "name": "detach", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.BufferedIOBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "detach of BufferedIOBase", "ret_type": "io.RawIOBase", "type_guard": null, "variables": []}}}, "raw": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "io.BufferedIOBase.raw", "name": "raw", "type": "io.RawIOBase"}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__size"], "flags": [], "fullname": "io.BufferedIOBase.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["io.BufferedIOBase", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of BufferedIOBase", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "read1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__size"], "flags": [], "fullname": "io.BufferedIOBase.read1", "name": "read1", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["io.BufferedIOBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read1 of BufferedIOBase", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "readinto": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__buffer"], "flags": [], "fullname": "io.BufferedIOBase.readinto", "name": "readinto", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["io.BufferedIOBase", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.WriteableBuffer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readinto of BufferedIOBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "readinto1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__buffer"], "flags": [], "fullname": "io.BufferedIOBase.readinto1", "name": "readinto1", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["io.BufferedIOBase", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.WriteableBuffer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readinto1 of BufferedIOBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__buffer"], "flags": [], "fullname": "io.BufferedIOBase.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["io.BufferedIOBase", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of BufferedIOBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BufferedRWPair": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["io.BufferedIOBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "io.BufferedRWPair", "name": "BufferedRWPair", "type_vars": []}, "flags": [], "fullname": "io.BufferedRWPair", "metaclass_type": null, "metadata": {}, "module_name": "io", "mro": ["io.BufferedRWPair", "io.BufferedIOBase", "io.IOBase", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "reader", "writer", "buffer_size"], "flags": [], "fullname": "io.BufferedRWPair.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "reader", "writer", "buffer_size"], "arg_types": ["io.BufferedRWPair", "io.RawIOBase", "io.RawIOBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BufferedRWPair", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "peek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__size"], "flags": [], "fullname": "io.BufferedRWPair.peek", "name": "peek", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["io.BufferedRWPair", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "peek of BufferedRWPair", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BufferedRandom": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["io.BufferedReader", "io.BufferedWriter"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "io.BufferedRandom", "name": "BufferedRandom", "type_vars": []}, "flags": [], "fullname": "io.BufferedRandom", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "io", "mro": ["io.BufferedRandom", "io.BufferedReader", "io.BufferedWriter", "io.BufferedIOBase", "io.IOBase", "typing.BinaryIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.BufferedRandom.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "io._T", "id": -1, "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of BufferedRandom", "ret_type": {".class": "TypeVarType", "fullname": "io._T", "id": -1, "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "io._T", "id": -1, "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "raw", "buffer_size"], "flags": [], "fullname": "io.BufferedRandom.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "raw", "buffer_size"], "arg_types": ["io.BufferedRandom", "io.RawIOBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BufferedRandom", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "read1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__size"], "flags": [], "fullname": "io.BufferedRandom.read1", "name": "read1", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["io.BufferedRandom", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read1 of BufferedRandom", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "seek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__target", "__whence"], "flags": [], "fullname": "io.BufferedRandom.seek", "name": "seek", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, null], "arg_types": ["io.BufferedRandom", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seek of BufferedRandom", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BufferedReader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["io.BufferedIOBase", "typing.BinaryIO"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "io.BufferedReader", "name": "BufferedReader", "type_vars": []}, "flags": [], "fullname": "io.BufferedReader", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "io", "mro": ["io.BufferedReader", "io.BufferedIOBase", "io.IOBase", "typing.BinaryIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.BufferedReader.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "io._T", "id": -1, "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of BufferedReader", "ret_type": {".class": "TypeVarType", "fullname": "io._T", "id": -1, "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "io._T", "id": -1, "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "raw", "buffer_size"], "flags": [], "fullname": "io.BufferedReader.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "raw", "buffer_size"], "arg_types": ["io.BufferedReader", "io.RawIOBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BufferedReader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "peek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__size"], "flags": [], "fullname": "io.BufferedReader.peek", "name": "peek", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["io.BufferedReader", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "peek of BufferedReader", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "read1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__size"], "flags": [], "fullname": "io.BufferedReader.read1", "name": "read1", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["io.BufferedReader", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read1 of BufferedReader", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BufferedWriter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["io.BufferedIOBase", "typing.BinaryIO"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "io.BufferedWriter", "name": "BufferedWriter", "type_vars": []}, "flags": [], "fullname": "io.BufferedWriter", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "io", "mro": ["io.BufferedWriter", "io.BufferedIOBase", "io.IOBase", "typing.BinaryIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.BufferedWriter.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "io._T", "id": -1, "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of BufferedWriter", "ret_type": {".class": "TypeVarType", "fullname": "io._T", "id": -1, "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "io._T", "id": -1, "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "raw", "buffer_size"], "flags": [], "fullname": "io.BufferedWriter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "raw", "buffer_size"], "arg_types": ["io.BufferedWriter", "io.RawIOBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BufferedWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__buffer"], "flags": [], "fullname": "io.BufferedWriter.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["io.BufferedWriter", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of BufferedWriter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BytesIO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["io.BufferedIOBase", "typing.BinaryIO"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "io.BytesIO", "name": "BytesIO", "type_vars": []}, "flags": [], "fullname": "io.BytesIO", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "io", "mro": ["io.BytesIO", "io.BufferedIOBase", "io.IOBase", "typing.BinaryIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.BytesIO.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "io._T", "id": -1, "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of BytesIO", "ret_type": {".class": "TypeVarType", "fullname": "io._T", "id": -1, "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "io._T", "id": -1, "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "initial_bytes"], "flags": [], "fullname": "io.BytesIO.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "initial_bytes"], "arg_types": ["io.BytesIO", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BytesIO", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getbuffer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.BytesIO.getbuffer", "name": "getbuffer", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.BytesIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getbuffer of BytesIO", "ret_type": "builtins.memoryview", "type_guard": null, "variables": []}}}, "getvalue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.BytesIO.getvalue", "name": "getvalue", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.BytesIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getvalue of BytesIO", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "io.BytesIO.name", "name": "name", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "read1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__size"], "flags": [], "fullname": "io.BytesIO.read1", "name": "read1", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["io.BytesIO", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read1 of BytesIO", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DEFAULT_BUFFER_SIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "io.DEFAULT_BUFFER_SIZE", "name": "DEFAULT_BUFFER_SIZE", "type": "builtins.int"}}, "FileIO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["io.RawIOBase", "typing.BinaryIO"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "io.FileIO", "name": "FileIO", "type_vars": []}, "flags": [], "fullname": "io.FileIO", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "io", "mro": ["io.FileIO", "io.RawIOBase", "io.IOBase", "typing.BinaryIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.FileIO.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "io._T", "id": -1, "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of FileIO", "ret_type": {".class": "TypeVarType", "fullname": "io._T", "id": -1, "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "io._T", "id": -1, "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "file", "mode", "closefd", "opener"], "flags": [], "fullname": "io.FileIO.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "file", "mode", "closefd", "opener"], "arg_types": ["io.FileIO", {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", "builtins.int"]}, "builtins.str", "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "UnionType", "items": ["builtins.int", "builtins.str"]}, "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FileIO", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "closefd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "io.FileIO.closefd", "name": "closefd", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.FileIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "closefd of FileIO", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "closefd", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.FileIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "closefd of FileIO", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "io.FileIO.mode", "name": "mode", "type": "builtins.str"}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "io.FileIO.name", "name": "name", "type": {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__size"], "flags": [], "fullname": "io.FileIO.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["io.FileIO", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of FileIO", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__b"], "flags": [], "fullname": "io.FileIO.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["io.FileIO", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of FileIO", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IOBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "io.IOBase", "name": "IOBase", "type_vars": []}, "flags": [], "fullname": "io.IOBase", "metaclass_type": null, "metadata": {}, "module_name": "io", "mro": ["io.IOBase", "builtins.object"], "names": {".class": "SymbolTable", "__del__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.IOBase.__del__", "name": "__del__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["io.IOBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__del__ of IOBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.IOBase.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "io._T", "id": -1, "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of IOBase", "ret_type": {".class": "TypeVarType", "fullname": "io._T", "id": -1, "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "io._T", "id": -1, "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}]}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "io.IOBase.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["io.IOBase", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of IOBase", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.IOBase.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["io.IOBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of IOBase", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.IOBase.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.IOBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of IOBase", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "_checkClosed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "msg"], "flags": [], "fullname": "io.IOBase._checkClosed", "name": "_checkClosed", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "msg"], "arg_types": ["io.IOBase", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_checkClosed of IOBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.IOBase.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.IOBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of IOBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "closed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "io.IOBase.closed", "name": "closed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.IOBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "closed of IOBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "closed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.IOBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "closed of IOBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "fileno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.IOBase.fileno", "name": "fileno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.IOBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fileno of IOBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "flush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.IOBase.flush", "name": "flush", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.IOBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flush of IOBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "isatty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.IOBase.isatty", "name": "isatty", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.IOBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isatty of IOBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "io.IOBase.read", "name": "read", "type": {".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", "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": []}}}, "readable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.IOBase.readable", "name": "readable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.IOBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readable of IOBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "readline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__size"], "flags": [], "fullname": "io.IOBase.readline", "name": "readline", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["io.IOBase", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readline of IOBase", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "readlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__hint"], "flags": [], "fullname": "io.IOBase.readlines", "name": "readlines", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["io.IOBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readlines of IOBase", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "seek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__offset", "__whence"], "flags": [], "fullname": "io.IOBase.seek", "name": "seek", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, null], "arg_types": ["io.IOBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seek of IOBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "seekable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.IOBase.seekable", "name": "seekable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.IOBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seekable of IOBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "tell": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.IOBase.tell", "name": "tell", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.IOBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tell of IOBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "truncate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__size"], "flags": [], "fullname": "io.IOBase.truncate", "name": "truncate", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["io.IOBase", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "truncate of IOBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "writable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.IOBase.writable", "name": "writable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.IOBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writable of IOBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "io.IOBase.write", "name": "write", "type": {".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", "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": []}}}, "writelines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__lines"], "flags": [], "fullname": "io.IOBase.writelines", "name": "writelines", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["io.IOBase", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writelines of IOBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IncrementalNewlineDecoder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["codecs.IncrementalDecoder"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "io.IncrementalNewlineDecoder", "name": "IncrementalNewlineDecoder", "type_vars": []}, "flags": [], "fullname": "io.IncrementalNewlineDecoder", "metaclass_type": null, "metadata": {}, "module_name": "io", "mro": ["io.IncrementalNewlineDecoder", "codecs.IncrementalDecoder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "decoder", "translate", "errors"], "flags": [], "fullname": "io.IncrementalNewlineDecoder.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "decoder", "translate", "errors"], "arg_types": ["io.IncrementalNewlineDecoder", {".class": "UnionType", "items": ["codecs.IncrementalDecoder", {".class": "NoneType"}]}, "builtins.bool", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of IncrementalNewlineDecoder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "decode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "final"], "flags": [], "fullname": "io.IncrementalNewlineDecoder.decode", "name": "decode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "final"], "arg_types": ["io.IncrementalNewlineDecoder", {".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decode of IncrementalNewlineDecoder", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "newlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "io.IncrementalNewlineDecoder.newlines", "name": "newlines", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.IncrementalNewlineDecoder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "newlines of IncrementalNewlineDecoder", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "newlines", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.IncrementalNewlineDecoder"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "newlines of IncrementalNewlineDecoder", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}}, "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "RawIOBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["io.IOBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "io.RawIOBase", "name": "RawIOBase", "type_vars": []}, "flags": [], "fullname": "io.RawIOBase", "metaclass_type": null, "metadata": {}, "module_name": "io", "mro": ["io.RawIOBase", "io.IOBase", "builtins.object"], "names": {".class": "SymbolTable", "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__size"], "flags": [], "fullname": "io.RawIOBase.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["io.RawIOBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of RawIOBase", "ret_type": {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "readall": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.RawIOBase.readall", "name": "readall", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.RawIOBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readall of RawIOBase", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "readinto": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__buffer"], "flags": [], "fullname": "io.RawIOBase.readinto", "name": "readinto", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["io.RawIOBase", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.WriteableBuffer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readinto of RawIOBase", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__b"], "flags": [], "fullname": "io.RawIOBase.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["io.RawIOBase", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of RawIOBase", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReadableBuffer": {".class": "SymbolTableNode", "cross_ref": "_typeshed.ReadableBuffer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SEEK_CUR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "io.SEEK_CUR", "name": "SEEK_CUR", "type": "builtins.int"}}, "SEEK_END": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "io.SEEK_END", "name": "SEEK_END", "type": "builtins.int"}}, "SEEK_SET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "io.SEEK_SET", "name": "SEEK_SET", "type": "builtins.int"}}, "StringIO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["io.TextIOWrapper"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "io.StringIO", "name": "StringIO", "type_vars": []}, "flags": [], "fullname": "io.StringIO", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "io", "mro": ["io.StringIO", "io.TextIOWrapper", "io.TextIOBase", "io.IOBase", "typing.TextIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "initial_value", "newline"], "flags": [], "fullname": "io.StringIO.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "initial_value", "newline"], "arg_types": ["io.StringIO", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of StringIO", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getvalue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.StringIO.getvalue", "name": "getvalue", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.StringIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getvalue of StringIO", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "io.StringIO.name", "name": "name", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TextIO": {".class": "SymbolTableNode", "cross_ref": "typing.TextIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TextIOBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["io.IOBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "io.TextIOBase", "name": "TextIOBase", "type_vars": []}, "flags": [], "fullname": "io.TextIOBase", "metaclass_type": null, "metadata": {}, "module_name": "io", "mro": ["io.TextIOBase", "io.IOBase", "builtins.object"], "names": {".class": "SymbolTable", "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.TextIOBase.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["io.TextIOBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of TextIOBase", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.TextIOBase.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.TextIOBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of TextIOBase", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "detach": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.TextIOBase.detach", "name": "detach", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.TextIOBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "detach of TextIOBase", "ret_type": "typing.BinaryIO", "type_guard": null, "variables": []}}}, "encoding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "io.TextIOBase.encoding", "name": "encoding", "type": "builtins.str"}}, "errors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "io.TextIOBase.errors", "name": "errors", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "newlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "io.TextIOBase.newlines", "name": "newlines", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__size"], "flags": [], "fullname": "io.TextIOBase.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["io.TextIOBase", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of TextIOBase", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "readline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__size"], "flags": [], "fullname": "io.TextIOBase.readline", "name": "readline", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["io.TextIOBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readline of TextIOBase", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "readlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__hint"], "flags": [], "fullname": "io.TextIOBase.readlines", "name": "readlines", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["io.TextIOBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readlines of TextIOBase", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "tell": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.TextIOBase.tell", "name": "tell", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.TextIOBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tell of TextIOBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__s"], "flags": [], "fullname": "io.TextIOBase.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["io.TextIOBase", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of TextIOBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "writelines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__lines"], "flags": [], "fullname": "io.TextIOBase.writelines", "name": "writelines", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["io.TextIOBase", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writelines of TextIOBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TextIOWrapper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["io.TextIOBase", "typing.TextIO"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "io.TextIOWrapper", "name": "TextIOWrapper", "type_vars": []}, "flags": [], "fullname": "io.TextIOWrapper", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "io", "mro": ["io.TextIOWrapper", "io.TextIOBase", "io.IOBase", "typing.TextIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.TextIOWrapper.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "io._T", "id": -1, "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of TextIOWrapper", "ret_type": {".class": "TypeVarType", "fullname": "io._T", "id": -1, "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "io._T", "id": -1, "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "buffer", "encoding", "errors", "newline", "line_buffering", "write_through"], "flags": [], "fullname": "io.TextIOWrapper.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "buffer", "encoding", "errors", "newline", "line_buffering", "write_through"], "arg_types": ["io.TextIOWrapper", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TextIOWrapper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.TextIOWrapper.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["io.TextIOWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of TextIOWrapper", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "io.TextIOWrapper.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.TextIOWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of TextIOWrapper", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "buffer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "io.TextIOWrapper.buffer", "name": "buffer", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.TextIOWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "buffer of TextIOWrapper", "ret_type": "typing.BinaryIO", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "buffer", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.TextIOWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "buffer of TextIOWrapper", "ret_type": "typing.BinaryIO", "type_guard": null, "variables": []}}}}, "closed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "io.TextIOWrapper.closed", "name": "closed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.TextIOWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "closed of TextIOWrapper", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "closed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.TextIOWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "closed of TextIOWrapper", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "line_buffering": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "io.TextIOWrapper.line_buffering", "name": "line_buffering", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.TextIOWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "line_buffering of TextIOWrapper", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "line_buffering", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.TextIOWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "line_buffering of TextIOWrapper", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "readline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__size"], "flags": [], "fullname": "io.TextIOWrapper.readline", "name": "readline", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["io.TextIOWrapper", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readline of TextIOWrapper", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "readlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__hint"], "flags": [], "fullname": "io.TextIOWrapper.readlines", "name": "readlines", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["io.TextIOWrapper", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readlines of TextIOWrapper", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "reconfigure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["self", "encoding", "errors", "newline", "line_buffering", "write_through"], "flags": [], "fullname": "io.TextIOWrapper.reconfigure", "name": "reconfigure", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["self", "encoding", "errors", "newline", "line_buffering", "write_through"], "arg_types": ["io.TextIOWrapper", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reconfigure of TextIOWrapper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "seek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__cookie", "__whence"], "flags": [], "fullname": "io.TextIOWrapper.seek", "name": "seek", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, null], "arg_types": ["io.TextIOWrapper", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seek of TextIOWrapper", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "write_through": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "io.TextIOWrapper.write_through", "name": "write_through", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.TextIOWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write_through of TextIOWrapper", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "write_through", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["io.TextIOWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write_through of TextIOWrapper", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "writelines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__lines"], "flags": [], "fullname": "io.TextIOWrapper.writelines", "name": "writelines", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["io.TextIOWrapper", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writelines of TextIOWrapper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "UnsupportedOperation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError", "builtins.ValueError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "io.UnsupportedOperation", "name": "UnsupportedOperation", "type_vars": []}, "flags": [], "fullname": "io.UnsupportedOperation", "metaclass_type": null, "metadata": {}, "module_name": "io", "mro": ["io.UnsupportedOperation", "builtins.OSError", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "WriteableBuffer": {".class": "SymbolTableNode", "cross_ref": "_typeshed.WriteableBuffer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "io._T", "name": "_T", "upper_bound": "io.IOBase", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "io.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "io.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "io.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "io.__package__", "name": "__package__", "type": "builtins.str"}}, "builtins": {".class": "SymbolTableNode", "cross_ref": "builtins", "kind": "Gdef", "module_hidden": true, "module_public": false}, "codecs": {".class": "SymbolTableNode", "cross_ref": "codecs", "kind": "Gdef", "module_hidden": true, "module_public": false}, "open": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "io.open", "name": "open", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "builtins._OpenFile"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenTextMode"}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "io.TextIOWrapper", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "builtins._OpenFile"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryMode"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "io.FileIO", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "builtins._OpenFile"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeUpdating"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "io.BufferedRandom", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "builtins._OpenFile"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeWriting"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "io.BufferedWriter", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "builtins._OpenFile"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeReading"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "io.BufferedReader", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "builtins._OpenFile"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryMode"}, "builtins.int", {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "typing.BinaryIO", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "builtins._OpenFile"}, "builtins.str", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}]}}}, "open_code": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "io.open_code", "name": "open_code", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open_code", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/io.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/io.meta.json b/.mypy_cache/3.9/io.meta.json deleted file mode 100644 index dc746eb85..000000000 --- a/.mypy_cache/3.9/io.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000169, "dep_lines": [1, 2, 3, 4, 5, 6, 1, 1], "dep_prios": [10, 10, 10, 5, 5, 5, 30, 30], "dependencies": ["builtins", "codecs", "sys", "_typeshed", "types", "typing", "abc", "os"], "hash": "1f4ca81672ea6262f9732f000603651b97701f0d5ffbe8ad9b85c96497a7bdf0", "id": "io", "ignore_all": true, "interface_hash": "7bf2f26dd8e03398251225c79b98581f374d7da74f1edaf89ddf72ec00b290e7", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/io.pyi", "plugin_data": null, "size": 7558, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/itertools.data.json b/.mypy_cache/3.9/itertools.data.json deleted file mode 100644 index fbd5fe8d7..000000000 --- a/.mypy_cache/3.9/itertools.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "itertools", "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}, "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}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Predicate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": ["_T"], "column": 0, "fullname": "itertools.Predicate", "line": 26, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_T"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}}}, "SupportsComplex": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsComplex", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsFloat": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsFloat", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsIndex": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.SupportsIndex", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsInt": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsInt", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "_N": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "itertools._N", "name": "_N", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"], "variance": 0}}, "_S": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "itertools._S", "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_Step": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "itertools._Step", "line": 24, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"]}}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "itertools._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "itertools._T1", "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "itertools._T2", "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T3": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "itertools._T3", "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T4": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "itertools._T4", "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T5": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "itertools._T5", "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T6": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "itertools._T6", "name": "_T6", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T_co": {".class": "SymbolTableNode", "cross_ref": "_typeshed._T_co", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "itertools.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "itertools.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "itertools.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "itertools.__package__", "name": "__package__", "type": "builtins.str"}}, "accumulate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "itertools.accumulate", "name": "accumulate", "type_vars": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "itertools.accumulate", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "itertools", "mro": ["itertools.accumulate", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "itertools.accumulate.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "iterable", "func", "initial"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.accumulate.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "iterable", "func", "initial"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.accumulate"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of accumulate", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "iterable", "func", "initial"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.accumulate.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "iterable", "func", "initial"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.accumulate"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of accumulate", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "iterable", "func", "initial"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.accumulate"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of accumulate", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "iterable", "func", "initial"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.accumulate"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of accumulate", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.accumulate.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.accumulate"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of accumulate", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.accumulate.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.accumulate"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of accumulate", "ret_type": {".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "chain": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "itertools.chain", "name": "chain", "type_vars": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "itertools.chain", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "itertools", "mro": ["itertools.chain", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "iterables"], "flags": [], "fullname": "itertools.chain.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "iterables"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.chain"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of chain", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.chain.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.chain"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of chain", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.chain.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.chain"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of chain", "ret_type": {".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "from_iterable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "__iterable"], "flags": ["is_class", "is_decorated"], "fullname": "itertools.chain.from_iterable", "name": "from_iterable", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", null], "arg_types": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_iterable of chain", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_iterable", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", null], "arg_types": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_iterable of chain", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "combinations": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "itertools.combinations", "name": "combinations", "type_vars": [{".class": "TypeVarDef", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": [], "fullname": "itertools.combinations", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "itertools", "mro": ["itertools.combinations", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.combinations.__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", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.combinations"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of combinations", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "itertools.combinations.__new__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "iterable", "r"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.combinations.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "iterable", "r"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.combinations"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of combinations", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "itertools.combinations"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "iterable", "r"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.combinations.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "iterable", "r"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.combinations"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 3}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of combinations", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "itertools.combinations"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "iterable", "r"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.combinations.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "iterable", "r"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.combinations"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 4}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of combinations", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "itertools.combinations"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "iterable", "r"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.combinations.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "iterable", "r"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.combinations"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 5}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of combinations", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "itertools.combinations"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "iterable", "r"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.combinations.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "iterable", "r"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.combinations"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of combinations", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.tuple"}], "type_ref": "itertools.combinations"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "iterable", "r"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.combinations"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of combinations", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "itertools.combinations"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "iterable", "r"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.combinations"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 3}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of combinations", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "itertools.combinations"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "iterable", "r"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.combinations"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 4}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of combinations", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "itertools.combinations"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "iterable", "r"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.combinations"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 5}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of combinations", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "itertools.combinations"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "iterable", "r"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.combinations"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of combinations", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.tuple"}], "type_ref": "itertools.combinations"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.combinations.__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", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.combinations"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of combinations", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "combinations_with_replacement": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.tuple"}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "itertools.combinations_with_replacement", "name": "combinations_with_replacement", "type_vars": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "itertools.combinations_with_replacement", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "itertools", "mro": ["itertools.combinations_with_replacement", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "iterable", "r"], "flags": [], "fullname": "itertools.combinations_with_replacement.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "iterable", "r"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.combinations_with_replacement"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of combinations_with_replacement", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.combinations_with_replacement.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.combinations_with_replacement"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of combinations_with_replacement", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.tuple"}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.combinations_with_replacement.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.combinations_with_replacement"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of combinations_with_replacement", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "compress": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "itertools.compress", "name": "compress", "type_vars": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "itertools.compress", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "itertools", "mro": ["itertools.compress", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "data", "selectors"], "flags": [], "fullname": "itertools.compress.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "data", "selectors"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.compress"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of compress", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.compress.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.compress"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of compress", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.compress.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.compress"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of compress", "ret_type": {".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "count": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._N", "id": 1, "name": "_N", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"], "variance": 0}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "itertools.count", "name": "count", "type_vars": [{".class": "TypeVarDef", "fullname": "itertools._N", "id": 1, "name": "_N", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"], "variance": 0}]}, "flags": [], "fullname": "itertools.count", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "itertools", "mro": ["itertools.count", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.count.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._N", "id": 1, "name": "_N", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"], "variance": 0}], "type_ref": "itertools.count"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of count", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._N", "id": 1, "name": "_N", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "itertools.count.__new__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.count.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._N", "id": 1, "name": "_N", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"], "variance": 0}], "type_ref": "itertools.count"}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of count", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "itertools.count"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "start", "step"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.count.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "start", "step"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._N", "id": 1, "name": "_N", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"], "variance": 0}], "type_ref": "itertools.count"}}, {".class": "TypeVarType", "fullname": "itertools._N", "id": 1, "name": "_N", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "itertools._Step"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of count", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._N", "id": 1, "name": "_N", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"], "variance": 0}], "type_ref": "itertools.count"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3], "arg_names": ["cls", "step"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.count.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["cls", "step"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._N", "id": 1, "name": "_N", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"], "variance": 0}], "type_ref": "itertools.count"}}, {".class": "TypeVarType", "fullname": "itertools._N", "id": 1, "name": "_N", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of count", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._N", "id": 1, "name": "_N", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"], "variance": 0}], "type_ref": "itertools.count"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._N", "id": 1, "name": "_N", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"], "variance": 0}], "type_ref": "itertools.count"}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of count", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "itertools.count"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "start", "step"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._N", "id": 1, "name": "_N", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"], "variance": 0}], "type_ref": "itertools.count"}}, {".class": "TypeVarType", "fullname": "itertools._N", "id": 1, "name": "_N", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "itertools._Step"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of count", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._N", "id": 1, "name": "_N", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"], "variance": 0}], "type_ref": "itertools.count"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["cls", "step"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._N", "id": 1, "name": "_N", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"], "variance": 0}], "type_ref": "itertools.count"}}, {".class": "TypeVarType", "fullname": "itertools._N", "id": 1, "name": "_N", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of count", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._N", "id": 1, "name": "_N", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"], "variance": 0}], "type_ref": "itertools.count"}, "type_guard": null, "variables": []}]}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.count.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._N", "id": 1, "name": "_N", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"], "variance": 0}], "type_ref": "itertools.count"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of count", "ret_type": {".class": "TypeVarType", "fullname": "itertools._N", "id": 1, "name": "_N", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "typing.SupportsFloat", "typing.SupportsInt", "typing_extensions.SupportsIndex", "typing.SupportsComplex"], "variance": 0}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_N"], "typeddict_type": null}}, "cycle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "itertools.cycle", "name": "cycle", "type_vars": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "itertools.cycle", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "itertools", "mro": ["itertools.cycle", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__iterable"], "flags": [], "fullname": "itertools.cycle.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.cycle"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of cycle", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.cycle.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.cycle"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of cycle", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.cycle.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.cycle"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of cycle", "ret_type": {".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "dropwhile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "itertools.dropwhile", "name": "dropwhile", "type_vars": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "itertools.dropwhile", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "itertools", "mro": ["itertools.dropwhile", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__predicate", "__iterable"], "flags": [], "fullname": "itertools.dropwhile.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.dropwhile"}, {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.Predicate"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of dropwhile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.dropwhile.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.dropwhile"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of dropwhile", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.dropwhile.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.dropwhile"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of dropwhile", "ret_type": {".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "filterfalse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "itertools.filterfalse", "name": "filterfalse", "type_vars": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "itertools.filterfalse", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "itertools", "mro": ["itertools.filterfalse", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__predicate", "__iterable"], "flags": [], "fullname": "itertools.filterfalse.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.filterfalse"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of filterfalse", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.filterfalse.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.filterfalse"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of filterfalse", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.filterfalse.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.filterfalse"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of filterfalse", "ret_type": {".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "groupby": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._S", "id": 2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}], "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.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "itertools.groupby", "name": "groupby", "type_vars": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._S", "id": 2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "itertools.groupby", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "itertools", "mro": ["itertools.groupby", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.groupby.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._S", "id": 2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.groupby"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of groupby", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._S", "id": 2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}], "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.Iterator"}, "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "itertools.groupby.__new__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "iterable", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.groupby.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "iterable", "key"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._S", "id": 2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.groupby"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of groupby", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.groupby"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "iterable", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.groupby.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "iterable", "key"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._S", "id": 2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.groupby"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of groupby", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.groupby"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "iterable", "key"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._S", "id": 2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.groupby"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of groupby", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.groupby"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "iterable", "key"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._S", "id": 2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.groupby"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of groupby", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.groupby"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.groupby.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._S", "id": 2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.groupby"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of groupby", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._S", "id": 2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}], "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": []}}}}, "tuple_type": null, "type_vars": ["_T", "_S"], "typeddict_type": null}}, "islice": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "itertools.islice", "name": "islice", "type_vars": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "itertools.islice", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "itertools", "mro": ["itertools.islice", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "itertools.islice.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__iterable", "__stop"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.islice.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.islice"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of islice", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "__iterable", "__start", "__stop", "__step"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.islice.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", null, null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.islice"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of islice", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.islice"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of islice", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", null, null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.islice"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of islice", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.islice.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.islice"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of islice", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.islice.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.islice"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of islice", "ret_type": {".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "permutations": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.tuple"}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "itertools.permutations", "name": "permutations", "type_vars": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "itertools.permutations", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "itertools", "mro": ["itertools.permutations", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "iterable", "r"], "flags": [], "fullname": "itertools.permutations.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "iterable", "r"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.permutations"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of permutations", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.permutations.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.permutations"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of permutations", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.tuple"}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.permutations.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.permutations"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of permutations", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "product": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "itertools.product", "name": "product", "type_vars": [{".class": "TypeVarDef", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": [], "fullname": "itertools.product", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "itertools", "mro": ["itertools.product", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.product.__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", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.product"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of product", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "itertools.product.__new__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "__iter1"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.product.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.product"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of product", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "itertools.product"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "__iter1", "__iter2"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.product.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.product"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of product", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "itertools.product"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "__iter1", "__iter2", "__iter3"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.product.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", null, null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.product"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of product", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "itertools.product"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["cls", "__iter1", "__iter2", "__iter3", "__iter4"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.product.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["cls", null, null, null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.product"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of product", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "itertools.product"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["cls", "__iter1", "__iter2", "__iter3", "__iter4", "__iter5"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.product.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["cls", null, null, null, null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.product"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of product", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "itertools.product"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["cls", "__iter1", "__iter2", "__iter3", "__iter4", "__iter5", "__iter6"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.product.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["cls", null, null, null, null, null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.product"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T6", "id": -6, "name": "_T6", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of product", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T6", "id": -6, "name": "_T6", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "itertools.product"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T6", "id": -6, "name": "_T6", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 2], "arg_names": ["cls", "__iter1", "__iter2", "__iter3", "__iter4", "__iter5", "__iter6", "__iter7", "iterables"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.product.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 2], "arg_names": ["cls", null, null, null, null, null, null, null, "iterables"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.product"}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".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": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of product", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "type_ref": "itertools.product"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 3], "arg_names": ["cls", "iterables", "repeat"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.product.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 3], "arg_names": ["cls", "iterables", "repeat"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.product"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of product", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.tuple"}], "type_ref": "itertools.product"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 5], "arg_names": ["cls", "iterables", "repeat"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.product.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["cls", "iterables", "repeat"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.product"}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of product", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "type_ref": "itertools.product"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.product"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of product", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "itertools.product"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.product"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of product", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "itertools.product"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", null, null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.product"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of product", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "itertools.product"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["cls", null, null, null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.product"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of product", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "itertools.product"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["cls", null, null, null, null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.product"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of product", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "itertools.product"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["cls", null, null, null, null, null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.product"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T6", "id": -6, "name": "_T6", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of product", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "itertools._T6", "id": -6, "name": "_T6", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "itertools.product"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T2", "id": -2, "name": "_T2", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T3", "id": -3, "name": "_T3", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T4", "id": -4, "name": "_T4", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T5", "id": -5, "name": "_T5", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "itertools._T6", "id": -6, "name": "_T6", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 2], "arg_names": ["cls", null, null, null, null, null, null, null, "iterables"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.product"}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".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": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of product", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "type_ref": "itertools.product"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2, 3], "arg_names": ["cls", "iterables", "repeat"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.product"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of product", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.tuple"}], "type_ref": "itertools.product"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T1", "id": -1, "name": "_T1", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["cls", "iterables", "repeat"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.product"}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of product", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "type_ref": "itertools.product"}, "type_guard": null, "variables": []}]}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.product.__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", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "itertools.product"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of product", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "repeat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "itertools.repeat", "name": "repeat", "type_vars": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "itertools.repeat", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "itertools", "mro": ["itertools.repeat", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "itertools.repeat.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.repeat.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.repeat"}, {".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of repeat", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "object", "times"], "flags": ["is_overload", "is_decorated"], "fullname": "itertools.repeat.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "object", "times"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.repeat"}, {".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of repeat", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.repeat"}, {".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of repeat", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "object", "times"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.repeat"}, {".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of repeat", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.repeat.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.repeat"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of repeat", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.repeat.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.repeat"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of repeat", "ret_type": {".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "starmap": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "itertools.starmap", "name": "starmap", "type_vars": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "itertools.starmap", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "itertools", "mro": ["itertools.starmap", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__function", "__iterable"], "flags": [], "fullname": "itertools.starmap.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.starmap"}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of starmap", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.starmap.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.starmap"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of starmap", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.starmap.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.starmap"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of starmap", "ret_type": {".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "takewhile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "itertools.takewhile", "name": "takewhile", "type_vars": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "itertools.takewhile", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "itertools", "mro": ["itertools.takewhile", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__predicate", "__iterable"], "flags": [], "fullname": "itertools.takewhile.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.takewhile"}, {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.Predicate"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of takewhile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.takewhile.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.takewhile"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of takewhile", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.takewhile.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "itertools.takewhile"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of takewhile", "ret_type": {".class": "TypeVarType", "fullname": "itertools._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "tee": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["__iterable", "__n"], "flags": [], "fullname": "itertools.tee", "name": "tee", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tee", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "itertools._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "zip_longest": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "itertools.zip_longest", "name": "zip_longest", "type_vars": []}, "flags": [], "fullname": "itertools.zip_longest", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "itertools", "mro": ["itertools.zip_longest", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5], "arg_names": ["self", "p", "fillvalue"], "flags": [], "fullname": "itertools.zip_longest.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "p", "fillvalue"], "arg_types": ["itertools.zip_longest", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of zip_longest", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.zip_longest.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["itertools.zip_longest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of zip_longest", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "itertools.zip_longest.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["itertools.zip_longest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of zip_longest", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/itertools.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/itertools.meta.json b/.mypy_cache/3.9/itertools.meta.json deleted file mode 100644 index 023dc8114..000000000 --- a/.mypy_cache/3.9/itertools.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 3, 19, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30], "dependencies": ["sys", "_typeshed", "typing", "typing_extensions", "builtins", "abc"], "hash": "294093fb42b4ff2f49b62694590c4b14525bcfbb71a5e89101a5ef6a7f896fc8", "id": "itertools", "ignore_all": true, "interface_hash": "7fa33da05b05a87522b710d9909117c55941c34ce123beb0ec8b0c455e6b9ed1", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/itertools.pyi", "plugin_data": null, "size": 7901, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/json/__init__.data.json b/.mypy_cache/3.9/json/__init__.data.json deleted file mode 100644 index 0a7abc332..000000000 --- a/.mypy_cache/3.9/json/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "json", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "JSONDecodeError": {".class": "SymbolTableNode", "cross_ref": "json.decoder.JSONDecodeError", "kind": "Gdef"}, "JSONDecoder": {".class": "SymbolTableNode", "cross_ref": "json.decoder.JSONDecoder", "kind": "Gdef"}, "JSONEncoder": {".class": "SymbolTableNode", "cross_ref": "json.encoder.JSONEncoder", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsRead": {".class": "SymbolTableNode", "cross_ref": "_typeshed.SupportsRead", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "json.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "json.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "json.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "json.__package__", "name": "__package__", "type": "builtins.str"}}, "detect_encoding": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["b"], "flags": [], "fullname": "json.detect_encoding", "name": "detect_encoding", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["b"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "detect_encoding", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "dump": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 4], "arg_names": ["obj", "fp", "skipkeys", "ensure_ascii", "check_circular", "allow_nan", "cls", "indent", "separators", "default", "sort_keys", "kwds"], "flags": [], "fullname": "json.dump", "name": "dump", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 4], "arg_names": ["obj", "fp", "skipkeys", "ensure_ascii", "check_circular", "allow_nan", "cls", "indent", "separators", "default", "sort_keys", "kwds"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": [{".class": "TypeType", "item": "json.encoder.JSONEncoder"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.int", "builtins.str"]}, {".class": "UnionType", "items": [{".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": "NoneType"}]}, {".class": "UnionType", "items": [{".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": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dump", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dumps": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 4], "arg_names": ["obj", "skipkeys", "ensure_ascii", "check_circular", "allow_nan", "cls", "indent", "separators", "default", "sort_keys", "kwds"], "flags": [], "fullname": "json.dumps", "name": "dumps", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 4], "arg_names": ["obj", "skipkeys", "ensure_ascii", "check_circular", "allow_nan", "cls", "indent", "separators", "default", "sort_keys", "kwds"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": [{".class": "TypeType", "item": "json.encoder.JSONEncoder"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.int", "builtins.str"]}, {".class": "UnionType", "items": [{".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": "NoneType"}]}, {".class": "UnionType", "items": [{".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": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dumps", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "load": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 4], "arg_names": ["fp", "cls", "object_hook", "parse_float", "parse_int", "parse_constant", "object_pairs_hook", "kwds"], "flags": [], "fullname": "json.load", "name": "load", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 4], "arg_names": ["fp", "cls", "object_hook", "parse_float", "parse_int", "parse_constant", "object_pairs_hook", "kwds"], "arg_types": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "_typeshed.SupportsRead"}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "json.decoder.JSONDecoder"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".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"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".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}], "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"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "loads": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 4], "arg_names": ["s", "cls", "object_hook", "parse_float", "parse_int", "parse_constant", "object_pairs_hook", "kwds"], "flags": [], "fullname": "json.loads", "name": "loads", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 4], "arg_names": ["s", "cls", "object_hook", "parse_float", "parse_int", "parse_constant", "object_pairs_hook", "kwds"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "json.decoder.JSONDecoder"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".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"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".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}], "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"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "loads", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/json/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/json/__init__.meta.json b/.mypy_cache/3.9/json/__init__.meta.json deleted file mode 100644 index a83cbeca5..000000000 --- a/.mypy_cache/3.9/json/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 4, 5, 1], "dep_prios": [5, 5, 5, 5, 5], "dependencies": ["_typeshed", "typing", "json.decoder", "json.encoder", "builtins"], "hash": "1d2b429786e75d7b3e2ca4ef925b8b0ba7dd5c7f595ade09de25d91c92b20a62", "id": "json", "ignore_all": true, "interface_hash": "9c04fef38d60691fc634dbf8e836eee10d5953ceca89624d5c803c89c39dda96", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/json/__init__.pyi", "plugin_data": null, "size": 1977, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/json/decoder.data.json b/.mypy_cache/3.9/json/decoder.data.json deleted file mode 100644 index cc50aaba7..000000000 --- a/.mypy_cache/3.9/json/decoder.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "json.decoder", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "JSONDecodeError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ValueError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "json.decoder.JSONDecodeError", "name": "JSONDecodeError", "type_vars": []}, "flags": [], "fullname": "json.decoder.JSONDecodeError", "metaclass_type": null, "metadata": {}, "module_name": "json.decoder", "mro": ["json.decoder.JSONDecodeError", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "msg", "doc", "pos"], "flags": [], "fullname": "json.decoder.JSONDecodeError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "msg", "doc", "pos"], "arg_types": ["json.decoder.JSONDecodeError", "builtins.str", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of JSONDecodeError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "colno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "json.decoder.JSONDecodeError.colno", "name": "colno", "type": "builtins.int"}}, "doc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "json.decoder.JSONDecodeError.doc", "name": "doc", "type": "builtins.str"}}, "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "json.decoder.JSONDecodeError.lineno", "name": "lineno", "type": "builtins.int"}}, "msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "json.decoder.JSONDecodeError.msg", "name": "msg", "type": "builtins.str"}}, "pos": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "json.decoder.JSONDecodeError.pos", "name": "pos", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "JSONDecoder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "json.decoder.JSONDecoder", "name": "JSONDecoder", "type_vars": []}, "flags": [], "fullname": "json.decoder.JSONDecoder", "metaclass_type": null, "metadata": {}, "module_name": "json.decoder", "mro": ["json.decoder.JSONDecoder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "object_hook", "parse_float", "parse_int", "parse_constant", "strict", "object_pairs_hook"], "flags": [], "fullname": "json.decoder.JSONDecoder.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "object_hook", "parse_float", "parse_int", "parse_constant", "strict", "object_pairs_hook"], "arg_types": ["json.decoder.JSONDecoder", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".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": {}, "fallback": "builtins.function", "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"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of JSONDecoder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "decode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "s", "_w"], "flags": [], "fullname": "json.decoder.JSONDecoder.decode", "name": "decode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "s", "_w"], "arg_types": ["json.decoder.JSONDecoder", "builtins.str", {".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", "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": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decode of JSONDecoder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "object_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "json.decoder.JSONDecoder.object_hook", "name": "object_hook", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".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": {}, "fallback": "builtins.function", "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": []}}}, "object_pairs_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "json.decoder.JSONDecoder.object_pairs_hook", "name": "object_pairs_hook", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": []}}}, "parse_constant": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "json.decoder.JSONDecoder.parse_constant", "name": "parse_constant", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": []}}}, "parse_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "json.decoder.JSONDecoder.parse_float", "name": "parse_float", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": []}}}, "parse_int": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "json.decoder.JSONDecoder.parse_int", "name": "parse_int", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": []}}}, "raw_decode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "s", "idx"], "flags": [], "fullname": "json.decoder.JSONDecoder.raw_decode", "name": "raw_decode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "s", "idx"], "arg_types": ["json.decoder.JSONDecoder", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "raw_decode of JSONDecoder", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "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": []}}}, "strict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "json.decoder.JSONDecoder.strict", "name": "strict", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "json.decoder.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "json.decoder.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "json.decoder.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "json.decoder.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/json/decoder.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/json/decoder.meta.json b/.mypy_cache/3.9/json/decoder.meta.json deleted file mode 100644 index 47eda688d..000000000 --- a/.mypy_cache/3.9/json/decoder.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 5, 30], "dependencies": ["typing", "builtins", "abc"], "hash": "f39b4e3c5bd7ada52c992816d529fb14fa8a031496c0f6708c067b01ae823053", "id": "json.decoder", "ignore_all": true, "interface_hash": "605704b0f81787532467ed95bcdaf1f90ce79e9e3e3ee330844a6b8c9ecde200", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/json/decoder.pyi", "plugin_data": null, "size": 1090, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/json/encoder.data.json b/.mypy_cache/3.9/json/encoder.data.json deleted file mode 100644 index a931b68f1..000000000 --- a/.mypy_cache/3.9/json/encoder.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "json.encoder", "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}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "JSONEncoder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "json.encoder.JSONEncoder", "name": "JSONEncoder", "type_vars": []}, "flags": [], "fullname": "json.encoder.JSONEncoder", "metaclass_type": null, "metadata": {}, "module_name": "json.encoder", "mro": ["json.encoder.JSONEncoder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "skipkeys", "ensure_ascii", "check_circular", "allow_nan", "sort_keys", "indent", "separators", "default"], "flags": [], "fullname": "json.encoder.JSONEncoder.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "skipkeys", "ensure_ascii", "check_circular", "allow_nan", "sort_keys", "indent", "separators", "default"], "arg_types": ["json.encoder.JSONEncoder", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".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": "NoneType"}]}, {".class": "UnionType", "items": [{".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", "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": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of JSONEncoder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "allow_nan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "json.encoder.JSONEncoder.allow_nan", "name": "allow_nan", "type": "builtins.bool"}}, "check_circular": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "json.encoder.JSONEncoder.check_circular", "name": "check_circular", "type": "builtins.bool"}}, "default": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "json.encoder.JSONEncoder.default", "name": "default", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "arg_types": ["json.encoder.JSONEncoder", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "default of JSONEncoder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "encode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "json.encoder.JSONEncoder.encode", "name": "encode", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "arg_types": ["json.encoder.JSONEncoder", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "encode of JSONEncoder", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "ensure_ascii": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "json.encoder.JSONEncoder.ensure_ascii", "name": "ensure_ascii", "type": "builtins.bool"}}, "indent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "json.encoder.JSONEncoder.indent", "name": "indent", "type": "builtins.int"}}, "item_separator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "json.encoder.JSONEncoder.item_separator", "name": "item_separator", "type": "builtins.str"}}, "iterencode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "o", "_one_shot"], "flags": [], "fullname": "json.encoder.JSONEncoder.iterencode", "name": "iterencode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "o", "_one_shot"], "arg_types": ["json.encoder.JSONEncoder", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iterencode of JSONEncoder", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "key_separator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "json.encoder.JSONEncoder.key_separator", "name": "key_separator", "type": "builtins.str"}}, "skipkeys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "json.encoder.JSONEncoder.skipkeys", "name": "skipkeys", "type": "builtins.bool"}}, "sort_keys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "json.encoder.JSONEncoder.sort_keys", "name": "sort_keys", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "json.encoder.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "json.encoder.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "json.encoder.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "json.encoder.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/json/encoder.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/json/encoder.meta.json b/.mypy_cache/3.9/json/encoder.meta.json deleted file mode 100644 index 852645ced..000000000 --- a/.mypy_cache/3.9/json/encoder.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 5, 30], "dependencies": ["typing", "builtins", "abc"], "hash": "148655a3016c3421a20002aa9e885b39092614ab2fba3bf0933936aaed0e0928", "id": "json.encoder", "ignore_all": true, "interface_hash": "17d79a55cfcfdd18242766aba8fee8e640b1865abb560044e3c2e9465cb6631f", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/json/encoder.pyi", "plugin_data": null, "size": 779, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/linecache.data.json b/.mypy_cache/3.9/linecache.data.json deleted file mode 100644 index b691db819..000000000 --- a/.mypy_cache/3.9/linecache.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "linecache", "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}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ModuleGlobals": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "linecache._ModuleGlobals", "line": 4, "no_args": false, "normalized": false, "target": {".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": "linecache.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "linecache.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "linecache.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "linecache.__package__", "name": "__package__", "type": "builtins.str"}}, "checkcache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["filename"], "flags": [], "fullname": "linecache.checkcache", "name": "checkcache", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["filename"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "checkcache", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "clearcache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "linecache.clearcache", "name": "clearcache", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clearcache", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getline": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["filename", "lineno", "module_globals"], "flags": [], "fullname": "linecache.getline", "name": "getline", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["filename", "lineno", "module_globals"], "arg_types": ["builtins.str", "builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getline", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getlines": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["filename", "module_globals"], "flags": [], "fullname": "linecache.getlines", "name": "getlines", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["filename", "module_globals"], "arg_types": ["builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getlines", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "lazycache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["filename", "module_globals"], "flags": [], "fullname": "linecache.lazycache", "name": "lazycache", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["filename", "module_globals"], "arg_types": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "linecache._ModuleGlobals"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lazycache", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "updatecache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["filename", "module_globals"], "flags": [], "fullname": "linecache.updatecache", "name": "updatecache", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["filename", "module_globals"], "arg_types": ["builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "updatecache", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/linecache.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/linecache.meta.json b/.mypy_cache/3.9/linecache.meta.json deleted file mode 100644 index ccd330067..000000000 --- a/.mypy_cache/3.9/linecache.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1, 1], "dep_prios": [10, 5, 5, 30, 30], "dependencies": ["sys", "typing", "builtins", "_typeshed", "abc"], "hash": "99fccd3fc014737c9dfd56a168111a498b7bfb30c02a77856bbae315013cb085", "id": "linecache", "ignore_all": true, "interface_hash": "420053d2268e35d16d1e8086de4a8186aef2f7ec395451cc15b1ab2d868e5052", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/linecache.pyi", "plugin_data": null, "size": 591, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/logging/__init__.data.json b/.mypy_cache/3.9/logging/__init__.data.json deleted file mode 100644 index 36449392b..000000000 --- a/.mypy_cache/3.9/logging/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "logging", "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}, "BASIC_FORMAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging.BASIC_FORMAT", "name": "BASIC_FORMAT", "type": "builtins.str"}}, "BufferingFormatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "logging.BufferingFormatter", "name": "BufferingFormatter", "type_vars": []}, "flags": [], "fullname": "logging.BufferingFormatter", "metaclass_type": null, "metadata": {}, "module_name": "logging", "mro": ["logging.BufferingFormatter", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "linefmt"], "flags": [], "fullname": "logging.BufferingFormatter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "linefmt"], "arg_types": ["logging.BufferingFormatter", {".class": "UnionType", "items": ["logging.Formatter", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BufferingFormatter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "records"], "flags": [], "fullname": "logging.BufferingFormatter.format", "name": "format", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "records"], "arg_types": ["logging.BufferingFormatter", {".class": "Instance", "args": ["logging.LogRecord"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format of BufferingFormatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatFooter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "records"], "flags": [], "fullname": "logging.BufferingFormatter.formatFooter", "name": "formatFooter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "records"], "arg_types": ["logging.BufferingFormatter", {".class": "Instance", "args": ["logging.LogRecord"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatFooter of BufferingFormatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatHeader": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "records"], "flags": [], "fullname": "logging.BufferingFormatter.formatHeader", "name": "formatHeader", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "records"], "arg_types": ["logging.BufferingFormatter", {".class": "Instance", "args": ["logging.LogRecord"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatHeader of BufferingFormatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "linefmt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.BufferingFormatter.linefmt", "name": "linefmt", "type": "logging.Formatter"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CRITICAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging.CRITICAL", "name": "CRITICAL", "type": "builtins.int"}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ClassVar": {".class": "SymbolTableNode", "cross_ref": "typing.ClassVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DEBUG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging.DEBUG", "name": "DEBUG", "type": "builtins.int"}}, "ERROR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging.ERROR", "name": "ERROR", "type": "builtins.int"}}, "FATAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging.FATAL", "name": "FATAL", "type": "builtins.int"}}, "FileHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["logging.StreamHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "logging.FileHandler", "name": "FileHandler", "type_vars": []}, "flags": [], "fullname": "logging.FileHandler", "metaclass_type": null, "metadata": {}, "module_name": "logging", "mro": ["logging.FileHandler", "logging.StreamHandler", "logging.Handler", "logging.Filterer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "filename", "mode", "encoding", "delay", "errors"], "flags": [], "fullname": "logging.FileHandler.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "filename", "mode", "encoding", "delay", "errors"], "arg_types": ["logging.FileHandler", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FileHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_open": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "logging.FileHandler._open", "name": "_open", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["logging.FileHandler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_open of FileHandler", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}}}, "baseFilename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.FileHandler.baseFilename", "name": "baseFilename", "type": "builtins.str"}}, "delay": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.FileHandler.delay", "name": "delay", "type": "builtins.bool"}}, "encoding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.FileHandler.encoding", "name": "encoding", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "errors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.FileHandler.errors", "name": "errors", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.FileHandler.mode", "name": "mode", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Filter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "logging.Filter", "name": "Filter", "type_vars": []}, "flags": [], "fullname": "logging.Filter", "metaclass_type": null, "metadata": {}, "module_name": "logging", "mro": ["logging.Filter", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "name"], "flags": [], "fullname": "logging.Filter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "name"], "arg_types": ["logging.Filter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Filter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "filter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "logging.Filter.filter", "name": "filter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["logging.Filter", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "filter of Filter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Filter.name", "name": "name", "type": "builtins.str"}}, "nlen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Filter.nlen", "name": "nlen", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Filterer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "logging.Filterer", "name": "Filterer", "type_vars": []}, "flags": [], "fullname": "logging.Filterer", "metaclass_type": null, "metadata": {}, "module_name": "logging", "mro": ["logging.Filterer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "logging.Filterer.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["logging.Filterer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Filterer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "addFilter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "filter"], "flags": [], "fullname": "logging.Filterer.addFilter", "name": "addFilter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "filter"], "arg_types": ["logging.Filterer", {".class": "TypeAliasType", "args": [], "type_ref": "logging._FilterType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addFilter of Filterer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "filter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "logging.Filterer.filter", "name": "filter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["logging.Filterer", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "filter of Filterer", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "filters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Filterer.filters", "name": "filters", "type": {".class": "Instance", "args": ["logging.Filter"], "type_ref": "builtins.list"}}}, "removeFilter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "filter"], "flags": [], "fullname": "logging.Filterer.removeFilter", "name": "removeFilter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "filter"], "arg_types": ["logging.Filterer", {".class": "TypeAliasType", "args": [], "type_ref": "logging._FilterType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "removeFilter of Filterer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Formatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "logging.Formatter", "name": "Formatter", "type_vars": []}, "flags": [], "fullname": "logging.Formatter", "metaclass_type": null, "metadata": {}, "module_name": "logging", "mro": ["logging.Formatter", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "fmt", "datefmt", "style", "validate"], "flags": [], "fullname": "logging.Formatter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "fmt", "datefmt", "style", "validate"], "arg_types": ["logging.Formatter", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Formatter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_fmt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Formatter._fmt", "name": "_fmt", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "_style": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Formatter._style", "name": "_style", "type": "logging.PercentStyle"}}, "converter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Formatter.converter", "name": "converter", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time.struct_time"}, "type_guard": null, "variables": []}}}, "datefmt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Formatter.datefmt", "name": "datefmt", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "default_msec_format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Formatter.default_msec_format", "name": "default_msec_format", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "default_time_format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Formatter.default_time_format", "name": "default_time_format", "type": "builtins.str"}}, "format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "logging.Formatter.format", "name": "format", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["logging.Formatter", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format of Formatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatException": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "ei"], "flags": [], "fullname": "logging.Formatter.formatException", "name": "formatException", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "ei"], "arg_types": ["logging.Formatter", {".class": "TypeAliasType", "args": [], "type_ref": "logging._SysExcInfoType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatException of Formatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatMessage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "logging.Formatter.formatMessage", "name": "formatMessage", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["logging.Formatter", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatMessage of Formatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatStack": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "stack_info"], "flags": [], "fullname": "logging.Formatter.formatStack", "name": "formatStack", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "stack_info"], "arg_types": ["logging.Formatter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatStack of Formatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatTime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "record", "datefmt"], "flags": [], "fullname": "logging.Formatter.formatTime", "name": "formatTime", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "record", "datefmt"], "arg_types": ["logging.Formatter", "logging.LogRecord", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatTime of Formatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "usesTime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "logging.Formatter.usesTime", "name": "usesTime", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["logging.Formatter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "usesTime of Formatter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FrameType": {".class": "SymbolTableNode", "cross_ref": "types.FrameType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Handler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["logging.Filterer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "logging.Handler", "name": "Handler", "type_vars": []}, "flags": [], "fullname": "logging.Handler", "metaclass_type": null, "metadata": {}, "module_name": "logging", "mro": ["logging.Handler", "logging.Filterer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "level"], "flags": [], "fullname": "logging.Handler.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "level"], "arg_types": ["logging.Handler", {".class": "TypeAliasType", "args": [], "type_ref": "logging._Level"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Handler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "acquire": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "logging.Handler.acquire", "name": "acquire", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["logging.Handler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acquire of Handler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "logging.Handler.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["logging.Handler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of Handler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "createLock": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "logging.Handler.createLock", "name": "createLock", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["logging.Handler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "createLock of Handler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "emit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "logging.Handler.emit", "name": "emit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["logging.Handler", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "emit of Handler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "filter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "logging.Handler.filter", "name": "filter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["logging.Handler", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "filter of Handler", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "flush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "logging.Handler.flush", "name": "flush", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["logging.Handler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flush of Handler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "logging.Handler.format", "name": "format", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["logging.Handler", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format of Handler", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Handler.formatter", "name": "formatter", "type": {".class": "UnionType", "items": ["logging.Formatter", {".class": "NoneType"}]}}}, "get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "logging.Handler.get_name", "name": "get_name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["logging.Handler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_name of Handler", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "handle": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "logging.Handler.handle", "name": "handle", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["logging.Handler", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handle of Handler", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "handleError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "logging.Handler.handleError", "name": "handleError", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["logging.Handler", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handleError of Handler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "level": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Handler.level", "name": "level", "type": "builtins.int"}}, "lock": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Handler.lock", "name": "lock", "type": {".class": "UnionType", "items": ["threading.Lock", {".class": "NoneType"}]}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Handler.name", "name": "name", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "release": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "logging.Handler.release", "name": "release", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["logging.Handler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "release of Handler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setFormatter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fmt"], "flags": [], "fullname": "logging.Handler.setFormatter", "name": "setFormatter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fmt"], "arg_types": ["logging.Handler", {".class": "UnionType", "items": ["logging.Formatter", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setFormatter of Handler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setLevel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "level"], "flags": [], "fullname": "logging.Handler.setLevel", "name": "setLevel", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "level"], "arg_types": ["logging.Handler", {".class": "TypeAliasType", "args": [], "type_ref": "logging._Level"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setLevel of Handler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "logging.Handler.set_name", "name": "set_name", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["logging.Handler", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_name of Handler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "INFO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging.INFO", "name": "INFO", "type": "builtins.int"}}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "LogRecord": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "logging.LogRecord", "name": "LogRecord", "type_vars": []}, "flags": [], "fullname": "logging.LogRecord", "metaclass_type": null, "metadata": {}, "module_name": "logging", "mro": ["logging.LogRecord", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "name", "level", "pathname", "lineno", "msg", "args", "exc_info", "func", "sinfo"], "flags": [], "fullname": "logging.LogRecord.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "name", "level", "pathname", "lineno", "msg", "args", "exc_info", "func", "sinfo"], "arg_types": ["logging.LogRecord", "builtins.str", "builtins.int", "builtins.str", "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ArgsType"}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.BaseException"}, "builtins.BaseException", {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "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": [{".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"}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LogRecord", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.args", "name": "args", "type": {".class": "TypeAliasType", "args": [], "type_ref": "logging._ArgsType"}}}, "asctime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.asctime", "name": "asctime", "type": "builtins.str"}}, "created": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.created", "name": "created", "type": "builtins.float"}}, "exc_info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.exc_info", "name": "exc_info", "type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.BaseException"}, "builtins.BaseException", {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "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": [{".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"}}, {".class": "NoneType"}]}}}, "exc_text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.exc_text", "name": "exc_text", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.filename", "name": "filename", "type": "builtins.str"}}, "funcName": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.funcName", "name": "funcName", "type": "builtins.str"}}, "getMessage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "logging.LogRecord.getMessage", "name": "getMessage", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getMessage of LogRecord", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "levelname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.levelname", "name": "levelname", "type": "builtins.str"}}, "levelno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.levelno", "name": "levelno", "type": "builtins.int"}}, "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.lineno", "name": "lineno", "type": "builtins.int"}}, "message": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.message", "name": "message", "type": "builtins.str"}}, "module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.module", "name": "module", "type": "builtins.str"}}, "msecs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.msecs", "name": "msecs", "type": "builtins.float"}}, "msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.msg", "name": "msg", "type": "builtins.str"}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.name", "name": "name", "type": "builtins.str"}}, "pathname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.pathname", "name": "pathname", "type": "builtins.str"}}, "process": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.process", "name": "process", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "processName": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.processName", "name": "processName", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "relativeCreated": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.relativeCreated", "name": "relativeCreated", "type": "builtins.float"}}, "stack_info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.stack_info", "name": "stack_info", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "thread": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.thread", "name": "thread", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "threadName": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LogRecord.threadName", "name": "threadName", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Logger": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["logging.Filterer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "logging.Logger", "name": "Logger", "type_vars": []}, "flags": [], "fullname": "logging.Logger", "metaclass_type": null, "metadata": {}, "module_name": "logging", "mro": ["logging.Logger", "logging.Filterer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "level"], "flags": [], "fullname": "logging.Logger.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "level"], "arg_types": ["logging.Logger", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "logging._Level"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Logger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_log": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "level", "msg", "args", "exc_info", "extra", "stack_info", "stacklevel"], "flags": [], "fullname": "logging.Logger._log", "name": "_log", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "level", "msg", "args", "exc_info", "extra", "stack_info", "stacklevel"], "arg_types": ["logging.Logger", "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ArgsType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.BaseException"}, "builtins.BaseException", {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "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": [{".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"}}, "builtins.BaseException", {".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"}]}, "builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_log of Logger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "addHandler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "hdlr"], "flags": [], "fullname": "logging.Logger.addHandler", "name": "addHandler", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "hdlr"], "arg_types": ["logging.Logger", "logging.Handler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addHandler of Logger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "callHandlers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "logging.Logger.callHandlers", "name": "callHandlers", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["logging.Logger", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "callHandlers of Logger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "critical": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.Logger.critical", "name": "critical", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "arg_types": ["logging.Logger", {".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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "critical of Logger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "debug": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.Logger.debug", "name": "debug", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "arg_types": ["logging.Logger", {".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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "debug of Logger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "disabled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Logger.disabled", "name": "disabled", "type": "builtins.bool"}}, "error": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.Logger.error", "name": "error", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "arg_types": ["logging.Logger", {".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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "error of Logger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "exception": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.Logger.exception", "name": "exception", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "arg_types": ["logging.Logger", {".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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exception of Logger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fatal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "logging.Logger.fatal", "name": "fatal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "arg_types": ["logging.Logger", {".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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "filter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "logging.Logger.filter", "name": "filter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["logging.Logger", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "filter of Logger", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "findCaller": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "stack_info", "stacklevel"], "flags": [], "fullname": "logging.Logger.findCaller", "name": "findCaller", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "stack_info", "stacklevel"], "arg_types": ["logging.Logger", "builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "findCaller of Logger", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "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": []}}}, "getChild": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "suffix"], "flags": [], "fullname": "logging.Logger.getChild", "name": "getChild", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "suffix"], "arg_types": ["logging.Logger", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getChild of Logger", "ret_type": "logging.Logger", "type_guard": null, "variables": []}}}, "getEffectiveLevel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "logging.Logger.getEffectiveLevel", "name": "getEffectiveLevel", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["logging.Logger"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getEffectiveLevel of Logger", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "handle": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "logging.Logger.handle", "name": "handle", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["logging.Logger", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handle of Logger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "handlers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Logger.handlers", "name": "handlers", "type": {".class": "Instance", "args": ["logging.Handler"], "type_ref": "builtins.list"}}}, "hasHandlers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "logging.Logger.hasHandlers", "name": "hasHandlers", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["logging.Logger"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hasHandlers of Logger", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.Logger.info", "name": "info", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "arg_types": ["logging.Logger", {".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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "info of Logger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "isEnabledFor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "level"], "flags": [], "fullname": "logging.Logger.isEnabledFor", "name": "isEnabledFor", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "level"], "arg_types": ["logging.Logger", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isEnabledFor of Logger", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "level": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Logger.level", "name": "level", "type": "builtins.int"}}, "log": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "level", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.Logger.log", "name": "log", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "level", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "arg_types": ["logging.Logger", "builtins.int", {".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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log of Logger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "makeRecord": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "name", "level", "fn", "lno", "msg", "args", "exc_info", "func", "extra", "sinfo"], "flags": [], "fullname": "logging.Logger.makeRecord", "name": "makeRecord", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "name", "level", "fn", "lno", "msg", "args", "exc_info", "func", "extra", "sinfo"], "arg_types": ["logging.Logger", "builtins.str", "builtins.int", "builtins.str", "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ArgsType"}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.BaseException"}, "builtins.BaseException", {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "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": [{".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"}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".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": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makeRecord of Logger", "ret_type": "logging.LogRecord", "type_guard": null, "variables": []}}}, "manager": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Logger.manager", "name": "manager", "type": "logging.Manager"}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Logger.name", "name": "name", "type": "builtins.str"}}, "parent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Logger.parent", "name": "parent", "type": {".class": "UnionType", "items": ["logging.Logger", {".class": "NoneType"}]}}}, "propagate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Logger.propagate", "name": "propagate", "type": "builtins.bool"}}, "removeHandler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "hdlr"], "flags": [], "fullname": "logging.Logger.removeHandler", "name": "removeHandler", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "hdlr"], "arg_types": ["logging.Logger", "logging.Handler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "removeHandler of Logger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "root": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "logging.Logger.root", "name": "root", "type": "logging.RootLogger"}}, "setLevel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "level"], "flags": [], "fullname": "logging.Logger.setLevel", "name": "setLevel", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "level"], "arg_types": ["logging.Logger", {".class": "TypeAliasType", "args": [], "type_ref": "logging._Level"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setLevel of Logger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "warn": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.Logger.warn", "name": "warn", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "arg_types": ["logging.Logger", {".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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "warn of Logger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "warning": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.Logger.warning", "name": "warning", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "arg_types": ["logging.Logger", {".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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "warning of Logger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LoggerAdapter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "logging.LoggerAdapter", "name": "LoggerAdapter", "type_vars": []}, "flags": [], "fullname": "logging.LoggerAdapter", "metaclass_type": null, "metadata": {}, "module_name": "logging", "mro": ["logging.LoggerAdapter", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "logger", "extra"], "flags": [], "fullname": "logging.LoggerAdapter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "logger", "extra"], "arg_types": ["logging.LoggerAdapter", "logging.Logger", {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LoggerAdapter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_log": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "level", "msg", "args", "exc_info", "extra", "stack_info"], "flags": [], "fullname": "logging.LoggerAdapter._log", "name": "_log", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "level", "msg", "args", "exc_info", "extra", "stack_info"], "arg_types": ["logging.LoggerAdapter", "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ArgsType"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.BaseException"}, "builtins.BaseException", {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "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": [{".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"}}, "builtins.BaseException", {".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"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_log of LoggerAdapter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "critical": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.LoggerAdapter.critical", "name": "critical", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "arg_types": ["logging.LoggerAdapter", {".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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "critical of LoggerAdapter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "debug": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.LoggerAdapter.debug", "name": "debug", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "arg_types": ["logging.LoggerAdapter", {".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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "debug of LoggerAdapter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "error": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.LoggerAdapter.error", "name": "error", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "arg_types": ["logging.LoggerAdapter", {".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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "error of LoggerAdapter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "exception": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.LoggerAdapter.exception", "name": "exception", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "arg_types": ["logging.LoggerAdapter", {".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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exception of LoggerAdapter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extra": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LoggerAdapter.extra", "name": "extra", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}}}, "getEffectiveLevel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "logging.LoggerAdapter.getEffectiveLevel", "name": "getEffectiveLevel", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["logging.LoggerAdapter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getEffectiveLevel of LoggerAdapter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "hasHandlers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "logging.LoggerAdapter.hasHandlers", "name": "hasHandlers", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["logging.LoggerAdapter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hasHandlers of LoggerAdapter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.LoggerAdapter.info", "name": "info", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "arg_types": ["logging.LoggerAdapter", {".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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "info of LoggerAdapter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "isEnabledFor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "level"], "flags": [], "fullname": "logging.LoggerAdapter.isEnabledFor", "name": "isEnabledFor", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "level"], "arg_types": ["logging.LoggerAdapter", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isEnabledFor of LoggerAdapter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "log": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "level", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.LoggerAdapter.log", "name": "log", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "level", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "arg_types": ["logging.LoggerAdapter", "builtins.int", {".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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log of LoggerAdapter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "logger": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LoggerAdapter.logger", "name": "logger", "type": "logging.Logger"}}, "manager": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.LoggerAdapter.manager", "name": "manager", "type": "logging.Manager"}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "logging.LoggerAdapter.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["logging.LoggerAdapter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of LoggerAdapter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["logging.LoggerAdapter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of LoggerAdapter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "process": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "msg", "kwargs"], "flags": [], "fullname": "logging.LoggerAdapter.process", "name": "process", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "msg", "kwargs"], "arg_types": ["logging.LoggerAdapter", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.MutableMapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "process of LoggerAdapter", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.MutableMapping"}], "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": []}}}, "setLevel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "level"], "flags": [], "fullname": "logging.LoggerAdapter.setLevel", "name": "setLevel", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "level"], "arg_types": ["logging.LoggerAdapter", {".class": "TypeAliasType", "args": [], "type_ref": "logging._Level"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setLevel of LoggerAdapter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "warn": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.LoggerAdapter.warn", "name": "warn", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "arg_types": ["logging.LoggerAdapter", {".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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "warn of LoggerAdapter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "warning": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.LoggerAdapter.warning", "name": "warning", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["self", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "arg_types": ["logging.LoggerAdapter", {".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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "warning of LoggerAdapter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Manager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "logging.Manager", "name": "Manager", "type_vars": []}, "flags": [], "fullname": "logging.Manager", "metaclass_type": null, "metadata": {}, "module_name": "logging", "mro": ["logging.Manager", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "rootnode"], "flags": [], "fullname": "logging.Manager.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "rootnode"], "arg_types": ["logging.Manager", "logging.RootLogger"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Manager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "disable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Manager.disable", "name": "disable", "type": "builtins.int"}}, "emittedNoHandlerWarning": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Manager.emittedNoHandlerWarning", "name": "emittedNoHandlerWarning", "type": "builtins.bool"}}, "getLogger": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "logging.Manager.getLogger", "name": "getLogger", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["logging.Manager", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getLogger of Manager", "ret_type": "logging.Logger", "type_guard": null, "variables": []}}}, "logRecordFactory": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Manager.logRecordFactory", "name": "logRecordFactory", "type": {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "logging.LogRecord", "type_guard": null, "variables": []}, {".class": "NoneType"}]}}}, "loggerClass": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Manager.loggerClass", "name": "loggerClass", "type": {".class": "UnionType", "items": [{".class": "TypeType", "item": "logging.Logger"}, {".class": "NoneType"}]}}}, "loggerDict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Manager.loggerDict", "name": "loggerDict", "type": {".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["logging.Logger", "logging.PlaceHolder"]}], "type_ref": "builtins.dict"}}}, "root": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.Manager.root", "name": "root", "type": "logging.RootLogger"}}, "setLogRecordFactory": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "factory"], "flags": [], "fullname": "logging.Manager.setLogRecordFactory", "name": "setLogRecordFactory", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "factory"], "arg_types": ["logging.Manager", {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "logging.LogRecord", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setLogRecordFactory of Manager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setLoggerClass": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "klass"], "flags": [], "fullname": "logging.Manager.setLoggerClass", "name": "setLoggerClass", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "klass"], "arg_types": ["logging.Manager", {".class": "TypeType", "item": "logging.Logger"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setLoggerClass of Manager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MutableMapping": {".class": "SymbolTableNode", "cross_ref": "typing.MutableMapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NOTSET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging.NOTSET", "name": "NOTSET", "type": "builtins.int"}}, "NullHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["logging.Handler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "logging.NullHandler", "name": "NullHandler", "type_vars": []}, "flags": [], "fullname": "logging.NullHandler", "metaclass_type": null, "metadata": {}, "module_name": "logging", "mro": ["logging.NullHandler", "logging.Handler", "logging.Filterer", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Pattern": {".class": "SymbolTableNode", "cross_ref": "typing.Pattern", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PercentStyle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "logging.PercentStyle", "name": "PercentStyle", "type_vars": []}, "flags": [], "fullname": "logging.PercentStyle", "metaclass_type": null, "metadata": {}, "module_name": "logging", "mro": ["logging.PercentStyle", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fmt"], "flags": [], "fullname": "logging.PercentStyle.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fmt"], "arg_types": ["logging.PercentStyle", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PercentStyle", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_fmt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.PercentStyle._fmt", "name": "_fmt", "type": "builtins.str"}}, "asctime_format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.PercentStyle.asctime_format", "name": "asctime_format", "type": "builtins.str"}}, "asctime_search": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.PercentStyle.asctime_search", "name": "asctime_search", "type": "builtins.str"}}, "default_format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.PercentStyle.default_format", "name": "default_format", "type": "builtins.str"}}, "format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "logging.PercentStyle.format", "name": "format", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["logging.PercentStyle", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format of PercentStyle", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "usesTime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "logging.PercentStyle.usesTime", "name": "usesTime", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["logging.PercentStyle"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "usesTime of PercentStyle", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "validate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "logging.PercentStyle.validate", "name": "validate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["logging.PercentStyle"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "validate of PercentStyle", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "validation_pattern": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.PercentStyle.validation_pattern", "name": "validation_pattern", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PlaceHolder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "logging.PlaceHolder", "name": "PlaceHolder", "type_vars": []}, "flags": [], "fullname": "logging.PlaceHolder", "metaclass_type": null, "metadata": {}, "module_name": "logging", "mro": ["logging.PlaceHolder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "alogger"], "flags": [], "fullname": "logging.PlaceHolder.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "alogger"], "arg_types": ["logging.PlaceHolder", "logging.Logger"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PlaceHolder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "append": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "alogger"], "flags": [], "fullname": "logging.PlaceHolder.append", "name": "append", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "alogger"], "arg_types": ["logging.PlaceHolder", "logging.Logger"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "append of PlaceHolder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "loggerMap": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.PlaceHolder.loggerMap", "name": "loggerMap", "type": {".class": "Instance", "args": ["logging.Logger", {".class": "NoneType"}], "type_ref": "builtins.dict"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RootLogger": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["logging.Logger"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "logging.RootLogger", "name": "RootLogger", "type_vars": []}, "flags": [], "fullname": "logging.RootLogger", "metaclass_type": null, "metadata": {}, "module_name": "logging", "mro": ["logging.RootLogger", "logging.Logger", "logging.Filterer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "level"], "flags": [], "fullname": "logging.RootLogger.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "level"], "arg_types": ["logging.RootLogger", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of RootLogger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "StrFormatStyle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["logging.PercentStyle"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "logging.StrFormatStyle", "name": "StrFormatStyle", "type_vars": []}, "flags": [], "fullname": "logging.StrFormatStyle", "metaclass_type": null, "metadata": {}, "module_name": "logging", "mro": ["logging.StrFormatStyle", "logging.PercentStyle", "builtins.object"], "names": {".class": "SymbolTable", "field_spec": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "logging.StrFormatStyle.field_spec", "name": "field_spec", "type": "builtins.object"}}, "fmt_spec": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "logging.StrFormatStyle.fmt_spec", "name": "fmt_spec", "type": "builtins.object"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "StrPath": {".class": "SymbolTableNode", "cross_ref": "_typeshed.StrPath", "kind": "Gdef", "module_hidden": true, "module_public": false}, "StreamHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["logging.Handler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "logging.StreamHandler", "name": "StreamHandler", "type_vars": []}, "flags": [], "fullname": "logging.StreamHandler", "metaclass_type": null, "metadata": {}, "module_name": "logging", "mro": ["logging.StreamHandler", "logging.Handler", "logging.Filterer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "stream"], "flags": [], "fullname": "logging.StreamHandler.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "stream"], "arg_types": ["logging.StreamHandler", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "_typeshed.SupportsWrite"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of StreamHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setStream": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "stream"], "flags": [], "fullname": "logging.StreamHandler.setStream", "name": "setStream", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "stream"], "arg_types": ["logging.StreamHandler", {".class": "Instance", "args": ["builtins.str"], "type_ref": "_typeshed.SupportsWrite"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setStream of StreamHandler", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "_typeshed.SupportsWrite"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "stream": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.StreamHandler.stream", "name": "stream", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "_typeshed.SupportsWrite"}}}, "terminator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.StreamHandler.terminator", "name": "terminator", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "StringTemplateStyle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["logging.PercentStyle"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "logging.StringTemplateStyle", "name": "StringTemplateStyle", "type_vars": []}, "flags": [], "fullname": "logging.StringTemplateStyle", "metaclass_type": null, "metadata": {}, "module_name": "logging", "mro": ["logging.StringTemplateStyle", "logging.PercentStyle", "builtins.object"], "names": {".class": "SymbolTable", "_tpl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "logging.StringTemplateStyle._tpl", "name": "_tpl", "type": "string.Template"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SupportsWrite": {".class": "SymbolTableNode", "cross_ref": "_typeshed.SupportsWrite", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Template": {".class": "SymbolTableNode", "cross_ref": "string.Template", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "WARN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging.WARN", "name": "WARN", "type": "builtins.int"}}, "WARNING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging.WARNING", "name": "WARNING", "type": "builtins.int"}}, "_ArgsType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "logging._ArgsType", "line": 12, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Mapping"}]}}}, "_ExcInfoType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "logging._ExcInfoType", "line": 11, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "logging._SysExcInfoType"}, "builtins.BaseException"]}}}, "_FilterType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "logging._FilterType", "line": 13, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["logging.Filter", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["logging.LogRecord"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}]}}}, "_Level": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "logging._Level", "line": 14, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}}}, "_STYLES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging._STYLES", "name": "_STYLES", "type": {".class": "Instance", "args": ["builtins.str", {".class": "TupleType", "implicit": false, "items": ["logging.PercentStyle", "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"}}}, "_SysExcInfoType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "logging._SysExcInfoType", "line": 10, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.BaseException"}, "builtins.BaseException", {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "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": [{".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"}}]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging.__package__", "name": "__package__", "type": "builtins.str"}}, "_levelToName": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging._levelToName", "name": "_levelToName", "type": {".class": "Instance", "args": ["builtins.int", "builtins.str"], "type_ref": "builtins.dict"}}}, "_nameToLevel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging._nameToLevel", "name": "_nameToLevel", "type": {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}}}, "_srcfile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging._srcfile", "name": "_srcfile", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "addLevelName": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["level", "levelName"], "flags": [], "fullname": "logging.addLevelName", "name": "addLevelName", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["level", "levelName"], "arg_types": ["builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addLevelName", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "basicConfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["filename", "filemode", "format", "datefmt", "style", "level", "stream", "handlers", "force"], "flags": [], "fullname": "logging.basicConfig", "name": "basicConfig", "type": {".class": "CallableType", "arg_kinds": [5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["filename", "filemode", "format", "datefmt", "style", "level", "stream", "handlers", "force"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "_typeshed.SupportsWrite"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["logging.Handler"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "basicConfig", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "captureWarnings": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["capture"], "flags": [], "fullname": "logging.captureWarnings", "name": "captureWarnings", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["capture"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "captureWarnings", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "critical": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5, 5, 5, 4], "arg_names": ["msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.critical", "name": "critical", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5, 5, 5, 4], "arg_names": ["msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "critical", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "currentframe": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "logging.currentframe", "name": "currentframe", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "currentframe", "ret_type": "types.FrameType", "type_guard": null, "variables": []}}}, "debug": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5, 5, 5, 4], "arg_names": ["msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.debug", "name": "debug", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5, 5, 5, 4], "arg_names": ["msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "debug", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "disable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["level"], "flags": [], "fullname": "logging.disable", "name": "disable", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["level"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "disable", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5, 5, 5, 4], "arg_names": ["msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.error", "name": "error", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5, 5, 5, 4], "arg_names": ["msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "error", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "exception": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5, 5, 5, 4], "arg_names": ["msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.exception", "name": "exception", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5, 5, 5, 4], "arg_names": ["msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exception", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fatal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "logging.fatal", "name": "fatal", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5, 5, 5, 4], "arg_names": ["msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getLevelName": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["level"], "flags": [], "fullname": "logging.getLevelName", "name": "getLevelName", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["level"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "logging._Level"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getLevelName", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "getLogRecordFactory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "logging.getLogRecordFactory", "name": "getLogRecordFactory", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getLogRecordFactory", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "logging.LogRecord", "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "getLogger": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["name"], "flags": [], "fullname": "logging.getLogger", "name": "getLogger", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["name"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getLogger", "ret_type": "logging.Logger", "type_guard": null, "variables": []}}}, "getLoggerClass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "logging.getLoggerClass", "name": "getLoggerClass", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getLoggerClass", "ret_type": {".class": "TypeType", "item": "logging.Logger"}, "type_guard": null, "variables": []}}}, "info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5, 5, 5, 4], "arg_names": ["msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.info", "name": "info", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5, 5, 5, 4], "arg_names": ["msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "info", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "lastResort": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging.lastResort", "name": "lastResort", "type": {".class": "UnionType", "items": ["logging.StreamHandler", {".class": "NoneType"}]}}}, "log": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["level", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.log", "name": "log", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["level", "msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "arg_types": ["builtins.int", {".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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "logMultiprocessing": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging.logMultiprocessing", "name": "logMultiprocessing", "type": "builtins.bool"}}, "logProcesses": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging.logProcesses", "name": "logProcesses", "type": "builtins.bool"}}, "logThreads": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging.logThreads", "name": "logThreads", "type": "builtins.bool"}}, "makeLogRecord": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["dict"], "flags": [], "fullname": "logging.makeLogRecord", "name": "makeLogRecord", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["dict"], "arg_types": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makeLogRecord", "ret_type": "logging.LogRecord", "type_guard": null, "variables": []}}}, "raiseExceptions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging.raiseExceptions", "name": "raiseExceptions", "type": "builtins.bool"}}, "root": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "logging.root", "name": "root", "type": "logging.RootLogger"}}, "setLogRecordFactory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["factory"], "flags": [], "fullname": "logging.setLogRecordFactory", "name": "setLogRecordFactory", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["factory"], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "logging.LogRecord", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setLogRecordFactory", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setLoggerClass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["klass"], "flags": [], "fullname": "logging.setLoggerClass", "name": "setLoggerClass", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["klass"], "arg_types": [{".class": "TypeType", "item": "logging.Logger"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setLoggerClass", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "shutdown": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["handlerList"], "flags": [], "fullname": "logging.shutdown", "name": "shutdown", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["handlerList"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shutdown", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "struct_time": {".class": "SymbolTableNode", "cross_ref": "time.struct_time", "kind": "Gdef", "module_hidden": true, "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "threading": {".class": "SymbolTableNode", "cross_ref": "threading", "kind": "Gdef", "module_hidden": true, "module_public": false}, "warn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5, 5, 5, 4], "arg_names": ["msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.warn", "name": "warn", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5, 5, 5, 4], "arg_names": ["msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "warn", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "warning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5, 5, 5, 4], "arg_names": ["msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "flags": [], "fullname": "logging.warning", "name": "warning", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5, 5, 5, 4], "arg_names": ["msg", "args", "exc_info", "stack_info", "stacklevel", "extra", "kwargs"], "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}, {".class": "TypeAliasType", "args": [], "type_ref": "logging._ExcInfoType"}, "builtins.bool", "builtins.int", {".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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "warning", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/logging/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/logging/__init__.meta.json b/.mypy_cache/3.9/logging/__init__.meta.json deleted file mode 100644 index 592793674..000000000 --- a/.mypy_cache/3.9/logging/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 8, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 5, 5, 5, 5, 30], "dependencies": ["sys", "threading", "_typeshed", "collections.abc", "string", "time", "types", "typing", "builtins", "abc"], "hash": "c8272f1231979adec39f713d17b752b745925bf8d6f697f27f099401f614fb1e", "id": "logging", "ignore_all": true, "interface_hash": "2e89dae3b6b5dd389a6dd44059829f879fca8239ef3e14ec845ab79e973cfb09", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/logging/__init__.pyi", "plugin_data": null, "size": 24560, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/marshal.data.json b/.mypy_cache/3.9/marshal.data.json deleted file mode 100644 index 0e17ef870..000000000 --- a/.mypy_cache/3.9/marshal.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "marshal", "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}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "marshal.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "marshal.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "marshal.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "marshal.__package__", "name": "__package__", "type": "builtins.str"}}, "dump": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["__value", "__file", "__version"], "flags": [], "fullname": "marshal.dump", "name": "dump", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dump", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dumps": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["__value", "__version"], "flags": [], "fullname": "marshal.dumps", "name": "dumps", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dumps", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "load": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__file"], "flags": [], "fullname": "marshal.load", "name": "load", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "loads": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__bytes"], "flags": [], "fullname": "marshal.loads", "name": "loads", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "loads", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "marshal.version", "name": "version", "type": "builtins.int"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/marshal.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/marshal.meta.json b/.mypy_cache/3.9/marshal.meta.json deleted file mode 100644 index ec88bb654..000000000 --- a/.mypy_cache/3.9/marshal.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1], "dep_prios": [5, 5], "dependencies": ["typing", "builtins"], "hash": "cd765a5ff1f7543f5c94afa288d673edfe46283746e3f4eb8aa9533c2051ea83", "id": "marshal", "ignore_all": true, "interface_hash": "3a9e1f6b46b7dcad98da6c0d4acfb259f827925bb0ceb7061561a4df965a2361", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/marshal.pyi", "plugin_data": null, "size": 253, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/math.data.json b/.mypy_cache/3.9/math.data.json deleted file mode 100644 index 720d1b9bb..000000000 --- a/.mypy_cache/3.9/math.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "math", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsFloat": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsFloat", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsInt": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsInt", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "math.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "math.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "math.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "math.__package__", "name": "__package__", "type": "builtins.str"}}, "acos": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.acos", "name": "acos", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acos", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "acosh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.acosh", "name": "acosh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acosh", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "asin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.asin", "name": "asin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asin", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "asinh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.asinh", "name": "asinh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asinh", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "atan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.atan", "name": "atan", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atan", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "atan2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__y", "__x"], "flags": [], "fullname": "math.atan2", "name": "atan2", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["typing.SupportsFloat", "typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atan2", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "atanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.atanh", "name": "atanh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atanh", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "ceil": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.ceil", "name": "ceil", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ceil", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "comb": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__n", "__k"], "flags": [], "fullname": "math.comb", "name": "comb", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "comb", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "copysign": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__x", "__y"], "flags": [], "fullname": "math.copysign", "name": "copysign", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["typing.SupportsFloat", "typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copysign", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "cos": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.cos", "name": "cos", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cos", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "cosh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.cosh", "name": "cosh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cosh", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "degrees": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.degrees", "name": "degrees", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "degrees", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "dist": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__p", "__q"], "flags": [], "fullname": "math.dist", "name": "dist", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": ["typing.SupportsFloat"], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": ["typing.SupportsFloat"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dist", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "e": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "math.e", "name": "e", "type": "builtins.float"}}, "erf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.erf", "name": "erf", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "erf", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "erfc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.erfc", "name": "erfc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "erfc", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "exp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.exp", "name": "exp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exp", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "expm1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.expm1", "name": "expm1", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expm1", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "fabs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.fabs", "name": "fabs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fabs", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "factorial": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.factorial", "name": "factorial", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsInt"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "factorial", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "floor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.floor", "name": "floor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "floor", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "fmod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__x", "__y"], "flags": [], "fullname": "math.fmod", "name": "fmod", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["typing.SupportsFloat", "typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fmod", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "frexp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.frexp", "name": "frexp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "frexp", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "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": []}}}, "fsum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__seq"], "flags": [], "fullname": "math.fsum", "name": "fsum", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": ["builtins.float"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fsum", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "gamma": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.gamma", "name": "gamma", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gamma", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "gcd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["integers"], "flags": [], "fullname": "math.gcd", "name": "gcd", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["integers"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gcd", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "hypot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["coordinates"], "flags": [], "fullname": "math.hypot", "name": "hypot", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["coordinates"], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hypot", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "inf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "math.inf", "name": "inf", "type": "builtins.float"}}, "isclose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["a", "b", "rel_tol", "abs_tol"], "flags": [], "fullname": "math.isclose", "name": "isclose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["a", "b", "rel_tol", "abs_tol"], "arg_types": ["typing.SupportsFloat", "typing.SupportsFloat", "typing.SupportsFloat", "typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isclose", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isfinite": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.isfinite", "name": "isfinite", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isfinite", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isinf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.isinf", "name": "isinf", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isinf", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isnan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.isnan", "name": "isnan", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isnan", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isqrt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__n"], "flags": [], "fullname": "math.isqrt", "name": "isqrt", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isqrt", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "lcm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["integers"], "flags": [], "fullname": "math.lcm", "name": "lcm", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["integers"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lcm", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "ldexp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__x", "__i"], "flags": [], "fullname": "math.ldexp", "name": "ldexp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["typing.SupportsFloat", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ldexp", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "lgamma": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.lgamma", "name": "lgamma", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lgamma", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "log": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["x", "base"], "flags": [], "fullname": "math.log", "name": "log", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["x", "base"], "arg_types": ["typing.SupportsFloat", "typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "log10": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.log10", "name": "log10", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log10", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "log1p": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.log1p", "name": "log1p", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log1p", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "log2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.log2", "name": "log2", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log2", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "modf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.modf", "name": "modf", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "modf", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "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": []}}}, "nan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "math.nan", "name": "nan", "type": "builtins.float"}}, "nextafter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__x", "__y"], "flags": [], "fullname": "math.nextafter", "name": "nextafter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["typing.SupportsFloat", "typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nextafter", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "perm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["__n", "__k"], "flags": [], "fullname": "math.perm", "name": "perm", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": [null, null], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "perm", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "pi": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "math.pi", "name": "pi", "type": "builtins.float"}}, "pow": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__x", "__y"], "flags": [], "fullname": "math.pow", "name": "pow", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["typing.SupportsFloat", "typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "prod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "math.prod", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["__iterable", "start"], "flags": ["is_overload", "is_decorated"], "fullname": "math.prod", "name": "prod", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": [null, "start"], "arg_types": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prod", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "prod", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["__iterable", "start"], "flags": ["is_overload", "is_decorated"], "fullname": "math.prod", "name": "prod", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": [null, "start"], "arg_types": [{".class": "Instance", "args": ["typing.SupportsFloat"], "type_ref": "typing.Iterable"}, "typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prod", "ret_type": "builtins.float", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "prod", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5], "arg_names": [null, "start"], "arg_types": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prod", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": [null, "start"], "arg_types": [{".class": "Instance", "args": ["typing.SupportsFloat"], "type_ref": "typing.Iterable"}, "typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prod", "ret_type": "builtins.float", "type_guard": null, "variables": []}]}}}, "radians": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.radians", "name": "radians", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "radians", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "remainder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__x", "__y"], "flags": [], "fullname": "math.remainder", "name": "remainder", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["typing.SupportsFloat", "typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remainder", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "sin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.sin", "name": "sin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sin", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "sinh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.sinh", "name": "sinh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sinh", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "sqrt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.sqrt", "name": "sqrt", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sqrt", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "tan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.tan", "name": "tan", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tan", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "tanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.tanh", "name": "tanh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tanh", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "tau": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "math.tau", "name": "tau", "type": "builtins.float"}}, "trunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.trunc", "name": "trunc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trunc", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "ulp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__x"], "flags": [], "fullname": "math.ulp", "name": "ulp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ulp", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/math.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/math.meta.json b/.mypy_cache/3.9/math.meta.json deleted file mode 100644 index e43aa0310..000000000 --- a/.mypy_cache/3.9/math.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "440f3dd3fdf940f9d917b2b6dfddc8dea86bd0ccb553ad8b54ad948d7caff45c", "id": "math", "ignore_all": true, "interface_hash": "2b92cf80ad1f16d7e93b7fb754218d3db492bb5c22a1b25069d8ad3293632cb1", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/math.pyi", "plugin_data": null, "size": 3835, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/mmap.data.json b/.mypy_cache/3.9/mmap.data.json deleted file mode 100644 index ec1aea148..000000000 --- a/.mypy_cache/3.9/mmap.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "mmap", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ACCESS_COPY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.ACCESS_COPY", "name": "ACCESS_COPY", "type": "builtins.int"}}, "ACCESS_DEFAULT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.ACCESS_DEFAULT", "name": "ACCESS_DEFAULT", "type": "builtins.int"}}, "ACCESS_READ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.ACCESS_READ", "name": "ACCESS_READ", "type": "builtins.int"}}, "ACCESS_WRITE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.ACCESS_WRITE", "name": "ACCESS_WRITE", "type": "builtins.int"}}, "ALLOCATIONGRANULARITY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.ALLOCATIONGRANULARITY", "name": "ALLOCATIONGRANULARITY", "type": "builtins.int"}}, "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ContextManager": {".class": "SymbolTableNode", "cross_ref": "typing.ContextManager", "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}, "MADV_DODUMP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MADV_DODUMP", "name": "MADV_DODUMP", "type": "builtins.int"}}, "MADV_DOFORK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MADV_DOFORK", "name": "MADV_DOFORK", "type": "builtins.int"}}, "MADV_DONTDUMP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MADV_DONTDUMP", "name": "MADV_DONTDUMP", "type": "builtins.int"}}, "MADV_DONTFORK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MADV_DONTFORK", "name": "MADV_DONTFORK", "type": "builtins.int"}}, "MADV_DONTNEED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MADV_DONTNEED", "name": "MADV_DONTNEED", "type": "builtins.int"}}, "MADV_FREE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MADV_FREE", "name": "MADV_FREE", "type": "builtins.int"}}, "MADV_HUGEPAGE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MADV_HUGEPAGE", "name": "MADV_HUGEPAGE", "type": "builtins.int"}}, "MADV_HWPOISON": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MADV_HWPOISON", "name": "MADV_HWPOISON", "type": "builtins.int"}}, "MADV_MERGEABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MADV_MERGEABLE", "name": "MADV_MERGEABLE", "type": "builtins.int"}}, "MADV_NOHUGEPAGE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MADV_NOHUGEPAGE", "name": "MADV_NOHUGEPAGE", "type": "builtins.int"}}, "MADV_NORMAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MADV_NORMAL", "name": "MADV_NORMAL", "type": "builtins.int"}}, "MADV_RANDOM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MADV_RANDOM", "name": "MADV_RANDOM", "type": "builtins.int"}}, "MADV_REMOVE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MADV_REMOVE", "name": "MADV_REMOVE", "type": "builtins.int"}}, "MADV_SEQUENTIAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MADV_SEQUENTIAL", "name": "MADV_SEQUENTIAL", "type": "builtins.int"}}, "MADV_UNMERGEABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MADV_UNMERGEABLE", "name": "MADV_UNMERGEABLE", "type": "builtins.int"}}, "MADV_WILLNEED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MADV_WILLNEED", "name": "MADV_WILLNEED", "type": "builtins.int"}}, "MAP_ANON": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MAP_ANON", "name": "MAP_ANON", "type": "builtins.int"}}, "MAP_ANONYMOUS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MAP_ANONYMOUS", "name": "MAP_ANONYMOUS", "type": "builtins.int"}}, "MAP_DENYWRITE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MAP_DENYWRITE", "name": "MAP_DENYWRITE", "type": "builtins.int"}}, "MAP_EXECUTABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MAP_EXECUTABLE", "name": "MAP_EXECUTABLE", "type": "builtins.int"}}, "MAP_PRIVATE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MAP_PRIVATE", "name": "MAP_PRIVATE", "type": "builtins.int"}}, "MAP_SHARED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.MAP_SHARED", "name": "MAP_SHARED", "type": "builtins.int"}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PAGESIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.PAGESIZE", "name": "PAGESIZE", "type": "builtins.int"}}, "PROT_EXEC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.PROT_EXEC", "name": "PROT_EXEC", "type": "builtins.int"}}, "PROT_READ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.PROT_READ", "name": "PROT_READ", "type": "builtins.int"}}, "PROT_WRITE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.PROT_WRITE", "name": "PROT_WRITE", "type": "builtins.int"}}, "ReadableBuffer": {".class": "SymbolTableNode", "cross_ref": "_typeshed.ReadableBuffer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sized": {".class": "SymbolTableNode", "cross_ref": "typing.Sized", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "mmap.__package__", "name": "__package__", "type": "builtins.str"}}, "_mmap": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "mmap._mmap", "name": "_mmap", "type_vars": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, "flags": [], "fullname": "mmap._mmap", "metaclass_type": null, "metadata": {}, "module_name": "mmap", "mro": ["mmap._mmap", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "fileno", "length", "flags", "prot", "access", "offset"], "flags": [], "fullname": "mmap._mmap.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "fileno", "length", "flags", "prot", "access", "offset"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "mmap._mmap"}, "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _mmap", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "mmap._mmap.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "mmap._mmap"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of _mmap", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "mmap._mmap.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "mmap._mmap"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of _mmap", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "flush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "offset", "size"], "flags": [], "fullname": "mmap._mmap.flush", "name": "flush", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "offset", "size"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "mmap._mmap"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flush of _mmap", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "move": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dest", "src", "count"], "flags": [], "fullname": "mmap._mmap.move", "name": "move", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dest", "src", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "mmap._mmap"}, "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "move of _mmap", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "read_byte": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "mmap._mmap.read_byte", "name": "read_byte", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "mmap._mmap"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_byte of _mmap", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}}, "readline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "mmap._mmap.readline", "name": "readline", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "mmap._mmap"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readline of _mmap", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}}, "resize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "newsize"], "flags": [], "fullname": "mmap._mmap.resize", "name": "resize", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "newsize"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "mmap._mmap"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resize of _mmap", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "seek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "pos", "whence"], "flags": [], "fullname": "mmap._mmap.seek", "name": "seek", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "pos", "whence"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "mmap._mmap"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seek of _mmap", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "mmap._mmap.size", "name": "size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "mmap._mmap"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "size of _mmap", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "tell": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "mmap._mmap.tell", "name": "tell", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "mmap._mmap"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tell of _mmap", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "write_byte": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "byte"], "flags": [], "fullname": "mmap._mmap.write_byte", "name": "write_byte", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "byte"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "mmap._mmap"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write_byte of _mmap", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["AnyStr"], "typeddict_type": null}}, "mmap": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "mmap._mmap"}, {".class": "Instance", "args": ["mmap.mmap"], "type_ref": "typing.ContextManager"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Iterable"}, "typing.Sized"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "mmap.mmap", "name": "mmap", "type_vars": []}, "flags": [], "fullname": "mmap.mmap", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "mmap", "mro": ["mmap.mmap", "mmap._mmap", "typing.ContextManager", "typing.Iterable", "typing.Sized", "builtins.object"], "names": {".class": "SymbolTable", "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "index"], "flags": [], "fullname": "mmap.mmap.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["mmap.mmap", {".class": "UnionType", "items": ["builtins.int", "builtins.slice"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of mmap", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "mmap.mmap.__getitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "index"], "flags": ["is_overload", "is_decorated"], "fullname": "mmap.mmap.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["mmap.mmap", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of mmap", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "index"], "flags": ["is_overload", "is_decorated"], "fullname": "mmap.mmap.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["mmap.mmap", "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of mmap", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["mmap.mmap", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of mmap", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["mmap.mmap", "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of mmap", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "mmap.mmap.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["mmap.mmap"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of mmap", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "mmap.mmap.__setitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "index", "object"], "flags": ["is_overload", "is_decorated"], "fullname": "mmap.mmap.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["mmap.mmap", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of mmap", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "index", "object"], "flags": ["is_overload", "is_decorated"], "fullname": "mmap.mmap.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["mmap.mmap", "builtins.slice", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of mmap", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["mmap.mmap", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of mmap", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["mmap.mmap", "builtins.slice", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of mmap", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "closed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "mmap.mmap.closed", "name": "closed", "type": "builtins.bool"}}, "find": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "sub", "start", "stop"], "flags": [], "fullname": "mmap.mmap.find", "name": "find", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "sub", "start", "stop"], "arg_types": ["mmap.mmap", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find of mmap", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "madvise": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "option", "start", "length"], "flags": [], "fullname": "mmap.mmap.madvise", "name": "madvise", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "option", "start", "length"], "arg_types": ["mmap.mmap", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "madvise of mmap", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "flags": [], "fullname": "mmap.mmap.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "arg_types": ["mmap.mmap", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of mmap", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "rfind": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "sub", "start", "stop"], "flags": [], "fullname": "mmap.mmap.rfind", "name": "rfind", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "sub", "start", "stop"], "arg_types": ["mmap.mmap", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rfind of mmap", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "bytes"], "flags": [], "fullname": "mmap.mmap.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "bytes"], "arg_types": ["mmap.mmap", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of mmap", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/mmap.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/mmap.meta.json b/.mypy_cache/3.9/mmap.meta.json deleted file mode 100644 index 33943f77a..000000000 --- a/.mypy_cache/3.9/mmap.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000169, "dep_lines": [1, 2, 3, 1, 1], "dep_prios": [10, 5, 5, 5, 30], "dependencies": ["sys", "_typeshed", "typing", "builtins", "abc"], "hash": "9ca322037fd6465c78385f298534ad27dea0e149c0ea5e2028666fb525c39602", "id": "mmap", "ignore_all": true, "interface_hash": "5ac7ce8f575ec9eb8e5cc6c4fda78d3fb72686571f98c184f4630e3a3bc27514", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/mmap.pyi", "plugin_data": null, "size": 4570, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/model.data.json b/.mypy_cache/3.9/model.data.json deleted file mode 100644 index e25b27222..000000000 --- a/.mypy_cache/3.9/model.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "model", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Tdnn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "model.Tdnn", "name": "Tdnn", "type_vars": []}, "flags": [], "fullname": "model.Tdnn", "metaclass_type": null, "metadata": {}, "module_name": "model", "mro": ["model.Tdnn", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "num_features", "num_classes"], "flags": [], "fullname": "model.Tdnn.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "num_features", "num_classes"], "arg_types": ["model.Tdnn", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Tdnn", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "model.Tdnn.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": ["model.Tdnn", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Tdnn", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "output_linear": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "model.Tdnn.output_linear", "name": "output_linear", "type": "torch.nn.modules.linear.Linear"}}, "tdnn": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "model.Tdnn.tdnn", "name": "tdnn", "type": "torch.nn.modules.container.Sequential"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "model.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "model.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "model.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "model.__package__", "name": "__package__", "type": "builtins.str"}}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef"}, "test_tdnn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "model.test_tdnn", "name": "test_tdnn", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/icefall/egs/yesno/ASR/tdnn/model.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/model.meta.json b/.mypy_cache/3.9/model.meta.json deleted file mode 100644 index becdb852c..000000000 --- a/.mypy_cache/3.9/model.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "torch.nn.quantized", "itertools", "copy", "enum", "os", "time", "re", "_typeshed", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.nn.functional", "torch.nn.modules", "torch.nn.modules.activation", "torch.nn.modules.batchnorm", "torch.nn.modules.container", "torch.nn.modules.conv", "torch.nn.modules.linear", "torch.nn.modules.module", "typing"], "hash": "0260d5089d02371e8f8ce4a77892f4136c3bb0ee06780c97da982be6638b7ccf", "id": "model", "ignore_all": false, "interface_hash": "21d44e78be3e2a504ae83014faa9fa8013e7af89d24494a0dcd90cf2c38efdba", "mtime": 1639000197, "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_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/icefall/egs/yesno/ASR/tdnn/model.py", "plugin_data": null, "size": 2152, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/__init__.data.json b/.mypy_cache/3.9/multiprocessing/__init__.data.json deleted file mode 100644 index 8f5d9826f..000000000 --- a/.mypy_cache/3.9/multiprocessing/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "multiprocessing", "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}, "Array": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "multiprocessing.Array", "name": "Array", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["typecode_or_type", "size_or_initializer", "lock"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 650, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 650, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.context._CT", "id": 650, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["typecode_or_type", "size_or_initializer", "lock"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 651, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, "multiprocessing.synchronize.Lock", "multiprocessing.synchronize.RLock"]}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 651, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedArray"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.context._CT", "id": 651, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["typecode_or_type", "size_or_initializer", "lock"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.context._LockLike"}]}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "multiprocessing.sharedctypes.SynchronizedArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["typecode_or_type", "size_or_initializer", "lock"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "TypeType", "item": "ctypes._CData"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.context._LockLike"}]}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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": []}]}}}, "AuthenticationError": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.AuthenticationError", "kind": "Gdef"}, "Barrier": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["parties", "action", "timeout"], "flags": [], "fullname": "multiprocessing.Barrier", "name": "Barrier", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["parties", "action", "timeout"], "arg_types": ["builtins.int", {".class": "UnionType", "items": [{".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", "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": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Barrier", "ret_type": "multiprocessing.synchronize.Barrier", "type_guard": null, "variables": []}}}, "BaseContext": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.BaseContext", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BoundedSemaphore": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["value"], "flags": [], "fullname": "multiprocessing.BoundedSemaphore", "name": "BoundedSemaphore", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["value"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "BoundedSemaphore", "ret_type": "multiprocessing.synchronize.BoundedSemaphore", "type_guard": null, "variables": []}}}, "BufferTooShort": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.BufferTooShort", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Condition": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["lock"], "flags": [], "fullname": "multiprocessing.Condition", "name": "Condition", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["lock"], "arg_types": [{".class": "UnionType", "items": ["multiprocessing.synchronize.Lock", "multiprocessing.synchronize.RLock", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Condition", "ret_type": "multiprocessing.synchronize.Condition", "type_guard": null, "variables": []}}}, "DefaultContext": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.DefaultContext", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Event": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.Event", "name": "Event", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Event", "ret_type": "multiprocessing.synchronize.Event", "type_guard": null, "variables": []}}}, "ForkContext": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.ForkContext", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ForkServerContext": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.ForkServerContext", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "JoinableQueue": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.queues.JoinableQueue", "kind": "Gdef"}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Lock": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.Lock", "name": "Lock", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Lock", "ret_type": "multiprocessing.synchronize.Lock", "type_guard": null, "variables": []}}}, "Logger": {".class": "SymbolTableNode", "cross_ref": "logging.Logger", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Manager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.Manager", "name": "Manager", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Manager", "ret_type": "multiprocessing.managers.SyncManager", "type_guard": null, "variables": []}}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Pipe": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["duplex"], "flags": [], "fullname": "multiprocessing.Pipe", "name": "Pipe", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["duplex"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Pipe", "ret_type": {".class": "TupleType", "implicit": false, "items": ["multiprocessing.connection.Connection", "multiprocessing.connection.Connection"], "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": []}}}, "Pool": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1], "arg_names": ["processes", "initializer", "initargs", "maxtasksperchild"], "flags": [], "fullname": "multiprocessing.Pool", "name": "Pool", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1], "arg_names": ["processes", "initializer", "initargs", "maxtasksperchild"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".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", "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": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Pool", "ret_type": "multiprocessing.pool.Pool", "type_guard": null, "variables": []}}}, "Process": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.Process", "kind": "Gdef"}, "ProcessError": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.ProcessError", "kind": "Gdef"}, "Queue": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.queues.Queue", "kind": "Gdef"}, "RLock": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.RLock", "name": "RLock", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RLock", "ret_type": "multiprocessing.synchronize.RLock", "type_guard": null, "variables": []}}}, "RawArray": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "multiprocessing.RawArray", "name": "RawArray", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["typecode_or_type", "size_or_initializer"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 647, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 647, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.context._CT", "id": 647, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["typecode_or_type", "size_or_initializer"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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": []}]}}}, "RawValue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "multiprocessing.RawValue", "name": "RawValue", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["typecode_or_type", "args"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 646, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 646, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.context._CT", "id": 646, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["typecode_or_type", "args"], "arg_types": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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": []}]}}}, "Semaphore": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["value"], "flags": [], "fullname": "multiprocessing.Semaphore", "name": "Semaphore", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["value"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Semaphore", "ret_type": "multiprocessing.synchronize.Semaphore", "type_guard": null, "variables": []}}}, "SimpleQueue": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.queues.SimpleQueue", "kind": "Gdef"}, "SpawnContext": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.SpawnContext", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SyncManager": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.managers.SyncManager", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TimeoutError": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.TimeoutError", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Value": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "multiprocessing.Value", "name": "Value", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 2, 3], "arg_names": ["typecode_or_type", "args", "lock"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 648, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 648, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.context._CT", "id": 648, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 2, 3], "arg_names": ["typecode_or_type", "args", "lock"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 649, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, "multiprocessing.synchronize.Lock", "multiprocessing.synchronize.RLock"]}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 649, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.context._CT", "id": 649, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 2, 3], "arg_names": ["typecode_or_type", "args", "lock"], "arg_types": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.context._LockLike"}]}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["typecode_or_type", "args", "lock"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "TypeType", "item": "ctypes._CData"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.context._LockLike"}]}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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": []}]}}}, "_LockLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "multiprocessing._LockLike", "line": 35, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["multiprocessing.synchronize.Lock", "multiprocessing.synchronize.RLock"]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.__package__", "name": "__package__", "type": "builtins.str"}}, "active_children": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.process.active_children", "kind": "Gdef"}, "allow_connection_pickling": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.allow_connection_pickling", "name": "allow_connection_pickling", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "allow_connection_pickling", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "connection": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.connection", "kind": "Gdef", "module_public": false}, "context": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context", "kind": "Gdef", "module_public": false}, "cpu_count": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.cpu_count", "name": "cpu_count", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cpu_count", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "current_process": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.process.current_process", "kind": "Gdef"}, "freeze_support": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.spawn.freeze_support", "kind": "Gdef"}, "get_all_start_methods": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.get_all_start_methods", "name": "get_all_start_methods", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_all_start_methods", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_context": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "multiprocessing.get_context", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["method"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.get_context", "name": "get_context", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["method"], "arg_types": [{".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_context", "ret_type": "multiprocessing.context.DefaultContext", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_context", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["method"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.get_context", "name": "get_context", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": [{".class": "LiteralType", "fallback": "builtins.str", "value": "spawn"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_context", "ret_type": "multiprocessing.context.SpawnContext", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_context", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["method"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.get_context", "name": "get_context", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": [{".class": "LiteralType", "fallback": "builtins.str", "value": "fork"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_context", "ret_type": "multiprocessing.context.ForkContext", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_context", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["method"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.get_context", "name": "get_context", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": [{".class": "LiteralType", "fallback": "builtins.str", "value": "forkserver"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_context", "ret_type": "multiprocessing.context.ForkServerContext", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_context", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["method"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.get_context", "name": "get_context", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_context", "ret_type": "multiprocessing.context.BaseContext", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_context", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [1], "arg_names": ["method"], "arg_types": [{".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_context", "ret_type": "multiprocessing.context.DefaultContext", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": [{".class": "LiteralType", "fallback": "builtins.str", "value": "spawn"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_context", "ret_type": "multiprocessing.context.SpawnContext", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": [{".class": "LiteralType", "fallback": "builtins.str", "value": "fork"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_context", "ret_type": "multiprocessing.context.ForkContext", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": [{".class": "LiteralType", "fallback": "builtins.str", "value": "forkserver"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_context", "ret_type": "multiprocessing.context.ForkServerContext", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_context", "ret_type": "multiprocessing.context.BaseContext", "type_guard": null, "variables": []}]}}}, "get_logger": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.get_logger", "name": "get_logger", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_logger", "ret_type": "logging.Logger", "type_guard": null, "variables": []}}}, "get_start_method": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["allow_none"], "flags": [], "fullname": "multiprocessing.get_start_method", "name": "get_start_method", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["allow_none"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_start_method", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "log_to_stderr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["level"], "flags": [], "fullname": "multiprocessing.log_to_stderr", "name": "log_to_stderr", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["level"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log_to_stderr", "ret_type": "logging.Logger", "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "parent_process": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.process.parent_process", "kind": "Gdef"}, "pool": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.pool", "kind": "Gdef", "module_public": false}, "set_executable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["executable"], "flags": [], "fullname": "multiprocessing.set_executable", "name": "set_executable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["executable"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_executable", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_forkserver_preload": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module_names"], "flags": [], "fullname": "multiprocessing.set_forkserver_preload", "name": "set_forkserver_preload", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["module_names"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_forkserver_preload", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_start_method": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["method", "force"], "flags": [], "fullname": "multiprocessing.set_start_method", "name": "set_start_method", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["method", "force"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_start_method", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "synchronize": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.synchronize", "kind": "Gdef", "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/__init__.meta.json b/.mypy_cache/3.9/multiprocessing/__init__.meta.json deleted file mode 100644 index a8761a92e..000000000 --- a/.mypy_cache/3.9/multiprocessing/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 4, 4, 4, 4, 15, 16, 19, 20, 21, 22, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 10, 5, 10, 10, 5, 5, 5, 5, 5, 5, 5, 30, 30, 30], "dependencies": ["sys", "collections.abc", "logging", "multiprocessing.connection", "multiprocessing.context", "multiprocessing.pool", "multiprocessing.synchronize", "multiprocessing.managers", "multiprocessing.process", "multiprocessing.queues", "multiprocessing.spawn", "typing", "typing_extensions", "builtins", "abc", "ctypes", "multiprocessing.sharedctypes"], "hash": "aea168ce42590ab28cf602cc6beb9251bd47454e051553f29642727336ddfeda", "id": "multiprocessing", "ignore_all": true, "interface_hash": "c2bfce42aaf60b9d92b5539c615d67cc3e71d23bc472f011cb430a4bec52540f", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/__init__.pyi", "plugin_data": null, "size": 3553, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/connection.data.json b/.mypy_cache/3.9/multiprocessing/connection.data.json deleted file mode 100644 index 3f11cd30d..000000000 --- a/.mypy_cache/3.9/multiprocessing/connection.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "multiprocessing.connection", "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}, "Client": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["address", "family", "authkey"], "flags": [], "fullname": "multiprocessing.connection.Client", "name": "Client", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["address", "family", "authkey"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.connection._Address"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Client", "ret_type": "multiprocessing.connection.Connection", "type_guard": null, "variables": []}}}, "Connection": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["multiprocessing.connection._ConnectionBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.connection.Connection", "name": "Connection", "type_vars": []}, "flags": [], "fullname": "multiprocessing.connection.Connection", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.connection", "mro": ["multiprocessing.connection.Connection", "multiprocessing.connection._ConnectionBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Listener": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.connection.Listener", "name": "Listener", "type_vars": []}, "flags": [], "fullname": "multiprocessing.connection.Listener", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.connection", "mro": ["multiprocessing.connection.Listener", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.connection.Listener.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["multiprocessing.connection.Listener"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of Listener", "ret_type": "multiprocessing.connection.Listener", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_value", "exc_tb"], "flags": [], "fullname": "multiprocessing.connection.Listener.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["multiprocessing.connection.Listener", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of Listener", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "address", "family", "backlog", "authkey"], "flags": [], "fullname": "multiprocessing.connection.Listener.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "address", "family", "backlog", "authkey"], "arg_types": ["multiprocessing.connection.Listener", {".class": "UnionType", "items": ["builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Listener", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "accept": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.connection.Listener.accept", "name": "accept", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.connection.Listener"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "accept of Listener", "ret_type": "multiprocessing.connection.Connection", "type_guard": null, "variables": []}}}, "address": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "multiprocessing.connection.Listener.address", "name": "address", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.connection.Listener"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "address of Listener", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.connection._Address"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "address", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.connection.Listener"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "address of Listener", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.connection._Address"}, "type_guard": null, "variables": []}}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.connection.Listener.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.connection.Listener"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of Listener", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "last_accepted": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "multiprocessing.connection.Listener.last_accepted", "name": "last_accepted", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.connection.Listener"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "last_accepted of Listener", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "last_accepted", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.connection.Listener"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "last_accepted of Listener", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Pipe": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["duplex"], "flags": [], "fullname": "multiprocessing.connection.Pipe", "name": "Pipe", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["duplex"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Pipe", "ret_type": {".class": "TupleType", "implicit": false, "items": ["multiprocessing.connection.Connection", "multiprocessing.connection.Connection"], "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": []}}}, "SupportsIndex": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsIndex", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Address": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "multiprocessing.connection._Address", "line": 10, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}}}, "_ConnectionBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.connection._ConnectionBase", "name": "_ConnectionBase", "type_vars": []}, "flags": [], "fullname": "multiprocessing.connection._ConnectionBase", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.connection", "mro": ["multiprocessing.connection._ConnectionBase", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.connection._ConnectionBase.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["multiprocessing.connection._ConnectionBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of _ConnectionBase", "ret_type": "multiprocessing.connection._ConnectionBase", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_value", "exc_tb"], "flags": [], "fullname": "multiprocessing.connection._ConnectionBase.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["multiprocessing.connection._ConnectionBase", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of _ConnectionBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "handle", "readable", "writable"], "flags": [], "fullname": "multiprocessing.connection._ConnectionBase.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "handle", "readable", "writable"], "arg_types": ["multiprocessing.connection._ConnectionBase", "typing.SupportsIndex", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _ConnectionBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.connection._ConnectionBase.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.connection._ConnectionBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of _ConnectionBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "closed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "multiprocessing.connection._ConnectionBase.closed", "name": "closed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.connection._ConnectionBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "closed of _ConnectionBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "closed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.connection._ConnectionBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "closed of _ConnectionBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "fileno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.connection._ConnectionBase.fileno", "name": "fileno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.connection._ConnectionBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fileno of _ConnectionBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "poll": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "multiprocessing.connection._ConnectionBase.poll", "name": "poll", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": ["multiprocessing.connection._ConnectionBase", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "poll of _ConnectionBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "readable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "multiprocessing.connection._ConnectionBase.readable", "name": "readable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.connection._ConnectionBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readable of _ConnectionBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "readable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.connection._ConnectionBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readable of _ConnectionBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "recv": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.connection._ConnectionBase.recv", "name": "recv", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.connection._ConnectionBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "recv of _ConnectionBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "recv_bytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "maxlength"], "flags": [], "fullname": "multiprocessing.connection._ConnectionBase.recv_bytes", "name": "recv_bytes", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "maxlength"], "arg_types": ["multiprocessing.connection._ConnectionBase", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "recv_bytes of _ConnectionBase", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "recv_bytes_into": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "buf", "offset"], "flags": [], "fullname": "multiprocessing.connection._ConnectionBase.recv_bytes_into", "name": "recv_bytes_into", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "buf", "offset"], "arg_types": ["multiprocessing.connection._ConnectionBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "recv_bytes_into of _ConnectionBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "send": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "multiprocessing.connection._ConnectionBase.send", "name": "send", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "arg_types": ["multiprocessing.connection._ConnectionBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "send of _ConnectionBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "send_bytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "buf", "offset", "size"], "flags": [], "fullname": "multiprocessing.connection._ConnectionBase.send_bytes", "name": "send_bytes", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "buf", "offset", "size"], "arg_types": ["multiprocessing.connection._ConnectionBase", "builtins.bytes", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "send_bytes of _ConnectionBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "writable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "multiprocessing.connection._ConnectionBase.writable", "name": "writable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.connection._ConnectionBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writable of _ConnectionBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "writable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.connection._ConnectionBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writable of _ConnectionBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.connection.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.connection.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.connection.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.connection.__package__", "name": "__package__", "type": "builtins.str"}}, "answer_challenge": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["connection", "authkey"], "flags": [], "fullname": "multiprocessing.connection.answer_challenge", "name": "answer_challenge", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["connection", "authkey"], "arg_types": ["multiprocessing.connection.Connection", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "answer_challenge", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "deliver_challenge": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["connection", "authkey"], "flags": [], "fullname": "multiprocessing.connection.deliver_challenge", "name": "deliver_challenge", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["connection", "authkey"], "arg_types": ["multiprocessing.connection.Connection", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "deliver_challenge", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "socket": {".class": "SymbolTableNode", "cross_ref": "socket", "kind": "Gdef", "module_hidden": true, "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef", "module_hidden": true, "module_public": false}, "wait": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["object_list", "timeout"], "flags": [], "fullname": "multiprocessing.connection.wait", "name": "wait", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["object_list", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["multiprocessing.connection.Connection", "socket.socket", "builtins.int"]}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["multiprocessing.connection.Connection", "socket.socket", "builtins.int"]}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/connection.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/connection.meta.json b/.mypy_cache/3.9/multiprocessing/connection.meta.json deleted file mode 100644 index 4ce845061..000000000 --- a/.mypy_cache/3.9/multiprocessing/connection.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 4, 1, 1], "dep_prios": [10, 10, 10, 5, 5, 30], "dependencies": ["socket", "sys", "types", "typing", "builtins", "abc"], "hash": "45e09c87a30667e9b84d2a3a6d214752ff5bcb1bbbf60d863fb7219d89a10fcc", "id": "multiprocessing.connection", "ignore_all": true, "interface_hash": "a5cd760c6e32b1e8d9db995ca6f30c20b0c29f3289ab1bd3b2fe7fb4e29928a8", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/connection.pyi", "plugin_data": null, "size": 2602, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/context.data.json b/.mypy_cache/3.9/multiprocessing/context.data.json deleted file mode 100644 index 77b17d11e..000000000 --- a/.mypy_cache/3.9/multiprocessing/context.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "multiprocessing.context", "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}, "AuthenticationError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["multiprocessing.context.ProcessError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.context.AuthenticationError", "name": "AuthenticationError", "type_vars": []}, "flags": [], "fullname": "multiprocessing.context.AuthenticationError", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.context", "mro": ["multiprocessing.context.AuthenticationError", "multiprocessing.context.ProcessError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BaseContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.context.BaseContext", "name": "BaseContext", "type_vars": []}, "flags": [], "fullname": "multiprocessing.context.BaseContext", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.context", "mro": ["multiprocessing.context.BaseContext", "builtins.object"], "names": {".class": "SymbolTable", "Array": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "multiprocessing.context.BaseContext.Array", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 3], "arg_names": ["self", "typecode_or_type", "size_or_initializer", "lock"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.context.BaseContext.Array", "name": "Array", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 3], "arg_names": ["self", "typecode_or_type", "size_or_initializer", "lock"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Array of BaseContext", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "Array", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 3], "arg_names": ["self", "typecode_or_type", "size_or_initializer", "lock"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.context.BaseContext.Array", "name": "Array", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 3], "arg_names": ["self", "typecode_or_type", "size_or_initializer", "lock"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.context._LockLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Array of BaseContext", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedArray"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "Array", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 3], "arg_names": ["self", "typecode_or_type", "size_or_initializer", "lock"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.context.BaseContext.Array", "name": "Array", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 3], "arg_names": ["self", "typecode_or_type", "size_or_initializer", "lock"], "arg_types": ["multiprocessing.context.BaseContext", "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.context._LockLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Array of BaseContext", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "multiprocessing.sharedctypes.SynchronizedArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "Array", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "typecode_or_type", "size_or_initializer", "lock"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.context.BaseContext.Array", "name": "Array", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "typecode_or_type", "size_or_initializer", "lock"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "UnionType", "items": ["builtins.str", {".class": "TypeType", "item": "ctypes._CData"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.context._LockLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Array of BaseContext", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "Array", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 3], "arg_names": ["self", "typecode_or_type", "size_or_initializer", "lock"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Array of BaseContext", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 3], "arg_names": ["self", "typecode_or_type", "size_or_initializer", "lock"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.context._LockLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Array of BaseContext", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedArray"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 3], "arg_names": ["self", "typecode_or_type", "size_or_initializer", "lock"], "arg_types": ["multiprocessing.context.BaseContext", "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.context._LockLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Array of BaseContext", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "multiprocessing.sharedctypes.SynchronizedArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "typecode_or_type", "size_or_initializer", "lock"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "UnionType", "items": ["builtins.str", {".class": "TypeType", "item": "ctypes._CData"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.context._LockLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Array of BaseContext", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "AuthenticationError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.context.BaseContext.AuthenticationError", "name": "AuthenticationError", "type": {".class": "TypeType", "item": "builtins.Exception"}}}, "Barrier": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "parties", "action", "timeout"], "flags": [], "fullname": "multiprocessing.context.BaseContext.Barrier", "name": "Barrier", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "parties", "action", "timeout"], "arg_types": ["multiprocessing.context.BaseContext", "builtins.int", {".class": "UnionType", "items": [{".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", "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": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Barrier of BaseContext", "ret_type": "multiprocessing.synchronize.Barrier", "type_guard": null, "variables": []}}}, "BoundedSemaphore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "value"], "flags": [], "fullname": "multiprocessing.context.BaseContext.BoundedSemaphore", "name": "BoundedSemaphore", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "value"], "arg_types": ["multiprocessing.context.BaseContext", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "BoundedSemaphore of BaseContext", "ret_type": "multiprocessing.synchronize.BoundedSemaphore", "type_guard": null, "variables": []}}}, "BufferTooShort": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.context.BaseContext.BufferTooShort", "name": "BufferTooShort", "type": {".class": "TypeType", "item": "builtins.Exception"}}}, "Condition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "lock"], "flags": [], "fullname": "multiprocessing.context.BaseContext.Condition", "name": "Condition", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "lock"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "UnionType", "items": ["multiprocessing.synchronize.Lock", "multiprocessing.synchronize.RLock", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Condition of BaseContext", "ret_type": "multiprocessing.synchronize.Condition", "type_guard": null, "variables": []}}}, "Event": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.context.BaseContext.Event", "name": "Event", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.context.BaseContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Event of BaseContext", "ret_type": "multiprocessing.synchronize.Event", "type_guard": null, "variables": []}}}, "JoinableQueue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "maxsize"], "flags": [], "fullname": "multiprocessing.context.BaseContext.JoinableQueue", "name": "JoinableQueue", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "maxsize"], "arg_types": ["multiprocessing.context.BaseContext", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "JoinableQueue of BaseContext", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "multiprocessing.queues.JoinableQueue"}, "type_guard": null, "variables": []}}}, "Lock": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.context.BaseContext.Lock", "name": "Lock", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.context.BaseContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Lock of BaseContext", "ret_type": "multiprocessing.synchronize.Lock", "type_guard": null, "variables": []}}}, "Manager": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.context.BaseContext.Manager", "name": "Manager", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.context.BaseContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Manager of BaseContext", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "Pipe": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "duplex"], "flags": [], "fullname": "multiprocessing.context.BaseContext.Pipe", "name": "Pipe", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "duplex"], "arg_types": ["multiprocessing.context.BaseContext", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Pipe of BaseContext", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "Pool": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "processes", "initializer", "initargs", "maxtasksperchild"], "flags": [], "fullname": "multiprocessing.context.BaseContext.Pool", "name": "Pool", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "processes", "initializer", "initargs", "maxtasksperchild"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".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", "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": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Pool of BaseContext", "ret_type": "multiprocessing.pool.Pool", "type_guard": null, "variables": []}}}, "Process": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.context.BaseContext.Process", "name": "Process", "type": {".class": "TypeType", "item": "multiprocessing.process.BaseProcess"}}}, "ProcessError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.context.BaseContext.ProcessError", "name": "ProcessError", "type": {".class": "TypeType", "item": "builtins.Exception"}}}, "Queue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "maxsize"], "flags": [], "fullname": "multiprocessing.context.BaseContext.Queue", "name": "Queue", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "maxsize"], "arg_types": ["multiprocessing.context.BaseContext", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Queue of BaseContext", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "multiprocessing.queues.Queue"}, "type_guard": null, "variables": []}}}, "RLock": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.context.BaseContext.RLock", "name": "RLock", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.context.BaseContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RLock of BaseContext", "ret_type": "multiprocessing.synchronize.RLock", "type_guard": null, "variables": []}}}, "RawArray": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "multiprocessing.context.BaseContext.RawArray", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "typecode_or_type", "size_or_initializer"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.context.BaseContext.RawArray", "name": "RawArray", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "typecode_or_type", "size_or_initializer"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RawArray of BaseContext", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "RawArray", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "typecode_or_type", "size_or_initializer"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.context.BaseContext.RawArray", "name": "RawArray", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "typecode_or_type", "size_or_initializer"], "arg_types": ["multiprocessing.context.BaseContext", "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RawArray of BaseContext", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "RawArray", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "typecode_or_type", "size_or_initializer"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RawArray of BaseContext", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "typecode_or_type", "size_or_initializer"], "arg_types": ["multiprocessing.context.BaseContext", "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RawArray of BaseContext", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "RawValue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "multiprocessing.context.BaseContext.RawValue", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "typecode_or_type", "args"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.context.BaseContext.RawValue", "name": "RawValue", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "typecode_or_type", "args"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RawValue of BaseContext", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "RawValue", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "typecode_or_type", "args"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.context.BaseContext.RawValue", "name": "RawValue", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "typecode_or_type", "args"], "arg_types": ["multiprocessing.context.BaseContext", "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", "implicit": false, "is_ellipsis_args": false, "name": "RawValue of BaseContext", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "RawValue", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "typecode_or_type", "args"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RawValue of BaseContext", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "typecode_or_type", "args"], "arg_types": ["multiprocessing.context.BaseContext", "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", "implicit": false, "is_ellipsis_args": false, "name": "RawValue of BaseContext", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "Semaphore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "value"], "flags": [], "fullname": "multiprocessing.context.BaseContext.Semaphore", "name": "Semaphore", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "value"], "arg_types": ["multiprocessing.context.BaseContext", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Semaphore of BaseContext", "ret_type": "multiprocessing.synchronize.Semaphore", "type_guard": null, "variables": []}}}, "SimpleQueue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.context.BaseContext.SimpleQueue", "name": "SimpleQueue", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.context.BaseContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "SimpleQueue of BaseContext", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "multiprocessing.queues.SimpleQueue"}, "type_guard": null, "variables": []}}}, "TimeoutError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.context.BaseContext.TimeoutError", "name": "TimeoutError", "type": {".class": "TypeType", "item": "builtins.Exception"}}}, "Value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "multiprocessing.context.BaseContext.Value", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 3], "arg_names": ["self", "typecode_or_type", "args", "lock"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.context.BaseContext.Value", "name": "Value", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 3], "arg_names": ["self", "typecode_or_type", "args", "lock"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Value of BaseContext", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "Value", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 3], "arg_names": ["self", "typecode_or_type", "args", "lock"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.context.BaseContext.Value", "name": "Value", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 3], "arg_names": ["self", "typecode_or_type", "args", "lock"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.context._LockLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Value of BaseContext", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "Value", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 3], "arg_names": ["self", "typecode_or_type", "args", "lock"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.context.BaseContext.Value", "name": "Value", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 3], "arg_names": ["self", "typecode_or_type", "args", "lock"], "arg_types": ["multiprocessing.context.BaseContext", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.context._LockLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Value of BaseContext", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "Value", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5], "arg_names": ["self", "typecode_or_type", "args", "lock"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.context.BaseContext.Value", "name": "Value", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5], "arg_names": ["self", "typecode_or_type", "args", "lock"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "UnionType", "items": ["builtins.str", {".class": "TypeType", "item": "ctypes._CData"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.context._LockLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Value of BaseContext", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "Value", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 2, 3], "arg_names": ["self", "typecode_or_type", "args", "lock"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Value of BaseContext", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 2, 3], "arg_names": ["self", "typecode_or_type", "args", "lock"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.context._LockLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Value of BaseContext", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.context._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 2, 3], "arg_names": ["self", "typecode_or_type", "args", "lock"], "arg_types": ["multiprocessing.context.BaseContext", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.context._LockLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Value of BaseContext", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 2, 5], "arg_names": ["self", "typecode_or_type", "args", "lock"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "UnionType", "items": ["builtins.str", {".class": "TypeType", "item": "ctypes._CData"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.context._LockLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Value of BaseContext", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "_check_available": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.context.BaseContext._check_available", "name": "_check_available", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.context.BaseContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_available of BaseContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "active_children": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "multiprocessing.context.BaseContext.active_children", "name": "active_children", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "active_children of BaseContext", "ret_type": {".class": "Instance", "args": ["multiprocessing.process.BaseProcess"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "active_children", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "active_children of BaseContext", "ret_type": {".class": "Instance", "args": ["multiprocessing.process.BaseProcess"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "allow_connection_pickling": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.context.BaseContext.allow_connection_pickling", "name": "allow_connection_pickling", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.context.BaseContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "allow_connection_pickling of BaseContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cpu_count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.context.BaseContext.cpu_count", "name": "cpu_count", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.context.BaseContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cpu_count of BaseContext", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "current_process": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "multiprocessing.context.BaseContext.current_process", "name": "current_process", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "current_process of BaseContext", "ret_type": "multiprocessing.process.BaseProcess", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "current_process", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "current_process of BaseContext", "ret_type": "multiprocessing.process.BaseProcess", "type_guard": null, "variables": []}}}}, "freeze_support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.context.BaseContext.freeze_support", "name": "freeze_support", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.context.BaseContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "freeze_support of BaseContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get_context": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "multiprocessing.context.BaseContext.get_context", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "method"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.context.BaseContext.get_context", "name": "get_context", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "method"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_context of BaseContext", "ret_type": "multiprocessing.context.DefaultContext", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_context", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "method"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.context.BaseContext.get_context", "name": "get_context", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "method"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "LiteralType", "fallback": "builtins.str", "value": "spawn"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_context of BaseContext", "ret_type": "multiprocessing.context.SpawnContext", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_context", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "method"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.context.BaseContext.get_context", "name": "get_context", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "method"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "LiteralType", "fallback": "builtins.str", "value": "fork"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_context of BaseContext", "ret_type": "multiprocessing.context.ForkContext", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_context", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "method"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.context.BaseContext.get_context", "name": "get_context", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "method"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "LiteralType", "fallback": "builtins.str", "value": "forkserver"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_context of BaseContext", "ret_type": "multiprocessing.context.ForkServerContext", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_context", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "method"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.context.BaseContext.get_context", "name": "get_context", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "method"], "arg_types": ["multiprocessing.context.BaseContext", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_context of BaseContext", "ret_type": "multiprocessing.context.BaseContext", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_context", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "method"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_context of BaseContext", "ret_type": "multiprocessing.context.DefaultContext", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "method"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "LiteralType", "fallback": "builtins.str", "value": "spawn"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_context of BaseContext", "ret_type": "multiprocessing.context.SpawnContext", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "method"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "LiteralType", "fallback": "builtins.str", "value": "fork"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_context of BaseContext", "ret_type": "multiprocessing.context.ForkContext", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "method"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "LiteralType", "fallback": "builtins.str", "value": "forkserver"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_context of BaseContext", "ret_type": "multiprocessing.context.ForkServerContext", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "method"], "arg_types": ["multiprocessing.context.BaseContext", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_context of BaseContext", "ret_type": "multiprocessing.context.BaseContext", "type_guard": null, "variables": []}]}}}, "get_logger": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.context.BaseContext.get_logger", "name": "get_logger", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.context.BaseContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_logger of BaseContext", "ret_type": "logging.Logger", "type_guard": null, "variables": []}}}, "get_start_method": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "allow_none"], "flags": [], "fullname": "multiprocessing.context.BaseContext.get_start_method", "name": "get_start_method", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "allow_none"], "arg_types": ["multiprocessing.context.BaseContext", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_start_method of BaseContext", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "log_to_stderr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "level"], "flags": [], "fullname": "multiprocessing.context.BaseContext.log_to_stderr", "name": "log_to_stderr", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "level"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log_to_stderr of BaseContext", "ret_type": "logging.Logger", "type_guard": null, "variables": []}}}, "parent_process": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "multiprocessing.context.BaseContext.parent_process", "name": "parent_process", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parent_process of BaseContext", "ret_type": {".class": "UnionType", "items": ["multiprocessing.process.BaseProcess", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "parent_process", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parent_process of BaseContext", "ret_type": {".class": "UnionType", "items": ["multiprocessing.process.BaseProcess", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "reducer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "multiprocessing.context.BaseContext.reducer", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "multiprocessing.context.BaseContext.reducer", "name": "reducer", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.context.BaseContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reducer of BaseContext", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "reducer", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.context.BaseContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reducer of BaseContext", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "reduction"], "flags": ["is_decorated"], "fullname": "multiprocessing.context.BaseContext.reducer", "name": "reducer", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "reduction"], "arg_types": ["multiprocessing.context.BaseContext", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reducer of BaseContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "reducer", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.context.BaseContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reducer of BaseContext", "ret_type": "builtins.str", "type_guard": null, "variables": []}]}}}, "set_executable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "executable"], "flags": [], "fullname": "multiprocessing.context.BaseContext.set_executable", "name": "set_executable", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "executable"], "arg_types": ["multiprocessing.context.BaseContext", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_executable of BaseContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_forkserver_preload": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module_names"], "flags": [], "fullname": "multiprocessing.context.BaseContext.set_forkserver_preload", "name": "set_forkserver_preload", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module_names"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_forkserver_preload of BaseContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_start_method": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "method", "force"], "flags": [], "fullname": "multiprocessing.context.BaseContext.set_start_method", "name": "set_start_method", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "method", "force"], "arg_types": ["multiprocessing.context.BaseContext", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_start_method of BaseContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BaseProcess": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.process.BaseProcess", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BufferTooShort": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["multiprocessing.context.ProcessError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.context.BufferTooShort", "name": "BufferTooShort", "type_vars": []}, "flags": [], "fullname": "multiprocessing.context.BufferTooShort", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.context", "mro": ["multiprocessing.context.BufferTooShort", "multiprocessing.context.ProcessError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DefaultContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["multiprocessing.context.BaseContext"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.context.DefaultContext", "name": "DefaultContext", "type_vars": []}, "flags": [], "fullname": "multiprocessing.context.DefaultContext", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.context", "mro": ["multiprocessing.context.DefaultContext", "multiprocessing.context.BaseContext", "builtins.object"], "names": {".class": "SymbolTable", "Process": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.context.DefaultContext.Process", "name": "Process", "type": {".class": "TypeType", "item": "multiprocessing.context.Process"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "context"], "flags": [], "fullname": "multiprocessing.context.DefaultContext.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "context"], "arg_types": ["multiprocessing.context.DefaultContext", "multiprocessing.context.BaseContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of DefaultContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get_all_start_methods": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.context.DefaultContext.get_all_start_methods", "name": "get_all_start_methods", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.context.DefaultContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_all_start_methods of DefaultContext", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_start_method": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "allow_none"], "flags": [], "fullname": "multiprocessing.context.DefaultContext.get_start_method", "name": "get_start_method", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "allow_none"], "arg_types": ["multiprocessing.context.DefaultContext", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_start_method of DefaultContext", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "set_start_method": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "method", "force"], "flags": [], "fullname": "multiprocessing.context.DefaultContext.set_start_method", "name": "set_start_method", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "method", "force"], "arg_types": ["multiprocessing.context.DefaultContext", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_start_method of DefaultContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ForkContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["multiprocessing.context.BaseContext"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.context.ForkContext", "name": "ForkContext", "type_vars": []}, "flags": [], "fullname": "multiprocessing.context.ForkContext", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.context", "mro": ["multiprocessing.context.ForkContext", "multiprocessing.context.BaseContext", "builtins.object"], "names": {".class": "SymbolTable", "Process": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.context.ForkContext.Process", "name": "Process", "type": {".class": "TypeType", "item": "multiprocessing.context.ForkProcess"}}}, "_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.context.ForkContext._name", "name": "_name", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ForkProcess": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["multiprocessing.process.BaseProcess"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.context.ForkProcess", "name": "ForkProcess", "type_vars": []}, "flags": [], "fullname": "multiprocessing.context.ForkProcess", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.context", "mro": ["multiprocessing.context.ForkProcess", "multiprocessing.process.BaseProcess", "builtins.object"], "names": {".class": "SymbolTable", "_Popen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["process_obj"], "flags": ["is_static", "is_decorated"], "fullname": "multiprocessing.context.ForkProcess._Popen", "name": "_Popen", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["process_obj"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_Popen of ForkProcess", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_Popen", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["process_obj"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_Popen of ForkProcess", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "_start_method": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.context.ForkProcess._start_method", "name": "_start_method", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ForkServerContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["multiprocessing.context.BaseContext"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.context.ForkServerContext", "name": "ForkServerContext", "type_vars": []}, "flags": [], "fullname": "multiprocessing.context.ForkServerContext", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.context", "mro": ["multiprocessing.context.ForkServerContext", "multiprocessing.context.BaseContext", "builtins.object"], "names": {".class": "SymbolTable", "Process": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.context.ForkServerContext.Process", "name": "Process", "type": {".class": "TypeType", "item": "multiprocessing.context.ForkServerProcess"}}}, "_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.context.ForkServerContext._name", "name": "_name", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ForkServerProcess": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["multiprocessing.process.BaseProcess"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.context.ForkServerProcess", "name": "ForkServerProcess", "type_vars": []}, "flags": [], "fullname": "multiprocessing.context.ForkServerProcess", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.context", "mro": ["multiprocessing.context.ForkServerProcess", "multiprocessing.process.BaseProcess", "builtins.object"], "names": {".class": "SymbolTable", "_Popen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["process_obj"], "flags": ["is_static", "is_decorated"], "fullname": "multiprocessing.context.ForkServerProcess._Popen", "name": "_Popen", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["process_obj"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_Popen of ForkServerProcess", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_Popen", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["process_obj"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_Popen of ForkServerProcess", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "_start_method": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.context.ForkServerProcess._start_method", "name": "_start_method", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "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}, "Logger": {".class": "SymbolTableNode", "cross_ref": "logging.Logger", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Process": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["multiprocessing.process.BaseProcess"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.context.Process", "name": "Process", "type_vars": []}, "flags": [], "fullname": "multiprocessing.context.Process", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.context", "mro": ["multiprocessing.context.Process", "multiprocessing.process.BaseProcess", "builtins.object"], "names": {".class": "SymbolTable", "_Popen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["process_obj"], "flags": ["is_static", "is_decorated"], "fullname": "multiprocessing.context.Process._Popen", "name": "_Popen", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["process_obj"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_Popen of Process", "ret_type": "multiprocessing.context.DefaultContext", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_Popen", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["process_obj"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_Popen of Process", "ret_type": "multiprocessing.context.DefaultContext", "type_guard": null, "variables": []}}}}, "_start_method": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.context.Process._start_method", "name": "_start_method", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ProcessError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.context.ProcessError", "name": "ProcessError", "type_vars": []}, "flags": [], "fullname": "multiprocessing.context.ProcessError", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.context", "mro": ["multiprocessing.context.ProcessError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SpawnContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["multiprocessing.context.BaseContext"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.context.SpawnContext", "name": "SpawnContext", "type_vars": []}, "flags": [], "fullname": "multiprocessing.context.SpawnContext", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.context", "mro": ["multiprocessing.context.SpawnContext", "multiprocessing.context.BaseContext", "builtins.object"], "names": {".class": "SymbolTable", "Process": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.context.SpawnContext.Process", "name": "Process", "type": {".class": "TypeType", "item": "multiprocessing.context.SpawnProcess"}}}, "_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.context.SpawnContext._name", "name": "_name", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SpawnProcess": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["multiprocessing.process.BaseProcess"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.context.SpawnProcess", "name": "SpawnProcess", "type_vars": []}, "flags": [], "fullname": "multiprocessing.context.SpawnProcess", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.context", "mro": ["multiprocessing.context.SpawnProcess", "multiprocessing.process.BaseProcess", "builtins.object"], "names": {".class": "SymbolTable", "_Popen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["process_obj"], "flags": ["is_static", "is_decorated"], "fullname": "multiprocessing.context.SpawnProcess._Popen", "name": "_Popen", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["process_obj"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_Popen of SpawnProcess", "ret_type": "multiprocessing.context.SpawnProcess", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_Popen", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["process_obj"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_Popen of SpawnProcess", "ret_type": "multiprocessing.context.SpawnProcess", "type_guard": null, "variables": []}}}}, "_start_method": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.context.SpawnProcess._start_method", "name": "_start_method", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SynchronizedArray": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.sharedctypes.SynchronizedArray", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SynchronizedBase": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.sharedctypes.SynchronizedBase", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TimeoutError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["multiprocessing.context.ProcessError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.context.TimeoutError", "name": "TimeoutError", "type_vars": []}, "flags": [], "fullname": "multiprocessing.context.TimeoutError", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.context", "mro": ["multiprocessing.context.TimeoutError", "multiprocessing.context.ProcessError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "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}, "_CData": {".class": "SymbolTableNode", "cross_ref": "ctypes._CData", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_CT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "multiprocessing.context._CT", "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, "_LockLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "multiprocessing.context._LockLike", "line": 13, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["multiprocessing.synchronize.Lock", "multiprocessing.synchronize.RLock"]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.context.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.context.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.context.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.context.__package__", "name": "__package__", "type": "builtins.str"}}, "_default_context": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.context._default_context", "name": "_default_context", "type": "multiprocessing.context.DefaultContext"}}, "_force_start_method": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["method"], "flags": [], "fullname": "multiprocessing.context._force_start_method", "name": "_force_start_method", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_force_start_method", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assert_spawning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "multiprocessing.context.assert_spawning", "name": "assert_spawning", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "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", "implicit": false, "is_ellipsis_args": false, "name": "assert_spawning", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "ctypes": {".class": "SymbolTableNode", "cross_ref": "ctypes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "get_spawning_popen": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.context.get_spawning_popen", "name": "get_spawning_popen", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_spawning_popen", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "multiprocessing": {".class": "SymbolTableNode", "cross_ref": "multiprocessing", "kind": "Gdef", "module_hidden": true, "module_public": false}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "queues": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.queues", "kind": "Gdef", "module_public": false}, "set_spawning_popen": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["popen"], "flags": [], "fullname": "multiprocessing.context.set_spawning_popen", "name": "set_spawning_popen", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["popen"], "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", "implicit": false, "is_ellipsis_args": false, "name": "set_spawning_popen", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "synchronize": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.synchronize", "kind": "Gdef", "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/context.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/context.meta.json b/.mypy_cache/3.9/multiprocessing/context.meta.json deleted file mode 100644 index 732259d65..000000000 --- a/.mypy_cache/3.9/multiprocessing/context.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 4, 6, 7, 7, 8, 9, 10, 11, 1, 1], "dep_prios": [5, 10, 10, 5, 5, 10, 10, 5, 5, 5, 5, 5, 30], "dependencies": ["ctypes", "multiprocessing", "sys", "collections.abc", "logging", "multiprocessing.queues", "multiprocessing.synchronize", "multiprocessing.process", "multiprocessing.sharedctypes", "typing", "typing_extensions", "builtins", "abc"], "hash": "df3a30e7f080db7d0a9281bca954d3acd1163ad5dcc0987d289a238127eff091", "id": "multiprocessing.context", "ignore_all": true, "interface_hash": "852a55566095364d07d4081de88e50182820d1dfaa684831f21ac181e5d5df5c", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/context.pyi", "plugin_data": null, "size": 7475, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/managers.data.json b/.mypy_cache/3.9/multiprocessing/managers.data.json deleted file mode 100644 index 15148e81d..000000000 --- a/.mypy_cache/3.9/multiprocessing/managers.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "multiprocessing.managers", "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}, "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BaseContext": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.BaseContext", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BaseManager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["multiprocessing.managers.BaseManager"], "type_ref": "typing.ContextManager"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.managers.BaseManager", "name": "BaseManager", "type_vars": []}, "flags": [], "fullname": "multiprocessing.managers.BaseManager", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "multiprocessing.managers", "mro": ["multiprocessing.managers.BaseManager", "typing.ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "address", "authkey", "serializer", "ctx"], "flags": [], "fullname": "multiprocessing.managers.BaseManager.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "address", "authkey", "serializer", "ctx"], "arg_types": ["multiprocessing.managers.BaseManager", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": ["multiprocessing.context.BaseContext", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BaseManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "address": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "multiprocessing.managers.BaseManager.address", "name": "address", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.managers.BaseManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "address of BaseManager", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "address", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.managers.BaseManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "address of BaseManager", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "connect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.managers.BaseManager.connect", "name": "connect", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.managers.BaseManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "connect of BaseManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get_server": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.managers.BaseManager.get_server", "name": "get_server", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.managers.BaseManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_server of BaseManager", "ret_type": "multiprocessing.managers.Server", "type_guard": null, "variables": []}}}, "join": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "multiprocessing.managers.BaseManager.join", "name": "join", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": ["multiprocessing.managers.BaseManager", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "join of BaseManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "register": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["cls", "typeid", "callable", "proxytype", "exposed", "method_to_typeid", "create_method"], "flags": ["is_class", "is_decorated"], "fullname": "multiprocessing.managers.BaseManager.register", "name": "register", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["cls", "typeid", "callable", "proxytype", "exposed", "method_to_typeid", "create_method"], "arg_types": [{".class": "TypeType", "item": "multiprocessing.managers.BaseManager"}, "builtins.str", {".class": "UnionType", "items": [{".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", "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": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register of BaseManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "register", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["cls", "typeid", "callable", "proxytype", "exposed", "method_to_typeid", "create_method"], "arg_types": [{".class": "TypeType", "item": "multiprocessing.managers.BaseManager"}, "builtins.str", {".class": "UnionType", "items": [{".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", "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": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register of BaseManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "shutdown": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.managers.BaseManager.shutdown", "name": "shutdown", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.managers.BaseManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shutdown of BaseManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "start": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "initializer", "initargs"], "flags": [], "fullname": "multiprocessing.managers.BaseManager.start", "name": "start", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "initializer", "initargs"], "arg_types": ["multiprocessing.managers.BaseManager", {".class": "UnionType", "items": [{".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", "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": "NoneType"}]}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "start of BaseManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BaseProxy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.managers.BaseProxy", "name": "BaseProxy", "type_vars": []}, "flags": [], "fullname": "multiprocessing.managers.BaseProxy", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.managers", "mro": ["multiprocessing.managers.BaseProxy", "builtins.object"], "names": {".class": "SymbolTable", "__deepcopy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "memo"], "flags": [], "fullname": "multiprocessing.managers.BaseProxy.__deepcopy__", "name": "__deepcopy__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "memo"], "arg_types": ["multiprocessing.managers.BaseProxy", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__deepcopy__ of BaseProxy", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "token", "serializer", "manager", "authkey", "exposed", "incref", "manager_owned"], "flags": [], "fullname": "multiprocessing.managers.BaseProxy.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "token", "serializer", "manager", "authkey", "exposed", "incref", "manager_owned"], "arg_types": ["multiprocessing.managers.BaseProxy", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BaseProxy", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "__reduce__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.managers.BaseProxy.__reduce__", "name": "__reduce__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.managers.BaseProxy"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reduce__ of BaseProxy", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TupleType", "implicit": false, "items": [{".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}, "builtins.str", {".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"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "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": []}}}, "_address_to_local": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.managers.BaseProxy._address_to_local", "name": "_address_to_local", "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"}}}, "_callmethod": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "methodname", "args", "kwds"], "flags": [], "fullname": "multiprocessing.managers.BaseProxy._callmethod", "name": "_callmethod", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "methodname", "args", "kwds"], "arg_types": ["multiprocessing.managers.BaseProxy", "builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".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"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_callmethod of BaseProxy", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_getvalue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.managers.BaseProxy._getvalue", "name": "_getvalue", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.managers.BaseProxy"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_getvalue of BaseProxy", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "_mutex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.managers.BaseProxy._mutex", "name": "_mutex", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Connection": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.connection.Connection", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ContextManager": {".class": "SymbolTableNode", "cross_ref": "typing.ContextManager", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "GenericAlias": {".class": "SymbolTableNode", "cross_ref": "types.GenericAlias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Namespace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.managers.Namespace", "name": "Namespace", "type_vars": []}, "flags": [], "fullname": "multiprocessing.managers.Namespace", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.managers", "mro": ["multiprocessing.managers.Namespace", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__name"], "flags": [], "fullname": "multiprocessing.managers.Namespace.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["multiprocessing.managers.Namespace", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of Namespace", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kwds"], "flags": [], "fullname": "multiprocessing.managers.Namespace.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kwds"], "arg_types": ["multiprocessing.managers.Namespace", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Namespace", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__name", "__value"], "flags": [], "fullname": "multiprocessing.managers.Namespace.__setattr__", "name": "__setattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["multiprocessing.managers.Namespace", "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", "implicit": false, "is_ellipsis_args": false, "name": "__setattr__ of Namespace", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "RemoteError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.managers.RemoteError", "name": "RemoteError", "type_vars": []}, "flags": [], "fullname": "multiprocessing.managers.RemoteError", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.managers", "mro": ["multiprocessing.managers.RemoteError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Server": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.managers.Server", "name": "Server", "type_vars": []}, "flags": [], "fullname": "multiprocessing.managers.Server", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.managers", "mro": ["multiprocessing.managers.Server", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "registry", "address", "authkey", "serializer"], "flags": [], "fullname": "multiprocessing.managers.Server.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "registry", "address", "authkey", "serializer"], "arg_types": ["multiprocessing.managers.Server", {".class": "Instance", "args": ["builtins.str", {".class": "TupleType", "implicit": false, "items": [{".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", "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": "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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bytes", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Server", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "accept_connection": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "c", "name"], "flags": [], "fullname": "multiprocessing.managers.Server.accept_connection", "name": "accept_connection", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "c", "name"], "arg_types": ["multiprocessing.managers.Server", "multiprocessing.connection.Connection", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "accept_connection of Server", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "address": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.managers.Server.address", "name": "address", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "serve_forever": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.managers.Server.serve_forever", "name": "serve_forever", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.managers.Server"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "serve_forever of Server", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ShareableList": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.shared_memory.ShareableList", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SharedMemory": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.shared_memory.SharedMemory", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SharedMemoryManager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["multiprocessing.managers.BaseManager"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.managers.SharedMemoryManager", "name": "SharedMemoryManager", "type_vars": []}, "flags": [], "fullname": "multiprocessing.managers.SharedMemoryManager", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "multiprocessing.managers", "mro": ["multiprocessing.managers.SharedMemoryManager", "multiprocessing.managers.BaseManager", "typing.ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "ShareableList": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "sequence"], "flags": [], "fullname": "multiprocessing.managers.SharedMemoryManager.ShareableList", "name": "ShareableList", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sequence"], "arg_types": ["multiprocessing.managers.SharedMemoryManager", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.shared_memory._SLT", "id": -1, "name": "_SLT", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.bool", "builtins.str", "builtins.bytes", {".class": "NoneType"}], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ShareableList of SharedMemoryManager", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.shared_memory._SLT", "id": -1, "name": "_SLT", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.bool", "builtins.str", "builtins.bytes", {".class": "NoneType"}], "variance": 0}], "type_ref": "multiprocessing.shared_memory.ShareableList"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.shared_memory._SLT", "id": -1, "name": "_SLT", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.bool", "builtins.str", "builtins.bytes", {".class": "NoneType"}], "variance": 0}]}}}, "SharedMemory": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "size"], "flags": [], "fullname": "multiprocessing.managers.SharedMemoryManager.SharedMemory", "name": "SharedMemory", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "size"], "arg_types": ["multiprocessing.managers.SharedMemoryManager", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "SharedMemory of SharedMemoryManager", "ret_type": "multiprocessing.shared_memory.SharedMemory", "type_guard": null, "variables": []}}}, "get_server": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.managers.SharedMemoryManager.get_server", "name": "get_server", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.managers.SharedMemoryManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_server of SharedMemoryManager", "ret_type": "multiprocessing.managers.SharedMemoryServer", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SharedMemoryServer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["multiprocessing.managers.Server"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.managers.SharedMemoryServer", "name": "SharedMemoryServer", "type_vars": []}, "flags": [], "fullname": "multiprocessing.managers.SharedMemoryServer", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.managers", "mro": ["multiprocessing.managers.SharedMemoryServer", "multiprocessing.managers.Server", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SyncManager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["multiprocessing.managers.BaseManager", {".class": "Instance", "args": ["multiprocessing.managers.SyncManager"], "type_ref": "typing.ContextManager"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.managers.SyncManager", "name": "SyncManager", "type_vars": []}, "flags": [], "fullname": "multiprocessing.managers.SyncManager", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "multiprocessing.managers", "mro": ["multiprocessing.managers.SyncManager", "multiprocessing.managers.BaseManager", "typing.ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "Array": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "typecode", "sequence"], "flags": [], "fullname": "multiprocessing.managers.SyncManager.Array", "name": "Array", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "typecode", "sequence"], "arg_types": ["multiprocessing.managers.SyncManager", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.managers._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Array of SyncManager", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.managers._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.managers._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "BoundedSemaphore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "value"], "flags": [], "fullname": "multiprocessing.managers.SyncManager.BoundedSemaphore", "name": "BoundedSemaphore", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "value"], "arg_types": ["multiprocessing.managers.SyncManager", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "BoundedSemaphore of SyncManager", "ret_type": "threading.BoundedSemaphore", "type_guard": null, "variables": []}}}, "Condition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "lock"], "flags": [], "fullname": "multiprocessing.managers.SyncManager.Condition", "name": "Condition", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "lock"], "arg_types": ["multiprocessing.managers.SyncManager", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Condition of SyncManager", "ret_type": "threading.Condition", "type_guard": null, "variables": []}}}, "Event": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.managers.SyncManager.Event", "name": "Event", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.managers.SyncManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Event of SyncManager", "ret_type": "threading.Event", "type_guard": null, "variables": []}}}, "Lock": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.managers.SyncManager.Lock", "name": "Lock", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.managers.SyncManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Lock of SyncManager", "ret_type": "threading.Lock", "type_guard": null, "variables": []}}}, "Namespace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.managers.SyncManager.Namespace", "name": "Namespace", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.managers.SyncManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Namespace of SyncManager", "ret_type": "multiprocessing.managers.Namespace", "type_guard": null, "variables": []}}}, "Queue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "maxsize"], "flags": [], "fullname": "multiprocessing.managers.SyncManager.Queue", "name": "Queue", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "maxsize"], "arg_types": ["multiprocessing.managers.SyncManager", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Queue of SyncManager", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "queue.Queue"}, "type_guard": null, "variables": []}}}, "RLock": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.managers.SyncManager.RLock", "name": "RLock", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.managers.SyncManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RLock of SyncManager", "ret_type": "threading._RLock", "type_guard": null, "variables": []}}}, "Semaphore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "value"], "flags": [], "fullname": "multiprocessing.managers.SyncManager.Semaphore", "name": "Semaphore", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "value"], "arg_types": ["multiprocessing.managers.SyncManager", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Semaphore of SyncManager", "ret_type": "threading.Semaphore", "type_guard": null, "variables": []}}}, "Value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "typecode", "value"], "flags": [], "fullname": "multiprocessing.managers.SyncManager.Value", "name": "Value", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "typecode", "value"], "arg_types": ["multiprocessing.managers.SyncManager", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "multiprocessing.managers._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Value of SyncManager", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.managers._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.managers.ValueProxy"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.managers._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sequence"], "flags": [], "fullname": "multiprocessing.managers.SyncManager.dict", "name": "dict", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "sequence"], "arg_types": ["multiprocessing.managers.SyncManager", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.managers._KT", "id": -1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "multiprocessing.managers._VT", "id": -2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dict of SyncManager", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.managers._KT", "id": -1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "multiprocessing.managers._VT", "id": -2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.managers._KT", "id": -1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "multiprocessing.managers._VT", "id": -2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "list": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sequence"], "flags": [], "fullname": "multiprocessing.managers.SyncManager.list", "name": "list", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "sequence"], "arg_types": ["multiprocessing.managers.SyncManager", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.managers._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "list of SyncManager", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.managers._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.managers._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Token": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.managers.Token", "name": "Token", "type_vars": []}, "flags": [], "fullname": "multiprocessing.managers.Token", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.managers", "mro": ["multiprocessing.managers.Token", "builtins.object"], "names": {".class": "SymbolTable", "__getstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.managers.Token.__getstate__", "name": "__getstate__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.managers.Token"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getstate__ of Token", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "NoneType"}]}, {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", "builtins.int", {".class": "NoneType"}]}], "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": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "typeid", "address", "id"], "flags": [], "fullname": "multiprocessing.managers.Token.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "typeid", "address", "id"], "arg_types": ["multiprocessing.managers.Token", {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "NoneType"}]}, {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Token", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.managers.Token.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["multiprocessing.managers.Token"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of Token", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "multiprocessing.managers.Token.__setstate__", "name": "__setstate__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "arg_types": ["multiprocessing.managers.Token", {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "NoneType"}]}, {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", "builtins.int", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setstate__ of Token", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "address": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.managers.Token.address", "name": "address", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.managers.Token.id", "name": "id", "type": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", "builtins.int", {".class": "NoneType"}]}}}, "typeid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.managers.Token.typeid", "name": "typeid", "type": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "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}, "ValueProxy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["multiprocessing.managers.BaseProxy"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.managers.ValueProxy", "name": "ValueProxy", "type_vars": [{".class": "TypeVarDef", "fullname": "multiprocessing.managers._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "multiprocessing.managers.ValueProxy", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.managers", "mro": ["multiprocessing.managers.ValueProxy", "multiprocessing.managers.BaseProxy", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "multiprocessing.managers.ValueProxy.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.managers._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.managers.ValueProxy"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of ValueProxy", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.managers.ValueProxy.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.managers._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.managers.ValueProxy"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of ValueProxy", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.managers._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "set": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "multiprocessing.managers.ValueProxy.set", "name": "set", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.managers._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.managers.ValueProxy"}, {".class": "TypeVarType", "fullname": "multiprocessing.managers._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set of ValueProxy", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.managers.ValueProxy.value", "name": "value", "type": {".class": "TypeVarType", "fullname": "multiprocessing.managers._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "_KT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "multiprocessing.managers._KT", "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_Namespace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "multiprocessing.managers._Namespace", "line": 44, "no_args": true, "normalized": false, "target": "multiprocessing.managers.Namespace"}}, "_SLT": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.shared_memory._SLT", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ShareableList": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "multiprocessing.managers._ShareableList", "line": 30, "no_args": true, "normalized": false, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "multiprocessing.shared_memory.ShareableList"}}}, "_SharedMemory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "multiprocessing.managers._SharedMemory", "line": 29, "no_args": true, "normalized": false, "target": "multiprocessing.shared_memory.SharedMemory"}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "multiprocessing.managers._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_VT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "multiprocessing.managers._VT", "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.managers.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.managers.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.managers.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.managers.__package__", "name": "__package__", "type": "builtins.str"}}, "queue": {".class": "SymbolTableNode", "cross_ref": "queue", "kind": "Gdef", "module_hidden": true, "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "threading": {".class": "SymbolTableNode", "cross_ref": "threading", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/managers.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/managers.meta.json b/.mypy_cache/3.9/multiprocessing/managers.meta.json deleted file mode 100644 index 13326cbc0..000000000 --- a/.mypy_cache/3.9/multiprocessing/managers.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [3, 4, 5, 6, 23, 24, 27, 33, 1, 1], "dep_prios": [10, 10, 10, 5, 5, 5, 5, 5, 5, 30], "dependencies": ["queue", "sys", "threading", "typing", "multiprocessing.connection", "multiprocessing.context", "multiprocessing.shared_memory", "types", "builtins", "abc"], "hash": "ad02089ad0b4e0a261f318722765382b4fffb828586f21ed10e7f76e52d6ba16", "id": "multiprocessing.managers", "ignore_all": true, "interface_hash": "561ff738182b6bc9babe39aab3f8537065cf7ae4091578393254bb6ce665ee41", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/managers.pyi", "plugin_data": null, "size": 4850, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/pool.data.json b/.mypy_cache/3.9/multiprocessing/pool.data.json deleted file mode 100644 index 233b18a1b..000000000 --- a/.mypy_cache/3.9/multiprocessing/pool.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "multiprocessing.pool", "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}, "ApplyResult": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.pool.ApplyResult", "name": "ApplyResult", "type_vars": [{".class": "TypeVarDef", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "multiprocessing.pool.ApplyResult", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.pool", "mro": ["multiprocessing.pool.ApplyResult", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "multiprocessing.pool.ApplyResult.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.pool.ApplyResult"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of ApplyResult", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "pool", "callback", "error_callback"], "flags": [], "fullname": "multiprocessing.pool.ApplyResult.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "pool", "callback", "error_callback"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.pool.ApplyResult"}, "multiprocessing.pool.Pool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.BaseException"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ApplyResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "multiprocessing.pool.ApplyResult.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.pool.ApplyResult"}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of ApplyResult", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "ready": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.pool.ApplyResult.ready", "name": "ready", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.pool.ApplyResult"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ready of ApplyResult", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "successful": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.pool.ApplyResult.successful", "name": "successful", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.pool.ApplyResult"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "successful of ApplyResult", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "wait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "multiprocessing.pool.ApplyResult.wait", "name": "wait", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.pool.ApplyResult"}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait of ApplyResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "AsyncResult": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "multiprocessing.pool.AsyncResult", "line": 26, "no_args": true, "normalized": false, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "multiprocessing.pool.ApplyResult"}}}, "CLOSE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.pool.CLOSE", "name": "CLOSE", "type": "builtins.str"}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ContextManager": {".class": "SymbolTableNode", "cross_ref": "typing.ContextManager", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "GenericAlias": {".class": "SymbolTableNode", "cross_ref": "types.GenericAlias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IMapIterator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.pool.IMapIterator", "name": "IMapIterator", "type_vars": [{".class": "TypeVarDef", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "multiprocessing.pool.IMapIterator", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "multiprocessing.pool", "mro": ["multiprocessing.pool.IMapIterator", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.pool.IMapIterator.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of IMapIterator", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.pool._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.pool._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "multiprocessing.pool.IMapIterator.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.pool.IMapIterator"}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of IMapIterator", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "next": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "multiprocessing.pool.IMapIterator.next", "name": "next", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.pool.IMapIterator"}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "next of IMapIterator", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "IMapUnorderedIterator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.pool.IMapIterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.pool.IMapUnorderedIterator", "name": "IMapUnorderedIterator", "type_vars": [{".class": "TypeVarDef", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "multiprocessing.pool.IMapUnorderedIterator", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "multiprocessing.pool", "mro": ["multiprocessing.pool.IMapUnorderedIterator", "multiprocessing.pool.IMapIterator", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "INIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.pool.INIT", "name": "INIT", "type": "builtins.str"}}, "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MapResult": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}], "type_ref": "multiprocessing.pool.ApplyResult"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.pool.MapResult", "name": "MapResult", "type_vars": [{".class": "TypeVarDef", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "multiprocessing.pool.MapResult", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.pool", "mro": ["multiprocessing.pool.MapResult", "multiprocessing.pool.ApplyResult", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Pool": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["multiprocessing.pool.Pool"], "type_ref": "typing.ContextManager"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.pool.Pool", "name": "Pool", "type_vars": []}, "flags": [], "fullname": "multiprocessing.pool.Pool", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "multiprocessing.pool", "mro": ["multiprocessing.pool.Pool", "typing.ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.pool.Pool.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._PT", "id": -1, "name": "_PT", "upper_bound": "multiprocessing.pool.Pool", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of Pool", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.pool._PT", "id": -1, "name": "_PT", "upper_bound": "multiprocessing.pool.Pool", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.pool._PT", "id": -1, "name": "_PT", "upper_bound": "multiprocessing.pool.Pool", "values": [], "variance": 0}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "processes", "initializer", "initargs", "maxtasksperchild", "context"], "flags": [], "fullname": "multiprocessing.pool.Pool.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "processes", "initializer", "initargs", "maxtasksperchild", "context"], "arg_types": ["multiprocessing.pool.Pool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.int", {".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": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Pool", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "apply": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "func", "args", "kwds"], "flags": [], "fullname": "multiprocessing.pool.Pool.apply", "name": "apply", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "func", "args", "kwds"], "arg_types": ["multiprocessing.pool.Pool", {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "apply of Pool", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.pool._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "apply_async": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "func", "args", "kwds", "callback", "error_callback"], "flags": [], "fullname": "multiprocessing.pool.Pool.apply_async", "name": "apply_async", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "func", "args", "kwds", "callback", "error_callback"], "arg_types": ["multiprocessing.pool.Pool", {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.BaseException"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "apply_async of Pool", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.pool.ApplyResult"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.pool._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.pool.Pool.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.pool.Pool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of Pool", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "imap": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "func", "iterable", "chunksize"], "flags": [], "fullname": "multiprocessing.pool.Pool.imap", "name": "imap", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "func", "iterable", "chunksize"], "arg_types": ["multiprocessing.pool.Pool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imap of Pool", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.pool.IMapIterator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.pool._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "multiprocessing.pool._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "imap_unordered": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "func", "iterable", "chunksize"], "flags": [], "fullname": "multiprocessing.pool.Pool.imap_unordered", "name": "imap_unordered", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "func", "iterable", "chunksize"], "arg_types": ["multiprocessing.pool.Pool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imap_unordered of Pool", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.pool.IMapIterator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.pool._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "multiprocessing.pool._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "join": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.pool.Pool.join", "name": "join", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.pool.Pool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "join of Pool", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "map": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "func", "iterable", "chunksize"], "flags": [], "fullname": "multiprocessing.pool.Pool.map", "name": "map", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "func", "iterable", "chunksize"], "arg_types": ["multiprocessing.pool.Pool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "map of Pool", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.pool._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "multiprocessing.pool._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "map_async": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "func", "iterable", "chunksize", "callback", "error_callback"], "flags": [], "fullname": "multiprocessing.pool.Pool.map_async", "name": "map_async", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "func", "iterable", "chunksize", "callback", "error_callback"], "arg_types": ["multiprocessing.pool.Pool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.BaseException"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "map_async of Pool", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.pool.MapResult"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.pool._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "multiprocessing.pool._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "starmap": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "func", "iterable", "chunksize"], "flags": [], "fullname": "multiprocessing.pool.Pool.starmap", "name": "starmap", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "func", "iterable", "chunksize"], "arg_types": ["multiprocessing.pool.Pool", {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".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"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "starmap of Pool", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.pool._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "starmap_async": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "func", "iterable", "chunksize", "callback", "error_callback"], "flags": [], "fullname": "multiprocessing.pool.Pool.starmap_async", "name": "starmap_async", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "func", "iterable", "chunksize", "callback", "error_callback"], "arg_types": ["multiprocessing.pool.Pool", {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".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"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.BaseException"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "starmap_async of Pool", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}], "type_ref": "multiprocessing.pool.ApplyResult"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.pool._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "terminate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.pool.Pool.terminate", "name": "terminate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.pool.Pool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "terminate of Pool", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RUN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.pool.RUN", "name": "RUN", "type": "builtins.str"}}, "TERMINATE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.pool.TERMINATE", "name": "TERMINATE", "type": "builtins.str"}}, "ThreadPool": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["multiprocessing.pool.Pool", {".class": "Instance", "args": ["multiprocessing.pool.ThreadPool"], "type_ref": "typing.ContextManager"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.pool.ThreadPool", "name": "ThreadPool", "type_vars": []}, "flags": [], "fullname": "multiprocessing.pool.ThreadPool", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "multiprocessing.pool", "mro": ["multiprocessing.pool.ThreadPool", "multiprocessing.pool.Pool", "typing.ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "processes", "initializer", "initargs"], "flags": [], "fullname": "multiprocessing.pool.ThreadPool.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "processes", "initializer", "initargs"], "arg_types": ["multiprocessing.pool.ThreadPool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".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", "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": "NoneType"}]}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ThreadPool", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_PT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "multiprocessing.pool._PT", "name": "_PT", "upper_bound": "multiprocessing.pool.Pool", "values": [], "variance": 0}}, "_S": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "multiprocessing.pool._S", "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "multiprocessing.pool._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.pool.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.pool.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.pool.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.pool.__package__", "name": "__package__", "type": "builtins.str"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/pool.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/pool.meta.json b/.mypy_cache/3.9/multiprocessing/pool.meta.json deleted file mode 100644 index 38fd5b88b..000000000 --- a/.mypy_cache/3.9/multiprocessing/pool.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 5, 1, 1], "dep_prios": [10, 5, 5, 5, 30], "dependencies": ["sys", "typing", "types", "builtins", "abc"], "hash": "4f0ab0d386fd08631967185b4599e7fdb7cb52b834b7d5390880f4432cde920b", "id": "multiprocessing.pool", "ignore_all": true, "interface_hash": "b339589c3de45d43ff067ec46e3d9557dc8b18b51835cf79e6aaa3fe5d74c539", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/pool.pyi", "plugin_data": null, "size": 3534, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/process.data.json b/.mypy_cache/3.9/multiprocessing/process.data.json deleted file mode 100644 index 8904156f3..000000000 --- a/.mypy_cache/3.9/multiprocessing/process.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "multiprocessing.process", "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}, "BaseProcess": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.process.BaseProcess", "name": "BaseProcess", "type_vars": []}, "flags": [], "fullname": "multiprocessing.process.BaseProcess", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.process", "mro": ["multiprocessing.process.BaseProcess", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "group", "target", "name", "args", "kwargs", "daemon"], "flags": [], "fullname": "multiprocessing.process.BaseProcess.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "group", "target", "name", "args", "kwargs", "daemon"], "arg_types": ["multiprocessing.process.BaseProcess", {".class": "NoneType"}, {".class": "UnionType", "items": [{".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", "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": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".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": "typing.Mapping"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BaseProcess", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "authkey": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.process.BaseProcess.authkey", "name": "authkey", "type": "builtins.bytes"}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.process.BaseProcess.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of BaseProcess", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "daemon": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.process.BaseProcess.daemon", "name": "daemon", "type": "builtins.bool"}}, "exitcode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "multiprocessing.process.BaseProcess.exitcode", "name": "exitcode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exitcode of BaseProcess", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "exitcode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exitcode of BaseProcess", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "ident": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "multiprocessing.process.BaseProcess.ident", "name": "ident", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ident of BaseProcess", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "ident", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ident of BaseProcess", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "is_alive": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.process.BaseProcess.is_alive", "name": "is_alive", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_alive of BaseProcess", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "join": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "multiprocessing.process.BaseProcess.join", "name": "join", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": ["multiprocessing.process.BaseProcess", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "join of BaseProcess", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "kill": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.process.BaseProcess.kill", "name": "kill", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kill of BaseProcess", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.process.BaseProcess.name", "name": "name", "type": "builtins.str"}}, "pid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "multiprocessing.process.BaseProcess.pid", "name": "pid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pid of BaseProcess", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "pid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pid of BaseProcess", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.process.BaseProcess.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run of BaseProcess", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sentinel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "multiprocessing.process.BaseProcess.sentinel", "name": "sentinel", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sentinel of BaseProcess", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "sentinel", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sentinel of BaseProcess", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "start": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.process.BaseProcess.start", "name": "start", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "start of BaseProcess", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "terminate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.process.BaseProcess.terminate", "name": "terminate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.process.BaseProcess"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "terminate of BaseProcess", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.process.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.process.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.process.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.process.__package__", "name": "__package__", "type": "builtins.str"}}, "active_children": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.process.active_children", "name": "active_children", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "active_children", "ret_type": {".class": "Instance", "args": ["multiprocessing.process.BaseProcess"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "current_process": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.process.current_process", "name": "current_process", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "current_process", "ret_type": "multiprocessing.process.BaseProcess", "type_guard": null, "variables": []}}}, "parent_process": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.process.parent_process", "name": "parent_process", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parent_process", "ret_type": {".class": "UnionType", "items": ["multiprocessing.process.BaseProcess", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/process.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/process.meta.json b/.mypy_cache/3.9/multiprocessing/process.meta.json deleted file mode 100644 index 7692887a3..000000000 --- a/.mypy_cache/3.9/multiprocessing/process.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "12ea64ec47194971c47bf2dc5cab7fb98fe862de591a9c05a08555540882abbf", "id": "multiprocessing.process", "ignore_all": true, "interface_hash": "e99590fb1b6e6cf1805454643376df812012fd7aa5e76889586f1f0dddfa2acc", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/process.pyi", "plugin_data": null, "size": 1143, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/queues.data.json b/.mypy_cache/3.9/multiprocessing/queues.data.json deleted file mode 100644 index b230150cb..000000000 --- a/.mypy_cache/3.9/multiprocessing/queues.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "multiprocessing.queues", "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}, "GenericAlias": {".class": "SymbolTableNode", "cross_ref": "types.GenericAlias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "JoinableQueue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.queues.Queue"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.queues.JoinableQueue", "name": "JoinableQueue", "type_vars": [{".class": "TypeVarDef", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "multiprocessing.queues.JoinableQueue", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.queues", "mro": ["multiprocessing.queues.JoinableQueue", "multiprocessing.queues.Queue", "queue.Queue", "builtins.object"], "names": {".class": "SymbolTable", "join": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.queues.JoinableQueue.join", "name": "join", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.queues.JoinableQueue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "join of JoinableQueue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "task_done": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.queues.JoinableQueue.task_done", "name": "task_done", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.queues.JoinableQueue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "task_done of JoinableQueue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Queue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.Queue"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.queues.Queue", "name": "Queue", "type_vars": [{".class": "TypeVarDef", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "multiprocessing.queues.Queue", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.queues", "mro": ["multiprocessing.queues.Queue", "queue.Queue", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["self", "maxsize", "ctx"], "flags": [], "fullname": "multiprocessing.queues.Queue.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["self", "maxsize", "ctx"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.queues.Queue"}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Queue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cancel_join_thread": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.queues.Queue.cancel_join_thread", "name": "cancel_join_thread", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.queues.Queue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cancel_join_thread of Queue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.queues.Queue.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.queues.Queue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of Queue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "empty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.queues.Queue.empty", "name": "empty", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.queues.Queue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "empty of Queue", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "full": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.queues.Queue.full", "name": "full", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.queues.Queue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "full of Queue", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "block", "timeout"], "flags": [], "fullname": "multiprocessing.queues.Queue.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "block", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.queues.Queue"}, "builtins.bool", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of Queue", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "get_nowait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.queues.Queue.get_nowait", "name": "get_nowait", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.queues.Queue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_nowait of Queue", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "join_thread": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.queues.Queue.join_thread", "name": "join_thread", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.queues.Queue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "join_thread of Queue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "put": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "obj", "block", "timeout"], "flags": [], "fullname": "multiprocessing.queues.Queue.put", "name": "put", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "obj", "block", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.queues.Queue"}, {".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.bool", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "put of Queue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "put_nowait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": [], "fullname": "multiprocessing.queues.Queue.put_nowait", "name": "put_nowait", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.queues.Queue"}, {".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "put_nowait of Queue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "qsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.queues.Queue.qsize", "name": "qsize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.queues.Queue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "qsize of Queue", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "SimpleQueue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.queues.SimpleQueue", "name": "SimpleQueue", "type_vars": [{".class": "TypeVarDef", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "multiprocessing.queues.SimpleQueue", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.queues", "mro": ["multiprocessing.queues.SimpleQueue", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "multiprocessing.queues.SimpleQueue.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.queues.SimpleQueue"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of SimpleQueue", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["self", "ctx"], "flags": [], "fullname": "multiprocessing.queues.SimpleQueue.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "ctx"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.queues.SimpleQueue"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SimpleQueue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "empty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.queues.SimpleQueue.empty", "name": "empty", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.queues.SimpleQueue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "empty of SimpleQueue", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.queues.SimpleQueue.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.queues.SimpleQueue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of SimpleQueue", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "put": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": [], "fullname": "multiprocessing.queues.SimpleQueue.put", "name": "put", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.queues.SimpleQueue"}, {".class": "TypeVarType", "fullname": "multiprocessing.queues._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "put of SimpleQueue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "multiprocessing.queues._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.queues.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.queues.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.queues.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.queues.__package__", "name": "__package__", "type": "builtins.str"}}, "queue": {".class": "SymbolTableNode", "cross_ref": "queue", "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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/queues.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/queues.meta.json b/.mypy_cache/3.9/multiprocessing/queues.meta.json deleted file mode 100644 index f27d7f7e5..000000000 --- a/.mypy_cache/3.9/multiprocessing/queues.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 6, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 30], "dependencies": ["queue", "sys", "typing", "types", "builtins", "abc"], "hash": "7d743d81073cc2a626120c0108ae9ba5a4cb511fad3c6019c6d003030e8e754c", "id": "multiprocessing.queues", "ignore_all": true, "interface_hash": "875e92bc0c10ac2a36a0431f6b93e1ab50bab0f1f5f2b1468844e8318716cebf", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/queues.pyi", "plugin_data": null, "size": 1288, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/shared_memory.data.json b/.mypy_cache/3.9/multiprocessing/shared_memory.data.json deleted file mode 100644 index 13135404b..000000000 --- a/.mypy_cache/3.9/multiprocessing/shared_memory.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "multiprocessing.shared_memory", "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}, "GenericAlias": {".class": "SymbolTableNode", "cross_ref": "types.GenericAlias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ShareableList": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.shared_memory.ShareableList", "name": "ShareableList", "type_vars": [{".class": "TypeVarDef", "fullname": "multiprocessing.shared_memory._SLT", "id": 1, "name": "_SLT", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.bool", "builtins.str", "builtins.bytes", {".class": "NoneType"}], "variance": 0}]}, "flags": [], "fullname": "multiprocessing.shared_memory.ShareableList", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.shared_memory", "mro": ["multiprocessing.shared_memory.ShareableList", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "multiprocessing.shared_memory.ShareableList.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.shared_memory._SLT", "id": 1, "name": "_SLT", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.bool", "builtins.str", "builtins.bytes", {".class": "NoneType"}], "variance": 0}], "type_ref": "multiprocessing.shared_memory.ShareableList"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of ShareableList", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "position"], "flags": [], "fullname": "multiprocessing.shared_memory.ShareableList.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.shared_memory._SLT", "id": 1, "name": "_SLT", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.bool", "builtins.str", "builtins.bytes", {".class": "NoneType"}], "variance": 0}], "type_ref": "multiprocessing.shared_memory.ShareableList"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of ShareableList", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.shared_memory._SLT", "id": 1, "name": "_SLT", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.bool", "builtins.str", "builtins.bytes", {".class": "NoneType"}], "variance": 0}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["self", "sequence", "name"], "flags": [], "fullname": "multiprocessing.shared_memory.ShareableList.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["self", "sequence", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.shared_memory._SLT", "id": 1, "name": "_SLT", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.bool", "builtins.str", "builtins.bytes", {".class": "NoneType"}], "variance": 0}], "type_ref": "multiprocessing.shared_memory.ShareableList"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.shared_memory._SLT", "id": 1, "name": "_SLT", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.bool", "builtins.str", "builtins.bytes", {".class": "NoneType"}], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ShareableList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.shared_memory.ShareableList.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.shared_memory._SLT", "id": 1, "name": "_SLT", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.bool", "builtins.str", "builtins.bytes", {".class": "NoneType"}], "variance": 0}], "type_ref": "multiprocessing.shared_memory.ShareableList"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of ShareableList", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__reduce__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.shared_memory.ShareableList.__reduce__", "name": "__reduce__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "multiprocessing.shared_memory._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reduce__ of ShareableList", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "multiprocessing.shared_memory._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.shared_memory._SLT", "id": 1, "name": "_SLT", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.bool", "builtins.str", "builtins.bytes", {".class": "NoneType"}], "variance": 0}], "type_ref": "builtins.tuple"}], "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": [{".class": "TypeVarDef", "fullname": "multiprocessing.shared_memory._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "position", "value"], "flags": [], "fullname": "multiprocessing.shared_memory.ShareableList.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.shared_memory._SLT", "id": 1, "name": "_SLT", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.bool", "builtins.str", "builtins.bytes", {".class": "NoneType"}], "variance": 0}], "type_ref": "multiprocessing.shared_memory.ShareableList"}, "builtins.int", {".class": "TypeVarType", "fullname": "multiprocessing.shared_memory._SLT", "id": 1, "name": "_SLT", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.bool", "builtins.str", "builtins.bytes", {".class": "NoneType"}], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of ShareableList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "multiprocessing.shared_memory.ShareableList.count", "name": "count", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.shared_memory._SLT", "id": 1, "name": "_SLT", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.bool", "builtins.str", "builtins.bytes", {".class": "NoneType"}], "variance": 0}], "type_ref": "multiprocessing.shared_memory.ShareableList"}, {".class": "TypeVarType", "fullname": "multiprocessing.shared_memory._SLT", "id": 1, "name": "_SLT", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.bool", "builtins.str", "builtins.bytes", {".class": "NoneType"}], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count of ShareableList", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "multiprocessing.shared_memory.ShareableList.format", "name": "format", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.shared_memory._SLT", "id": 1, "name": "_SLT", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.bool", "builtins.str", "builtins.bytes", {".class": "NoneType"}], "variance": 0}], "type_ref": "multiprocessing.shared_memory.ShareableList"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format of ShareableList", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "format", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.shared_memory._SLT", "id": 1, "name": "_SLT", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.bool", "builtins.str", "builtins.bytes", {".class": "NoneType"}], "variance": 0}], "type_ref": "multiprocessing.shared_memory.ShareableList"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format of ShareableList", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "multiprocessing.shared_memory.ShareableList.index", "name": "index", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.shared_memory._SLT", "id": 1, "name": "_SLT", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.bool", "builtins.str", "builtins.bytes", {".class": "NoneType"}], "variance": 0}], "type_ref": "multiprocessing.shared_memory.ShareableList"}, {".class": "TypeVarType", "fullname": "multiprocessing.shared_memory._SLT", "id": 1, "name": "_SLT", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.bool", "builtins.str", "builtins.bytes", {".class": "NoneType"}], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index of ShareableList", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "shm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.shared_memory.ShareableList.shm", "name": "shm", "type": "multiprocessing.shared_memory.SharedMemory"}}}, "tuple_type": null, "type_vars": ["_SLT"], "typeddict_type": null}}, "SharedMemory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.shared_memory.SharedMemory", "name": "SharedMemory", "type_vars": []}, "flags": [], "fullname": "multiprocessing.shared_memory.SharedMemory", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.shared_memory", "mro": ["multiprocessing.shared_memory.SharedMemory", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "name", "create", "size"], "flags": [], "fullname": "multiprocessing.shared_memory.SharedMemory.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "name", "create", "size"], "arg_types": ["multiprocessing.shared_memory.SharedMemory", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SharedMemory", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "buf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "multiprocessing.shared_memory.SharedMemory.buf", "name": "buf", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.shared_memory.SharedMemory"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "buf of SharedMemory", "ret_type": "builtins.memoryview", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "buf", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.shared_memory.SharedMemory"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "buf of SharedMemory", "ret_type": "builtins.memoryview", "type_guard": null, "variables": []}}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.shared_memory.SharedMemory.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.shared_memory.SharedMemory"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of SharedMemory", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "multiprocessing.shared_memory.SharedMemory.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.shared_memory.SharedMemory"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of SharedMemory", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.shared_memory.SharedMemory"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of SharedMemory", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "multiprocessing.shared_memory.SharedMemory.size", "name": "size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.shared_memory.SharedMemory"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "size of SharedMemory", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.shared_memory.SharedMemory"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "size of SharedMemory", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "unlink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.shared_memory.SharedMemory.unlink", "name": "unlink", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.shared_memory.SharedMemory"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unlink of SharedMemory", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_S": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "multiprocessing.shared_memory._S", "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_SLT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "multiprocessing.shared_memory._SLT", "name": "_SLT", "upper_bound": "builtins.object", "values": ["builtins.int", "builtins.float", "builtins.bool", "builtins.str", "builtins.bytes", {".class": "NoneType"}], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.shared_memory.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.shared_memory.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.shared_memory.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.shared_memory.__package__", "name": "__package__", "type": "builtins.str"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/shared_memory.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/shared_memory.meta.json b/.mypy_cache/3.9/multiprocessing/shared_memory.meta.json deleted file mode 100644 index d182f46c4..000000000 --- a/.mypy_cache/3.9/multiprocessing/shared_memory.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 5, 1, 1], "dep_prios": [10, 5, 5, 5, 30], "dependencies": ["sys", "typing", "types", "builtins", "abc"], "hash": "a19119484013751e4fa8912dc9de84dd95ac4ac33f9a3bce5bf0918558cfd493", "id": "multiprocessing.shared_memory", "ignore_all": true, "interface_hash": "3dce9bbd952b032c6a218343e1e2fd242c3a5be37418ad088358c7766efd55bd", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/shared_memory.pyi", "plugin_data": null, "size": 1302, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/sharedctypes.data.json b/.mypy_cache/3.9/multiprocessing/sharedctypes.data.json deleted file mode 100644 index 12223dff1..000000000 --- a/.mypy_cache/3.9/multiprocessing/sharedctypes.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "multiprocessing.sharedctypes", "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}, "Array": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "multiprocessing.sharedctypes.Array", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 5], "arg_names": ["typecode_or_type", "size_or_initializer", "lock", "ctx"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.sharedctypes.Array", "name": "Array", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["typecode_or_type", "size_or_initializer", "lock", "ctx"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "UnionType", "items": ["multiprocessing.context.BaseContext", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Array", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "Array", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 5], "arg_names": ["typecode_or_type", "size_or_initializer", "lock", "ctx"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.sharedctypes.Array", "name": "Array", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["typecode_or_type", "size_or_initializer", "lock", "ctx"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.synchronize._LockLike"}]}, {".class": "UnionType", "items": ["multiprocessing.context.BaseContext", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Array", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedArray"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "Array", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 5], "arg_names": ["typecode_or_type", "size_or_initializer", "lock", "ctx"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.sharedctypes.Array", "name": "Array", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["typecode_or_type", "size_or_initializer", "lock", "ctx"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.synchronize._LockLike"}]}, {".class": "UnionType", "items": ["multiprocessing.context.BaseContext", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Array", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "multiprocessing.sharedctypes.SynchronizedArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "Array", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["typecode_or_type", "size_or_initializer", "lock", "ctx"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.sharedctypes.Array", "name": "Array", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["typecode_or_type", "size_or_initializer", "lock", "ctx"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "TypeType", "item": "ctypes._CData"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.synchronize._LockLike"}]}, {".class": "UnionType", "items": ["multiprocessing.context.BaseContext", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Array", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "Array", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["typecode_or_type", "size_or_initializer", "lock", "ctx"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "UnionType", "items": ["multiprocessing.context.BaseContext", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Array", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["typecode_or_type", "size_or_initializer", "lock", "ctx"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.synchronize._LockLike"}]}, {".class": "UnionType", "items": ["multiprocessing.context.BaseContext", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Array", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedArray"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["typecode_or_type", "size_or_initializer", "lock", "ctx"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.synchronize._LockLike"}]}, {".class": "UnionType", "items": ["multiprocessing.context.BaseContext", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Array", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "multiprocessing.sharedctypes.SynchronizedArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["typecode_or_type", "size_or_initializer", "lock", "ctx"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "TypeType", "item": "ctypes._CData"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.synchronize._LockLike"}]}, {".class": "UnionType", "items": ["multiprocessing.context.BaseContext", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Array", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "BaseContext": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.BaseContext", "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}, "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}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing.Protocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "RawArray": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "multiprocessing.sharedctypes.RawArray", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["typecode_or_type", "size_or_initializer"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.sharedctypes.RawArray", "name": "RawArray", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["typecode_or_type", "size_or_initializer"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RawArray", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "RawArray", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["typecode_or_type", "size_or_initializer"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.sharedctypes.RawArray", "name": "RawArray", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["typecode_or_type", "size_or_initializer"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RawArray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "RawArray", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["typecode_or_type", "size_or_initializer"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RawArray", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["typecode_or_type", "size_or_initializer"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RawArray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "RawValue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "multiprocessing.sharedctypes.RawValue", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["typecode_or_type", "args"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.sharedctypes.RawValue", "name": "RawValue", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["typecode_or_type", "args"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RawValue", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "RawValue", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["typecode_or_type", "args"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.sharedctypes.RawValue", "name": "RawValue", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["typecode_or_type", "args"], "arg_types": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RawValue", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "RawValue", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["typecode_or_type", "args"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RawValue", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["typecode_or_type", "args"], "arg_types": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RawValue", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Synchronized": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "ctypes._SimpleCData"}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.sharedctypes.Synchronized", "name": "Synchronized", "type_vars": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "multiprocessing.sharedctypes.Synchronized", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.sharedctypes", "mro": ["multiprocessing.sharedctypes.Synchronized", "multiprocessing.sharedctypes.SynchronizedBase", "builtins.object"], "names": {".class": "SymbolTable", "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.sharedctypes.Synchronized.value", "name": "value", "type": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "SynchronizedArray": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.sharedctypes.SynchronizedArray", "name": "SynchronizedArray", "type_vars": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, "flags": [], "fullname": "multiprocessing.sharedctypes.SynchronizedArray", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.sharedctypes", "mro": ["multiprocessing.sharedctypes.SynchronizedArray", "multiprocessing.sharedctypes.SynchronizedBase", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": [], "fullname": "multiprocessing.sharedctypes.SynchronizedArray.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedArray"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of SynchronizedArray", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "__getslice__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "start", "stop"], "flags": [], "fullname": "multiprocessing.sharedctypes.SynchronizedArray.__getslice__", "name": "__getslice__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "start", "stop"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedArray"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getslice__ of SynchronizedArray", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.sharedctypes.SynchronizedArray.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of SynchronizedArray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "i", "o"], "flags": [], "fullname": "multiprocessing.sharedctypes.SynchronizedArray.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedArray"}, "builtins.int", {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of SynchronizedArray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setslice__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "start", "stop", "values"], "flags": [], "fullname": "multiprocessing.sharedctypes.SynchronizedArray.__setslice__", "name": "__setslice__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "start", "stop", "values"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedArray"}, "builtins.int", "builtins.int", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setslice__ of SynchronizedArray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_CT"], "typeddict_type": null}}, "SynchronizedBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.sharedctypes.SynchronizedBase", "name": "SynchronizedBase", "type_vars": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, "flags": [], "fullname": "multiprocessing.sharedctypes.SynchronizedBase", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.sharedctypes", "mro": ["multiprocessing.sharedctypes.SynchronizedBase", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.sharedctypes.SynchronizedBase.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of SynchronizedBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "multiprocessing.sharedctypes.SynchronizedBase.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of SynchronizedBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "obj", "lock", "ctx"], "flags": [], "fullname": "multiprocessing.sharedctypes.SynchronizedBase.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "obj", "lock", "ctx"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["multiprocessing.synchronize.Lock", "multiprocessing.synchronize.RLock", {".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": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SynchronizedBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__reduce__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.sharedctypes.SynchronizedBase.__reduce__", "name": "__reduce__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reduce__ of SynchronizedBase", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".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", "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": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.synchronize._LockLike"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "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": []}}}, "acquire": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.sharedctypes.SynchronizedBase.acquire", "name": "acquire", "type": "multiprocessing.sharedctypes._AcquireFunc"}}, "get_lock": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.sharedctypes.SynchronizedBase.get_lock", "name": "get_lock", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_lock of SynchronizedBase", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.synchronize._LockLike"}, "type_guard": null, "variables": []}}}, "get_obj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.sharedctypes.SynchronizedBase.get_obj", "name": "get_obj", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_obj of SynchronizedBase", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": 1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "release": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.sharedctypes.SynchronizedBase.release", "name": "release", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_CT"], "typeddict_type": null}}, "SynchronizedString": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["ctypes.c_char"], "type_ref": "multiprocessing.sharedctypes.SynchronizedArray"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.sharedctypes.SynchronizedString", "name": "SynchronizedString", "type_vars": []}, "flags": [], "fullname": "multiprocessing.sharedctypes.SynchronizedString", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.sharedctypes", "mro": ["multiprocessing.sharedctypes.SynchronizedString", "multiprocessing.sharedctypes.SynchronizedArray", "multiprocessing.sharedctypes.SynchronizedBase", "builtins.object"], "names": {".class": "SymbolTable", "raw": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.sharedctypes.SynchronizedString.raw", "name": "raw", "type": "builtins.bytes"}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "multiprocessing.sharedctypes.SynchronizedString.value", "name": "value", "type": "builtins.bytes"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "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}, "Value": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "multiprocessing.sharedctypes.Value", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 3, 5], "arg_names": ["typecode_or_type", "args", "lock", "ctx"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.sharedctypes.Value", "name": "Value", "type": {".class": "CallableType", "arg_kinds": [0, 2, 3, 5], "arg_names": ["typecode_or_type", "args", "lock", "ctx"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "UnionType", "items": ["multiprocessing.context.BaseContext", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Value", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "Value", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 3, 5], "arg_names": ["typecode_or_type", "args", "lock", "ctx"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.sharedctypes.Value", "name": "Value", "type": {".class": "CallableType", "arg_kinds": [0, 2, 3, 5], "arg_names": ["typecode_or_type", "args", "lock", "ctx"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.synchronize._LockLike"}]}, {".class": "UnionType", "items": ["multiprocessing.context.BaseContext", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Value", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "Value", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 3, 5], "arg_names": ["typecode_or_type", "args", "lock", "ctx"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.sharedctypes.Value", "name": "Value", "type": {".class": "CallableType", "arg_kinds": [0, 2, 3, 5], "arg_names": ["typecode_or_type", "args", "lock", "ctx"], "arg_types": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.synchronize._LockLike"}]}, {".class": "UnionType", "items": ["multiprocessing.context.BaseContext", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Value", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "Value", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5], "arg_names": ["typecode_or_type", "args", "lock", "ctx"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.sharedctypes.Value", "name": "Value", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5], "arg_names": ["typecode_or_type", "args", "lock", "ctx"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "TypeType", "item": "ctypes._CData"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.synchronize._LockLike"}]}, {".class": "UnionType", "items": ["multiprocessing.context.BaseContext", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Value", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "Value", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 2, 3, 5], "arg_names": ["typecode_or_type", "args", "lock", "ctx"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "UnionType", "items": ["multiprocessing.context.BaseContext", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Value", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 2, 3, 5], "arg_names": ["typecode_or_type", "args", "lock", "ctx"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.synchronize._LockLike"}]}, {".class": "UnionType", "items": ["multiprocessing.context.BaseContext", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Value", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 2, 3, 5], "arg_names": ["typecode_or_type", "args", "lock", "ctx"], "arg_types": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.synchronize._LockLike"}]}, {".class": "UnionType", "items": ["multiprocessing.context.BaseContext", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Value", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2, 5, 5], "arg_names": ["typecode_or_type", "args", "lock", "ctx"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "TypeType", "item": "ctypes._CData"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.synchronize._LockLike"}]}, {".class": "UnionType", "items": ["multiprocessing.context.BaseContext", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Value", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "_AcquireFunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.sharedctypes._AcquireFunc", "name": "_AcquireFunc", "type_vars": []}, "flags": ["is_protocol"], "fullname": "multiprocessing.sharedctypes._AcquireFunc", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "multiprocessing.sharedctypes", "mro": ["multiprocessing.sharedctypes._AcquireFunc", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "block", "timeout"], "flags": [], "fullname": "multiprocessing.sharedctypes._AcquireFunc.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "block", "timeout"], "arg_types": ["multiprocessing.sharedctypes._AcquireFunc", "builtins.bool", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _AcquireFunc", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_CData": {".class": "SymbolTableNode", "cross_ref": "ctypes._CData", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_CT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "multiprocessing.sharedctypes._CT", "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, "_LockLike": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.synchronize._LockLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SimpleCData": {".class": "SymbolTableNode", "cross_ref": "ctypes._SimpleCData", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "multiprocessing.sharedctypes._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.sharedctypes.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.sharedctypes.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.sharedctypes.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.sharedctypes.__package__", "name": "__package__", "type": "builtins.str"}}, "c_char": {".class": "SymbolTableNode", "cross_ref": "ctypes.c_char", "kind": "Gdef", "module_hidden": true, "module_public": false}, "copy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "multiprocessing.sharedctypes.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}}, "ctypes": {".class": "SymbolTableNode", "cross_ref": "ctypes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "synchronized": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "multiprocessing.sharedctypes.synchronized", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "lock", "ctx"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.sharedctypes.synchronized", "name": "synchronized", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "lock", "ctx"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "ctypes._SimpleCData"}, {".class": "UnionType", "items": ["multiprocessing.synchronize.Lock", "multiprocessing.synchronize.RLock", {".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", "implicit": false, "is_ellipsis_args": false, "name": "synchronized", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.Synchronized"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "synchronized", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "lock", "ctx"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.sharedctypes.synchronized", "name": "synchronized", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "lock", "ctx"], "arg_types": [{".class": "Instance", "args": ["ctypes.c_char"], "type_ref": "ctypes.Array"}, {".class": "UnionType", "items": ["multiprocessing.synchronize.Lock", "multiprocessing.synchronize.RLock", {".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", "implicit": false, "is_ellipsis_args": false, "name": "synchronized", "ret_type": "multiprocessing.sharedctypes.SynchronizedString", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "synchronized", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "lock", "ctx"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.sharedctypes.synchronized", "name": "synchronized", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "lock", "ctx"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}, {".class": "UnionType", "items": ["multiprocessing.synchronize.Lock", "multiprocessing.synchronize.RLock", {".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", "implicit": false, "is_ellipsis_args": false, "name": "synchronized", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedArray"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "synchronized", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "lock", "ctx"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.sharedctypes.synchronized", "name": "synchronized", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "lock", "ctx"], "arg_types": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, {".class": "UnionType", "items": ["multiprocessing.synchronize.Lock", "multiprocessing.synchronize.RLock", {".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", "implicit": false, "is_ellipsis_args": false, "name": "synchronized", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "synchronized", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "lock", "ctx"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "ctypes._SimpleCData"}, {".class": "UnionType", "items": ["multiprocessing.synchronize.Lock", "multiprocessing.synchronize.RLock", {".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", "implicit": false, "is_ellipsis_args": false, "name": "synchronized", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.Synchronized"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "lock", "ctx"], "arg_types": [{".class": "Instance", "args": ["ctypes.c_char"], "type_ref": "ctypes.Array"}, {".class": "UnionType", "items": ["multiprocessing.synchronize.Lock", "multiprocessing.synchronize.RLock", {".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", "implicit": false, "is_ellipsis_args": false, "name": "synchronized", "ret_type": "multiprocessing.sharedctypes.SynchronizedString", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "lock", "ctx"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}, {".class": "UnionType", "items": ["multiprocessing.synchronize.Lock", "multiprocessing.synchronize.RLock", {".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", "implicit": false, "is_ellipsis_args": false, "name": "synchronized", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedArray"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "lock", "ctx"], "arg_types": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, {".class": "UnionType", "items": ["multiprocessing.synchronize.Lock", "multiprocessing.synchronize.RLock", {".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", "implicit": false, "is_ellipsis_args": false, "name": "synchronized", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "multiprocessing.sharedctypes._CT", "id": -1, "name": "_CT", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}]}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/sharedctypes.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/sharedctypes.meta.json b/.mypy_cache/3.9/multiprocessing/sharedctypes.meta.json deleted file mode 100644 index 4fcf180ef..000000000 --- a/.mypy_cache/3.9/multiprocessing/sharedctypes.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 4, 5, 6, 7, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 5, 5, 30], "dependencies": ["ctypes", "collections.abc", "multiprocessing.context", "multiprocessing.synchronize", "typing", "typing_extensions", "builtins", "abc"], "hash": "213723328b1c576361b1b93a4bee028623f712ab7d62f6140a560dcc30b766ed", "id": "multiprocessing.sharedctypes", "ignore_all": true, "interface_hash": "331e695aa6a94a7afe238df9a7e363fe40f6571953f336bbee2724db123c2729", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/sharedctypes.pyi", "plugin_data": null, "size": 3941, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/spawn.data.json b/.mypy_cache/3.9/multiprocessing/spawn.data.json deleted file mode 100644 index 4cf0ffcdf..000000000 --- a/.mypy_cache/3.9/multiprocessing/spawn.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "multiprocessing.spawn", "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}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ModuleType": {".class": "SymbolTableNode", "cross_ref": "types.ModuleType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "WINEXE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.spawn.WINEXE", "name": "WINEXE", "type": "builtins.bool"}}, "WINSERVICE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.spawn.WINSERVICE", "name": "WINSERVICE", "type": "builtins.bool"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.spawn.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.spawn.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.spawn.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.spawn.__package__", "name": "__package__", "type": "builtins.str"}}, "_main": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fd"], "flags": [], "fullname": "multiprocessing.spawn._main", "name": "_main", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["fd"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_main", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "freeze_support": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.spawn.freeze_support", "name": "freeze_support", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "freeze_support", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get_command_line": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [4], "arg_names": ["kwds"], "flags": [], "fullname": "multiprocessing.spawn.get_command_line", "name": "get_command_line", "type": {".class": "CallableType", "arg_kinds": [4], "arg_names": ["kwds"], "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", "implicit": false, "is_ellipsis_args": false, "name": "get_command_line", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_executable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.spawn.get_executable", "name": "get_executable", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_executable", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "get_preparation_data": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "multiprocessing.spawn.get_preparation_data", "name": "get_preparation_data", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_preparation_data", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "import_main_path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["main_path"], "flags": [], "fullname": "multiprocessing.spawn.import_main_path", "name": "import_main_path", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["main_path"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "import_main_path", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "is_forking": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["argv"], "flags": [], "fullname": "multiprocessing.spawn.is_forking", "name": "is_forking", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["argv"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_forking", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "old_main_modules": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.spawn.old_main_modules", "name": "old_main_modules", "type": {".class": "Instance", "args": ["types.ModuleType"], "type_ref": "builtins.list"}}}, "prepare": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["data"], "flags": [], "fullname": "multiprocessing.spawn.prepare", "name": "prepare", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["data"], "arg_types": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prepare", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_executable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["exe"], "flags": [], "fullname": "multiprocessing.spawn.set_executable", "name": "set_executable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["exe"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_executable", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "spawn_main": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["pipe_handle", "parent_pid", "tracker_fd"], "flags": [], "fullname": "multiprocessing.spawn.spawn_main", "name": "spawn_main", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["pipe_handle", "parent_pid", "tracker_fd"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spawn_main", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/spawn.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/spawn.meta.json b/.mypy_cache/3.9/multiprocessing/spawn.meta.json deleted file mode 100644 index 268ad791c..000000000 --- a/.mypy_cache/3.9/multiprocessing/spawn.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [5, 5, 5, 30], "dependencies": ["types", "typing", "builtins", "abc"], "hash": "70c45c9b69f78673accc8072305906dc7ecf6ad4f8ef6cd68be83eb3c65d90f9", "id": "multiprocessing.spawn", "ignore_all": true, "interface_hash": "6352c7370ba3cc50d3ac3a8a95bc0425a590a743ff54382f997b7a4b8765ab0f", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/spawn.pyi", "plugin_data": null, "size": 690, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/synchronize.data.json b/.mypy_cache/3.9/multiprocessing/synchronize.data.json deleted file mode 100644 index 613730614..000000000 --- a/.mypy_cache/3.9/multiprocessing/synchronize.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "multiprocessing.synchronize", "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}, "Barrier": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["threading.Barrier"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.synchronize.Barrier", "name": "Barrier", "type_vars": []}, "flags": [], "fullname": "multiprocessing.synchronize.Barrier", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.synchronize", "mro": ["multiprocessing.synchronize.Barrier", "threading.Barrier", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 2], "arg_names": ["self", "parties", "action", "timeout", "ctx"], "flags": [], "fullname": "multiprocessing.synchronize.Barrier.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 2], "arg_names": ["self", "parties", "action", "timeout", "ctx"], "arg_types": ["multiprocessing.synchronize.Barrier", "builtins.int", {".class": "UnionType", "items": [{".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", "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": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "multiprocessing.context.BaseContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Barrier", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BaseContext": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.BaseContext", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BoundedSemaphore": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["multiprocessing.synchronize.Semaphore"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.synchronize.BoundedSemaphore", "name": "BoundedSemaphore", "type_vars": []}, "flags": [], "fullname": "multiprocessing.synchronize.BoundedSemaphore", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "multiprocessing.synchronize", "mro": ["multiprocessing.synchronize.BoundedSemaphore", "multiprocessing.synchronize.Semaphore", "multiprocessing.synchronize.SemLock", "typing.ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 3], "arg_names": ["self", "value", "ctx"], "flags": [], "fullname": "multiprocessing.synchronize.BoundedSemaphore.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 3], "arg_names": ["self", "value", "ctx"], "arg_types": ["multiprocessing.synchronize.BoundedSemaphore", "builtins.int", "multiprocessing.context.BaseContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BoundedSemaphore", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Condition": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.bool"], "type_ref": "typing.ContextManager"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.synchronize.Condition", "name": "Condition", "type_vars": []}, "flags": [], "fullname": "multiprocessing.synchronize.Condition", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "multiprocessing.synchronize", "mro": ["multiprocessing.synchronize.Condition", "typing.ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 3], "arg_names": ["self", "lock", "ctx"], "flags": [], "fullname": "multiprocessing.synchronize.Condition.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 3], "arg_names": ["self", "lock", "ctx"], "arg_types": ["multiprocessing.synchronize.Condition", {".class": "UnionType", "items": ["multiprocessing.synchronize.Lock", "multiprocessing.synchronize.RLock", {".class": "NoneType"}]}, "multiprocessing.context.BaseContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Condition", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "acquire": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "block", "timeout"], "flags": [], "fullname": "multiprocessing.synchronize.Condition.acquire", "name": "acquire", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "block", "timeout"], "arg_types": ["multiprocessing.synchronize.Condition", "builtins.bool", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acquire of Condition", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "notify": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "flags": [], "fullname": "multiprocessing.synchronize.Condition.notify", "name": "notify", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "arg_types": ["multiprocessing.synchronize.Condition", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "notify of Condition", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "notify_all": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.synchronize.Condition.notify_all", "name": "notify_all", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.synchronize.Condition"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "notify_all of Condition", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "release": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.synchronize.Condition.release", "name": "release", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.synchronize.Condition"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "release of Condition", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "wait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "multiprocessing.synchronize.Condition.wait", "name": "wait", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": ["multiprocessing.synchronize.Condition", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait of Condition", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "wait_for": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "predicate", "timeout"], "flags": [], "fullname": "multiprocessing.synchronize.Condition.wait_for", "name": "wait_for", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "predicate", "timeout"], "arg_types": ["multiprocessing.synchronize.Condition", {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait_for of Condition", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ContextManager": {".class": "SymbolTableNode", "cross_ref": "typing.ContextManager", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Event": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.bool"], "type_ref": "typing.ContextManager"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.synchronize.Event", "name": "Event", "type_vars": []}, "flags": [], "fullname": "multiprocessing.synchronize.Event", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "multiprocessing.synchronize", "mro": ["multiprocessing.synchronize.Event", "typing.ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 3], "arg_names": ["self", "lock", "ctx"], "flags": [], "fullname": "multiprocessing.synchronize.Event.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 3], "arg_names": ["self", "lock", "ctx"], "arg_types": ["multiprocessing.synchronize.Event", {".class": "UnionType", "items": ["multiprocessing.synchronize.Lock", "multiprocessing.synchronize.RLock", {".class": "NoneType"}]}, "multiprocessing.context.BaseContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Event", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.synchronize.Event.clear", "name": "clear", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.synchronize.Event"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear of Event", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "is_set": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.synchronize.Event.is_set", "name": "is_set", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.synchronize.Event"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_set of Event", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "set": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.synchronize.Event.set", "name": "set", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.synchronize.Event"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set of Event", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "wait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "multiprocessing.synchronize.Event.wait", "name": "wait", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": ["multiprocessing.synchronize.Event", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait of Event", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Lock": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["multiprocessing.synchronize.SemLock"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.synchronize.Lock", "name": "Lock", "type_vars": []}, "flags": [], "fullname": "multiprocessing.synchronize.Lock", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "multiprocessing.synchronize", "mro": ["multiprocessing.synchronize.Lock", "multiprocessing.synchronize.SemLock", "typing.ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 3], "arg_names": ["self", "ctx"], "flags": [], "fullname": "multiprocessing.synchronize.Lock.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["self", "ctx"], "arg_types": ["multiprocessing.synchronize.Lock", "multiprocessing.context.BaseContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Lock", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "RLock": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["multiprocessing.synchronize.SemLock"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.synchronize.RLock", "name": "RLock", "type_vars": []}, "flags": [], "fullname": "multiprocessing.synchronize.RLock", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "multiprocessing.synchronize", "mro": ["multiprocessing.synchronize.RLock", "multiprocessing.synchronize.SemLock", "typing.ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 3], "arg_names": ["self", "ctx"], "flags": [], "fullname": "multiprocessing.synchronize.RLock.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["self", "ctx"], "arg_types": ["multiprocessing.synchronize.RLock", "multiprocessing.context.BaseContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of RLock", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SemLock": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.bool"], "type_ref": "typing.ContextManager"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.synchronize.SemLock", "name": "SemLock", "type_vars": []}, "flags": [], "fullname": "multiprocessing.synchronize.SemLock", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "multiprocessing.synchronize", "mro": ["multiprocessing.synchronize.SemLock", "typing.ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "acquire": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "block", "timeout"], "flags": [], "fullname": "multiprocessing.synchronize.SemLock.acquire", "name": "acquire", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "block", "timeout"], "arg_types": ["multiprocessing.synchronize.SemLock", "builtins.bool", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acquire of SemLock", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "release": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.synchronize.SemLock.release", "name": "release", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["multiprocessing.synchronize.SemLock"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "release of SemLock", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Semaphore": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["multiprocessing.synchronize.SemLock"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.synchronize.Semaphore", "name": "Semaphore", "type_vars": []}, "flags": [], "fullname": "multiprocessing.synchronize.Semaphore", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "multiprocessing.synchronize", "mro": ["multiprocessing.synchronize.Semaphore", "multiprocessing.synchronize.SemLock", "typing.ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 3], "arg_names": ["self", "value", "ctx"], "flags": [], "fullname": "multiprocessing.synchronize.Semaphore.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 3], "arg_names": ["self", "value", "ctx"], "arg_types": ["multiprocessing.synchronize.Semaphore", "builtins.int", "multiprocessing.context.BaseContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Semaphore", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_LockLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "multiprocessing.synchronize._LockLike", "line": 6, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["multiprocessing.synchronize.Lock", "multiprocessing.synchronize.RLock"]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.synchronize.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.synchronize.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.synchronize.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.synchronize.__package__", "name": "__package__", "type": "builtins.str"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "threading": {".class": "SymbolTableNode", "cross_ref": "threading", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/synchronize.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/multiprocessing/synchronize.meta.json b/.mypy_cache/3.9/multiprocessing/synchronize.meta.json deleted file mode 100644 index 928d9073d..000000000 --- a/.mypy_cache/3.9/multiprocessing/synchronize.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 4, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 30], "dependencies": ["sys", "threading", "multiprocessing.context", "typing", "builtins", "abc"], "hash": "6543d52f7eacdc035fe1d8afae22d6a601d8141bdad3dff4f482bb84e4534a7b", "id": "multiprocessing.synchronize", "ignore_all": true, "interface_hash": "5fd99cebe7cd0dcd9b584d23918d831f9ed8bde2e311e6fd3d07eb410d54f6f2", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/multiprocessing/synchronize.pyi", "plugin_data": null, "size": 1799, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numbers.data.json b/.mypy_cache/3.9/numbers.data.json deleted file mode 100644 index aa5d1772d..000000000 --- a/.mypy_cache/3.9/numbers.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numbers", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ABCMeta": {".class": "SymbolTableNode", "cross_ref": "abc.ABCMeta", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Complex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__add__", "__complex__", "__hash__", "__mul__", "__neg__", "__pos__", "__pow__", "__radd__", "__rmul__", "__rpow__", "__rtruediv__", "__truediv__", "imag", "real"], "bases": ["numbers.Number"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numbers.Complex", "name": "Complex", "type_vars": []}, "flags": ["is_abstract"], "fullname": "numbers.Complex", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numbers", "mro": ["numbers.Complex", "numbers.Number", "builtins.object"], "names": {".class": "SymbolTable", "__abs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numbers.Complex.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numbers.Complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of Complex", "ret_type": "numbers.Real", "type_guard": null, "variables": []}}}, "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Complex.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Complex", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Complex", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__bool__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numbers.Complex.__bool__", "name": "__bool__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__bool__ of Complex", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__complex__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Complex.__complex__", "name": "__complex__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numbers.Complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__complex__ of Complex", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__complex__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numbers.Complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__complex__ of Complex", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numbers.Complex.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Complex", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of Complex", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Complex.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Complex", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Complex", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__neg__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Complex.__neg__", "name": "__neg__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numbers.Complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__neg__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numbers.Complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__pos__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Complex.__pos__", "name": "__pos__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numbers.Complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pos__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__pos__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numbers.Complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pos__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Complex.__pow__", "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Complex", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Complex", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Complex.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Complex", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Complex", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Complex.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Complex", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Complex", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "base"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Complex.__rpow__", "name": "__rpow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Complex", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__rpow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Complex", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numbers.Complex.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Complex", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Complex.__rtruediv__", "name": "__rtruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Complex", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__rtruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Complex", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numbers.Complex.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Complex", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Complex.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Complex", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Complex", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "conjugate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numbers.Complex.conjugate", "name": "conjugate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conjugate of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated", "is_abstract"], "fullname": "numbers.Complex.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated", "is_abstract"], "fullname": "numbers.Complex.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of Complex", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Integral": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__add__", "__and__", "__ceil__", "__floor__", "__floordiv__", "__hash__", "__int__", "__invert__", "__le__", "__lshift__", "__lt__", "__mod__", "__mul__", "__neg__", "__or__", "__pos__", "__pow__", "__radd__", "__rand__", "__rfloordiv__", "__rlshift__", "__rmod__", "__rmul__", "__ror__", "__round__", "__rpow__", "__rrshift__", "__rshift__", "__rtruediv__", "__rxor__", "__truediv__", "__trunc__", "__xor__"], "bases": ["numbers.Rational"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numbers.Integral", "name": "Integral", "type_vars": []}, "flags": ["is_abstract"], "fullname": "numbers.Integral", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numbers", "mro": ["numbers.Integral", "numbers.Rational", "numbers.Real", "numbers.Complex", "numbers.Number", "typing.SupportsFloat", "builtins.object"], "names": {".class": "SymbolTable", "__and__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Integral.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__float__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numbers.Integral.__float__", "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numbers.Integral"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__float__ of Integral", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__index__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numbers.Integral.__index__", "name": "__index__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Integral"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__index__ of Integral", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__int__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Integral.__int__", "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numbers.Integral"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__int__ of Integral", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numbers.Integral"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__int__ of Integral", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "__invert__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Integral.__invert__", "name": "__invert__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numbers.Integral"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__invert__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__invert__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numbers.Integral"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__invert__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__lshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Integral.__lshift__", "name": "__lshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__lshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Integral.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "exponent", "modulus"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Integral.__pow__", "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": [null, null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": [null, null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__rand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Integral.__rand__", "name": "__rand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__rand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__rlshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Integral.__rlshift__", "name": "__rlshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rlshift__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__rlshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rlshift__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__ror__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Integral.__ror__", "name": "__ror__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__ror__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__rrshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Integral.__rrshift__", "name": "__rrshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rrshift__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__rrshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rrshift__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__rshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Integral.__rshift__", "name": "__rshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__rshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__rxor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Integral.__rxor__", "name": "__rxor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__rxor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Integral.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Integral", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of Integral", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "denominator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numbers.Integral.denominator", "name": "denominator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Integral"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "denominator of Integral", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "denominator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Integral"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "denominator of Integral", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "numerator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numbers.Integral.numerator", "name": "numerator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Integral"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "numerator of Integral", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "numerator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Integral"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "numerator of Integral", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Number": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__hash__"], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "numbers.Number", "name": "Number", "type_vars": []}, "flags": ["is_abstract"], "fullname": "numbers.Number", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numbers", "mro": ["numbers.Number", "builtins.object"], "names": {".class": "SymbolTable", "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Number.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Number"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of Number", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Number"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of Number", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Rational": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__add__", "__ceil__", "__floor__", "__floordiv__", "__hash__", "__le__", "__lt__", "__mod__", "__mul__", "__neg__", "__pos__", "__pow__", "__radd__", "__rfloordiv__", "__rmod__", "__rmul__", "__round__", "__rpow__", "__rtruediv__", "__truediv__", "__trunc__", "denominator", "numerator"], "bases": ["numbers.Real"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numbers.Rational", "name": "Rational", "type_vars": []}, "flags": ["is_abstract"], "fullname": "numbers.Rational", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numbers", "mro": ["numbers.Rational", "numbers.Real", "numbers.Complex", "numbers.Number", "typing.SupportsFloat", "builtins.object"], "names": {".class": "SymbolTable", "__float__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numbers.Rational.__float__", "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numbers.Rational"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__float__ of Rational", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "denominator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated", "is_abstract"], "fullname": "numbers.Rational.denominator", "name": "denominator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Rational"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "denominator of Rational", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "denominator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Rational"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "denominator of Rational", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "numerator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated", "is_abstract"], "fullname": "numbers.Rational.numerator", "name": "numerator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Rational"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "numerator of Rational", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "numerator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Rational"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "numerator of Rational", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Real": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__add__", "__ceil__", "__float__", "__floor__", "__floordiv__", "__hash__", "__le__", "__lt__", "__mod__", "__mul__", "__neg__", "__pos__", "__pow__", "__radd__", "__rfloordiv__", "__rmod__", "__rmul__", "__round__", "__rpow__", "__rtruediv__", "__truediv__", "__trunc__"], "bases": ["numbers.Complex", "typing.SupportsFloat"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numbers.Real", "name": "Real", "type_vars": []}, "flags": ["is_abstract"], "fullname": "numbers.Real", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numbers", "mro": ["numbers.Real", "numbers.Complex", "numbers.Number", "typing.SupportsFloat", "builtins.object"], "names": {".class": "SymbolTable", "__ceil__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Real.__ceil__", "name": "__ceil__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Real"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ceil__ of Real", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__ceil__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Real"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ceil__ of Real", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "__complex__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numbers.Real.__complex__", "name": "__complex__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numbers.Real"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__complex__ of Real", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__divmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numbers.Real.__divmod__", "name": "__divmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Real", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of Real", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__float__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Real.__float__", "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numbers.Real"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__float__ of Real", "ret_type": "builtins.float", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numbers.Real"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__float__ of Real", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}}, "__floor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Real.__floor__", "name": "__floor__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Real"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__floor__ of Real", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__floor__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Real"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__floor__ of Real", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Real.__floordiv__", "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Real", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of Real", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Real", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of Real", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Real.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Real", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of Real", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Real", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of Real", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Real.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Real", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of Real", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Real", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of Real", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Real.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Real", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of Real", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Real", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of Real", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__rdivmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numbers.Real.__rdivmod__", "name": "__rdivmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["numbers.Real", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of Real", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Real.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Real", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of Real", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__rfloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Real", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of Real", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "__rmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Real.__rmod__", "name": "__rmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Real", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of Real", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__rmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numbers.Real", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of Real", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "__round__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numbers.Real.__round__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "ndigits"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numbers.Real.__round__", "name": "__round__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "ndigits"], "arg_types": ["numbers.Real", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__round__ of Real", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__round__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "ndigits"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numbers.Real.__round__", "name": "__round__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "ndigits"], "arg_types": ["numbers.Real", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__round__ of Real", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__round__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "ndigits"], "arg_types": ["numbers.Real", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__round__ of Real", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "ndigits"], "arg_types": ["numbers.Real", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__round__ of Real", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__trunc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "numbers.Real.__trunc__", "name": "__trunc__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Real"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__trunc__ of Real", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__trunc__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Real"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__trunc__ of Real", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "conjugate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numbers.Real.conjugate", "name": "conjugate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Real"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conjugate of Real", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numbers.Real.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Real"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of Real", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Real"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of Real", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numbers.Real.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Real"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of Real", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numbers.Real"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of Real", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SupportsFloat": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsFloat", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numbers.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numbers.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numbers.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numbers.__package__", "name": "__package__", "type": "builtins.str"}}, "abstractmethod": {".class": "SymbolTableNode", "cross_ref": "abc.abstractmethod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/numbers.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numbers.meta.json b/.mypy_cache/3.9/numbers.meta.json deleted file mode 100644 index d6bcd5677..000000000 --- a/.mypy_cache/3.9/numbers.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [4, 5, 6, 1], "dep_prios": [10, 5, 5, 5], "dependencies": ["sys", "abc", "typing", "builtins"], "hash": "ef780bbc4fa33d9acbc5862154725f03efb16322232491bdff4ea253755d6ae9", "id": "numbers", "ignore_all": true, "interface_hash": "5101a2c0da2571f83c89c84afc19e81cc7923e2a5b4ca80b125dc8893436a6e0", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/numbers.pyi", "plugin_data": null, "size": 4335, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/__init__.data.json b/.mypy_cache/3.9/numpy/__init__.data.json deleted file mode 100644 index d6686684f..000000000 --- a/.mypy_cache/3.9/numpy/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ALLOW_THREADS": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.ALLOW_THREADS", "name": "ALLOW_THREADS", "type": "builtins.int"}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ArrayLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like.ArrayLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "AxisError": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ValueError", "builtins.IndexError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.AxisError", "name": "AxisError", "type_vars": []}, "flags": [], "fullname": "numpy.AxisError", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.AxisError", "builtins.ValueError", "builtins.IndexError", "builtins.LookupError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "axis", "ndim", "msg_prefix"], "flags": [], "fullname": "numpy.AxisError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "axis", "ndim", "msg_prefix"], "arg_types": ["numpy.AxisError", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of AxisError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BUFSIZE": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.BUFSIZE", "name": "BUFSIZE", "type": "builtins.int"}}, "ByteString": {".class": "SymbolTableNode", "cross_ref": "typing.ByteString", "kind": "Gdef", "module_hidden": true, "module_public": false}, "CLIP": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.CLIP", "name": "CLIP", "type": "builtins.int"}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ComplexWarning": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.RuntimeWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ComplexWarning", "name": "ComplexWarning", "type_vars": []}, "flags": [], "fullname": "numpy.ComplexWarning", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.ComplexWarning", "builtins.RuntimeWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Container": {".class": "SymbolTableNode", "cross_ref": "typing.Container", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ContextDecorator": {".class": "SymbolTableNode", "cross_ref": "contextlib.ContextDecorator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DTypeLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._dtype_like.DTypeLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DataSource": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.DataSource", "name": "DataSource", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ERR_CALL": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.ERR_CALL", "name": "ERR_CALL", "type": "builtins.int"}}, "ERR_DEFAULT": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.ERR_DEFAULT", "name": "ERR_DEFAULT", "type": "builtins.int"}}, "ERR_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.ERR_IGNORE", "name": "ERR_IGNORE", "type": "builtins.int"}}, "ERR_LOG": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.ERR_LOG", "name": "ERR_LOG", "type": "builtins.int"}}, "ERR_PRINT": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.ERR_PRINT", "name": "ERR_PRINT", "type": "builtins.int"}}, "ERR_RAISE": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.ERR_RAISE", "name": "ERR_RAISE", "type": "builtins.int"}}, "ERR_WARN": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.ERR_WARN", "name": "ERR_WARN", "type": "builtins.int"}}, "FLOATING_POINT_SUPPORT": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.FLOATING_POINT_SUPPORT", "name": "FLOATING_POINT_SUPPORT", "type": "builtins.int"}}, "FPE_DIVIDEBYZERO": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.FPE_DIVIDEBYZERO", "name": "FPE_DIVIDEBYZERO", "type": "builtins.int"}}, "FPE_INVALID": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.FPE_INVALID", "name": "FPE_INVALID", "type": "builtins.int"}}, "FPE_OVERFLOW": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.FPE_OVERFLOW", "name": "FPE_OVERFLOW", "type": "builtins.int"}}, "FPE_UNDERFLOW": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.FPE_UNDERFLOW", "name": "FPE_UNDERFLOW", "type": "builtins.int"}}, "False_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.False_", "name": "False_", "type": "numpy.bool_"}}, "Final": {".class": "SymbolTableNode", "cross_ref": "typing.Final", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Inf": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.Inf", "name": "Inf", "type": "builtins.float"}}, "Infinity": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.Infinity", "name": "Infinity", "type": "builtins.float"}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MAXDIMS": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.MAXDIMS", "name": "MAXDIMS", "type": "builtins.int"}}, "MAY_SHARE_BOUNDS": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.MAY_SHARE_BOUNDS", "name": "MAY_SHARE_BOUNDS", "type": "builtins.int"}}, "MAY_SHARE_EXACT": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.MAY_SHARE_EXACT", "name": "MAY_SHARE_EXACT", "type": "builtins.int"}}, "MachAr": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.MachAr", "name": "MachAr", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ModuleDeprecationWarning": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.DeprecationWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ModuleDeprecationWarning", "name": "ModuleDeprecationWarning", "type_vars": []}, "flags": [], "fullname": "numpy.ModuleDeprecationWarning", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.ModuleDeprecationWarning", "builtins.DeprecationWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NAN": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.NAN", "name": "NAN", "type": "builtins.float"}}, "NBitBase": {".class": "SymbolTableNode", "cross_ref": "numpy.typing.NBitBase", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NINF": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.NINF", "name": "NINF", "type": "builtins.float"}}, "NZERO": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.NZERO", "name": "NZERO", "type": "builtins.float"}}, "NaN": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.NaN", "name": "NaN", "type": "builtins.float"}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PINF": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.PINF", "name": "PINF", "type": "builtins.float"}}, "PZERO": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.PZERO", "name": "PZERO", "type": "builtins.float"}}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing.Protocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "RAISE": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.RAISE", "name": "RAISE", "type": "builtins.int"}}, "RankWarning": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.UserWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.RankWarning", "name": "RankWarning", "type_vars": []}, "flags": [], "fullname": "numpy.RankWarning", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.RankWarning", "builtins.UserWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SHIFT_DIVIDEBYZERO": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.SHIFT_DIVIDEBYZERO", "name": "SHIFT_DIVIDEBYZERO", "type": "builtins.int"}}, "SHIFT_INVALID": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.SHIFT_INVALID", "name": "SHIFT_INVALID", "type": "builtins.int"}}, "SHIFT_OVERFLOW": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.SHIFT_OVERFLOW", "name": "SHIFT_OVERFLOW", "type": "builtins.int"}}, "SHIFT_UNDERFLOW": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.SHIFT_UNDERFLOW", "name": "SHIFT_UNDERFLOW", "type": "builtins.int"}}, "ScalarType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ScalarType", "name": "ScalarType", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sized": {".class": "SymbolTableNode", "cross_ref": "typing.Sized", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsComplex": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsComplex", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsFloat": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsFloat", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsIndex": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsIndex", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsInt": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsInt", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TooHardError": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.RuntimeError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.TooHardError", "name": "TooHardError", "type_vars": []}, "flags": [], "fullname": "numpy.TooHardError", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.TooHardError", "builtins.RuntimeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "True_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.True_", "name": "True_", "type": "numpy.bool_"}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "UFUNC_BUFSIZE_DEFAULT": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.UFUNC_BUFSIZE_DEFAULT", "name": "UFUNC_BUFSIZE_DEFAULT", "type": "builtins.int"}}, "UFUNC_PYVALS_NAME": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.UFUNC_PYVALS_NAME", "name": "UFUNC_PYVALS_NAME", "type": "builtins.str"}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "VisibleDeprecationWarning": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.UserWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.VisibleDeprecationWarning", "name": "VisibleDeprecationWarning", "type_vars": []}, "flags": [], "fullname": "numpy.VisibleDeprecationWarning", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.VisibleDeprecationWarning", "builtins.UserWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "WRAP": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.WRAP", "name": "WRAP", "type": "builtins.int"}}, "_16Bit": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._16Bit", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_32Bit": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._32Bit", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_64Bit": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._64Bit", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_8Bit": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._8Bit", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ArrayLikeBool": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._ArrayLikeBool", "line": 963, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}], "type_ref": "typing.Sequence"}, "numpy.ndarray"]}}}, "_ArrayLikeInt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._ArrayLikeInt", "line": 925, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, "numpy.ndarray"]}}}, "_ArrayLikeIntOrBool": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._ArrayLikeIntOrBool", "line": 964, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}, "numpy.ndarray", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}]}}}, "_ArrayOrScalarCommon": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy._ArrayOrScalarCommon", "name": "_ArrayOrScalarCommon", "type_vars": []}, "flags": [], "fullname": "numpy._ArrayOrScalarCommon", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "T": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.T", "name": "T", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "T of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "T", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "T of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}}, "__array__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__dtype"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__array__", "name": "__array__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__array__ of _ArrayOrScalarCommon", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "__array_interface__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.__array_interface__", "name": "__array_interface__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "__array_interface__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "__array_interface__ of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "__array_priority__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.__array_priority__", "name": "__array_priority__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "__array_priority__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "__array_priority__ of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "__array_struct__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.__array_struct__", "name": "__array_struct__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "__array_struct__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "__array_struct__ of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "__array_wrap__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["array", "context"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__array_wrap__", "name": "__array_wrap__", "type": null}}, "__bool__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__bool__", "name": "__bool__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__bool__ of _ArrayOrScalarCommon", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__bytes__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__bytes__", "name": "__bytes__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__bytes__ of _ArrayOrScalarCommon", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "__copy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__copy__", "name": "__copy__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__copy__ of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__deepcopy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__memo"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__deepcopy__", "name": "__deepcopy__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__deepcopy__ of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__eq__", "name": "__eq__", "type": null}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__ge__", "name": "__ge__", "type": null}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__gt__", "name": "__gt__", "type": null}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__le__", "name": "__le__", "type": null}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__lt__", "name": "__lt__", "type": null}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__ne__", "name": "__ne__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of _ArrayOrScalarCommon", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__state"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__setstate__", "name": "__setstate__", "type": null}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of _ArrayOrScalarCommon", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "all": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.all", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.all", "name": "all", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "NoneType"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all of _ArrayOrScalarCommon", "ret_type": "numpy.bool_", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "all", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.all", "name": "all", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "all", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.all", "name": "all", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "all", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "NoneType"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all of _ArrayOrScalarCommon", "ret_type": "numpy.bool_", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "any": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.any", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.any", "name": "any", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "NoneType"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any of _ArrayOrScalarCommon", "ret_type": "numpy.bool_", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "any", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.any", "name": "any", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "any", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.any", "name": "any", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "any", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "NoneType"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any of _ArrayOrScalarCommon", "ret_type": "numpy.bool_", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "argmax": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.argmax", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.argmax", "name": "argmax", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmax of _ArrayOrScalarCommon", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "argmax", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.argmax", "name": "argmax", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmax of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "argmax", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.argmax", "name": "argmax", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmax of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "argmax", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmax of _ArrayOrScalarCommon", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmax of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmax of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "argmin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.argmin", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.argmin", "name": "argmin", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmin of _ArrayOrScalarCommon", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "argmin", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.argmin", "name": "argmin", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmin of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "argmin", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.argmin", "name": "argmin", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmin of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "argmin", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmin of _ArrayOrScalarCommon", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmin of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmin of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "argsort": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "kind", "order"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.argsort", "name": "argsort", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "kind", "order"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "quicksort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "mergesort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "heapsort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "stable"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argsort of _ArrayOrScalarCommon", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "astype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "dtype", "order", "casting", "subok", "copy"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.astype", "name": "astype", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "dtype", "order", "casting", "subok", "copy"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._Casting"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "astype of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "choose": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.choose", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "choices", "out", "mode"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.choose", "name": "choose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "choices", "out", "mode"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "choose of _ArrayOrScalarCommon", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "choose", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "choices", "out", "mode"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.choose", "name": "choose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "choices", "out", "mode"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "choose of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "choose", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "choices", "out", "mode"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "choose of _ArrayOrScalarCommon", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "choices", "out", "mode"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "choose of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "clip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.clip", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.clip", "name": "clip", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes", "numpy.generic", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._ScalarLike"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, "numpy.typing._array_like._SupportsArray", {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clip", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.clip", "name": "clip", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clip", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.clip", "name": "clip", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes", "numpy.generic", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._ScalarLike"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, "numpy.typing._array_like._SupportsArray", {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clip", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.clip", "name": "clip", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clip", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes", "numpy.generic", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._ScalarLike"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, "numpy.typing._array_like._SupportsArray", {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes", "numpy.generic", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._ScalarLike"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, "numpy.typing._array_like._SupportsArray", {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "compress": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.compress", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "a", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.compress", "name": "compress", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "a", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "NoneType"}]}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compress of _ArrayOrScalarCommon", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "compress", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "a", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.compress", "name": "compress", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "a", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compress of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "compress", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "a", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "NoneType"}]}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compress of _ArrayOrScalarCommon", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "a", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compress of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "conj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.conj", "name": "conj", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conj of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "conjugate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.conjugate", "name": "conjugate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conjugate of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "cumprod": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.cumprod", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.cumprod", "name": "cumprod", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumprod of _ArrayOrScalarCommon", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumprod", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.cumprod", "name": "cumprod", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumprod of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumprod", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumprod of _ArrayOrScalarCommon", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumprod of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "cumsum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.cumsum", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.cumsum", "name": "cumsum", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumsum of _ArrayOrScalarCommon", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumsum", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.cumsum", "name": "cumsum", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumsum of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumsum", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumsum of _ArrayOrScalarCommon", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumsum of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.data", "name": "data", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "data of _ArrayOrScalarCommon", "ret_type": "builtins.memoryview", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "data", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "data of _ArrayOrScalarCommon", "ret_type": "builtins.memoryview", "type_guard": null, "variables": []}}}}, "dump": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "file"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.dump", "name": "dump", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "file"], "arg_types": ["numpy._ArrayOrScalarCommon", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dump of _ArrayOrScalarCommon", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dumps": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.dumps", "name": "dumps", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dumps of _ArrayOrScalarCommon", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "flags": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.flags", "name": "flags", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flags of _ArrayOrScalarCommon", "ret_type": "numpy._flagsobj", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "flags", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flags of _ArrayOrScalarCommon", "ret_type": "numpy._flagsobj", "type_guard": null, "variables": []}}}}, "flatten": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.flatten", "name": "flatten", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flatten of _ArrayOrScalarCommon", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "getfield": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "offset"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.getfield", "name": "getfield", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "offset"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfield of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "itemsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.itemsize", "name": "itemsize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "itemsize of _ArrayOrScalarCommon", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "itemsize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "itemsize of _ArrayOrScalarCommon", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "max": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.max", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.max", "name": "max", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeBool"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "max", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.max", "name": "max", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeBool"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "max", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeBool"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeBool"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.mean", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.mean", "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mean of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "mean", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.mean", "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mean of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "mean", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mean of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mean of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "min": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.min", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.min", "name": "min", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeBool"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "min", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.min", "name": "min", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeBool"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "min", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeBool"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeBool"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "nbytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.nbytes", "name": "nbytes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nbytes of _ArrayOrScalarCommon", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "nbytes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nbytes of _ArrayOrScalarCommon", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "newbyteorder": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__new_order"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.newbyteorder", "name": "newbyteorder", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ByteOrder"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "newbyteorder of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "prod": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.prod", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.prod", "name": "prod", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeBool"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prod of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "prod", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.prod", "name": "prod", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeBool"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prod of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "prod", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeBool"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prod of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeBool"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prod of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "ptp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.ptp", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.ptp", "name": "ptp", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ptp of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ptp", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.ptp", "name": "ptp", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ptp of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ptp", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ptp of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ptp of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "ravel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.ravel", "name": "ravel", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ravel of _ArrayOrScalarCommon", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "repeat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "repeats", "axis"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.repeat", "name": "repeat", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "repeats", "axis"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeIntOrBool"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repeat of _ArrayOrScalarCommon", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "reshape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.reshape", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "__shape", "order"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.reshape", "name": "reshape", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", null, "order"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reshape of _ArrayOrScalarCommon", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "reshape", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 5], "arg_names": ["self", "shape", "order"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.reshape", "name": "reshape", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "shape", "order"], "arg_types": ["numpy._ArrayOrScalarCommon", "typing.SupportsIndex", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reshape of _ArrayOrScalarCommon", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "reshape", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", null, "order"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reshape of _ArrayOrScalarCommon", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "shape", "order"], "arg_types": ["numpy._ArrayOrScalarCommon", "typing.SupportsIndex", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reshape of _ArrayOrScalarCommon", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}]}}}, "round": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.round", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "decimals", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.round", "name": "round", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "decimals", "out"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "typing.SupportsIndex", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "round of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "round", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "decimals", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.round", "name": "round", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "decimals", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", "typing.SupportsIndex", {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "round of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "round", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "decimals", "out"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "typing.SupportsIndex", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "round of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "decimals", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", "typing.SupportsIndex", {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "round of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "std": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.std", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.std", "name": "std", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "std", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.std", "name": "std", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "std", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "sum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.sum", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.sum", "name": "sum", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeBool"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sum", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.sum", "name": "sum", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeBool"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sum", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeBool"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeBool"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "take": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.take", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.take", "name": "take", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "take of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "take", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.take", "name": "take", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeIntOrBool"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "take of _ArrayOrScalarCommon", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "take", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.take", "name": "take", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeIntOrBool"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "take of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "take", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "take of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeIntOrBool"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "take of _ArrayOrScalarCommon", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeIntOrBool"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "take of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "tobytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.tobytes", "name": "tobytes", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tobytes of _ArrayOrScalarCommon", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "tofile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "fid", "sep", "format"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.tofile", "name": "tofile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "fid", "sep", "format"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "builtins.str"]}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tofile of _ArrayOrScalarCommon", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "tolist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.tolist", "name": "tolist", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tolist of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "var": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.var", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.var", "name": "var", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "var", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.var", "name": "var", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "var", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "view": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.view", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "type"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.view", "name": "view", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "type"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "view of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "view", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.view", "name": "view", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "dtype"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "view of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "view", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dtype", "type"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.view", "name": "view", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dtype", "type"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "view of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "view", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "type"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "view of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "dtype"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "view of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dtype", "type"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "view of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ArraySelf": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._ArraySelf", "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}}, "_BoolBitOp": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._BoolBitOp", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_BoolDivMod": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._BoolDivMod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_BoolLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._BoolLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_BoolMod": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._BoolMod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_BoolOp": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._BoolOp", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_BoolSub": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._BoolSub", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_BoolTrueDiv": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._BoolTrueDiv", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_BufferType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._BufferType", "line": 1437, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["numpy.ndarray", "builtins.bytes", "builtins.bytearray", "builtins.memoryview"]}}}, "_ByteOrder": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._ByteOrder", "line": 504, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "S"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "<"}, {".class": "LiteralType", "fallback": "builtins.str", "value": ">"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "="}, {".class": "LiteralType", "fallback": "builtins.str", "value": "|"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "L"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "B"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "N"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "I"}]}}}, "_CallType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._CallType", "name": "_CallType", "upper_bound": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrFunc"}, "numpy.core._ufunc_config._SupportsWrite"]}, "values": [], "variance": 0}}, "_Casting": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._Casting", "line": 1438, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "no"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "equiv"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "safe"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "same_kind"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "unsafe"}]}}}, "_CharLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._CharLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ComplexLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._ComplexLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ComplexOp": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._ComplexOp", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ComplexValue": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "numpy._ComplexValue", "line": 1769, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike"}, "typing.SupportsFloat", "typing.SupportsComplex", "typing.SupportsIndex"]}}}, "_DType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._DType", "line": 893, "no_args": true, "normalized": false, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}}}, "_DTypeScalar": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._DTypeScalar", "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}}, "_DatetimeScalar": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy._DatetimeScalar", "name": "_DatetimeScalar", "type_vars": []}, "flags": ["is_protocol"], "fullname": "numpy._DatetimeScalar", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy", "mro": ["numpy._DatetimeScalar", "builtins.object"], "names": {".class": "SymbolTable", "day": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._DatetimeScalar.day", "name": "day", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._DatetimeScalar"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "day of _DatetimeScalar", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "day", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._DatetimeScalar"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "day of _DatetimeScalar", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "month": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._DatetimeScalar.month", "name": "month", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._DatetimeScalar"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "month of _DatetimeScalar", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "month", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._DatetimeScalar"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "month of _DatetimeScalar", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "year": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._DatetimeScalar.year", "name": "year", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._DatetimeScalar"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "year of _DatetimeScalar", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "year", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._DatetimeScalar"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "year of _DatetimeScalar", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ErrDictOptional": {".class": "SymbolTableNode", "cross_ref": "numpy.core._ufunc_config._ErrDictOptional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ErrFunc": {".class": "SymbolTableNode", "cross_ref": "numpy.core._ufunc_config._ErrFunc", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ErrKind": {".class": "SymbolTableNode", "cross_ref": "numpy.core._ufunc_config._ErrKind", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_FlatIterSelf": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._FlatIterSelf", "name": "_FlatIterSelf", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.flatiter"}, "values": [], "variance": 0}}, "_FloatDivMod": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._FloatDivMod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_FloatLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._FloatLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_FloatMod": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._FloatMod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_FloatOp": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._FloatOp", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_FloatType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._FloatType", "name": "_FloatType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.floating"}, "values": [], "variance": 0}}, "_FloatValue": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "numpy._FloatValue", "line": 1768, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike"}, "typing.SupportsFloat", "typing.SupportsIndex"]}}}, "_IntLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._IntLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_IntTrueDiv": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._IntTrueDiv", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_IntType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._IntType", "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}}, "_IntValue": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "numpy._IntValue", "line": 1767, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["typing.SupportsInt", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike"}, "typing.SupportsIndex"]}}}, "_ModeKind": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._ModeKind", "line": 958, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wrap"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "clip"}]}}}, "_NBit_co": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._NBit_co", "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}}, "_NBit_co2": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._NBit_co2", "name": "_NBit_co2", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}}, "_NdArraySubClass": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._NdArraySubClass", "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}}, "_NumberLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._NumberLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_NumberOp": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._NumberOp", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_OrderACF": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._OrderACF", "line": 955, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "A"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "C"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "F"}, {".class": "NoneType"}]}}}, "_OrderCF": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._OrderCF", "line": 956, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "C"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "F"}, {".class": "NoneType"}]}}}, "_OrderKACF": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._OrderKACF", "line": 954, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "K"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "A"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "C"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "F"}, {".class": "NoneType"}]}}}, "_PartitionKind": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._PartitionKind", "line": 959, "no_args": false, "normalized": false, "target": {".class": "LiteralType", "fallback": "builtins.str", "value": "introselect"}}}, "_ScalarType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._ScalarType", "name": "_ScalarType", "upper_bound": "numpy.generic", "values": [], "variance": 0}}, "_Shape": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._shape._Shape", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ShapeLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._shape._ShapeLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SignedIntBitOp": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._SignedIntBitOp", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SignedIntDivMod": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._SignedIntDivMod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SignedIntMod": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._SignedIntMod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SignedIntOp": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._SignedIntOp", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SortKind": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._SortKind", "line": 960, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "quicksort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "mergesort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "heapsort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "stable"}]}}}, "_SortSide": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._SortSide", "line": 961, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "left"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "right"}]}}}, "_SupportsDType": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._dtype_like._SupportsDType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SupportsWrite": {".class": "SymbolTableNode", "cross_ref": "numpy.core._ufunc_config._SupportsWrite", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_TD64Div": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._TD64Div", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_UnsignedIntBitOp": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._UnsignedIntBitOp", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_UnsignedIntDivMod": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._UnsignedIntDivMod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_UnsignedIntMod": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._UnsignedIntMod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_UnsignedIntOp": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._UnsignedIntOp", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_VoidDTypeLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._dtype_like._VoidDTypeLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.__package__", "name": "__package__", "type": "builtins.str"}}, "__path__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.__path__", "name": "__path__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__version__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.__version__", "name": "__version__", "type": "builtins.str"}}, "_ctypes": {".class": "SymbolTableNode", "cross_ref": "numpy.core._internal._ctypes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_flagsobj": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy._flagsobj", "name": "_flagsobj", "type_vars": []}, "flags": [], "fullname": "numpy._flagsobj", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy._flagsobj", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "numpy._flagsobj.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy._flagsobj", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "flags": [], "fullname": "numpy._flagsobj.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["numpy._flagsobj", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of _flagsobj", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "aligned": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy._flagsobj.aligned", "name": "aligned", "type": "builtins.bool"}}, "behaved": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.behaved", "name": "behaved", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "behaved of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "behaved", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "behaved of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "c_contiguous": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.c_contiguous", "name": "c_contiguous", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "c_contiguous of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "c_contiguous", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "c_contiguous of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "carray": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.carray", "name": "carray", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "carray of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "carray", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "carray of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "contiguous": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.contiguous", "name": "contiguous", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "contiguous of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "contiguous", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "contiguous of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "f_contiguous": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.f_contiguous", "name": "f_contiguous", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "f_contiguous of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "f_contiguous", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "f_contiguous of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "farray": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.farray", "name": "farray", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "farray of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "farray", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "farray of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "fnc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.fnc", "name": "fnc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fnc of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "fnc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fnc of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "forc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.forc", "name": "forc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forc of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "forc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forc of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "fortran": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.fortran", "name": "fortran", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fortran of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "fortran", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fortran of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "num": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.num", "name": "num", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "num of _flagsobj", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "num", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "num of _flagsobj", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "owndata": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.owndata", "name": "owndata", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "owndata of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "owndata", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "owndata of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "updateifcopy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy._flagsobj.updateifcopy", "name": "updateifcopy", "type": "builtins.bool"}}, "writeable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy._flagsobj.writeable", "name": "writeable", "type": "builtins.bool"}}, "writebackifcopy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy._flagsobj.writebackifcopy", "name": "writebackifcopy", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "abs": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.abs", "name": "abs", "type": "numpy.ufunc"}}, "absolute": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.absolute", "name": "absolute", "type": "numpy.ufunc"}}, "abstractmethod": {".class": "SymbolTableNode", "cross_ref": "abc.abstractmethod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "add": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.add", "name": "add", "type": "numpy.ufunc"}}, "all": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.all", "kind": "Gdef", "module_public": false}, "allclose": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.allclose", "kind": "Gdef", "module_public": false}, "amax": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.amax", "kind": "Gdef", "module_public": false}, "amin": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.amin", "kind": "Gdef", "module_public": false}, "angle": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.angle", "name": "angle", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "any": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.any", "kind": "Gdef", "module_public": false}, "append": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.append", "name": "append", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "apply_along_axis": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.apply_along_axis", "name": "apply_along_axis", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "apply_over_axes": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.apply_over_axes", "name": "apply_over_axes", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "arange": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.arange", "name": "arange", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "arccos": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.arccos", "name": "arccos", "type": "numpy.ufunc"}}, "arccosh": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.arccosh", "name": "arccosh", "type": "numpy.ufunc"}}, "arcsin": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.arcsin", "name": "arcsin", "type": "numpy.ufunc"}}, "arcsinh": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.arcsinh", "name": "arcsinh", "type": "numpy.ufunc"}}, "arctan": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.arctan", "name": "arctan", "type": "numpy.ufunc"}}, "arctan2": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.arctan2", "name": "arctan2", "type": "numpy.ufunc"}}, "arctanh": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.arctanh", "name": "arctanh", "type": "numpy.ufunc"}}, "argmax": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.argmax", "kind": "Gdef", "module_public": false}, "argmin": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.argmin", "kind": "Gdef", "module_public": false}, "argpartition": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.argpartition", "kind": "Gdef", "module_public": false}, "argsort": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.argsort", "kind": "Gdef", "module_public": false}, "argwhere": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.argwhere", "kind": "Gdef", "module_public": false}, "around": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.around", "kind": "Gdef", "module_public": false}, "array": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5, 5, 5, 5, 5], "arg_names": ["object", "dtype", "copy", "order", "subok", "ndmin", "like"], "flags": [], "fullname": "numpy.array", "name": "array", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5, 5, 5, 5, 5], "arg_names": ["object", "dtype", "copy", "order", "subok", "ndmin", "like"], "arg_types": ["builtins.object", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, "builtins.bool", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "array", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "array2string": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.array2string", "name": "array2string", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "array_equal": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.array_equal", "kind": "Gdef", "module_public": false}, "array_equiv": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.array_equiv", "kind": "Gdef", "module_public": false}, "array_repr": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.array_repr", "name": "array_repr", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "array_split": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.array_split", "name": "array_split", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "array_str": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.array_str", "name": "array_str", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "asanyarray": {".class": "SymbolTableNode", "cross_ref": "numpy.core._asarray.asanyarray", "kind": "Gdef", "module_public": false}, "asarray": {".class": "SymbolTableNode", "cross_ref": "numpy.core._asarray.asarray", "kind": "Gdef", "module_public": false}, "asarray_chkfinite": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.asarray_chkfinite", "name": "asarray_chkfinite", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ascontiguousarray": {".class": "SymbolTableNode", "cross_ref": "numpy.core._asarray.ascontiguousarray", "kind": "Gdef", "module_public": false}, "asfarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.asfarray", "name": "asfarray", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "asfortranarray": {".class": "SymbolTableNode", "cross_ref": "numpy.core._asarray.asfortranarray", "kind": "Gdef", "module_public": false}, "asmatrix": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.asmatrix", "name": "asmatrix", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "asscalar": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.asscalar", "name": "asscalar", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "atleast_1d": {".class": "SymbolTableNode", "cross_ref": "numpy.core.shape_base.atleast_1d", "kind": "Gdef", "module_public": false}, "atleast_2d": {".class": "SymbolTableNode", "cross_ref": "numpy.core.shape_base.atleast_2d", "kind": "Gdef", "module_public": false}, "atleast_3d": {".class": "SymbolTableNode", "cross_ref": "numpy.core.shape_base.atleast_3d", "kind": "Gdef", "module_public": false}, "average": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.average", "name": "average", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "bartlett": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.bartlett", "name": "bartlett", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "base_repr": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.base_repr", "kind": "Gdef", "module_public": false}, "binary_repr": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.binary_repr", "kind": "Gdef", "module_public": false}, "bincount": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.bincount", "name": "bincount", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "bitwise_and": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.bitwise_and", "name": "bitwise_and", "type": "numpy.ufunc"}}, "bitwise_not": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.bitwise_not", "name": "bitwise_not", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "bitwise_or": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.bitwise_or", "name": "bitwise_or", "type": "numpy.ufunc"}}, "bitwise_xor": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.bitwise_xor", "name": "bitwise_xor", "type": "numpy.ufunc"}}, "blackman": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.blackman", "name": "blackman", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "block": {".class": "SymbolTableNode", "cross_ref": "numpy.core.shape_base.block", "kind": "Gdef", "module_public": false}, "bmat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.bmat", "name": "bmat", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "bool8": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.bool8", "name": "bool8", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "bool_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.generic"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.bool_", "name": "bool_", "type_vars": []}, "flags": [], "fullname": "numpy.bool_", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.bool_", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__abs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.bool_.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of bool_", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__add__", "name": "__add__", "type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.typing._callable._BoolOp"}}}, "__and__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__and__", "name": "__and__", "type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.typing._callable._BoolBitOp"}}}, "__complex__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.bool_.__complex__", "name": "__complex__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.bool_"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__complex__ of bool_", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__divmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__divmod__", "name": "__divmod__", "type": "numpy.typing._callable._BoolDivMod"}}, "__float__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.bool_.__float__", "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.bool_"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__float__ of bool_", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__floordiv__", "name": "__floordiv__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._callable._BoolOp"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__value"], "flags": [], "fullname": "numpy.bool_.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["numpy.bool_", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of bool_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__int__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.bool_.__int__", "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.bool_"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__int__ of bool_", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__invert__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.bool_.__invert__", "name": "__invert__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.bool_"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__invert__ of bool_", "ret_type": "numpy.bool_", "type_guard": null, "variables": []}}}, "__lshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__lshift__", "name": "__lshift__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._callable._BoolBitOp"}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__mod__", "name": "__mod__", "type": "numpy.typing._callable._BoolMod"}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__mul__", "name": "__mul__", "type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.typing._callable._BoolOp"}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__or__", "name": "__or__", "type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.typing._callable._BoolBitOp"}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__pow__", "name": "__pow__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._callable._BoolOp"}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__radd__", "name": "__radd__", "type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.typing._callable._BoolOp"}}}, "__rand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rand__", "name": "__rand__", "type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.typing._callable._BoolBitOp"}}}, "__rdivmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rdivmod__", "name": "__rdivmod__", "type": "numpy.typing._callable._BoolDivMod"}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._callable._BoolOp"}}}, "__rlshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rlshift__", "name": "__rlshift__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._callable._BoolBitOp"}}}, "__rmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rmod__", "name": "__rmod__", "type": "numpy.typing._callable._BoolMod"}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rmul__", "name": "__rmul__", "type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.typing._callable._BoolOp"}}}, "__ror__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__ror__", "name": "__ror__", "type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.typing._callable._BoolBitOp"}}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rpow__", "name": "__rpow__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._callable._BoolOp"}}}, "__rrshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rrshift__", "name": "__rrshift__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._callable._BoolBitOp"}}}, "__rshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rshift__", "name": "__rshift__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._callable._BoolBitOp"}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rsub__", "name": "__rsub__", "type": "numpy.typing._callable._BoolSub"}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rtruediv__", "name": "__rtruediv__", "type": "numpy.typing._callable._BoolTrueDiv"}}, "__rxor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rxor__", "name": "__rxor__", "type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.typing._callable._BoolBitOp"}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__sub__", "name": "__sub__", "type": "numpy.typing._callable._BoolSub"}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__truediv__", "name": "__truediv__", "type": "numpy.typing._callable._BoolTrueDiv"}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__xor__", "name": "__xor__", "type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.typing._callable._BoolBitOp"}}}, "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.bool_.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of bool_", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of bool_", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}}, "real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.bool_.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of bool_", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of bool_", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "broadcast": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.broadcast", "name": "broadcast", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "broadcast_arrays": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.broadcast_arrays", "name": "broadcast_arrays", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "broadcast_shapes": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["args"], "flags": [], "fullname": "numpy.broadcast_shapes", "name": "broadcast_shapes", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["args"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "broadcast_shapes", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}}}, "broadcast_to": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.broadcast_to", "name": "broadcast_to", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "builtins": {".class": "SymbolTableNode", "cross_ref": "builtins", "kind": "Gdef", "module_hidden": true, "module_public": false}, "busday_count": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.busday_count", "name": "busday_count", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "busday_offset": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.busday_offset", "name": "busday_offset", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "busdaycalendar": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.busdaycalendar", "name": "busdaycalendar", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "byte": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.byte", "name": "byte", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "byte_bounds": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.byte_bounds", "name": "byte_bounds", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "bytes0": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.bytes0", "name": "bytes0", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "bytes_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.character", "builtins.bytes"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.bytes_", "name": "bytes_", "type_vars": []}, "flags": [], "fullname": "numpy.bytes_", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy", "mro": ["numpy.bytes_", "numpy.character", "numpy.flexible", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.bytes", "typing.ByteString", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.bytes_.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__value"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.bytes_.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["numpy.bytes_", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of bytes_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__value", "encoding", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.bytes_.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, "encoding", "errors"], "arg_types": ["numpy.bytes_", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of bytes_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["numpy.bytes_", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of bytes_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, "encoding", "errors"], "arg_types": ["numpy.bytes_", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of bytes_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.c_", "name": "c_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "can_cast": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.can_cast", "name": "can_cast", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "cast": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.cast", "name": "cast", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "cbrt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.cbrt", "name": "cbrt", "type": "numpy.ufunc"}}, "cdouble": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.cdouble", "name": "cdouble", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ceil": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ceil", "name": "ceil", "type": "numpy.ufunc"}}, "cfloat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.cfloat", "name": "cfloat", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "char": {".class": "SymbolTableNode", "cross_ref": "numpy.char", "kind": "Gdef", "module_public": false}, "character": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__init__"], "bases": ["numpy.flexible"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.character", "name": "character", "type_vars": []}, "flags": ["is_abstract"], "fullname": "numpy.character", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.character", "numpy.flexible", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__float__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.character.__float__", "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.character"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__float__ of character", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__int__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.character.__int__", "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.character"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__int__ of character", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "chararray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.chararray", "name": "chararray", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "choose": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.choose", "kind": "Gdef", "module_public": false}, "clip": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.clip", "kind": "Gdef", "module_public": false}, "clongdouble": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.clongdouble", "name": "clongdouble", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "clongfloat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.clongfloat", "name": "clongfloat", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "column_stack": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.column_stack", "name": "column_stack", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "common_type": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.common_type", "name": "common_type", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "compare_chararrays": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.compare_chararrays", "name": "compare_chararrays", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "complex128": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.complex128", "line": 1941, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._64Bit", "numpy.typing._64Bit"], "type_ref": "numpy.complexfloating"}}}, "complex256": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.complex256", "name": "complex256", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "complex64": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.complex64", "line": 1940, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._32Bit", "numpy.typing._32Bit"], "type_ref": "numpy.complexfloating"}}}, "complex_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.complex_", "name": "complex_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "complexfloating": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.inexact"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.complexfloating", "name": "complexfloating", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarDef", "fullname": "numpy._NBit_co2", "id": 2, "name": "_NBit_co2", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}]}, "flags": [], "fullname": "numpy.complexfloating", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.complexfloating", "numpy.inexact", "numpy.number", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__abs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.complexfloating.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy._NBit_co2", "id": 2, "name": "_NBit_co2", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.complexfloating"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of complexfloating", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}}}, "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__add__", "name": "__add__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__floordiv__", "name": "__floordiv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__value"], "flags": [], "fullname": "numpy.complexfloating.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy._NBit_co2", "id": 2, "name": "_NBit_co2", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.complexfloating"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ComplexValue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of complexfloating", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__mul__", "name": "__mul__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__pow__", "name": "__pow__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__radd__", "name": "__radd__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__rmul__", "name": "__rmul__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__rpow__", "name": "__rpow__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__rsub__", "name": "__rsub__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__rtruediv__", "name": "__rtruediv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__sub__", "name": "__sub__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__truediv__", "name": "__truediv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.complexfloating.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy._NBit_co2", "id": 2, "name": "_NBit_co2", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.complexfloating"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of complexfloating", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co2", "id": 2, "name": "_NBit_co2", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy._NBit_co2", "id": 2, "name": "_NBit_co2", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.complexfloating"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of complexfloating", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co2", "id": 2, "name": "_NBit_co2", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}}}}, "real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.complexfloating.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy._NBit_co2", "id": 2, "name": "_NBit_co2", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.complexfloating"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of complexfloating", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy._NBit_co2", "id": 2, "name": "_NBit_co2", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.complexfloating"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of complexfloating", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": ["_NBit_co", "_NBit_co2"], "typeddict_type": null}}, "compress": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.compress", "kind": "Gdef", "module_public": false}, "concatenate": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.concatenate", "name": "concatenate", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "conj": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.conj", "name": "conj", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "conjugate": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.conjugate", "name": "conjugate", "type": "numpy.ufunc"}}, "convolve": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.convolve", "kind": "Gdef", "module_public": false}, "copy": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.copy", "name": "copy", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "copysign": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.copysign", "name": "copysign", "type": "numpy.ufunc"}}, "copyto": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.copyto", "name": "copyto", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "corrcoef": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.corrcoef", "name": "corrcoef", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "correlate": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.correlate", "kind": "Gdef", "module_public": false}, "cos": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.cos", "name": "cos", "type": "numpy.ufunc"}}, "cosh": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.cosh", "name": "cosh", "type": "numpy.ufunc"}}, "count_nonzero": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.count_nonzero", "kind": "Gdef", "module_public": false}, "cov": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.cov", "name": "cov", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "cross": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.cross", "kind": "Gdef", "module_public": false}, "csingle": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.csingle", "name": "csingle", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ctypeslib": {".class": "SymbolTableNode", "cross_ref": "numpy.ctypeslib", "kind": "Gdef", "module_public": false}, "cumprod": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.cumprod", "kind": "Gdef", "module_public": false}, "cumproduct": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.cumproduct", "name": "cumproduct", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "cumsum": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.cumsum", "kind": "Gdef", "module_public": false}, "datetime64": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.generic"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.datetime64", "name": "datetime64", "type_vars": []}, "flags": [], "fullname": "numpy.datetime64", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.datetime64", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.datetime64.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.datetime64", {".class": "UnionType", "items": ["numpy.timedelta64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of datetime64", "ret_type": "numpy.datetime64", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.datetime64.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "__value", "__format"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.datetime64.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", null, null], "arg_types": ["numpy.datetime64", {".class": "UnionType", "items": [{".class": "NoneType"}, "numpy.datetime64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike"}, "numpy._DatetimeScalar"]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike"}, {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of datetime64", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__value", "__format"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.datetime64.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["numpy.datetime64", "builtins.int", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike"}, {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of datetime64", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", null, null], "arg_types": ["numpy.datetime64", {".class": "UnionType", "items": [{".class": "NoneType"}, "numpy.datetime64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike"}, "numpy._DatetimeScalar"]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike"}, {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of datetime64", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["numpy.datetime64", "builtins.int", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike"}, {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of datetime64", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.datetime64.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.datetime64", {".class": "UnionType", "items": ["numpy.timedelta64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of datetime64", "ret_type": "numpy.datetime64", "type_guard": null, "variables": []}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.datetime64.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.datetime64", "numpy.datetime64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of datetime64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.datetime64.__sub__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.datetime64.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.datetime64", "numpy.datetime64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of datetime64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__sub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.datetime64.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.datetime64", {".class": "UnionType", "items": ["numpy.timedelta64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of datetime64", "ret_type": "numpy.datetime64", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__sub__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.datetime64", "numpy.datetime64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of datetime64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.datetime64", {".class": "UnionType", "items": ["numpy.timedelta64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of datetime64", "ret_type": "numpy.datetime64", "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "datetime_as_string": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.datetime_as_string", "name": "datetime_as_string", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "datetime_data": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.datetime_data", "name": "datetime_data", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "deg2rad": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.deg2rad", "name": "deg2rad", "type": "numpy.ufunc"}}, "degrees": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.degrees", "name": "degrees", "type": "numpy.ufunc"}}, "delete": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.delete", "name": "delete", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "deprecate": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.deprecate", "name": "deprecate", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "deprecate_with_doc": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.deprecate_with_doc", "name": "deprecate_with_doc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "diag": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.diag", "name": "diag", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "diag_indices": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.diag_indices", "name": "diag_indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "diag_indices_from": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.diag_indices_from", "name": "diag_indices_from", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "diagflat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.diagflat", "name": "diagflat", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "diagonal": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.diagonal", "kind": "Gdef", "module_public": false}, "diff": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.diff", "name": "diff", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "digitize": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.digitize", "name": "digitize", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "disp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.disp", "name": "disp", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "divide": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.divide", "name": "divide", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "divmod": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.divmod", "name": "divmod", "type": "numpy.ufunc"}}, "dot": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.dot", "name": "dot", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "double": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.double", "name": "double", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "dsplit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.dsplit", "name": "dsplit", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "dstack": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.dstack", "name": "dstack", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "dt": {".class": "SymbolTableNode", "cross_ref": "datetime", "kind": "Gdef", "module_hidden": true, "module_public": false}, "dtype": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.dtype", "name": "dtype", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}, "flags": [], "fullname": "numpy.dtype", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.dtype", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.dtype.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.dtype.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.dtype.__getitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, {".class": "UnionType", "items": ["builtins.str", "builtins.int"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, {".class": "UnionType", "items": ["builtins.str", "builtins.int"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}]}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.dtype.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.dtype.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.dtype.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.dtype.__mul__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of dtype", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mul__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of dtype", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}]}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.dtype.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.dtype.__new__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.bool"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "?"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=?"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "?"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bool"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bool_"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "uint8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "u1"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=u1"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "u1"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uint8"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "uint16"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "u2"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=u2"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "u2"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uint16"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "uint32"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "u4"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=u4"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "u4"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uint32"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "uint64"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "u8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=u8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "u8"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uint64"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "int8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "i1"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=i1"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "i1"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "int16"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "i2"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=i2"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "i2"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int16"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "int32"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "i4"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=i4"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "i4"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int32"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "int64"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "i8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=i8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "i8"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int64"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.int"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "int"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "float16"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "f4"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=f4"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "f4"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "e"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=e"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "e"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "half"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float16"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "float32"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "f4"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=f4"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "f4"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "f"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=f"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "f"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "single"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float32"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "TypeType", "item": "builtins.float"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "float64"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "f8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=f8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "f8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "d"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "d"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "float"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "double"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "float_"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "complex64"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "c8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=c8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "c8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "F"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=F"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "F"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex64"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.complex"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "complex128"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "c16"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=c16"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "c16"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "D"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=D"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "D"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex128"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.bytes"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "S"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=S"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "S"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bytes"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bytes_"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bytes0"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.bytes_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.str"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "U"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=U"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "str"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "str_"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "str0"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.str_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, "numpy.typing._dtype_like._SupportsDType", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, "builtins.str", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like._VoidDTypeLike"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.bool"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "?"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=?"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "?"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bool"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bool_"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "uint8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "u1"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=u1"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "u1"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uint8"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "uint16"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "u2"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=u2"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "u2"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uint16"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "uint32"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "u4"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=u4"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "u4"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uint32"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "uint64"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "u8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=u8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "u8"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uint64"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "int8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "i1"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=i1"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "i1"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "int16"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "i2"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=i2"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "i2"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int16"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "int32"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "i4"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=i4"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "i4"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int32"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "int64"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "i8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=i8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "i8"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int64"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.int"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "int"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "float16"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "f4"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=f4"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "f4"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "e"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=e"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "e"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "half"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float16"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "float32"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "f4"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=f4"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "f4"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "f"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=f"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "f"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "single"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float32"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "TypeType", "item": "builtins.float"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "float64"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "f8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=f8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "f8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "d"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "d"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "float"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "double"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "float_"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "complex64"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "c8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=c8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "c8"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "F"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=F"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "F"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex64"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.complex"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "complex128"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "c16"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=c16"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "c16"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "D"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=D"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "D"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex128"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.bytes"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "S"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=S"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "S"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bytes"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bytes_"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bytes0"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.bytes_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.str"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "U"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "=U"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "str"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "str_"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "str0"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.str_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, "numpy.typing._dtype_like._SupportsDType", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, "builtins.str", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like._VoidDTypeLike"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}]}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "numpy.dtype.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of dtype", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "alignment": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.alignment", "name": "alignment", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "alignment of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "alignment", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "alignment of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "base": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.base", "name": "base", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "base of dtype", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "base", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "base of dtype", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}}}, "byteorder": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.byteorder", "name": "byteorder", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "byteorder of dtype", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "byteorder", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "byteorder of dtype", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "char": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.char", "name": "char", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "char of dtype", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "char", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "char of dtype", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "descr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.descr", "name": "descr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "descr of dtype", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".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", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}], "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"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "descr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "descr of dtype", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".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", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}], "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"}, "type_guard": null, "variables": []}}}}, "fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.fields", "name": "fields", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fields of dtype", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}, "builtins.int"], "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": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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.Mapping"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "fields", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fields of dtype", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}, "builtins.int"], "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": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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.Mapping"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "flags": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.flags", "name": "flags", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flags of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "flags", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flags of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "hasobject": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.hasobject", "name": "hasobject", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hasobject of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "hasobject", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hasobject of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "isalignedstruct": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.isalignedstruct", "name": "isalignedstruct", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isalignedstruct of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "isalignedstruct", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isalignedstruct of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "isbuiltin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.isbuiltin", "name": "isbuiltin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isbuiltin of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "isbuiltin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isbuiltin of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "isnative": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.isnative", "name": "isnative", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isnative of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "isnative", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isnative of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "itemsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.itemsize", "name": "itemsize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "itemsize of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "itemsize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "itemsize of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "kind": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.kind", "name": "kind", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kind of dtype", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "kind", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kind of dtype", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "metadata": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.metadata", "name": "metadata", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "metadata of dtype", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "metadata", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "metadata of dtype", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of dtype", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of dtype", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "names": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.dtype.names", "name": "names", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}}}, "ndim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.ndim", "name": "ndim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ndim of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "ndim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ndim of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "newbyteorder": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__new_order"], "flags": [], "fullname": "numpy.dtype.newbyteorder", "name": "newbyteorder", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ByteOrder"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "newbyteorder of dtype", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}}, "num": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.num", "name": "num", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "num of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "num", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "num of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.shape", "name": "shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shape of dtype", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shape of dtype", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}}}}, "str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.str", "name": "str", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "str of dtype", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "str", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "str of dtype", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "subdtype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.subdtype", "name": "subdtype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subdtype of dtype", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "subdtype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subdtype of dtype", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.type", "name": "type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "type of dtype", "ret_type": {".class": "TypeType", "item": "numpy.generic"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar", "id": 1, "name": "_DTypeScalar", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "type of dtype", "ret_type": {".class": "TypeType", "item": "numpy.generic"}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": ["_DTypeScalar"], "typeddict_type": null}}, "e": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.e", "name": "e", "type": "builtins.float"}}, "ediff1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ediff1d", "name": "ediff1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "einsum": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.einsum", "name": "einsum", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "einsum_path": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.einsum_path", "name": "einsum_path", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "emath": {".class": "SymbolTableNode", "cross_ref": "numpy.emath", "kind": "Gdef", "module_public": false}, "empty": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["shape", "dtype", "order", "like"], "flags": [], "fullname": "numpy.empty", "name": "empty", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["shape", "dtype", "order", "like"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderCF"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "empty", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "empty_like": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.empty_like", "kind": "Gdef", "module_public": false}, "equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.equal", "name": "equal", "type": "numpy.ufunc"}}, "errstate": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["contextlib.ContextDecorator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.errstate", "name": "errstate", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy._CallType", "id": 1, "name": "_CallType", "upper_bound": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrFunc"}, "numpy.core._ufunc_config._SupportsWrite"]}, "values": [], "variance": 0}]}, "flags": [], "fullname": "numpy.errstate", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.errstate", "contextlib.ContextDecorator", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.errstate.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._CallType", "id": 1, "name": "_CallType", "upper_bound": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrFunc"}, "numpy.core._ufunc_config._SupportsWrite"]}, "values": [], "variance": 0}], "type_ref": "numpy.errstate"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of errstate", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "__exc_type", "__exc_value", "__traceback"], "flags": [], "fullname": "numpy.errstate.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._CallType", "id": 1, "name": "_CallType", "upper_bound": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrFunc"}, "numpy.core._ufunc_config._SupportsWrite"]}, "values": [], "variance": 0}], "type_ref": "numpy.errstate"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of errstate", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "call", "all", "divide", "over", "under", "invalid"], "flags": [], "fullname": "numpy.errstate.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "call", "all", "divide", "over", "under", "invalid"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._CallType", "id": 1, "name": "_CallType", "upper_bound": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrFunc"}, "numpy.core._ufunc_config._SupportsWrite"]}, "values": [], "variance": 0}], "type_ref": "numpy.errstate"}, {".class": "TypeVarType", "fullname": "numpy._CallType", "id": 1, "name": "_CallType", "upper_bound": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrFunc"}, "numpy.core._ufunc_config._SupportsWrite"]}, "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of errstate", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.errstate.call", "name": "call", "type": {".class": "TypeVarType", "fullname": "numpy._CallType", "id": 1, "name": "_CallType", "upper_bound": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrFunc"}, "numpy.core._ufunc_config._SupportsWrite"]}, "values": [], "variance": 0}}}, "kwargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.errstate.kwargs", "name": "kwargs", "type": {".class": "TypedDictType", "fallback": "numpy.core._ufunc_config._ErrDictOptional", "items": [["all", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}], ["divide", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}], ["over", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}], ["under", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}], ["invalid", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}]], "required_keys": []}}}}, "tuple_type": null, "type_vars": ["_CallType"], "typeddict_type": null}}, "euler_gamma": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.euler_gamma", "name": "euler_gamma", "type": "builtins.float"}}, "exp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.exp", "name": "exp", "type": "numpy.ufunc"}}, "exp2": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.exp2", "name": "exp2", "type": "numpy.ufunc"}}, "expand_dims": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.expand_dims", "name": "expand_dims", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "expm1": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.expm1", "name": "expm1", "type": "numpy.ufunc"}}, "extract": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.extract", "name": "extract", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "eye": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.eye", "name": "eye", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fabs": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fabs", "name": "fabs", "type": "numpy.ufunc"}}, "fft": {".class": "SymbolTableNode", "cross_ref": "numpy.fft", "kind": "Gdef", "module_public": false}, "fill_diagonal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fill_diagonal", "name": "fill_diagonal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "find_common_type": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.find_common_type", "kind": "Gdef", "module_public": false}, "finfo": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.finfo", "name": "finfo", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fix": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fix", "name": "fix", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "flatiter": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.flatiter", "name": "flatiter", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": 1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}, "flags": [], "fullname": "numpy.flatiter", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.flatiter", "builtins.object"], "names": {".class": "SymbolTable", "__array__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__dtype"], "flags": [], "fullname": "numpy.flatiter.__array__", "name": "__array__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": 1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__array__ of flatiter", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.flatiter.__getitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.flatiter.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": 1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of flatiter", "ret_type": "numpy.generic", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.flatiter.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": 1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeInt"}, "builtins.slice", "builtins.ellipsis"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of flatiter", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": 1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": 1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of flatiter", "ret_type": "numpy.generic", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": 1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeInt"}, "builtins.slice", "builtins.ellipsis"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of flatiter", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": 1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": []}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.flatiter.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._FlatIterSelf", "id": -1, "name": "_FlatIterSelf", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.flatiter"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of flatiter", "ret_type": {".class": "TypeVarType", "fullname": "numpy._FlatIterSelf", "id": -1, "name": "_FlatIterSelf", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.flatiter"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._FlatIterSelf", "id": -1, "name": "_FlatIterSelf", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.flatiter"}, "values": [], "variance": 0}]}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.flatiter.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": 1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of flatiter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.flatiter.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": 1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of flatiter", "ret_type": "numpy.generic", "type_guard": null, "variables": []}}}, "base": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.flatiter.base", "name": "base", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": 1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "base of flatiter", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": 1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "base", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": 1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "base of flatiter", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": 1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}}, "coords": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.flatiter.coords", "name": "coords", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": 1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "coords of flatiter", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "coords", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": 1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "coords of flatiter", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.flatiter.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": 1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of flatiter", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": 1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.flatiter.index", "name": "index", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": 1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index of flatiter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "index", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": 1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index of flatiter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": ["_ArraySelf"], "typeddict_type": null}}, "flatnonzero": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.flatnonzero", "kind": "Gdef", "module_public": false}, "flexible": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__init__"], "bases": ["numpy.generic"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.flexible", "name": "flexible", "type_vars": []}, "flags": ["is_abstract"], "fullname": "numpy.flexible", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.flexible", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "flip": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.flip", "name": "flip", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fliplr": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fliplr", "name": "fliplr", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "flipud": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.flipud", "name": "flipud", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "float128": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.float128", "name": "float128", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "float16": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.float16", "line": 1912, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._16Bit"], "type_ref": "numpy.floating"}}}, "float32": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.float32", "line": 1913, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._32Bit"], "type_ref": "numpy.floating"}}}, "float64": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.float64", "line": 1914, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._64Bit"], "type_ref": "numpy.floating"}}}, "float_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.float_", "name": "float_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "float_power": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.float_power", "name": "float_power", "type": "numpy.ufunc"}}, "floating": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.inexact"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.floating", "name": "floating", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}]}, "flags": [], "fullname": "numpy.floating", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.floating", "numpy.inexact", "numpy.number", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__add__", "name": "__add__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__divmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__divmod__", "name": "__divmod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatDivMod"}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__floordiv__", "name": "__floordiv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__value"], "flags": [], "fullname": "numpy.floating.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.floating"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._FloatValue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of floating", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__mod__", "name": "__mod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatMod"}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__mul__", "name": "__mul__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__pow__", "name": "__pow__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__radd__", "name": "__radd__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__rdivmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__rdivmod__", "name": "__rdivmod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatDivMod"}}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__rmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__rmod__", "name": "__rmod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatMod"}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__rmul__", "name": "__rmul__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__rpow__", "name": "__rpow__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__rsub__", "name": "__rsub__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__rtruediv__", "name": "__rtruediv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__sub__", "name": "__sub__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__truediv__", "name": "__truediv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}}}}, "tuple_type": null, "type_vars": ["_NBit_co"], "typeddict_type": null}}, "floor": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.floor", "name": "floor", "type": "numpy.ufunc"}}, "floor_divide": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.floor_divide", "name": "floor_divide", "type": "numpy.ufunc"}}, "fmax": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fmax", "name": "fmax", "type": "numpy.ufunc"}}, "fmin": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fmin", "name": "fmin", "type": "numpy.ufunc"}}, "fmod": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fmod", "name": "fmod", "type": "numpy.ufunc"}}, "format_float_positional": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.format_float_positional", "name": "format_float_positional", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "format_float_scientific": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.format_float_scientific", "name": "format_float_scientific", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "format_parser": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.format_parser", "name": "format_parser", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "frexp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.frexp", "name": "frexp", "type": "numpy.ufunc"}}, "frombuffer": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.frombuffer", "name": "frombuffer", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fromfile": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fromfile", "name": "fromfile", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fromfunction": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.fromfunction", "kind": "Gdef", "module_public": false}, "fromiter": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fromiter", "name": "fromiter", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "frompyfunc": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.frompyfunc", "name": "frompyfunc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fromregex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fromregex", "name": "fromregex", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fromstring": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fromstring", "name": "fromstring", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "full": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.full", "kind": "Gdef", "module_public": false}, "full_like": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.full_like", "kind": "Gdef", "module_public": false}, "gcd": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.gcd", "name": "gcd", "type": "numpy.ufunc"}}, "generic": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__init__"], "bases": ["numpy._ArrayOrScalarCommon"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.generic", "name": "generic", "type_vars": []}, "flags": ["is_abstract"], "fullname": "numpy.generic", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": ["is_decorated", "is_abstract"], "fullname": "numpy.generic.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["numpy.generic", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of generic", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["numpy.generic", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of generic", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "base": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.generic.base", "name": "base", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "base of generic", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "base", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "base of generic", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "byteswap": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "flags": [], "fullname": "numpy.generic.byteswap", "name": "byteswap", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "byteswap of generic", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}}, "dtype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.generic.dtype", "name": "dtype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dtype of generic", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "dtype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dtype of generic", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}}}, "flat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.generic.flat", "name": "flat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flat of generic", "ret_type": {".class": "Instance", "args": ["numpy.ndarray"], "type_ref": "numpy.flatiter"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "flat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flat of generic", "ret_type": {".class": "Instance", "args": ["numpy.ndarray"], "type_ref": "numpy.flatiter"}, "type_guard": null, "variables": []}}}}, "item": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__args"], "flags": [], "fullname": "numpy.generic.item", "name": "item", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 0}, {".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"}}, {".class": "TupleType", "implicit": false, "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "item of generic", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}}, "ndim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.generic.ndim", "name": "ndim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ndim of generic", "ret_type": {".class": "LiteralType", "fallback": "builtins.int", "value": 0}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "ndim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ndim of generic", "ret_type": {".class": "LiteralType", "fallback": "builtins.int", "value": 0}, "type_guard": null, "variables": []}}}}, "shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.generic.shape", "name": "shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shape of generic", "ret_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"}}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shape of generic", "ret_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"}}, "type_guard": null, "variables": []}}}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.generic.size", "name": "size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "size of generic", "ret_type": {".class": "LiteralType", "fallback": "builtins.int", "value": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "size of generic", "ret_type": {".class": "LiteralType", "fallback": "builtins.int", "value": 1}, "type_guard": null, "variables": []}}}}, "squeeze": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "axis"], "flags": [], "fullname": "numpy.generic.squeeze", "name": "squeeze", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "axis"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 0}, {".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"}}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze of generic", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}}, "strides": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.generic.strides", "name": "strides", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strides of generic", "ret_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"}}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "strides", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strides of generic", "ret_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"}}, "type_guard": null, "variables": []}}}}, "transpose": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__axes"], "flags": [], "fullname": "numpy.generic.transpose", "name": "transpose", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".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"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "transpose of generic", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "genfromtxt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.genfromtxt", "name": "genfromtxt", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "geomspace": {".class": "SymbolTableNode", "cross_ref": "numpy.core.function_base.geomspace", "kind": "Gdef", "module_public": false}, "get_include": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.get_include", "name": "get_include", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "get_printoptions": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.get_printoptions", "name": "get_printoptions", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "getbufsize": {".class": "SymbolTableNode", "cross_ref": "numpy.core._ufunc_config.getbufsize", "kind": "Gdef", "module_public": false}, "geterr": {".class": "SymbolTableNode", "cross_ref": "numpy.core._ufunc_config.geterr", "kind": "Gdef", "module_public": false}, "geterrcall": {".class": "SymbolTableNode", "cross_ref": "numpy.core._ufunc_config.geterrcall", "kind": "Gdef", "module_public": false}, "geterrobj": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.geterrobj", "name": "geterrobj", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "gradient": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.gradient", "name": "gradient", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "greater": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.greater", "name": "greater", "type": "numpy.ufunc"}}, "greater_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.greater_equal", "name": "greater_equal", "type": "numpy.ufunc"}}, "half": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.half", "name": "half", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "hamming": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.hamming", "name": "hamming", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "hanning": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.hanning", "name": "hanning", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "heaviside": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.heaviside", "name": "heaviside", "type": "numpy.ufunc"}}, "histogram": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.histogram", "name": "histogram", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "histogram2d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.histogram2d", "name": "histogram2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "histogram_bin_edges": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.histogram_bin_edges", "name": "histogram_bin_edges", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "histogramdd": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.histogramdd", "name": "histogramdd", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "hsplit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.hsplit", "name": "hsplit", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "hstack": {".class": "SymbolTableNode", "cross_ref": "numpy.core.shape_base.hstack", "kind": "Gdef", "module_public": false}, "hypot": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.hypot", "name": "hypot", "type": "numpy.ufunc"}}, "i0": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.i0", "name": "i0", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "identity": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.identity", "kind": "Gdef", "module_public": false}, "iinfo": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.iinfo", "name": "iinfo", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "imag": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.imag", "name": "imag", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "in1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.in1d", "name": "in1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "index_exp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.index_exp", "name": "index_exp", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "indices": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.indices", "kind": "Gdef", "module_public": false}, "inexact": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__init__"], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.number"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.inexact", "name": "inexact", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}]}, "flags": ["is_abstract"], "fullname": "numpy.inexact", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.inexact", "numpy.number", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": ["_NBit_co"], "typeddict_type": null}}, "inf": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.inf", "name": "inf", "type": "builtins.float"}}, "info": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.info", "name": "info", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "infty": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.infty", "name": "infty", "type": "builtins.float"}}, "inner": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.inner", "name": "inner", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "insert": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.insert", "name": "insert", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "int0": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.int0", "name": "int0", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "int16": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.int16", "line": 1824, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._16Bit"], "type_ref": "numpy.signedinteger"}}}, "int32": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.int32", "line": 1825, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._32Bit"], "type_ref": "numpy.signedinteger"}}}, "int64": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.int64", "line": 1826, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._64Bit"], "type_ref": "numpy.signedinteger"}}}, "int8": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.int8", "line": 1823, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._8Bit"], "type_ref": "numpy.signedinteger"}}}, "int_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.int_", "name": "int_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "intc": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.intc", "name": "intc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "integer": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__init__"], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.number"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.integer", "name": "integer", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}]}, "flags": ["is_abstract"], "fullname": "numpy.integer", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.integer", "numpy.number", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__and__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.integer.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.integer"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__index__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.integer.__index__", "name": "__index__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.integer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__index__ of integer", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__invert__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.integer.__invert__", "name": "__invert__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._IntType", "id": -1, "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__invert__ of integer", "ret_type": {".class": "TypeVarType", "fullname": "numpy._IntType", "id": -1, "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._IntType", "id": -1, "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}]}}}, "__lshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.integer.__lshift__", "name": "__lshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.integer"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "numpy.integer.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.integer"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.integer.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.integer"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__rand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.integer.__rand__", "name": "__rand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.integer"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__rlshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.integer.__rlshift__", "name": "__rlshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.integer"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rlshift__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__rmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "numpy.integer.__rmod__", "name": "__rmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.integer"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__ror__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.integer.__ror__", "name": "__ror__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.integer"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__rrshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.integer.__rrshift__", "name": "__rrshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.integer"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rrshift__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__rshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.integer.__rshift__", "name": "__rshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.integer"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.integer.__rtruediv__", "name": "__rtruediv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._IntTrueDiv"}}}, "__rxor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.integer.__rxor__", "name": "__rxor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.integer"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.integer.__truediv__", "name": "__truediv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._IntTrueDiv"}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.integer.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.integer"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_NBit_co"], "typeddict_type": null}}, "interp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.interp", "name": "interp", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "intersect1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.intersect1d", "name": "intersect1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "intp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.intp", "name": "intp", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "invert": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.invert", "name": "invert", "type": "numpy.ufunc"}}, "is_busday": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.is_busday", "name": "is_busday", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isclose": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.isclose", "kind": "Gdef", "module_public": false}, "iscomplex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.iscomplex", "name": "iscomplex", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "iscomplexobj": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.iscomplexobj", "name": "iscomplexobj", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isfinite": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.isfinite", "name": "isfinite", "type": "numpy.ufunc"}}, "isfortran": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.isfortran", "kind": "Gdef", "module_public": false}, "isin": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.isin", "name": "isin", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isinf": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.isinf", "name": "isinf", "type": "numpy.ufunc"}}, "isnan": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.isnan", "name": "isnan", "type": "numpy.ufunc"}}, "isnat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.isnat", "name": "isnat", "type": "numpy.ufunc"}}, "isneginf": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.isneginf", "name": "isneginf", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isposinf": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.isposinf", "name": "isposinf", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isreal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.isreal", "name": "isreal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isrealobj": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.isrealobj", "name": "isrealobj", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isscalar": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.isscalar", "kind": "Gdef", "module_public": false}, "issctype": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.issctype", "kind": "Gdef", "module_public": false}, "issubclass_": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.issubclass_", "kind": "Gdef", "module_public": false}, "issubdtype": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.issubdtype", "kind": "Gdef", "module_public": false}, "issubsctype": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.issubsctype", "kind": "Gdef", "module_public": false}, "iterable": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.iterable", "name": "iterable", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ix_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ix_", "name": "ix_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "kaiser": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.kaiser", "name": "kaiser", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "kron": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.kron", "name": "kron", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "lcm": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lcm", "name": "lcm", "type": "numpy.ufunc"}}, "ldexp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ldexp", "name": "ldexp", "type": "numpy.ufunc"}}, "left_shift": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.left_shift", "name": "left_shift", "type": "numpy.ufunc"}}, "less": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.less", "name": "less", "type": "numpy.ufunc"}}, "less_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.less_equal", "name": "less_equal", "type": "numpy.ufunc"}}, "lexsort": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lexsort", "name": "lexsort", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "lib": {".class": "SymbolTableNode", "cross_ref": "numpy.lib", "kind": "Gdef", "module_public": false}, "linalg": {".class": "SymbolTableNode", "cross_ref": "numpy.linalg", "kind": "Gdef", "module_public": false}, "linspace": {".class": "SymbolTableNode", "cross_ref": "numpy.core.function_base.linspace", "kind": "Gdef", "module_public": false}, "little_endian": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.little_endian", "name": "little_endian", "type": "builtins.bool"}}, "load": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.load", "name": "load", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "loads": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.loads", "name": "loads", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "loadtxt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.loadtxt", "name": "loadtxt", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "log": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.log", "name": "log", "type": "numpy.ufunc"}}, "log10": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.log10", "name": "log10", "type": "numpy.ufunc"}}, "log1p": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.log1p", "name": "log1p", "type": "numpy.ufunc"}}, "log2": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.log2", "name": "log2", "type": "numpy.ufunc"}}, "logaddexp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.logaddexp", "name": "logaddexp", "type": "numpy.ufunc"}}, "logaddexp2": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.logaddexp2", "name": "logaddexp2", "type": "numpy.ufunc"}}, "logical_and": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.logical_and", "name": "logical_and", "type": "numpy.ufunc"}}, "logical_not": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.logical_not", "name": "logical_not", "type": "numpy.ufunc"}}, "logical_or": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.logical_or", "name": "logical_or", "type": "numpy.ufunc"}}, "logical_xor": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.logical_xor", "name": "logical_xor", "type": "numpy.ufunc"}}, "logspace": {".class": "SymbolTableNode", "cross_ref": "numpy.core.function_base.logspace", "kind": "Gdef", "module_public": false}, "longcomplex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.longcomplex", "name": "longcomplex", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "longdouble": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.longdouble", "name": "longdouble", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "longfloat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.longfloat", "name": "longfloat", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "longlong": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.longlong", "name": "longlong", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "lookfor": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lookfor", "name": "lookfor", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ma": {".class": "SymbolTableNode", "cross_ref": "numpy.ma", "kind": "Gdef", "module_public": false}, "mafromtxt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.mafromtxt", "name": "mafromtxt", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "mask_indices": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.mask_indices", "name": "mask_indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "mat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.mat", "name": "mat", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "matmul": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.matmul", "name": "matmul", "type": "numpy.ufunc"}}, "matrix": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.matrix", "name": "matrix", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "matrixlib": {".class": "SymbolTableNode", "cross_ref": "numpy.matrixlib", "kind": "Gdef", "module_public": false}, "max": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.max", "name": "max", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "maximum": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.maximum", "name": "maximum", "type": "numpy.ufunc"}}, "maximum_sctype": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.maximum_sctype", "kind": "Gdef", "module_public": false}, "may_share_memory": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.may_share_memory", "name": "may_share_memory", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "mean": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.mean", "kind": "Gdef", "module_public": false}, "median": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.median", "name": "median", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "memmap": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.memmap", "name": "memmap", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "meshgrid": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.meshgrid", "name": "meshgrid", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "mgrid": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.mgrid", "name": "mgrid", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "min": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.min", "name": "min", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "min_scalar_type": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.min_scalar_type", "name": "min_scalar_type", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "minimum": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.minimum", "name": "minimum", "type": "numpy.ufunc"}}, "mintypecode": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.mintypecode", "name": "mintypecode", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "mod": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.mod", "name": "mod", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "modf": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.modf", "name": "modf", "type": "numpy.ufunc"}}, "moveaxis": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.moveaxis", "kind": "Gdef", "module_public": false}, "msort": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.msort", "name": "msort", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "multiply": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.multiply", "name": "multiply", "type": "numpy.ufunc"}}, "nan": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.nan", "name": "nan", "type": "builtins.float"}}, "nan_to_num": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.nan_to_num", "name": "nan_to_num", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanargmax": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.nanargmax", "name": "nanargmax", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanargmin": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.nanargmin", "name": "nanargmin", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nancumprod": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.nancumprod", "name": "nancumprod", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nancumsum": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.nancumsum", "name": "nancumsum", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanmax": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.nanmax", "name": "nanmax", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanmean": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.nanmean", "name": "nanmean", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanmedian": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.nanmedian", "name": "nanmedian", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanmin": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.nanmin", "name": "nanmin", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanpercentile": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.nanpercentile", "name": "nanpercentile", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanprod": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.nanprod", "name": "nanprod", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanquantile": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.nanquantile", "name": "nanquantile", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanstd": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.nanstd", "name": "nanstd", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nansum": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.nansum", "name": "nansum", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanvar": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.nanvar", "name": "nanvar", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nbytes": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.nbytes", "name": "nbytes", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ndarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy._ArrayOrScalarCommon", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "typing.Iterable"}, "typing.Sized", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "typing.Container"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ndarray", "name": "ndarray", "type_vars": []}, "flags": [], "fullname": "numpy.ndarray", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy", "mro": ["numpy.ndarray", "numpy._ArrayOrScalarCommon", "typing.Iterable", "typing.Sized", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__abs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ndarray.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__and__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__complex__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ndarray.__complex__", "name": "__complex__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__complex__ of ndarray", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "numpy.ndarray.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of ndarray", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__divmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__divmod__", "name": "__divmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of ndarray", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".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}], "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": []}}}, "__float__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ndarray.__float__", "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__float__ of ndarray", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__floordiv__", "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__iadd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__iand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__iand__", "name": "__iand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__ifloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__ifloordiv__", "name": "__ifloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ifloordiv__ of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__ilshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__ilshift__", "name": "__ilshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ilshift__ of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__imod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__imod__", "name": "__imod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__imod__ of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__imul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__imul__", "name": "__imul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__index__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ndarray.__index__", "name": "__index__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__index__ of ndarray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__int__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ndarray.__int__", "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__int__ of ndarray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__invert__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ndarray.__invert__", "name": "__invert__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__invert__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__ior__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__ior__", "name": "__ior__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__ipow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__ipow__", "name": "__ipow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ipow__ of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__irshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__irshift__", "name": "__irshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__irshift__ of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__isub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__isub__", "name": "__isub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ndarray.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__itruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__itruediv__", "name": "__itruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__itruediv__ of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__ixor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__ixor__", "name": "__ixor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ndarray.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of ndarray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__lshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__lshift__", "name": "__lshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__matmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__matmul__", "name": "__matmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__matmul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__neg__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ndarray.__neg__", "name": "__neg__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["cls", "shape", "dtype", "buffer", "offset", "strides", "order"], "flags": [], "fullname": "numpy.ndarray.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["cls", "shape", "dtype", "buffer", "offset", "strides", "order"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._BufferType"}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__pos__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ndarray.__pos__", "name": "__pos__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pos__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__pow__", "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__rand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__rand__", "name": "__rand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__rdivmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__rdivmod__", "name": "__rdivmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of ndarray", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".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}], "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": []}}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__rlshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__rlshift__", "name": "__rlshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rlshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__rmatmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__rmatmul__", "name": "__rmatmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmatmul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__rmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__rmod__", "name": "__rmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__ror__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__ror__", "name": "__ror__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__rpow__", "name": "__rpow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__rrshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__rrshift__", "name": "__rrshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rrshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__rshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__rshift__", "name": "__rshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__rtruediv__", "name": "__rtruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__rxor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__rxor__", "name": "__rxor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "flags": [], "fullname": "numpy.ndarray.__setitem__", "name": "__setitem__", "type": null}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ndarray.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "argpartition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "kth", "axis", "kind", "order"], "flags": [], "fullname": "numpy.ndarray.argpartition", "name": "argpartition", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "kth", "axis", "kind", "order"], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeIntOrBool"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._PartitionKind"}, {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argpartition of ndarray", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "base": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ndarray.base", "name": "base", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "base of ndarray", "ret_type": {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "base", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "base of ndarray", "ret_type": {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "byteswap": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "flags": [], "fullname": "numpy.ndarray.byteswap", "name": "byteswap", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "byteswap of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "ctypes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ndarray.ctypes", "name": "ctypes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ctypes of ndarray", "ret_type": "numpy.core._internal._ctypes", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "ctypes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ctypes of ndarray", "ret_type": "numpy.core._internal._ctypes", "type_guard": null, "variables": []}}}}, "diagonal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "offset", "axis1", "axis2"], "flags": [], "fullname": "numpy.ndarray.diagonal", "name": "diagonal", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "offset", "axis1", "axis2"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "typing.SupportsIndex", "typing.SupportsIndex", "typing.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "diagonal of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "dot": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.dot", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "b", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.dot", "name": "dot", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "b", "out"], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dot of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "dot", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "b", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.dot", "name": "dot", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "b", "out"], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dot of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "dot", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "b", "out"], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dot of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "b", "out"], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dot of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "dtype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ndarray.dtype", "name": "dtype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dtype of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "dtype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dtype of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}}}, "fill": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "numpy.ndarray.fill", "name": "fill", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["numpy.ndarray", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fill of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "flat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ndarray.flat", "name": "flat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flat of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "flat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flat of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}}, "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "numpy.ndarray.imag", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "numpy.ndarray.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "numpy.ndarray.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "imag", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}]}}}, "item": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.item", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.item", "name": "item", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["numpy.ndarray", "typing.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "item of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "item", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__args"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.item", "name": "item", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.ndarray", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "item of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "item", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["numpy.ndarray", "typing.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "item of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.ndarray", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "item of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "itemset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.itemset", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__value"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.itemset", "name": "itemset", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.ndarray", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "itemset of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "itemset", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__item", "__value"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.itemset", "name": "itemset", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "itemset of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "itemset", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.ndarray", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "itemset of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "itemset of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "ndim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ndarray.ndim", "name": "ndim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ndim of ndarray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "ndim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ndim of ndarray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "nonzero": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ndarray.nonzero", "name": "nonzero", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nonzero of ndarray", "ret_type": {".class": "Instance", "args": ["numpy.ndarray"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "partition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "kth", "axis", "kind", "order"], "flags": [], "fullname": "numpy.ndarray.partition", "name": "partition", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "kth", "axis", "kind", "order"], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeIntOrBool"}, "typing.SupportsIndex", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._PartitionKind"}, {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "partition of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "put": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "ind", "v", "mode"], "flags": [], "fullname": "numpy.ndarray.put", "name": "put", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "ind", "v", "mode"], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeIntOrBool"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "put of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "numpy.ndarray.real", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "numpy.ndarray.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "numpy.ndarray.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "real", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}]}}}, "resize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.resize", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "__new_shape", "refcheck"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.resize", "name": "resize", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", null, "refcheck"], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resize of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "resize", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 5], "arg_names": ["self", "new_shape", "refcheck"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.resize", "name": "resize", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "new_shape", "refcheck"], "arg_types": ["numpy.ndarray", "typing.SupportsIndex", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resize of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "resize", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", null, "refcheck"], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resize of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "new_shape", "refcheck"], "arg_types": ["numpy.ndarray", "typing.SupportsIndex", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resize of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "searchsorted": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "v", "side", "sorter"], "flags": [], "fullname": "numpy.ndarray.searchsorted", "name": "searchsorted", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "v", "side", "sorter"], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._SortSide"}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "builtins.bool", "numpy.bool_", "numpy.ndarray", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "searchsorted of ndarray", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "setfield": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "val", "dtype", "offset"], "flags": [], "fullname": "numpy.ndarray.setfield", "name": "setfield", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "val", "dtype", "offset"], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, "typing.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setfield of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setflags": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "write", "align", "uic"], "flags": [], "fullname": "numpy.ndarray.setflags", "name": "setflags", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "write", "align", "uic"], "arg_types": ["numpy.ndarray", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setflags of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "numpy.ndarray.shape", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "numpy.ndarray.shape", "name": "shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shape of ndarray", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shape of ndarray", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "numpy.ndarray.shape", "name": "shape", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shape of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "shape", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shape of ndarray", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}]}}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ndarray.size", "name": "size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "size of ndarray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "size of ndarray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "sort": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "kind", "order"], "flags": [], "fullname": "numpy.ndarray.sort", "name": "sort", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "kind", "order"], "arg_types": ["numpy.ndarray", "typing.SupportsIndex", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "quicksort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "mergesort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "heapsort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "stable"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "squeeze": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "axis"], "flags": [], "fullname": "numpy.ndarray.squeeze", "name": "squeeze", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "axis"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "builtins.tuple"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "strides": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "numpy.ndarray.strides", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "numpy.ndarray.strides", "name": "strides", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strides of ndarray", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "strides", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strides of ndarray", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "numpy.ndarray.strides", "name": "strides", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strides of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "strides", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ndarray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strides of ndarray", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}]}}}, "swapaxes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "axis1", "axis2"], "flags": [], "fullname": "numpy.ndarray.swapaxes", "name": "swapaxes", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "axis1", "axis2"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "typing.SupportsIndex", "typing.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "swapaxes of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "trace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.trace", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "offset", "axis1", "axis2", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.trace", "name": "trace", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "offset", "axis1", "axis2", "dtype", "out"], "arg_types": ["numpy.ndarray", "typing.SupportsIndex", "typing.SupportsIndex", "typing.SupportsIndex", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trace of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "trace", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "offset", "axis1", "axis2", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.trace", "name": "trace", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "offset", "axis1", "axis2", "dtype", "out"], "arg_types": ["numpy.ndarray", "typing.SupportsIndex", "typing.SupportsIndex", "typing.SupportsIndex", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trace of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "trace", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "offset", "axis1", "axis2", "dtype", "out"], "arg_types": ["numpy.ndarray", "typing.SupportsIndex", "typing.SupportsIndex", "typing.SupportsIndex", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trace of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "offset", "axis1", "axis2", "dtype", "out"], "arg_types": ["numpy.ndarray", "typing.SupportsIndex", "typing.SupportsIndex", "typing.SupportsIndex", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trace of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "transpose": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.transpose", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__axes"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.transpose", "name": "transpose", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "transpose of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "transpose", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "axes"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.transpose", "name": "transpose", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "axes"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "typing.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "transpose of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "transpose", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "transpose of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "axes"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "typing.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "transpose of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ndenumerate": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ndenumerate", "name": "ndenumerate", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ndfromtxt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ndfromtxt", "name": "ndfromtxt", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ndim": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.ndim", "kind": "Gdef", "module_public": false}, "ndindex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ndindex", "name": "ndindex", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nditer": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.nditer", "name": "nditer", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "negative": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.negative", "name": "negative", "type": "numpy.ufunc"}}, "nested_iters": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.nested_iters", "name": "nested_iters", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "newaxis": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.newaxis", "name": "newaxis", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nextafter": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.nextafter", "name": "nextafter", "type": "numpy.ufunc"}}, "nonzero": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.nonzero", "kind": "Gdef", "module_public": false}, "not_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.not_equal", "name": "not_equal", "type": "numpy.ufunc"}}, "numarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.numarray", "name": "numarray", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "number": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__init__"], "bases": ["numpy.generic"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.number", "name": "number", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}]}, "flags": ["is_abstract"], "fullname": "numpy.number", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.number", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__abs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.number.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of number", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__add__", "name": "__add__", "type": "numpy.typing._callable._NumberOp"}}, "__complex__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.number.__complex__", "name": "__complex__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__complex__ of number", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__float__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.number.__float__", "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__float__ of number", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__floordiv__", "name": "__floordiv__", "type": "numpy.typing._callable._NumberOp"}}, "__int__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.number.__int__", "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__int__ of number", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__mul__", "name": "__mul__", "type": "numpy.typing._callable._NumberOp"}}, "__neg__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.number.__neg__", "name": "__neg__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of number", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__pos__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.number.__pos__", "name": "__pos__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pos__ of number", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__pow__", "name": "__pow__", "type": "numpy.typing._callable._NumberOp"}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__radd__", "name": "__radd__", "type": "numpy.typing._callable._NumberOp"}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__rfloordiv__", "name": "__rfloordiv__", "type": "numpy.typing._callable._NumberOp"}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__rmul__", "name": "__rmul__", "type": "numpy.typing._callable._NumberOp"}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__rpow__", "name": "__rpow__", "type": "numpy.typing._callable._NumberOp"}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__rsub__", "name": "__rsub__", "type": "numpy.typing._callable._NumberOp"}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__rtruediv__", "name": "__rtruediv__", "type": "numpy.typing._callable._NumberOp"}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__sub__", "name": "__sub__", "type": "numpy.typing._callable._NumberOp"}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__truediv__", "name": "__truediv__", "type": "numpy.typing._callable._NumberOp"}}, "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.number.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of number", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of number", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}}, "real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.number.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of number", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of number", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}}}, "tuple_type": null, "type_vars": ["_NBit_co"], "typeddict_type": null}}, "obj2sctype": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.obj2sctype", "kind": "Gdef", "module_public": false}, "object0": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.object0", "name": "object0", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "object_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.generic"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.object_", "name": "object_", "type_vars": []}, "flags": [], "fullname": "numpy.object_", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.object_", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__value"], "flags": [], "fullname": "numpy.object_.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["numpy.object_", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of object_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.object_.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of object_", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of object_", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}}, "real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.object_.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of object_", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of object_", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ogrid": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ogrid", "name": "ogrid", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ones": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.ones", "kind": "Gdef", "module_public": false}, "ones_like": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.ones_like", "kind": "Gdef", "module_public": false}, "outer": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.outer", "kind": "Gdef", "module_public": false}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "packbits": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.packbits", "name": "packbits", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "pad": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.pad", "name": "pad", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "partition": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.partition", "kind": "Gdef", "module_public": false}, "percentile": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.percentile", "name": "percentile", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "pi": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.pi", "name": "pi", "type": "builtins.float"}}, "piecewise": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.piecewise", "name": "piecewise", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "place": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.place", "name": "place", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "poly": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.poly", "name": "poly", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "poly1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.poly1d", "name": "poly1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "polyadd": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polyadd", "name": "polyadd", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "polyder": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polyder", "name": "polyder", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "polydiv": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polydiv", "name": "polydiv", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "polyfit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polyfit", "name": "polyfit", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "polyint": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polyint", "name": "polyint", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "polymul": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polymul", "name": "polymul", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "polynomial": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial", "kind": "Gdef", "module_public": false}, "polysub": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polysub", "name": "polysub", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "polyval": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polyval", "name": "polyval", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "positive": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.positive", "name": "positive", "type": "numpy.ufunc"}}, "power": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.power", "name": "power", "type": "numpy.ufunc"}}, "printoptions": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.printoptions", "name": "printoptions", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "prod": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.prod", "kind": "Gdef", "module_public": false}, "product": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.product", "name": "product", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "promote_types": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.promote_types", "name": "promote_types", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ptp": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.ptp", "kind": "Gdef", "module_public": false}, "put": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.put", "kind": "Gdef", "module_public": false}, "put_along_axis": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.put_along_axis", "name": "put_along_axis", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "putmask": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.putmask", "name": "putmask", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "quantile": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.quantile", "name": "quantile", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "r_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.r_", "name": "r_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "rad2deg": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.rad2deg", "name": "rad2deg", "type": "numpy.ufunc"}}, "radians": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.radians", "name": "radians", "type": "numpy.ufunc"}}, "random": {".class": "SymbolTableNode", "cross_ref": "numpy.random", "kind": "Gdef", "module_public": false}, "ravel": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.ravel", "kind": "Gdef", "module_public": false}, "ravel_multi_index": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ravel_multi_index", "name": "ravel_multi_index", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "real": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.real", "name": "real", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "real_if_close": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.real_if_close", "name": "real_if_close", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "rec": {".class": "SymbolTableNode", "cross_ref": "numpy.rec", "kind": "Gdef", "module_public": false}, "recarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.recarray", "name": "recarray", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "recfromcsv": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.recfromcsv", "name": "recfromcsv", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "recfromtxt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.recfromtxt", "name": "recfromtxt", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "reciprocal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.reciprocal", "name": "reciprocal", "type": "numpy.ufunc"}}, "record": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.record", "name": "record", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "remainder": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.remainder", "name": "remainder", "type": "numpy.ufunc"}}, "repeat": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.repeat", "kind": "Gdef", "module_public": false}, "require": {".class": "SymbolTableNode", "cross_ref": "numpy.core._asarray.require", "kind": "Gdef", "module_public": false}, "reshape": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.reshape", "kind": "Gdef", "module_public": false}, "resize": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.resize", "kind": "Gdef", "module_public": false}, "result_type": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.result_type", "name": "result_type", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "right_shift": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.right_shift", "name": "right_shift", "type": "numpy.ufunc"}}, "rint": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.rint", "name": "rint", "type": "numpy.ufunc"}}, "roll": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.roll", "kind": "Gdef", "module_public": false}, "rollaxis": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.rollaxis", "kind": "Gdef", "module_public": false}, "roots": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.roots", "name": "roots", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "rot90": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.rot90", "name": "rot90", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "round": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.round", "name": "round", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "round_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.round_", "name": "round_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "row_stack": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.row_stack", "name": "row_stack", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "s_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.s_", "name": "s_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "save": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.save", "name": "save", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "savetxt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.savetxt", "name": "savetxt", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "savez": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.savez", "name": "savez", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "savez_compressed": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.savez_compressed", "name": "savez_compressed", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "sctype2char": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.sctype2char", "kind": "Gdef", "module_public": false}, "sctypeDict": {".class": "SymbolTableNode", "cross_ref": "numpy.core._type_aliases.sctypeDict", "kind": "Gdef", "module_public": false}, "sctypes": {".class": "SymbolTableNode", "cross_ref": "numpy.core._type_aliases.sctypes", "kind": "Gdef", "module_public": false}, "searchsorted": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.searchsorted", "kind": "Gdef", "module_public": false}, "select": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.select", "name": "select", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "set_printoptions": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.set_printoptions", "name": "set_printoptions", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "set_string_function": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.set_string_function", "name": "set_string_function", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "setbufsize": {".class": "SymbolTableNode", "cross_ref": "numpy.core._ufunc_config.setbufsize", "kind": "Gdef", "module_public": false}, "setdiff1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.setdiff1d", "name": "setdiff1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "seterr": {".class": "SymbolTableNode", "cross_ref": "numpy.core._ufunc_config.seterr", "kind": "Gdef", "module_public": false}, "seterrcall": {".class": "SymbolTableNode", "cross_ref": "numpy.core._ufunc_config.seterrcall", "kind": "Gdef", "module_public": false}, "seterrobj": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.seterrobj", "name": "seterrobj", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "setxor1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.setxor1d", "name": "setxor1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "shape": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.shape", "kind": "Gdef", "module_public": false}, "shares_memory": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.shares_memory", "name": "shares_memory", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "short": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.short", "name": "short", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "show_config": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.show_config", "name": "show_config", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "sign": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.sign", "name": "sign", "type": "numpy.ufunc"}}, "signbit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.signbit", "name": "signbit", "type": "numpy.ufunc"}}, "signedinteger": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.integer"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.signedinteger", "name": "signedinteger", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}]}, "flags": [], "fullname": "numpy.signedinteger", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.signedinteger", "numpy.integer", "numpy.number", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__add__", "name": "__add__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntOp"}}}, "__and__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__and__", "name": "__and__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}}}, "__divmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__divmod__", "name": "__divmod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntDivMod"}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__floordiv__", "name": "__floordiv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntOp"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__value"], "flags": [], "fullname": "numpy.signedinteger.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.signedinteger"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._IntValue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of signedinteger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__lshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__lshift__", "name": "__lshift__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__mod__", "name": "__mod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntMod"}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__mul__", "name": "__mul__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntOp"}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__or__", "name": "__or__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__pow__", "name": "__pow__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntOp"}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__radd__", "name": "__radd__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntOp"}}}, "__rand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rand__", "name": "__rand__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}}}, "__rdivmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rdivmod__", "name": "__rdivmod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntDivMod"}}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntOp"}}}, "__rlshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rlshift__", "name": "__rlshift__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}}}, "__rmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rmod__", "name": "__rmod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntMod"}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rmul__", "name": "__rmul__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntOp"}}}, "__ror__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__ror__", "name": "__ror__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rpow__", "name": "__rpow__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntOp"}}}, "__rrshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rrshift__", "name": "__rrshift__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}}}, "__rshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rshift__", "name": "__rshift__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rsub__", "name": "__rsub__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntOp"}}}, "__rxor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rxor__", "name": "__rxor__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__sub__", "name": "__sub__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntOp"}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__xor__", "name": "__xor__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}}}}, "tuple_type": null, "type_vars": ["_NBit_co"], "typeddict_type": null}}, "sin": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.sin", "name": "sin", "type": "numpy.ufunc"}}, "sinc": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.sinc", "name": "sinc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "single": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.single", "name": "single", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "singlecomplex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.singlecomplex", "name": "singlecomplex", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "sinh": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.sinh", "name": "sinh", "type": "numpy.ufunc"}}, "size": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.size", "kind": "Gdef", "module_public": false}, "sort": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.sort", "kind": "Gdef", "module_public": false}, "sort_complex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.sort_complex", "name": "sort_complex", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "source": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.source", "name": "source", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "spacing": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.spacing", "name": "spacing", "type": "numpy.ufunc"}}, "split": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.split", "name": "split", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "sqrt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.sqrt", "name": "sqrt", "type": "numpy.ufunc"}}, "square": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.square", "name": "square", "type": "numpy.ufunc"}}, "squeeze": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.squeeze", "kind": "Gdef", "module_public": false}, "stack": {".class": "SymbolTableNode", "cross_ref": "numpy.core.shape_base.stack", "kind": "Gdef", "module_public": false}, "std": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.std", "kind": "Gdef", "module_public": false}, "str0": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.str0", "name": "str0", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [1], "arg_names": [null], "arg_types": ["builtins.object"], "bound_args": ["numpy.str_"], "def_extras": {"first_arg": "self"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "numpy.str_", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": [null, "encoding", "errors"], "arg_types": ["builtins.bytes", "builtins.str", "builtins.str"], "bound_args": ["numpy.str_"], "def_extras": {"first_arg": "self"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "numpy.str_", "type_guard": null, "variables": []}]}}}, "str_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.character", "builtins.str"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.str_", "name": "str_", "type_vars": []}, "flags": [], "fullname": "numpy.str_", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy", "mro": ["numpy.str_", "numpy.character", "numpy.flexible", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.str", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.str_.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__value"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.str_.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["numpy.str_", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of str_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__value", "encoding", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.str_.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, "encoding", "errors"], "arg_types": ["numpy.str_", "builtins.bytes", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of str_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["numpy.str_", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of str_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, "encoding", "errors"], "arg_types": ["numpy.str_", "builtins.bytes", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of str_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "string_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.string_", "name": "string_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "subtract": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.subtract", "name": "subtract", "type": "numpy.ufunc"}}, "sum": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.sum", "kind": "Gdef", "module_public": false}, "swapaxes": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.swapaxes", "kind": "Gdef", "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "take": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.take", "kind": "Gdef", "module_public": false}, "take_along_axis": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.take_along_axis", "name": "take_along_axis", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "tan": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.tan", "name": "tan", "type": "numpy.ufunc"}}, "tanh": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.tanh", "name": "tanh", "type": "numpy.ufunc"}}, "tensordot": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.tensordot", "kind": "Gdef", "module_public": false}, "testing": {".class": "SymbolTableNode", "cross_ref": "numpy.testing", "kind": "Gdef", "module_public": false}, "tile": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.tile", "name": "tile", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "timedelta64": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.generic"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.timedelta64", "name": "timedelta64", "type_vars": []}, "flags": [], "fullname": "numpy.timedelta64", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.timedelta64", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__abs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.timedelta64.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of timedelta64", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.timedelta64.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", {".class": "UnionType", "items": ["numpy.timedelta64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of timedelta64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}}}, "__complex__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.timedelta64.__complex__", "name": "__complex__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__complex__ of timedelta64", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__divmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.timedelta64.__divmod__", "name": "__divmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", "numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of timedelta64", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int64"}, "numpy.timedelta64"], "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": []}}}, "__float__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.timedelta64.__float__", "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__float__ of timedelta64", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.timedelta64.__floordiv__", "name": "__floordiv__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int64"}], "type_ref": "numpy.typing._callable._TD64Div"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "__value", "__format"], "flags": [], "fullname": "numpy.timedelta64.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", null, null], "arg_types": ["numpy.timedelta64", {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike"}, "datetime.timedelta", "numpy.timedelta64"]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike"}, {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of timedelta64", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__int__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.timedelta64.__int__", "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__int__ of timedelta64", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.timedelta64.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", "numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of timedelta64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.timedelta64.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._FloatLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of timedelta64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}}}, "__neg__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.timedelta64.__neg__", "name": "__neg__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of timedelta64", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__pos__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.timedelta64.__pos__", "name": "__pos__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pos__ of timedelta64", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.timedelta64.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", {".class": "UnionType", "items": ["numpy.timedelta64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of timedelta64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}}}, "__rdivmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.timedelta64.__rdivmod__", "name": "__rdivmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["numpy.timedelta64", "numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of timedelta64", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int64"}, "numpy.timedelta64"], "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": []}}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.timedelta64.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", "numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of timedelta64", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.int64"}, "type_guard": null, "variables": []}}}, "__rmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.timedelta64.__rmod__", "name": "__rmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", "numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of timedelta64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.timedelta64.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._FloatLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of timedelta64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.timedelta64.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", {".class": "UnionType", "items": ["numpy.timedelta64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of timedelta64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.timedelta64.__rtruediv__", "name": "__rtruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", "numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of timedelta64", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.timedelta64.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", {".class": "UnionType", "items": ["numpy.timedelta64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of timedelta64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.timedelta64.__truediv__", "name": "__truediv__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.typing._callable._TD64Div"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "trace": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.trace", "kind": "Gdef", "module_public": false}, "tracemalloc_domain": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.tracemalloc_domain", "name": "tracemalloc_domain", "type": "builtins.int"}}, "transpose": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.transpose", "kind": "Gdef", "module_public": false}, "trapz": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.trapz", "name": "trapz", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "tri": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.tri", "name": "tri", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "tril": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.tril", "name": "tril", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "tril_indices": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.tril_indices", "name": "tril_indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "tril_indices_from": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.tril_indices_from", "name": "tril_indices_from", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "trim_zeros": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.trim_zeros", "name": "trim_zeros", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "triu": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.triu", "name": "triu", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "triu_indices": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.triu_indices", "name": "triu_indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "triu_indices_from": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.triu_indices_from", "name": "triu_indices_from", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "true_divide": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.true_divide", "name": "true_divide", "type": "numpy.ufunc"}}, "trunc": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.trunc", "name": "trunc", "type": "numpy.ufunc"}}, "typeDict": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typeDict", "name": "typeDict", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "typecodes": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typecodes", "name": "typecodes", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "typename": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typename", "name": "typename", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ubyte": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ubyte", "name": "ubyte", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ufunc": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ufunc", "name": "ufunc", "type_vars": []}, "flags": [], "fullname": "numpy.ufunc", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.ufunc", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "args", "out", "where", "axes", "axis", "keepdims", "casting", "order", "dtype", "subok", "signature", "extobj"], "flags": [], "fullname": "numpy.ufunc.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "args", "out", "where", "axes", "axis", "keepdims", "casting", "order", "dtype", "subok", "signature", "extobj"], "arg_types": ["numpy.ufunc", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "Instance", "args": ["numpy.ndarray"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, "builtins.int", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._Casting"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".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"}}]}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.int", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}]}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of ufunc", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__name__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.__name__", "name": "__name__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__name__ of ufunc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "__name__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__name__ of ufunc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "accumulate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.accumulate", "name": "accumulate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "accumulate of ufunc", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "accumulate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "accumulate of ufunc", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "at": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.at", "name": "at", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "at of ufunc", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "at", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "at of ufunc", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "identity": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.identity", "name": "identity", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "identity of ufunc", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "identity", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "identity of ufunc", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "nargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.nargs", "name": "nargs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nargs of ufunc", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "nargs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nargs of ufunc", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "nin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.nin", "name": "nin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nin of ufunc", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "nin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nin of ufunc", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "nout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.nout", "name": "nout", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nout of ufunc", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "nout", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nout of ufunc", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "ntypes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.ntypes", "name": "ntypes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ntypes of ufunc", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "ntypes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ntypes of ufunc", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "outer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.outer", "name": "outer", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "outer of ufunc", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "outer", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "outer of ufunc", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "reduce": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.reduce", "name": "reduce", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reduce of ufunc", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "reduce", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reduce of ufunc", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "reduceat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.reduceat", "name": "reduceat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reduceat of ufunc", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "reduceat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reduceat of ufunc", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "signature": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.signature", "name": "signature", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "signature of ufunc", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "signature", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "signature of ufunc", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.types", "name": "types", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "types of ufunc", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "types", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "types of ufunc", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "uint": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.uint", "name": "uint", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "uint0": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.uint0", "name": "uint0", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "uint16": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.uint16", "line": 1884, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._16Bit"], "type_ref": "numpy.unsignedinteger"}}}, "uint32": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.uint32", "line": 1885, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._32Bit"], "type_ref": "numpy.unsignedinteger"}}}, "uint64": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.uint64", "line": 1886, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._64Bit"], "type_ref": "numpy.unsignedinteger"}}}, "uint8": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.uint8", "line": 1883, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._8Bit"], "type_ref": "numpy.unsignedinteger"}}}, "uintc": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.uintc", "name": "uintc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "uintp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.uintp", "name": "uintp", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ulonglong": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ulonglong", "name": "ulonglong", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "unicode_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.unicode_", "name": "unicode_", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [1], "arg_names": [null], "arg_types": ["builtins.object"], "bound_args": ["numpy.str_"], "def_extras": {"first_arg": "self"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "numpy.str_", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": [null, "encoding", "errors"], "arg_types": ["builtins.bytes", "builtins.str", "builtins.str"], "bound_args": ["numpy.str_"], "def_extras": {"first_arg": "self"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "numpy.str_", "type_guard": null, "variables": []}]}}}, "union1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.union1d", "name": "union1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "unique": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.unique", "name": "unique", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "unpackbits": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.unpackbits", "name": "unpackbits", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "unravel_index": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.unravel_index", "name": "unravel_index", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "unsignedinteger": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.integer"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.unsignedinteger", "name": "unsignedinteger", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}]}, "flags": [], "fullname": "numpy.unsignedinteger", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.unsignedinteger", "numpy.integer", "numpy.number", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__add__", "name": "__add__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}}}, "__and__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__and__", "name": "__and__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}}}, "__divmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__divmod__", "name": "__divmod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntDivMod"}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__floordiv__", "name": "__floordiv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__value"], "flags": [], "fullname": "numpy.unsignedinteger.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.unsignedinteger"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._IntValue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of unsignedinteger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__lshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__lshift__", "name": "__lshift__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__mod__", "name": "__mod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntMod"}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__mul__", "name": "__mul__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__or__", "name": "__or__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__pow__", "name": "__pow__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__radd__", "name": "__radd__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}}}, "__rand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rand__", "name": "__rand__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}}}, "__rdivmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rdivmod__", "name": "__rdivmod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntDivMod"}}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}}}, "__rlshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rlshift__", "name": "__rlshift__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}}}, "__rmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rmod__", "name": "__rmod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntMod"}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rmul__", "name": "__rmul__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}}}, "__ror__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__ror__", "name": "__ror__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rpow__", "name": "__rpow__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}}}, "__rrshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rrshift__", "name": "__rrshift__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}}}, "__rshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rshift__", "name": "__rshift__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rsub__", "name": "__rsub__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}}}, "__rxor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rxor__", "name": "__rxor__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__sub__", "name": "__sub__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__xor__", "name": "__xor__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}}}}, "tuple_type": null, "type_vars": ["_NBit_co"], "typeddict_type": null}}, "unwrap": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.unwrap", "name": "unwrap", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ushort": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ushort", "name": "ushort", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "vander": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.vander", "name": "vander", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "var": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.var", "kind": "Gdef", "module_public": false}, "vdot": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.vdot", "name": "vdot", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "vectorize": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.vectorize", "name": "vectorize", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "version": {".class": "SymbolTableNode", "cross_ref": "numpy.version", "kind": "Gdef", "module_public": false}, "void": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.flexible"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.void", "name": "void", "type_vars": []}, "flags": [], "fullname": "numpy.void", "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.void", "numpy.flexible", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__value"], "flags": [], "fullname": "numpy.void.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.void", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}, "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of void", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.void.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of void", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag of void", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}}, "real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.void.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of void", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real of void", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}}, "setfield": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "val", "dtype", "offset"], "flags": [], "fullname": "numpy.void.setfield", "name": "setfield", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "val", "dtype", "offset"], "arg_types": ["numpy.void", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setfield of void", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "void0": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.void0", "name": "void0", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "vsplit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.vsplit", "name": "vsplit", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "vstack": {".class": "SymbolTableNode", "cross_ref": "numpy.core.shape_base.vstack", "kind": "Gdef", "module_public": false}, "where": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.where", "name": "where", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "who": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.who", "name": "who", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "zeros": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["shape", "dtype", "order", "like"], "flags": [], "fullname": "numpy.zeros", "name": "zeros", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["shape", "dtype", "order", "like"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderCF"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zeros", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "zeros_like": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.zeros_like", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/__init__.meta.json b/.mypy_cache/3.9/numpy/__init__.meta.json deleted file mode 100644 index fac93ef98..000000000 --- a/.mypy_cache/3.9/numpy/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 2, 3, 4, 5, 6, 8, 9, 28, 52, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 102, 108, 149, 157, 162, 175, 206, 217, 1, 1], "dep_prios": [10, 10, 10, 5, 5, 5, 5, 5, 5, 5, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 5, 5, 5, 5, 5, 5, 5, 5, 30, 30], "dependencies": ["builtins", "sys", "datetime", "abc", "types", "contextlib", "numpy.core._internal", "numpy.typing", "numpy.typing._callable", "typing", "numpy.char", "numpy.ctypeslib", "numpy.emath", "numpy.fft", "numpy.lib", "numpy.linalg", "numpy.ma", "numpy.matrixlib", "numpy.polynomial", "numpy.random", "numpy.rec", "numpy.testing", "numpy.version", "numpy.core.function_base", "numpy.core.fromnumeric", "numpy.core._asarray", "numpy.core._type_aliases", "numpy.core._ufunc_config", "numpy.core.numeric", "numpy.core.numerictypes", "numpy.core.shape_base", "numpy.core", "numpy.typing._dtype_like"], "hash": "b9c52ec39ede1b569f5ef0fa2d5ff79a12b2ee6e56bca015d65f64981fa95f37", "id": "numpy", "ignore_all": true, "interface_hash": "95f8d0e584da75f2ad99ec63ffc8775a2168f18c6f7bf1a459b34cd7e693479d", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/__init__.pyi", "plugin_data": null, "size": 60067, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/_pytesttester.data.json b/.mypy_cache/3.9/numpy/_pytesttester.data.json deleted file mode 100644 index 0dfe32967..000000000 --- a/.mypy_cache/3.9/numpy/_pytesttester.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy._pytesttester", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "PytestTester": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy._pytesttester.PytestTester", "name": "PytestTester", "type_vars": []}, "flags": [], "fullname": "numpy._pytesttester.PytestTester", "metaclass_type": null, "metadata": {}, "module_name": "numpy._pytesttester", "mro": ["numpy._pytesttester.PytestTester", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "label", "verbose", "extra_argv", "doctests", "coverage", "durations", "tests"], "flags": [], "fullname": "numpy._pytesttester.PytestTester.__call__", "name": "__call__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "flags": [], "fullname": "numpy._pytesttester.PytestTester.__init__", "name": "__init__", "type": null}}, "module_name": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy._pytesttester.PytestTester.module_name", "name": "module_name", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy._pytesttester.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy._pytesttester.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy._pytesttester.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy._pytesttester.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy._pytesttester.__package__", "name": "__package__", "type": "builtins.str"}}, "_show_numpy_info": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "numpy._pytesttester._show_numpy_info", "name": "_show_numpy_info", "type": null}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/_pytesttester.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/_pytesttester.meta.json b/.mypy_cache/3.9/numpy/_pytesttester.meta.json deleted file mode 100644 index e52922de7..000000000 --- a/.mypy_cache/3.9/numpy/_pytesttester.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [30, 31, 41, 140, 141, 157, 157, 188, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 38], "dep_prios": [10, 10, 20, 20, 20, 20, 20, 20, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 20], "dependencies": ["sys", "os", "numpy", "pytest", "warnings", "numpy.distutils", "numpy.distutils.cpuinfo", "numpy.testing", "builtins", "_pytest", "_pytest.config", "_typeshed", "abc", "enum", "numpy.core", "numpy.core.numeric", "numpy.typing", "numpy.typing._array_like", "numpy.typing._dtype_like", "posixpath", "py", "py.path", "types", "typing"], "hash": "181f6df191b9a2064df1ae07b5d218692b39e80d59d7a705e0f414cb94288675", "id": "numpy._pytesttester", "ignore_all": true, "interface_hash": "02e7d4dbce5a63aefdf0035857b961c1107d0794ed4d9a05b7fc0983201c31d2", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/_pytesttester.py", "plugin_data": null, "size": 6741, "suppressed": ["numpy.core._multiarray_umath"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/char.data.json b/.mypy_cache/3.9/numpy/char.data.json deleted file mode 100644 index 7396fc4c8..000000000 --- a/.mypy_cache/3.9/numpy/char.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.char", "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.__package__", "name": "__package__", "type": "builtins.str"}}, "add": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.add", "name": "add", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "array": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.array", "name": "array", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "asarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.asarray", "name": "asarray", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "capitalize": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.capitalize", "name": "capitalize", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "center": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.center", "name": "center", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "chararray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.chararray", "name": "chararray", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "count": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.count", "name": "count", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "decode": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.decode", "name": "decode", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "encode": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.encode", "name": "encode", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "endswith": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.endswith", "name": "endswith", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.equal", "name": "equal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "expandtabs": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.expandtabs", "name": "expandtabs", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "find": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.find", "name": "find", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "greater": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.greater", "name": "greater", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "greater_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.greater_equal", "name": "greater_equal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "index": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.index", "name": "index", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isalnum": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.isalnum", "name": "isalnum", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isalpha": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.isalpha", "name": "isalpha", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isdecimal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.isdecimal", "name": "isdecimal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isdigit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.isdigit", "name": "isdigit", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "islower": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.islower", "name": "islower", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isnumeric": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.isnumeric", "name": "isnumeric", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isspace": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.isspace", "name": "isspace", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "istitle": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.istitle", "name": "istitle", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isupper": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.isupper", "name": "isupper", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "join": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.join", "name": "join", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "less": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.less", "name": "less", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "less_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.less_equal", "name": "less_equal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ljust": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.ljust", "name": "ljust", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "lower": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.lower", "name": "lower", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "lstrip": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.lstrip", "name": "lstrip", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "mod": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.mod", "name": "mod", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "multiply": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.multiply", "name": "multiply", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "not_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.not_equal", "name": "not_equal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "partition": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.partition", "name": "partition", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "replace": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.replace", "name": "replace", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "rfind": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.rfind", "name": "rfind", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "rindex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.rindex", "name": "rindex", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "rjust": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.rjust", "name": "rjust", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "rpartition": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.rpartition", "name": "rpartition", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "rsplit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.rsplit", "name": "rsplit", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "rstrip": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.rstrip", "name": "rstrip", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "split": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.split", "name": "split", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "splitlines": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.splitlines", "name": "splitlines", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "startswith": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.startswith", "name": "startswith", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "str_len": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.str_len", "name": "str_len", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "strip": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.strip", "name": "strip", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "swapcase": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.swapcase", "name": "swapcase", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "title": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.title", "name": "title", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "translate": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.translate", "name": "translate", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "upper": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.upper", "name": "upper", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "zfill": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.char.zfill", "name": "zfill", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/char.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/char.meta.json b/.mypy_cache/3.9/numpy/char.meta.json deleted file mode 100644 index 59da58f6e..000000000 --- a/.mypy_cache/3.9/numpy/char.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 5, 30], "dependencies": ["typing", "builtins", "abc"], "hash": "4970d607953f2cb51276772680fbdadb4d7187568eba6be15e6fb3d0eb9c4f94", "id": "numpy.char", "ignore_all": true, "interface_hash": "ccad97b356fe7f98c81cd96bc335898aaa3b610040c2352f32eb3d0ea576fb17", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/char.pyi", "plugin_data": null, "size": 715, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/compat/__init__.data.json b/.mypy_cache/3.9/numpy/compat/__init__.data.json deleted file mode 100644 index 889182fb1..000000000 --- a/.mypy_cache/3.9/numpy/compat/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.compat", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef", "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.compat.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.compat.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.compat.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.compat.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.compat.__package__", "name": "__package__", "type": "builtins.str"}}, "_inspect": {".class": "SymbolTableNode", "cross_ref": "numpy.compat._inspect", "kind": "Gdef", "module_public": false}, "asbytes": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.asbytes", "kind": "Gdef", "module_public": false}, "asbytes_nested": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.asbytes_nested", "kind": "Gdef", "module_public": false}, "asstr": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.asstr", "kind": "Gdef", "module_public": false}, "asunicode": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.asunicode", "kind": "Gdef", "module_public": false}, "asunicode_nested": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.asunicode_nested", "kind": "Gdef", "module_public": false}, "basestring": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.basestring", "kind": "Gdef", "module_public": false}, "bytes": {".class": "SymbolTableNode", "cross_ref": "builtins.bytes", "kind": "Gdef", "module_public": false}, "contextlib_nullcontext": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.contextlib_nullcontext", "kind": "Gdef", "module_public": false}, "formatargspec": {".class": "SymbolTableNode", "cross_ref": "numpy.compat._inspect.formatargspec", "kind": "Gdef", "module_public": false}, "getargspec": {".class": "SymbolTableNode", "cross_ref": "numpy.compat._inspect.getargspec", "kind": "Gdef", "module_public": false}, "getexception": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.getexception", "kind": "Gdef", "module_public": false}, "integer_types": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.integer_types", "kind": "Gdef", "module_public": false}, "is_pathlib_path": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.is_pathlib_path", "kind": "Gdef", "module_public": false}, "isfileobj": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.isfileobj", "kind": "Gdef", "module_public": false}, "long": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.long", "kind": "Gdef", "module_public": false}, "npy_load_module": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.npy_load_module", "kind": "Gdef", "module_public": false}, "open_latin1": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.open_latin1", "kind": "Gdef", "module_public": false}, "os_PathLike": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.os_PathLike", "kind": "Gdef", "module_public": false}, "os_fspath": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.os_fspath", "kind": "Gdef", "module_public": false}, "pickle": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.pickle", "kind": "Gdef", "module_public": false}, "py3k": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k", "kind": "Gdef", "module_public": false}, "sixu": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.sixu", "kind": "Gdef", "module_public": false}, "strchar": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.strchar", "kind": "Gdef", "module_public": false}, "unicode": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.unicode", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/compat/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/compat/__init__.meta.json b/.mypy_cache/3.9/numpy/compat/__init__.meta.json deleted file mode 100644 index fa7dba3d9..000000000 --- a/.mypy_cache/3.9/numpy/compat/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [11, 12, 1, 1, 1], "dep_prios": [5, 5, 5, 30, 30], "dependencies": ["numpy.compat._inspect", "numpy.compat.py3k", "builtins", "abc", "typing"], "hash": "bc36833f0636a8110a8b1b087e3c0f8f229e5a2c9683490f25d81c4b1b9af11f", "id": "numpy.compat", "ignore_all": true, "interface_hash": "e6a51a174aed7887f3ae5d6042bc7eba0420c74e3af995710135c52de7e645e7", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/compat/__init__.py", "plugin_data": null, "size": 432, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/compat/_inspect.data.json b/.mypy_cache/3.9/numpy/compat/_inspect.data.json deleted file mode 100644 index ff2d4bae6..000000000 --- a/.mypy_cache/3.9/numpy/compat/_inspect.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.compat._inspect", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "CO_NEWLOCALS": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.compat._inspect.CO_NEWLOCALS", "name": "CO_NEWLOCALS", "type": "builtins.int"}}, "CO_OPTIMIZED": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.compat._inspect.CO_OPTIMIZED", "name": "CO_OPTIMIZED", "type": "builtins.int"}}, "CO_VARARGS": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.compat._inspect.CO_VARARGS", "name": "CO_VARARGS", "type": "builtins.int"}}, "CO_VARKEYWORDS": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.compat._inspect.CO_VARKEYWORDS", "name": "CO_VARKEYWORDS", "type": "builtins.int"}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.compat._inspect.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.compat._inspect.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.compat._inspect.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.compat._inspect.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.compat._inspect.__package__", "name": "__package__", "type": "builtins.str"}}, "formatargspec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["args", "varargs", "varkw", "defaults", "formatarg", "formatvarargs", "formatvarkw", "formatvalue", "join"], "flags": [], "fullname": "numpy.compat._inspect.formatargspec", "name": "formatargspec", "type": null}}, "formatargvalues": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["args", "varargs", "varkw", "locals", "formatarg", "formatvarargs", "formatvarkw", "formatvalue", "join"], "flags": [], "fullname": "numpy.compat._inspect.formatargvalues", "name": "formatargvalues", "type": null}}, "getargs": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["co"], "flags": [], "fullname": "numpy.compat._inspect.getargs", "name": "getargs", "type": null}}, "getargspec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "numpy.compat._inspect.getargspec", "name": "getargspec", "type": null}}, "getargvalues": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["frame"], "flags": [], "fullname": "numpy.compat._inspect.getargvalues", "name": "getargvalues", "type": null}}, "iscode": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "numpy.compat._inspect.iscode", "name": "iscode", "type": null}}, "isfunction": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "numpy.compat._inspect.isfunction", "name": "isfunction", "type": null}}, "ismethod": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "numpy.compat._inspect.ismethod", "name": "ismethod", "type": null}}, "joinseq": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["seq"], "flags": [], "fullname": "numpy.compat._inspect.joinseq", "name": "joinseq", "type": null}}, "strseq": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["object", "convert", "join"], "flags": [], "fullname": "numpy.compat._inspect.strseq", "name": "strseq", "type": null}}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/compat/_inspect.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/compat/_inspect.meta.json b/.mypy_cache/3.9/numpy/compat/_inspect.meta.json deleted file mode 100644 index 76ccfafe4..000000000 --- a/.mypy_cache/3.9/numpy/compat/_inspect.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [8, 1, 1, 1, 1], "dep_prios": [10, 5, 30, 30, 30], "dependencies": ["types", "builtins", "abc", "typing", "typing_extensions"], "hash": "f0c6bb4014707d258a78ad52849a4535cec20e113a7e4204ff0af5171ac6d40f", "id": "numpy.compat._inspect", "ignore_all": true, "interface_hash": "ee0130e2a9a58e408bbaeb54431ea72a6e37da7907e5b53ad71f8876bee7d59a", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/compat/_inspect.py", "plugin_data": null, "size": 7447, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/compat/py3k.data.json b/.mypy_cache/3.9/numpy/compat/py3k.data.json deleted file mode 100644 index 57c333f67..000000000 --- a/.mypy_cache/3.9/numpy/compat/py3k.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.compat.py3k", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef"}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.compat.py3k.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.compat.py3k.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.compat.py3k.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.compat.py3k.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.compat.py3k.__package__", "name": "__package__", "type": "builtins.str"}}, "abc": {".class": "SymbolTableNode", "cross_ref": "abc", "kind": "Gdef", "module_public": false}, "abc_ABC": {".class": "SymbolTableNode", "cross_ref": "abc.ABC", "kind": "Gdef", "module_public": false}, "asbytes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": [], "fullname": "numpy.compat.py3k.asbytes", "name": "asbytes", "type": null}}, "asbytes_nested": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.compat.py3k.asbytes_nested", "name": "asbytes_nested", "type": null}}, "asstr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": [], "fullname": "numpy.compat.py3k.asstr", "name": "asstr", "type": null}}, "asunicode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": [], "fullname": "numpy.compat.py3k.asunicode", "name": "asunicode", "type": null}}, "asunicode_nested": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.compat.py3k.asunicode_nested", "name": "asunicode_nested", "type": null}}, "basestring": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.compat.py3k.basestring", "line": 34, "no_args": true, "normalized": false, "target": "builtins.str"}}, "bytes": {".class": "SymbolTableNode", "cross_ref": "builtins.bytes", "kind": "Gdef"}, "contextlib_nullcontext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.compat.py3k.contextlib_nullcontext", "name": "contextlib_nullcontext", "type_vars": []}, "flags": [], "fullname": "numpy.compat.py3k.contextlib_nullcontext", "metaclass_type": null, "metadata": {}, "module_name": "numpy.compat.py3k", "mro": ["numpy.compat.py3k.contextlib_nullcontext", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.compat.py3k.contextlib_nullcontext.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "excinfo"], "flags": [], "fullname": "numpy.compat.py3k.contextlib_nullcontext.__exit__", "name": "__exit__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "enter_result"], "flags": [], "fullname": "numpy.compat.py3k.contextlib_nullcontext.__init__", "name": "__init__", "type": null}}, "enter_result": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.compat.py3k.contextlib_nullcontext.enter_result", "name": "enter_result", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "getexception": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "numpy.compat.py3k.getexception", "name": "getexception", "type": null}}, "integer_types": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.compat.py3k.integer_types", "name": "integer_types", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [1], "arg_names": ["x"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes", "typing.SupportsInt", "typing_extensions.SupportsIndex", "builtins._SupportsTrunc"]}], "bound_args": ["builtins.int"], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": "int", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["x", "base"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "builtins.int"], "bound_args": ["builtins.int"], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": "int", "ret_type": "builtins.int", "type_guard": null, "variables": []}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "io": {".class": "SymbolTableNode", "cross_ref": "io", "kind": "Gdef", "module_public": false}, "is_pathlib_path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "numpy.compat.py3k.is_pathlib_path", "name": "is_pathlib_path", "type": null}}, "isfileobj": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "numpy.compat.py3k.isfileobj", "name": "isfileobj", "type": null}}, "long": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.compat.py3k.long", "line": 32, "no_args": true, "normalized": false, "target": "builtins.int"}}, "npy_load_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["name", "fn", "info"], "flags": [], "fullname": "numpy.compat.py3k.npy_load_module", "name": "npy_load_module", "type": null}}, "open_latin1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["filename", "mode"], "flags": [], "fullname": "numpy.compat.py3k.open_latin1", "name": "open_latin1", "type": null}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_public": false}, "os_PathLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.compat.py3k.os_PathLike", "line": 136, "no_args": true, "normalized": false, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "os.PathLike"}}}, "os_fspath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.compat.py3k.os_fspath", "name": "os_fspath", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bytes", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "pickle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.compat.py3k.pickle", "name": "pickle", "type": {".class": "AnyType", "missing_import_name": "numpy.compat.py3k.pickle", "source_any": null, "type_of_any": 3}}}, "sixu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": [], "fullname": "numpy.compat.py3k.sixu", "name": "sixu", "type": null}}, "strchar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.compat.py3k.strchar", "name": "strchar", "type": "builtins.str"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_public": false}, "unicode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.compat.py3k.unicode", "line": 35, "no_args": true, "normalized": false, "target": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/compat/py3k.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/compat/py3k.meta.json b/.mypy_cache/3.9/numpy/compat/py3k.meta.json deleted file mode 100644 index b461bb496..000000000 --- a/.mypy_cache/3.9/numpy/compat/py3k.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [19, 20, 21, 22, 24, 30, 131, 1, 1, 1, 1, 1, 1, 28], "dep_prios": [10, 10, 5, 10, 5, 10, 20, 5, 30, 30, 30, 30, 30, 10], "dependencies": ["sys", "os", "pathlib", "io", "abc", "pickle", "importlib.machinery", "builtins", "importlib", "importlib.abc", "types", "typing", "typing_extensions"], "hash": "49bd70ec9c663a299bf800ef02c5fbf28f7730db7bffb455191104ec1f34e34d", "id": "numpy.compat.py3k", "ignore_all": true, "interface_hash": "79f0b20a66f6e0731baeaf8ecb86cba0a2705b89b6ff5fbee2f57f709eede395", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/compat/py3k.py", "plugin_data": null, "size": 3391, "suppressed": ["pickle5"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/__init__.data.json b/.mypy_cache/3.9/numpy/core/__init__.data.json deleted file mode 100644 index 453312954..000000000 --- a/.mypy_cache/3.9/numpy/core/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.core", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/core/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/__init__.meta.json b/.mypy_cache/3.9/numpy/core/__init__.meta.json deleted file mode 100644 index 11b221f64..000000000 --- a/.mypy_cache/3.9/numpy/core/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1], "dep_prios": [5], "dependencies": ["builtins"], "hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", "id": "numpy.core", "ignore_all": true, "interface_hash": "d3865c6afe05766812dabcd800405bd96907739dd6dc13387fd99e63b7c5298e", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/core/__init__.pyi", "plugin_data": null, "size": 0, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/_asarray.data.json b/.mypy_cache/3.9/numpy/core/_asarray.data.json deleted file mode 100644 index 4d9f725ec..000000000 --- a/.mypy_cache/3.9/numpy/core/_asarray.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.core._asarray", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ArrayLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like.ArrayLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DTypeLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._dtype_like.DTypeLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing.Literal", "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}, "_ArrayType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "numpy.core._asarray._ArrayType", "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}}, "_E": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.core._asarray._E", "line": 51, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "E"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "ENSUREARRAY"}]}}}, "_OrderKACF": {".class": "SymbolTableNode", "cross_ref": "numpy._OrderKACF", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Requirements": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.core._asarray._Requirements", "line": 44, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "C"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "C_CONTIGUOUS"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "CONTIGUOUS"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "F"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "F_CONTIGUOUS"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "FORTRAN"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "A"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "ALIGNED"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "W"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "WRITEABLE"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "O"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "OWNDATA"}]}}}, "_RequirementsWithE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.core._asarray._RequirementsWithE", "line": 52, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._asarray._Requirements"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._asarray._E"}]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core._asarray.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core._asarray.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core._asarray.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core._asarray.__package__", "name": "__package__", "type": "builtins.str"}}, "asanyarray": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core._asarray.asanyarray", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["a", "dtype", "order", "like"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core._asarray.asanyarray", "name": "asanyarray", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["a", "dtype", "order", "like"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy.core._asarray._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asanyarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core._asarray._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core._asarray._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "asanyarray", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["a", "dtype", "order", "like"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core._asarray.asanyarray", "name": "asanyarray", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["a", "dtype", "order", "like"], "arg_types": ["builtins.object", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asanyarray", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "asanyarray", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["a", "dtype", "order", "like"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy.core._asarray._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asanyarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core._asarray._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core._asarray._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["a", "dtype", "order", "like"], "arg_types": ["builtins.object", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asanyarray", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}]}}}, "asarray": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["a", "dtype", "order", "like"], "flags": [], "fullname": "numpy.core._asarray.asarray", "name": "asarray", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["a", "dtype", "order", "like"], "arg_types": ["builtins.object", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asarray", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "ascontiguousarray": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["a", "dtype", "like"], "flags": [], "fullname": "numpy.core._asarray.ascontiguousarray", "name": "ascontiguousarray", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["a", "dtype", "like"], "arg_types": ["builtins.object", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ascontiguousarray", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "asfortranarray": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["a", "dtype", "like"], "flags": [], "fullname": "numpy.core._asarray.asfortranarray", "name": "asfortranarray", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["a", "dtype", "like"], "arg_types": ["builtins.object", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asfortranarray", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "ndarray": {".class": "SymbolTableNode", "cross_ref": "numpy.ndarray", "kind": "Gdef", "module_hidden": true, "module_public": false}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "require": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core._asarray.require", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["a", "dtype", "requirements", "like"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core._asarray.require", "name": "require", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["a", "dtype", "requirements", "like"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy.core._asarray._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "NoneType"}, {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._asarray._Requirements"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._asarray._Requirements"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "require", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core._asarray._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core._asarray._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "require", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["a", "dtype", "requirements", "like"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core._asarray.require", "name": "require", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["a", "dtype", "requirements", "like"], "arg_types": ["builtins.object", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._asarray._E"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._asarray._RequirementsWithE"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "require", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "require", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["a", "dtype", "requirements", "like"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core._asarray.require", "name": "require", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["a", "dtype", "requirements", "like"], "arg_types": ["builtins.object", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._asarray._Requirements"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._asarray._Requirements"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "require", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "require", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["a", "dtype", "requirements", "like"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy.core._asarray._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "NoneType"}, {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._asarray._Requirements"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._asarray._Requirements"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "require", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core._asarray._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core._asarray._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["a", "dtype", "requirements", "like"], "arg_types": ["builtins.object", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._asarray._E"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._asarray._RequirementsWithE"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "require", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["a", "dtype", "requirements", "like"], "arg_types": ["builtins.object", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._asarray._Requirements"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._asarray._Requirements"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "require", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}]}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/core/_asarray.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/_asarray.meta.json b/.mypy_cache/3.9/numpy/core/_asarray.meta.json deleted file mode 100644 index 2c555460b..000000000 --- a/.mypy_cache/3.9/numpy/core/_asarray.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 2, 4, 5, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30], "dependencies": ["sys", "typing", "numpy", "numpy.typing", "builtins", "abc"], "hash": "046b5c0f70df0384c63127ffa66af5f04e4510112bcbf9bb5702b8305dae0539", "id": "numpy.core._asarray", "ignore_all": true, "interface_hash": "e44b5677f217bbe236f4c2b207914ad5c3c57244c74227dd159cc18d9ad46d88", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/core/_asarray.pyi", "plugin_data": null, "size": 1772, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/_internal.data.json b/.mypy_cache/3.9/numpy/core/_internal.data.json deleted file mode 100644 index 75946c24a..000000000 --- a/.mypy_cache/3.9/numpy/core/_internal.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.core._internal", "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}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core._internal.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core._internal.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core._internal.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core._internal.__package__", "name": "__package__", "type": "builtins.str"}}, "_ctypes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.core._internal._ctypes", "name": "_ctypes", "type_vars": []}, "flags": [], "fullname": "numpy.core._internal._ctypes", "metaclass_type": null, "metadata": {}, "module_name": "numpy.core._internal", "mro": ["numpy.core._internal._ctypes", "builtins.object"], "names": {".class": "SymbolTable", "data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.core._internal._ctypes.data", "name": "data", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.core._internal._ctypes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "data of _ctypes", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "data", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.core._internal._ctypes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "data of _ctypes", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "data_as": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "numpy.core._internal._ctypes.data_as", "name": "data_as", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "arg_types": ["numpy.core._internal._ctypes", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "data_as of _ctypes", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "get_as_parameter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.core._internal._ctypes.get_as_parameter", "name": "get_as_parameter", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.core._internal._ctypes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_as_parameter of _ctypes", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "get_data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.core._internal._ctypes.get_data", "name": "get_data", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.core._internal._ctypes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_data of _ctypes", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "get_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.core._internal._ctypes.get_shape", "name": "get_shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.core._internal._ctypes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_shape of _ctypes", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "get_strides": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.core._internal._ctypes.get_strides", "name": "get_strides", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.core._internal._ctypes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_strides of _ctypes", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.core._internal._ctypes.shape", "name": "shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.core._internal._ctypes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shape of _ctypes", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.core._internal._ctypes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shape of _ctypes", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "shape_as": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "numpy.core._internal._ctypes.shape_as", "name": "shape_as", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "arg_types": ["numpy.core._internal._ctypes", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shape_as of _ctypes", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "strides": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.core._internal._ctypes.strides", "name": "strides", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.core._internal._ctypes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strides of _ctypes", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "strides", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.core._internal._ctypes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strides of _ctypes", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "strides_as": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "numpy.core._internal._ctypes.strides_as", "name": "strides_as", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "arg_types": ["numpy.core._internal._ctypes", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strides_as of _ctypes", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/core/_internal.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/_internal.meta.json b/.mypy_cache/3.9/numpy/core/_internal.meta.json deleted file mode 100644 index b58285349..000000000 --- a/.mypy_cache/3.9/numpy/core/_internal.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1], "dep_prios": [5, 5], "dependencies": ["typing", "builtins"], "hash": "b1a41f5fa0077f6e462e167fea241db52bf156db87b0da734cae070d9514c1e9", "id": "numpy.core._internal", "ignore_all": true, "interface_hash": "5e93147809b5a82a0fca61b003e4eb07df24fed5cd56e6be309d052fc79a54aa", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/core/_internal.pyi", "plugin_data": null, "size": 525, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/_type_aliases.data.json b/.mypy_cache/3.9/numpy/core/_type_aliases.data.json deleted file mode 100644 index 0e292897b..000000000 --- a/.mypy_cache/3.9/numpy/core/_type_aliases.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.core._type_aliases", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypedDict": {".class": "SymbolTableNode", "cross_ref": "typing.TypedDict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SCTypes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["typing._TypedDict"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.core._type_aliases._SCTypes", "name": "_SCTypes", "type_vars": []}, "flags": [], "fullname": "numpy.core._type_aliases._SCTypes", "metaclass_type": null, "metadata": {}, "module_name": "numpy.core._type_aliases", "mro": ["numpy.core._type_aliases._SCTypes", "typing._TypedDict", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": {".class": "TypedDictType", "fallback": "typing._TypedDict", "items": [["int", {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.signedinteger"}}], "type_ref": "builtins.list"}], ["uint", {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.unsignedinteger"}}], "type_ref": "builtins.list"}], ["float", {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.floating"}}], "type_ref": "builtins.list"}], ["complex", {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.complexfloating"}}], "type_ref": "builtins.list"}], ["others", {".class": "Instance", "args": ["builtins.type"], "type_ref": "builtins.list"}]], "required_keys": ["complex", "float", "int", "others", "uint"]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core._type_aliases.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core._type_aliases.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core._type_aliases.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core._type_aliases.__package__", "name": "__package__", "type": "builtins.str"}}, "complexfloating": {".class": "SymbolTableNode", "cross_ref": "numpy.complexfloating", "kind": "Gdef", "module_hidden": true, "module_public": false}, "floating": {".class": "SymbolTableNode", "cross_ref": "numpy.floating", "kind": "Gdef", "module_hidden": true, "module_public": false}, "generic": {".class": "SymbolTableNode", "cross_ref": "numpy.generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "sctypeDict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core._type_aliases.sctypeDict", "name": "sctypeDict", "type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.int", "builtins.str"]}, {".class": "TypeType", "item": "numpy.generic"}], "type_ref": "builtins.dict"}}}, "sctypes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core._type_aliases.sctypes", "name": "sctypes", "type": {".class": "TypedDictType", "fallback": "numpy.core._type_aliases._SCTypes", "items": [["int", {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.signedinteger"}}], "type_ref": "builtins.list"}], ["uint", {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.unsignedinteger"}}], "type_ref": "builtins.list"}], ["float", {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.floating"}}], "type_ref": "builtins.list"}], ["complex", {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.complexfloating"}}], "type_ref": "builtins.list"}], ["others", {".class": "Instance", "args": ["builtins.type"], "type_ref": "builtins.list"}]], "required_keys": ["complex", "float", "int", "others", "uint"]}}}, "signedinteger": {".class": "SymbolTableNode", "cross_ref": "numpy.signedinteger", "kind": "Gdef", "module_hidden": true, "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "unsignedinteger": {".class": "SymbolTableNode", "cross_ref": "numpy.unsignedinteger", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/core/_type_aliases.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/_type_aliases.meta.json b/.mypy_cache/3.9/numpy/core/_type_aliases.meta.json deleted file mode 100644 index d45ee2aa1..000000000 --- a/.mypy_cache/3.9/numpy/core/_type_aliases.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 2, 4, 1, 1], "dep_prios": [10, 5, 5, 5, 30], "dependencies": ["sys", "typing", "numpy", "builtins", "abc"], "hash": "901cc2d45c098d41e8afb2e5cf3f97266f95b37c0e4450907abc787535e3b452", "id": "numpy.core._type_aliases", "ignore_all": true, "interface_hash": "6b7962f717c8753284ffe6fa60a5257ff73d2b6c4b6030c0405b9889ee847262", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/core/_type_aliases.pyi", "plugin_data": null, "size": 520, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/_ufunc_config.data.json b/.mypy_cache/3.9/numpy/core/_ufunc_config.data.json deleted file mode 100644 index d7bd7002f..000000000 --- a/.mypy_cache/3.9/numpy/core/_ufunc_config.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.core._ufunc_config", "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}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing.Protocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypedDict": {".class": "SymbolTableNode", "cross_ref": "typing.TypedDict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ErrDict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["typing._TypedDict"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.core._ufunc_config._ErrDict", "name": "_ErrDict", "type_vars": []}, "flags": [], "fullname": "numpy.core._ufunc_config._ErrDict", "metaclass_type": null, "metadata": {}, "module_name": "numpy.core._ufunc_config", "mro": ["numpy.core._ufunc_config._ErrDict", "typing._TypedDict", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": {".class": "TypedDictType", "fallback": "typing._TypedDict", "items": [["divide", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrKind"}], ["over", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrKind"}], ["under", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrKind"}], ["invalid", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrKind"}]], "required_keys": ["divide", "invalid", "over", "under"]}}}, "_ErrDictOptional": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["typing._TypedDict"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.core._ufunc_config._ErrDictOptional", "name": "_ErrDictOptional", "type_vars": []}, "flags": [], "fullname": "numpy.core._ufunc_config._ErrDictOptional", "metaclass_type": null, "metadata": {}, "module_name": "numpy.core._ufunc_config", "mro": ["numpy.core._ufunc_config._ErrDictOptional", "typing._TypedDict", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": {".class": "TypedDictType", "fallback": "typing._TypedDict", "items": [["all", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}], ["divide", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}], ["over", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}], ["under", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}], ["invalid", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}]], "required_keys": []}}}, "_ErrFunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.core._ufunc_config._ErrFunc", "line": 10, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}}}, "_ErrKind": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.core._ufunc_config._ErrKind", "line": 9, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}]}}}, "_SupportsWrite": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.core._ufunc_config._SupportsWrite", "name": "_SupportsWrite", "type_vars": []}, "flags": ["is_protocol"], "fullname": "numpy.core._ufunc_config._SupportsWrite", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.core._ufunc_config", "mro": ["numpy.core._ufunc_config._SupportsWrite", "builtins.object"], "names": {".class": "SymbolTable", "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__msg"], "flags": [], "fullname": "numpy.core._ufunc_config._SupportsWrite.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.core._ufunc_config._SupportsWrite", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of _SupportsWrite", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core._ufunc_config.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core._ufunc_config.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core._ufunc_config.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core._ufunc_config.__package__", "name": "__package__", "type": "builtins.str"}}, "getbufsize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "numpy.core._ufunc_config.getbufsize", "name": "getbufsize", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getbufsize", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "geterr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "numpy.core._ufunc_config.geterr", "name": "geterr", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "geterr", "ret_type": {".class": "TypedDictType", "fallback": "numpy.core._ufunc_config._ErrDict", "items": [["divide", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrKind"}], ["over", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrKind"}], ["under", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrKind"}], ["invalid", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrKind"}]], "required_keys": ["divide", "invalid", "over", "under"]}, "type_guard": null, "variables": []}}}, "geterrcall": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "numpy.core._ufunc_config.geterrcall", "name": "geterrcall", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "geterrcall", "ret_type": {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrFunc"}, "numpy.core._ufunc_config._SupportsWrite"]}, "type_guard": null, "variables": []}}}, "setbufsize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["size"], "flags": [], "fullname": "numpy.core._ufunc_config.setbufsize", "name": "setbufsize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["size"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setbufsize", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "seterr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1, 1], "arg_names": ["all", "divide", "over", "under", "invalid"], "flags": [], "fullname": "numpy.core._ufunc_config.seterr", "name": "seterr", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1], "arg_names": ["all", "divide", "over", "under", "invalid"], "arg_types": [{".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seterr", "ret_type": {".class": "TypedDictType", "fallback": "numpy.core._ufunc_config._ErrDict", "items": [["divide", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrKind"}], ["over", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrKind"}], ["under", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrKind"}], ["invalid", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrKind"}]], "required_keys": ["divide", "invalid", "over", "under"]}, "type_guard": null, "variables": []}}}, "seterrcall": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "numpy.core._ufunc_config.seterrcall", "name": "seterrcall", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["func"], "arg_types": [{".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrFunc"}, "numpy.core._ufunc_config._SupportsWrite"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seterrcall", "ret_type": {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrFunc"}, "numpy.core._ufunc_config._SupportsWrite"]}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/core/_ufunc_config.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/_ufunc_config.meta.json b/.mypy_cache/3.9/numpy/core/_ufunc_config.meta.json deleted file mode 100644 index 1a459ab5f..000000000 --- a/.mypy_cache/3.9/numpy/core/_ufunc_config.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "829d23bf6e4bbff5fc9eaa454883274cb03094aa37930a64155c079cc29f0b5a", "id": "numpy.core._ufunc_config", "ignore_all": true, "interface_hash": "966531dd06ee61885cc91d6a74ae3559b14e15c84c19313ace9e33f4dd6e7160", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/core/_ufunc_config.pyi", "plugin_data": null, "size": 1250, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/fromnumeric.data.json b/.mypy_cache/3.9/numpy/core/fromnumeric.data.json deleted file mode 100644 index 5ff8528a9..000000000 --- a/.mypy_cache/3.9/numpy/core/fromnumeric.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.core.fromnumeric", "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}, "ArrayLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like.ArrayLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DTypeLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._dtype_like.DTypeLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "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}, "_ArrayLikeBool": {".class": "SymbolTableNode", "cross_ref": "numpy._ArrayLikeBool", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ArrayLikeIntOrBool": {".class": "SymbolTableNode", "cross_ref": "numpy._ArrayLikeIntOrBool", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ModeKind": {".class": "SymbolTableNode", "cross_ref": "numpy._ModeKind", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_NumberLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._NumberLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_OrderACF": {".class": "SymbolTableNode", "cross_ref": "numpy._OrderACF", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_OrderKACF": {".class": "SymbolTableNode", "cross_ref": "numpy._OrderKACF", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_PartitionKind": {".class": "SymbolTableNode", "cross_ref": "numpy._PartitionKind", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Scalar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.core.fromnumeric._Scalar", "line": 39, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core.fromnumeric._ScalarBuiltin"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core.fromnumeric._ScalarNumpy"}]}}}, "_ScalarBuiltin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.core.fromnumeric._ScalarBuiltin", "line": 38, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", "datetime.date", "datetime.timedelta", "builtins.bool", "builtins.int", "builtins.float", "builtins.complex"]}}}, "_ScalarGeneric": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "numpy.core.fromnumeric._ScalarGeneric", "name": "_ScalarGeneric", "upper_bound": "numpy.generic", "values": [], "variance": 0}}, "_ScalarNumpy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.core.fromnumeric._ScalarNumpy", "line": 37, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["numpy.generic", "datetime.datetime", "datetime.timedelta"]}}}, "_Shape": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._shape._Shape", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ShapeLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._shape._ShapeLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SortKind": {".class": "SymbolTableNode", "cross_ref": "numpy._SortKind", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SortSide": {".class": "SymbolTableNode", "cross_ref": "numpy._SortSide", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.fromnumeric.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.fromnumeric.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.fromnumeric.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.fromnumeric.__package__", "name": "__package__", "type": "builtins.str"}}, "all": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core.fromnumeric.all", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.fromnumeric.all", "name": "all", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "out", "keepdims"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all", "ret_type": "numpy.bool_", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "all", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.fromnumeric.all", "name": "all", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "out", "keepdims"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "all", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "out", "keepdims"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all", "ret_type": "numpy.bool_", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "out", "keepdims"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "amax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["a", "axis", "out", "keepdims", "initial", "where"], "flags": [], "fullname": "numpy.core.fromnumeric.amax", "name": "amax", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["a", "axis", "out", "keepdims", "initial", "where"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeBool"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "amax", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "amin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["a", "axis", "out", "keepdims", "initial", "where"], "flags": [], "fullname": "numpy.core.fromnumeric.amin", "name": "amin", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["a", "axis", "out", "keepdims", "initial", "where"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeBool"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "amin", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "any": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core.fromnumeric.any", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.fromnumeric.any", "name": "any", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "out", "keepdims"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any", "ret_type": "numpy.bool_", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "any", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.fromnumeric.any", "name": "any", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "out", "keepdims"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "any", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "out", "keepdims"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any", "ret_type": "numpy.bool_", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "out", "keepdims"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "argmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core.fromnumeric.argmax", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["a", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.fromnumeric.argmax", "name": "argmax", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["a", "axis", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmax", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "argmax", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["a", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.fromnumeric.argmax", "name": "argmax", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["a", "axis", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmax", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "argmax", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["a", "axis", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmax", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["a", "axis", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmax", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "argmin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core.fromnumeric.argmin", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["a", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.fromnumeric.argmin", "name": "argmin", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["a", "axis", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmin", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "argmin", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["a", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.fromnumeric.argmin", "name": "argmin", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["a", "axis", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmin", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "argmin", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["a", "axis", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmin", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["a", "axis", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmin", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "argpartition": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["a", "kth", "axis", "kind", "order"], "flags": [], "fullname": "numpy.core.fromnumeric.argpartition", "name": "argpartition", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["a", "kth", "axis", "kind", "order"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeIntOrBool"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._PartitionKind"}, {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argpartition", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "argsort": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "kind", "order"], "flags": [], "fullname": "numpy.core.fromnumeric.argsort", "name": "argsort", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "kind", "order"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "quicksort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "mergesort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "heapsort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "stable"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argsort", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "around": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["a", "decimals", "out"], "flags": [], "fullname": "numpy.core.fromnumeric.around", "name": "around", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["a", "decimals", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, "builtins.int", {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "around", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "bool_": {".class": "SymbolTableNode", "cross_ref": "numpy.bool_", "kind": "Gdef", "module_hidden": true, "module_public": false}, "choose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "choices", "out", "mode"], "flags": [], "fullname": "numpy.core.fromnumeric.choose", "name": "choose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "choices", "out", "mode"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeIntOrBool"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "choose", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "clip": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core.fromnumeric.clip", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 4], "arg_names": ["a", "a_min", "a_max", "out", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.fromnumeric.clip", "name": "clip", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 4], "arg_names": ["a", "a_min", "a_max", "out", "kwargs"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes", "numpy.generic", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._ScalarLike"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, "numpy.typing._array_like._SupportsArray", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clip", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 4], "arg_names": ["a", "a_min", "a_max", "out", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.fromnumeric.clip", "name": "clip", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 4], "arg_names": ["a", "a_min", "a_max", "out", "kwargs"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clip", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 4], "arg_names": ["a", "a_min", "a_max", "out", "kwargs"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes", "numpy.generic", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._ScalarLike"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, "numpy.typing._array_like._SupportsArray", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 4], "arg_names": ["a", "a_min", "a_max", "out", "kwargs"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "compress": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["condition", "a", "axis", "out"], "flags": [], "fullname": "numpy.core.fromnumeric.compress", "name": "compress", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["condition", "a", "axis", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compress", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "cumprod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "dtype", "out"], "flags": [], "fullname": "numpy.core.fromnumeric.cumprod", "name": "cumprod", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "dtype", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumprod", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "cumsum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "dtype", "out"], "flags": [], "fullname": "numpy.core.fromnumeric.cumsum", "name": "cumsum", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "dtype", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumsum", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "diagonal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "offset", "axis1", "axis2"], "flags": [], "fullname": "numpy.core.fromnumeric.diagonal", "name": "diagonal", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "offset", "axis1", "axis2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "diagonal", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "dt": {".class": "SymbolTableNode", "cross_ref": "datetime", "kind": "Gdef", "module_hidden": true, "module_public": false}, "generic": {".class": "SymbolTableNode", "cross_ref": "numpy.generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "mean": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "axis", "dtype", "out", "keepdims"], "flags": [], "fullname": "numpy.core.fromnumeric.mean", "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "axis", "dtype", "out", "keepdims"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mean", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "ndarray": {".class": "SymbolTableNode", "cross_ref": "numpy.ndarray", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ndim": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.core.fromnumeric.ndim", "name": "ndim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["a"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ndim", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "nonzero": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.core.fromnumeric.nonzero", "name": "nonzero", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["a"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nonzero", "ret_type": {".class": "Instance", "args": ["numpy.ndarray"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "partition": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["a", "kth", "axis", "kind", "order"], "flags": [], "fullname": "numpy.core.fromnumeric.partition", "name": "partition", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["a", "kth", "axis", "kind", "order"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeIntOrBool"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._PartitionKind"}, {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "partition", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "prod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["a", "axis", "dtype", "out", "keepdims", "initial", "where"], "flags": [], "fullname": "numpy.core.fromnumeric.prod", "name": "prod", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["a", "axis", "dtype", "out", "keepdims", "initial", "where"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeBool"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prod", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "ptp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "out", "keepdims"], "flags": [], "fullname": "numpy.core.fromnumeric.ptp", "name": "ptp", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "out", "keepdims"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ptp", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "put": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["a", "ind", "v", "mode"], "flags": [], "fullname": "numpy.core.fromnumeric.put", "name": "put", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["a", "ind", "v", "mode"], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeIntOrBool"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "put", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "ravel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["a", "order"], "flags": [], "fullname": "numpy.core.fromnumeric.ravel", "name": "ravel", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["a", "order"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ravel", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "repeat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["a", "repeats", "axis"], "flags": [], "fullname": "numpy.core.fromnumeric.repeat", "name": "repeat", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["a", "repeats", "axis"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeIntOrBool"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repeat", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "reshape": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["a", "newshape", "order"], "flags": [], "fullname": "numpy.core.fromnumeric.reshape", "name": "reshape", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["a", "newshape", "order"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderACF"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reshape", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "resize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "new_shape"], "flags": [], "fullname": "numpy.core.fromnumeric.resize", "name": "resize", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["a", "new_shape"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resize", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "searchsorted": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core.fromnumeric.searchsorted", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "v", "side", "sorter"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.fromnumeric.searchsorted", "name": "searchsorted", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "v", "side", "sorter"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core.fromnumeric._Scalar"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._SortSide"}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "builtins.bool", "numpy.bool_", "numpy.ndarray", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "searchsorted", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "searchsorted", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "v", "side", "sorter"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.fromnumeric.searchsorted", "name": "searchsorted", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "v", "side", "sorter"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._SortSide"}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "builtins.bool", "numpy.bool_", "numpy.ndarray", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "searchsorted", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "searchsorted", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "v", "side", "sorter"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core.fromnumeric._Scalar"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._SortSide"}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "builtins.bool", "numpy.bool_", "numpy.ndarray", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "searchsorted", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "v", "side", "sorter"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._SortSide"}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "builtins.bool", "numpy.bool_", "numpy.ndarray", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "searchsorted", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}]}}}, "shape": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.core.fromnumeric.shape", "name": "shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["a"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shape", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}}}, "signedinteger": {".class": "SymbolTableNode", "cross_ref": "numpy.signedinteger", "kind": "Gdef", "module_hidden": true, "module_public": false}, "size": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["a", "axis"], "flags": [], "fullname": "numpy.core.fromnumeric.size", "name": "size", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["a", "axis"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "size", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sort": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "kind", "order"], "flags": [], "fullname": "numpy.core.fromnumeric.sort", "name": "sort", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "kind", "order"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "quicksort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "mergesort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "heapsort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "stable"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "squeeze": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core.fromnumeric.squeeze", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["a", "axis"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.fromnumeric.squeeze", "name": "squeeze", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["a", "axis"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy.core.fromnumeric._ScalarGeneric", "id": -1, "name": "_ScalarGeneric", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.fromnumeric._ScalarGeneric", "id": -1, "name": "_ScalarGeneric", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.fromnumeric._ScalarGeneric", "id": -1, "name": "_ScalarGeneric", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "squeeze", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["a", "axis"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.fromnumeric.squeeze", "name": "squeeze", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["a", "axis"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "squeeze", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["a", "axis"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy.core.fromnumeric._ScalarGeneric", "id": -1, "name": "_ScalarGeneric", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.fromnumeric._ScalarGeneric", "id": -1, "name": "_ScalarGeneric", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.fromnumeric._ScalarGeneric", "id": -1, "name": "_ScalarGeneric", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["a", "axis"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}]}}}, "std": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["a", "axis", "dtype", "out", "ddof", "keepdims"], "flags": [], "fullname": "numpy.core.fromnumeric.std", "name": "std", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["a", "axis", "dtype", "out", "ddof", "keepdims"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "sum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["a", "axis", "dtype", "out", "keepdims", "initial", "where"], "flags": [], "fullname": "numpy.core.fromnumeric.sum", "name": "sum", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["a", "axis", "dtype", "out", "keepdims", "initial", "where"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeBool"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "swapaxes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["a", "axis1", "axis2"], "flags": [], "fullname": "numpy.core.fromnumeric.swapaxes", "name": "swapaxes", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["a", "axis1", "axis2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "swapaxes", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "take": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["a", "indices", "axis", "out", "mode"], "flags": [], "fullname": "numpy.core.fromnumeric.take", "name": "take", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["a", "indices", "axis", "out", "mode"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeIntOrBool"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "take", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "trace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["a", "offset", "axis1", "axis2", "dtype", "out"], "flags": [], "fullname": "numpy.core.fromnumeric.trace", "name": "trace", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["a", "offset", "axis1", "axis2", "dtype", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, "builtins.int", "builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trace", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "transpose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["a", "axes"], "flags": [], "fullname": "numpy.core.fromnumeric.transpose", "name": "transpose", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["a", "axes"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}, "numpy.ndarray"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "transpose", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "var": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["a", "axis", "dtype", "out", "ddof", "keepdims"], "flags": [], "fullname": "numpy.core.fromnumeric.var", "name": "var", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["a", "axis", "dtype", "out", "ddof", "keepdims"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/core/fromnumeric.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/fromnumeric.meta.json b/.mypy_cache/3.9/numpy/core/fromnumeric.meta.json deleted file mode 100644 index 7d5215df5..000000000 --- a/.mypy_cache/3.9/numpy/core/fromnumeric.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 2, 3, 5, 19, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 5, 30], "dependencies": ["sys", "datetime", "typing", "numpy", "numpy.typing", "builtins", "abc"], "hash": "033b5f25d848fde2636803e68a377a814ae29e50d080abca480df78975334977", "id": "numpy.core.fromnumeric", "ignore_all": true, "interface_hash": "7a2e1265a630e9357b5fc4fa2662c299df656caceed6fef3f8bdd6723abd7f22", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/core/fromnumeric.pyi", "plugin_data": null, "size": 8001, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/function_base.data.json b/.mypy_cache/3.9/numpy/core/function_base.data.json deleted file mode 100644 index 9b74b7130..000000000 --- a/.mypy_cache/3.9/numpy/core/function_base.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.core.function_base", "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}, "ArrayLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like.ArrayLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DTypeLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._dtype_like.DTypeLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsIndex": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsIndex", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ArrayLikeNested": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.core.function_base._ArrayLikeNested", "line": 16, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}}}, "_ArrayLikeNumber": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.core.function_base._ArrayLikeNumber", "line": 17, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}], "type_ref": "typing.Sequence"}, "numpy.ndarray", "numpy.typing._array_like._SupportsArray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core.function_base._ArrayLikeNested"}]}}}, "_NumberLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._NumberLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SupportsArray": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like._SupportsArray", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.function_base.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.function_base.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.function_base.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.function_base.__package__", "name": "__package__", "type": "builtins.str"}}, "geomspace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["start", "stop", "num", "endpoint", "dtype", "axis"], "flags": [], "fullname": "numpy.core.function_base.geomspace", "name": "geomspace", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["start", "stop", "num", "endpoint", "dtype", "axis"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core.function_base._ArrayLikeNumber"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core.function_base._ArrayLikeNumber"}, "typing.SupportsIndex", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, "typing.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "geomspace", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "linspace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core.function_base.linspace", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["start", "stop", "num", "endpoint", "retstep", "dtype", "axis"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.function_base.linspace", "name": "linspace", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["start", "stop", "num", "endpoint", "retstep", "dtype", "axis"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core.function_base._ArrayLikeNumber"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core.function_base._ArrayLikeNumber"}, "typing.SupportsIndex", "builtins.bool", {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, "typing.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "linspace", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "linspace", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["start", "stop", "num", "endpoint", "retstep", "dtype", "axis"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.function_base.linspace", "name": "linspace", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["start", "stop", "num", "endpoint", "retstep", "dtype", "axis"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core.function_base._ArrayLikeNumber"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core.function_base._ArrayLikeNumber"}, "typing.SupportsIndex", "builtins.bool", {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, "typing.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "linspace", "ret_type": {".class": "TupleType", "implicit": false, "items": ["numpy.ndarray", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "linspace", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["start", "stop", "num", "endpoint", "retstep", "dtype", "axis"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core.function_base._ArrayLikeNumber"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core.function_base._ArrayLikeNumber"}, "typing.SupportsIndex", "builtins.bool", {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, "typing.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "linspace", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["start", "stop", "num", "endpoint", "retstep", "dtype", "axis"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core.function_base._ArrayLikeNumber"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core.function_base._ArrayLikeNumber"}, "typing.SupportsIndex", "builtins.bool", {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, "typing.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "linspace", "ret_type": {".class": "TupleType", "implicit": false, "items": ["numpy.ndarray", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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": []}]}}}, "logspace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["start", "stop", "num", "endpoint", "base", "dtype", "axis"], "flags": [], "fullname": "numpy.core.function_base.logspace", "name": "logspace", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["start", "stop", "num", "endpoint", "base", "dtype", "axis"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core.function_base._ArrayLikeNumber"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core.function_base._ArrayLikeNumber"}, "typing.SupportsIndex", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core.function_base._ArrayLikeNumber"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, "typing.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logspace", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "ndarray": {".class": "SymbolTableNode", "cross_ref": "numpy.ndarray", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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/anaconda3/lib/python3.9/site-packages/numpy/core/function_base.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/function_base.meta.json b/.mypy_cache/3.9/numpy/core/function_base.meta.json deleted file mode 100644 index b4e112d19..000000000 --- a/.mypy_cache/3.9/numpy/core/function_base.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 2, 4, 5, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30], "dependencies": ["sys", "typing", "numpy", "numpy.typing", "builtins", "abc"], "hash": "1a3078b3c57598462975bd8f037f36bbdf16741e57ca1c2cfdda62bce727a370", "id": "numpy.core.function_base", "ignore_all": true, "interface_hash": "da2da5e8bf016a66ac49545b1b37db611bd411f770ea73602746dceb0663bced", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/core/function_base.pyi", "plugin_data": null, "size": 1535, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/getlimits.data.json b/.mypy_cache/3.9/numpy/core/getlimits.data.json deleted file mode 100644 index 2ff8ee565..000000000 --- a/.mypy_cache/3.9/numpy/core/getlimits.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.core.getlimits", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "MachAr": {".class": "SymbolTableNode", "cross_ref": "numpy.core.machar.MachAr", "kind": "Gdef", "module_public": false}, "MachArLike": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.core.getlimits.MachArLike", "name": "MachArLike", "type_vars": []}, "flags": [], "fullname": "numpy.core.getlimits.MachArLike", "metaclass_type": null, "metadata": {}, "module_name": "numpy.core.getlimits", "mro": ["numpy.core.getlimits.MachArLike", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 3, 3, 3, 3, 4], "arg_names": ["self", "ftype", "eps", "epsneg", "huge", "tiny", "ibeta", "kwargs"], "flags": [], "fullname": "numpy.core.getlimits.MachArLike.__init__", "name": "__init__", "type": null}}, "_str_eps": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.MachArLike._str_eps", "name": "_str_eps", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_str_epsneg": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.MachArLike._str_epsneg", "name": "_str_epsneg", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_str_resolution": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.MachArLike._str_resolution", "name": "_str_resolution", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_str_xmax": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.MachArLike._str_xmax", "name": "_str_xmax", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_str_xmin": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.MachArLike._str_xmin", "name": "_str_xmin", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "eps": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.MachArLike.eps", "name": "eps", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "epsilon": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.MachArLike.epsilon", "name": "epsilon", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "epsneg": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.MachArLike.epsneg", "name": "epsneg", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "huge": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.MachArLike.huge", "name": "huge", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "ibeta": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.MachArLike.ibeta", "name": "ibeta", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "precision": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.MachArLike.precision", "name": "precision", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "resolution": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.MachArLike.resolution", "name": "resolution", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "tiny": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.MachArLike.tiny", "name": "tiny", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "title": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.MachArLike.title", "name": "title", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "xmax": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.MachArLike.xmax", "name": "xmax", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "xmin": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.MachArLike.xmin", "name": "xmin", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_KNOWN_TYPES": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits._KNOWN_TYPES", "name": "_KNOWN_TYPES", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.dict"}}}, "_MACHAR_PARAMS": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits._MACHAR_PARAMS", "name": "_MACHAR_PARAMS", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 5}, "type_of_any": 7}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 5}, "type_of_any": 7}], "type_ref": "builtins.dict"}], "type_ref": "builtins.dict"}}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.getlimits.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.getlimits.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.getlimits.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.getlimits.__package__", "name": "__package__", "type": "builtins.str"}}, "_convert_to_float": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits._convert_to_float", "name": "_convert_to_float", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 5}, "type_of_any": 7}, {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 5}, "type_of_any": 7}], "type_ref": "builtins.dict"}}}, "_discovered_machar": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ftype"], "flags": [], "fullname": "numpy.core.getlimits._discovered_machar", "name": "_discovered_machar", "type": null}}, "_float_ma": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits._float_ma", "name": "_float_ma", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.dict"}}}, "_fr0": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.core.getlimits._fr0", "name": "_fr0", "type": null}}, "_fr1": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.core.getlimits._fr1", "name": "_fr1", "type": null}}, "_get_machar": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ftype"], "flags": [], "fullname": "numpy.core.getlimits._get_machar", "name": "_get_machar", "type": null}}, "_register_known_types": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "numpy.core.getlimits._register_known_types", "name": "_register_known_types", "type": null}}, "_register_type": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["machar", "bytepat"], "flags": [], "fullname": "numpy.core.getlimits._register_type", "name": "_register_type", "type": null}}, "_title_fmt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.getlimits._title_fmt", "name": "_title_fmt", "type": "builtins.str"}}, "array": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.getlimits.array", "name": "array", "type": {".class": "AnyType", "missing_import_name": "numpy.core.getlimits.array", "source_any": null, "type_of_any": 3}}}, "exp2": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.getlimits.exp2", "name": "exp2", "type": {".class": "AnyType", "missing_import_name": "numpy.core.getlimits.exp2", "source_any": null, "type_of_any": 3}}}, "finfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.core.getlimits.finfo", "name": "finfo", "type_vars": []}, "flags": [], "fullname": "numpy.core.getlimits.finfo", "metaclass_type": null, "metadata": {}, "module_name": "numpy.core.getlimits", "mro": ["numpy.core.getlimits.finfo", "builtins.object"], "names": {".class": "SymbolTable", "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "dtype"], "flags": [], "fullname": "numpy.core.getlimits.finfo.__new__", "name": "__new__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.core.getlimits.finfo.__repr__", "name": "__repr__", "type": null}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.core.getlimits.finfo.__str__", "name": "__str__", "type": null}}, "_finfo_cache": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.core.getlimits.finfo._finfo_cache", "name": "_finfo_cache", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.dict"}}}, "_init": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dtype"], "flags": [], "fullname": "numpy.core.getlimits.finfo._init", "name": "_init", "type": null}}, "_str_eps": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.finfo._str_eps", "name": "_str_eps", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_str_epsneg": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.finfo._str_epsneg", "name": "_str_epsneg", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_str_max": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.finfo._str_max", "name": "_str_max", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_str_resolution": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.finfo._str_resolution", "name": "_str_resolution", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_str_tiny": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.finfo._str_tiny", "name": "_str_tiny", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "bits": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.finfo.bits", "name": "bits", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "dtype": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.finfo.dtype", "name": "dtype", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "eps": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.finfo.eps", "name": "eps", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "machar": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.finfo.machar", "name": "machar", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "max": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.finfo.max", "name": "max", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "min": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.finfo.min", "name": "min", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "nexp": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.finfo.nexp", "name": "nexp", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "nmant": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.finfo.nmant", "name": "nmant", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "iinfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.core.getlimits.iinfo", "name": "iinfo", "type_vars": []}, "flags": [], "fullname": "numpy.core.getlimits.iinfo", "metaclass_type": null, "metadata": {}, "module_name": "numpy.core.getlimits", "mro": ["numpy.core.getlimits.iinfo", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "int_type"], "flags": [], "fullname": "numpy.core.getlimits.iinfo.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.core.getlimits.iinfo.__repr__", "name": "__repr__", "type": null}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.core.getlimits.iinfo.__str__", "name": "__str__", "type": null}}, "_max_vals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.core.getlimits.iinfo._max_vals", "name": "_max_vals", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.dict"}}}, "_min_vals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.core.getlimits.iinfo._min_vals", "name": "_min_vals", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.dict"}}}, "bits": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.iinfo.bits", "name": "bits", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "dtype": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.iinfo.dtype", "name": "dtype", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "key": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.iinfo.key", "name": "key", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "kind": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.getlimits.iinfo.kind", "name": "kind", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "max": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.core.getlimits.iinfo.max", "name": "max", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "max", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.core.getlimits.iinfo"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "max of iinfo", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "min": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.core.getlimits.iinfo.min", "name": "min", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "min", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.core.getlimits.iinfo"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "min of iinfo", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "inf": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.getlimits.inf", "name": "inf", "type": {".class": "AnyType", "missing_import_name": "numpy.core.getlimits.inf", "source_any": null, "type_of_any": 3}}}, "log10": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.getlimits.log10", "name": "log10", "type": {".class": "AnyType", "missing_import_name": "numpy.core.getlimits.log10", "source_any": null, "type_of_any": 3}}}, "ntypes": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes", "kind": "Gdef", "module_public": false}, "numeric": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric", "kind": "Gdef", "module_public": false}, "set_module": {".class": "SymbolTableNode", "cross_ref": "numpy.core.overrides.set_module", "kind": "Gdef", "module_public": false}, "umath": {".class": "SymbolTableNode", "cross_ref": "numpy.core.umath", "kind": "Gdef", "module_public": false}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/core/getlimits.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/getlimits.meta.json b/.mypy_cache/3.9/numpy/core/getlimits.meta.json deleted file mode 100644 index dd03005c6..000000000 --- a/.mypy_cache/3.9/numpy/core/getlimits.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [6, 8, 9, 10, 10, 11, 13, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 20, 5, 10, 5, 5, 30, 30, 30, 30, 30], "dependencies": ["warnings", "numpy.core.machar", "numpy.core.overrides", "numpy.core", "numpy.core.numeric", "numpy.core.numerictypes", "numpy.core.umath", "builtins", "_warnings", "abc", "types", "typing", "typing_extensions"], "hash": "127a064b12b8dc795d72181049e3ce54586139bfc89258f1b1c2d9d615de0948", "id": "numpy.core.getlimits", "ignore_all": true, "interface_hash": "29e9bf83d813c80ade1c7706c064ffa9f03d0998226b6740d799c0a15d3e586b", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/core/getlimits.py", "plugin_data": null, "size": 19774, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/machar.data.json b/.mypy_cache/3.9/numpy/core/machar.data.json deleted file mode 100644 index 80f94053b..000000000 --- a/.mypy_cache/3.9/numpy/core/machar.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.core.machar", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "MachAr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.core.machar.MachAr", "name": "MachAr", "type_vars": []}, "flags": [], "fullname": "numpy.core.machar.MachAr", "metaclass_type": null, "metadata": {}, "module_name": "numpy.core.machar", "mro": ["numpy.core.machar.MachAr", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "float_conv", "int_conv", "float_to_float", "float_to_str", "title"], "flags": [], "fullname": "numpy.core.machar.MachAr.__init__", "name": "__init__", "type": null}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.core.machar.MachAr.__str__", "name": "__str__", "type": null}}, "_do_init": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "float_conv", "int_conv", "float_to_float", "float_to_str", "title"], "flags": [], "fullname": "numpy.core.machar.MachAr._do_init", "name": "_do_init", "type": null}}, "_str_eps": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr._str_eps", "name": "_str_eps", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_str_epsneg": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr._str_epsneg", "name": "_str_epsneg", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_str_resolution": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr._str_resolution", "name": "_str_resolution", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_str_xmax": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr._str_xmax", "name": "_str_xmax", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_str_xmin": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr._str_xmin", "name": "_str_xmin", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "eps": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr.eps", "name": "eps", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "epsilon": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr.epsilon", "name": "epsilon", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "epsneg": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr.epsneg", "name": "epsneg", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "huge": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr.huge", "name": "huge", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "ibeta": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr.ibeta", "name": "ibeta", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "iexp": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr.iexp", "name": "iexp", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "irnd": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr.irnd", "name": "irnd", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "it": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr.it", "name": "it", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "machep": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr.machep", "name": "machep", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "maxexp": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr.maxexp", "name": "maxexp", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "minexp": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr.minexp", "name": "minexp", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "negep": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr.negep", "name": "negep", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "ngrd": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr.ngrd", "name": "ngrd", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "precision": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr.precision", "name": "precision", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "resolution": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr.resolution", "name": "resolution", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "tiny": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr.tiny", "name": "tiny", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "title": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr.title", "name": "title", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "xmax": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr.xmax", "name": "xmax", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "xmin": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.MachAr.xmin", "name": "xmin", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.core.machar.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.machar.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.machar.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.machar.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.machar.__package__", "name": "__package__", "type": "builtins.str"}}, "any": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.any", "kind": "Gdef", "module_public": false}, "errstate": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.machar.errstate", "name": "errstate", "type": {".class": "AnyType", "missing_import_name": "numpy.core.machar.errstate", "source_any": null, "type_of_any": 3}}}, "set_module": {".class": "SymbolTableNode", "cross_ref": "numpy.core.overrides.set_module", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/core/machar.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/machar.meta.json b/.mypy_cache/3.9/numpy/core/machar.meta.json deleted file mode 100644 index 2752e95d3..000000000 --- a/.mypy_cache/3.9/numpy/core/machar.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [10, 11, 12, 320, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 5, 30, 30, 30, 30], "dependencies": ["numpy.core.fromnumeric", "numpy.core._ufunc_config", "numpy.core.overrides", "math", "builtins", "_typeshed", "abc", "typing", "typing_extensions"], "hash": "dc04a7db7aab084a1d76798b7ac54bd5eff27030575df6a5fe393a4ca21dd789", "id": "numpy.core.machar", "ignore_all": true, "interface_hash": "5fb88106d29114375a649d8510234fb32c31a677a0502d06b1910b6881f3be37", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/core/machar.py", "plugin_data": null, "size": 10815, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/multiarray.data.json b/.mypy_cache/3.9/numpy/core/multiarray.data.json deleted file mode 100644 index 528ebeb9d..000000000 --- a/.mypy_cache/3.9/numpy/core/multiarray.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.core.multiarray", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "_ARRAY_API": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.multiarray._ARRAY_API", "name": "_ARRAY_API", "type": {".class": "AnyType", "missing_import_name": "numpy.core.multiarray._ARRAY_API", "source_any": null, "type_of_any": 3}}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.core.multiarray.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.multiarray.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.multiarray.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.multiarray.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.multiarray.__package__", "name": "__package__", "type": "builtins.str"}}, "_fastCopyAndTranspose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.multiarray._fastCopyAndTranspose", "name": "_fastCopyAndTranspose", "type": {".class": "AnyType", "missing_import_name": "numpy.core.multiarray._fastCopyAndTranspose", "source_any": null, "type_of_any": 3}}}, "_flagdict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.multiarray._flagdict", "name": "_flagdict", "type": {".class": "AnyType", "missing_import_name": "numpy.core.multiarray._flagdict", "source_any": null, "type_of_any": 3}}}, "_get_ndarray_c_version": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.multiarray._get_ndarray_c_version", "name": "_get_ndarray_c_version", "type": {".class": "AnyType", "missing_import_name": "numpy.core.multiarray._get_ndarray_c_version", "source_any": null, "type_of_any": 3}}}, "_insert": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.multiarray._insert", "name": "_insert", "type": {".class": "AnyType", "missing_import_name": "numpy.core.multiarray._insert", "source_any": null, "type_of_any": 3}}}, "_monotonicity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.multiarray._monotonicity", "name": "_monotonicity", "type": {".class": "AnyType", "missing_import_name": "numpy.core.multiarray._monotonicity", "source_any": null, "type_of_any": 3}}}, "_multiarray_umath": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.multiarray._multiarray_umath", "name": "_multiarray_umath", "type": {".class": "AnyType", "missing_import_name": "numpy.core.multiarray._multiarray_umath", "source_any": null, "type_of_any": 3}}}, "_reconstruct": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.multiarray._reconstruct", "name": "_reconstruct", "type": {".class": "AnyType", "missing_import_name": "numpy.core.multiarray._reconstruct", "source_any": null, "type_of_any": 3}}}, "_set_madvise_hugepage": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.multiarray._set_madvise_hugepage", "name": "_set_madvise_hugepage", "type": {".class": "AnyType", "missing_import_name": "numpy.core.multiarray._set_madvise_hugepage", "source_any": null, "type_of_any": 3}}}, "_vec_string": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.multiarray._vec_string", "name": "_vec_string", "type": {".class": "AnyType", "missing_import_name": "numpy.core.multiarray._vec_string", "source_any": null, "type_of_any": 3}}}, "array_function_from_c_func_and_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.core.multiarray.array_function_from_c_func_and_dispatcher", "name": "array_function_from_c_func_and_dispatcher", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "functools.partial"}}}, "bincount": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["x", "weights", "minlength"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.bincount", "name": "bincount", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "bincount", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "busday_count": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["begindates", "enddates", "weekmask", "holidays", "busdaycal", "out"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.busday_count", "name": "busday_count", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "busday_count", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "busday_offset": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["dates", "offsets", "roll", "weekmask", "holidays", "busdaycal", "out"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.busday_offset", "name": "busday_offset", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "busday_offset", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "can_cast": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["from_", "to", "casting"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.can_cast", "name": "can_cast", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "can_cast", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "concatenate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5, 5], "arg_names": ["arrays", "axis", "out", "dtype", "casting"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.concatenate", "name": "concatenate", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "concatenate", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "copyto": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["dst", "src", "casting", "where"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.copyto", "name": "copyto", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "copyto", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "datetime_as_string": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["arr", "unit", "timezone", "casting"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.datetime_as_string", "name": "datetime_as_string", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "datetime_as_string", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "dot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["a", "b", "out"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.dot", "name": "dot", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "dot", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "empty_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["prototype", "dtype", "order", "subok", "shape"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.empty_like", "name": "empty_like", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "empty_like", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef", "module_public": false}, "inner": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.inner", "name": "inner", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "inner", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "is_busday": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["dates", "weekmask", "holidays", "busdaycal", "out"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.is_busday", "name": "is_busday", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "is_busday", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "lexsort": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["keys", "axis"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.lexsort", "name": "lexsort", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "lexsort", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "may_share_memory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["a", "b", "max_work"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.may_share_memory", "name": "may_share_memory", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "may_share_memory", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "min_scalar_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.min_scalar_type", "name": "min_scalar_type", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "min_scalar_type", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "overrides": {".class": "SymbolTableNode", "cross_ref": "numpy.core.overrides", "kind": "Gdef", "module_public": false}, "packbits": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["a", "axis", "bitorder"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.packbits", "name": "packbits", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "packbits", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "putmask": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["a", "mask", "values"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.putmask", "name": "putmask", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "putmask", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "ravel_multi_index": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["multi_index", "dims", "mode", "order"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.ravel_multi_index", "name": "ravel_multi_index", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "ravel_multi_index", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "result_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["arrays_and_dtypes"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.result_type", "name": "result_type", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "result_type", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "shares_memory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["a", "b", "max_work"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.shares_memory", "name": "shares_memory", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "shares_memory", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "unpackbits": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "count", "bitorder"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.unpackbits", "name": "unpackbits", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "unpackbits", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "unravel_index": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["indices", "shape", "order", "dims"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.unravel_index", "name": "unravel_index", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "unravel_index", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "vdot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.vdot", "name": "vdot", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "vdot", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef", "module_public": false}, "where": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["condition", "x", "y"], "flags": ["is_decorated"], "fullname": "numpy.core.multiarray.where", "name": "where", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "where", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/core/multiarray.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/multiarray.meta.json b/.mypy_cache/3.9/numpy/core/multiarray.meta.json deleted file mode 100644 index 31dd85d0e..000000000 --- a/.mypy_cache/3.9/numpy/core/multiarray.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [9, 10, 12, 12, 1, 1, 1, 1, 14], "dep_prios": [10, 10, 5, 10, 5, 30, 30, 30, 5], "dependencies": ["functools", "warnings", "numpy.core", "numpy.core.overrides", "builtins", "_warnings", "abc", "typing"], "hash": "18bcee461a63adcdd0f93e9776c97c5cfe91c12650b66e0639eedbc22eb0f0dc", "id": "numpy.core.multiarray", "ignore_all": true, "interface_hash": "6a8ab2d15d2c2fb632558b28195d4e337e0b776994672d8f4df530e2f2d2a050", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/core/multiarray.py", "plugin_data": null, "size": 54873, "suppressed": ["numpy.core._multiarray_umath"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/numeric.data.json b/.mypy_cache/3.9/numpy/core/numeric.data.json deleted file mode 100644 index 728107efe..000000000 --- a/.mypy_cache/3.9/numpy/core/numeric.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.core.numeric", "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}, "ArrayLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like.ArrayLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DTypeLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._dtype_like.DTypeLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "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}, "_ArrayType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "numpy.core.numeric._ArrayType", "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}}, "_CorrelateMode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.core.numeric._CorrelateMode", "line": 26, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "valid"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "same"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "full"}]}}}, "_OrderCF": {".class": "SymbolTableNode", "cross_ref": "numpy._OrderCF", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_OrderKACF": {".class": "SymbolTableNode", "cross_ref": "numpy._OrderKACF", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ShapeLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._shape._ShapeLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "numpy.core.numeric._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.numeric.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.numeric.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.numeric.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.numeric.__package__", "name": "__package__", "type": "builtins.str"}}, "allclose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["a", "b", "rtol", "atol", "equal_nan"], "flags": [], "fullname": "numpy.core.numeric.allclose", "name": "allclose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["a", "b", "rtol", "atol", "equal_nan"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "allclose", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "argwhere": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.core.numeric.argwhere", "name": "argwhere", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["a"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argwhere", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "array_equal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a1", "a2"], "flags": [], "fullname": "numpy.core.numeric.array_equal", "name": "array_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["a1", "a2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "array_equal", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "array_equiv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a1", "a2"], "flags": [], "fullname": "numpy.core.numeric.array_equiv", "name": "array_equiv", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["a1", "a2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "array_equiv", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "base_repr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["number", "base", "padding"], "flags": [], "fullname": "numpy.core.numeric.base_repr", "name": "base_repr", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["number", "base", "padding"], "arg_types": ["builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "base_repr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "binary_repr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["num", "width"], "flags": [], "fullname": "numpy.core.numeric.binary_repr", "name": "binary_repr", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["num", "width"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "binary_repr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "bool_": {".class": "SymbolTableNode", "cross_ref": "numpy.bool_", "kind": "Gdef", "module_hidden": true, "module_public": false}, "convolve": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["a", "v", "mode"], "flags": [], "fullname": "numpy.core.numeric.convolve", "name": "convolve", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["a", "v", "mode"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core.numeric._CorrelateMode"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "convolve", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "correlate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["a", "v", "mode"], "flags": [], "fullname": "numpy.core.numeric.correlate", "name": "correlate", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["a", "v", "mode"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.core.numeric._CorrelateMode"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "correlate", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "count_nonzero": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core.numeric.count_nonzero", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["a", "axis", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.numeric.count_nonzero", "name": "count_nonzero", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["a", "axis", "keepdims"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count_nonzero", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "count_nonzero", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["a", "axis", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.numeric.count_nonzero", "name": "count_nonzero", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["a", "axis", "keepdims"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count_nonzero", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "count_nonzero", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["a", "axis", "keepdims"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count_nonzero", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["a", "axis", "keepdims"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count_nonzero", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "cross": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["a", "b", "axisa", "axisb", "axisc", "axis"], "flags": [], "fullname": "numpy.core.numeric.cross", "name": "cross", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["a", "b", "axisa", "axisb", "axisc", "axis"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, "builtins.int", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cross", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "dtype": {".class": "SymbolTableNode", "cross_ref": "numpy.dtype", "kind": "Gdef", "module_hidden": true, "module_public": false}, "empty_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core.numeric.empty_like", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.numeric.empty_like", "name": "empty_like", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "empty_like", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "empty_like", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.numeric.empty_like", "name": "empty_like", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, "builtins.bool", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "empty_like", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "empty_like", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "empty_like", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, "builtins.bool", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "empty_like", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}]}}}, "flatnonzero": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.core.numeric.flatnonzero", "name": "flatnonzero", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["a"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flatnonzero", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "fromfunction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 4], "arg_names": ["function", "shape", "dtype", "like", "kwargs"], "flags": [], "fullname": "numpy.core.numeric.fromfunction", "name": "fromfunction", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 4], "arg_names": ["function", "shape", "dtype", "like", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.numeric._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromfunction", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.numeric._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.numeric._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "full": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["shape", "fill_value", "dtype", "order", "like"], "flags": [], "fullname": "numpy.core.numeric.full", "name": "full", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["shape", "fill_value", "dtype", "order", "like"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderCF"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "full", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "full_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core.numeric.full_like", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["a", "fill_value", "dtype", "order", "subok", "shape"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.numeric.full_like", "name": "full_like", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["a", "fill_value", "dtype", "order", "subok", "shape"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "full_like", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "full_like", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["a", "fill_value", "dtype", "order", "subok", "shape"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.numeric.full_like", "name": "full_like", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["a", "fill_value", "dtype", "order", "subok", "shape"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, "builtins.bool", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "full_like", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "full_like", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["a", "fill_value", "dtype", "order", "subok", "shape"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "full_like", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["a", "fill_value", "dtype", "order", "subok", "shape"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, "builtins.bool", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "full_like", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}]}}}, "generic": {".class": "SymbolTableNode", "cross_ref": "numpy.generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "identity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["n", "dtype", "like"], "flags": [], "fullname": "numpy.core.numeric.identity", "name": "identity", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["n", "dtype", "like"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "identity", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core.numeric.indices", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["dimensions", "dtype", "sparse"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.numeric.indices", "name": "indices", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["dimensions", "dtype", "sparse"], "arg_types": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "indices", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "indices", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["dimensions", "dtype", "sparse"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.numeric.indices", "name": "indices", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["dimensions", "dtype", "sparse"], "arg_types": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "indices", "ret_type": {".class": "Instance", "args": ["numpy.ndarray"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "indices", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["dimensions", "dtype", "sparse"], "arg_types": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "indices", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["dimensions", "dtype", "sparse"], "arg_types": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "indices", "ret_type": {".class": "Instance", "args": ["numpy.ndarray"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}]}}}, "isclose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["a", "b", "rtol", "atol", "equal_nan"], "flags": [], "fullname": "numpy.core.numeric.isclose", "name": "isclose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["a", "b", "rtol", "atol", "equal_nan"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isclose", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "isfortran": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.core.numeric.isfortran", "name": "isfortran", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["a"], "arg_types": [{".class": "UnionType", "items": ["numpy.ndarray", "numpy.generic"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isfortran", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isscalar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["element"], "flags": [], "fullname": "numpy.core.numeric.isscalar", "name": "isscalar", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["element"], "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", "implicit": false, "is_ellipsis_args": false, "name": "isscalar", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "moveaxis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["a", "source", "destination"], "flags": [], "fullname": "numpy.core.numeric.moveaxis", "name": "moveaxis", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["a", "source", "destination"], "arg_types": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "moveaxis", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "ndarray": {".class": "SymbolTableNode", "cross_ref": "numpy.ndarray", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ones": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["shape", "dtype", "order", "like"], "flags": [], "fullname": "numpy.core.numeric.ones", "name": "ones", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["shape", "dtype", "order", "like"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderCF"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ones", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "ones_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core.numeric.ones_like", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.numeric.ones_like", "name": "ones_like", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ones_like", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ones_like", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.numeric.ones_like", "name": "ones_like", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, "builtins.bool", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ones_like", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ones_like", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ones_like", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, "builtins.bool", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ones_like", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}]}}}, "outer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core.numeric.outer", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["a", "b", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.numeric.outer", "name": "outer", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["a", "b", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "outer", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "outer", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["a", "b", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.numeric.outer", "name": "outer", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["a", "b", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "outer", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "outer", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["a", "b", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "outer", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["a", "b", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "outer", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "roll": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["a", "shift", "axis"], "flags": [], "fullname": "numpy.core.numeric.roll", "name": "roll", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["a", "shift", "axis"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "roll", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "rollaxis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["a", "axis", "start"], "flags": [], "fullname": "numpy.core.numeric.rollaxis", "name": "rollaxis", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["a", "axis", "start"], "arg_types": ["numpy.ndarray", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rollaxis", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "signedinteger": {".class": "SymbolTableNode", "cross_ref": "numpy.signedinteger", "kind": "Gdef", "module_hidden": true, "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "tensordot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["a", "b", "axes"], "flags": [], "fullname": "numpy.core.numeric.tensordot", "name": "tensordot", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["a", "b", "axes"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["builtins.int", {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tensordot", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "zeros_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core.numeric.zeros_like", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.numeric.zeros_like", "name": "zeros_like", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zeros_like", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "zeros_like", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.numeric.zeros_like", "name": "zeros_like", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, "builtins.bool", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zeros_like", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "zeros_like", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zeros_like", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, "builtins.bool", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zeros_like", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}]}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/core/numeric.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/numeric.meta.json b/.mypy_cache/3.9/numpy/core/numeric.meta.json deleted file mode 100644 index 6555277ce..000000000 --- a/.mypy_cache/3.9/numpy/core/numeric.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 2, 15, 16, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30], "dependencies": ["sys", "typing", "numpy", "numpy.typing", "builtins", "abc"], "hash": "f0e716fb5d14d8534f03a27f95506f2dc18af32152d66ba29e62dd05c02c5d10", "id": "numpy.core.numeric", "ignore_all": true, "interface_hash": "9f384f32b016db345f6612316984d1fa3795c3f1284eb36a02346d0c89edbeed", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/core/numeric.pyi", "plugin_data": null, "size": 4847, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/numerictypes.data.json b/.mypy_cache/3.9/numpy/core/numerictypes.data.json deleted file mode 100644 index bf2ac5061..000000000 --- a/.mypy_cache/3.9/numpy/core/numerictypes.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.core.numerictypes", "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}, "DTypeLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._dtype_like.DTypeLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "_DefaultType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "numpy.core.numerictypes._DefaultType", "name": "_DefaultType", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.numerictypes.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.numerictypes.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.numerictypes.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.numerictypes.__package__", "name": "__package__", "type": "builtins.str"}}, "dtype": {".class": "SymbolTableNode", "cross_ref": "numpy.dtype", "kind": "Gdef", "module_hidden": true, "module_public": false}, "find_common_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["array_types", "scalar_types"], "flags": [], "fullname": "numpy.core.numerictypes.find_common_type", "name": "find_common_type", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["array_types", "scalar_types"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_common_type", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}}, "generic": {".class": "SymbolTableNode", "cross_ref": "numpy.generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "issctype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["rep"], "flags": [], "fullname": "numpy.core.numerictypes.issctype", "name": "issctype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["rep"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "issctype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "issubclass_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["arg1", "arg2"], "flags": [], "fullname": "numpy.core.numerictypes.issubclass_", "name": "issubclass_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["arg1", "arg2"], "arg_types": ["builtins.object", {".class": "UnionType", "items": ["builtins.object", {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "issubclass_", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "issubdtype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["arg1", "arg2"], "flags": [], "fullname": "numpy.core.numerictypes.issubdtype", "name": "issubdtype", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["arg1", "arg2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "issubdtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "issubsctype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["arg1", "arg2"], "flags": [], "fullname": "numpy.core.numerictypes.issubsctype", "name": "issubsctype", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["arg1", "arg2"], "arg_types": [{".class": "UnionType", "items": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}]}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "issubsctype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "maximum_sctype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["t"], "flags": [], "fullname": "numpy.core.numerictypes.maximum_sctype", "name": "maximum_sctype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["t"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "maximum_sctype", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}}, "ndarray": {".class": "SymbolTableNode", "cross_ref": "numpy.ndarray", "kind": "Gdef", "module_hidden": true, "module_public": false}, "obj2sctype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core.numerictypes.obj2sctype", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["rep"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.numerictypes.obj2sctype", "name": "obj2sctype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["rep"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "obj2sctype", "ret_type": {".class": "UnionType", "items": ["numpy.generic", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "obj2sctype", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["rep", "default"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.numerictypes.obj2sctype", "name": "obj2sctype", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["rep", "default"], "arg_types": ["builtins.object", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "obj2sctype", "ret_type": {".class": "UnionType", "items": ["numpy.generic", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "obj2sctype", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["rep", "default"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.numerictypes.obj2sctype", "name": "obj2sctype", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["rep", "default"], "arg_types": ["builtins.object", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy.core.numerictypes._DefaultType", "id": -1, "name": "_DefaultType", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "obj2sctype", "ret_type": {".class": "UnionType", "items": ["numpy.generic", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy.core.numerictypes._DefaultType", "id": -1, "name": "_DefaultType", "upper_bound": "builtins.object", "values": [], "variance": 0}}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.numerictypes._DefaultType", "id": -1, "name": "_DefaultType", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "obj2sctype", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["rep"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "obj2sctype", "ret_type": {".class": "UnionType", "items": ["numpy.generic", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["rep", "default"], "arg_types": ["builtins.object", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "obj2sctype", "ret_type": {".class": "UnionType", "items": ["numpy.generic", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["rep", "default"], "arg_types": ["builtins.object", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy.core.numerictypes._DefaultType", "id": -1, "name": "_DefaultType", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "obj2sctype", "ret_type": {".class": "UnionType", "items": ["numpy.generic", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy.core.numerictypes._DefaultType", "id": -1, "name": "_DefaultType", "upper_bound": "builtins.object", "values": [], "variance": 0}}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.numerictypes._DefaultType", "id": -1, "name": "_DefaultType", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "sctype2char": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["sctype"], "flags": [], "fullname": "numpy.core.numerictypes.sctype2char", "name": "sctype2char", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["sctype"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sctype2char", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/core/numerictypes.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/numerictypes.meta.json b/.mypy_cache/3.9/numpy/core/numerictypes.meta.json deleted file mode 100644 index 6b79ad146..000000000 --- a/.mypy_cache/3.9/numpy/core/numerictypes.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 3, 4, 1], "dep_prios": [5, 5, 5, 5], "dependencies": ["typing", "numpy", "numpy.typing", "builtins"], "hash": "28c4fbb569eb53d31f5f33f6ffd4c305658e3093dd8c013f4b01dcc750e3e154", "id": "numpy.core.numerictypes", "ignore_all": true, "interface_hash": "bf75b5cf9ce3f7bcdb2dd3f215efd141d35e01dc1661bfcea239a6e0e00826f6", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/core/numerictypes.pyi", "plugin_data": null, "size": 1048, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/overrides.data.json b/.mypy_cache/3.9/numpy/core/overrides.data.json deleted file mode 100644 index 91b6239cf..000000000 --- a/.mypy_cache/3.9/numpy/core/overrides.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.core.overrides", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ARRAY_FUNCTION_ENABLED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.overrides.ARRAY_FUNCTION_ENABLED", "name": "ARRAY_FUNCTION_ENABLED", "type": "builtins.bool"}}, "ArgSpec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.core.overrides.ArgSpec", "name": "ArgSpec", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "numpy.core.overrides.ArgSpec", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["args", "varargs", "keywords", "defaults"]}}, "module_name": "numpy.core.overrides", "mro": ["numpy.core.overrides.ArgSpec", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "numpy.core.overrides.ArgSpec._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.core.overrides.ArgSpec.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.core.overrides.ArgSpec.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["_cls", "args", "varargs", "keywords", "defaults"], "flags": [], "fullname": "numpy.core.overrides.ArgSpec.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["_cls", "args", "varargs", "keywords", "defaults"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy.core.overrides.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ArgSpec", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.overrides.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.overrides.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "numpy.core.overrides.ArgSpec._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy.core.overrides.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of ArgSpec", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.overrides.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.core.overrides.ArgSpec._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.core.overrides.ArgSpec._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.core.overrides.ArgSpec._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "numpy.core.overrides.ArgSpec._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy.core.overrides.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of ArgSpec", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.overrides.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.overrides.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "numpy.core.overrides.ArgSpec._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy.core.overrides.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of ArgSpec", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.overrides.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.overrides.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["_self", "args", "varargs", "keywords", "defaults"], "flags": [], "fullname": "numpy.core.overrides.ArgSpec._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["_self", "args", "varargs", "keywords", "defaults"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy.core.overrides.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of ArgSpec", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.overrides.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.overrides.ArgSpec._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.core.overrides.ArgSpec._source", "name": "_source", "type": "builtins.str"}}, "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "numpy.core.overrides.ArgSpec.args", "name": "args", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "numpy.core.overrides.ArgSpec.defaults", "name": "defaults", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "keywords": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "numpy.core.overrides.ArgSpec.keywords", "name": "keywords", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "varargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "numpy.core.overrides.ArgSpec.varargs", "name": "varargs", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.overrides.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.overrides.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.overrides.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.overrides.__package__", "name": "__package__", "type": "builtins.str"}}, "_get_implementing_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.overrides._get_implementing_args", "name": "_get_implementing_args", "type": {".class": "AnyType", "missing_import_name": "numpy.core.overrides._get_implementing_args", "source_any": null, "type_of_any": 3}}}, "_wrapped_func_source": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.core.overrides._wrapped_func_source", "name": "_wrapped_func_source", "type": "builtins.str"}}, "add_docstring": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.overrides.add_docstring", "name": "add_docstring", "type": {".class": "AnyType", "missing_import_name": "numpy.core.overrides.add_docstring", "source_any": null, "type_of_any": 3}}}, "array_function_dispatch": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["dispatcher", "module", "verify", "docs_from_dispatcher"], "flags": [], "fullname": "numpy.core.overrides.array_function_dispatch", "name": "array_function_dispatch", "type": null}}, "array_function_from_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["implementation", "module", "verify", "docs_from_dispatcher"], "flags": [], "fullname": "numpy.core.overrides.array_function_from_dispatcher", "name": "array_function_from_dispatcher", "type": null}}, "array_function_like_doc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.overrides.array_function_like_doc", "name": "array_function_like_doc", "type": "builtins.str"}}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "getargspec": {".class": "SymbolTableNode", "cross_ref": "numpy.compat._inspect.getargspec", "kind": "Gdef"}, "implement_array_function": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.overrides.implement_array_function", "name": "implement_array_function", "type": {".class": "AnyType", "missing_import_name": "numpy.core.overrides.implement_array_function", "source_any": null, "type_of_any": 3}}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "set_array_function_like_doc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["public_api"], "flags": [], "fullname": "numpy.core.overrides.set_array_function_like_doc", "name": "set_array_function_like_doc", "type": null}}, "set_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": [], "fullname": "numpy.core.overrides.set_module", "name": "set_module", "type": null}}, "textwrap": {".class": "SymbolTableNode", "cross_ref": "textwrap", "kind": "Gdef"}, "verify_matching_signatures": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["implementation", "dispatcher"], "flags": [], "fullname": "numpy.core.overrides.verify_matching_signatures", "name": "verify_matching_signatures", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/core/overrides.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/overrides.meta.json b/.mypy_cache/3.9/numpy/core/overrides.meta.json deleted file mode 100644 index 1597875cb..000000000 --- a/.mypy_cache/3.9/numpy/core/overrides.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [2, 3, 4, 5, 9, 1, 1, 1, 1, 1, 1, 7], "dep_prios": [10, 10, 10, 10, 5, 5, 30, 30, 30, 30, 30, 5], "dependencies": ["collections", "functools", "os", "textwrap", "numpy.compat._inspect", "builtins", "_ast", "abc", "types", "typing", "typing_extensions"], "hash": "4313a43ece9cdf8e60d909e756639f4f82bb684baa22eca148a4be24e64344b1", "id": "numpy.core.overrides", "ignore_all": true, "interface_hash": "752d8a0b3138f3107f1ffec534734aa91fe87a30034698a3b31765be39e3db11", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/core/overrides.py", "plugin_data": null, "size": 8273, "suppressed": ["numpy.core._multiarray_umath"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/shape_base.data.json b/.mypy_cache/3.9/numpy/core/shape_base.data.json deleted file mode 100644 index 02bb5cef5..000000000 --- a/.mypy_cache/3.9/numpy/core/shape_base.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.core.shape_base", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ArrayLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like.ArrayLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsIndex": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsIndex", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ArrayType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "numpy.core.shape_base._ArrayType", "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.shape_base.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.shape_base.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.shape_base.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.shape_base.__package__", "name": "__package__", "type": "builtins.str"}}, "atleast_1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core.shape_base.atleast_1d", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__arys"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.shape_base.atleast_1d", "name": "atleast_1d", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atleast_1d", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "atleast_1d", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["arys"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.shape_base.atleast_1d", "name": "atleast_1d", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["arys"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atleast_1d", "ret_type": {".class": "Instance", "args": ["numpy.ndarray"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "atleast_1d", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atleast_1d", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2], "arg_names": ["arys"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atleast_1d", "ret_type": {".class": "Instance", "args": ["numpy.ndarray"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}]}}}, "atleast_2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core.shape_base.atleast_2d", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__arys"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.shape_base.atleast_2d", "name": "atleast_2d", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atleast_2d", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "atleast_2d", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["arys"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.shape_base.atleast_2d", "name": "atleast_2d", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["arys"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atleast_2d", "ret_type": {".class": "Instance", "args": ["numpy.ndarray"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "atleast_2d", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atleast_2d", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2], "arg_names": ["arys"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atleast_2d", "ret_type": {".class": "Instance", "args": ["numpy.ndarray"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}]}}}, "atleast_3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core.shape_base.atleast_3d", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__arys"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.shape_base.atleast_3d", "name": "atleast_3d", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atleast_3d", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "atleast_3d", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["arys"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.shape_base.atleast_3d", "name": "atleast_3d", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["arys"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atleast_3d", "ret_type": {".class": "Instance", "args": ["numpy.ndarray"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "atleast_3d", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atleast_3d", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2], "arg_names": ["arys"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atleast_3d", "ret_type": {".class": "Instance", "args": ["numpy.ndarray"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}]}}}, "block": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arrays"], "flags": [], "fullname": "numpy.core.shape_base.block", "name": "block", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["arrays"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "block", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "hstack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tup"], "flags": [], "fullname": "numpy.core.shape_base.hstack", "name": "hstack", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tup"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hstack", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "ndarray": {".class": "SymbolTableNode", "cross_ref": "numpy.ndarray", "kind": "Gdef", "module_hidden": true, "module_public": false}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "stack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.core.shape_base.stack", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["arrays", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.shape_base.stack", "name": "stack", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["arrays", "axis", "out"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "type_ref": "typing.Sequence"}, "typing.SupportsIndex", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stack", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "stack", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["arrays", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.core.shape_base.stack", "name": "stack", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["arrays", "axis", "out"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "type_ref": "typing.Sequence"}, "typing.SupportsIndex", {".class": "TypeVarType", "fullname": "numpy.core.shape_base._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stack", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.shape_base._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.shape_base._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "stack", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["arrays", "axis", "out"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "type_ref": "typing.Sequence"}, "typing.SupportsIndex", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stack", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["arrays", "axis", "out"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "type_ref": "typing.Sequence"}, "typing.SupportsIndex", {".class": "TypeVarType", "fullname": "numpy.core.shape_base._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stack", "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.shape_base._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.shape_base._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}]}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "vstack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tup"], "flags": [], "fullname": "numpy.core.shape_base.vstack", "name": "vstack", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tup"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "vstack", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/core/shape_base.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/shape_base.meta.json b/.mypy_cache/3.9/numpy/core/shape_base.meta.json deleted file mode 100644 index 6d82a70ac..000000000 --- a/.mypy_cache/3.9/numpy/core/shape_base.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 2, 4, 5, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30], "dependencies": ["sys", "typing", "numpy", "numpy.typing", "builtins", "abc"], "hash": "a971c629bf04cef9bb9534d4186cfb9ec4d93fa81067d8a0167a6f1b3b051a24", "id": "numpy.core.shape_base", "ignore_all": true, "interface_hash": "3a61760d6c307650f2f7a86e4c85ec853db8611d00c8a00f80cb5f6c3eb08bdc", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/core/shape_base.pyi", "plugin_data": null, "size": 1139, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/umath.data.json b/.mypy_cache/3.9/numpy/core/umath.data.json deleted file mode 100644 index 7fa691dc8..000000000 --- a/.mypy_cache/3.9/numpy/core/umath.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.core.umath", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "_UFUNC_API": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.umath._UFUNC_API", "name": "_UFUNC_API", "type": {".class": "AnyType", "missing_import_name": "numpy.core.umath._UFUNC_API", "source_any": null, "type_of_any": 3}}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.core.umath.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.umath.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.umath.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.umath.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.core.umath.__package__", "name": "__package__", "type": "builtins.str"}}, "_add_newdoc_ufunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.umath._add_newdoc_ufunc", "name": "_add_newdoc_ufunc", "type": {".class": "AnyType", "missing_import_name": "numpy.core.umath._add_newdoc_ufunc", "source_any": null, "type_of_any": 3}}}, "_multiarray_umath": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.umath._multiarray_umath", "name": "_multiarray_umath", "type": {".class": "AnyType", "missing_import_name": "numpy.core.umath._multiarray_umath", "source_any": null, "type_of_any": 3}}}, "_ones_like": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.core.umath._ones_like", "name": "_ones_like", "type": {".class": "AnyType", "missing_import_name": "numpy.core.umath._ones_like", "source_any": null, "type_of_any": 3}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/core/umath.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/core/umath.meta.json b/.mypy_cache/3.9/numpy/core/umath.meta.json deleted file mode 100644 index b6c71b7f5..000000000 --- a/.mypy_cache/3.9/numpy/core/umath.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [9, 1, 1, 1, 10], "dep_prios": [5, 5, 30, 30, 5], "dependencies": ["numpy.core", "builtins", "abc", "typing"], "hash": "25b4ff4b19d9ff73049a3388f54b57dc2700cd7e50fb84439679e10c0109e55a", "id": "numpy.core.umath", "ignore_all": true, "interface_hash": "16b3db735287356ffb10f6d73dd86a9eee1b299c75b093b3d3278653befacce0", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/core/umath.py", "plugin_data": null, "size": 2040, "suppressed": ["numpy.core._multiarray_umath"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/ctypeslib.data.json b/.mypy_cache/3.9/numpy/ctypeslib.data.json deleted file mode 100644 index 8ebde2847..000000000 --- a/.mypy_cache/3.9/numpy/ctypeslib.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.ctypeslib", "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ctypeslib.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ctypeslib.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ctypeslib.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ctypeslib.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ctypeslib.__package__", "name": "__package__", "type": "builtins.str"}}, "as_array": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ctypeslib.as_array", "name": "as_array", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "as_ctypes": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ctypeslib.as_ctypes", "name": "as_ctypes", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "as_ctypes_type": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ctypeslib.as_ctypes_type", "name": "as_ctypes_type", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "c_intp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ctypeslib.c_intp", "name": "c_intp", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "load_library": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ctypeslib.load_library", "name": "load_library", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ndpointer": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ctypeslib.ndpointer", "name": "ndpointer", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/ctypeslib.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/ctypeslib.meta.json b/.mypy_cache/3.9/numpy/ctypeslib.meta.json deleted file mode 100644 index ac37342bb..000000000 --- a/.mypy_cache/3.9/numpy/ctypeslib.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 5, 30], "dependencies": ["typing", "builtins", "abc"], "hash": "6b7619a77927bd8984235846d6dd2ebb0e972936b1c9016ce5c63ed60ce054d6", "id": "numpy.ctypeslib", "ignore_all": true, "interface_hash": "ea12a44fd018be7c5bc84ce27561115a6a4bdccac074d819b76ed3442a589c78", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/ctypeslib.pyi", "plugin_data": null, "size": 144, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/distutils/__init__.data.json b/.mypy_cache/3.9/numpy/distutils/__init__.data.json deleted file mode 100644 index c6564e5ff..000000000 --- a/.mypy_cache/3.9/numpy/distutils/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.distutils", "is_partial_stub_package": true, "is_stub": true, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.distutils.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.distutils.__file__", "name": "__file__", "type": "builtins.str"}}, "__getattr__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "numpy.distutils.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.distutils.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.distutils.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/distutils/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/distutils/__init__.meta.json b/.mypy_cache/3.9/numpy/distutils/__init__.meta.json deleted file mode 100644 index 7a0af1865..000000000 --- a/.mypy_cache/3.9/numpy/distutils/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1], "dep_prios": [5, 5], "dependencies": ["typing", "builtins"], "hash": "0fc2d113a04d3a6b8118efa86a42469e34fd5094e4f73491e6bc4c7d9ce55fae", "id": "numpy.distutils", "ignore_all": true, "interface_hash": "7235ee3951cfb7d69f5ec01eba9ac68169756302dc7c30a7f2bd8dcc8bacf3d8", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/distutils/__init__.pyi", "plugin_data": null, "size": 119, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/distutils/cpuinfo.data.json b/.mypy_cache/3.9/numpy/distutils/cpuinfo.data.json deleted file mode 100644 index df9cff445..000000000 --- a/.mypy_cache/3.9/numpy/distutils/cpuinfo.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.distutils.cpuinfo", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "CPUInfoBase": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.distutils.cpuinfo.CPUInfoBase", "name": "CPUInfoBase", "type_vars": []}, "flags": [], "fullname": "numpy.distutils.cpuinfo.CPUInfoBase", "metaclass_type": null, "metadata": {}, "module_name": "numpy.distutils.cpuinfo", "mro": ["numpy.distutils.cpuinfo.CPUInfoBase", "builtins.object"], "names": {".class": "SymbolTable", "__get_nbits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.CPUInfoBase.__get_nbits", "name": "__get_nbits", "type": null}}, "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "numpy.distutils.cpuinfo.CPUInfoBase.__getattr__", "name": "__getattr__", "type": null}}, "_getNCPUs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.CPUInfoBase._getNCPUs", "name": "_getNCPUs", "type": null}}, "_is_32bit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.CPUInfoBase._is_32bit", "name": "_is_32bit", "type": null}}, "_is_64bit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.CPUInfoBase._is_64bit", "name": "_is_64bit", "type": null}}, "_try_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "func"], "flags": [], "fullname": "numpy.distutils.cpuinfo.CPUInfoBase._try_call", "name": "_try_call", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DarwinCPUInfo": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.distutils.cpuinfo.CPUInfoBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo", "name": "DarwinCPUInfo", "type_vars": []}, "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo", "metaclass_type": null, "metadata": {}, "module_name": "numpy.distutils.cpuinfo", "mro": ["numpy.distutils.cpuinfo.DarwinCPUInfo", "numpy.distutils.cpuinfo.CPUInfoBase", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo.__init__", "name": "__init__", "type": null}}, "__machine": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo.__machine", "name": "__machine", "type": null}}, "_getNCPUs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._getNCPUs", "name": "_getNCPUs", "type": null}}, "_is_Power_Macintosh": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._is_Power_Macintosh", "name": "_is_Power_Macintosh", "type": null}}, "_is_i386": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._is_i386", "name": "_is_i386", "type": null}}, "_is_ppc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._is_ppc", "name": "_is_ppc", "type": null}}, "_is_ppc403": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._is_ppc403", "name": "_is_ppc403", "type": null}}, "_is_ppc505": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._is_ppc505", "name": "_is_ppc505", "type": null}}, "_is_ppc601": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._is_ppc601", "name": "_is_ppc601", "type": null}}, "_is_ppc602": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._is_ppc602", "name": "_is_ppc602", "type": null}}, "_is_ppc603": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._is_ppc603", "name": "_is_ppc603", "type": null}}, "_is_ppc603e": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._is_ppc603e", "name": "_is_ppc603e", "type": null}}, "_is_ppc604": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._is_ppc604", "name": "_is_ppc604", "type": null}}, "_is_ppc604e": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._is_ppc604e", "name": "_is_ppc604e", "type": null}}, "_is_ppc620": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._is_ppc620", "name": "_is_ppc620", "type": null}}, "_is_ppc630": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._is_ppc630", "name": "_is_ppc630", "type": null}}, "_is_ppc740": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._is_ppc740", "name": "_is_ppc740", "type": null}}, "_is_ppc7400": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._is_ppc7400", "name": "_is_ppc7400", "type": null}}, "_is_ppc7450": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._is_ppc7450", "name": "_is_ppc7450", "type": null}}, "_is_ppc750": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._is_ppc750", "name": "_is_ppc750", "type": null}}, "_is_ppc801": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._is_ppc801", "name": "_is_ppc801", "type": null}}, "_is_ppc821": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._is_ppc821", "name": "_is_ppc821", "type": null}}, "_is_ppc823": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._is_ppc823", "name": "_is_ppc823", "type": null}}, "_is_ppc860": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._is_ppc860", "name": "_is_ppc860", "type": null}}, "_not_impl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo._not_impl", "name": "_not_impl", "type": null}}, "info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.distutils.cpuinfo.DarwinCPUInfo.info", "name": "info", "type": {".class": "NoneType"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IRIXCPUInfo": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.distutils.cpuinfo.CPUInfoBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo", "name": "IRIXCPUInfo", "type_vars": []}, "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo", "metaclass_type": null, "metadata": {}, "module_name": "numpy.distutils.cpuinfo", "mro": ["numpy.distutils.cpuinfo.IRIXCPUInfo", "numpy.distutils.cpuinfo.CPUInfoBase", "builtins.object"], "names": {".class": "SymbolTable", "__cputype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo.__cputype", "name": "__cputype", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo.__init__", "name": "__init__", "type": null}}, "__machine": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo.__machine", "name": "__machine", "type": null}}, "_getNCPUs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._getNCPUs", "name": "_getNCPUs", "type": null}}, "_is_IP19": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_IP19", "name": "_is_IP19", "type": null}}, "_is_IP20": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_IP20", "name": "_is_IP20", "type": null}}, "_is_IP21": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_IP21", "name": "_is_IP21", "type": null}}, "_is_IP22": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_IP22", "name": "_is_IP22", "type": null}}, "_is_IP22_4k": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_IP22_4k", "name": "_is_IP22_4k", "type": null}}, "_is_IP22_5k": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_IP22_5k", "name": "_is_IP22_5k", "type": null}}, "_is_IP24": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_IP24", "name": "_is_IP24", "type": null}}, "_is_IP25": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_IP25", "name": "_is_IP25", "type": null}}, "_is_IP26": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_IP26", "name": "_is_IP26", "type": null}}, "_is_IP27": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_IP27", "name": "_is_IP27", "type": null}}, "_is_IP28": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_IP28", "name": "_is_IP28", "type": null}}, "_is_IP30": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_IP30", "name": "_is_IP30", "type": null}}, "_is_IP32": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_IP32", "name": "_is_IP32", "type": null}}, "_is_IP32_10k": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_IP32_10k", "name": "_is_IP32_10k", "type": null}}, "_is_IP32_5k": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_IP32_5k", "name": "_is_IP32_5k", "type": null}}, "_is_r10000": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_r10000", "name": "_is_r10000", "type": null}}, "_is_r12000": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_r12000", "name": "_is_r12000", "type": null}}, "_is_r2000": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_r2000", "name": "_is_r2000", "type": null}}, "_is_r3000": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_r3000", "name": "_is_r3000", "type": null}}, "_is_r3900": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_r3900", "name": "_is_r3900", "type": null}}, "_is_r4000": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_r4000", "name": "_is_r4000", "type": null}}, "_is_r4100": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_r4100", "name": "_is_r4100", "type": null}}, "_is_r4300": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_r4300", "name": "_is_r4300", "type": null}}, "_is_r4400": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_r4400", "name": "_is_r4400", "type": null}}, "_is_r4600": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_r4600", "name": "_is_r4600", "type": null}}, "_is_r4650": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_r4650", "name": "_is_r4650", "type": null}}, "_is_r5000": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_r5000", "name": "_is_r5000", "type": null}}, "_is_r6000": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_r6000", "name": "_is_r6000", "type": null}}, "_is_r8000": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_r8000", "name": "_is_r8000", "type": null}}, "_is_rorion": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_rorion", "name": "_is_rorion", "type": null}}, "_is_singleCPU": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._is_singleCPU", "name": "_is_singleCPU", "type": null}}, "_not_impl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo._not_impl", "name": "_not_impl", "type": null}}, "get_ip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo.get_ip", "name": "get_ip", "type": null}}, "info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.distutils.cpuinfo.IRIXCPUInfo.info", "name": "info", "type": {".class": "NoneType"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LinuxCPUInfo": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.distutils.cpuinfo.CPUInfoBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo", "name": "LinuxCPUInfo", "type_vars": []}, "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo", "metaclass_type": null, "metadata": {}, "module_name": "numpy.distutils.cpuinfo", "mro": ["numpy.distutils.cpuinfo.LinuxCPUInfo", "numpy.distutils.cpuinfo.CPUInfoBase", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo.__init__", "name": "__init__", "type": null}}, "_getNCPUs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._getNCPUs", "name": "_getNCPUs", "type": null}}, "_has_3dnow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._has_3dnow", "name": "_has_3dnow", "type": null}}, "_has_3dnowext": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._has_3dnowext", "name": "_has_3dnowext", "type": null}}, "_has_f00f_bug": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._has_f00f_bug", "name": "_has_f00f_bug", "type": null}}, "_has_fdiv_bug": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._has_fdiv_bug", "name": "_has_fdiv_bug", "type": null}}, "_has_mmx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._has_mmx", "name": "_has_mmx", "type": null}}, "_has_sse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._has_sse", "name": "_has_sse", "type": null}}, "_has_sse2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._has_sse2", "name": "_has_sse2", "type": null}}, "_has_sse3": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._has_sse3", "name": "_has_sse3", "type": null}}, "_has_ssse3": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._has_ssse3", "name": "_has_ssse3", "type": null}}, "_is_AMD": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_AMD", "name": "_is_AMD", "type": null}}, "_is_AMD64": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_AMD64", "name": "_is_AMD64", "type": null}}, "_is_Alpha": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_Alpha", "name": "_is_Alpha", "type": null}}, "_is_Athlon64": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_Athlon64", "name": "_is_Athlon64", "type": null}}, "_is_AthlonHX": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_AthlonHX", "name": "_is_AthlonHX", "type": null}}, "_is_AthlonK6": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_AthlonK6", "name": "_is_AthlonK6", "type": null}}, "_is_AthlonK6_2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_AthlonK6_2", "name": "_is_AthlonK6_2", "type": null}}, "_is_AthlonK6_3": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_AthlonK6_3", "name": "_is_AthlonK6_3", "type": null}}, "_is_AthlonK7": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_AthlonK7", "name": "_is_AthlonK7", "type": null}}, "_is_AthlonMP": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_AthlonMP", "name": "_is_AthlonMP", "type": null}}, "_is_Celeron": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_Celeron", "name": "_is_Celeron", "type": null}}, "_is_Core2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_Core2", "name": "_is_Core2", "type": null}}, "_is_EV4": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_EV4", "name": "_is_EV4", "type": null}}, "_is_EV5": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_EV5", "name": "_is_EV5", "type": null}}, "_is_EV56": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_EV56", "name": "_is_EV56", "type": null}}, "_is_Hammer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_Hammer", "name": "_is_Hammer", "type": null}}, "_is_Intel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_Intel", "name": "_is_Intel", "type": null}}, "_is_Itanium": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_Itanium", "name": "_is_Itanium", "type": null}}, "_is_Nocona": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_Nocona", "name": "_is_Nocona", "type": null}}, "_is_Opteron": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_Opteron", "name": "_is_Opteron", "type": null}}, "_is_PCA56": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_PCA56", "name": "_is_PCA56", "type": null}}, "_is_Pentium": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_Pentium", "name": "_is_Pentium", "type": null}}, "_is_PentiumII": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_PentiumII", "name": "_is_PentiumII", "type": null}}, "_is_PentiumIII": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_PentiumIII", "name": "_is_PentiumIII", "type": null}}, "_is_PentiumIV": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_PentiumIV", "name": "_is_PentiumIV", "type": null}}, "_is_PentiumM": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_PentiumM", "name": "_is_PentiumM", "type": null}}, "_is_PentiumMMX": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_PentiumMMX", "name": "_is_PentiumMMX", "type": null}}, "_is_PentiumPro": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_PentiumPro", "name": "_is_PentiumPro", "type": null}}, "_is_Prescott": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_Prescott", "name": "_is_Prescott", "type": null}}, "_is_XEON": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_XEON", "name": "_is_XEON", "type": null}}, "_is_Xeon": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_Xeon", "name": "_is_Xeon", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.distutils.cpuinfo.LinuxCPUInfo"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_is_i386": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_i386", "name": "_is_i386", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.distutils.cpuinfo.LinuxCPUInfo"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_is_i486": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_i486", "name": "_is_i486", "type": null}}, "_is_i586": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_i586", "name": "_is_i586", "type": null}}, "_is_i686": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_i686", "name": "_is_i686", "type": null}}, "_is_singleCPU": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._is_singleCPU", "name": "_is_singleCPU", "type": null}}, "_not_impl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo._not_impl", "name": "_not_impl", "type": null}}, "info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.distutils.cpuinfo.LinuxCPUInfo.info", "name": "info", "type": {".class": "NoneType"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SunOSCPUInfo": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.distutils.cpuinfo.CPUInfoBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo", "name": "SunOSCPUInfo", "type_vars": []}, "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo", "metaclass_type": null, "metadata": {}, "module_name": "numpy.distutils.cpuinfo", "mro": ["numpy.distutils.cpuinfo.SunOSCPUInfo", "numpy.distutils.cpuinfo.CPUInfoBase", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo.__init__", "name": "__init__", "type": null}}, "_getNCPUs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._getNCPUs", "name": "_getNCPUs", "type": null}}, "_is_SUNW": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_SUNW", "name": "_is_SUNW", "type": null}}, "_is_cpusparcv7": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_cpusparcv7", "name": "_is_cpusparcv7", "type": null}}, "_is_cpusparcv8": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_cpusparcv8", "name": "_is_cpusparcv8", "type": null}}, "_is_cpusparcv9": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_cpusparcv9", "name": "_is_cpusparcv9", "type": null}}, "_is_i386": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_i386", "name": "_is_i386", "type": null}}, "_is_sparc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_sparc", "name": "_is_sparc", "type": null}}, "_is_sparcstation5": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_sparcstation5", "name": "_is_sparcstation5", "type": null}}, "_is_sparcv9": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_sparcv9", "name": "_is_sparcv9", "type": null}}, "_is_sun4": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_sun4", "name": "_is_sun4", "type": null}}, "_is_sunfire": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_sunfire", "name": "_is_sunfire", "type": null}}, "_is_ultra": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_ultra", "name": "_is_ultra", "type": null}}, "_is_ultra1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_ultra1", "name": "_is_ultra1", "type": null}}, "_is_ultra2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_ultra2", "name": "_is_ultra2", "type": null}}, "_is_ultra250": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_ultra250", "name": "_is_ultra250", "type": null}}, "_is_ultra30": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_ultra30", "name": "_is_ultra30", "type": null}}, "_is_ultra4": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_ultra4", "name": "_is_ultra4", "type": null}}, "_is_ultra5": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_ultra5", "name": "_is_ultra5", "type": null}}, "_is_ultra5_10": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_ultra5_10", "name": "_is_ultra5_10", "type": null}}, "_is_ultra60": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_ultra60", "name": "_is_ultra60", "type": null}}, "_is_ultra80": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_ultra80", "name": "_is_ultra80", "type": null}}, "_is_ultraenterprice": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_ultraenterprice", "name": "_is_ultraenterprice", "type": null}}, "_is_ultraenterprice10k": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._is_ultraenterprice10k", "name": "_is_ultraenterprice10k", "type": null}}, "_not_impl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo._not_impl", "name": "_not_impl", "type": null}}, "info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.distutils.cpuinfo.SunOSCPUInfo.info", "name": "info", "type": {".class": "NoneType"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Win32CPUInfo": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.distutils.cpuinfo.CPUInfoBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo", "name": "Win32CPUInfo", "type_vars": []}, "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo", "metaclass_type": null, "metadata": {}, "module_name": "numpy.distutils.cpuinfo", "mro": ["numpy.distutils.cpuinfo.Win32CPUInfo", "numpy.distutils.cpuinfo.CPUInfoBase", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo.__init__", "name": "__init__", "type": null}}, "_getNCPUs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._getNCPUs", "name": "_getNCPUs", "type": null}}, "_has_3dnow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._has_3dnow", "name": "_has_3dnow", "type": null}}, "_has_3dnowext": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._has_3dnowext", "name": "_has_3dnowext", "type": null}}, "_has_mmx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._has_mmx", "name": "_has_mmx", "type": null}}, "_has_sse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._has_sse", "name": "_has_sse", "type": null}}, "_has_sse2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._has_sse2", "name": "_has_sse2", "type": null}}, "_is_AMD": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_AMD", "name": "_is_AMD", "type": null}}, "_is_AMD64": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_AMD64", "name": "_is_AMD64", "type": null}}, "_is_AMDK5": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_AMDK5", "name": "_is_AMDK5", "type": null}}, "_is_AMDK6": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_AMDK6", "name": "_is_AMDK6", "type": null}}, "_is_AMDK6_2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_AMDK6_2", "name": "_is_AMDK6_2", "type": null}}, "_is_AMDK6_3": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_AMDK6_3", "name": "_is_AMDK6_3", "type": null}}, "_is_AMDK7": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_AMDK7", "name": "_is_AMDK7", "type": null}}, "_is_Am486": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_Am486", "name": "_is_Am486", "type": null}}, "_is_Am5x86": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_Am5x86", "name": "_is_Am5x86", "type": null}}, "_is_Core2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_Core2", "name": "_is_Core2", "type": null}}, "_is_Intel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_Intel", "name": "_is_Intel", "type": null}}, "_is_Pentium": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_Pentium", "name": "_is_Pentium", "type": null}}, "_is_PentiumII": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_PentiumII", "name": "_is_PentiumII", "type": null}}, "_is_PentiumIII": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_PentiumIII", "name": "_is_PentiumIII", "type": null}}, "_is_PentiumIV": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_PentiumIV", "name": "_is_PentiumIV", "type": null}}, "_is_PentiumM": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_PentiumM", "name": "_is_PentiumM", "type": null}}, "_is_PentiumMMX": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_PentiumMMX", "name": "_is_PentiumMMX", "type": null}}, "_is_PentiumPro": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_PentiumPro", "name": "_is_PentiumPro", "type": null}}, "_is_i386": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_i386", "name": "_is_i386", "type": null}}, "_is_i486": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_i486", "name": "_is_i486", "type": null}}, "_is_i586": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_i586", "name": "_is_i586", "type": null}}, "_is_i686": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_i686", "name": "_is_i686", "type": null}}, "_is_singleCPU": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._is_singleCPU", "name": "_is_singleCPU", "type": null}}, "_not_impl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo._not_impl", "name": "_not_impl", "type": null}}, "info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo.info", "name": "info", "type": {".class": "NoneType"}}}, "pkey": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.distutils.cpuinfo.Win32CPUInfo.pkey", "name": "pkey", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.distutils.cpuinfo.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.distutils.cpuinfo.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.distutils.cpuinfo.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.distutils.cpuinfo.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.distutils.cpuinfo.__package__", "name": "__package__", "type": "builtins.str"}}, "command_by_line": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["cmd", "successful_status", "stacklevel"], "flags": ["is_generator"], "fullname": "numpy.distutils.cpuinfo.command_by_line", "name": "command_by_line", "type": null}}, "command_info": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [1, 1, 4], "arg_names": ["successful_status", "stacklevel", "kw"], "flags": [], "fullname": "numpy.distutils.cpuinfo.command_info", "name": "command_info", "type": null}}, "cpu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.distutils.cpuinfo.cpu", "name": "cpu", "type": "numpy.distutils.cpuinfo.LinuxCPUInfo"}}, "cpuinfo": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "numpy.distutils.cpuinfo.cpuinfo", "line": 651, "no_args": true, "normalized": false, "target": "numpy.distutils.cpuinfo.LinuxCPUInfo"}}, "getoutput": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["cmd", "successful_status", "stacklevel"], "flags": [], "fullname": "numpy.distutils.cpuinfo.getoutput", "name": "getoutput", "type": null}}, "getstatusoutput": {".class": "SymbolTableNode", "cross_ref": "subprocess.getstatusoutput", "kind": "Gdef", "module_public": false}, "key_value_from_command": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cmd", "sep", "successful_status", "stacklevel"], "flags": [], "fullname": "numpy.distutils.cpuinfo.key_value_from_command", "name": "key_value_from_command", "type": null}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_public": false}, "platform": {".class": "SymbolTableNode", "cross_ref": "platform", "kind": "Gdef", "module_public": false}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef", "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_public": false}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef", "module_public": false}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/distutils/cpuinfo.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/distutils/cpuinfo.meta.json b/.mypy_cache/3.9/numpy/distutils/cpuinfo.meta.json deleted file mode 100644 index fefbb5261..000000000 --- a/.mypy_cache/3.9/numpy/distutils/cpuinfo.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [17, 18, 19, 20, 21, 22, 24, 486, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 10, 5, 20, 5, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["os", "platform", "re", "sys", "types", "warnings", "subprocess", "winreg", "builtins", "_typeshed", "_warnings", "abc", "enum", "io", "typing", "typing_extensions"], "hash": "6c1c615892d84252e2e080eb20dd6863c10604fe90462381c3ae6d12f6ce2547", "id": "numpy.distutils.cpuinfo", "ignore_all": true, "interface_hash": "446d3777c6760e57d4ea1d69215c027b8f317f695541497ef550a8c097e31a2e", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/distutils/cpuinfo.py", "plugin_data": null, "size": 22657, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/emath.data.json b/.mypy_cache/3.9/numpy/emath.data.json deleted file mode 100644 index cb3b71983..000000000 --- a/.mypy_cache/3.9/numpy/emath.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.emath", "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.emath.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.emath.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.emath.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.emath.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.emath.__package__", "name": "__package__", "type": "builtins.str"}}, "arccos": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.emath.arccos", "name": "arccos", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "arcsin": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.emath.arcsin", "name": "arcsin", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "arctanh": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.emath.arctanh", "name": "arctanh", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "log": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.emath.log", "name": "log", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "log10": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.emath.log10", "name": "log10", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "log2": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.emath.log2", "name": "log2", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "logn": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.emath.logn", "name": "logn", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "power": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.emath.power", "name": "power", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "sqrt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.emath.sqrt", "name": "sqrt", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/emath.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/emath.meta.json b/.mypy_cache/3.9/numpy/emath.meta.json deleted file mode 100644 index 925945fac..000000000 --- a/.mypy_cache/3.9/numpy/emath.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 5, 30], "dependencies": ["typing", "builtins", "abc"], "hash": "a9cba918daddc68716ade492528e49397b082cd6d4f618d8af3708e539b67a7d", "id": "numpy.emath", "ignore_all": true, "interface_hash": "c0193ead473374adc405844b501492458ab8d6b79d4617ff2a8664b421d7a51f", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/emath.pyi", "plugin_data": null, "size": 148, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/fft/__init__.data.json b/.mypy_cache/3.9/numpy/fft/__init__.data.json deleted file mode 100644 index cf2aaf556..000000000 --- a/.mypy_cache/3.9/numpy/fft/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.fft", "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}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.__package__", "name": "__package__", "type": "builtins.str"}}, "fft": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.fft", "name": "fft", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fft2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.fft2", "name": "fft2", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fftfreq": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.fftfreq", "name": "fftfreq", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fftn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.fftn", "name": "fftn", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fftshift": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.fftshift", "name": "fftshift", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "hfft": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.hfft", "name": "hfft", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ifft": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.ifft", "name": "ifft", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ifft2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.ifft2", "name": "ifft2", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ifftn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.ifftn", "name": "ifftn", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ifftshift": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.ifftshift", "name": "ifftshift", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ihfft": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.ihfft", "name": "ihfft", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "irfft": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.irfft", "name": "irfft", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "irfft2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.irfft2", "name": "irfft2", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "irfftn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.irfftn", "name": "irfftn", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "rfft": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.rfft", "name": "rfft", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "rfft2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.rfft2", "name": "rfft2", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "rfftfreq": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.rfftfreq", "name": "rfftfreq", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "rfftn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fft.rfftn", "name": "rfftn", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/fft/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/fft/__init__.meta.json b/.mypy_cache/3.9/numpy/fft/__init__.meta.json deleted file mode 100644 index 7b4a239bb..000000000 --- a/.mypy_cache/3.9/numpy/fft/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1], "dep_prios": [5, 5], "dependencies": ["typing", "builtins"], "hash": "4b73656f024dd37c62259319d41a7d6d351cbd5bd90a020c4a348c3c889ba71f", "id": "numpy.fft", "ignore_all": true, "interface_hash": "b6cc865f6bbf156dae800c8547c2281dcfdf0cc6ac8cefac3d261fe20898c80e", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/fft/__init__.pyi", "plugin_data": null, "size": 229, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/__init__.data.json b/.mypy_cache/3.9/numpy/lib/__init__.data.json deleted file mode 100644 index 4a046af27..000000000 --- a/.mypy_cache/3.9/numpy/lib/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.lib", "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}, "Arrayterator": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.Arrayterator", "name": "Arrayterator", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "DataSource": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.DataSource", "name": "DataSource", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NumpyVersion": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.NumpyVersion", "name": "NumpyVersion", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "RankWarning": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.RankWarning", "name": "RankWarning", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.__package__", "name": "__package__", "type": "builtins.str"}}, "add_docstring": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.add_docstring", "name": "add_docstring", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "add_newdoc": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.add_newdoc", "name": "add_newdoc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "add_newdoc_ufunc": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.add_newdoc_ufunc", "name": "add_newdoc_ufunc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "angle": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.angle", "name": "angle", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "append": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.append", "name": "append", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "apply_along_axis": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.apply_along_axis", "name": "apply_along_axis", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "apply_over_axes": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.apply_over_axes", "name": "apply_over_axes", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "array_split": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.array_split", "name": "array_split", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "asarray_chkfinite": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.asarray_chkfinite", "name": "asarray_chkfinite", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "asfarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.asfarray", "name": "asfarray", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "asscalar": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.asscalar", "name": "asscalar", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "average": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.average", "name": "average", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "bartlett": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.bartlett", "name": "bartlett", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "bincount": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.bincount", "name": "bincount", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "blackman": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.blackman", "name": "blackman", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "broadcast_arrays": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.broadcast_arrays", "name": "broadcast_arrays", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "broadcast_to": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.broadcast_to", "name": "broadcast_to", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "byte_bounds": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.byte_bounds", "name": "byte_bounds", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "c_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.c_", "name": "c_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "column_stack": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.column_stack", "name": "column_stack", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "common_type": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.common_type", "name": "common_type", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "copy": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.copy", "name": "copy", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "corrcoef": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.corrcoef", "name": "corrcoef", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "cov": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.cov", "name": "cov", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "delete": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.delete", "name": "delete", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "deprecate": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.deprecate", "name": "deprecate", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "deprecate_with_doc": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.deprecate_with_doc", "name": "deprecate_with_doc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "diag": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.diag", "name": "diag", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "diag_indices": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.diag_indices", "name": "diag_indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "diag_indices_from": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.diag_indices_from", "name": "diag_indices_from", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "diagflat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.diagflat", "name": "diagflat", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "diff": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.diff", "name": "diff", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "digitize": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.digitize", "name": "digitize", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "disp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.disp", "name": "disp", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "dsplit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.dsplit", "name": "dsplit", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "dstack": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.dstack", "name": "dstack", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ediff1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.ediff1d", "name": "ediff1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "emath": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.emath", "name": "emath", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "expand_dims": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.expand_dims", "name": "expand_dims", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "extract": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.extract", "name": "extract", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "eye": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.eye", "name": "eye", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fill_diagonal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.fill_diagonal", "name": "fill_diagonal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fix": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.fix", "name": "fix", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "flip": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.flip", "name": "flip", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fliplr": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.fliplr", "name": "fliplr", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "flipud": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.flipud", "name": "flipud", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "format": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.format", "kind": "Gdef", "module_public": false}, "fromregex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.fromregex", "name": "fromregex", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "genfromtxt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.genfromtxt", "name": "genfromtxt", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "get_array_wrap": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.get_array_wrap", "name": "get_array_wrap", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "get_include": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.get_include", "name": "get_include", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "gradient": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.gradient", "name": "gradient", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "hamming": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.hamming", "name": "hamming", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "hanning": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.hanning", "name": "hanning", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "histogram": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.histogram", "name": "histogram", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "histogram2d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.histogram2d", "name": "histogram2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "histogram_bin_edges": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.histogram_bin_edges", "name": "histogram_bin_edges", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "histogramdd": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.histogramdd", "name": "histogramdd", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "hsplit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.hsplit", "name": "hsplit", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "i0": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.i0", "name": "i0", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "imag": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.imag", "name": "imag", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "in1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.in1d", "name": "in1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "index_exp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.index_exp", "name": "index_exp", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "info": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.info", "name": "info", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "insert": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.insert", "name": "insert", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "interp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.interp", "name": "interp", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "intersect1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.intersect1d", "name": "intersect1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "iscomplex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.iscomplex", "name": "iscomplex", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "iscomplexobj": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.iscomplexobj", "name": "iscomplexobj", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isin": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.isin", "name": "isin", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isneginf": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.isneginf", "name": "isneginf", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isposinf": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.isposinf", "name": "isposinf", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isreal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.isreal", "name": "isreal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isrealobj": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.isrealobj", "name": "isrealobj", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "issubclass_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.issubclass_", "name": "issubclass_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "issubdtype": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.issubdtype", "name": "issubdtype", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "issubsctype": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.issubsctype", "name": "issubsctype", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "iterable": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.iterable", "name": "iterable", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ix_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.ix_", "name": "ix_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "kaiser": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.kaiser", "name": "kaiser", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "kron": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.kron", "name": "kron", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "load": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.load", "name": "load", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "loads": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.loads", "name": "loads", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "loadtxt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.loadtxt", "name": "loadtxt", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "lookfor": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.lookfor", "name": "lookfor", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "mafromtxt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.mafromtxt", "name": "mafromtxt", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "mask_indices": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.mask_indices", "name": "mask_indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "math": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.math", "name": "math", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "median": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.median", "name": "median", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "meshgrid": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.meshgrid", "name": "meshgrid", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "mgrid": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.mgrid", "name": "mgrid", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "mintypecode": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.mintypecode", "name": "mintypecode", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "mixins": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.mixins", "kind": "Gdef", "module_public": false}, "msort": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.msort", "name": "msort", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nan_to_num": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.nan_to_num", "name": "nan_to_num", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanargmax": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.nanargmax", "name": "nanargmax", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanargmin": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.nanargmin", "name": "nanargmin", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nancumprod": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.nancumprod", "name": "nancumprod", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nancumsum": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.nancumsum", "name": "nancumsum", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanmax": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.nanmax", "name": "nanmax", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanmean": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.nanmean", "name": "nanmean", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanmedian": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.nanmedian", "name": "nanmedian", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanmin": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.nanmin", "name": "nanmin", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanpercentile": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.nanpercentile", "name": "nanpercentile", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanprod": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.nanprod", "name": "nanprod", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanquantile": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.nanquantile", "name": "nanquantile", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanstd": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.nanstd", "name": "nanstd", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nansum": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.nansum", "name": "nansum", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nanvar": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.nanvar", "name": "nanvar", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ndenumerate": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.ndenumerate", "name": "ndenumerate", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ndfromtxt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.ndfromtxt", "name": "ndfromtxt", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ndindex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.ndindex", "name": "ndindex", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ogrid": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.ogrid", "name": "ogrid", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "packbits": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.packbits", "name": "packbits", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "pad": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.pad", "name": "pad", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "percentile": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.percentile", "name": "percentile", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "piecewise": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.piecewise", "name": "piecewise", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "place": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.place", "name": "place", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "poly": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.poly", "name": "poly", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "poly1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.poly1d", "name": "poly1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "polyadd": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.polyadd", "name": "polyadd", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "polyder": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.polyder", "name": "polyder", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "polydiv": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.polydiv", "name": "polydiv", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "polyfit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.polyfit", "name": "polyfit", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "polyint": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.polyint", "name": "polyint", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "polymul": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.polymul", "name": "polymul", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "polysub": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.polysub", "name": "polysub", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "polyval": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.polyval", "name": "polyval", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "put_along_axis": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.put_along_axis", "name": "put_along_axis", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "quantile": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.quantile", "name": "quantile", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "r_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.r_", "name": "r_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ravel_multi_index": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.ravel_multi_index", "name": "ravel_multi_index", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "real": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.real", "name": "real", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "real_if_close": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.real_if_close", "name": "real_if_close", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "recfromcsv": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.recfromcsv", "name": "recfromcsv", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "recfromtxt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.recfromtxt", "name": "recfromtxt", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "roots": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.roots", "name": "roots", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "rot90": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.rot90", "name": "rot90", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "row_stack": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.row_stack", "name": "row_stack", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "s_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.s_", "name": "s_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "safe_eval": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.safe_eval", "name": "safe_eval", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "save": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.save", "name": "save", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "savetxt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.savetxt", "name": "savetxt", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "savez": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.savez", "name": "savez", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "savez_compressed": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.savez_compressed", "name": "savez_compressed", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "scimath": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.scimath", "kind": "Gdef", "module_public": false}, "select": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.select", "name": "select", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "setdiff1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.setdiff1d", "name": "setdiff1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "setxor1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.setxor1d", "name": "setxor1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "sinc": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.sinc", "name": "sinc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "sort_complex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.sort_complex", "name": "sort_complex", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "source": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.source", "name": "source", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "split": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.split", "name": "split", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "stride_stricks": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.stride_tricks", "kind": "Gdef", "module_public": false}, "take_along_axis": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.take_along_axis", "name": "take_along_axis", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "tile": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.tile", "name": "tile", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "tracemalloc_domain": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.tracemalloc_domain", "name": "tracemalloc_domain", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "trapz": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.trapz", "name": "trapz", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "tri": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.tri", "name": "tri", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "tril": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.tril", "name": "tril", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "tril_indices": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.tril_indices", "name": "tril_indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "tril_indices_from": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.tril_indices_from", "name": "tril_indices_from", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "trim_zeros": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.trim_zeros", "name": "trim_zeros", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "triu": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.triu", "name": "triu", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "triu_indices": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.triu_indices", "name": "triu_indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "triu_indices_from": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.triu_indices_from", "name": "triu_indices_from", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "typename": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.typename", "name": "typename", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "union1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.union1d", "name": "union1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "unique": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.unique", "name": "unique", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "unpackbits": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.unpackbits", "name": "unpackbits", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "unravel_index": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.unravel_index", "name": "unravel_index", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "unwrap": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.unwrap", "name": "unwrap", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "vander": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.vander", "name": "vander", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "vectorize": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.vectorize", "name": "vectorize", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "vsplit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.vsplit", "name": "vsplit", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "who": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.who", "name": "who", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/lib/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/__init__.meta.json b/.mypy_cache/3.9/numpy/lib/__init__.meta.json deleted file mode 100644 index 0bdbbdb0e..000000000 --- a/.mypy_cache/3.9/numpy/lib/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 3, 3, 3, 3, 1, 1], "dep_prios": [5, 10, 10, 10, 10, 5, 30], "dependencies": ["typing", "numpy.lib.format", "numpy.lib.mixins", "numpy.lib.scimath", "numpy.lib.stride_tricks", "builtins", "abc"], "hash": "360f16c4019d8eb477850ae1a73e06e2f19330adb81f33a2d8ff23ad26eb3896", "id": "numpy.lib", "ignore_all": true, "interface_hash": "3fc06b9b24ca36e7e12f1e063ffc563a1ffd0f1992db52122b5272efd79d16f9", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/lib/__init__.pyi", "plugin_data": null, "size": 2687, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/format.data.json b/.mypy_cache/3.9/numpy/lib/format.data.json deleted file mode 100644 index 7f2aed5ce..000000000 --- a/.mypy_cache/3.9/numpy/lib/format.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.lib.format", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ARRAY_ALIGN": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.format.ARRAY_ALIGN", "name": "ARRAY_ALIGN", "type": "builtins.int"}}, "BUFFER_SIZE": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.format.BUFFER_SIZE", "name": "BUFFER_SIZE", "type": "builtins.int"}}, "MAGIC_LEN": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.format.MAGIC_LEN", "name": "MAGIC_LEN", "type": "builtins.int"}}, "MAGIC_PREFIX": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.format.MAGIC_PREFIX", "name": "MAGIC_PREFIX", "type": "builtins.bytes"}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.format.__all__", "name": "__all__", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.format.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.format.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.format.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.format.__package__", "name": "__package__", "type": "builtins.str"}}, "_check_version": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["version"], "flags": [], "fullname": "numpy.lib.format._check_version", "name": "_check_version", "type": null}}, "_filter_header": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": [], "fullname": "numpy.lib.format._filter_header", "name": "_filter_header", "type": null}}, "_has_metadata": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["dt"], "flags": [], "fullname": "numpy.lib.format._has_metadata", "name": "_has_metadata", "type": null}}, "_header_size_info": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.format._header_size_info", "name": "_header_size_info", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.dict"}}}, "_read_array_header": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fp", "version"], "flags": [], "fullname": "numpy.lib.format._read_array_header", "name": "_read_array_header", "type": null}}, "_read_bytes": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["fp", "size", "error_template"], "flags": [], "fullname": "numpy.lib.format._read_bytes", "name": "_read_bytes", "type": null}}, "_wrap_header": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["header", "version"], "flags": [], "fullname": "numpy.lib.format._wrap_header", "name": "_wrap_header", "type": null}}, "_wrap_header_guess_version": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["header"], "flags": [], "fullname": "numpy.lib.format._wrap_header_guess_version", "name": "_wrap_header_guess_version", "type": null}}, "_write_array_header": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["fp", "d", "version"], "flags": [], "fullname": "numpy.lib.format._write_array_header", "name": "_write_array_header", "type": null}}, "descr_to_dtype": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["descr"], "flags": [], "fullname": "numpy.lib.format.descr_to_dtype", "name": "descr_to_dtype", "type": null}}, "dtype_to_descr": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["dtype"], "flags": [], "fullname": "numpy.lib.format.dtype_to_descr", "name": "dtype_to_descr", "type": null}}, "header_data_from_array_1_0": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["array"], "flags": [], "fullname": "numpy.lib.format.header_data_from_array_1_0", "name": "header_data_from_array_1_0", "type": null}}, "io": {".class": "SymbolTableNode", "cross_ref": "io", "kind": "Gdef", "module_public": false}, "isfileobj": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.isfileobj", "kind": "Gdef", "module_public": false}, "magic": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["major", "minor"], "flags": [], "fullname": "numpy.lib.format.magic", "name": "magic", "type": null}}, "numpy": {".class": "SymbolTableNode", "cross_ref": "numpy", "kind": "Gdef", "module_public": false}, "open_memmap": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["filename", "mode", "dtype", "shape", "fortran_order", "version"], "flags": [], "fullname": "numpy.lib.format.open_memmap", "name": "open_memmap", "type": null}}, "os_fspath": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.os_fspath", "kind": "Gdef", "module_public": false}, "pickle": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.pickle", "kind": "Gdef", "module_public": false}, "read_array": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["fp", "allow_pickle", "pickle_kwargs"], "flags": [], "fullname": "numpy.lib.format.read_array", "name": "read_array", "type": null}}, "read_array_header_1_0": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fp"], "flags": [], "fullname": "numpy.lib.format.read_array_header_1_0", "name": "read_array_header_1_0", "type": null}}, "read_array_header_2_0": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fp"], "flags": [], "fullname": "numpy.lib.format.read_array_header_2_0", "name": "read_array_header_2_0", "type": null}}, "read_magic": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fp"], "flags": [], "fullname": "numpy.lib.format.read_magic", "name": "read_magic", "type": null}}, "safe_eval": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.utils.safe_eval", "kind": "Gdef", "module_public": false}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef", "module_public": false}, "write_array": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["fp", "array", "version", "allow_pickle", "pickle_kwargs"], "flags": [], "fullname": "numpy.lib.format.write_array", "name": "write_array", "type": null}}, "write_array_header_1_0": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fp", "d"], "flags": [], "fullname": "numpy.lib.format.write_array_header_1_0", "name": "write_array_header_1_0", "type": null}}, "write_array_header_2_0": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fp", "d"], "flags": [], "fullname": "numpy.lib.format.write_array_header_2_0", "name": "write_array_header_2_0", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/lib/format.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/format.meta.json b/.mypy_cache/3.9/numpy/lib/format.meta.json deleted file mode 100644 index 492fd61d6..000000000 --- a/.mypy_cache/3.9/numpy/lib/format.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [164, 165, 166, 167, 168, 370, 552, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 5, 5, 20, 20, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["numpy", "io", "warnings", "numpy.lib.utils", "numpy.compat", "struct", "tokenize", "builtins", "_typeshed", "_warnings", "abc", "array", "mmap", "numpy.compat.py3k", "numpy.core", "numpy.core.fromnumeric", "numpy.typing", "numpy.typing._array_like", "numpy.typing._dtype_like", "os", "typing", "typing_extensions"], "hash": "e50961c85c0471dda2e586c7f4e54f25c8ca3c2cbd34150c8ad67a3ac9754336", "id": "numpy.lib.format", "ignore_all": true, "interface_hash": "e56a17237a2fba6f25349fabf1ee2e9d54597c6314d01964d1d3e10ee3a8ab18", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/lib/format.py", "plugin_data": null, "size": 31278, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/function_base.data.json b/.mypy_cache/3.9/numpy/lib/function_base.data.json deleted file mode 100644 index db295c3f1..000000000 --- a/.mypy_cache/3.9/numpy/lib/function_base.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.lib.function_base", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "_ARGUMENT": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.function_base._ARGUMENT", "name": "_ARGUMENT", "type": "builtins.str"}}, "_ARGUMENT_LIST": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.function_base._ARGUMENT_LIST", "name": "_ARGUMENT_LIST", "type": "builtins.str"}}, "_CORE_DIMENSION_LIST": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.function_base._CORE_DIMENSION_LIST", "name": "_CORE_DIMENSION_LIST", "type": "builtins.str"}}, "_DIMENSION_NAME": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.function_base._DIMENSION_NAME", "name": "_DIMENSION_NAME", "type": "builtins.str"}}, "_SIGNATURE": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.function_base._SIGNATURE", "name": "_SIGNATURE", "type": "builtins.str"}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.function_base.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.function_base.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.function_base.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.function_base.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.function_base.__package__", "name": "__package__", "type": "builtins.str"}}, "_angle_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["z", "deg"], "flags": [], "fullname": "numpy.lib.function_base._angle_dispatcher", "name": "_angle_dispatcher", "type": null}}, "_append_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["arr", "values", "axis"], "flags": [], "fullname": "numpy.lib.function_base._append_dispatcher", "name": "_append_dispatcher", "type": null}}, "_average_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "weights", "returned"], "flags": [], "fullname": "numpy.lib.function_base._average_dispatcher", "name": "_average_dispatcher", "type": null}}, "_calculate_shapes": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["broadcast_shape", "dim_sizes", "list_of_core_dims"], "flags": [], "fullname": "numpy.lib.function_base._calculate_shapes", "name": "_calculate_shapes", "type": null}}, "_chbevl": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "vals"], "flags": [], "fullname": "numpy.lib.function_base._chbevl", "name": "_chbevl", "type": null}}, "_copy_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["a", "order", "subok"], "flags": [], "fullname": "numpy.lib.function_base._copy_dispatcher", "name": "_copy_dispatcher", "type": null}}, "_corrcoef_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 5], "arg_names": ["x", "y", "rowvar", "bias", "ddof", "dtype"], "flags": [], "fullname": "numpy.lib.function_base._corrcoef_dispatcher", "name": "_corrcoef_dispatcher", "type": null}}, "_cov_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["m", "y", "rowvar", "bias", "ddof", "fweights", "aweights", "dtype"], "flags": [], "fullname": "numpy.lib.function_base._cov_dispatcher", "name": "_cov_dispatcher", "type": null}}, "_create_arrays": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["broadcast_shape", "dim_sizes", "list_of_core_dims", "dtypes"], "flags": [], "fullname": "numpy.lib.function_base._create_arrays", "name": "_create_arrays", "type": null}}, "_delete_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["arr", "obj", "axis"], "flags": [], "fullname": "numpy.lib.function_base._delete_dispatcher", "name": "_delete_dispatcher", "type": null}}, "_diff_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "n", "axis", "prepend", "append"], "flags": [], "fullname": "numpy.lib.function_base._diff_dispatcher", "name": "_diff_dispatcher", "type": null}}, "_digitize_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["x", "bins", "right"], "flags": [], "fullname": "numpy.lib.function_base._digitize_dispatcher", "name": "_digitize_dispatcher", "type": null}}, "_extract_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["condition", "arr"], "flags": [], "fullname": "numpy.lib.function_base._extract_dispatcher", "name": "_extract_dispatcher", "type": null}}, "_flip_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["m", "axis"], "flags": [], "fullname": "numpy.lib.function_base._flip_dispatcher", "name": "_flip_dispatcher", "type": null}}, "_gradient_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5], "arg_names": ["f", "varargs", "axis", "edge_order"], "flags": ["is_generator"], "fullname": "numpy.lib.function_base._gradient_dispatcher", "name": "_gradient_dispatcher", "type": null}}, "_i0A": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.function_base._i0A", "name": "_i0A", "type": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.list"}}}, "_i0B": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.function_base._i0B", "name": "_i0B", "type": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.list"}}}, "_i0_1": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.lib.function_base._i0_1", "name": "_i0_1", "type": null}}, "_i0_2": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.lib.function_base._i0_2", "name": "_i0_2", "type": null}}, "_i0_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.lib.function_base._i0_dispatcher", "name": "_i0_dispatcher", "type": null}}, "_insert": {".class": "SymbolTableNode", "cross_ref": "numpy.core.multiarray._insert", "kind": "Gdef", "module_public": false}, "_insert_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["arr", "obj", "values", "axis"], "flags": [], "fullname": "numpy.lib.function_base._insert_dispatcher", "name": "_insert_dispatcher", "type": null}}, "_interp_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["x", "xp", "fp", "left", "right", "period"], "flags": [], "fullname": "numpy.lib.function_base._interp_dispatcher", "name": "_interp_dispatcher", "type": null}}, "_lerp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["a", "b", "t", "out"], "flags": [], "fullname": "numpy.lib.function_base._lerp", "name": "_lerp", "type": null}}, "_median": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "out", "overwrite_input"], "flags": [], "fullname": "numpy.lib.function_base._median", "name": "_median", "type": null}}, "_median_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "axis", "out", "overwrite_input", "keepdims"], "flags": [], "fullname": "numpy.lib.function_base._median_dispatcher", "name": "_median_dispatcher", "type": null}}, "_meshgrid_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [2, 5, 5, 5], "arg_names": ["xi", "copy", "sparse", "indexing"], "flags": [], "fullname": "numpy.lib.function_base._meshgrid_dispatcher", "name": "_meshgrid_dispatcher", "type": null}}, "_monotonicity": {".class": "SymbolTableNode", "cross_ref": "numpy.core.multiarray._monotonicity", "kind": "Gdef", "module_public": false}, "_msort_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.lib.function_base._msort_dispatcher", "name": "_msort_dispatcher", "type": null}}, "_nx": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric", "kind": "Gdef", "module_public": false}, "_parse_gufunc_signature": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["signature"], "flags": [], "fullname": "numpy.lib.function_base._parse_gufunc_signature", "name": "_parse_gufunc_signature", "type": null}}, "_parse_input_dimensions": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["args", "input_core_dims"], "flags": [], "fullname": "numpy.lib.function_base._parse_input_dimensions", "name": "_parse_input_dimensions", "type": null}}, "_percentile_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["a", "q", "axis", "out", "overwrite_input", "interpolation", "keepdims"], "flags": [], "fullname": "numpy.lib.function_base._percentile_dispatcher", "name": "_percentile_dispatcher", "type": null}}, "_piecewise_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2, 4], "arg_names": ["x", "condlist", "funclist", "args", "kw"], "flags": ["is_generator"], "fullname": "numpy.lib.function_base._piecewise_dispatcher", "name": "_piecewise_dispatcher", "type": null}}, "_place_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["arr", "mask", "vals"], "flags": [], "fullname": "numpy.lib.function_base._place_dispatcher", "name": "_place_dispatcher", "type": null}}, "_quantile_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["a", "q", "axis", "out", "overwrite_input", "interpolation", "keepdims"], "flags": [], "fullname": "numpy.lib.function_base._quantile_dispatcher", "name": "_quantile_dispatcher", "type": null}}, "_quantile_is_valid": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["q"], "flags": [], "fullname": "numpy.lib.function_base._quantile_is_valid", "name": "_quantile_is_valid", "type": null}}, "_quantile_unchecked": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["a", "q", "axis", "out", "overwrite_input", "interpolation", "keepdims"], "flags": [], "fullname": "numpy.lib.function_base._quantile_unchecked", "name": "_quantile_unchecked", "type": null}}, "_quantile_ureduce_func": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["a", "q", "axis", "out", "overwrite_input", "interpolation", "keepdims"], "flags": [], "fullname": "numpy.lib.function_base._quantile_ureduce_func", "name": "_quantile_ureduce_func", "type": null}}, "_rot90_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["m", "k", "axes"], "flags": [], "fullname": "numpy.lib.function_base._rot90_dispatcher", "name": "_rot90_dispatcher", "type": null}}, "_select_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["condlist", "choicelist", "default"], "flags": ["is_generator"], "fullname": "numpy.lib.function_base._select_dispatcher", "name": "_select_dispatcher", "type": null}}, "_sinc_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.lib.function_base._sinc_dispatcher", "name": "_sinc_dispatcher", "type": null}}, "_sort_complex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.lib.function_base._sort_complex", "name": "_sort_complex", "type": null}}, "_trapz_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["y", "x", "dx", "axis"], "flags": [], "fullname": "numpy.lib.function_base._trapz_dispatcher", "name": "_trapz_dispatcher", "type": null}}, "_trim_zeros": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["filt", "trim"], "flags": [], "fullname": "numpy.lib.function_base._trim_zeros", "name": "_trim_zeros", "type": null}}, "_unwrap_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["p", "discont", "axis"], "flags": [], "fullname": "numpy.lib.function_base._unwrap_dispatcher", "name": "_unwrap_dispatcher", "type": null}}, "_update_dim_sizes": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["dim_sizes", "arg", "core_dims"], "flags": [], "fullname": "numpy.lib.function_base._update_dim_sizes", "name": "_update_dim_sizes", "type": null}}, "_ureduce": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["a", "func", "kwargs"], "flags": [], "fullname": "numpy.lib.function_base._ureduce", "name": "_ureduce", "type": null}}, "absolute": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.absolute", "name": "absolute", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.absolute", "source_any": null, "type_of_any": 3}}}, "add": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.add", "name": "add", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.add", "source_any": null, "type_of_any": 3}}}, "add_docstring": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.add_docstring", "name": "add_docstring", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.add_docstring", "source_any": null, "type_of_any": 3}}}, "add_newdoc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.add_newdoc", "name": "add_newdoc", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.add_newdoc", "source_any": null, "type_of_any": 3}}}, "add_newdoc_ufunc": {".class": "SymbolTableNode", "cross_ref": "numpy.core.umath._add_newdoc_ufunc", "kind": "Gdef"}, "angle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["z", "deg"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.angle", "name": "angle", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "angle", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "any": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.any", "kind": "Gdef", "module_public": false}, "append": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["arr", "values", "axis"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.append", "name": "append", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "append", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "arange": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.arange", "name": "arange", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.arange", "source_any": null, "type_of_any": 3}}}, "arctan2": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.arctan2", "name": "arctan2", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.arctan2", "source_any": null, "type_of_any": 3}}}, "around": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.around", "name": "around", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.around", "source_any": null, "type_of_any": 3}}}, "array": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.array", "name": "array", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.array", "source_any": null, "type_of_any": 3}}}, "array_function_dispatch": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.function_base.array_function_dispatch", "name": "array_function_dispatch", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "functools.partial"}}}, "asanyarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.asanyarray", "name": "asanyarray", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.asanyarray", "source_any": null, "type_of_any": 3}}}, "asarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.asarray", "name": "asarray", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.asarray", "source_any": null, "type_of_any": 3}}}, "asarray_chkfinite": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["a", "dtype", "order"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.asarray_chkfinite", "name": "asarray_chkfinite", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "asarray_chkfinite", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "average": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "weights", "returned"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.average", "name": "average", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "average", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "bartlett": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["M"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.bartlett", "name": "bartlett", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "bartlett", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "bincount": {".class": "SymbolTableNode", "cross_ref": "numpy.core.multiarray.bincount", "kind": "Gdef"}, "blackman": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["M"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.blackman", "name": "blackman", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "blackman", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "builtins": {".class": "SymbolTableNode", "cross_ref": "builtins", "kind": "Gdef", "module_public": false}, "ceil": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.ceil", "name": "ceil", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.ceil", "source_any": null, "type_of_any": 3}}}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef", "module_public": false}, "compiled_interp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.compiled_interp", "name": "compiled_interp", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.compiled_interp", "source_any": null, "type_of_any": 3}}}, "compiled_interp_complex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.compiled_interp_complex", "name": "compiled_interp_complex", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.compiled_interp_complex", "source_any": null, "type_of_any": 3}}}, "concatenate": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.concatenate", "name": "concatenate", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.concatenate", "source_any": null, "type_of_any": 3}}}, "copy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["a", "order", "subok"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.copy", "name": "copy", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "copy", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "corrcoef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 5], "arg_names": ["x", "y", "rowvar", "bias", "ddof", "dtype"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.corrcoef", "name": "corrcoef", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "corrcoef", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "cos": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.cos", "name": "cos", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.cos", "source_any": null, "type_of_any": 3}}}, "cov": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["m", "y", "rowvar", "bias", "ddof", "fweights", "aweights", "dtype"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.cov", "name": "cov", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "cov", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "delete": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["arr", "obj", "axis"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.delete", "name": "delete", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "delete", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "diag": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.twodim_base.diag", "kind": "Gdef", "module_public": false}, "diff": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "n", "axis", "prepend", "append"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.diff", "name": "diff", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "diff", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "digitize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["x", "bins", "right"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.digitize", "name": "digitize", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "digitize", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "disp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["mesg", "device", "linefeed"], "flags": [], "fullname": "numpy.lib.function_base.disp", "name": "disp", "type": null}}, "dot": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.dot", "name": "dot", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.dot", "source_any": null, "type_of_any": 3}}}, "empty": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.empty", "name": "empty", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.empty", "source_any": null, "type_of_any": 3}}}, "exp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.exp", "name": "exp", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.exp", "source_any": null, "type_of_any": 3}}}, "extract": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["condition", "arr"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.extract", "name": "extract", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "extract", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "flip": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["m", "axis"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.flip", "name": "flip", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "flip", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "floor": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.floor", "name": "floor", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.floor", "source_any": null, "type_of_any": 3}}}, "frompyfunc": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.frompyfunc", "name": "frompyfunc", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.frompyfunc", "source_any": null, "type_of_any": 3}}}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef", "module_public": false}, "gradient": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5], "arg_names": ["f", "varargs", "axis", "edge_order"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.gradient", "name": "gradient", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "gradient", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "hamming": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["M"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.hamming", "name": "hamming", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "hamming", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "hanning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["M"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.hanning", "name": "hanning", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "hanning", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "histogram": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.histograms.histogram", "kind": "Gdef", "module_public": false}, "histogramdd": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.histograms.histogramdd", "kind": "Gdef", "module_public": false}, "i0": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.i0", "name": "i0", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "i0", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "insert": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["arr", "obj", "values", "axis"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.insert", "name": "insert", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "insert", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "integer": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.integer", "name": "integer", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.integer", "source_any": null, "type_of_any": 3}}}, "interp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["x", "xp", "fp", "left", "right", "period"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.interp", "name": "interp", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "interp", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "intp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.intp", "name": "intp", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.intp", "source_any": null, "type_of_any": 3}}}, "isscalar": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.isscalar", "kind": "Gdef", "module_public": false}, "iterable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["y"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.iterable", "name": "iterable", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "iterable", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "kaiser": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["M", "beta"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.kaiser", "name": "kaiser", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "kaiser", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "less_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.less_equal", "name": "less_equal", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.less_equal", "source_any": null, "type_of_any": 3}}}, "mean": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.mean", "kind": "Gdef", "module_public": false}, "median": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "axis", "out", "overwrite_input", "keepdims"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.median", "name": "median", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "median", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "meshgrid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2, 5, 5, 5], "arg_names": ["xi", "copy", "sparse", "indexing"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.meshgrid", "name": "meshgrid", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "meshgrid", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "mod": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.mod", "name": "mod", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.mod", "source_any": null, "type_of_any": 3}}}, "msort": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.msort", "name": "msort", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "msort", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "ndarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.ndarray", "name": "ndarray", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.ndarray", "source_any": null, "type_of_any": 3}}}, "nonzero": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.nonzero", "kind": "Gdef", "module_public": false}, "normalize_axis_index": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.normalize_axis_index", "name": "normalize_axis_index", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.normalize_axis_index", "source_any": null, "type_of_any": 3}}}, "not_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.not_equal", "name": "not_equal", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.not_equal", "source_any": null, "type_of_any": 3}}}, "np": {".class": "SymbolTableNode", "cross_ref": "numpy", "kind": "Gdef", "module_public": false}, "ones": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.ones", "kind": "Gdef", "module_public": false}, "overrides": {".class": "SymbolTableNode", "cross_ref": "numpy.core.overrides", "kind": "Gdef", "module_public": false}, "partition": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.partition", "kind": "Gdef", "module_public": false}, "percentile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["a", "q", "axis", "out", "overwrite_input", "interpolation", "keepdims"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.percentile", "name": "percentile", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "percentile", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "pi": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.pi", "name": "pi", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.pi", "source_any": null, "type_of_any": 3}}}, "piecewise": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2, 4], "arg_names": ["x", "condlist", "funclist", "args", "kw"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.piecewise", "name": "piecewise", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "piecewise", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "place": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["arr", "mask", "vals"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.place", "name": "place", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "place", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "quantile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["a", "q", "axis", "out", "overwrite_input", "interpolation", "keepdims"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.quantile", "name": "quantile", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "quantile", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "ravel": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.ravel", "kind": "Gdef", "module_public": false}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef", "module_public": false}, "rot90": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["m", "k", "axes"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.rot90", "name": "rot90", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "rot90", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "select": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["condlist", "choicelist", "default"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.select", "name": "select", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "select", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "set_module": {".class": "SymbolTableNode", "cross_ref": "numpy.core.overrides.set_module", "kind": "Gdef", "module_public": false}, "sin": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.sin", "name": "sin", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.sin", "source_any": null, "type_of_any": 3}}}, "sinc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.sinc", "name": "sinc", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "sinc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "sort_complex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.sort_complex", "name": "sort_complex", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "sort_complex", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "sqrt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.sqrt", "name": "sqrt", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.sqrt", "source_any": null, "type_of_any": 3}}}, "subtract": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.subtract", "name": "subtract", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.subtract", "source_any": null, "type_of_any": 3}}}, "sum": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.sum", "kind": "Gdef", "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_public": false}, "take": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.take", "name": "take", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.take", "source_any": null, "type_of_any": 3}}}, "transpose": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.transpose", "name": "transpose", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.transpose", "source_any": null, "type_of_any": 3}}}, "trapz": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["y", "x", "dx", "axis"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.trapz", "name": "trapz", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "trapz", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "trim_zeros": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["filt", "trim"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.trim_zeros", "name": "trim_zeros", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "trim_zeros", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "typecodes": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.typecodes", "name": "typecodes", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.typecodes", "source_any": null, "type_of_any": 3}}}, "unwrap": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["p", "discont", "axis"], "flags": ["is_decorated"], "fullname": "numpy.lib.function_base.unwrap", "name": "unwrap", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "unwrap", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "vectorize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.lib.function_base.vectorize", "name": "vectorize", "type_vars": []}, "flags": [], "fullname": "numpy.lib.function_base.vectorize", "metaclass_type": null, "metadata": {}, "module_name": "numpy.lib.function_base", "mro": ["numpy.lib.function_base.vectorize", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "numpy.lib.function_base.vectorize.__call__", "name": "__call__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "pyfunc", "otypes", "doc", "excluded", "cache", "signature"], "flags": [], "fullname": "numpy.lib.function_base.vectorize.__init__", "name": "__init__", "type": null}}, "_get_ufunc_and_otypes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "func", "args"], "flags": [], "fullname": "numpy.lib.function_base.vectorize._get_ufunc_and_otypes", "name": "_get_ufunc_and_otypes", "type": null}}, "_in_and_out_core_dims": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.function_base.vectorize._in_and_out_core_dims", "name": "_in_and_out_core_dims", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_ufunc": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.function_base.vectorize._ufunc", "name": "_ufunc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_vectorize_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "func", "args"], "flags": [], "fullname": "numpy.lib.function_base.vectorize._vectorize_call", "name": "_vectorize_call", "type": null}}, "_vectorize_call_with_signature": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "func", "args"], "flags": [], "fullname": "numpy.lib.function_base.vectorize._vectorize_call_with_signature", "name": "_vectorize_call_with_signature", "type": null}}, "cache": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.function_base.vectorize.cache", "name": "cache", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "excluded": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.function_base.vectorize.excluded", "name": "excluded", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "otypes": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.function_base.vectorize.otypes", "name": "otypes", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "pyfunc": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.function_base.vectorize.pyfunc", "name": "pyfunc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "signature": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.function_base.vectorize.signature", "name": "signature", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef", "module_public": false}, "where": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.where", "name": "where", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.where", "source_any": null, "type_of_any": 3}}}, "zeros": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.function_base.zeros", "name": "zeros", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.function_base.zeros", "source_any": null, "type_of_any": 3}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/lib/function_base.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/function_base.meta.json b/.mypy_cache/3.9/numpy/lib/function_base.meta.json deleted file mode 100644 index c1da0eaf0..000000000 --- a/.mypy_cache/3.9/numpy/lib/function_base.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 1, 2, 3, 4, 5, 7, 8, 8, 15, 19, 22, 23, 25, 26, 27, 33, 36, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 10, 10, 10, 10, 10, 5, 5, 5, 5, 5, 5, 5, 5, 5, 10, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["collections.abc", "collections", "functools", "re", "sys", "warnings", "numpy", "numpy.core.numeric", "numpy.core", "numpy.core.umath", "numpy.core.fromnumeric", "numpy.core.numerictypes", "numpy.core.overrides", "numpy.core.function_base", "numpy.lib.twodim_base", "numpy.core.multiarray", "builtins", "numpy.lib.histograms", "_typeshed", "_warnings", "abc", "datetime", "enum", "numpy.core._asarray", "numpy.lib.stride_tricks", "numpy.lib.utils", "numpy.typing", "numpy.typing._array_like", "numpy.typing._dtype_like", "types", "typing", "typing_extensions"], "hash": "40599583a4b3671a1f2afecf0abba00171f2c84b4175806f4c8990df1e9f6899", "id": "numpy.lib.function_base", "ignore_all": true, "interface_hash": "ac6f201d5212aee96b35b8394fb5b37cb8c9d09b1ffa186e6425a201cef5e564", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/lib/function_base.py", "plugin_data": null, "size": 158779, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/histograms.data.json b/.mypy_cache/3.9/numpy/lib/histograms.data.json deleted file mode 100644 index 777df31f1..000000000 --- a/.mypy_cache/3.9/numpy/lib/histograms.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.lib.histograms", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.histograms.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.histograms.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.histograms.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.histograms.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.histograms.__package__", "name": "__package__", "type": "builtins.str"}}, "_get_bin_edges": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["a", "bins", "range", "weights"], "flags": [], "fullname": "numpy.lib.histograms._get_bin_edges", "name": "_get_bin_edges", "type": null}}, "_get_outer_edges": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "range"], "flags": [], "fullname": "numpy.lib.histograms._get_outer_edges", "name": "_get_outer_edges", "type": null}}, "_hist_bin_auto": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "range"], "flags": [], "fullname": "numpy.lib.histograms._hist_bin_auto", "name": "_hist_bin_auto", "type": null}}, "_hist_bin_doane": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "range"], "flags": [], "fullname": "numpy.lib.histograms._hist_bin_doane", "name": "_hist_bin_doane", "type": null}}, "_hist_bin_fd": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "range"], "flags": [], "fullname": "numpy.lib.histograms._hist_bin_fd", "name": "_hist_bin_fd", "type": null}}, "_hist_bin_rice": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "range"], "flags": [], "fullname": "numpy.lib.histograms._hist_bin_rice", "name": "_hist_bin_rice", "type": null}}, "_hist_bin_scott": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "range"], "flags": [], "fullname": "numpy.lib.histograms._hist_bin_scott", "name": "_hist_bin_scott", "type": null}}, "_hist_bin_selectors": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.histograms._hist_bin_selectors", "name": "_hist_bin_selectors", "type": {".class": "Instance", "args": ["builtins.str", {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["x", "range"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}], "type_ref": "builtins.dict"}}}, "_hist_bin_sqrt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "range"], "flags": [], "fullname": "numpy.lib.histograms._hist_bin_sqrt", "name": "_hist_bin_sqrt", "type": null}}, "_hist_bin_stone": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "range"], "flags": [], "fullname": "numpy.lib.histograms._hist_bin_stone", "name": "_hist_bin_stone", "type": null}}, "_hist_bin_sturges": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "range"], "flags": [], "fullname": "numpy.lib.histograms._hist_bin_sturges", "name": "_hist_bin_sturges", "type": null}}, "_histogram_bin_edges_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "bins", "range", "weights"], "flags": [], "fullname": "numpy.lib.histograms._histogram_bin_edges_dispatcher", "name": "_histogram_bin_edges_dispatcher", "type": null}}, "_histogram_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["a", "bins", "range", "normed", "weights", "density"], "flags": [], "fullname": "numpy.lib.histograms._histogram_dispatcher", "name": "_histogram_dispatcher", "type": null}}, "_histogramdd_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["sample", "bins", "range", "normed", "weights", "density"], "flags": ["is_generator"], "fullname": "numpy.lib.histograms._histogramdd_dispatcher", "name": "_histogramdd_dispatcher", "type": null}}, "_ptp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.lib.histograms._ptp", "name": "_ptp", "type": null}}, "_range": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.lib.histograms._range", "line": 19, "no_args": true, "normalized": false, "target": "builtins.range"}}, "_ravel_and_check_weights": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "weights"], "flags": [], "fullname": "numpy.lib.histograms._ravel_and_check_weights", "name": "_ravel_and_check_weights", "type": null}}, "_search_sorted_inclusive": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "v"], "flags": [], "fullname": "numpy.lib.histograms._search_sorted_inclusive", "name": "_search_sorted_inclusive", "type": null}}, "_unsigned_subtract": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "numpy.lib.histograms._unsigned_subtract", "name": "_unsigned_subtract", "type": null}}, "array_function_dispatch": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.histograms.array_function_dispatch", "name": "array_function_dispatch", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "functools.partial"}}}, "contextlib": {".class": "SymbolTableNode", "cross_ref": "contextlib", "kind": "Gdef", "module_public": false}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef", "module_public": false}, "histogram": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["a", "bins", "range", "normed", "weights", "density"], "flags": ["is_decorated"], "fullname": "numpy.lib.histograms.histogram", "name": "histogram", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "histogram", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "histogram_bin_edges": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "bins", "range", "weights"], "flags": ["is_decorated"], "fullname": "numpy.lib.histograms.histogram_bin_edges", "name": "histogram_bin_edges", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "histogram_bin_edges", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "histogramdd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["sample", "bins", "range", "normed", "weights", "density"], "flags": ["is_decorated"], "fullname": "numpy.lib.histograms.histogramdd", "name": "histogramdd", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "histogramdd", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "np": {".class": "SymbolTableNode", "cross_ref": "numpy", "kind": "Gdef", "module_public": false}, "operator": {".class": "SymbolTableNode", "cross_ref": "operator", "kind": "Gdef", "module_public": false}, "overrides": {".class": "SymbolTableNode", "cross_ref": "numpy.core.overrides", "kind": "Gdef", "module_public": false}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/lib/histograms.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/histograms.meta.json b/.mypy_cache/3.9/numpy/lib/histograms.meta.json deleted file mode 100644 index ea392ecc6..000000000 --- a/.mypy_cache/3.9/numpy/lib/histograms.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [4, 5, 6, 7, 9, 10, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 20, 10, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["contextlib", "functools", "operator", "warnings", "numpy", "numpy.core", "numpy.core.overrides", "builtins", "_typeshed", "_warnings", "abc", "datetime", "numpy.core._asarray", "numpy.core.fromnumeric", "numpy.core.function_base", "numpy.core.numeric", "numpy.core.numerictypes", "numpy.core.shape_base", "numpy.typing", "numpy.typing._array_like", "numpy.typing._dtype_like", "typing", "typing_extensions"], "hash": "35bbd2ee3f9a6b42f8c45e10a276567412275873f08b9f37c847454322f6fef7", "id": "numpy.lib.histograms", "ignore_all": true, "interface_hash": "63edd29fcc9acc89f5d77b634985802e8ce01a467b16122639daee21d2c4ab3c", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/lib/histograms.py", "plugin_data": null, "size": 40133, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/index_tricks.data.json b/.mypy_cache/3.9/numpy/lib/index_tricks.data.json deleted file mode 100644 index 66ede4b17..000000000 --- a/.mypy_cache/3.9/numpy/lib/index_tricks.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.lib.index_tricks", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AxisConcatenator": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.lib.index_tricks.AxisConcatenator", "name": "AxisConcatenator", "type_vars": []}, "flags": [], "fullname": "numpy.lib.index_tricks.AxisConcatenator", "metaclass_type": null, "metadata": {}, "module_name": "numpy.lib.index_tricks", "mro": ["numpy.lib.index_tricks.AxisConcatenator", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "numpy.lib.index_tricks.AxisConcatenator.__getitem__", "name": "__getitem__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "matrix", "ndmin", "trans1d"], "flags": [], "fullname": "numpy.lib.index_tricks.AxisConcatenator.__init__", "name": "__init__", "type": null}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.lib.index_tricks.AxisConcatenator.__len__", "name": "__len__", "type": null}}, "axis": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.index_tricks.AxisConcatenator.axis", "name": "axis", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "concatenate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.index_tricks.AxisConcatenator.concatenate", "name": "concatenate", "type": "builtins.staticmethod"}}, "makemat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.index_tricks.AxisConcatenator.makemat", "name": "makemat", "type": "builtins.staticmethod"}}, "matrix": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.index_tricks.AxisConcatenator.matrix", "name": "matrix", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "ndmin": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.index_tricks.AxisConcatenator.ndmin", "name": "ndmin", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "trans1d": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.index_tricks.AxisConcatenator.trans1d", "name": "trans1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CClass": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.lib.index_tricks.AxisConcatenator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.lib.index_tricks.CClass", "name": "CClass", "type_vars": []}, "flags": [], "fullname": "numpy.lib.index_tricks.CClass", "metaclass_type": null, "metadata": {}, "module_name": "numpy.lib.index_tricks", "mro": ["numpy.lib.index_tricks.CClass", "numpy.lib.index_tricks.AxisConcatenator", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.lib.index_tricks.CClass.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IndexExpression": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.lib.index_tricks.IndexExpression", "name": "IndexExpression", "type_vars": []}, "flags": [], "fullname": "numpy.lib.index_tricks.IndexExpression", "metaclass_type": null, "metadata": {}, "module_name": "numpy.lib.index_tricks", "mro": ["numpy.lib.index_tricks.IndexExpression", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": [], "fullname": "numpy.lib.index_tricks.IndexExpression.__getitem__", "name": "__getitem__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "maketuple"], "flags": [], "fullname": "numpy.lib.index_tricks.IndexExpression.__init__", "name": "__init__", "type": null}}, "maketuple": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.index_tricks.IndexExpression.maketuple", "name": "maketuple", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MGridClass": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.lib.index_tricks.nd_grid"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.lib.index_tricks.MGridClass", "name": "MGridClass", "type_vars": []}, "flags": [], "fullname": "numpy.lib.index_tricks.MGridClass", "metaclass_type": null, "metadata": {}, "module_name": "numpy.lib.index_tricks", "mro": ["numpy.lib.index_tricks.MGridClass", "numpy.lib.index_tricks.nd_grid", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.lib.index_tricks.MGridClass.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "OGridClass": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.lib.index_tricks.nd_grid"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.lib.index_tricks.OGridClass", "name": "OGridClass", "type_vars": []}, "flags": [], "fullname": "numpy.lib.index_tricks.OGridClass", "metaclass_type": null, "metadata": {}, "module_name": "numpy.lib.index_tricks", "mro": ["numpy.lib.index_tricks.OGridClass", "numpy.lib.index_tricks.nd_grid", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.lib.index_tricks.OGridClass.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RClass": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.lib.index_tricks.AxisConcatenator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.lib.index_tricks.RClass", "name": "RClass", "type_vars": []}, "flags": [], "fullname": "numpy.lib.index_tricks.RClass", "metaclass_type": null, "metadata": {}, "module_name": "numpy.lib.index_tricks", "mro": ["numpy.lib.index_tricks.RClass", "numpy.lib.index_tricks.AxisConcatenator", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.lib.index_tricks.RClass.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ScalarType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.index_tricks.ScalarType", "name": "ScalarType", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.index_tricks.ScalarType", "source_any": null, "type_of_any": 3}}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.index_tricks.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.index_tricks.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.index_tricks.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.index_tricks.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.index_tricks.__package__", "name": "__package__", "type": "builtins.str"}}, "_diag_indices_from": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arr"], "flags": [], "fullname": "numpy.lib.index_tricks._diag_indices_from", "name": "_diag_indices_from", "type": null}}, "_fill_diagonal_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["a", "val", "wrap"], "flags": [], "fullname": "numpy.lib.index_tricks._fill_diagonal_dispatcher", "name": "_fill_diagonal_dispatcher", "type": null}}, "_ix__dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["args"], "flags": [], "fullname": "numpy.lib.index_tricks._ix__dispatcher", "name": "_ix__dispatcher", "type": null}}, "_nx": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric", "kind": "Gdef", "module_public": false}, "alltrue": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.index_tricks.alltrue", "name": "alltrue", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.index_tricks.alltrue", "source_any": null, "type_of_any": 3}}}, "arange": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.index_tricks.arange", "name": "arange", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.index_tricks.arange", "source_any": null, "type_of_any": 3}}}, "array": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.index_tricks.array", "name": "array", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.index_tricks.array", "source_any": null, "type_of_any": 3}}}, "array_function_dispatch": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.index_tricks.array_function_dispatch", "name": "array_function_dispatch", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "functools.partial"}}}, "as_strided": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.stride_tricks.as_strided", "kind": "Gdef", "module_public": false}, "asarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.index_tricks.asarray", "name": "asarray", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.index_tricks.asarray", "source_any": null, "type_of_any": 3}}}, "c_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.index_tricks.c_", "name": "c_", "type": "numpy.lib.index_tricks.CClass"}}, "cumprod": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.index_tricks.cumprod", "name": "cumprod", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.index_tricks.cumprod", "source_any": null, "type_of_any": 3}}}, "diag_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["n", "ndim"], "flags": ["is_decorated"], "fullname": "numpy.lib.index_tricks.diag_indices", "name": "diag_indices", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "diag_indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "diag_indices_from": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arr"], "flags": ["is_decorated"], "fullname": "numpy.lib.index_tricks.diag_indices_from", "name": "diag_indices_from", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "diag_indices_from", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "diff": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.diff", "kind": "Gdef", "module_public": false}, "fill_diagonal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["a", "val", "wrap"], "flags": ["is_decorated"], "fullname": "numpy.lib.index_tricks.fill_diagonal", "name": "fill_diagonal", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "fill_diagonal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "find_common_type": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.find_common_type", "kind": "Gdef", "module_public": false}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef", "module_public": false}, "index_exp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.index_tricks.index_exp", "name": "index_exp", "type": "numpy.lib.index_tricks.IndexExpression"}}, "issubdtype": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.issubdtype", "kind": "Gdef", "module_public": false}, "ix_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["args"], "flags": ["is_decorated"], "fullname": "numpy.lib.index_tricks.ix_", "name": "ix_", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "ix_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "linspace": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.index_tricks.linspace", "name": "linspace", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.index_tricks.linspace", "source_any": null, "type_of_any": 3}}}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef", "module_public": false}, "matrixlib": {".class": "SymbolTableNode", "cross_ref": "numpy.matrixlib", "kind": "Gdef", "module_public": false}, "mgrid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.index_tricks.mgrid", "name": "mgrid", "type": "numpy.lib.index_tricks.MGridClass"}}, "nd_grid": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.lib.index_tricks.nd_grid", "name": "nd_grid", "type_vars": []}, "flags": [], "fullname": "numpy.lib.index_tricks.nd_grid", "metaclass_type": null, "metadata": {}, "module_name": "numpy.lib.index_tricks", "mro": ["numpy.lib.index_tricks.nd_grid", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "numpy.lib.index_tricks.nd_grid.__getitem__", "name": "__getitem__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sparse"], "flags": [], "fullname": "numpy.lib.index_tricks.nd_grid.__init__", "name": "__init__", "type": null}}, "sparse": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.index_tricks.nd_grid.sparse", "name": "sparse", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ndenumerate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.lib.index_tricks.ndenumerate", "name": "ndenumerate", "type_vars": []}, "flags": [], "fullname": "numpy.lib.index_tricks.ndenumerate", "metaclass_type": null, "metadata": {}, "module_name": "numpy.lib.index_tricks", "mro": ["numpy.lib.index_tricks.ndenumerate", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arr"], "flags": [], "fullname": "numpy.lib.index_tricks.ndenumerate.__init__", "name": "__init__", "type": null}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.lib.index_tricks.ndenumerate.__iter__", "name": "__iter__", "type": null}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.lib.index_tricks.ndenumerate.__next__", "name": "__next__", "type": null}}, "iter": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.index_tricks.ndenumerate.iter", "name": "iter", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ndim": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.index_tricks.ndim", "name": "ndim", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.index_tricks.ndim", "source_any": null, "type_of_any": 3}}}, "ndindex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.lib.index_tricks.ndindex", "name": "ndindex", "type_vars": []}, "flags": [], "fullname": "numpy.lib.index_tricks.ndindex", "metaclass_type": null, "metadata": {}, "module_name": "numpy.lib.index_tricks", "mro": ["numpy.lib.index_tricks.ndindex", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "shape"], "flags": [], "fullname": "numpy.lib.index_tricks.ndindex.__init__", "name": "__init__", "type": null}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.lib.index_tricks.ndindex.__iter__", "name": "__iter__", "type": null}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.lib.index_tricks.ndindex.__next__", "name": "__next__", "type": null}}, "_it": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.index_tricks.ndindex._it", "name": "_it", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "ndincr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.lib.index_tricks.ndindex.ndincr", "name": "ndincr", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ogrid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.index_tricks.ogrid", "name": "ogrid", "type": "numpy.lib.index_tricks.OGridClass"}}, "overrides": {".class": "SymbolTableNode", "cross_ref": "numpy.core.overrides", "kind": "Gdef", "module_public": false}, "r_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.index_tricks.r_", "name": "r_", "type": "numpy.lib.index_tricks.RClass"}}, "ravel_multi_index": {".class": "SymbolTableNode", "cross_ref": "numpy.core.multiarray.ravel_multi_index", "kind": "Gdef"}, "s_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.index_tricks.s_", "name": "s_", "type": "numpy.lib.index_tricks.IndexExpression"}}, "set_module": {".class": "SymbolTableNode", "cross_ref": "numpy.core.overrides.set_module", "kind": "Gdef", "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_public": false}, "unravel_index": {".class": "SymbolTableNode", "cross_ref": "numpy.core.multiarray.unravel_index", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/lib/index_tricks.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/index_tricks.meta.json b/.mypy_cache/3.9/numpy/lib/index_tricks.meta.json deleted file mode 100644 index 9693c6336..000000000 --- a/.mypy_cache/3.9/numpy/lib/index_tricks.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 2, 3, 4, 6, 6, 6, 10, 12, 13, 14, 15, 17, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 5, 20, 5, 5, 10, 5, 5, 5, 5, 5, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["functools", "sys", "math", "warnings", "numpy.core.numeric", "numpy", "numpy.core", "numpy.core.numerictypes", "numpy.matrixlib", "numpy.lib.function_base", "numpy.core.multiarray", "numpy.core.overrides", "numpy.lib.stride_tricks", "builtins", "_warnings", "abc", "numpy.typing", "numpy.typing._array_like", "numpy.typing._dtype_like", "types", "typing", "typing_extensions"], "hash": "32aacd12dc15d799987a270032c3adb78c50d014cf29e022d2878f765bbb5ea5", "id": "numpy.lib.index_tricks", "ignore_all": true, "interface_hash": "a18824bc34ca991f9ffefcaa24f01bfeefd97491bef242c1a6bc11a49d318ada", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/lib/index_tricks.py", "plugin_data": null, "size": 30652, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/mixins.data.json b/.mypy_cache/3.9/numpy/lib/mixins.data.json deleted file mode 100644 index 348099f22..000000000 --- a/.mypy_cache/3.9/numpy/lib/mixins.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.lib.mixins", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "NDArrayOperatorsMixin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin", "name": "NDArrayOperatorsMixin", "type_vars": []}, "flags": [], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin", "metaclass_type": null, "metadata": {}, "module_name": "numpy.lib.mixins", "mro": ["numpy.lib.mixins.NDArrayOperatorsMixin", "builtins.object"], "names": {".class": "SymbolTable", "__abs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__abs__", "name": "__abs__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__add__", "name": "__add__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__and__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__and__", "name": "__and__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__divmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__divmod__", "name": "__divmod__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__eq__", "name": "__eq__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__floordiv__", "name": "__floordiv__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__ge__", "name": "__ge__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__gt__", "name": "__gt__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "__iadd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__iadd__", "name": "__iadd__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__iand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__iand__", "name": "__iand__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__ifloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__ifloordiv__", "name": "__ifloordiv__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__ilshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__ilshift__", "name": "__ilshift__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__imatmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__imatmul__", "name": "__imatmul__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__imod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__imod__", "name": "__imod__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__imul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__imul__", "name": "__imul__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__invert__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__invert__", "name": "__invert__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "__ior__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__ior__", "name": "__ior__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__ipow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__ipow__", "name": "__ipow__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__irshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__irshift__", "name": "__irshift__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__isub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__isub__", "name": "__isub__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__itruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__itruediv__", "name": "__itruediv__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__ixor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__ixor__", "name": "__ixor__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__le__", "name": "__le__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "__lshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__lshift__", "name": "__lshift__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__lt__", "name": "__lt__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "__matmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__matmul__", "name": "__matmul__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__mod__", "name": "__mod__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__mul__", "name": "__mul__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__ne__", "name": "__ne__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "__neg__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__neg__", "name": "__neg__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__or__", "name": "__or__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__pos__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__pos__", "name": "__pos__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__pow__", "name": "__pow__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__radd__", "name": "__radd__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__rand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__rand__", "name": "__rand__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__rdivmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__rdivmod__", "name": "__rdivmod__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__rlshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__rlshift__", "name": "__rlshift__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__rmatmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__rmatmul__", "name": "__rmatmul__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__rmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__rmod__", "name": "__rmod__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__rmul__", "name": "__rmul__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__ror__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__ror__", "name": "__ror__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__rpow__", "name": "__rpow__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__rrshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__rrshift__", "name": "__rrshift__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__rshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__rshift__", "name": "__rshift__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__rsub__", "name": "__rsub__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__rtruediv__", "name": "__rtruediv__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__rxor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__rxor__", "name": "__rxor__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__sub__", "name": "__sub__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__truediv__", "name": "__truediv__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.lib.mixins.NDArrayOperatorsMixin.__xor__", "name": "__xor__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.mixins.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.mixins.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.mixins.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.mixins.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.mixins.__package__", "name": "__package__", "type": "builtins.str"}}, "_binary_method": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ufunc", "name"], "flags": [], "fullname": "numpy.lib.mixins._binary_method", "name": "_binary_method", "type": null}}, "_disables_array_ufunc": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "numpy.lib.mixins._disables_array_ufunc", "name": "_disables_array_ufunc", "type": null}}, "_inplace_binary_method": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ufunc", "name"], "flags": [], "fullname": "numpy.lib.mixins._inplace_binary_method", "name": "_inplace_binary_method", "type": null}}, "_numeric_methods": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ufunc", "name"], "flags": [], "fullname": "numpy.lib.mixins._numeric_methods", "name": "_numeric_methods", "type": null}}, "_reflected_binary_method": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ufunc", "name"], "flags": [], "fullname": "numpy.lib.mixins._reflected_binary_method", "name": "_reflected_binary_method", "type": null}}, "_unary_method": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ufunc", "name"], "flags": [], "fullname": "numpy.lib.mixins._unary_method", "name": "_unary_method", "type": null}}, "um": {".class": "SymbolTableNode", "cross_ref": "numpy.core.umath", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/lib/mixins.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/mixins.meta.json b/.mypy_cache/3.9/numpy/lib/mixins.meta.json deleted file mode 100644 index 3d0a5e8f9..000000000 --- a/.mypy_cache/3.9/numpy/lib/mixins.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [2, 2, 1, 1, 1, 1], "dep_prios": [20, 10, 5, 30, 30, 30], "dependencies": ["numpy.core", "numpy.core.umath", "builtins", "abc", "types", "typing"], "hash": "6b02569fec17900e9f8374da3ef32d5f35166895572809fc7ceb775cb3c9ebdd", "id": "numpy.lib.mixins", "ignore_all": true, "interface_hash": "348b43fbd9d8ad03a32ff4d291f6c1b17af25659eccef84f852c5bb54492c41a", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/lib/mixins.py", "plugin_data": null, "size": 7052, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/scimath.data.json b/.mypy_cache/3.9/numpy/lib/scimath.data.json deleted file mode 100644 index fe13b3d4f..000000000 --- a/.mypy_cache/3.9/numpy/lib/scimath.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.lib.scimath", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.scimath.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.scimath.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.scimath.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.scimath.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.scimath.__package__", "name": "__package__", "type": "builtins.str"}}, "_fix_int_lt_zero": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.lib.scimath._fix_int_lt_zero", "name": "_fix_int_lt_zero", "type": null}}, "_fix_real_abs_gt_1": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.lib.scimath._fix_real_abs_gt_1", "name": "_fix_real_abs_gt_1", "type": null}}, "_fix_real_lt_zero": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.lib.scimath._fix_real_lt_zero", "name": "_fix_real_lt_zero", "type": null}}, "_ln2": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.scimath._ln2", "name": "_ln2", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 5}, "type_of_any": 7}}}, "_logn_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["n", "x"], "flags": [], "fullname": "numpy.lib.scimath._logn_dispatcher", "name": "_logn_dispatcher", "type": null}}, "_power_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "p"], "flags": [], "fullname": "numpy.lib.scimath._power_dispatcher", "name": "_power_dispatcher", "type": null}}, "_tocomplex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arr"], "flags": [], "fullname": "numpy.lib.scimath._tocomplex", "name": "_tocomplex", "type": null}}, "_unary_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.lib.scimath._unary_dispatcher", "name": "_unary_dispatcher", "type": null}}, "any": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.scimath.any", "name": "any", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.scimath.any", "source_any": null, "type_of_any": 3}}}, "arccos": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": ["is_decorated"], "fullname": "numpy.lib.scimath.arccos", "name": "arccos", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "arccos", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "arcsin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": ["is_decorated"], "fullname": "numpy.lib.scimath.arcsin", "name": "arcsin", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "arcsin", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "arctanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": ["is_decorated"], "fullname": "numpy.lib.scimath.arctanh", "name": "arctanh", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "arctanh", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "array_function_dispatch": {".class": "SymbolTableNode", "cross_ref": "numpy.core.overrides.array_function_dispatch", "kind": "Gdef", "module_public": false}, "asarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.scimath.asarray", "name": "asarray", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.scimath.asarray", "source_any": null, "type_of_any": 3}}}, "isreal": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.type_check.isreal", "kind": "Gdef", "module_public": false}, "log": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": ["is_decorated"], "fullname": "numpy.lib.scimath.log", "name": "log", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "log", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "log10": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": ["is_decorated"], "fullname": "numpy.lib.scimath.log10", "name": "log10", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "log10", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "log2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": ["is_decorated"], "fullname": "numpy.lib.scimath.log2", "name": "log2", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "log2", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "logn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["n", "x"], "flags": ["is_decorated"], "fullname": "numpy.lib.scimath.logn", "name": "logn", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "logn", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "nt": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes", "kind": "Gdef", "module_public": false}, "nx": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric", "kind": "Gdef", "module_public": false}, "power": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "p"], "flags": ["is_decorated"], "fullname": "numpy.lib.scimath.power", "name": "power", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "power", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "sqrt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": ["is_decorated"], "fullname": "numpy.lib.scimath.sqrt", "name": "sqrt", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "sqrt", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/lib/scimath.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/scimath.meta.json b/.mypy_cache/3.9/numpy/lib/scimath.meta.json deleted file mode 100644 index ba0ec1b97..000000000 --- a/.mypy_cache/3.9/numpy/lib/scimath.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [34, 34, 34, 35, 37, 38, 1, 1, 1, 1], "dep_prios": [5, 20, 20, 10, 5, 5, 5, 30, 30, 30], "dependencies": ["numpy.core.numeric", "numpy", "numpy.core", "numpy.core.numerictypes", "numpy.core.overrides", "numpy.lib.type_check", "builtins", "abc", "types", "typing"], "hash": "d7e0c5eb77b4aeefdba11325f4dd011240d43e36f627153113750c1215ad1823", "id": "numpy.lib.scimath", "ignore_all": true, "interface_hash": "58a539d147a736fa2a940378d494bb5461725bad9c09d2a9c710b0faaeb70d65", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/lib/scimath.py", "plugin_data": null, "size": 14867, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/stride_tricks.data.json b/.mypy_cache/3.9/numpy/lib/stride_tricks.data.json deleted file mode 100644 index c1c845bd2..000000000 --- a/.mypy_cache/3.9/numpy/lib/stride_tricks.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.lib.stride_tricks", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "DummyArray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.lib.stride_tricks.DummyArray", "name": "DummyArray", "type_vars": []}, "flags": [], "fullname": "numpy.lib.stride_tricks.DummyArray", "metaclass_type": null, "metadata": {}, "module_name": "numpy.lib.stride_tricks", "mro": ["numpy.lib.stride_tricks.DummyArray", "builtins.object"], "names": {".class": "SymbolTable", "__array_interface__": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.stride_tricks.DummyArray.__array_interface__", "name": "__array_interface__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "interface", "base"], "flags": [], "fullname": "numpy.lib.stride_tricks.DummyArray.__init__", "name": "__init__", "type": null}}, "base": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.stride_tricks.DummyArray.base", "name": "base", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.stride_tricks.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.stride_tricks.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.stride_tricks.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.stride_tricks.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.stride_tricks.__package__", "name": "__package__", "type": "builtins.str"}}, "_broadcast_arrays_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [2, 5], "arg_names": ["args", "subok"], "flags": [], "fullname": "numpy.lib.stride_tricks._broadcast_arrays_dispatcher", "name": "_broadcast_arrays_dispatcher", "type": null}}, "_broadcast_shape": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["args"], "flags": [], "fullname": "numpy.lib.stride_tricks._broadcast_shape", "name": "_broadcast_shape", "type": null}}, "_broadcast_to": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["array", "shape", "subok", "readonly"], "flags": [], "fullname": "numpy.lib.stride_tricks._broadcast_to", "name": "_broadcast_to", "type": null}}, "_broadcast_to_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["array", "shape", "subok"], "flags": [], "fullname": "numpy.lib.stride_tricks._broadcast_to_dispatcher", "name": "_broadcast_to_dispatcher", "type": null}}, "_maybe_view_as_subclass": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["original_array", "new_array"], "flags": [], "fullname": "numpy.lib.stride_tricks._maybe_view_as_subclass", "name": "_maybe_view_as_subclass", "type": null}}, "_sliding_window_view_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["x", "window_shape", "axis", "subok", "writeable"], "flags": [], "fullname": "numpy.lib.stride_tricks._sliding_window_view_dispatcher", "name": "_sliding_window_view_dispatcher", "type": null}}, "array_function_dispatch": {".class": "SymbolTableNode", "cross_ref": "numpy.core.overrides.array_function_dispatch", "kind": "Gdef", "module_public": false}, "as_strided": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["x", "shape", "strides", "subok", "writeable"], "flags": [], "fullname": "numpy.lib.stride_tricks.as_strided", "name": "as_strided", "type": null}}, "broadcast_arrays": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2, 5], "arg_names": ["args", "subok"], "flags": ["is_decorated"], "fullname": "numpy.lib.stride_tricks.broadcast_arrays", "name": "broadcast_arrays", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "broadcast_arrays", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "broadcast_shapes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["args"], "flags": ["is_decorated"], "fullname": "numpy.lib.stride_tricks.broadcast_shapes", "name": "broadcast_shapes", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "broadcast_shapes", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "broadcast_to": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["array", "shape", "subok"], "flags": ["is_decorated"], "fullname": "numpy.lib.stride_tricks.broadcast_to", "name": "broadcast_to", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "broadcast_to", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "normalize_axis_tuple": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.stride_tricks.normalize_axis_tuple", "name": "normalize_axis_tuple", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.stride_tricks.normalize_axis_tuple", "source_any": null, "type_of_any": 3}}}, "np": {".class": "SymbolTableNode", "cross_ref": "numpy", "kind": "Gdef", "module_public": false}, "set_module": {".class": "SymbolTableNode", "cross_ref": "numpy.core.overrides.set_module", "kind": "Gdef", "module_public": false}, "sliding_window_view": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["x", "window_shape", "axis", "subok", "writeable"], "flags": ["is_decorated"], "fullname": "numpy.lib.stride_tricks.sliding_window_view", "name": "sliding_window_view", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "sliding_window_view", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/lib/stride_tricks.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/stride_tricks.meta.json b/.mypy_cache/3.9/numpy/lib/stride_tricks.meta.json deleted file mode 100644 index f8ee4e048..000000000 --- a/.mypy_cache/3.9/numpy/lib/stride_tricks.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [8, 9, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["numpy", "numpy.core.numeric", "numpy.core.overrides", "builtins", "_typeshed", "abc", "numpy.core", "numpy.core._asarray", "numpy.core.fromnumeric", "numpy.typing", "numpy.typing._array_like", "numpy.typing._dtype_like", "typing", "typing_extensions"], "hash": "53f7b01fb38f3dd078a190b9b8743c07168b9713e597648cadfeafa945081270", "id": "numpy.lib.stride_tricks", "ignore_all": true, "interface_hash": "14078c0f4124673f0a608a0e58ae51fd3f6e007cff7041b87e80bdb9196a02ec", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/lib/stride_tricks.py", "plugin_data": null, "size": 17844, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/twodim_base.data.json b/.mypy_cache/3.9/numpy/lib/twodim_base.data.json deleted file mode 100644 index a4389676e..000000000 --- a/.mypy_cache/3.9/numpy/lib/twodim_base.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.lib.twodim_base", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.twodim_base.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.twodim_base.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.twodim_base.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.twodim_base.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.twodim_base.__package__", "name": "__package__", "type": "builtins.str"}}, "_diag_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["v", "k"], "flags": [], "fullname": "numpy.lib.twodim_base._diag_dispatcher", "name": "_diag_dispatcher", "type": null}}, "_eye_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 5], "arg_names": ["N", "M", "k", "dtype", "order", "like"], "flags": [], "fullname": "numpy.lib.twodim_base._eye_dispatcher", "name": "_eye_dispatcher", "type": null}}, "_eye_with_like": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.twodim_base._eye_with_like", "name": "_eye_with_like", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "_flip_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["m"], "flags": [], "fullname": "numpy.lib.twodim_base._flip_dispatcher", "name": "_flip_dispatcher", "type": null}}, "_histogram2d_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["x", "y", "bins", "range", "normed", "weights", "density"], "flags": ["is_generator"], "fullname": "numpy.lib.twodim_base._histogram2d_dispatcher", "name": "_histogram2d_dispatcher", "type": null}}, "_min_int": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["low", "high"], "flags": [], "fullname": "numpy.lib.twodim_base._min_int", "name": "_min_int", "type": null}}, "_tri_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 5], "arg_names": ["N", "M", "k", "dtype", "like"], "flags": [], "fullname": "numpy.lib.twodim_base._tri_dispatcher", "name": "_tri_dispatcher", "type": null}}, "_tri_with_like": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.twodim_base._tri_with_like", "name": "_tri_with_like", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "_trilu_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["m", "k"], "flags": [], "fullname": "numpy.lib.twodim_base._trilu_dispatcher", "name": "_trilu_dispatcher", "type": null}}, "_trilu_indices_form_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["arr", "k"], "flags": [], "fullname": "numpy.lib.twodim_base._trilu_indices_form_dispatcher", "name": "_trilu_indices_form_dispatcher", "type": null}}, "_vander_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["x", "N", "increasing"], "flags": [], "fullname": "numpy.lib.twodim_base._vander_dispatcher", "name": "_vander_dispatcher", "type": null}}, "arange": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.twodim_base.arange", "name": "arange", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.arange", "source_any": null, "type_of_any": 3}}}, "array_function_dispatch": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.twodim_base.array_function_dispatch", "name": "array_function_dispatch", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "functools.partial"}}}, "asanyarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.twodim_base.asanyarray", "name": "asanyarray", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.asanyarray", "source_any": null, "type_of_any": 3}}}, "asarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.twodim_base.asarray", "name": "asarray", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.asarray", "source_any": null, "type_of_any": 3}}}, "diag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["v", "k"], "flags": ["is_decorated"], "fullname": "numpy.lib.twodim_base.diag", "name": "diag", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "diag", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "diagflat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["v", "k"], "flags": ["is_decorated"], "fullname": "numpy.lib.twodim_base.diagflat", "name": "diagflat", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "diagflat", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "diagonal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.twodim_base.diagonal", "name": "diagonal", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.diagonal", "source_any": null, "type_of_any": 3}}}, "empty": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.twodim_base.empty", "name": "empty", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.empty", "source_any": null, "type_of_any": 3}}}, "eye": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 5], "arg_names": ["N", "M", "k", "dtype", "order", "like"], "flags": ["is_decorated"], "fullname": "numpy.lib.twodim_base.eye", "name": "eye", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "eye", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "fliplr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["m"], "flags": ["is_decorated"], "fullname": "numpy.lib.twodim_base.fliplr", "name": "fliplr", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "fliplr", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "flipud": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["m"], "flags": ["is_decorated"], "fullname": "numpy.lib.twodim_base.flipud", "name": "flipud", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "flipud", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef", "module_public": false}, "greater_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.twodim_base.greater_equal", "name": "greater_equal", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.greater_equal", "source_any": null, "type_of_any": 3}}}, "histogram2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["x", "y", "bins", "range", "normed", "weights", "density"], "flags": ["is_decorated"], "fullname": "numpy.lib.twodim_base.histogram2d", "name": "histogram2d", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "histogram2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "i1": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.twodim_base.i1", "name": "i1", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.iinfo", "source_any": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.iinfo", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "i2": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.twodim_base.i2", "name": "i2", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.iinfo", "source_any": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.iinfo", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "i4": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.twodim_base.i4", "name": "i4", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.iinfo", "source_any": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.iinfo", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "iinfo": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.twodim_base.iinfo", "name": "iinfo", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.iinfo", "source_any": null, "type_of_any": 3}}}, "indices": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.indices", "kind": "Gdef", "module_public": false}, "int16": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.twodim_base.int16", "name": "int16", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.int16", "source_any": null, "type_of_any": 3}}}, "int32": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.twodim_base.int32", "name": "int32", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.int32", "source_any": null, "type_of_any": 3}}}, "int64": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.twodim_base.int64", "name": "int64", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.int64", "source_any": null, "type_of_any": 3}}}, "int8": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.twodim_base.int8", "name": "int8", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.int8", "source_any": null, "type_of_any": 3}}}, "intp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.twodim_base.intp", "name": "intp", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.intp", "source_any": null, "type_of_any": 3}}}, "mask_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["n", "mask_func", "k"], "flags": ["is_decorated"], "fullname": "numpy.lib.twodim_base.mask_indices", "name": "mask_indices", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "mask_indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "multiply": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.twodim_base.multiply", "name": "multiply", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.multiply", "source_any": null, "type_of_any": 3}}}, "nonzero": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.twodim_base.nonzero", "name": "nonzero", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.nonzero", "source_any": null, "type_of_any": 3}}}, "ones": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.ones", "kind": "Gdef", "module_public": false}, "overrides": {".class": "SymbolTableNode", "cross_ref": "numpy.core.overrides", "kind": "Gdef", "module_public": false}, "promote_types": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.twodim_base.promote_types", "name": "promote_types", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.promote_types", "source_any": null, "type_of_any": 3}}}, "set_array_function_like_doc": {".class": "SymbolTableNode", "cross_ref": "numpy.core.overrides.set_array_function_like_doc", "kind": "Gdef", "module_public": false}, "set_module": {".class": "SymbolTableNode", "cross_ref": "numpy.core.overrides.set_module", "kind": "Gdef", "module_public": false}, "tri": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 5], "arg_names": ["N", "M", "k", "dtype", "like"], "flags": ["is_decorated"], "fullname": "numpy.lib.twodim_base.tri", "name": "tri", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "tri", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tril": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["m", "k"], "flags": ["is_decorated"], "fullname": "numpy.lib.twodim_base.tril", "name": "tril", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "tril", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "tril_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["n", "k", "m"], "flags": ["is_decorated"], "fullname": "numpy.lib.twodim_base.tril_indices", "name": "tril_indices", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "tril_indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "tril_indices_from": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["arr", "k"], "flags": ["is_decorated"], "fullname": "numpy.lib.twodim_base.tril_indices_from", "name": "tril_indices_from", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "tril_indices_from", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "triu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["m", "k"], "flags": ["is_decorated"], "fullname": "numpy.lib.twodim_base.triu", "name": "triu", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "triu", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "triu_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["n", "k", "m"], "flags": ["is_decorated"], "fullname": "numpy.lib.twodim_base.triu_indices", "name": "triu_indices", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "triu_indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "triu_indices_from": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["arr", "k"], "flags": ["is_decorated"], "fullname": "numpy.lib.twodim_base.triu_indices_from", "name": "triu_indices_from", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "triu_indices_from", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "vander": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["x", "N", "increasing"], "flags": ["is_decorated"], "fullname": "numpy.lib.twodim_base.vander", "name": "vander", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "vander", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "where": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.twodim_base.where", "name": "where", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.where", "source_any": null, "type_of_any": 3}}}, "zeros": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.twodim_base.zeros", "name": "zeros", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.twodim_base.zeros", "source_any": null, "type_of_any": 3}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/lib/twodim_base.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/twodim_base.meta.json b/.mypy_cache/3.9/numpy/lib/twodim_base.meta.json deleted file mode 100644 index 5b754322c..000000000 --- a/.mypy_cache/3.9/numpy/lib/twodim_base.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [4, 6, 11, 12, 734, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 20, 5, 30, 30, 30, 30, 30, 30], "dependencies": ["functools", "numpy.core.numeric", "numpy.core.overrides", "numpy.core", "numpy", "builtins", "abc", "numpy.typing", "numpy.typing._array_like", "numpy.typing._dtype_like", "typing", "typing_extensions"], "hash": "9ce1d2c1bd34772997b4b85867efc4ee58e3145437ba956f34f19c24dd84cf4a", "id": "numpy.lib.twodim_base", "ignore_all": true, "interface_hash": "8c8d33281c506f289a151e66047ef8d19e8d806963b055cb8748203d8bac8972", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/lib/twodim_base.py", "plugin_data": null, "size": 28359, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/type_check.data.json b/.mypy_cache/3.9/numpy/lib/type_check.data.json deleted file mode 100644 index 1c74377c5..000000000 --- a/.mypy_cache/3.9/numpy/lib/type_check.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.lib.type_check", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.type_check.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.type_check.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.type_check.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.type_check.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.type_check.__package__", "name": "__package__", "type": "builtins.str"}}, "_asfarray_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["a", "dtype"], "flags": [], "fullname": "numpy.lib.type_check._asfarray_dispatcher", "name": "_asfarray_dispatcher", "type": null}}, "_asscalar_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.lib.type_check._asscalar_dispatcher", "name": "_asscalar_dispatcher", "type": null}}, "_common_type_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["arrays"], "flags": [], "fullname": "numpy.lib.type_check._common_type_dispatcher", "name": "_common_type_dispatcher", "type": null}}, "_getmaxmin": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["t"], "flags": [], "fullname": "numpy.lib.type_check._getmaxmin", "name": "_getmaxmin", "type": null}}, "_imag_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["val"], "flags": [], "fullname": "numpy.lib.type_check._imag_dispatcher", "name": "_imag_dispatcher", "type": null}}, "_is_type_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.lib.type_check._is_type_dispatcher", "name": "_is_type_dispatcher", "type": null}}, "_namefromtype": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.type_check._namefromtype", "name": "_namefromtype", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "_nan_to_num_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["x", "copy", "nan", "posinf", "neginf"], "flags": [], "fullname": "numpy.lib.type_check._nan_to_num_dispatcher", "name": "_nan_to_num_dispatcher", "type": null}}, "_nx": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric", "kind": "Gdef", "module_public": false}, "_real_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["val"], "flags": [], "fullname": "numpy.lib.type_check._real_dispatcher", "name": "_real_dispatcher", "type": null}}, "_real_if_close_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["a", "tol"], "flags": [], "fullname": "numpy.lib.type_check._real_if_close_dispatcher", "name": "_real_if_close_dispatcher", "type": null}}, "_typecodes_by_elsize": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.type_check._typecodes_by_elsize", "name": "_typecodes_by_elsize", "type": "builtins.str"}}, "array_function_dispatch": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.type_check.array_function_dispatch", "name": "array_function_dispatch", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "functools.partial"}}}, "array_precision": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.type_check.array_precision", "name": "array_precision", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 5}, "type_of_any": 7}, "builtins.int"], "type_ref": "builtins.dict"}}}, "array_type": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.type_check.array_type", "name": "array_type", "type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 5}, {".class": "NoneType"}]}], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}}}, "asanyarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.type_check.asanyarray", "name": "asanyarray", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.type_check.asanyarray", "source_any": null, "type_of_any": 3}}}, "asarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.type_check.asarray", "name": "asarray", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.type_check.asarray", "source_any": null, "type_of_any": 3}}}, "asfarray": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["a", "dtype"], "flags": ["is_decorated"], "fullname": "numpy.lib.type_check.asfarray", "name": "asfarray", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "asfarray", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "asscalar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": ["is_decorated"], "fullname": "numpy.lib.type_check.asscalar", "name": "asscalar", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "asscalar", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "common_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["arrays"], "flags": ["is_decorated"], "fullname": "numpy.lib.type_check.common_type", "name": "common_type", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "common_type", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef", "module_public": false}, "imag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["val"], "flags": ["is_decorated"], "fullname": "numpy.lib.type_check.imag", "name": "imag", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "imag", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "iscomplex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": ["is_decorated"], "fullname": "numpy.lib.type_check.iscomplex", "name": "iscomplex", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "iscomplex", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "iscomplexobj": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": ["is_decorated"], "fullname": "numpy.lib.type_check.iscomplexobj", "name": "iscomplexobj", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "iscomplexobj", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "isnan": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.type_check.isnan", "name": "isnan", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.type_check.isnan", "source_any": null, "type_of_any": 3}}}, "isneginf": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.ufunclike.isneginf", "kind": "Gdef", "module_public": false}, "isposinf": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.ufunclike.isposinf", "kind": "Gdef", "module_public": false}, "isreal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": ["is_decorated"], "fullname": "numpy.lib.type_check.isreal", "name": "isreal", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "isreal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "isrealobj": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": ["is_decorated"], "fullname": "numpy.lib.type_check.isrealobj", "name": "isrealobj", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "isrealobj", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "mintypecode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["typechars", "typeset", "default"], "flags": ["is_decorated"], "fullname": "numpy.lib.type_check.mintypecode", "name": "mintypecode", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "mintypecode", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "nan_to_num": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["x", "copy", "nan", "posinf", "neginf"], "flags": ["is_decorated"], "fullname": "numpy.lib.type_check.nan_to_num", "name": "nan_to_num", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "nan_to_num", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "overrides": {".class": "SymbolTableNode", "cross_ref": "numpy.core.overrides", "kind": "Gdef", "module_public": false}, "real": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["val"], "flags": ["is_decorated"], "fullname": "numpy.lib.type_check.real", "name": "real", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "real", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "real_if_close": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["a", "tol"], "flags": ["is_decorated"], "fullname": "numpy.lib.type_check.real_if_close", "name": "real_if_close", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "real_if_close", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "set_module": {".class": "SymbolTableNode", "cross_ref": "numpy.core.overrides.set_module", "kind": "Gdef", "module_public": false}, "typename": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["char"], "flags": ["is_decorated"], "fullname": "numpy.lib.type_check.typename", "name": "typename", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "typename", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef", "module_public": false}, "zeros": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.type_check.zeros", "name": "zeros", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.type_check.zeros", "source_any": null, "type_of_any": 3}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/lib/type_check.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/type_check.meta.json b/.mypy_cache/3.9/numpy/lib/type_check.meta.json deleted file mode 100644 index 4e8859671..000000000 --- a/.mypy_cache/3.9/numpy/lib/type_check.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [4, 5, 12, 12, 12, 14, 16, 358, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 20, 20, 5, 5, 20, 5, 30, 30, 30, 30, 30], "dependencies": ["functools", "warnings", "numpy.core.numeric", "numpy", "numpy.core", "numpy.core.overrides", "numpy.lib.ufunclike", "numpy.core.getlimits", "builtins", "_typeshed", "_warnings", "abc", "types", "typing"], "hash": "9574c81c9c8eec906cce747073f95b5ae50ebfb4025469c30cb70428356b0f1c", "id": "numpy.lib.type_check", "ignore_all": true, "interface_hash": "a089e40378cf5570c1cff98c082b9c52397b6a0b242b938a18765b45c0f0e0a5", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/lib/type_check.py", "plugin_data": null, "size": 19768, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/ufunclike.data.json b/.mypy_cache/3.9/numpy/lib/ufunclike.data.json deleted file mode 100644 index 71e90d242..000000000 --- a/.mypy_cache/3.9/numpy/lib/ufunclike.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.lib.ufunclike", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ARRAY_FUNCTION_ENABLED": {".class": "SymbolTableNode", "cross_ref": "numpy.core.overrides.ARRAY_FUNCTION_ENABLED", "kind": "Gdef", "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.ufunclike.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.ufunclike.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.ufunclike.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.ufunclike.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.ufunclike.__package__", "name": "__package__", "type": "builtins.str"}}, "_deprecate_out_named_y": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "numpy.lib.ufunclike._deprecate_out_named_y", "name": "_deprecate_out_named_y", "type": null}}, "_dispatcher": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["x", "out"], "flags": ["is_decorated"], "fullname": "numpy.lib.ufunclike._dispatcher", "name": "_dispatcher", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_dispatcher", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "_fix_and_maybe_deprecate_out_named_y": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "numpy.lib.ufunclike._fix_and_maybe_deprecate_out_named_y", "name": "_fix_and_maybe_deprecate_out_named_y", "type": null}}, "_fix_out_named_y": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "numpy.lib.ufunclike._fix_out_named_y", "name": "_fix_out_named_y", "type": null}}, "array_function_dispatch": {".class": "SymbolTableNode", "cross_ref": "numpy.core.overrides.array_function_dispatch", "kind": "Gdef", "module_public": false}, "fix": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["x", "out"], "flags": ["is_decorated"], "fullname": "numpy.lib.ufunclike.fix", "name": "fix", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "fix", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef", "module_public": false}, "isneginf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["x", "out"], "flags": ["is_decorated"], "fullname": "numpy.lib.ufunclike.isneginf", "name": "isneginf", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "isneginf", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "isposinf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["x", "out"], "flags": ["is_decorated"], "fullname": "numpy.lib.ufunclike.isposinf", "name": "isposinf", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "isposinf", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "nx": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric", "kind": "Gdef", "module_public": false}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/lib/ufunclike.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/ufunclike.meta.json b/.mypy_cache/3.9/numpy/lib/ufunclike.meta.json deleted file mode 100644 index 5127eade0..000000000 --- a/.mypy_cache/3.9/numpy/lib/ufunclike.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [8, 8, 8, 9, 12, 13, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 20, 5, 10, 10, 5, 30, 30, 30, 30], "dependencies": ["numpy.core.numeric", "numpy", "numpy.core", "numpy.core.overrides", "warnings", "functools", "builtins", "_warnings", "abc", "types", "typing"], "hash": "e3b7a05ffee49ae77dc6ad64db3ec0d7c126b5ea2c895ee7f06831beccd399c1", "id": "numpy.lib.ufunclike", "ignore_all": true, "interface_hash": "e317a86f477b205146e2a30796649679f33a26f7502e0da15df48e82517a65cc", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/lib/ufunclike.py", "plugin_data": null, "size": 7945, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/utils.data.json b/.mypy_cache/3.9/numpy/lib/utils.data.json deleted file mode 100644 index 19d08859e..000000000 --- a/.mypy_cache/3.9/numpy/lib/utils.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.lib.utils", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "_Deprecate": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.lib.utils._Deprecate", "name": "_Deprecate", "type_vars": []}, "flags": [], "fullname": "numpy.lib.utils._Deprecate", "metaclass_type": null, "metadata": {}, "module_name": "numpy.lib.utils", "mro": ["numpy.lib.utils._Deprecate", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "func", "args", "kwargs"], "flags": [], "fullname": "numpy.lib.utils._Deprecate.__call__", "name": "__call__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "old_name", "new_name", "message"], "flags": [], "fullname": "numpy.lib.utils._Deprecate.__init__", "name": "__init__", "type": null}}, "message": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.utils._Deprecate.message", "name": "message", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "new_name": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.utils._Deprecate.new_name", "name": "new_name", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "old_name": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.utils._Deprecate.old_name", "name": "old_name", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.utils.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.utils.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.utils.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.utils.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lib.utils.__package__", "name": "__package__", "type": "builtins.str"}}, "_dictlist": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.utils._dictlist", "name": "_dictlist", "type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "NoneType"}]}}}, "_function_signature_re": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.utils._function_signature_re", "name": "_function_signature_re", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "_get_indent": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["lines"], "flags": [], "fullname": "numpy.lib.utils._get_indent", "name": "_get_indent", "type": null}}, "_getmembers": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["item"], "flags": [], "fullname": "numpy.lib.utils._getmembers", "name": "_getmembers", "type": null}}, "_info": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["obj", "output"], "flags": [], "fullname": "numpy.lib.utils._info", "name": "_info", "type": null}}, "_lookfor_caches": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.utils._lookfor_caches", "name": "_lookfor_caches", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.dict"}}}, "_lookfor_generate_cache": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["module", "import_modules", "regenerate"], "flags": [], "fullname": "numpy.lib.utils._lookfor_generate_cache", "name": "_lookfor_generate_cache", "type": null}}, "_makenamedict": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["module"], "flags": [], "fullname": "numpy.lib.utils._makenamedict", "name": "_makenamedict", "type": null}}, "_median_nancheck": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["data", "result", "axis", "out"], "flags": [], "fullname": "numpy.lib.utils._median_nancheck", "name": "_median_nancheck", "type": null}}, "_namedict": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.utils._namedict", "name": "_namedict", "type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "NoneType"}]}}}, "_set_function_name": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["func", "name"], "flags": [], "fullname": "numpy.lib.utils._set_function_name", "name": "_set_function_name", "type": null}}, "_split_line": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["name", "arguments", "width"], "flags": [], "fullname": "numpy.lib.utils._split_line", "name": "_split_line", "type": null}}, "asarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.utils.asarray", "name": "asarray", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.utils.asarray", "source_any": null, "type_of_any": 3}}}, "byte_bounds": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.lib.utils.byte_bounds", "name": "byte_bounds", "type": null}}, "deprecate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "flags": [], "fullname": "numpy.lib.utils.deprecate", "name": "deprecate", "type": null}}, "deprecate_with_doc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.lib.utils.deprecate_with_doc", "name": "deprecate_with_doc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["msg"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "numpy.lib.utils._Deprecate", "type_guard": null, "variables": []}}}, "get_include": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "numpy.lib.utils.get_include", "name": "get_include", "type": null}}, "info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1], "arg_names": ["object", "maxwidth", "output", "toplevel"], "flags": ["is_decorated"], "fullname": "numpy.lib.utils.info", "name": "info", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "info", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "issubclass_": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.issubclass_", "kind": "Gdef"}, "issubdtype": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.issubdtype", "kind": "Gdef"}, "issubsctype": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.issubsctype", "kind": "Gdef"}, "lookfor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["what", "module", "import_modules", "regenerate", "output"], "flags": ["is_decorated"], "fullname": "numpy.lib.utils.lookfor", "name": "lookfor", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "lookfor", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "ndarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.utils.ndarray", "name": "ndarray", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.utils.ndarray", "source_any": null, "type_of_any": 3}}}, "np": {".class": "SymbolTableNode", "cross_ref": "numpy", "kind": "Gdef", "module_public": false}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_public": false}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef", "module_public": false}, "safe_eval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["source"], "flags": [], "fullname": "numpy.lib.utils.safe_eval", "name": "safe_eval", "type": null}}, "set_module": {".class": "SymbolTableNode", "cross_ref": "numpy.core.overrides.set_module", "kind": "Gdef", "module_public": false}, "source": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["object", "output"], "flags": ["is_decorated"], "fullname": "numpy.lib.utils.source", "name": "source", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "source", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_public": false}, "textwrap": {".class": "SymbolTableNode", "cross_ref": "textwrap", "kind": "Gdef", "module_public": false}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef", "module_public": false}, "ufunc": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.lib.utils.ufunc", "name": "ufunc", "type": {".class": "AnyType", "missing_import_name": "numpy.lib.utils.ufunc", "source_any": null, "type_of_any": 3}}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef", "module_public": false}, "who": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["vardict"], "flags": [], "fullname": "numpy.lib.utils.who", "name": "who", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/lib/utils.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/lib/utils.meta.json b/.mypy_cache/3.9/numpy/lib/utils.meta.json deleted file mode 100644 index 601689272..000000000 --- a/.mypy_cache/3.9/numpy/lib/utils.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 512, 513, 812, 978, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 10, 5, 5, 5, 10, 20, 20, 20, 20, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["os", "sys", "textwrap", "types", "re", "warnings", "numpy.core.numerictypes", "numpy.core.overrides", "numpy.core", "numpy", "pydoc", "inspect", "io", "ast", "builtins", "_ast", "_typeshed", "_warnings", "abc", "enum", "genericpath", "numpy.core.numeric", "numpy.ma", "numpy.typing", "numpy.typing._array_like", "posix", "posixpath", "typing", "typing_extensions"], "hash": "af70ad39e99a679afe9586839adf901b7f6f40c149034064502c7aac916f913e", "id": "numpy.lib.utils", "ignore_all": true, "interface_hash": "d7f5b7fe075f8350a525705e8398c557527cc00cf4de8c6a8310d7c8c6ebe0a6", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/lib/utils.py", "plugin_data": null, "size": 31655, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/linalg/__init__.data.json b/.mypy_cache/3.9/numpy/linalg/__init__.data.json deleted file mode 100644 index 0ebb8b679..000000000 --- a/.mypy_cache/3.9/numpy/linalg/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.linalg", "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}, "LinAlgError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.LinAlgError", "name": "LinAlgError", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.__package__", "name": "__package__", "type": "builtins.str"}}, "cholesky": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.cholesky", "name": "cholesky", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "cond": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.cond", "name": "cond", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "det": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.det", "name": "det", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "eig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.eig", "name": "eig", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "eigh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.eigh", "name": "eigh", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "eigvals": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.eigvals", "name": "eigvals", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "eigvalsh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.eigvalsh", "name": "eigvalsh", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "inv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.inv", "name": "inv", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "lstsq": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.lstsq", "name": "lstsq", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "matrix_power": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.matrix_power", "name": "matrix_power", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "matrix_rank": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.matrix_rank", "name": "matrix_rank", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "multi_dot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.multi_dot", "name": "multi_dot", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.norm", "name": "norm", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "pinv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.pinv", "name": "pinv", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "qr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.qr", "name": "qr", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "slogdet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.slogdet", "name": "slogdet", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "solve": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.solve", "name": "solve", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "svd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.svd", "name": "svd", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "tensorinv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.tensorinv", "name": "tensorinv", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "tensorsolve": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.linalg.tensorsolve", "name": "tensorsolve", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/linalg/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/linalg/__init__.meta.json b/.mypy_cache/3.9/numpy/linalg/__init__.meta.json deleted file mode 100644 index 804e26e8e..000000000 --- a/.mypy_cache/3.9/numpy/linalg/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1], "dep_prios": [5, 5], "dependencies": ["typing", "builtins"], "hash": "a9f2de75c741d93956a7da83b2eca5193e70737f38fe105aac6f94fb06acec19", "id": "numpy.linalg", "ignore_all": true, "interface_hash": "f80422ac9bfe4c4f78b52dd3dcc976043cc2ba74e34e92e5203e21026662cafb", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/linalg/__init__.pyi", "plugin_data": null, "size": 283, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/ma/__init__.data.json b/.mypy_cache/3.9/numpy/ma/__init__.data.json deleted file mode 100644 index 41127e236..000000000 --- a/.mypy_cache/3.9/numpy/ma/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.ma", "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MAError": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.MAError", "name": "MAError", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "MaskError": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.MaskError", "name": "MaskError", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "MaskType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.MaskType", "name": "MaskType", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "MaskedArray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.MaskedArray", "name": "MaskedArray", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.__package__", "name": "__package__", "type": "builtins.str"}}, "abs": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.abs", "name": "abs", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "absolute": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.absolute", "name": "absolute", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "add": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.add", "name": "add", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "all": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.all", "name": "all", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "allclose": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.allclose", "name": "allclose", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "allequal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.allequal", "name": "allequal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "alltrue": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.alltrue", "name": "alltrue", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "amax": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.amax", "name": "amax", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "amin": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.amin", "name": "amin", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "angle": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.angle", "name": "angle", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "anom": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.anom", "name": "anom", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "anomalies": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.anomalies", "name": "anomalies", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "any": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.any", "name": "any", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "append": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.append", "name": "append", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "apply_along_axis": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.apply_along_axis", "name": "apply_along_axis", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "apply_over_axes": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.apply_over_axes", "name": "apply_over_axes", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "arange": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.arange", "name": "arange", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "arccos": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.arccos", "name": "arccos", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "arccosh": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.arccosh", "name": "arccosh", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "arcsin": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.arcsin", "name": "arcsin", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "arcsinh": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.arcsinh", "name": "arcsinh", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "arctan": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.arctan", "name": "arctan", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "arctan2": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.arctan2", "name": "arctan2", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "arctanh": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.arctanh", "name": "arctanh", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "argmax": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.argmax", "name": "argmax", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "argmin": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.argmin", "name": "argmin", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "argsort": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.argsort", "name": "argsort", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "around": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.around", "name": "around", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "array": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.array", "name": "array", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "asanyarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.asanyarray", "name": "asanyarray", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "asarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.asarray", "name": "asarray", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "atleast_1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.atleast_1d", "name": "atleast_1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "atleast_2d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.atleast_2d", "name": "atleast_2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "atleast_3d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.atleast_3d", "name": "atleast_3d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "average": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.average", "name": "average", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "bitwise_and": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.bitwise_and", "name": "bitwise_and", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "bitwise_or": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.bitwise_or", "name": "bitwise_or", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "bitwise_xor": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.bitwise_xor", "name": "bitwise_xor", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "bool_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.bool_", "name": "bool_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ceil": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.ceil", "name": "ceil", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "choose": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.choose", "name": "choose", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "clip": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.clip", "name": "clip", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "clump_masked": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.clump_masked", "name": "clump_masked", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "clump_unmasked": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.clump_unmasked", "name": "clump_unmasked", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "column_stack": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.column_stack", "name": "column_stack", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "common_fill_value": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.common_fill_value", "name": "common_fill_value", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "compress": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.compress", "name": "compress", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "compress_cols": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.compress_cols", "name": "compress_cols", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "compress_nd": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.compress_nd", "name": "compress_nd", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "compress_rowcols": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.compress_rowcols", "name": "compress_rowcols", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "compress_rows": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.compress_rows", "name": "compress_rows", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "compressed": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.compressed", "name": "compressed", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "concatenate": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.concatenate", "name": "concatenate", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "conjugate": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.conjugate", "name": "conjugate", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "convolve": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.convolve", "name": "convolve", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "copy": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.copy", "name": "copy", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "core": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.core", "name": "core", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "corrcoef": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.corrcoef", "name": "corrcoef", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "correlate": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.correlate", "name": "correlate", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "cos": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.cos", "name": "cos", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "cosh": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.cosh", "name": "cosh", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "count": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.count", "name": "count", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "count_masked": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.count_masked", "name": "count_masked", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "cov": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.cov", "name": "cov", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "cumprod": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.cumprod", "name": "cumprod", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "cumsum": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.cumsum", "name": "cumsum", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "default_fill_value": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.default_fill_value", "name": "default_fill_value", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "diag": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.diag", "name": "diag", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "diagflat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.diagflat", "name": "diagflat", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "diagonal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.diagonal", "name": "diagonal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "diff": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.diff", "name": "diff", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "divide": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.divide", "name": "divide", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "dot": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.dot", "name": "dot", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "dstack": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.dstack", "name": "dstack", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ediff1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.ediff1d", "name": "ediff1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "empty": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.empty", "name": "empty", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "empty_like": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.empty_like", "name": "empty_like", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.equal", "name": "equal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "exp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.exp", "name": "exp", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "expand_dims": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.expand_dims", "name": "expand_dims", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "extras": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.extras", "kind": "Gdef", "module_public": false}, "fabs": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.fabs", "name": "fabs", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "filled": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.filled", "name": "filled", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fix_invalid": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.fix_invalid", "name": "fix_invalid", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "flatnotmasked_contiguous": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.flatnotmasked_contiguous", "name": "flatnotmasked_contiguous", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "flatnotmasked_edges": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.flatnotmasked_edges", "name": "flatnotmasked_edges", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "flatten_mask": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.flatten_mask", "name": "flatten_mask", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "flatten_structured_array": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.flatten_structured_array", "name": "flatten_structured_array", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "floor": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.floor", "name": "floor", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "floor_divide": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.floor_divide", "name": "floor_divide", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fmod": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.fmod", "name": "fmod", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "frombuffer": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.frombuffer", "name": "frombuffer", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fromflex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.fromflex", "name": "fromflex", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fromfunction": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.fromfunction", "name": "fromfunction", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "getdata": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.getdata", "name": "getdata", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "getmask": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.getmask", "name": "getmask", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "getmaskarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.getmaskarray", "name": "getmaskarray", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "greater": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.greater", "name": "greater", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "greater_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.greater_equal", "name": "greater_equal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "harden_mask": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.harden_mask", "name": "harden_mask", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "hsplit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.hsplit", "name": "hsplit", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "hstack": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.hstack", "name": "hstack", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "hypot": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.hypot", "name": "hypot", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "identity": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.identity", "name": "identity", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ids": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.ids", "name": "ids", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "in1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.in1d", "name": "in1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "indices": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.indices", "name": "indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "inner": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.inner", "name": "inner", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "innerproduct": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.innerproduct", "name": "innerproduct", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "intersect1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.intersect1d", "name": "intersect1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isMA": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.isMA", "name": "isMA", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isMaskedArray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.isMaskedArray", "name": "isMaskedArray", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "is_mask": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.is_mask", "name": "is_mask", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "is_masked": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.is_masked", "name": "is_masked", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.isarray", "name": "isarray", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "isin": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.isin", "name": "isin", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "left_shift": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.left_shift", "name": "left_shift", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "less": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.less", "name": "less", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "less_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.less_equal", "name": "less_equal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "log": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.log", "name": "log", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "log10": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.log10", "name": "log10", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "log2": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.log2", "name": "log2", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "logical_and": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.logical_and", "name": "logical_and", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "logical_not": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.logical_not", "name": "logical_not", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "logical_or": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.logical_or", "name": "logical_or", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "logical_xor": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.logical_xor", "name": "logical_xor", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "make_mask": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.make_mask", "name": "make_mask", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "make_mask_descr": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.make_mask_descr", "name": "make_mask_descr", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "make_mask_none": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.make_mask_none", "name": "make_mask_none", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "mask_cols": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.mask_cols", "name": "mask_cols", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "mask_or": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.mask_or", "name": "mask_or", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "mask_rowcols": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.mask_rowcols", "name": "mask_rowcols", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "mask_rows": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.mask_rows", "name": "mask_rows", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "masked": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.masked", "name": "masked", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "masked_all": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.masked_all", "name": "masked_all", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "masked_all_like": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.masked_all_like", "name": "masked_all_like", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "masked_array": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.masked_array", "name": "masked_array", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "masked_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.masked_equal", "name": "masked_equal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "masked_greater": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.masked_greater", "name": "masked_greater", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "masked_greater_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.masked_greater_equal", "name": "masked_greater_equal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "masked_inside": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.masked_inside", "name": "masked_inside", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "masked_invalid": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.masked_invalid", "name": "masked_invalid", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "masked_less": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.masked_less", "name": "masked_less", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "masked_less_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.masked_less_equal", "name": "masked_less_equal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "masked_not_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.masked_not_equal", "name": "masked_not_equal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "masked_object": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.masked_object", "name": "masked_object", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "masked_outside": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.masked_outside", "name": "masked_outside", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "masked_print_option": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.masked_print_option", "name": "masked_print_option", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "masked_singleton": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.masked_singleton", "name": "masked_singleton", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "masked_values": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.masked_values", "name": "masked_values", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "masked_where": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.masked_where", "name": "masked_where", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "max": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.max", "name": "max", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "maximum": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.maximum", "name": "maximum", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "maximum_fill_value": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.maximum_fill_value", "name": "maximum_fill_value", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "mean": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.mean", "name": "mean", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "median": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.median", "name": "median", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "min": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.min", "name": "min", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "minimum": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.minimum", "name": "minimum", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "minimum_fill_value": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.minimum_fill_value", "name": "minimum_fill_value", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "mod": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.mod", "name": "mod", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "mr_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.mr_", "name": "mr_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "multiply": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.multiply", "name": "multiply", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "mvoid": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.mvoid", "name": "mvoid", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ndim": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.ndim", "name": "ndim", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "negative": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.negative", "name": "negative", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nomask": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.nomask", "name": "nomask", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "nonzero": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.nonzero", "name": "nonzero", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "not_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.not_equal", "name": "not_equal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "notmasked_contiguous": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.notmasked_contiguous", "name": "notmasked_contiguous", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "notmasked_edges": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.notmasked_edges", "name": "notmasked_edges", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ones": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.ones", "name": "ones", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "outer": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.outer", "name": "outer", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "outerproduct": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.outerproduct", "name": "outerproduct", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "polyfit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.polyfit", "name": "polyfit", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "power": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.power", "name": "power", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "prod": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.prod", "name": "prod", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "product": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.product", "name": "product", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ptp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.ptp", "name": "ptp", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "put": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.put", "name": "put", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "putmask": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.putmask", "name": "putmask", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ravel": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.ravel", "name": "ravel", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "remainder": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.remainder", "name": "remainder", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "repeat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.repeat", "name": "repeat", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "reshape": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.reshape", "name": "reshape", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "resize": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.resize", "name": "resize", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "right_shift": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.right_shift", "name": "right_shift", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "round": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.round", "name": "round", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "round_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.round_", "name": "round_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "row_stack": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.row_stack", "name": "row_stack", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "set_fill_value": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.set_fill_value", "name": "set_fill_value", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "setdiff1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.setdiff1d", "name": "setdiff1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "setxor1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.setxor1d", "name": "setxor1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "shape": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.shape", "name": "shape", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "sin": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.sin", "name": "sin", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "sinh": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.sinh", "name": "sinh", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "size": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.size", "name": "size", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "soften_mask": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.soften_mask", "name": "soften_mask", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "sometrue": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.sometrue", "name": "sometrue", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "sort": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.sort", "name": "sort", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "sqrt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.sqrt", "name": "sqrt", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "squeeze": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.squeeze", "name": "squeeze", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "stack": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.stack", "name": "stack", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "std": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.std", "name": "std", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "subtract": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.subtract", "name": "subtract", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "sum": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.sum", "name": "sum", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "swapaxes": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.swapaxes", "name": "swapaxes", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "take": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.take", "name": "take", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "tan": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.tan", "name": "tan", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "tanh": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.tanh", "name": "tanh", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "trace": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.trace", "name": "trace", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "transpose": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.transpose", "name": "transpose", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "true_divide": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.true_divide", "name": "true_divide", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "union1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.union1d", "name": "union1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "unique": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.unique", "name": "unique", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "vander": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.vander", "name": "vander", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "var": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.var", "name": "var", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "vstack": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.vstack", "name": "vstack", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "where": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.where", "name": "where", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "zeros": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.zeros", "name": "zeros", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/ma/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/ma/__init__.meta.json b/.mypy_cache/3.9/numpy/ma/__init__.meta.json deleted file mode 100644 index 833e7ac0a..000000000 --- a/.mypy_cache/3.9/numpy/ma/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 3, 1, 1], "dep_prios": [5, 10, 5, 30], "dependencies": ["typing", "numpy.ma.extras", "builtins", "abc"], "hash": "2d19f6109823a5bfa7e11de6a874331e5fff49dbbb1f2421c7e7b759c91bd452", "id": "numpy.ma", "ignore_all": true, "interface_hash": "faefa9c877527c12b6374c91a03cdc962d92642a8427747fb4ccec6dfa9766f0", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/ma/__init__.pyi", "plugin_data": null, "size": 3255, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/ma/core.data.json b/.mypy_cache/3.9/numpy/ma/core.data.json deleted file mode 100644 index 9db872fe1..000000000 --- a/.mypy_cache/3.9/numpy/ma/core.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.ma.core", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "MAError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.core.MAError", "name": "MAError", "type_vars": []}, "flags": [], "fullname": "numpy.ma.core.MAError", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.core", "mro": ["numpy.ma.core.MAError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MaskError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.ma.core.MAError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.core.MaskError", "name": "MaskError", "type_vars": []}, "flags": [], "fullname": "numpy.ma.core.MaskError", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.core", "mro": ["numpy.ma.core.MaskError", "numpy.ma.core.MAError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MaskType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.ma.core.MaskType", "line": 82, "no_args": true, "normalized": false, "target": "numpy.bool_"}}, "MaskedArray": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.ndarray"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.core.MaskedArray", "name": "MaskedArray", "type_vars": []}, "flags": [], "fullname": "numpy.ma.core.MaskedArray", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.ma.core", "mro": ["numpy.ma.core.MaskedArray", "numpy.ndarray", "numpy._ArrayOrScalarCommon", "typing.Iterable", "typing.Sized", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "T": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedArray.T", "name": "T", "type": null}}, "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__add__", "name": "__add__", "type": null}}, "__array_finalize__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__array_finalize__", "name": "__array_finalize__", "type": null}}, "__array_priority__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.ma.core.MaskedArray.__array_priority__", "name": "__array_priority__", "type": "builtins.int"}}, "__array_wrap__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "context"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__array_wrap__", "name": "__array_wrap__", "type": null}}, "__deepcopy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "memo"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__deepcopy__", "name": "__deepcopy__", "type": null}}, "__div__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__div__", "name": "__div__", "type": null}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__eq__", "name": "__eq__", "type": null}}, "__float__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__float__", "name": "__float__", "type": null}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__floordiv__", "name": "__floordiv__", "type": null}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "indx"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__getitem__", "name": "__getitem__", "type": null}}, "__getstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__getstate__", "name": "__getstate__", "type": null}}, "__iadd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__iadd__", "name": "__iadd__", "type": null}}, "__idiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__idiv__", "name": "__idiv__", "type": null}}, "__ifloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__ifloordiv__", "name": "__ifloordiv__", "type": null}}, "__imul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__imul__", "name": "__imul__", "type": null}}, "__int__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__int__", "name": "__int__", "type": null}}, "__ipow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__ipow__", "name": "__ipow__", "type": null}}, "__isub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__isub__", "name": "__isub__", "type": null}}, "__itruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__itruediv__", "name": "__itruediv__", "type": null}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__mul__", "name": "__mul__", "type": null}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__ne__", "name": "__ne__", "type": null}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["cls", "data", "mask", "dtype", "copy", "subok", "ndmin", "fill_value", "keep_mask", "hard_mask", "shrink", "order"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__new__", "name": "__new__", "type": null}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__pow__", "name": "__pow__", "type": null}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__radd__", "name": "__radd__", "type": null}}, "__reduce__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__reduce__", "name": "__reduce__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__repr__", "name": "__repr__", "type": null}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__rfloordiv__", "name": "__rfloordiv__", "type": null}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__rmul__", "name": "__rmul__", "type": null}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__rpow__", "name": "__rpow__", "type": null}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__rsub__", "name": "__rsub__", "type": null}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__rtruediv__", "name": "__rtruediv__", "type": null}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "indx", "value"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__setitem__", "name": "__setitem__", "type": null}}, "__setmask__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "mask", "copy"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__setmask__", "name": "__setmask__", "type": null}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__setstate__", "name": "__setstate__", "type": null}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__str__", "name": "__str__", "type": null}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__sub__", "name": "__sub__", "type": null}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.__truediv__", "name": "__truediv__", "type": null}}, "_baseclass": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedArray._baseclass", "name": "_baseclass", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["shape", "dtype", "buffer", "offset", "strides", "order"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._BufferType"}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}], "bound_args": ["numpy.ndarray"], "def_extras": {"first_arg": "cls"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}}, "_comparison": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "other", "compare"], "flags": [], "fullname": "numpy.ma.core.MaskedArray._comparison", "name": "_comparison", "type": null}}, "_data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedArray._data", "name": "_data", "type": "builtins.property"}}, "_defaulthardmask": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedArray._defaulthardmask", "name": "_defaulthardmask", "type": "builtins.bool"}}, "_defaultmask": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedArray._defaultmask", "name": "_defaultmask", "type": "numpy.bool_"}}, "_delegate_binop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedArray._delegate_binop", "name": "_delegate_binop", "type": null}}, "_fill_value": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.MaskedArray._fill_value", "name": "_fill_value", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_get_data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedArray._get_data", "name": "_get_data", "type": null}}, "_hardmask": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.MaskedArray._hardmask", "name": "_hardmask", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_insert_masked_print": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedArray._insert_masked_print", "name": "_insert_masked_print", "type": null}}, "_mask": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.MaskedArray._mask", "name": "_mask", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_print_width": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.ma.core.MaskedArray._print_width", "name": "_print_width", "type": "builtins.int"}}, "_print_width_1d": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.ma.core.MaskedArray._print_width_1d", "name": "_print_width_1d", "type": "builtins.int"}}, "_set_mask": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedArray._set_mask", "name": "_set_mask", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "mask", "copy"], "arg_types": ["numpy.ma.core.MaskedArray", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_sharedmask": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.MaskedArray._sharedmask", "name": "_sharedmask", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_update_from": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "numpy.ma.core.MaskedArray._update_from", "name": "_update_from", "type": null}}, "all": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.all", "name": "all", "type": null}}, "anom": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "dtype"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.anom", "name": "anom", "type": null}}, "any": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.any", "name": "any", "type": null}}, "argmax": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "fill_value", "out"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.argmax", "name": "argmax", "type": null}}, "argmin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "fill_value", "out"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.argmin", "name": "argmin", "type": null}}, "argpartition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.argpartition", "name": "argpartition", "type": null}}, "argsort": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "kind", "order", "endwith", "fill_value"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.argsort", "name": "argsort", "type": null}}, "baseclass": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ma.core.MaskedArray.baseclass", "name": "baseclass", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "baseclass", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ma.core.MaskedArray"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "baseclass of MaskedArray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "compress": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "condition", "axis", "out"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.compress", "name": "compress", "type": null}}, "compressed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.compressed", "name": "compressed", "type": null}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedArray.copy", "name": "copy", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "keepdims"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.count", "name": "count", "type": null}}, "cumprod": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.cumprod", "name": "cumprod", "type": null}}, "cumsum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.cumsum", "name": "cumsum", "type": null}}, "data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedArray.data", "name": "data", "type": null}}, "diagonal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedArray.diagonal", "name": "diagonal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "dot": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "b", "out", "strict"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.dot", "name": "dot", "type": null}}, "dtype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "numpy.ma.core.MaskedArray.dtype", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "numpy.ma.core.MaskedArray.dtype", "name": "dtype", "type": null}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "dtype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ma.core.MaskedArray"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "dtype of MaskedArray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dtype"], "flags": ["is_decorated"], "fullname": "numpy.ma.core.MaskedArray.dtype", "name": "dtype", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "dtype", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ma.core.MaskedArray"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "dtype", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}]}}}, "fill_value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "numpy.ma.core.MaskedArray.fill_value", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "numpy.ma.core.MaskedArray.fill_value", "name": "fill_value", "type": null}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "fill_value", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ma.core.MaskedArray"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "fill_value of MaskedArray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "numpy.ma.core.MaskedArray.fill_value", "name": "fill_value", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fill_value", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ma.core.MaskedArray"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "fill_value", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}]}}}, "filled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "fill_value"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.filled", "name": "filled", "type": null}}, "flat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "numpy.ma.core.MaskedArray.flat", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "numpy.ma.core.MaskedArray.flat", "name": "flat", "type": null}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "flat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ma.core.MaskedArray"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "flat of MaskedArray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "numpy.ma.core.MaskedArray.flat", "name": "flat", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "flat", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ma.core.MaskedArray"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "flat", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}]}}}, "flatten": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedArray.flatten", "name": "flatten", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "get_fill_value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedArray.get_fill_value", "name": "get_fill_value", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 5}}}, "get_imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedArray.get_imag", "name": "get_imag", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 5}}}, "get_real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedArray.get_real", "name": "get_real", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 5}}}, "harden_mask": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.harden_mask", "name": "harden_mask", "type": null}}, "hardmask": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ma.core.MaskedArray.hardmask", "name": "hardmask", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "hardmask", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ma.core.MaskedArray"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "hardmask of MaskedArray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "ids": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.ids", "name": "ids", "type": null}}, "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ma.core.MaskedArray.imag", "name": "imag", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ma.core.MaskedArray"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "imag of MaskedArray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "iscontiguous": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.iscontiguous", "name": "iscontiguous", "type": null}}, "mask": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "numpy.ma.core.MaskedArray.mask", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "numpy.ma.core.MaskedArray.mask", "name": "mask", "type": null}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "mask", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ma.core.MaskedArray"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mask of MaskedArray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "numpy.ma.core.MaskedArray.mask", "name": "mask", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "mask", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ma.core.MaskedArray"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mask", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}]}}}, "max": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "fill_value", "keepdims"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.max", "name": "max", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.mean", "name": "mean", "type": null}}, "min": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "fill_value", "keepdims"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.min", "name": "min", "type": null}}, "mini": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "axis"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.mini", "name": "mini", "type": null}}, "nonzero": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.nonzero", "name": "nonzero", "type": null}}, "partition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.partition", "name": "partition", "type": null}}, "prod": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.prod", "name": "prod", "type": null}}, "product": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedArray.product", "name": "product", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims"], "arg_types": ["numpy.ma.core.MaskedArray", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "ptp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "fill_value", "keepdims"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.ptp", "name": "ptp", "type": null}}, "put": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "indices", "values", "mode"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.put", "name": "put", "type": null}}, "ravel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.ravel", "name": "ravel", "type": null}}, "real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ma.core.MaskedArray.real", "name": "real", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ma.core.MaskedArray"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "real of MaskedArray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "recordmask": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "numpy.ma.core.MaskedArray.recordmask", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "numpy.ma.core.MaskedArray.recordmask", "name": "recordmask", "type": null}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "recordmask", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ma.core.MaskedArray"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "recordmask of MaskedArray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mask"], "flags": ["is_decorated"], "fullname": "numpy.ma.core.MaskedArray.recordmask", "name": "recordmask", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "recordmask", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ma.core.MaskedArray"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "recordmask", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}]}}}, "repeat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedArray.repeat", "name": "repeat", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "reshape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "s", "kwargs"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.reshape", "name": "reshape", "type": null}}, "resize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "newshape", "refcheck", "order"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.resize", "name": "resize", "type": null}}, "round": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "decimals", "out"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.round", "name": "round", "type": null}}, "set_fill_value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedArray.set_fill_value", "name": "set_fill_value", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 5}}}, "shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "numpy.ma.core.MaskedArray.shape", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "numpy.ma.core.MaskedArray.shape", "name": "shape", "type": null}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ma.core.MaskedArray"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "shape of MaskedArray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": ["is_decorated"], "fullname": "numpy.ma.core.MaskedArray.shape", "name": "shape", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "shape", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ma.core.MaskedArray"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "shape", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}]}}}, "sharedmask": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ma.core.MaskedArray.sharedmask", "name": "sharedmask", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "sharedmask", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ma.core.MaskedArray"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "sharedmask of MaskedArray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "shrink_mask": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.shrink_mask", "name": "shrink_mask", "type": null}}, "soften_mask": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.soften_mask", "name": "soften_mask", "type": null}}, "sort": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "kind", "order", "endwith", "fill_value"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.sort", "name": "sort", "type": null}}, "squeeze": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedArray.squeeze", "name": "squeeze", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "std": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.std", "name": "std", "type": null}}, "sum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.sum", "name": "sum", "type": null}}, "swapaxes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedArray.swapaxes", "name": "swapaxes", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "take": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.take", "name": "take", "type": null}}, "tobytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "fill_value", "order"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.tobytes", "name": "tobytes", "type": null}}, "tofile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "fid", "sep", "format"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.tofile", "name": "tofile", "type": null}}, "toflex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.toflex", "name": "toflex", "type": null}}, "tolist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "fill_value"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.tolist", "name": "tolist", "type": null}}, "torecords": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedArray.torecords", "name": "torecords", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ma.core.MaskedArray"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "tostring": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "fill_value", "order"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.tostring", "name": "tostring", "type": null}}, "trace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "offset", "axis1", "axis2", "dtype", "out"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.trace", "name": "trace", "type": null}}, "transpose": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedArray.transpose", "name": "transpose", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "unshare_mask": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.unshare_mask", "name": "unshare_mask", "type": null}}, "var": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.var", "name": "var", "type": null}}, "view": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "dtype", "type", "fill_value"], "flags": [], "fullname": "numpy.ma.core.MaskedArray.view", "name": "view", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MaskedArrayFutureWarning": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.FutureWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.core.MaskedArrayFutureWarning", "name": "MaskedArrayFutureWarning", "type_vars": []}, "flags": [], "fullname": "numpy.ma.core.MaskedArrayFutureWarning", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.core", "mro": ["numpy.ma.core.MaskedArrayFutureWarning", "builtins.FutureWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MaskedConstant": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.ma.core.MaskedArray"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.core.MaskedConstant", "name": "MaskedConstant", "type_vars": []}, "flags": [], "fullname": "numpy.ma.core.MaskedConstant", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.ma.core", "mro": ["numpy.ma.core.MaskedConstant", "numpy.ma.core.MaskedArray", "numpy.ndarray", "numpy._ArrayOrScalarCommon", "typing.Iterable", "typing.Sized", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__array_finalize__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "numpy.ma.core.MaskedConstant.__array_finalize__", "name": "__array_finalize__", "type": null}}, "__array_prepare__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "context"], "flags": [], "fullname": "numpy.ma.core.MaskedConstant.__array_prepare__", "name": "__array_prepare__", "type": null}}, "__array_wrap__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "context"], "flags": [], "fullname": "numpy.ma.core.MaskedConstant.__array_wrap__", "name": "__array_wrap__", "type": null}}, "__copy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedConstant.__copy__", "name": "__copy__", "type": null}}, "__deepcopy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "memo"], "flags": [], "fullname": "numpy.ma.core.MaskedConstant.__deepcopy__", "name": "__deepcopy__", "type": null}}, "__format__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "format_spec"], "flags": [], "fullname": "numpy.ma.core.MaskedConstant.__format__", "name": "__format__", "type": null}}, "__has_singleton": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_class", "is_decorated"], "fullname": "numpy.ma.core.MaskedConstant.__has_singleton", "name": "__has_singleton", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "__has_singleton", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "numpy.ma.core.MaskedConstant"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "__has_singleton of MaskedConstant", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "__iadd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedConstant.__iadd__", "name": "__iadd__", "type": null}}, "__ifloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedConstant.__ifloordiv__", "name": "__ifloordiv__", "type": null}}, "__imul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedConstant.__imul__", "name": "__imul__", "type": null}}, "__iop__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.ma.core.MaskedConstant.__iop__", "name": "__iop__", "type": null}}, "__ipow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedConstant.__ipow__", "name": "__ipow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["numpy.ma.core.MaskedConstant", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "__isub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedConstant.__isub__", "name": "__isub__", "type": null}}, "__itruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedConstant.__itruediv__", "name": "__itruediv__", "type": null}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": [], "fullname": "numpy.ma.core.MaskedConstant.__new__", "name": "__new__", "type": null}}, "__reduce__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedConstant.__reduce__", "name": "__reduce__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedConstant.__repr__", "name": "__repr__", "type": null}}, "__setattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "attr", "value"], "flags": [], "fullname": "numpy.ma.core.MaskedConstant.__setattr__", "name": "__setattr__", "type": null}}, "__singleton": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.MaskedConstant.__singleton", "name": "__singleton", "type": {".class": "NoneType"}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedConstant.__str__", "name": "__str__", "type": null}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "numpy.ma.core.MaskedConstant.copy", "name": "copy", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MaskedIterator": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.core.MaskedIterator", "name": "MaskedIterator", "type_vars": []}, "flags": [], "fullname": "numpy.ma.core.MaskedIterator", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.core", "mro": ["numpy.ma.core.MaskedIterator", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "indx"], "flags": [], "fullname": "numpy.ma.core.MaskedIterator.__getitem__", "name": "__getitem__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "ma"], "flags": [], "fullname": "numpy.ma.core.MaskedIterator.__init__", "name": "__init__", "type": null}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedIterator.__iter__", "name": "__iter__", "type": null}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.MaskedIterator.__next__", "name": "__next__", "type": null}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "index", "value"], "flags": [], "fullname": "numpy.ma.core.MaskedIterator.__setitem__", "name": "__setitem__", "type": null}}, "dataiter": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.MaskedIterator.dataiter", "name": "dataiter", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "ma": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.MaskedIterator.ma", "name": "ma", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "maskiter": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.MaskedIterator.maskiter", "name": "maskiter", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_DomainCheckInterval": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.core._DomainCheckInterval", "name": "_DomainCheckInterval", "type_vars": []}, "flags": [], "fullname": "numpy.ma.core._DomainCheckInterval", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.core", "mro": ["numpy.ma.core._DomainCheckInterval", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "numpy.ma.core._DomainCheckInterval.__call__", "name": "__call__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "a", "b"], "flags": [], "fullname": "numpy.ma.core._DomainCheckInterval.__init__", "name": "__init__", "type": null}}, "a": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._DomainCheckInterval.a", "name": "a", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "b": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._DomainCheckInterval.b", "name": "b", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_DomainGreater": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.core._DomainGreater", "name": "_DomainGreater", "type_vars": []}, "flags": [], "fullname": "numpy.ma.core._DomainGreater", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.core", "mro": ["numpy.ma.core._DomainGreater", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "numpy.ma.core._DomainGreater.__call__", "name": "__call__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "critical_value"], "flags": [], "fullname": "numpy.ma.core._DomainGreater.__init__", "name": "__init__", "type": null}}, "critical_value": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._DomainGreater.critical_value", "name": "critical_value", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_DomainGreaterEqual": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.core._DomainGreaterEqual", "name": "_DomainGreaterEqual", "type_vars": []}, "flags": [], "fullname": "numpy.ma.core._DomainGreaterEqual", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.core", "mro": ["numpy.ma.core._DomainGreaterEqual", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "numpy.ma.core._DomainGreaterEqual.__call__", "name": "__call__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "critical_value"], "flags": [], "fullname": "numpy.ma.core._DomainGreaterEqual.__init__", "name": "__init__", "type": null}}, "critical_value": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._DomainGreaterEqual.critical_value", "name": "critical_value", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_DomainSafeDivide": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.core._DomainSafeDivide", "name": "_DomainSafeDivide", "type_vars": []}, "flags": [], "fullname": "numpy.ma.core._DomainSafeDivide", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.core", "mro": ["numpy.ma.core._DomainSafeDivide", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "a", "b"], "flags": [], "fullname": "numpy.ma.core._DomainSafeDivide.__call__", "name": "__call__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "tolerance"], "flags": [], "fullname": "numpy.ma.core._DomainSafeDivide.__init__", "name": "__init__", "type": null}}, "tolerance": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._DomainSafeDivide.tolerance", "name": "tolerance", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_DomainTan": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.core._DomainTan", "name": "_DomainTan", "type_vars": []}, "flags": [], "fullname": "numpy.ma.core._DomainTan", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.core", "mro": ["numpy.ma.core._DomainTan", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "numpy.ma.core._DomainTan.__call__", "name": "__call__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "eps"], "flags": [], "fullname": "numpy.ma.core._DomainTan.__init__", "name": "__init__", "type": null}}, "eps": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._DomainTan.eps", "name": "eps", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_DomainedBinaryOperation": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.ma.core._MaskedUFunc"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.core._DomainedBinaryOperation", "name": "_DomainedBinaryOperation", "type_vars": []}, "flags": [], "fullname": "numpy.ma.core._DomainedBinaryOperation", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.core", "mro": ["numpy.ma.core._DomainedBinaryOperation", "numpy.ma.core._MaskedUFunc", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2, 4], "arg_names": ["self", "a", "b", "args", "kwargs"], "flags": [], "fullname": "numpy.ma.core._DomainedBinaryOperation.__call__", "name": "__call__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "dbfunc", "domain", "fillx", "filly"], "flags": [], "fullname": "numpy.ma.core._DomainedBinaryOperation.__init__", "name": "__init__", "type": null}}, "domain": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._DomainedBinaryOperation.domain", "name": "domain", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "fillx": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._DomainedBinaryOperation.fillx", "name": "fillx", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "filly": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._DomainedBinaryOperation.filly", "name": "filly", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_MaskedBinaryOperation": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.ma.core._MaskedUFunc"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.core._MaskedBinaryOperation", "name": "_MaskedBinaryOperation", "type_vars": []}, "flags": [], "fullname": "numpy.ma.core._MaskedBinaryOperation", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.core", "mro": ["numpy.ma.core._MaskedBinaryOperation", "numpy.ma.core._MaskedUFunc", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2, 4], "arg_names": ["self", "a", "b", "args", "kwargs"], "flags": [], "fullname": "numpy.ma.core._MaskedBinaryOperation.__call__", "name": "__call__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "mbfunc", "fillx", "filly"], "flags": [], "fullname": "numpy.ma.core._MaskedBinaryOperation.__init__", "name": "__init__", "type": null}}, "accumulate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "target", "axis"], "flags": [], "fullname": "numpy.ma.core._MaskedBinaryOperation.accumulate", "name": "accumulate", "type": null}}, "fillx": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._MaskedBinaryOperation.fillx", "name": "fillx", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "filly": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._MaskedBinaryOperation.filly", "name": "filly", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "outer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "a", "b"], "flags": [], "fullname": "numpy.ma.core._MaskedBinaryOperation.outer", "name": "outer", "type": null}}, "reduce": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "target", "axis", "dtype"], "flags": [], "fullname": "numpy.ma.core._MaskedBinaryOperation.reduce", "name": "reduce", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_MaskedPrintOption": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.core._MaskedPrintOption", "name": "_MaskedPrintOption", "type_vars": []}, "flags": [], "fullname": "numpy.ma.core._MaskedPrintOption", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.core", "mro": ["numpy.ma.core._MaskedPrintOption", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "display"], "flags": [], "fullname": "numpy.ma.core._MaskedPrintOption.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core._MaskedPrintOption.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ma.core._MaskedPrintOption"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core._MaskedPrintOption.__str__", "name": "__str__", "type": null}}, "_display": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._MaskedPrintOption._display", "name": "_display", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_enabled": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._MaskedPrintOption._enabled", "name": "_enabled", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "display": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core._MaskedPrintOption.display", "name": "display", "type": null}}, "enable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "shrink"], "flags": [], "fullname": "numpy.ma.core._MaskedPrintOption.enable", "name": "enable", "type": null}}, "enabled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core._MaskedPrintOption.enabled", "name": "enabled", "type": null}}, "set_display": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "numpy.ma.core._MaskedPrintOption.set_display", "name": "set_display", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_MaskedUFunc": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.core._MaskedUFunc", "name": "_MaskedUFunc", "type_vars": []}, "flags": [], "fullname": "numpy.ma.core._MaskedUFunc", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.core", "mro": ["numpy.ma.core._MaskedUFunc", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "ufunc"], "flags": [], "fullname": "numpy.ma.core._MaskedUFunc.__init__", "name": "__init__", "type": null}}, "__name__": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._MaskedUFunc.__name__", "name": "__name__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core._MaskedUFunc.__str__", "name": "__str__", "type": null}}, "f": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._MaskedUFunc.f", "name": "f", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_MaskedUnaryOperation": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.ma.core._MaskedUFunc"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.core._MaskedUnaryOperation", "name": "_MaskedUnaryOperation", "type_vars": []}, "flags": [], "fullname": "numpy.ma.core._MaskedUnaryOperation", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.core", "mro": ["numpy.ma.core._MaskedUnaryOperation", "numpy.ma.core._MaskedUFunc", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "a", "args", "kwargs"], "flags": [], "fullname": "numpy.ma.core._MaskedUnaryOperation.__call__", "name": "__call__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "mufunc", "fill", "domain"], "flags": [], "fullname": "numpy.ma.core._MaskedUnaryOperation.__init__", "name": "__init__", "type": null}}, "domain": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._MaskedUnaryOperation.domain", "name": "domain", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "fill": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._MaskedUnaryOperation.fill", "name": "fill", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_NoValue": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.ma.core._NoValue", "name": "_NoValue", "type": {".class": "AnyType", "missing_import_name": "numpy.ma.core._NoValue", "source_any": null, "type_of_any": 3}}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.core.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.core.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.core.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.core.__package__", "name": "__package__", "type": "builtins.str"}}, "_arraymethod": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["funcname", "onmask"], "flags": [], "fullname": "numpy.ma.core._arraymethod", "name": "_arraymethod", "type": null}}, "_check_fill_value": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fill_value", "ndtype"], "flags": [], "fullname": "numpy.ma.core._check_fill_value", "name": "_check_fill_value", "type": null}}, "_check_mask_axis": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["mask", "axis", "keepdims"], "flags": [], "fullname": "numpy.ma.core._check_mask_axis", "name": "_check_mask_axis", "type": null}}, "_convert2ma": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.core._convert2ma", "name": "_convert2ma", "type_vars": []}, "flags": [], "fullname": "numpy.ma.core._convert2ma", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.core", "mro": ["numpy.ma.core._convert2ma", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "params"], "flags": [], "fullname": "numpy.ma.core._convert2ma.__call__", "name": "__call__", "type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core._convert2ma.__doc__", "name": "__doc__", "type": {".class": "NoneType"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "funcname", "params"], "flags": [], "fullname": "numpy.ma.core._convert2ma.__init__", "name": "__init__", "type": null}}, "_extras": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._convert2ma._extras", "name": "_extras", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_func": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._convert2ma._func", "name": "_func", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "getdoc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core._convert2ma.getdoc", "name": "getdoc", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_convolve_or_correlate": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["f", "a", "v", "mode", "propagate_mask"], "flags": [], "fullname": "numpy.ma.core._convolve_or_correlate", "name": "_convolve_or_correlate", "type": null}}, "_deprecate_argsort_axis": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arr"], "flags": [], "fullname": "numpy.ma.core._deprecate_argsort_axis", "name": "_deprecate_argsort_axis", "type": null}}, "_extrema_operation": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.ma.core._MaskedUFunc"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.core._extrema_operation", "name": "_extrema_operation", "type_vars": []}, "flags": [], "fullname": "numpy.ma.core._extrema_operation", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.core", "mro": ["numpy.ma.core._extrema_operation", "numpy.ma.core._MaskedUFunc", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "a", "b"], "flags": [], "fullname": "numpy.ma.core._extrema_operation.__call__", "name": "__call__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "ufunc", "compare", "fill_value"], "flags": [], "fullname": "numpy.ma.core._extrema_operation.__init__", "name": "__init__", "type": null}}, "compare": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._extrema_operation.compare", "name": "compare", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "fill_value_func": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._extrema_operation.fill_value_func", "name": "fill_value_func", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "outer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "a", "b"], "flags": [], "fullname": "numpy.ma.core._extrema_operation.outer", "name": "outer", "type": null}}, "reduce": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "target", "axis"], "flags": [], "fullname": "numpy.ma.core._extrema_operation.reduce", "name": "reduce", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_extremum_fill_value": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["obj", "extremum", "extremum_name"], "flags": [], "fullname": "numpy.ma.core._extremum_fill_value", "name": "_extremum_fill_value", "type": null}}, "_frommethod": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.core._frommethod", "name": "_frommethod", "type_vars": []}, "flags": [], "fullname": "numpy.ma.core._frommethod", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.core", "mro": ["numpy.ma.core._frommethod", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "a", "args", "params"], "flags": [], "fullname": "numpy.ma.core._frommethod.__call__", "name": "__call__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "methodname", "reversed"], "flags": [], "fullname": "numpy.ma.core._frommethod.__init__", "name": "__init__", "type": null}}, "__name__": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._frommethod.__name__", "name": "__name__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "getdoc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core._frommethod.getdoc", "name": "getdoc", "type": null}}, "reversed": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._frommethod.reversed", "name": "reversed", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_get_dtype_of": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "numpy.ma.core._get_dtype_of", "name": "_get_dtype_of", "type": null}}, "_legacy_print_templates": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core._legacy_print_templates", "name": "_legacy_print_templates", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "_mareconstruct": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["subtype", "baseclass", "baseshape", "basetype"], "flags": [], "fullname": "numpy.ma.core._mareconstruct", "name": "_mareconstruct", "type": null}}, "_pickle_warn": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["method"], "flags": [], "fullname": "numpy.ma.core._pickle_warn", "name": "_pickle_warn", "type": null}}, "_recursive_fill_value": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["dtype", "f"], "flags": [], "fullname": "numpy.ma.core._recursive_fill_value", "name": "_recursive_fill_value", "type": null}}, "_recursive_filled": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["a", "mask", "fill_value"], "flags": [], "fullname": "numpy.ma.core._recursive_filled", "name": "_recursive_filled", "type": null}}, "_recursive_printoption": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["result", "mask", "printopt"], "flags": [], "fullname": "numpy.ma.core._recursive_printoption", "name": "_recursive_printoption", "type": null}}, "_recursive_set_fill_value": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fillvalue", "dt"], "flags": [], "fullname": "numpy.ma.core._recursive_set_fill_value", "name": "_recursive_set_fill_value", "type": null}}, "_replace_dtype_fields": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["dtype", "primitive_dtype"], "flags": [], "fullname": "numpy.ma.core._replace_dtype_fields", "name": "_replace_dtype_fields", "type": null}}, "_replace_dtype_fields_recursive": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["dtype", "primitive_dtype"], "flags": [], "fullname": "numpy.ma.core._replace_dtype_fields_recursive", "name": "_replace_dtype_fields_recursive", "type": null}}, "_shrink_mask": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["m"], "flags": [], "fullname": "numpy.ma.core._shrink_mask", "name": "_shrink_mask", "type": null}}, "abs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.abs", "name": "abs", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "absolute": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.absolute", "name": "absolute", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "add": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.add", "name": "add", "type": "numpy.ma.core._MaskedBinaryOperation"}}, "all": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.all", "name": "all", "type": "numpy.ma.core._frommethod"}}, "allclose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["a", "b", "masked_equal", "rtol", "atol"], "flags": [], "fullname": "numpy.ma.core.allclose", "name": "allclose", "type": null}}, "allequal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["a", "b", "fill_value"], "flags": [], "fullname": "numpy.ma.core.allequal", "name": "allequal", "type": null}}, "alltrue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.alltrue", "name": "alltrue", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["target", "axis", "dtype"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["numpy.ma.core._MaskedBinaryOperation"], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "amax": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.amax", "kind": "Gdef"}, "amin": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.amin", "kind": "Gdef"}, "angle": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.angle", "kind": "Gdef"}, "anom": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.anom", "name": "anom", "type": "numpy.ma.core._frommethod"}}, "anomalies": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.anomalies", "name": "anomalies", "type": "numpy.ma.core._frommethod"}}, "any": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.any", "name": "any", "type": "numpy.ma.core._frommethod"}}, "append": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["a", "b", "axis"], "flags": [], "fullname": "numpy.ma.core.append", "name": "append", "type": null}}, "arange": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.arange", "name": "arange", "type": "numpy.ma.core._convert2ma"}}, "arccos": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.arccos", "name": "arccos", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "arccosh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.arccosh", "name": "arccosh", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "arcsin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.arcsin", "name": "arcsin", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "arcsinh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.arcsinh", "name": "arcsinh", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "arctan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.arctan", "name": "arctan", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "arctan2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.arctan2", "name": "arctan2", "type": "numpy.ma.core._MaskedBinaryOperation"}}, "arctanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.arctanh", "name": "arctanh", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "argmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.argmax", "name": "argmax", "type": "numpy.ma.core._frommethod"}}, "argmin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.argmin", "name": "argmin", "type": "numpy.ma.core._frommethod"}}, "argsort": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["a", "axis", "kind", "order", "endwith", "fill_value"], "flags": [], "fullname": "numpy.ma.core.argsort", "name": "argsort", "type": null}}, "around": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.around", "name": "around", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "array": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["data", "dtype", "copy", "order", "mask", "fill_value", "keep_mask", "hard_mask", "shrink", "subok", "ndmin"], "flags": [], "fullname": "numpy.ma.core.array", "name": "array", "type": null}}, "asanyarray": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["a", "dtype"], "flags": [], "fullname": "numpy.ma.core.asanyarray", "name": "asanyarray", "type": null}}, "asarray": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["a", "dtype", "order"], "flags": [], "fullname": "numpy.ma.core.asarray", "name": "asarray", "type": null}}, "bitwise_and": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.bitwise_and", "name": "bitwise_and", "type": "numpy.ma.core._MaskedBinaryOperation"}}, "bitwise_or": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.bitwise_or", "name": "bitwise_or", "type": "numpy.ma.core._MaskedBinaryOperation"}}, "bitwise_xor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.bitwise_xor", "name": "bitwise_xor", "type": "numpy.ma.core._MaskedBinaryOperation"}}, "bool_": {".class": "SymbolTableNode", "cross_ref": "numpy.bool_", "kind": "Gdef"}, "builtins": {".class": "SymbolTableNode", "cross_ref": "builtins", "kind": "Gdef", "module_public": false}, "bytes": {".class": "SymbolTableNode", "cross_ref": "builtins.bytes", "kind": "Gdef", "module_public": false}, "ceil": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.ceil", "name": "ceil", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "choose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["indices", "choices", "out", "mode"], "flags": [], "fullname": "numpy.ma.core.choose", "name": "choose", "type": null}}, "clip": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.clip", "name": "clip", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 4], "arg_names": ["a", "a_min", "a_max", "out", "kwargs"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes", "numpy.generic", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._ScalarLike"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, "numpy.typing._array_like._SupportsArray", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 4], "arg_names": ["a", "a_min", "a_max", "out", "kwargs"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["numpy.ndarray", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "common_fill_value": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "numpy.ma.core.common_fill_value", "name": "common_fill_value", "type": null}}, "compress": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.compress", "name": "compress", "type": "numpy.ma.core._frommethod"}}, "compressed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.ma.core.compressed", "name": "compressed", "type": null}}, "concatenate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["arrays", "axis"], "flags": [], "fullname": "numpy.ma.core.concatenate", "name": "concatenate", "type": null}}, "conjugate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.conjugate", "name": "conjugate", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "convolve": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "v", "mode", "propagate_mask"], "flags": [], "fullname": "numpy.ma.core.convolve", "name": "convolve", "type": null}}, "copy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.copy", "name": "copy", "type": "numpy.ma.core._frommethod"}}, "correlate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "v", "mode", "propagate_mask"], "flags": [], "fullname": "numpy.ma.core.correlate", "name": "correlate", "type": null}}, "cos": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.cos", "name": "cos", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "cosh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.cosh", "name": "cosh", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "count": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.count", "name": "count", "type": "numpy.ma.core._frommethod"}}, "cumprod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.cumprod", "name": "cumprod", "type": "numpy.ma.core._frommethod"}}, "cumsum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.cumsum", "name": "cumsum", "type": "numpy.ma.core._frommethod"}}, "default_fill_value": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "numpy.ma.core.default_fill_value", "name": "default_fill_value", "type": null}}, "default_filler": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.default_filler", "name": "default_filler", "type": {".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "builtins.dict"}}}, "diag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["v", "k"], "flags": [], "fullname": "numpy.ma.core.diag", "name": "diag", "type": null}}, "diagonal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.diagonal", "name": "diagonal", "type": "numpy.ma.core._frommethod"}}, "diff": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.diff", "name": "diff", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "divide": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.divide", "name": "divide", "type": "numpy.ma.core._DomainedBinaryOperation"}}, "doc_note": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["initialdoc", "note"], "flags": [], "fullname": "numpy.ma.core.doc_note", "name": "doc_note", "type": null}}, "dot": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "b", "strict", "out"], "flags": [], "fullname": "numpy.ma.core.dot", "name": "dot", "type": null}}, "empty": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.empty", "name": "empty", "type": "numpy.ma.core._convert2ma"}}, "empty_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.empty_like", "name": "empty_like", "type": "numpy.ma.core._convert2ma"}}, "equal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.equal", "name": "equal", "type": "numpy.ma.core._MaskedBinaryOperation"}}, "exp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.exp", "name": "exp", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "expand_dims": {".class": "SymbolTableNode", "cross_ref": "numpy.expand_dims", "kind": "Gdef"}, "fabs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.fabs", "name": "fabs", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "filled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["a", "fill_value"], "flags": [], "fullname": "numpy.ma.core.filled", "name": "filled", "type": null}}, "fix_invalid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "mask", "copy", "fill_value"], "flags": [], "fullname": "numpy.ma.core.fix_invalid", "name": "fix_invalid", "type": null}}, "flatten_mask": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mask"], "flags": [], "fullname": "numpy.ma.core.flatten_mask", "name": "flatten_mask", "type": null}}, "flatten_structured_array": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.ma.core.flatten_structured_array", "name": "flatten_structured_array", "type": null}}, "float_types_list": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.float_types_list", "name": "float_types_list", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_of_any": 7}], "type_ref": "builtins.list"}}}, "floor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.floor", "name": "floor", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "floor_divide": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.floor_divide", "name": "floor_divide", "type": "numpy.ma.core._DomainedBinaryOperation"}}, "fmod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.fmod", "name": "fmod", "type": "numpy.ma.core._DomainedBinaryOperation"}}, "formatargspec": {".class": "SymbolTableNode", "cross_ref": "numpy.compat._inspect.formatargspec", "kind": "Gdef", "module_public": false}, "frombuffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.frombuffer", "name": "frombuffer", "type": "numpy.ma.core._convert2ma"}}, "fromfile": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["file", "dtype", "count", "sep"], "flags": [], "fullname": "numpy.ma.core.fromfile", "name": "fromfile", "type": null}}, "fromflex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fxarray"], "flags": [], "fullname": "numpy.ma.core.fromflex", "name": "fromflex", "type": null}}, "fromfunction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.fromfunction", "name": "fromfunction", "type": "numpy.ma.core._convert2ma"}}, "get_data": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.get_data", "name": "get_data", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["a", "subok"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "get_fill_value": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.ma.core.get_fill_value", "name": "get_fill_value", "type": null}}, "get_mask": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.get_mask", "name": "get_mask", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["a"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "get_masked_subclass": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["arrays"], "flags": [], "fullname": "numpy.ma.core.get_masked_subclass", "name": "get_masked_subclass", "type": null}}, "get_object_signature": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "numpy.ma.core.get_object_signature", "name": "get_object_signature", "type": null}}, "getargspec": {".class": "SymbolTableNode", "cross_ref": "numpy.compat._inspect.getargspec", "kind": "Gdef", "module_public": false}, "getdata": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["a", "subok"], "flags": [], "fullname": "numpy.ma.core.getdata", "name": "getdata", "type": null}}, "getmask": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.ma.core.getmask", "name": "getmask", "type": null}}, "getmaskarray": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arr"], "flags": [], "fullname": "numpy.ma.core.getmaskarray", "name": "getmaskarray", "type": null}}, "greater": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.greater", "name": "greater", "type": "numpy.ma.core._MaskedBinaryOperation"}}, "greater_equal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.greater_equal", "name": "greater_equal", "type": "numpy.ma.core._MaskedBinaryOperation"}}, "harden_mask": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.harden_mask", "name": "harden_mask", "type": "numpy.ma.core._frommethod"}}, "hypot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.hypot", "name": "hypot", "type": "numpy.ma.core._MaskedBinaryOperation"}}, "identity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.identity", "name": "identity", "type": "numpy.ma.core._convert2ma"}}, "ids": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.ids", "name": "ids", "type": "numpy.ma.core._frommethod"}}, "indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.indices", "name": "indices", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["dimensions", "dtype", "sparse"], "arg_types": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["dimensions", "dtype", "sparse"], "arg_types": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["numpy.ndarray"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}]}}}, "inner": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "numpy.ma.core.inner", "name": "inner", "type": null}}, "innerproduct": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.innerproduct", "name": "innerproduct", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef", "module_public": false}, "isMA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.isMA", "name": "isMA", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["x"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "isMaskedArray": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.ma.core.isMaskedArray", "name": "isMaskedArray", "type": null}}, "is_mask": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["m"], "flags": [], "fullname": "numpy.ma.core.is_mask", "name": "is_mask", "type": null}}, "is_masked": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.ma.core.is_masked", "name": "is_masked", "type": null}}, "is_string_or_list_of_strings": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["val"], "flags": [], "fullname": "numpy.ma.core.is_string_or_list_of_strings", "name": "is_string_or_list_of_strings", "type": null}}, "isarray": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.isarray", "name": "isarray", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["x"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "iscomplexobj": {".class": "SymbolTableNode", "cross_ref": "numpy.iscomplexobj", "kind": "Gdef", "module_public": false}, "left_shift": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "n"], "flags": [], "fullname": "numpy.ma.core.left_shift", "name": "left_shift", "type": null}}, "less": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.less", "name": "less", "type": "numpy.ma.core._MaskedBinaryOperation"}}, "less_equal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.less_equal", "name": "less_equal", "type": "numpy.ma.core._MaskedBinaryOperation"}}, "log": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.log", "name": "log", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "log10": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.log10", "name": "log10", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "log2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.log2", "name": "log2", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "logical_and": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.logical_and", "name": "logical_and", "type": "numpy.ma.core._MaskedBinaryOperation"}}, "logical_not": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.logical_not", "name": "logical_not", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "logical_or": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.logical_or", "name": "logical_or", "type": "numpy.ma.core._MaskedBinaryOperation"}}, "logical_xor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.logical_xor", "name": "logical_xor", "type": "numpy.ma.core._MaskedBinaryOperation"}}, "long": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.long", "kind": "Gdef", "module_public": false}, "make_mask": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["m", "copy", "shrink", "dtype"], "flags": [], "fullname": "numpy.ma.core.make_mask", "name": "make_mask", "type": null}}, "make_mask_descr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ndtype"], "flags": [], "fullname": "numpy.ma.core.make_mask_descr", "name": "make_mask_descr", "type": null}}, "make_mask_none": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["newshape", "dtype"], "flags": [], "fullname": "numpy.ma.core.make_mask_none", "name": "make_mask_none", "type": null}}, "mask_or": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["m1", "m2", "copy", "shrink"], "flags": [], "fullname": "numpy.ma.core.mask_or", "name": "mask_or", "type": null}}, "mask_rowcols": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["a", "axis"], "flags": [], "fullname": "numpy.ma.core.mask_rowcols", "name": "mask_rowcols", "type": null}}, "masked": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.masked", "name": "masked", "type": "numpy.ma.core.MaskedConstant"}}, "masked_array": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.ma.core.masked_array", "line": 6543, "no_args": true, "normalized": false, "target": "numpy.ma.core.MaskedArray"}}, "masked_equal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["x", "value", "copy"], "flags": [], "fullname": "numpy.ma.core.masked_equal", "name": "masked_equal", "type": null}}, "masked_greater": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["x", "value", "copy"], "flags": [], "fullname": "numpy.ma.core.masked_greater", "name": "masked_greater", "type": null}}, "masked_greater_equal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["x", "value", "copy"], "flags": [], "fullname": "numpy.ma.core.masked_greater_equal", "name": "masked_greater_equal", "type": null}}, "masked_inside": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["x", "v1", "v2", "copy"], "flags": [], "fullname": "numpy.ma.core.masked_inside", "name": "masked_inside", "type": null}}, "masked_invalid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["a", "copy"], "flags": [], "fullname": "numpy.ma.core.masked_invalid", "name": "masked_invalid", "type": null}}, "masked_less": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["x", "value", "copy"], "flags": [], "fullname": "numpy.ma.core.masked_less", "name": "masked_less", "type": null}}, "masked_less_equal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["x", "value", "copy"], "flags": [], "fullname": "numpy.ma.core.masked_less_equal", "name": "masked_less_equal", "type": null}}, "masked_not_equal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["x", "value", "copy"], "flags": [], "fullname": "numpy.ma.core.masked_not_equal", "name": "masked_not_equal", "type": null}}, "masked_object": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["x", "value", "copy", "shrink"], "flags": [], "fullname": "numpy.ma.core.masked_object", "name": "masked_object", "type": null}}, "masked_outside": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["x", "v1", "v2", "copy"], "flags": [], "fullname": "numpy.ma.core.masked_outside", "name": "masked_outside", "type": null}}, "masked_print_option": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.masked_print_option", "name": "masked_print_option", "type": "numpy.ma.core._MaskedPrintOption"}}, "masked_singleton": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.masked_singleton", "name": "masked_singleton", "type": "numpy.ma.core.MaskedConstant"}}, "masked_values": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["x", "value", "rtol", "atol", "copy", "shrink"], "flags": [], "fullname": "numpy.ma.core.masked_values", "name": "masked_values", "type": null}}, "masked_where": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["condition", "a", "copy"], "flags": [], "fullname": "numpy.ma.core.masked_where", "name": "masked_where", "type": null}}, "max": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["obj", "axis", "out", "fill_value", "keepdims"], "flags": [], "fullname": "numpy.ma.core.max", "name": "max", "type": null}}, "max_filler": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.max_filler", "name": "max_filler", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 5}}}, "maximum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.maximum", "name": "maximum", "type": "numpy.ma.core._extrema_operation"}}, "maximum_fill_value": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "numpy.ma.core.maximum_fill_value", "name": "maximum_fill_value", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.mean", "name": "mean", "type": "numpy.ma.core._frommethod"}}, "min": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["obj", "axis", "out", "fill_value", "keepdims"], "flags": [], "fullname": "numpy.ma.core.min", "name": "min", "type": null}}, "min_filler": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.min_filler", "name": "min_filler", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 5}}}, "minimum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.minimum", "name": "minimum", "type": "numpy.ma.core._extrema_operation"}}, "minimum_fill_value": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "numpy.ma.core.minimum_fill_value", "name": "minimum_fill_value", "type": null}}, "mod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.mod", "name": "mod", "type": "numpy.ma.core._DomainedBinaryOperation"}}, "multiply": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.multiply", "name": "multiply", "type": "numpy.ma.core._MaskedBinaryOperation"}}, "mvoid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.ma.core.MaskedArray"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.core.mvoid", "name": "mvoid", "type_vars": []}, "flags": [], "fullname": "numpy.ma.core.mvoid", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.ma.core", "mro": ["numpy.ma.core.mvoid", "numpy.ma.core.MaskedArray", "numpy.ndarray", "numpy._ArrayOrScalarCommon", "typing.Iterable", "typing.Sized", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "indx"], "flags": [], "fullname": "numpy.ma.core.mvoid.__getitem__", "name": "__getitem__", "type": null}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_generator"], "fullname": "numpy.ma.core.mvoid.__iter__", "name": "__iter__", "type": null}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.mvoid.__len__", "name": "__len__", "type": null}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "data", "mask", "dtype", "fill_value", "hardmask", "copy", "subok"], "flags": [], "fullname": "numpy.ma.core.mvoid.__new__", "name": "__new__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.core.mvoid.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ma.core.mvoid"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "indx", "value"], "flags": [], "fullname": "numpy.ma.core.mvoid.__setitem__", "name": "__setitem__", "type": null}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.mvoid.__str__", "name": "__str__", "type": null}}, "_data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ma.core.mvoid._data", "name": "_data", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_data", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ma.core.mvoid"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_data of mvoid", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "filled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "fill_value"], "flags": [], "fullname": "numpy.ma.core.mvoid.filled", "name": "filled", "type": null}}, "tolist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.core.mvoid.tolist", "name": "tolist", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "narray": {".class": "SymbolTableNode", "cross_ref": "numpy.array", "kind": "Gdef", "module_public": false}, "ndarray": {".class": "SymbolTableNode", "cross_ref": "numpy.ndarray", "kind": "Gdef", "module_public": false}, "ndim": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "numpy.ma.core.ndim", "name": "ndim", "type": null}}, "negative": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.negative", "name": "negative", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "nomask": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.nomask", "name": "nomask", "type": "numpy.bool_"}}, "nonzero": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.nonzero", "name": "nonzero", "type": "numpy.ma.core._frommethod"}}, "normalize_axis_tuple": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.ma.core.normalize_axis_tuple", "name": "normalize_axis_tuple", "type": {".class": "AnyType", "missing_import_name": "numpy.ma.core.normalize_axis_tuple", "source_any": null, "type_of_any": 3}}}, "not_equal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.not_equal", "name": "not_equal", "type": "numpy.ma.core._MaskedBinaryOperation"}}, "np": {".class": "SymbolTableNode", "cross_ref": "numpy", "kind": "Gdef", "module_public": false}, "ntypes": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes", "kind": "Gdef", "module_public": false}, "ones": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.ones", "name": "ones", "type": "numpy.ma.core._convert2ma"}}, "ones_like": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.ones_like", "name": "ones_like", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, "builtins.bool", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}]}}}, "operator": {".class": "SymbolTableNode", "cross_ref": "operator", "kind": "Gdef", "module_public": false}, "outer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "numpy.ma.core.outer", "name": "outer", "type": null}}, "outerproduct": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.outerproduct", "name": "outerproduct", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "pickle": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.pickle", "kind": "Gdef", "module_public": false}, "power": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["a", "b", "third"], "flags": [], "fullname": "numpy.ma.core.power", "name": "power", "type": null}}, "prod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.prod", "name": "prod", "type": "numpy.ma.core._frommethod"}}, "product": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.product", "name": "product", "type": "numpy.ma.core._frommethod"}}, "ptp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["obj", "axis", "out", "fill_value", "keepdims"], "flags": [], "fullname": "numpy.ma.core.ptp", "name": "ptp", "type": null}}, "put": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["a", "indices", "values", "mode"], "flags": [], "fullname": "numpy.ma.core.put", "name": "put", "type": null}}, "putmask": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["a", "mask", "values"], "flags": [], "fullname": "numpy.ma.core.putmask", "name": "putmask", "type": null}}, "ravel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.ravel", "name": "ravel", "type": "numpy.ma.core._frommethod"}}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef", "module_public": false}, "recursive": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.ma.core.recursive", "name": "recursive", "type": {".class": "AnyType", "missing_import_name": "numpy.ma.core.recursive", "source_any": null, "type_of_any": 3}}}, "reduce": {".class": "SymbolTableNode", "cross_ref": "functools.reduce", "kind": "Gdef", "module_public": false}, "remainder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.remainder", "name": "remainder", "type": "numpy.ma.core._DomainedBinaryOperation"}}, "repeat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.repeat", "name": "repeat", "type": "numpy.ma.core._frommethod"}}, "reshape": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["a", "new_shape", "order"], "flags": [], "fullname": "numpy.ma.core.reshape", "name": "reshape", "type": null}}, "resize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "new_shape"], "flags": [], "fullname": "numpy.ma.core.resize", "name": "resize", "type": null}}, "right_shift": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "n"], "flags": [], "fullname": "numpy.ma.core.right_shift", "name": "right_shift", "type": null}}, "round": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.round", "name": "round", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["a", "decimals", "out"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "round_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["a", "decimals", "out"], "flags": [], "fullname": "numpy.ma.core.round_", "name": "round_", "type": null}}, "set_fill_value": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "fill_value"], "flags": [], "fullname": "numpy.ma.core.set_fill_value", "name": "set_fill_value", "type": null}}, "shape": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "numpy.ma.core.shape", "name": "shape", "type": null}}, "shrink_mask": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.shrink_mask", "name": "shrink_mask", "type": "numpy.ma.core._frommethod"}}, "sin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.sin", "name": "sin", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "sinh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.sinh", "name": "sinh", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "size": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["obj", "axis"], "flags": [], "fullname": "numpy.ma.core.size", "name": "size", "type": null}}, "soften_mask": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.soften_mask", "name": "soften_mask", "type": "numpy.ma.core._frommethod"}}, "sometrue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.sometrue", "name": "sometrue", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["target", "axis", "dtype"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["numpy.ma.core._MaskedBinaryOperation"], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "sort": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["a", "axis", "kind", "order", "endwith", "fill_value"], "flags": [], "fullname": "numpy.ma.core.sort", "name": "sort", "type": null}}, "sqrt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.sqrt", "name": "sqrt", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "squeeze": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.squeeze", "name": "squeeze", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["a", "axis"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy.core.fromnumeric._ScalarGeneric", "id": -1, "name": "_ScalarGeneric", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.fromnumeric._ScalarGeneric", "id": -1, "name": "_ScalarGeneric", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.fromnumeric._ScalarGeneric", "id": -1, "name": "_ScalarGeneric", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["a", "axis"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}]}}}, "std": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.std", "name": "std", "type": "numpy.ma.core._frommethod"}}, "subtract": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.subtract", "name": "subtract", "type": "numpy.ma.core._MaskedBinaryOperation"}}, "sum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.sum", "name": "sum", "type": "numpy.ma.core._frommethod"}}, "swapaxes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.swapaxes", "name": "swapaxes", "type": "numpy.ma.core._frommethod"}}, "take": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["a", "indices", "axis", "out", "mode"], "flags": [], "fullname": "numpy.ma.core.take", "name": "take", "type": null}}, "tan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.tan", "name": "tan", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "tanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.tanh", "name": "tanh", "type": "numpy.ma.core._MaskedUnaryOperation"}}, "textwrap": {".class": "SymbolTableNode", "cross_ref": "textwrap", "kind": "Gdef", "module_public": false}, "trace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.trace", "name": "trace", "type": "numpy.ma.core._frommethod"}}, "transpose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["a", "axes"], "flags": [], "fullname": "numpy.ma.core.transpose", "name": "transpose", "type": null}}, "true_divide": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.true_divide", "name": "true_divide", "type": "numpy.ma.core._DomainedBinaryOperation"}}, "ufunc_domain": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.ufunc_domain", "name": "ufunc_domain", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.dict"}}}, "ufunc_fills": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.ufunc_fills", "name": "ufunc_fills", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.dict"}}}, "umath": {".class": "SymbolTableNode", "cross_ref": "numpy.core.umath", "kind": "Gdef", "module_public": false}, "unicode": {".class": "SymbolTableNode", "cross_ref": "numpy.compat.py3k.unicode", "kind": "Gdef", "module_public": false}, "v": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.v", "name": "v", "type": "builtins.str"}}, "var": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.var", "name": "var", "type": "numpy.ma.core._frommethod"}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef", "module_public": false}, "where": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["condition", "x", "y"], "flags": [], "fullname": "numpy.ma.core.where", "name": "where", "type": null}}, "zeros": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.zeros", "name": "zeros", "type": "numpy.ma.core._convert2ma"}}, "zeros_like": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.core.zeros_like", "name": "zeros_like", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.core.numeric._ArrayType", "id": -1, "name": "_ArrayType", "upper_bound": "numpy.ndarray", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "dtype", "order", "subok", "shape"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, "builtins.bool", {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}]}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/ma/core.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/ma/core.meta.json b/.mypy_cache/3.9/numpy/ma/core.meta.json deleted file mode 100644 index d60486198..000000000 --- a/.mypy_cache/3.9/numpy/ma/core.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [23, 24, 25, 26, 27, 28, 29, 31, 32, 32, 33, 36, 37, 41, 42, 6211, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 10, 5, 5, 10, 20, 10, 5, 5, 5, 5, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["builtins", "inspect", "operator", "warnings", "textwrap", "re", "functools", "numpy", "numpy.core.umath", "numpy.core", "numpy.core.numerictypes", "numpy.lib.function_base", "numpy.compat", "numpy.core.numeric", "numpy.core._internal", "copy", "_typeshed", "_warnings", "abc", "contextlib", "datetime", "enum", "numpy.compat._inspect", "numpy.core._asarray", "numpy.core._ufunc_config", "numpy.core.fromnumeric", "numpy.typing", "numpy.typing._array_like", "numpy.typing._dtype_like", "types", "typing", "typing_extensions"], "hash": "0d32753b106736c26d2f2e21dc216340f6c304c4bc2165ac689a48d213f2cbf9", "id": "numpy.ma.core", "ignore_all": true, "interface_hash": "62ebafc593911938b312723a5f3ffefc192dbcc9278d092b9de9bd119a829c31", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/ma/core.py", "plugin_data": null, "size": 264480, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/ma/extras.data.json b/.mypy_cache/3.9/numpy/ma/extras.data.json deleted file mode 100644 index 08c750b1f..000000000 --- a/.mypy_cache/3.9/numpy/ma/extras.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.ma.extras", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AxisConcatenator": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.index_tricks.AxisConcatenator", "kind": "Gdef", "module_public": false}, "MAError": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.MAError", "kind": "Gdef", "module_public": false}, "MAxisConcatenator": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.lib.index_tricks.AxisConcatenator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.extras.MAxisConcatenator", "name": "MAxisConcatenator", "type_vars": []}, "flags": [], "fullname": "numpy.ma.extras.MAxisConcatenator", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.extras", "mro": ["numpy.ma.extras.MAxisConcatenator", "numpy.lib.index_tricks.AxisConcatenator", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "numpy.ma.extras.MAxisConcatenator.__getitem__", "name": "__getitem__", "type": null}}, "concatenate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.ma.extras.MAxisConcatenator.concatenate", "name": "concatenate", "type": "builtins.staticmethod"}}, "makemat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "flags": ["is_class", "is_decorated"], "fullname": "numpy.ma.extras.MAxisConcatenator.makemat", "name": "makemat", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "makemat", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "arg_types": [{".class": "TypeType", "item": "numpy.ma.extras.MAxisConcatenator"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "makemat of MAxisConcatenator", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MaskedArray": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.MaskedArray", "kind": "Gdef", "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.extras.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.extras.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.extras.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.extras.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ma.extras.__package__", "name": "__package__", "type": "builtins.str"}}, "_covhelper": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["x", "y", "rowvar", "allow_masked"], "flags": [], "fullname": "numpy.ma.extras._covhelper", "name": "_covhelper", "type": null}}, "_ezclump": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mask"], "flags": [], "fullname": "numpy.ma.extras._ezclump", "name": "_ezclump", "type": null}}, "_fromnxfunction": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.extras._fromnxfunction", "name": "_fromnxfunction", "type_vars": []}, "flags": [], "fullname": "numpy.ma.extras._fromnxfunction", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.extras", "mro": ["numpy.ma.extras._fromnxfunction", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "params"], "flags": [], "fullname": "numpy.ma.extras._fromnxfunction.__call__", "name": "__call__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "funcname"], "flags": [], "fullname": "numpy.ma.extras._fromnxfunction.__init__", "name": "__init__", "type": null}}, "__name__": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.extras._fromnxfunction.__name__", "name": "__name__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "getdoc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.extras._fromnxfunction.getdoc", "name": "getdoc", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_fromnxfunction_allargs": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.ma.extras._fromnxfunction"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.extras._fromnxfunction_allargs", "name": "_fromnxfunction_allargs", "type_vars": []}, "flags": [], "fullname": "numpy.ma.extras._fromnxfunction_allargs", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.extras", "mro": ["numpy.ma.extras._fromnxfunction_allargs", "numpy.ma.extras._fromnxfunction", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "params"], "flags": [], "fullname": "numpy.ma.extras._fromnxfunction_allargs.__call__", "name": "__call__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_fromnxfunction_args": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.ma.extras._fromnxfunction"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.extras._fromnxfunction_args", "name": "_fromnxfunction_args", "type_vars": []}, "flags": [], "fullname": "numpy.ma.extras._fromnxfunction_args", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.extras", "mro": ["numpy.ma.extras._fromnxfunction_args", "numpy.ma.extras._fromnxfunction", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "params"], "flags": [], "fullname": "numpy.ma.extras._fromnxfunction_args.__call__", "name": "__call__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_fromnxfunction_seq": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.ma.extras._fromnxfunction"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.extras._fromnxfunction_seq", "name": "_fromnxfunction_seq", "type_vars": []}, "flags": [], "fullname": "numpy.ma.extras._fromnxfunction_seq", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.extras", "mro": ["numpy.ma.extras._fromnxfunction_seq", "numpy.ma.extras._fromnxfunction", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "x", "args", "params"], "flags": [], "fullname": "numpy.ma.extras._fromnxfunction_seq.__call__", "name": "__call__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_fromnxfunction_single": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.ma.extras._fromnxfunction"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.extras._fromnxfunction_single", "name": "_fromnxfunction_single", "type_vars": []}, "flags": [], "fullname": "numpy.ma.extras._fromnxfunction_single", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.extras", "mro": ["numpy.ma.extras._fromnxfunction_single", "numpy.ma.extras._fromnxfunction", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "x", "args", "params"], "flags": [], "fullname": "numpy.ma.extras._fromnxfunction_single.__call__", "name": "__call__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_median": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "out", "overwrite_input"], "flags": [], "fullname": "numpy.ma.extras._median", "name": "_median", "type": null}}, "_ureduce": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base._ureduce", "kind": "Gdef", "module_public": false}, "add": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.add", "kind": "Gdef", "module_public": false}, "apply_along_axis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2, 4], "arg_names": ["func1d", "axis", "arr", "args", "kwargs"], "flags": [], "fullname": "numpy.ma.extras.apply_along_axis", "name": "apply_along_axis", "type": null}}, "apply_over_axes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["func", "a", "axes"], "flags": [], "fullname": "numpy.ma.extras.apply_over_axes", "name": "apply_over_axes", "type": null}}, "array": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.array", "kind": "Gdef", "module_public": false}, "asarray": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.asarray", "kind": "Gdef", "module_public": false}, "atleast_1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.extras.atleast_1d", "name": "atleast_1d", "type": "numpy.ma.extras._fromnxfunction_allargs"}}, "atleast_2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.extras.atleast_2d", "name": "atleast_2d", "type": "numpy.ma.extras._fromnxfunction_allargs"}}, "atleast_3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.extras.atleast_3d", "name": "atleast_3d", "type": "numpy.ma.extras._fromnxfunction_allargs"}}, "average": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "axis", "weights", "returned"], "flags": [], "fullname": "numpy.ma.extras.average", "name": "average", "type": null}}, "clump_masked": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.ma.extras.clump_masked", "name": "clump_masked", "type": null}}, "clump_unmasked": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.ma.extras.clump_unmasked", "name": "clump_unmasked", "type": null}}, "column_stack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.extras.column_stack", "name": "column_stack", "type": "numpy.ma.extras._fromnxfunction_seq"}}, "compress_cols": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.ma.extras.compress_cols", "name": "compress_cols", "type": null}}, "compress_nd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["x", "axis"], "flags": [], "fullname": "numpy.ma.extras.compress_nd", "name": "compress_nd", "type": null}}, "compress_rowcols": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["x", "axis"], "flags": [], "fullname": "numpy.ma.extras.compress_rowcols", "name": "compress_rowcols", "type": null}}, "compress_rows": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.ma.extras.compress_rows", "name": "compress_rows", "type": null}}, "concatenate": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.concatenate", "kind": "Gdef", "module_public": false}, "corrcoef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["x", "y", "rowvar", "bias", "allow_masked", "ddof"], "flags": [], "fullname": "numpy.ma.extras.corrcoef", "name": "corrcoef", "type": null}}, "count": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.count", "kind": "Gdef", "module_public": false}, "count_masked": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["arr", "axis"], "flags": [], "fullname": "numpy.ma.extras.count_masked", "name": "count_masked", "type": null}}, "cov": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["x", "y", "rowvar", "bias", "allow_masked", "ddof"], "flags": [], "fullname": "numpy.ma.extras.cov", "name": "cov", "type": null}}, "diagflat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.extras.diagflat", "name": "diagflat", "type": "numpy.ma.extras._fromnxfunction_single"}}, "dot": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.dot", "kind": "Gdef"}, "dstack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.extras.dstack", "name": "dstack", "type": "numpy.ma.extras._fromnxfunction_seq"}}, "ediff1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["arr", "to_end", "to_begin"], "flags": [], "fullname": "numpy.ma.extras.ediff1d", "name": "ediff1d", "type": null}}, "filled": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.filled", "kind": "Gdef", "module_public": false}, "flatnotmasked_contiguous": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.ma.extras.flatnotmasked_contiguous", "name": "flatnotmasked_contiguous", "type": null}}, "flatnotmasked_edges": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.ma.extras.flatnotmasked_edges", "name": "flatnotmasked_edges", "type": null}}, "flatten_inplace": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["seq"], "flags": [], "fullname": "numpy.ma.extras.flatten_inplace", "name": "flatten_inplace", "type": null}}, "get_masked_subclass": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.get_masked_subclass", "kind": "Gdef", "module_public": false}, "getdata": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.getdata", "kind": "Gdef", "module_public": false}, "getmask": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.getmask", "kind": "Gdef", "module_public": false}, "getmaskarray": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.getmaskarray", "kind": "Gdef", "module_public": false}, "hsplit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.extras.hsplit", "name": "hsplit", "type": "numpy.ma.extras._fromnxfunction_single"}}, "hstack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.extras.hstack", "name": "hstack", "type": "numpy.ma.extras._fromnxfunction_seq"}}, "in1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["ar1", "ar2", "assume_unique", "invert"], "flags": [], "fullname": "numpy.ma.extras.in1d", "name": "in1d", "type": null}}, "intersect1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["ar1", "ar2", "assume_unique"], "flags": [], "fullname": "numpy.ma.extras.intersect1d", "name": "intersect1d", "type": null}}, "isin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["element", "test_elements", "assume_unique", "invert"], "flags": [], "fullname": "numpy.ma.extras.isin", "name": "isin", "type": null}}, "issequence": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["seq"], "flags": [], "fullname": "numpy.ma.extras.issequence", "name": "issequence", "type": null}}, "itertools": {".class": "SymbolTableNode", "cross_ref": "itertools", "kind": "Gdef", "module_public": false}, "ma": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core", "kind": "Gdef", "module_public": false}, "make_mask_descr": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.make_mask_descr", "kind": "Gdef", "module_public": false}, "mask_cols": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["a", "axis"], "flags": [], "fullname": "numpy.ma.extras.mask_cols", "name": "mask_cols", "type": null}}, "mask_or": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.mask_or", "kind": "Gdef", "module_public": false}, "mask_rowcols": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.mask_rowcols", "kind": "Gdef"}, "mask_rows": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["a", "axis"], "flags": [], "fullname": "numpy.ma.extras.mask_rows", "name": "mask_rows", "type": null}}, "masked": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.masked", "kind": "Gdef", "module_public": false}, "masked_all": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["shape", "dtype"], "flags": [], "fullname": "numpy.ma.extras.masked_all", "name": "masked_all", "type": null}}, "masked_all_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arr"], "flags": [], "fullname": "numpy.ma.extras.masked_all_like", "name": "masked_all_like", "type": null}}, "masked_array": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.masked_array", "kind": "Gdef", "module_public": false}, "median": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["a", "axis", "out", "overwrite_input", "keepdims"], "flags": [], "fullname": "numpy.ma.extras.median", "name": "median", "type": null}}, "mr_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.extras.mr_", "name": "mr_", "type": "numpy.ma.extras.mr_class"}}, "mr_class": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.ma.extras.MAxisConcatenator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ma.extras.mr_class", "name": "mr_class", "type_vars": []}, "flags": [], "fullname": "numpy.ma.extras.mr_class", "metaclass_type": null, "metadata": {}, "module_name": "numpy.ma.extras", "mro": ["numpy.ma.extras.mr_class", "numpy.ma.extras.MAxisConcatenator", "numpy.lib.index_tricks.AxisConcatenator", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ma.extras.mr_class.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ndarray": {".class": "SymbolTableNode", "cross_ref": "numpy.ndarray", "kind": "Gdef", "module_public": false}, "nomask": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.nomask", "kind": "Gdef", "module_public": false}, "normalize_axis_index": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.ma.extras.normalize_axis_index", "name": "normalize_axis_index", "type": {".class": "AnyType", "missing_import_name": "numpy.ma.extras.normalize_axis_index", "source_any": null, "type_of_any": 3}}}, "normalize_axis_tuple": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.ma.extras.normalize_axis_tuple", "name": "normalize_axis_tuple", "type": {".class": "AnyType", "missing_import_name": "numpy.ma.extras.normalize_axis_tuple", "source_any": null, "type_of_any": 3}}}, "notmasked_contiguous": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["a", "axis"], "flags": [], "fullname": "numpy.ma.extras.notmasked_contiguous", "name": "notmasked_contiguous", "type": null}}, "notmasked_edges": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["a", "axis"], "flags": [], "fullname": "numpy.ma.extras.notmasked_edges", "name": "notmasked_edges", "type": null}}, "np": {".class": "SymbolTableNode", "cross_ref": "numpy", "kind": "Gdef", "module_public": false}, "nxarray": {".class": "SymbolTableNode", "cross_ref": "numpy.array", "kind": "Gdef", "module_public": false}, "ones": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.ones", "kind": "Gdef", "module_public": false}, "polyfit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["x", "y", "deg", "rcond", "full", "w", "cov"], "flags": [], "fullname": "numpy.ma.extras.polyfit", "name": "polyfit", "type": null}}, "row_stack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.extras.row_stack", "name": "row_stack", "type": "numpy.ma.extras._fromnxfunction_seq"}}, "setdiff1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["ar1", "ar2", "assume_unique"], "flags": [], "fullname": "numpy.ma.extras.setdiff1d", "name": "setdiff1d", "type": null}}, "setxor1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["ar1", "ar2", "assume_unique"], "flags": [], "fullname": "numpy.ma.extras.setxor1d", "name": "setxor1d", "type": null}}, "sort": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.sort", "kind": "Gdef", "module_public": false}, "stack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.extras.stack", "name": "stack", "type": "numpy.ma.extras._fromnxfunction_seq"}}, "umath": {".class": "SymbolTableNode", "cross_ref": "numpy.core.umath", "kind": "Gdef", "module_public": false}, "union1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ar1", "ar2"], "flags": [], "fullname": "numpy.ma.extras.union1d", "name": "union1d", "type": null}}, "unique": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["ar1", "return_index", "return_inverse"], "flags": [], "fullname": "numpy.ma.extras.unique", "name": "unique", "type": null}}, "vander": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["x", "n"], "flags": [], "fullname": "numpy.ma.extras.vander", "name": "vander", "type": null}}, "vstack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.ma.extras.vstack", "name": "vstack", "type": "numpy.ma.extras._fromnxfunction_seq"}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef", "module_public": false}, "zeros": {".class": "SymbolTableNode", "cross_ref": "numpy.ma.core.zeros", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/ma/extras.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/ma/extras.meta.json b/.mypy_cache/3.9/numpy/ma/extras.meta.json deleted file mode 100644 index b419196b0..000000000 --- a/.mypy_cache/3.9/numpy/ma/extras.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [23, 24, 26, 26, 34, 36, 36, 37, 38, 39, 40, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 20, 5, 5, 10, 20, 5, 5, 5, 5, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["itertools", "warnings", "numpy.ma", "numpy.ma.core", "numpy", "numpy.core.umath", "numpy.core", "numpy.core.multiarray", "numpy.core.numeric", "numpy.lib.function_base", "numpy.lib.index_tricks", "builtins", "_warnings", "abc", "numpy.core._asarray", "numpy.core.fromnumeric", "numpy.core.numerictypes", "numpy.lib", "numpy.lib.utils", "numpy.typing", "numpy.typing._array_like", "numpy.typing._dtype_like", "types", "typing", "typing_extensions"], "hash": "64d94f827b8eb4ce7fc25b8f2f99b7ae9d87eb9c4da424ea276993dbb4c0d3d2", "id": "numpy.ma.extras", "ignore_all": true, "interface_hash": "26da193b652dd40c27e44b474039f0eaa4aa10f438492edc9cd8cff6abe8f4bd", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/ma/extras.py", "plugin_data": null, "size": 58346, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/matrixlib/__init__.data.json b/.mypy_cache/3.9/numpy/matrixlib/__init__.data.json deleted file mode 100644 index 369306cc6..000000000 --- a/.mypy_cache/3.9/numpy/matrixlib/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.matrixlib", "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.matrixlib.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.matrixlib.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.matrixlib.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.matrixlib.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.matrixlib.__package__", "name": "__package__", "type": "builtins.str"}}, "asmatrix": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.matrixlib.asmatrix", "name": "asmatrix", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "bmat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.matrixlib.bmat", "name": "bmat", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "mat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.matrixlib.mat", "name": "mat", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "matrix": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.matrixlib.matrix", "name": "matrix", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/matrixlib/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/matrixlib/__init__.meta.json b/.mypy_cache/3.9/numpy/matrixlib/__init__.meta.json deleted file mode 100644 index ec02c6c70..000000000 --- a/.mypy_cache/3.9/numpy/matrixlib/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 5, 30], "dependencies": ["typing", "builtins", "abc"], "hash": "8155cbb0b93b22dd447e56ef2cdb6f5f5f4ffcbaf475272ffa750027b532e0f0", "id": "numpy.matrixlib", "ignore_all": true, "interface_hash": "7e5108804c20e46b19ff5954ccdb3b6cba176350e5f9374f6f2f5b764d000e10", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/matrixlib/__init__.pyi", "plugin_data": null, "size": 95, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/polynomial/__init__.data.json b/.mypy_cache/3.9/numpy/polynomial/__init__.data.json deleted file mode 100644 index 4ba213834..000000000 --- a/.mypy_cache/3.9/numpy/polynomial/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.polynomial", "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}, "Chebyshev": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.Chebyshev", "name": "Chebyshev", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "Hermite": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.Hermite", "name": "Hermite", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "HermiteE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.HermiteE", "name": "HermiteE", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "Laguerre": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.Laguerre", "name": "Laguerre", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "Legendre": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.Legendre", "name": "Legendre", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "Polynomial": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.Polynomial", "name": "Polynomial", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.__package__", "name": "__package__", "type": "builtins.str"}}, "chebyshev": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial.chebyshev", "kind": "Gdef"}, "hermite": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial.hermite", "kind": "Gdef"}, "hermite_e": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial.hermite_e", "kind": "Gdef"}, "laguerre": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial.laguerre", "kind": "Gdef"}, "legendre": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial.legendre", "kind": "Gdef"}, "polynomial": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial.polynomial", "kind": "Gdef"}, "set_default_printstyle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.set_default_printstyle", "name": "set_default_printstyle", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/polynomial/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/polynomial/__init__.meta.json b/.mypy_cache/3.9/numpy/polynomial/__init__.meta.json deleted file mode 100644 index c7afa2cc3..000000000 --- a/.mypy_cache/3.9/numpy/polynomial/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 3, 3, 3, 3, 3, 3, 1], "dep_prios": [5, 10, 10, 10, 10, 10, 10, 5], "dependencies": ["typing", "numpy.polynomial.chebyshev", "numpy.polynomial.hermite", "numpy.polynomial.hermite_e", "numpy.polynomial.laguerre", "numpy.polynomial.legendre", "numpy.polynomial.polynomial", "builtins"], "hash": "f1863b7ff7efd1b869a4b9aa2b91bb5672e3b047f0c1e9172fb589120cdff58a", "id": "numpy.polynomial", "ignore_all": true, "interface_hash": "eb0905f2516318a6ba8cbaa7c6e4aef174a4d50ecf99dd3f9ef55b2ce21afd75", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/polynomial/__init__.pyi", "plugin_data": null, "size": 334, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/polynomial/_polybase.data.json b/.mypy_cache/3.9/numpy/polynomial/_polybase.data.json deleted file mode 100644 index 97b52835f..000000000 --- a/.mypy_cache/3.9/numpy/polynomial/_polybase.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.polynomial._polybase", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numbers.Number", "builtins.bool"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.polynomial._polybase.", "name": "", "type_vars": []}, "flags": ["is_intersection"], "fullname": "numpy.polynomial._polybase.", "metaclass_type": null, "metadata": {}, "module_name": "numpy.polynomial._polybase", "mro": ["numpy.polynomial._polybase.", "numbers.Number", "builtins.bool", "builtins.int", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ABCPolyBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["_add", "_der", "_div", "_fit", "_fromroots", "_int", "_line", "_mul", "_pow", "_roots", "_sub", "_val", "basis_name", "domain", "window"], "bases": ["abc.ABC"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.polynomial._polybase.ABCPolyBase", "name": "ABCPolyBase", "type_vars": []}, "flags": ["is_abstract"], "fullname": "numpy.polynomial._polybase.ABCPolyBase", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.polynomial._polybase", "mro": ["numpy.polynomial._polybase.ABCPolyBase", "abc.ABC", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__add__", "name": "__add__", "type": null}}, "__array_ufunc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__array_ufunc__", "name": "__array_ufunc__", "type": {".class": "NoneType"}}}, "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__call__", "name": "__call__", "type": null}}, "__divmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__divmod__", "name": "__divmod__", "type": null}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__eq__", "name": "__eq__", "type": null}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__floordiv__", "name": "__floordiv__", "type": null}}, "__format__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fmt_str"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__format__", "name": "__format__", "type": null}}, "__getstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__getstate__", "name": "__getstate__", "type": null}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__hash__", "name": "__hash__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "coef", "domain", "window"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__init__", "name": "__init__", "type": null}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__iter__", "name": "__iter__", "type": null}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__len__", "name": "__len__", "type": null}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__mod__", "name": "__mod__", "type": null}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__mul__", "name": "__mul__", "type": null}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__ne__", "name": "__ne__", "type": null}}, "__neg__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__neg__", "name": "__neg__", "type": null}}, "__pos__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__pos__", "name": "__pos__", "type": null}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__pow__", "name": "__pow__", "type": null}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__radd__", "name": "__radd__", "type": null}}, "__rdiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__rdiv__", "name": "__rdiv__", "type": null}}, "__rdivmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__rdivmod__", "name": "__rdivmod__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__repr__", "name": "__repr__", "type": null}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__rfloordiv__", "name": "__rfloordiv__", "type": null}}, "__rmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__rmod__", "name": "__rmod__", "type": null}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__rmul__", "name": "__rmul__", "type": null}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__rsub__", "name": "__rsub__", "type": null}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__rtruediv__", "name": "__rtruediv__", "type": null}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dict"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__setstate__", "name": "__setstate__", "type": null}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__str__", "name": "__str__", "type": null}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__sub__", "name": "__sub__", "type": null}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.__truediv__", "name": "__truediv__", "type": null}}, "_add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": ["is_static", "is_decorated", "is_abstract"], "fullname": "numpy.polynomial._polybase.ABCPolyBase._add", "name": "_add", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_add", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_add of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_der": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["c", "m", "scl"], "flags": ["is_static", "is_decorated", "is_abstract"], "fullname": "numpy.polynomial._polybase.ABCPolyBase._der", "name": "_der", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_der", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["c", "m", "scl"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_der of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_div": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": ["is_static", "is_decorated", "is_abstract"], "fullname": "numpy.polynomial._polybase.ABCPolyBase._div", "name": "_div", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_div", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_div of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_fit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["x", "y", "deg", "rcond", "full"], "flags": ["is_static", "is_decorated", "is_abstract"], "fullname": "numpy.polynomial._polybase.ABCPolyBase._fit", "name": "_fit", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_fit", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["x", "y", "deg", "rcond", "full"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_fit of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_fromroots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["r"], "flags": ["is_static", "is_decorated", "is_abstract"], "fullname": "numpy.polynomial._polybase.ABCPolyBase._fromroots", "name": "_fromroots", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_fromroots", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["r"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_fromroots of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_generate_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "term_method"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase._generate_string", "name": "_generate_string", "type": null}}, "_get_coefficients": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase._get_coefficients", "name": "_get_coefficients", "type": null}}, "_int": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["c", "m", "k", "lbnd", "scl"], "flags": ["is_static", "is_decorated", "is_abstract"], "fullname": "numpy.polynomial._polybase.ABCPolyBase._int", "name": "_int", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_int", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["c", "m", "k", "lbnd", "scl"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_int of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["off", "scl"], "flags": ["is_static", "is_decorated", "is_abstract"], "fullname": "numpy.polynomial._polybase.ABCPolyBase._line", "name": "_line", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_line", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["off", "scl"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_line of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_mul": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": ["is_static", "is_decorated", "is_abstract"], "fullname": "numpy.polynomial._polybase.ABCPolyBase._mul", "name": "_mul", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_mul", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_mul of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_pow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["c", "pow", "maxpower"], "flags": ["is_static", "is_decorated", "is_abstract"], "fullname": "numpy.polynomial._polybase.ABCPolyBase._pow", "name": "_pow", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_pow", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["c", "pow", "maxpower"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_pow of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_repr_latex_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase._repr_latex_", "name": "_repr_latex_", "type": null}}, "_repr_latex_scalar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": ["is_static", "is_decorated"], "fullname": "numpy.polynomial._polybase.ABCPolyBase._repr_latex_scalar", "name": "_repr_latex_scalar", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_repr_latex_scalar", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["x"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_repr_latex_scalar of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_repr_latex_term": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "i", "arg_str", "needs_parens"], "flags": ["is_class", "is_decorated"], "fullname": "numpy.polynomial._polybase.ABCPolyBase._repr_latex_term", "name": "_repr_latex_term", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "_repr_latex_term", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "i", "arg_str", "needs_parens"], "arg_types": [{".class": "TypeType", "item": "numpy.polynomial._polybase.ABCPolyBase"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_repr_latex_term of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_roots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": ["is_static", "is_decorated", "is_abstract"], "fullname": "numpy.polynomial._polybase.ABCPolyBase._roots", "name": "_roots", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_roots", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["c"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_roots of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_str_term_ascii": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "i", "arg_str"], "flags": ["is_class", "is_decorated"], "fullname": "numpy.polynomial._polybase.ABCPolyBase._str_term_ascii", "name": "_str_term_ascii", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "_str_term_ascii", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "i", "arg_str"], "arg_types": [{".class": "TypeType", "item": "numpy.polynomial._polybase.ABCPolyBase"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_str_term_ascii of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_str_term_unicode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "i", "arg_str"], "flags": ["is_class", "is_decorated"], "fullname": "numpy.polynomial._polybase.ABCPolyBase._str_term_unicode", "name": "_str_term_unicode", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "_str_term_unicode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "i", "arg_str"], "arg_types": [{".class": "TypeType", "item": "numpy.polynomial._polybase.ABCPolyBase"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_str_term_unicode of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_sub": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": ["is_static", "is_decorated", "is_abstract"], "fullname": "numpy.polynomial._polybase.ABCPolyBase._sub", "name": "_sub", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_sub", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_sub of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_subscript_mapping": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial._polybase.ABCPolyBase._subscript_mapping", "name": "_subscript_mapping", "type": {".class": "Instance", "args": ["builtins.int", "builtins.str"], "type_ref": "builtins.dict"}}}, "_superscript_mapping": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial._polybase.ABCPolyBase._superscript_mapping", "name": "_superscript_mapping", "type": {".class": "Instance", "args": ["builtins.int", "builtins.str"], "type_ref": "builtins.dict"}}}, "_use_unicode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial._polybase.ABCPolyBase._use_unicode", "name": "_use_unicode", "type": "builtins.bool"}}, "_val": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "c"], "flags": ["is_static", "is_decorated", "is_abstract"], "fullname": "numpy.polynomial._polybase.ABCPolyBase._val", "name": "_val", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_val", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["x", "c"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_val of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "basis": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "deg", "domain", "window"], "flags": ["is_class", "is_decorated"], "fullname": "numpy.polynomial._polybase.ABCPolyBase.basis", "name": "basis", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "basis", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "deg", "domain", "window"], "arg_types": [{".class": "TypeType", "item": "numpy.polynomial._polybase.ABCPolyBase"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "basis of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "basis_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated", "is_abstract"], "fullname": "numpy.polynomial._polybase.ABCPolyBase.basis_name", "name": "basis_name", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "basis_name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.polynomial._polybase.ABCPolyBase"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "basis_name of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "cast": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "series", "domain", "window"], "flags": ["is_class", "is_decorated"], "fullname": "numpy.polynomial._polybase.ABCPolyBase.cast", "name": "cast", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "cast", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "series", "domain", "window"], "arg_types": [{".class": "TypeType", "item": "numpy.polynomial._polybase.ABCPolyBase"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "cast of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "coef": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.coef", "name": "coef", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "convert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "domain", "kind", "window"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.convert", "name": "convert", "type": null}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.copy", "name": "copy", "type": null}}, "cutdeg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "deg"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.cutdeg", "name": "cutdeg", "type": null}}, "degree": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.degree", "name": "degree", "type": null}}, "deriv": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "m"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.deriv", "name": "deriv", "type": null}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated", "is_abstract"], "fullname": "numpy.polynomial._polybase.ABCPolyBase.domain", "name": "domain", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "domain", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.polynomial._polybase.ABCPolyBase"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "domain of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "fit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["cls", "x", "y", "deg", "domain", "rcond", "full", "w", "window"], "flags": ["is_class", "is_decorated"], "fullname": "numpy.polynomial._polybase.ABCPolyBase.fit", "name": "fit", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "fit", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["cls", "x", "y", "deg", "domain", "rcond", "full", "w", "window"], "arg_types": [{".class": "TypeType", "item": "numpy.polynomial._polybase.ABCPolyBase"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "fit of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "fromroots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "roots", "domain", "window"], "flags": ["is_class", "is_decorated"], "fullname": "numpy.polynomial._polybase.ABCPolyBase.fromroots", "name": "fromroots", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "fromroots", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "roots", "domain", "window"], "arg_types": [{".class": "TypeType", "item": "numpy.polynomial._polybase.ABCPolyBase"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "fromroots of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "has_samecoef": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.has_samecoef", "name": "has_samecoef", "type": null}}, "has_samedomain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.has_samedomain", "name": "has_samedomain", "type": null}}, "has_sametype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.has_sametype", "name": "has_sametype", "type": null}}, "has_samewindow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.has_samewindow", "name": "has_samewindow", "type": null}}, "identity": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["cls", "domain", "window"], "flags": ["is_class", "is_decorated"], "fullname": "numpy.polynomial._polybase.ABCPolyBase.identity", "name": "identity", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "identity", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["cls", "domain", "window"], "arg_types": [{".class": "TypeType", "item": "numpy.polynomial._polybase.ABCPolyBase"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "identity of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "integ": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "m", "k", "lbnd"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.integ", "name": "integ", "type": null}}, "linspace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "n", "domain"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.linspace", "name": "linspace", "type": null}}, "mapparms": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.mapparms", "name": "mapparms", "type": null}}, "maxpower": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.polynomial._polybase.ABCPolyBase.maxpower", "name": "maxpower", "type": "builtins.int"}}, "roots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.roots", "name": "roots", "type": null}}, "trim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "tol"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.trim", "name": "trim", "type": null}}, "truncate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "size"], "flags": [], "fullname": "numpy.polynomial._polybase.ABCPolyBase.truncate", "name": "truncate", "type": null}}, "window": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated", "is_abstract"], "fullname": "numpy.polynomial._polybase.ABCPolyBase.window", "name": "window", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "window", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.polynomial._polybase.ABCPolyBase"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "window of ABCPolyBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial._polybase.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial._polybase.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial._polybase.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial._polybase.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial._polybase.__package__", "name": "__package__", "type": "builtins.str"}}, "abc": {".class": "SymbolTableNode", "cross_ref": "abc", "kind": "Gdef", "module_public": false}, "np": {".class": "SymbolTableNode", "cross_ref": "numpy", "kind": "Gdef", "module_public": false}, "numbers": {".class": "SymbolTableNode", "cross_ref": "numbers", "kind": "Gdef", "module_public": false}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_public": false}, "pu": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial.polyutils", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/polynomial/_polybase.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/polynomial/_polybase.meta.json b/.mypy_cache/3.9/numpy/polynomial/_polybase.meta.json deleted file mode 100644 index 95860eb65..000000000 --- a/.mypy_cache/3.9/numpy/polynomial/_polybase.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [9, 10, 11, 13, 14, 14, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 20, 10, 5, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["os", "abc", "numbers", "numpy", "numpy.polynomial", "numpy.polynomial.polyutils", "builtins", "numpy.core", "numpy.core.fromnumeric", "numpy.core.function_base", "numpy.typing", "numpy.typing._array_like", "numpy.typing._dtype_like", "typing", "typing_extensions"], "hash": "acc2b772a925ab87baa25e673c28038f5932d055e3da46c035e4309f1fb6142e", "id": "numpy.polynomial._polybase", "ignore_all": true, "interface_hash": "f5b7280aa53bfc7b51c147b3c31f77af9a6185300b5479b5f59f320433d0a43d", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/polynomial/_polybase.py", "plugin_data": null, "size": 36419, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/polynomial/chebyshev.data.json b/.mypy_cache/3.9/numpy/polynomial/chebyshev.data.json deleted file mode 100644 index cfc25248e..000000000 --- a/.mypy_cache/3.9/numpy/polynomial/chebyshev.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.polynomial.chebyshev", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ABCPolyBase": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial._polybase.ABCPolyBase", "kind": "Gdef", "module_public": false}, "Chebyshev": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.polynomial._polybase.ABCPolyBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.polynomial.chebyshev.Chebyshev", "name": "Chebyshev", "type_vars": []}, "flags": [], "fullname": "numpy.polynomial.chebyshev.Chebyshev", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.polynomial.chebyshev", "mro": ["numpy.polynomial.chebyshev.Chebyshev", "numpy.polynomial._polybase.ABCPolyBase", "abc.ABC", "builtins.object"], "names": {".class": "SymbolTable", "_add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._add", "name": "_add", "type": "builtins.staticmethod"}}, "_der": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._der", "name": "_der", "type": "builtins.staticmethod"}}, "_div": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._div", "name": "_div", "type": "builtins.staticmethod"}}, "_fit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._fit", "name": "_fit", "type": "builtins.staticmethod"}}, "_fromroots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._fromroots", "name": "_fromroots", "type": "builtins.staticmethod"}}, "_int": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._int", "name": "_int", "type": "builtins.staticmethod"}}, "_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._line", "name": "_line", "type": "builtins.staticmethod"}}, "_mul": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._mul", "name": "_mul", "type": "builtins.staticmethod"}}, "_pow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._pow", "name": "_pow", "type": "builtins.staticmethod"}}, "_roots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._roots", "name": "_roots", "type": "builtins.staticmethod"}}, "_sub": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._sub", "name": "_sub", "type": "builtins.staticmethod"}}, "_val": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._val", "name": "_val", "type": "builtins.staticmethod"}}, "basis_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.polynomial.chebyshev.Chebyshev.basis_name", "name": "basis_name", "type": "builtins.str"}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev.domain", "name": "domain", "type": "numpy.ndarray"}}, "interpolate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["cls", "func", "deg", "domain", "args"], "flags": ["is_class", "is_decorated"], "fullname": "numpy.polynomial.chebyshev.Chebyshev.interpolate", "name": "interpolate", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "interpolate", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["cls", "func", "deg", "domain", "args"], "arg_types": [{".class": "TypeType", "item": "numpy.polynomial.chebyshev.Chebyshev"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "interpolate of Chebyshev", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "window": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev.window", "name": "window", "type": "numpy.ndarray"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.chebyshev.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.chebyshev.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.chebyshev.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.chebyshev.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.chebyshev.__package__", "name": "__package__", "type": "builtins.str"}}, "_cseries_to_zseries": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.chebyshev._cseries_to_zseries", "name": "_cseries_to_zseries", "type": null}}, "_zseries_der": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["zs"], "flags": [], "fullname": "numpy.polynomial.chebyshev._zseries_der", "name": "_zseries_der", "type": null}}, "_zseries_div": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["z1", "z2"], "flags": [], "fullname": "numpy.polynomial.chebyshev._zseries_div", "name": "_zseries_div", "type": null}}, "_zseries_int": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["zs"], "flags": [], "fullname": "numpy.polynomial.chebyshev._zseries_int", "name": "_zseries_int", "type": null}}, "_zseries_mul": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["z1", "z2"], "flags": [], "fullname": "numpy.polynomial.chebyshev._zseries_mul", "name": "_zseries_mul", "type": null}}, "_zseries_to_cseries": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["zs"], "flags": [], "fullname": "numpy.polynomial.chebyshev._zseries_to_cseries", "name": "_zseries_to_cseries", "type": null}}, "cheb2poly": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.chebyshev.cheb2poly", "name": "cheb2poly", "type": null}}, "chebadd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebadd", "name": "chebadd", "type": null}}, "chebcompanion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebcompanion", "name": "chebcompanion", "type": null}}, "chebder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["c", "m", "scl", "axis"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebder", "name": "chebder", "type": null}}, "chebdiv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebdiv", "name": "chebdiv", "type": null}}, "chebdomain": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.chebyshev.chebdomain", "name": "chebdomain", "type": "numpy.ndarray"}}, "chebfit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["x", "y", "deg", "rcond", "full", "w"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebfit", "name": "chebfit", "type": null}}, "chebfromroots": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["roots"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebfromroots", "name": "chebfromroots", "type": null}}, "chebgauss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["deg"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebgauss", "name": "chebgauss", "type": null}}, "chebgrid2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "c"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebgrid2d", "name": "chebgrid2d", "type": null}}, "chebgrid3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "c"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebgrid3d", "name": "chebgrid3d", "type": null}}, "chebint": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["c", "m", "k", "lbnd", "scl", "axis"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebint", "name": "chebint", "type": null}}, "chebinterpolate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["func", "deg", "args"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebinterpolate", "name": "chebinterpolate", "type": null}}, "chebline": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["off", "scl"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebline", "name": "chebline", "type": null}}, "chebmul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebmul", "name": "chebmul", "type": null}}, "chebmulx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebmulx", "name": "chebmulx", "type": null}}, "chebone": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.chebyshev.chebone", "name": "chebone", "type": "numpy.ndarray"}}, "chebpow": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["c", "pow", "maxpower"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebpow", "name": "chebpow", "type": null}}, "chebpts1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["npts"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebpts1", "name": "chebpts1", "type": null}}, "chebpts2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["npts"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebpts2", "name": "chebpts2", "type": null}}, "chebroots": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebroots", "name": "chebroots", "type": null}}, "chebsub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebsub", "name": "chebsub", "type": null}}, "chebtrim": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.chebyshev.chebtrim", "name": "chebtrim", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["c", "tol"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "chebval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["x", "c", "tensor"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebval", "name": "chebval", "type": null}}, "chebval2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "c"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebval2d", "name": "chebval2d", "type": null}}, "chebval3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "c"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebval3d", "name": "chebval3d", "type": null}}, "chebvander": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "deg"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebvander", "name": "chebvander", "type": null}}, "chebvander2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "deg"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebvander2d", "name": "chebvander2d", "type": null}}, "chebvander3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "deg"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebvander3d", "name": "chebvander3d", "type": null}}, "chebweight": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebweight", "name": "chebweight", "type": null}}, "chebx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.chebyshev.chebx", "name": "chebx", "type": "numpy.ndarray"}}, "chebzero": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.chebyshev.chebzero", "name": "chebzero", "type": "numpy.ndarray"}}, "la": {".class": "SymbolTableNode", "cross_ref": "numpy.linalg", "kind": "Gdef", "module_public": false}, "normalize_axis_index": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.polynomial.chebyshev.normalize_axis_index", "name": "normalize_axis_index", "type": {".class": "AnyType", "missing_import_name": "numpy.polynomial.chebyshev.normalize_axis_index", "source_any": null, "type_of_any": 3}}}, "np": {".class": "SymbolTableNode", "cross_ref": "numpy", "kind": "Gdef", "module_public": false}, "poly2cheb": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pol"], "flags": [], "fullname": "numpy.polynomial.chebyshev.poly2cheb", "name": "poly2cheb", "type": null}}, "pu": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial.polyutils", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/polynomial/chebyshev.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/polynomial/chebyshev.meta.json b/.mypy_cache/3.9/numpy/polynomial/chebyshev.meta.json deleted file mode 100644 index dfb0bfdb1..000000000 --- a/.mypy_cache/3.9/numpy/polynomial/chebyshev.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [110, 111, 112, 114, 114, 115, 441, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 20, 10, 5, 20, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["numpy", "numpy.linalg", "numpy.core.multiarray", "numpy.polynomial", "numpy.polynomial.polyutils", "numpy.polynomial._polybase", "numpy.polynomial.polynomial", "builtins", "abc", "numpy.core", "numpy.core._asarray", "numpy.core.fromnumeric", "numpy.core.function_base", "numpy.core.numeric", "numpy.typing", "numpy.typing._array_like", "numpy.typing._dtype_like", "typing", "typing_extensions"], "hash": "4b41f84a918ad02805a063c678b64f17808add86322909613605d3d2d5040d18", "id": "numpy.polynomial.chebyshev", "ignore_all": true, "interface_hash": "40da2172c430a2a0648f91c61116590ea7e7a59102196724fc64c29096769476", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/polynomial/chebyshev.py", "plugin_data": null, "size": 62415, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/polynomial/hermite.data.json b/.mypy_cache/3.9/numpy/polynomial/hermite.data.json deleted file mode 100644 index 944432f02..000000000 --- a/.mypy_cache/3.9/numpy/polynomial/hermite.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.polynomial.hermite", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ABCPolyBase": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial._polybase.ABCPolyBase", "kind": "Gdef", "module_public": false}, "Hermite": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.polynomial._polybase.ABCPolyBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.polynomial.hermite.Hermite", "name": "Hermite", "type_vars": []}, "flags": [], "fullname": "numpy.polynomial.hermite.Hermite", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.polynomial.hermite", "mro": ["numpy.polynomial.hermite.Hermite", "numpy.polynomial._polybase.ABCPolyBase", "abc.ABC", "builtins.object"], "names": {".class": "SymbolTable", "_add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite.Hermite._add", "name": "_add", "type": "builtins.staticmethod"}}, "_der": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite.Hermite._der", "name": "_der", "type": "builtins.staticmethod"}}, "_div": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite.Hermite._div", "name": "_div", "type": "builtins.staticmethod"}}, "_fit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite.Hermite._fit", "name": "_fit", "type": "builtins.staticmethod"}}, "_fromroots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite.Hermite._fromroots", "name": "_fromroots", "type": "builtins.staticmethod"}}, "_int": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite.Hermite._int", "name": "_int", "type": "builtins.staticmethod"}}, "_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite.Hermite._line", "name": "_line", "type": "builtins.staticmethod"}}, "_mul": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite.Hermite._mul", "name": "_mul", "type": "builtins.staticmethod"}}, "_pow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite.Hermite._pow", "name": "_pow", "type": "builtins.staticmethod"}}, "_roots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite.Hermite._roots", "name": "_roots", "type": "builtins.staticmethod"}}, "_sub": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite.Hermite._sub", "name": "_sub", "type": "builtins.staticmethod"}}, "_val": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite.Hermite._val", "name": "_val", "type": "builtins.staticmethod"}}, "basis_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.polynomial.hermite.Hermite.basis_name", "name": "basis_name", "type": "builtins.str"}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite.Hermite.domain", "name": "domain", "type": "numpy.ndarray"}}, "window": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite.Hermite.window", "name": "window", "type": "numpy.ndarray"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.hermite.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.hermite.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.hermite.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.hermite.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.hermite.__package__", "name": "__package__", "type": "builtins.str"}}, "_normed_hermite_n": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "n"], "flags": [], "fullname": "numpy.polynomial.hermite._normed_hermite_n", "name": "_normed_hermite_n", "type": null}}, "herm2poly": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.hermite.herm2poly", "name": "herm2poly", "type": null}}, "hermadd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.hermite.hermadd", "name": "hermadd", "type": null}}, "hermcompanion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.hermite.hermcompanion", "name": "hermcompanion", "type": null}}, "hermder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["c", "m", "scl", "axis"], "flags": [], "fullname": "numpy.polynomial.hermite.hermder", "name": "hermder", "type": null}}, "hermdiv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.hermite.hermdiv", "name": "hermdiv", "type": null}}, "hermdomain": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.hermite.hermdomain", "name": "hermdomain", "type": "numpy.ndarray"}}, "hermfit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["x", "y", "deg", "rcond", "full", "w"], "flags": [], "fullname": "numpy.polynomial.hermite.hermfit", "name": "hermfit", "type": null}}, "hermfromroots": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["roots"], "flags": [], "fullname": "numpy.polynomial.hermite.hermfromroots", "name": "hermfromroots", "type": null}}, "hermgauss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["deg"], "flags": [], "fullname": "numpy.polynomial.hermite.hermgauss", "name": "hermgauss", "type": null}}, "hermgrid2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "c"], "flags": [], "fullname": "numpy.polynomial.hermite.hermgrid2d", "name": "hermgrid2d", "type": null}}, "hermgrid3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "c"], "flags": [], "fullname": "numpy.polynomial.hermite.hermgrid3d", "name": "hermgrid3d", "type": null}}, "hermint": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["c", "m", "k", "lbnd", "scl", "axis"], "flags": [], "fullname": "numpy.polynomial.hermite.hermint", "name": "hermint", "type": null}}, "hermline": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["off", "scl"], "flags": [], "fullname": "numpy.polynomial.hermite.hermline", "name": "hermline", "type": null}}, "hermmul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.hermite.hermmul", "name": "hermmul", "type": null}}, "hermmulx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.hermite.hermmulx", "name": "hermmulx", "type": null}}, "hermone": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.hermite.hermone", "name": "hermone", "type": "numpy.ndarray"}}, "hermpow": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["c", "pow", "maxpower"], "flags": [], "fullname": "numpy.polynomial.hermite.hermpow", "name": "hermpow", "type": null}}, "hermroots": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.hermite.hermroots", "name": "hermroots", "type": null}}, "hermsub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.hermite.hermsub", "name": "hermsub", "type": null}}, "hermtrim": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.hermite.hermtrim", "name": "hermtrim", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["c", "tol"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "hermval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["x", "c", "tensor"], "flags": [], "fullname": "numpy.polynomial.hermite.hermval", "name": "hermval", "type": null}}, "hermval2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "c"], "flags": [], "fullname": "numpy.polynomial.hermite.hermval2d", "name": "hermval2d", "type": null}}, "hermval3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "c"], "flags": [], "fullname": "numpy.polynomial.hermite.hermval3d", "name": "hermval3d", "type": null}}, "hermvander": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "deg"], "flags": [], "fullname": "numpy.polynomial.hermite.hermvander", "name": "hermvander", "type": null}}, "hermvander2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "deg"], "flags": [], "fullname": "numpy.polynomial.hermite.hermvander2d", "name": "hermvander2d", "type": null}}, "hermvander3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "deg"], "flags": [], "fullname": "numpy.polynomial.hermite.hermvander3d", "name": "hermvander3d", "type": null}}, "hermweight": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.polynomial.hermite.hermweight", "name": "hermweight", "type": null}}, "hermx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.hermite.hermx", "name": "hermx", "type": "numpy.ndarray"}}, "hermzero": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.hermite.hermzero", "name": "hermzero", "type": "numpy.ndarray"}}, "la": {".class": "SymbolTableNode", "cross_ref": "numpy.linalg", "kind": "Gdef", "module_public": false}, "normalize_axis_index": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.polynomial.hermite.normalize_axis_index", "name": "normalize_axis_index", "type": {".class": "AnyType", "missing_import_name": "numpy.polynomial.hermite.normalize_axis_index", "source_any": null, "type_of_any": 3}}}, "np": {".class": "SymbolTableNode", "cross_ref": "numpy", "kind": "Gdef", "module_public": false}, "poly2herm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pol"], "flags": [], "fullname": "numpy.polynomial.hermite.poly2herm", "name": "poly2herm", "type": null}}, "pu": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial.polyutils", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/polynomial/hermite.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/polynomial/hermite.meta.json b/.mypy_cache/3.9/numpy/polynomial/hermite.meta.json deleted file mode 100644 index d4ff8dc48..000000000 --- a/.mypy_cache/3.9/numpy/polynomial/hermite.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [78, 79, 80, 82, 82, 83, 180, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 20, 10, 5, 20, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["numpy", "numpy.linalg", "numpy.core.multiarray", "numpy.polynomial", "numpy.polynomial.polyutils", "numpy.polynomial._polybase", "numpy.polynomial.polynomial", "builtins", "abc", "numpy.core", "numpy.core._asarray", "numpy.core.fromnumeric", "numpy.core.numeric", "numpy.core.shape_base", "numpy.typing", "numpy.typing._array_like", "numpy.typing._dtype_like", "typing", "typing_extensions"], "hash": "6b187b6723a363f5f26babbfe2a6d9682536a64084b47cc6176c829e343fd0a1", "id": "numpy.polynomial.hermite", "ignore_all": true, "interface_hash": "a0bf69cf3546ffb79c04d47be2da7ac18284556508f05ff2963275d6b76443f6", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/polynomial/hermite.py", "plugin_data": null, "size": 52124, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/polynomial/hermite_e.data.json b/.mypy_cache/3.9/numpy/polynomial/hermite_e.data.json deleted file mode 100644 index 111ea4716..000000000 --- a/.mypy_cache/3.9/numpy/polynomial/hermite_e.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.polynomial.hermite_e", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ABCPolyBase": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial._polybase.ABCPolyBase", "kind": "Gdef", "module_public": false}, "HermiteE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.polynomial._polybase.ABCPolyBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.polynomial.hermite_e.HermiteE", "name": "HermiteE", "type_vars": []}, "flags": [], "fullname": "numpy.polynomial.hermite_e.HermiteE", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.polynomial.hermite_e", "mro": ["numpy.polynomial.hermite_e.HermiteE", "numpy.polynomial._polybase.ABCPolyBase", "abc.ABC", "builtins.object"], "names": {".class": "SymbolTable", "_add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite_e.HermiteE._add", "name": "_add", "type": "builtins.staticmethod"}}, "_der": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite_e.HermiteE._der", "name": "_der", "type": "builtins.staticmethod"}}, "_div": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite_e.HermiteE._div", "name": "_div", "type": "builtins.staticmethod"}}, "_fit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite_e.HermiteE._fit", "name": "_fit", "type": "builtins.staticmethod"}}, "_fromroots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite_e.HermiteE._fromroots", "name": "_fromroots", "type": "builtins.staticmethod"}}, "_int": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite_e.HermiteE._int", "name": "_int", "type": "builtins.staticmethod"}}, "_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite_e.HermiteE._line", "name": "_line", "type": "builtins.staticmethod"}}, "_mul": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite_e.HermiteE._mul", "name": "_mul", "type": "builtins.staticmethod"}}, "_pow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite_e.HermiteE._pow", "name": "_pow", "type": "builtins.staticmethod"}}, "_roots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite_e.HermiteE._roots", "name": "_roots", "type": "builtins.staticmethod"}}, "_sub": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite_e.HermiteE._sub", "name": "_sub", "type": "builtins.staticmethod"}}, "_val": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite_e.HermiteE._val", "name": "_val", "type": "builtins.staticmethod"}}, "basis_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.polynomial.hermite_e.HermiteE.basis_name", "name": "basis_name", "type": "builtins.str"}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite_e.HermiteE.domain", "name": "domain", "type": "numpy.ndarray"}}, "window": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.hermite_e.HermiteE.window", "name": "window", "type": "numpy.ndarray"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.hermite_e.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.hermite_e.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.hermite_e.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.hermite_e.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.hermite_e.__package__", "name": "__package__", "type": "builtins.str"}}, "_normed_hermite_e_n": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "n"], "flags": [], "fullname": "numpy.polynomial.hermite_e._normed_hermite_e_n", "name": "_normed_hermite_e_n", "type": null}}, "herme2poly": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.hermite_e.herme2poly", "name": "herme2poly", "type": null}}, "hermeadd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermeadd", "name": "hermeadd", "type": null}}, "hermecompanion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermecompanion", "name": "hermecompanion", "type": null}}, "hermeder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["c", "m", "scl", "axis"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermeder", "name": "hermeder", "type": null}}, "hermediv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermediv", "name": "hermediv", "type": null}}, "hermedomain": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.hermite_e.hermedomain", "name": "hermedomain", "type": "numpy.ndarray"}}, "hermefit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["x", "y", "deg", "rcond", "full", "w"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermefit", "name": "hermefit", "type": null}}, "hermefromroots": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["roots"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermefromroots", "name": "hermefromroots", "type": null}}, "hermegauss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["deg"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermegauss", "name": "hermegauss", "type": null}}, "hermegrid2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "c"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermegrid2d", "name": "hermegrid2d", "type": null}}, "hermegrid3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "c"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermegrid3d", "name": "hermegrid3d", "type": null}}, "hermeint": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["c", "m", "k", "lbnd", "scl", "axis"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermeint", "name": "hermeint", "type": null}}, "hermeline": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["off", "scl"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermeline", "name": "hermeline", "type": null}}, "hermemul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermemul", "name": "hermemul", "type": null}}, "hermemulx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermemulx", "name": "hermemulx", "type": null}}, "hermeone": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.hermite_e.hermeone", "name": "hermeone", "type": "numpy.ndarray"}}, "hermepow": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["c", "pow", "maxpower"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermepow", "name": "hermepow", "type": null}}, "hermeroots": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermeroots", "name": "hermeroots", "type": null}}, "hermesub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermesub", "name": "hermesub", "type": null}}, "hermetrim": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.hermite_e.hermetrim", "name": "hermetrim", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["c", "tol"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "hermeval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["x", "c", "tensor"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermeval", "name": "hermeval", "type": null}}, "hermeval2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "c"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermeval2d", "name": "hermeval2d", "type": null}}, "hermeval3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "c"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermeval3d", "name": "hermeval3d", "type": null}}, "hermevander": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "deg"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermevander", "name": "hermevander", "type": null}}, "hermevander2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "deg"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermevander2d", "name": "hermevander2d", "type": null}}, "hermevander3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "deg"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermevander3d", "name": "hermevander3d", "type": null}}, "hermeweight": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermeweight", "name": "hermeweight", "type": null}}, "hermex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.hermite_e.hermex", "name": "hermex", "type": "numpy.ndarray"}}, "hermezero": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.hermite_e.hermezero", "name": "hermezero", "type": "numpy.ndarray"}}, "la": {".class": "SymbolTableNode", "cross_ref": "numpy.linalg", "kind": "Gdef", "module_public": false}, "normalize_axis_index": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.polynomial.hermite_e.normalize_axis_index", "name": "normalize_axis_index", "type": {".class": "AnyType", "missing_import_name": "numpy.polynomial.hermite_e.normalize_axis_index", "source_any": null, "type_of_any": 3}}}, "np": {".class": "SymbolTableNode", "cross_ref": "numpy", "kind": "Gdef", "module_public": false}, "poly2herme": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pol"], "flags": [], "fullname": "numpy.polynomial.hermite_e.poly2herme", "name": "poly2herme", "type": null}}, "pu": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial.polyutils", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/polynomial/hermite_e.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/polynomial/hermite_e.meta.json b/.mypy_cache/3.9/numpy/polynomial/hermite_e.meta.json deleted file mode 100644 index 8a7c2d970..000000000 --- a/.mypy_cache/3.9/numpy/polynomial/hermite_e.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [78, 79, 80, 82, 82, 83, 181, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 20, 10, 5, 20, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["numpy", "numpy.linalg", "numpy.core.multiarray", "numpy.polynomial", "numpy.polynomial.polyutils", "numpy.polynomial._polybase", "numpy.polynomial.polynomial", "builtins", "abc", "numpy.core", "numpy.core._asarray", "numpy.core.fromnumeric", "numpy.core.numeric", "numpy.core.shape_base", "numpy.typing", "numpy.typing._array_like", "numpy.typing._dtype_like", "typing", "typing_extensions"], "hash": "7ab13d74ac74ae4fbd2e5e453c6f13218e5056d3406de5c01e9c56d43b6f8035", "id": "numpy.polynomial.hermite_e", "ignore_all": true, "interface_hash": "4e8553feb2947a7126ccde836a35efbbf951e63be4fdcfc3cd55fbbfeb1daaef", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/polynomial/hermite_e.py", "plugin_data": null, "size": 52248, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/polynomial/laguerre.data.json b/.mypy_cache/3.9/numpy/polynomial/laguerre.data.json deleted file mode 100644 index ad088396c..000000000 --- a/.mypy_cache/3.9/numpy/polynomial/laguerre.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.polynomial.laguerre", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ABCPolyBase": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial._polybase.ABCPolyBase", "kind": "Gdef", "module_public": false}, "Laguerre": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.polynomial._polybase.ABCPolyBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.polynomial.laguerre.Laguerre", "name": "Laguerre", "type_vars": []}, "flags": [], "fullname": "numpy.polynomial.laguerre.Laguerre", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.polynomial.laguerre", "mro": ["numpy.polynomial.laguerre.Laguerre", "numpy.polynomial._polybase.ABCPolyBase", "abc.ABC", "builtins.object"], "names": {".class": "SymbolTable", "_add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.laguerre.Laguerre._add", "name": "_add", "type": "builtins.staticmethod"}}, "_der": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.laguerre.Laguerre._der", "name": "_der", "type": "builtins.staticmethod"}}, "_div": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.laguerre.Laguerre._div", "name": "_div", "type": "builtins.staticmethod"}}, "_fit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.laguerre.Laguerre._fit", "name": "_fit", "type": "builtins.staticmethod"}}, "_fromroots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.laguerre.Laguerre._fromroots", "name": "_fromroots", "type": "builtins.staticmethod"}}, "_int": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.laguerre.Laguerre._int", "name": "_int", "type": "builtins.staticmethod"}}, "_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.laguerre.Laguerre._line", "name": "_line", "type": "builtins.staticmethod"}}, "_mul": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.laguerre.Laguerre._mul", "name": "_mul", "type": "builtins.staticmethod"}}, "_pow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.laguerre.Laguerre._pow", "name": "_pow", "type": "builtins.staticmethod"}}, "_roots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.laguerre.Laguerre._roots", "name": "_roots", "type": "builtins.staticmethod"}}, "_sub": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.laguerre.Laguerre._sub", "name": "_sub", "type": "builtins.staticmethod"}}, "_val": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.laguerre.Laguerre._val", "name": "_val", "type": "builtins.staticmethod"}}, "basis_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.polynomial.laguerre.Laguerre.basis_name", "name": "basis_name", "type": "builtins.str"}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.laguerre.Laguerre.domain", "name": "domain", "type": "numpy.ndarray"}}, "window": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.laguerre.Laguerre.window", "name": "window", "type": "numpy.ndarray"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.laguerre.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.laguerre.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.laguerre.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.laguerre.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.laguerre.__package__", "name": "__package__", "type": "builtins.str"}}, "la": {".class": "SymbolTableNode", "cross_ref": "numpy.linalg", "kind": "Gdef", "module_public": false}, "lag2poly": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.laguerre.lag2poly", "name": "lag2poly", "type": null}}, "lagadd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.laguerre.lagadd", "name": "lagadd", "type": null}}, "lagcompanion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.laguerre.lagcompanion", "name": "lagcompanion", "type": null}}, "lagder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["c", "m", "scl", "axis"], "flags": [], "fullname": "numpy.polynomial.laguerre.lagder", "name": "lagder", "type": null}}, "lagdiv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.laguerre.lagdiv", "name": "lagdiv", "type": null}}, "lagdomain": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.laguerre.lagdomain", "name": "lagdomain", "type": "numpy.ndarray"}}, "lagfit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["x", "y", "deg", "rcond", "full", "w"], "flags": [], "fullname": "numpy.polynomial.laguerre.lagfit", "name": "lagfit", "type": null}}, "lagfromroots": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["roots"], "flags": [], "fullname": "numpy.polynomial.laguerre.lagfromroots", "name": "lagfromroots", "type": null}}, "laggauss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["deg"], "flags": [], "fullname": "numpy.polynomial.laguerre.laggauss", "name": "laggauss", "type": null}}, "laggrid2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "c"], "flags": [], "fullname": "numpy.polynomial.laguerre.laggrid2d", "name": "laggrid2d", "type": null}}, "laggrid3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "c"], "flags": [], "fullname": "numpy.polynomial.laguerre.laggrid3d", "name": "laggrid3d", "type": null}}, "lagint": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["c", "m", "k", "lbnd", "scl", "axis"], "flags": [], "fullname": "numpy.polynomial.laguerre.lagint", "name": "lagint", "type": null}}, "lagline": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["off", "scl"], "flags": [], "fullname": "numpy.polynomial.laguerre.lagline", "name": "lagline", "type": null}}, "lagmul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.laguerre.lagmul", "name": "lagmul", "type": null}}, "lagmulx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.laguerre.lagmulx", "name": "lagmulx", "type": null}}, "lagone": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.laguerre.lagone", "name": "lagone", "type": "numpy.ndarray"}}, "lagpow": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["c", "pow", "maxpower"], "flags": [], "fullname": "numpy.polynomial.laguerre.lagpow", "name": "lagpow", "type": null}}, "lagroots": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.laguerre.lagroots", "name": "lagroots", "type": null}}, "lagsub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.laguerre.lagsub", "name": "lagsub", "type": null}}, "lagtrim": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.laguerre.lagtrim", "name": "lagtrim", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["c", "tol"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "lagval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["x", "c", "tensor"], "flags": [], "fullname": "numpy.polynomial.laguerre.lagval", "name": "lagval", "type": null}}, "lagval2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "c"], "flags": [], "fullname": "numpy.polynomial.laguerre.lagval2d", "name": "lagval2d", "type": null}}, "lagval3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "c"], "flags": [], "fullname": "numpy.polynomial.laguerre.lagval3d", "name": "lagval3d", "type": null}}, "lagvander": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "deg"], "flags": [], "fullname": "numpy.polynomial.laguerre.lagvander", "name": "lagvander", "type": null}}, "lagvander2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "deg"], "flags": [], "fullname": "numpy.polynomial.laguerre.lagvander2d", "name": "lagvander2d", "type": null}}, "lagvander3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "deg"], "flags": [], "fullname": "numpy.polynomial.laguerre.lagvander3d", "name": "lagvander3d", "type": null}}, "lagweight": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.polynomial.laguerre.lagweight", "name": "lagweight", "type": null}}, "lagx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.laguerre.lagx", "name": "lagx", "type": "numpy.ndarray"}}, "lagzero": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.laguerre.lagzero", "name": "lagzero", "type": "numpy.ndarray"}}, "normalize_axis_index": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.polynomial.laguerre.normalize_axis_index", "name": "normalize_axis_index", "type": {".class": "AnyType", "missing_import_name": "numpy.polynomial.laguerre.normalize_axis_index", "source_any": null, "type_of_any": 3}}}, "np": {".class": "SymbolTableNode", "cross_ref": "numpy", "kind": "Gdef", "module_public": false}, "poly2lag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pol"], "flags": [], "fullname": "numpy.polynomial.laguerre.poly2lag", "name": "poly2lag", "type": null}}, "pu": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial.polyutils", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/polynomial/laguerre.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/polynomial/laguerre.meta.json b/.mypy_cache/3.9/numpy/polynomial/laguerre.meta.json deleted file mode 100644 index ddc25178e..000000000 --- a/.mypy_cache/3.9/numpy/polynomial/laguerre.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [78, 79, 80, 82, 82, 83, 179, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 20, 10, 5, 20, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["numpy", "numpy.linalg", "numpy.core.multiarray", "numpy.polynomial", "numpy.polynomial.polyutils", "numpy.polynomial._polybase", "numpy.polynomial.polynomial", "builtins", "abc", "numpy.core", "numpy.core._asarray", "numpy.core.fromnumeric", "numpy.core.numeric", "numpy.typing", "numpy.typing._array_like", "numpy.typing._dtype_like", "typing", "typing_extensions"], "hash": "66aa6eb6e9b9e0892dd15fc8fa7fe68b5a3bb4a0f6168dd4f11b8700925e302b", "id": "numpy.polynomial.laguerre", "ignore_all": true, "interface_hash": "6db00e8f5939fd335f186c37640301c67df167f8dc72e96676ab41eae728c89a", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/polynomial/laguerre.py", "plugin_data": null, "size": 50452, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/polynomial/legendre.data.json b/.mypy_cache/3.9/numpy/polynomial/legendre.data.json deleted file mode 100644 index c87a5ce31..000000000 --- a/.mypy_cache/3.9/numpy/polynomial/legendre.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.polynomial.legendre", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ABCPolyBase": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial._polybase.ABCPolyBase", "kind": "Gdef", "module_public": false}, "Legendre": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.polynomial._polybase.ABCPolyBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.polynomial.legendre.Legendre", "name": "Legendre", "type_vars": []}, "flags": [], "fullname": "numpy.polynomial.legendre.Legendre", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.polynomial.legendre", "mro": ["numpy.polynomial.legendre.Legendre", "numpy.polynomial._polybase.ABCPolyBase", "abc.ABC", "builtins.object"], "names": {".class": "SymbolTable", "_add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.legendre.Legendre._add", "name": "_add", "type": "builtins.staticmethod"}}, "_der": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.legendre.Legendre._der", "name": "_der", "type": "builtins.staticmethod"}}, "_div": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.legendre.Legendre._div", "name": "_div", "type": "builtins.staticmethod"}}, "_fit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.legendre.Legendre._fit", "name": "_fit", "type": "builtins.staticmethod"}}, "_fromroots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.legendre.Legendre._fromroots", "name": "_fromroots", "type": "builtins.staticmethod"}}, "_int": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.legendre.Legendre._int", "name": "_int", "type": "builtins.staticmethod"}}, "_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.legendre.Legendre._line", "name": "_line", "type": "builtins.staticmethod"}}, "_mul": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.legendre.Legendre._mul", "name": "_mul", "type": "builtins.staticmethod"}}, "_pow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.legendre.Legendre._pow", "name": "_pow", "type": "builtins.staticmethod"}}, "_roots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.legendre.Legendre._roots", "name": "_roots", "type": "builtins.staticmethod"}}, "_sub": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.legendre.Legendre._sub", "name": "_sub", "type": "builtins.staticmethod"}}, "_val": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.legendre.Legendre._val", "name": "_val", "type": "builtins.staticmethod"}}, "basis_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.polynomial.legendre.Legendre.basis_name", "name": "basis_name", "type": "builtins.str"}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.legendre.Legendre.domain", "name": "domain", "type": "numpy.ndarray"}}, "window": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.legendre.Legendre.window", "name": "window", "type": "numpy.ndarray"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.legendre.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.legendre.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.legendre.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.legendre.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.legendre.__package__", "name": "__package__", "type": "builtins.str"}}, "la": {".class": "SymbolTableNode", "cross_ref": "numpy.linalg", "kind": "Gdef", "module_public": false}, "leg2poly": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.legendre.leg2poly", "name": "leg2poly", "type": null}}, "legadd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.legendre.legadd", "name": "legadd", "type": null}}, "legcompanion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.legendre.legcompanion", "name": "legcompanion", "type": null}}, "legder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["c", "m", "scl", "axis"], "flags": [], "fullname": "numpy.polynomial.legendre.legder", "name": "legder", "type": null}}, "legdiv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.legendre.legdiv", "name": "legdiv", "type": null}}, "legdomain": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.legendre.legdomain", "name": "legdomain", "type": "numpy.ndarray"}}, "legfit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["x", "y", "deg", "rcond", "full", "w"], "flags": [], "fullname": "numpy.polynomial.legendre.legfit", "name": "legfit", "type": null}}, "legfromroots": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["roots"], "flags": [], "fullname": "numpy.polynomial.legendre.legfromroots", "name": "legfromroots", "type": null}}, "leggauss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["deg"], "flags": [], "fullname": "numpy.polynomial.legendre.leggauss", "name": "leggauss", "type": null}}, "leggrid2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "c"], "flags": [], "fullname": "numpy.polynomial.legendre.leggrid2d", "name": "leggrid2d", "type": null}}, "leggrid3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "c"], "flags": [], "fullname": "numpy.polynomial.legendre.leggrid3d", "name": "leggrid3d", "type": null}}, "legint": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["c", "m", "k", "lbnd", "scl", "axis"], "flags": [], "fullname": "numpy.polynomial.legendre.legint", "name": "legint", "type": null}}, "legline": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["off", "scl"], "flags": [], "fullname": "numpy.polynomial.legendre.legline", "name": "legline", "type": null}}, "legmul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.legendre.legmul", "name": "legmul", "type": null}}, "legmulx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.legendre.legmulx", "name": "legmulx", "type": null}}, "legone": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.legendre.legone", "name": "legone", "type": "numpy.ndarray"}}, "legpow": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["c", "pow", "maxpower"], "flags": [], "fullname": "numpy.polynomial.legendre.legpow", "name": "legpow", "type": null}}, "legroots": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.legendre.legroots", "name": "legroots", "type": null}}, "legsub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.legendre.legsub", "name": "legsub", "type": null}}, "legtrim": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.legendre.legtrim", "name": "legtrim", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["c", "tol"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "legval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["x", "c", "tensor"], "flags": [], "fullname": "numpy.polynomial.legendre.legval", "name": "legval", "type": null}}, "legval2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "c"], "flags": [], "fullname": "numpy.polynomial.legendre.legval2d", "name": "legval2d", "type": null}}, "legval3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "c"], "flags": [], "fullname": "numpy.polynomial.legendre.legval3d", "name": "legval3d", "type": null}}, "legvander": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "deg"], "flags": [], "fullname": "numpy.polynomial.legendre.legvander", "name": "legvander", "type": null}}, "legvander2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "deg"], "flags": [], "fullname": "numpy.polynomial.legendre.legvander2d", "name": "legvander2d", "type": null}}, "legvander3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "deg"], "flags": [], "fullname": "numpy.polynomial.legendre.legvander3d", "name": "legvander3d", "type": null}}, "legweight": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.polynomial.legendre.legweight", "name": "legweight", "type": null}}, "legx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.legendre.legx", "name": "legx", "type": "numpy.ndarray"}}, "legzero": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.legendre.legzero", "name": "legzero", "type": "numpy.ndarray"}}, "normalize_axis_index": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.polynomial.legendre.normalize_axis_index", "name": "normalize_axis_index", "type": {".class": "AnyType", "missing_import_name": "numpy.polynomial.legendre.normalize_axis_index", "source_any": null, "type_of_any": 3}}}, "np": {".class": "SymbolTableNode", "cross_ref": "numpy", "kind": "Gdef", "module_public": false}, "poly2leg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pol"], "flags": [], "fullname": "numpy.polynomial.legendre.poly2leg", "name": "poly2leg", "type": null}}, "pu": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial.polyutils", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/polynomial/legendre.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/polynomial/legendre.meta.json b/.mypy_cache/3.9/numpy/polynomial/legendre.meta.json deleted file mode 100644 index 70b7d9732..000000000 --- a/.mypy_cache/3.9/numpy/polynomial/legendre.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [82, 83, 84, 86, 86, 87, 193, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 20, 10, 5, 20, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["numpy", "numpy.linalg", "numpy.core.multiarray", "numpy.polynomial", "numpy.polynomial.polyutils", "numpy.polynomial._polybase", "numpy.polynomial.polynomial", "builtins", "abc", "numpy.core", "numpy.core._asarray", "numpy.core.fromnumeric", "numpy.core.numeric", "numpy.typing", "numpy.typing._array_like", "numpy.typing._dtype_like", "typing", "typing_extensions"], "hash": "a90550714c77d8433db02e8f419d2e68849d58691fc5c2dae041b0ca8b80f1e7", "id": "numpy.polynomial.legendre", "ignore_all": true, "interface_hash": "490efd9429ea5e6098c3a24b552e8aeb0af85e2bc107eab0378080a6b62cccab", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/polynomial/legendre.py", "plugin_data": null, "size": 51217, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/polynomial/polynomial.data.json b/.mypy_cache/3.9/numpy/polynomial/polynomial.data.json deleted file mode 100644 index e71002bc4..000000000 --- a/.mypy_cache/3.9/numpy/polynomial/polynomial.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.polynomial.polynomial", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ABCPolyBase": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial._polybase.ABCPolyBase", "kind": "Gdef", "module_public": false}, "Polynomial": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.polynomial._polybase.ABCPolyBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.polynomial.polynomial.Polynomial", "name": "Polynomial", "type_vars": []}, "flags": [], "fullname": "numpy.polynomial.polynomial.Polynomial", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.polynomial.polynomial", "mro": ["numpy.polynomial.polynomial.Polynomial", "numpy.polynomial._polybase.ABCPolyBase", "abc.ABC", "builtins.object"], "names": {".class": "SymbolTable", "_add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.polynomial.Polynomial._add", "name": "_add", "type": "builtins.staticmethod"}}, "_der": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.polynomial.Polynomial._der", "name": "_der", "type": "builtins.staticmethod"}}, "_div": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.polynomial.Polynomial._div", "name": "_div", "type": "builtins.staticmethod"}}, "_fit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.polynomial.Polynomial._fit", "name": "_fit", "type": "builtins.staticmethod"}}, "_fromroots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.polynomial.Polynomial._fromroots", "name": "_fromroots", "type": "builtins.staticmethod"}}, "_int": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.polynomial.Polynomial._int", "name": "_int", "type": "builtins.staticmethod"}}, "_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.polynomial.Polynomial._line", "name": "_line", "type": "builtins.staticmethod"}}, "_mul": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.polynomial.Polynomial._mul", "name": "_mul", "type": "builtins.staticmethod"}}, "_pow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.polynomial.Polynomial._pow", "name": "_pow", "type": "builtins.staticmethod"}}, "_repr_latex_term": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["i", "arg_str", "needs_parens"], "flags": ["is_static", "is_decorated"], "fullname": "numpy.polynomial.polynomial.Polynomial._repr_latex_term", "name": "_repr_latex_term", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_repr_latex_term", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["i", "arg_str", "needs_parens"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_repr_latex_term of Polynomial", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_roots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.polynomial.Polynomial._roots", "name": "_roots", "type": "builtins.staticmethod"}}, "_str_term_ascii": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["i", "arg_str"], "flags": ["is_static", "is_decorated"], "fullname": "numpy.polynomial.polynomial.Polynomial._str_term_ascii", "name": "_str_term_ascii", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_str_term_ascii", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["i", "arg_str"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_str_term_ascii of Polynomial", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_str_term_unicode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "i", "arg_str"], "flags": ["is_class", "is_decorated"], "fullname": "numpy.polynomial.polynomial.Polynomial._str_term_unicode", "name": "_str_term_unicode", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "_str_term_unicode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "i", "arg_str"], "arg_types": [{".class": "TypeType", "item": "numpy.polynomial.polynomial.Polynomial"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_str_term_unicode of Polynomial", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_sub": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.polynomial.Polynomial._sub", "name": "_sub", "type": "builtins.staticmethod"}}, "_val": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.polynomial.Polynomial._val", "name": "_val", "type": "builtins.staticmethod"}}, "basis_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.polynomial.Polynomial.basis_name", "name": "basis_name", "type": {".class": "NoneType"}}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.polynomial.Polynomial.domain", "name": "domain", "type": "numpy.ndarray"}}, "window": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.polynomial.Polynomial.window", "name": "window", "type": "numpy.ndarray"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.polynomial.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.polynomial.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.polynomial.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.polynomial.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.polynomial.__package__", "name": "__package__", "type": "builtins.str"}}, "la": {".class": "SymbolTableNode", "cross_ref": "numpy.linalg", "kind": "Gdef", "module_public": false}, "normalize_axis_index": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.polynomial.polynomial.normalize_axis_index", "name": "normalize_axis_index", "type": {".class": "AnyType", "missing_import_name": "numpy.polynomial.polynomial.normalize_axis_index", "source_any": null, "type_of_any": 3}}}, "np": {".class": "SymbolTableNode", "cross_ref": "numpy", "kind": "Gdef", "module_public": false}, "polyadd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.polynomial.polyadd", "name": "polyadd", "type": null}}, "polycompanion": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.polynomial.polycompanion", "name": "polycompanion", "type": null}}, "polyder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["c", "m", "scl", "axis"], "flags": [], "fullname": "numpy.polynomial.polynomial.polyder", "name": "polyder", "type": null}}, "polydiv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.polynomial.polydiv", "name": "polydiv", "type": null}}, "polydomain": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.polynomial.polydomain", "name": "polydomain", "type": "numpy.ndarray"}}, "polyfit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["x", "y", "deg", "rcond", "full", "w"], "flags": [], "fullname": "numpy.polynomial.polynomial.polyfit", "name": "polyfit", "type": null}}, "polyfromroots": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["roots"], "flags": [], "fullname": "numpy.polynomial.polynomial.polyfromroots", "name": "polyfromroots", "type": null}}, "polygrid2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "c"], "flags": [], "fullname": "numpy.polynomial.polynomial.polygrid2d", "name": "polygrid2d", "type": null}}, "polygrid3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "c"], "flags": [], "fullname": "numpy.polynomial.polynomial.polygrid3d", "name": "polygrid3d", "type": null}}, "polyint": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["c", "m", "k", "lbnd", "scl", "axis"], "flags": [], "fullname": "numpy.polynomial.polynomial.polyint", "name": "polyint", "type": null}}, "polyline": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["off", "scl"], "flags": [], "fullname": "numpy.polynomial.polynomial.polyline", "name": "polyline", "type": null}}, "polymul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.polynomial.polymul", "name": "polymul", "type": null}}, "polymulx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.polynomial.polymulx", "name": "polymulx", "type": null}}, "polyone": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.polynomial.polyone", "name": "polyone", "type": "numpy.ndarray"}}, "polypow": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["c", "pow", "maxpower"], "flags": [], "fullname": "numpy.polynomial.polynomial.polypow", "name": "polypow", "type": null}}, "polyroots": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.polynomial.polyroots", "name": "polyroots", "type": null}}, "polysub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.polynomial.polysub", "name": "polysub", "type": null}}, "polytrim": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.polynomial.polytrim", "name": "polytrim", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["c", "tol"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "polyval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["x", "c", "tensor"], "flags": [], "fullname": "numpy.polynomial.polynomial.polyval", "name": "polyval", "type": null}}, "polyval2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "c"], "flags": [], "fullname": "numpy.polynomial.polynomial.polyval2d", "name": "polyval2d", "type": null}}, "polyval3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "c"], "flags": [], "fullname": "numpy.polynomial.polynomial.polyval3d", "name": "polyval3d", "type": null}}, "polyvalfromroots": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["x", "r", "tensor"], "flags": [], "fullname": "numpy.polynomial.polynomial.polyvalfromroots", "name": "polyvalfromroots", "type": null}}, "polyvander": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "deg"], "flags": [], "fullname": "numpy.polynomial.polynomial.polyvander", "name": "polyvander", "type": null}}, "polyvander2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "deg"], "flags": [], "fullname": "numpy.polynomial.polynomial.polyvander2d", "name": "polyvander2d", "type": null}}, "polyvander3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "deg"], "flags": [], "fullname": "numpy.polynomial.polynomial.polyvander3d", "name": "polyvander3d", "type": null}}, "polyx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.polynomial.polyx", "name": "polyx", "type": "numpy.ndarray"}}, "polyzero": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.polynomial.polyzero", "name": "polyzero", "type": "numpy.ndarray"}}, "pu": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial.polyutils", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/polynomial/polynomial.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/polynomial/polynomial.meta.json b/.mypy_cache/3.9/numpy/polynomial/polynomial.meta.json deleted file mode 100644 index 990f6cb98..000000000 --- a/.mypy_cache/3.9/numpy/polynomial/polynomial.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [82, 83, 84, 86, 86, 87, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 20, 10, 5, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["numpy", "numpy.linalg", "numpy.core.multiarray", "numpy.polynomial", "numpy.polynomial.polyutils", "numpy.polynomial._polybase", "builtins", "abc", "numpy.core", "numpy.core._asarray", "numpy.core.fromnumeric", "numpy.core.numeric", "numpy.typing", "numpy.typing._array_like", "numpy.typing._dtype_like", "typing", "typing_extensions"], "hash": "3e96f6e940dd4491aa0d61c0ccd3b5cf1b2e7c2e6237e9b70ca5a2797ad9a54e", "id": "numpy.polynomial.polynomial", "ignore_all": true, "interface_hash": "34f50b4c3bad724d1b160bef21b8e231ca155ab79faf0b4a7de57f4151f00355", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/polynomial/polynomial.py", "plugin_data": null, "size": 48571, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/polynomial/polyutils.data.json b/.mypy_cache/3.9/numpy/polynomial/polyutils.data.json deleted file mode 100644 index e81e4367b..000000000 --- a/.mypy_cache/3.9/numpy/polynomial/polyutils.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.polynomial.polyutils", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "PolyBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.polynomial.polyutils.PolyBase", "name": "PolyBase", "type_vars": []}, "flags": [], "fullname": "numpy.polynomial.polyutils.PolyBase", "metaclass_type": null, "metadata": {}, "module_name": "numpy.polynomial.polyutils", "mro": ["numpy.polynomial.polyutils.PolyBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PolyDomainError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.polynomial.polyutils.PolyError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.polynomial.polyutils.PolyDomainError", "name": "PolyDomainError", "type_vars": []}, "flags": [], "fullname": "numpy.polynomial.polyutils.PolyDomainError", "metaclass_type": null, "metadata": {}, "module_name": "numpy.polynomial.polyutils", "mro": ["numpy.polynomial.polyutils.PolyDomainError", "numpy.polynomial.polyutils.PolyError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PolyError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.polynomial.polyutils.PolyError", "name": "PolyError", "type_vars": []}, "flags": [], "fullname": "numpy.polynomial.polyutils.PolyError", "metaclass_type": null, "metadata": {}, "module_name": "numpy.polynomial.polyutils", "mro": ["numpy.polynomial.polyutils.PolyError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RankWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.UserWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.polynomial.polyutils.RankWarning", "name": "RankWarning", "type_vars": []}, "flags": [], "fullname": "numpy.polynomial.polyutils.RankWarning", "metaclass_type": null, "metadata": {}, "module_name": "numpy.polynomial.polyutils", "mro": ["numpy.polynomial.polyutils.RankWarning", "builtins.UserWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.polyutils.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.polyutils.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.polyutils.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.polyutils.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.polyutils.__package__", "name": "__package__", "type": "builtins.str"}}, "_add": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.polyutils._add", "name": "_add", "type": null}}, "_deprecate_as_int": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "desc"], "flags": [], "fullname": "numpy.polynomial.polyutils._deprecate_as_int", "name": "_deprecate_as_int", "type": null}}, "_div": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["mul_f", "c1", "c2"], "flags": [], "fullname": "numpy.polynomial.polyutils._div", "name": "_div", "type": null}}, "_fit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["vander_f", "x", "y", "deg", "rcond", "full", "w"], "flags": [], "fullname": "numpy.polynomial.polyutils._fit", "name": "_fit", "type": null}}, "_fromroots": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["line_f", "mul_f", "roots"], "flags": [], "fullname": "numpy.polynomial.polyutils._fromroots", "name": "_fromroots", "type": null}}, "_gridnd": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["val_f", "c", "args"], "flags": [], "fullname": "numpy.polynomial.polyutils._gridnd", "name": "_gridnd", "type": null}}, "_nth_slice": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["i", "ndim"], "flags": [], "fullname": "numpy.polynomial.polyutils._nth_slice", "name": "_nth_slice", "type": null}}, "_pow": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["mul_f", "c", "pow", "maxpower"], "flags": [], "fullname": "numpy.polynomial.polyutils._pow", "name": "_pow", "type": null}}, "_sub": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.polyutils._sub", "name": "_sub", "type": null}}, "_valnd": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["val_f", "c", "args"], "flags": [], "fullname": "numpy.polynomial.polyutils._valnd", "name": "_valnd", "type": null}}, "_vander_nd": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["vander_fs", "points", "degrees"], "flags": [], "fullname": "numpy.polynomial.polyutils._vander_nd", "name": "_vander_nd", "type": null}}, "_vander_nd_flat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["vander_fs", "points", "degrees"], "flags": [], "fullname": "numpy.polynomial.polyutils._vander_nd_flat", "name": "_vander_nd_flat", "type": null}}, "as_series": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["alist", "trim"], "flags": [], "fullname": "numpy.polynomial.polyutils.as_series", "name": "as_series", "type": null}}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef", "module_public": false}, "getdomain": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.polynomial.polyutils.getdomain", "name": "getdomain", "type": null}}, "mapdomain": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "old", "new"], "flags": [], "fullname": "numpy.polynomial.polyutils.mapdomain", "name": "mapdomain", "type": null}}, "mapparms": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["old", "new"], "flags": [], "fullname": "numpy.polynomial.polyutils.mapparms", "name": "mapparms", "type": null}}, "np": {".class": "SymbolTableNode", "cross_ref": "numpy", "kind": "Gdef", "module_public": false}, "operator": {".class": "SymbolTableNode", "cross_ref": "operator", "kind": "Gdef", "module_public": false}, "trimcoef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["c", "tol"], "flags": [], "fullname": "numpy.polynomial.polyutils.trimcoef", "name": "trimcoef", "type": null}}, "trimseq": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["seq"], "flags": [], "fullname": "numpy.polynomial.polyutils.trimseq", "name": "trimseq", "type": null}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/polynomial/polyutils.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/polynomial/polyutils.meta.json b/.mypy_cache/3.9/numpy/polynomial/polyutils.meta.json deleted file mode 100644 index 5a7120f8d..000000000 --- a/.mypy_cache/3.9/numpy/polynomial/polyutils.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [46, 47, 48, 50, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["operator", "functools", "warnings", "numpy", "builtins", "_typeshed", "_warnings", "abc", "numpy.core", "numpy.core._asarray", "numpy.core.fromnumeric", "numpy.core.numeric", "numpy.linalg", "numpy.typing", "numpy.typing._array_like", "numpy.typing._dtype_like", "typing", "typing_extensions"], "hash": "709d4a3419b264659247976c07cf4d7483fe61f323253bf0090d22844a2468b4", "id": "numpy.polynomial.polyutils", "ignore_all": true, "interface_hash": "de0d8ffb57df6ef0c999e5a34124c827262801a5f1f98a371d6a3e8cd6f908a6", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/polynomial/polyutils.py", "plugin_data": null, "size": 23136, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/random/__init__.data.json b/.mypy_cache/3.9/numpy/random/__init__.data.json deleted file mode 100644 index 0537579f8..000000000 --- a/.mypy_cache/3.9/numpy/random/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.random", "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}, "BitGenerator": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.BitGenerator", "name": "BitGenerator", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "Generator": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.Generator", "name": "Generator", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MT19937": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.MT19937", "name": "MT19937", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "PCG64": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.PCG64", "name": "PCG64", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "Philox": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.Philox", "name": "Philox", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "RandomState": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.RandomState", "name": "RandomState", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "SFC64": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.SFC64", "name": "SFC64", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "SeedSequence": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.SeedSequence", "name": "SeedSequence", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.__package__", "name": "__package__", "type": "builtins.str"}}, "beta": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.beta", "name": "beta", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "binomial": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.binomial", "name": "binomial", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "bytes": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.bytes", "name": "bytes", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "chisquare": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.chisquare", "name": "chisquare", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "choice": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.choice", "name": "choice", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "default_rng": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.default_rng", "name": "default_rng", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "dirichlet": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.dirichlet", "name": "dirichlet", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "exponential": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.exponential", "name": "exponential", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "f": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.f", "name": "f", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "gamma": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.gamma", "name": "gamma", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "geometric": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.geometric", "name": "geometric", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "get_state": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.get_state", "name": "get_state", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "gumbel": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.gumbel", "name": "gumbel", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "hypergeometric": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.hypergeometric", "name": "hypergeometric", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "laplace": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.laplace", "name": "laplace", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "logistic": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.logistic", "name": "logistic", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "lognormal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.lognormal", "name": "lognormal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "logseries": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.logseries", "name": "logseries", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "multinomial": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.multinomial", "name": "multinomial", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "multivariate_normal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.multivariate_normal", "name": "multivariate_normal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "negative_binomial": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.negative_binomial", "name": "negative_binomial", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "noncentral_chisquare": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.noncentral_chisquare", "name": "noncentral_chisquare", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "noncentral_f": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.noncentral_f", "name": "noncentral_f", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "normal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.normal", "name": "normal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "pareto": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.pareto", "name": "pareto", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "permutation": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.permutation", "name": "permutation", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "poisson": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.poisson", "name": "poisson", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "power": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.power", "name": "power", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "rand": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.rand", "name": "rand", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "randint": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.randint", "name": "randint", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "randn": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.randn", "name": "randn", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "random": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.random", "name": "random", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "random_integers": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.random_integers", "name": "random_integers", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "random_sample": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.random_sample", "name": "random_sample", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ranf": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.ranf", "name": "ranf", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "rayleigh": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.rayleigh", "name": "rayleigh", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "sample": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.sample", "name": "sample", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "seed": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.seed", "name": "seed", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "set_state": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.set_state", "name": "set_state", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "shuffle": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.shuffle", "name": "shuffle", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "standard_cauchy": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.standard_cauchy", "name": "standard_cauchy", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "standard_exponential": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.standard_exponential", "name": "standard_exponential", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "standard_gamma": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.standard_gamma", "name": "standard_gamma", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "standard_normal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.standard_normal", "name": "standard_normal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "standard_t": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.standard_t", "name": "standard_t", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "triangular": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.triangular", "name": "triangular", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "uniform": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.uniform", "name": "uniform", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "vonmises": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.vonmises", "name": "vonmises", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "wald": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.wald", "name": "wald", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "weibull": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.weibull", "name": "weibull", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "zipf": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random.zipf", "name": "zipf", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/random/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/random/__init__.meta.json b/.mypy_cache/3.9/numpy/random/__init__.meta.json deleted file mode 100644 index ca07433d1..000000000 --- a/.mypy_cache/3.9/numpy/random/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 5, 30], "dependencies": ["typing", "builtins", "abc"], "hash": "dca3e8a386c65ecfb4dc8fedb71d597dc3b56a97a2101708cf31cf9026f7b027", "id": "numpy.random", "ignore_all": true, "interface_hash": "3332a1bcb9a873eefb60aa4fd98c59c17a1ab8535b551e684e66258bce1ffccf", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/random/__init__.pyi", "plugin_data": null, "size": 927, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/rec.data.json b/.mypy_cache/3.9/numpy/rec.data.json deleted file mode 100644 index 5a45cbb87..000000000 --- a/.mypy_cache/3.9/numpy/rec.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.rec", "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.rec.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.rec.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.rec.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.rec.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.rec.__package__", "name": "__package__", "type": "builtins.str"}}, "array": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.rec.array", "name": "array", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "format_parser": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.rec.format_parser", "name": "format_parser", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fromarrays": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.rec.fromarrays", "name": "fromarrays", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fromfile": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.rec.fromfile", "name": "fromfile", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fromrecords": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.rec.fromrecords", "name": "fromrecords", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "fromstring": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.rec.fromstring", "name": "fromstring", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "recarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.rec.recarray", "name": "recarray", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "record": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.rec.record", "name": "record", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/rec.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/rec.meta.json b/.mypy_cache/3.9/numpy/rec.meta.json deleted file mode 100644 index 69d341a98..000000000 --- a/.mypy_cache/3.9/numpy/rec.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 5, 30], "dependencies": ["typing", "builtins", "abc"], "hash": "1e75a87774125a661f9500a1bb1188971a6749d6954219cb928f21509d1c4c9d", "id": "numpy.rec", "ignore_all": true, "interface_hash": "dd8579dc87a006a662b8742a12222eb7a4af999741350a65eb5c9c9c7c361b7a", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/rec.pyi", "plugin_data": null, "size": 169, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/testing/__init__.data.json b/.mypy_cache/3.9/numpy/testing/__init__.data.json deleted file mode 100644 index 3aa5171d3..000000000 --- a/.mypy_cache/3.9/numpy/testing/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.testing", "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}, "HAS_LAPACK64": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.HAS_LAPACK64", "name": "HAS_LAPACK64", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "HAS_REFCOUNT": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.HAS_REFCOUNT", "name": "HAS_REFCOUNT", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "IS_PYPY": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.IS_PYPY", "name": "IS_PYPY", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "IgnoreException": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.IgnoreException", "name": "IgnoreException", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "KnownFailureException": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.KnownFailureException", "name": "KnownFailureException", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SkipTest": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.SkipTest", "name": "SkipTest", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "TestCase": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.TestCase", "name": "TestCase", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.__package__", "name": "__package__", "type": "builtins.str"}}, "_assert_valid_refcount": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing._assert_valid_refcount", "name": "_assert_valid_refcount", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "_gen_alignment_data": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing._gen_alignment_data", "name": "_gen_alignment_data", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "assert_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.assert_", "name": "assert_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "assert_allclose": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.assert_allclose", "name": "assert_allclose", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "assert_almost_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.assert_almost_equal", "name": "assert_almost_equal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "assert_approx_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.assert_approx_equal", "name": "assert_approx_equal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "assert_array_almost_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.assert_array_almost_equal", "name": "assert_array_almost_equal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "assert_array_almost_equal_nulp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.assert_array_almost_equal_nulp", "name": "assert_array_almost_equal_nulp", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "assert_array_compare": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.assert_array_compare", "name": "assert_array_compare", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "assert_array_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.assert_array_equal", "name": "assert_array_equal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "assert_array_less": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.assert_array_less", "name": "assert_array_less", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "assert_array_max_ulp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.assert_array_max_ulp", "name": "assert_array_max_ulp", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "assert_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.assert_equal", "name": "assert_equal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "assert_no_gc_cycles": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.assert_no_gc_cycles", "name": "assert_no_gc_cycles", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "assert_no_warnings": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.assert_no_warnings", "name": "assert_no_warnings", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "assert_raises": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.assert_raises", "name": "assert_raises", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "assert_raises_regex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.assert_raises_regex", "name": "assert_raises_regex", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "assert_string_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.assert_string_equal", "name": "assert_string_equal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "assert_warns": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.assert_warns", "name": "assert_warns", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "break_cycles": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.break_cycles", "name": "break_cycles", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "build_err_msg": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.build_err_msg", "name": "build_err_msg", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "clear_and_catch_warnings": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.clear_and_catch_warnings", "name": "clear_and_catch_warnings", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "decorate_methods": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.decorate_methods", "name": "decorate_methods", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "jiffies": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.jiffies", "name": "jiffies", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "measure": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.measure", "name": "measure", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "memusage": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.memusage", "name": "memusage", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "print_assert_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.print_assert_equal", "name": "print_assert_equal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "raises": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.raises", "name": "raises", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "run_module_suite": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.run_module_suite", "name": "run_module_suite", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "rundocs": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.rundocs", "name": "rundocs", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "runstring": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.runstring", "name": "runstring", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "suppress_warnings": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.suppress_warnings", "name": "suppress_warnings", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "tempdir": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.tempdir", "name": "tempdir", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "temppath": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.temppath", "name": "temppath", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "verbose": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.testing.verbose", "name": "verbose", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/testing/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/testing/__init__.meta.json b/.mypy_cache/3.9/numpy/testing/__init__.meta.json deleted file mode 100644 index 08e85fcd2..000000000 --- a/.mypy_cache/3.9/numpy/testing/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 5, 30], "dependencies": ["typing", "builtins", "abc"], "hash": "a1c4c769ce01c5fe6d53783352244f629645df6b810d0d202199e40bbdf5e716", "id": "numpy.testing", "ignore_all": true, "interface_hash": "a9ad8aed90b37ae0fb477e2c199ef2091157d68711ed4fb33c6c09530337e832", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/testing/__init__.pyi", "plugin_data": null, "size": 910, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/typing/__init__.data.json b/.mypy_cache/3.9/numpy/typing/__init__.data.json deleted file mode 100644 index 178f6527d..000000000 --- a/.mypy_cache/3.9/numpy/typing/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.typing", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ArrayLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like.ArrayLike", "kind": "Gdef", "module_public": false}, "DTypeLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._dtype_like.DTypeLike", "kind": "Gdef", "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_public": false}, "NBitBase": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing.NBitBase", "name": "NBitBase", "type_vars": []}, "flags": ["is_final"], "fullname": "numpy.typing.NBitBase", "metaclass_type": null, "metadata": {}, "module_name": "numpy.typing", "mro": ["numpy.typing.NBitBase", "builtins.object"], "names": {".class": "SymbolTable", "__init_subclass__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_class"], "fullname": "numpy.typing.NBitBase.__init_subclass__", "name": "__init_subclass__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "numpy.typing.NBitBase"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init_subclass__ of NBitBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PytestTester": {".class": "SymbolTableNode", "cross_ref": "numpy._pytesttester.PytestTester", "kind": "Gdef", "module_public": false}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef", "module_public": false}, "_128Bit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.typing._256Bit"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._128Bit", "name": "_128Bit", "type_vars": []}, "flags": [], "fullname": "numpy.typing._128Bit", "metaclass_type": null, "metadata": {}, "module_name": "numpy.typing", "mro": ["numpy.typing._128Bit", "numpy.typing._256Bit", "numpy.typing.NBitBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_16Bit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.typing._32Bit"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._16Bit", "name": "_16Bit", "type_vars": []}, "flags": [], "fullname": "numpy.typing._16Bit", "metaclass_type": null, "metadata": {}, "module_name": "numpy.typing", "mro": ["numpy.typing._16Bit", "numpy.typing._32Bit", "numpy.typing._64Bit", "numpy.typing._80Bit", "numpy.typing._96Bit", "numpy.typing._128Bit", "numpy.typing._256Bit", "numpy.typing.NBitBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_256Bit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.typing.NBitBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._256Bit", "name": "_256Bit", "type_vars": []}, "flags": [], "fullname": "numpy.typing._256Bit", "metaclass_type": null, "metadata": {}, "module_name": "numpy.typing", "mro": ["numpy.typing._256Bit", "numpy.typing.NBitBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_32Bit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.typing._64Bit"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._32Bit", "name": "_32Bit", "type_vars": []}, "flags": [], "fullname": "numpy.typing._32Bit", "metaclass_type": null, "metadata": {}, "module_name": "numpy.typing", "mro": ["numpy.typing._32Bit", "numpy.typing._64Bit", "numpy.typing._80Bit", "numpy.typing._96Bit", "numpy.typing._128Bit", "numpy.typing._256Bit", "numpy.typing.NBitBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_64Bit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.typing._80Bit"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._64Bit", "name": "_64Bit", "type_vars": []}, "flags": [], "fullname": "numpy.typing._64Bit", "metaclass_type": null, "metadata": {}, "module_name": "numpy.typing", "mro": ["numpy.typing._64Bit", "numpy.typing._80Bit", "numpy.typing._96Bit", "numpy.typing._128Bit", "numpy.typing._256Bit", "numpy.typing.NBitBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_80Bit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.typing._96Bit"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._80Bit", "name": "_80Bit", "type_vars": []}, "flags": [], "fullname": "numpy.typing._80Bit", "metaclass_type": null, "metadata": {}, "module_name": "numpy.typing", "mro": ["numpy.typing._80Bit", "numpy.typing._96Bit", "numpy.typing._128Bit", "numpy.typing._256Bit", "numpy.typing.NBitBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_8Bit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.typing._16Bit"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._8Bit", "name": "_8Bit", "type_vars": []}, "flags": [], "fullname": "numpy.typing._8Bit", "metaclass_type": null, "metadata": {}, "module_name": "numpy.typing", "mro": ["numpy.typing._8Bit", "numpy.typing._16Bit", "numpy.typing._32Bit", "numpy.typing._64Bit", "numpy.typing._80Bit", "numpy.typing._96Bit", "numpy.typing._128Bit", "numpy.typing._256Bit", "numpy.typing.NBitBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_96Bit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.typing._128Bit"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._96Bit", "name": "_96Bit", "type_vars": []}, "flags": [], "fullname": "numpy.typing._96Bit", "metaclass_type": null, "metadata": {}, "module_name": "numpy.typing", "mro": ["numpy.typing._96Bit", "numpy.typing._128Bit", "numpy.typing._256Bit", "numpy.typing.NBitBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_BoolLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._BoolLike", "kind": "Gdef", "module_public": false}, "_CharLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._CharLike", "kind": "Gdef", "module_public": false}, "_ComplexLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._ComplexLike", "kind": "Gdef", "module_public": false}, "_FloatLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._FloatLike", "kind": "Gdef", "module_public": false}, "_IntLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._IntLike", "kind": "Gdef", "module_public": false}, "_NumberLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._NumberLike", "kind": "Gdef", "module_public": false}, "_ScalarLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._ScalarLike", "kind": "Gdef", "module_public": false}, "_Shape": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._shape._Shape", "kind": "Gdef", "module_public": false}, "_ShapeLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._shape._ShapeLike", "kind": "Gdef", "module_public": false}, "_SupportsArray": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like._SupportsArray", "kind": "Gdef", "module_public": false}, "_SupportsDType": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._dtype_like._SupportsDType", "kind": "Gdef", "module_public": false}, "_VoidDTypeLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._dtype_like._VoidDTypeLike", "kind": "Gdef", "module_public": false}, "_VoidLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._VoidLike", "kind": "Gdef", "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing.__package__", "name": "__package__", "type": "builtins.str"}}, "_docstrings": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._add_docstring._docstrings", "kind": "Gdef", "module_public": false}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef", "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_public": false}, "test": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.typing.test", "name": "test", "type": "numpy._pytesttester.PytestTester"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/typing/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/typing/__init__.meta.json b/.mypy_cache/3.9/numpy/typing/__init__.meta.json deleted file mode 100644 index 8030f37b8..000000000 --- a/.mypy_cache/3.9/numpy/typing/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [123, 126, 210, 220, 221, 222, 225, 230, 1, 1, 1], "dep_prios": [5, 25, 5, 5, 5, 5, 5, 5, 5, 30, 30], "dependencies": ["typing", "sys", "numpy.typing._scalars", "numpy.typing._array_like", "numpy.typing._shape", "numpy.typing._dtype_like", "numpy.typing._add_docstring", "numpy._pytesttester", "builtins", "abc", "typing_extensions"], "hash": "30642ce2f7c2f028be1d77c37b2a2dda43d142b0282f8186e7d4a36b2ba78e7d", "id": "numpy.typing", "ignore_all": true, "interface_hash": "906872225aef7c12dcf54d61ab383f82afdeccec835934902916871596d36516", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/typing/__init__.py", "plugin_data": null, "size": 7147, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/typing/_add_docstring.data.json b/.mypy_cache/3.9/numpy/typing/_add_docstring.data.json deleted file mode 100644 index 49c542a3e..000000000 --- a/.mypy_cache/3.9/numpy/typing/_add_docstring.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.typing._add_docstring", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._add_docstring.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._add_docstring.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._add_docstring.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._add_docstring.__package__", "name": "__package__", "type": "builtins.str"}}, "_docstrings": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.typing._add_docstring._docstrings", "name": "_docstrings", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_docstrings_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.typing._add_docstring._docstrings_list", "name": "_docstrings_list", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.list"}}}, "_parse_docstrings": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "numpy.typing._add_docstring._parse_docstrings", "name": "_parse_docstrings", "type": null}}, "add_newdoc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["name", "value", "doc"], "flags": [], "fullname": "numpy.typing._add_docstring.add_newdoc", "name": "add_newdoc", "type": null}}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "textwrap": {".class": "SymbolTableNode", "cross_ref": "textwrap", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/typing/_add_docstring.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/typing/_add_docstring.meta.json b/.mypy_cache/3.9/numpy/typing/_add_docstring.meta.json deleted file mode 100644 index bd42c5859..000000000 --- a/.mypy_cache/3.9/numpy/typing/_add_docstring.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [3, 4, 1, 1, 1], "dep_prios": [10, 10, 5, 30, 30], "dependencies": ["re", "textwrap", "builtins", "abc", "typing"], "hash": "83dc9ba6cadb464b10be496c3e9703f459a337aace6061fe7beedfdea78eb1fc", "id": "numpy.typing._add_docstring", "ignore_all": true, "interface_hash": "08f9d01e1f70959f6826f3984aee36067e98d3d16125430ac2fecebe1d1b2a90", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/typing/_add_docstring.py", "plugin_data": null, "size": 2605, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/typing/_array_like.data.json b/.mypy_cache/3.9/numpy/typing/_array_like.data.json deleted file mode 100644 index 0e5ea1049..000000000 --- a/.mypy_cache/3.9/numpy/typing/_array_like.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.typing._array_like", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "ArrayLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.typing._array_like.ArrayLike", "line": 35, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._ScalarLike"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._ScalarLike"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, "numpy.typing._array_like._SupportsArray"]}}}, "DTypeLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._dtype_like.DTypeLike", "kind": "Gdef"}, "HAVE_PROTOCOL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.typing._array_like.HAVE_PROTOCOL", "name": "HAVE_PROTOCOL", "type": "builtins.bool"}}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing.Protocol", "kind": "Gdef"}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_ScalarLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._ScalarLike", "kind": "Gdef"}, "_SupportsArray": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__array__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._array_like._SupportsArray", "name": "_SupportsArray", "type_vars": []}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._array_like._SupportsArray", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._array_like", "mro": ["numpy.typing._array_like._SupportsArray", "builtins.object"], "names": {".class": "SymbolTable", "__array__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.typing._array_like._SupportsArray.__array__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__dtype"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._array_like._SupportsArray.__array__", "name": "__array__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["numpy.typing._array_like._SupportsArray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__array__ of _SupportsArray", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__array__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "dtype"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._array_like._SupportsArray.__array__", "name": "__array__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "dtype"], "arg_types": ["numpy.typing._array_like._SupportsArray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__array__ of _SupportsArray", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__array__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["numpy.typing._array_like._SupportsArray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__array__ of _SupportsArray", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "dtype"], "arg_types": ["numpy.typing._array_like._SupportsArray", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__array__ of _SupportsArray", "ret_type": "numpy.ndarray", "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._array_like.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._array_like.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._array_like.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._array_like.__package__", "name": "__package__", "type": "builtins.str"}}, "ndarray": {".class": "SymbolTableNode", "cross_ref": "numpy.ndarray", "kind": "Gdef"}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/typing/_array_like.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/typing/_array_like.meta.json b/.mypy_cache/3.9/numpy/typing/_array_like.meta.json deleted file mode 100644 index 2f232814a..000000000 --- a/.mypy_cache/3.9/numpy/typing/_array_like.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 2, 4, 5, 6, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 5, 30], "dependencies": ["sys", "typing", "numpy", "numpy.typing._scalars", "numpy.typing._dtype_like", "builtins", "abc"], "hash": "be20d883f46a8ea7cc92dc6f99168de85ed43b20a2eaaf69fe6c557efe1178d2", "id": "numpy.typing._array_like", "ignore_all": true, "interface_hash": "956fa9f23c8ad75a7966dfe4bb47cf112ad34de7c2d636e2cec438537c9ebf83", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/typing/_array_like.py", "plugin_data": null, "size": 1021, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/typing/_callable.data.json b/.mypy_cache/3.9/numpy/typing/_callable.data.json deleted file mode 100644 index 63a756dda..000000000 --- a/.mypy_cache/3.9/numpy/typing/_callable.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.typing._callable", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "HAVE_PROTOCOL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.typing._callable.HAVE_PROTOCOL", "name": "HAVE_PROTOCOL", "type": "builtins.bool"}}, "NBitBase": {".class": "SymbolTableNode", "cross_ref": "numpy.typing.NBitBase", "kind": "Gdef"}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef"}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing.Protocol", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_2Tuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": ["_T"], "column": 4, "fullname": "numpy.typing._callable._2Tuple", "line": 58, "no_args": false, "normalized": false, "target": {".class": "TupleType", "implicit": false, "items": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_T"}, {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_T"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "_BoolBitOp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__call__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._callable._BoolBitOp", "name": "_BoolBitOp", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._callable._BoolBitOp", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._callable", "mro": ["numpy.typing._callable._BoolBitOp", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.typing._callable._BoolBitOp.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolBitOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._BoolBitOp"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolBitOp", "ret_type": {".class": "TypeVarType", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolBitOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._BoolBitOp"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolBitOp", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolBitOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._BoolBitOp"}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._IntType", "id": -1, "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolBitOp", "ret_type": {".class": "TypeVarType", "fullname": "numpy.typing._callable._IntType", "id": -1, "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._IntType", "id": -1, "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._BoolBitOp"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolBitOp", "ret_type": {".class": "TypeVarType", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._BoolBitOp"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolBitOp", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._BoolBitOp"}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._IntType", "id": -1, "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolBitOp", "ret_type": {".class": "TypeVarType", "fullname": "numpy.typing._callable._IntType", "id": -1, "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._IntType", "id": -1, "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}]}]}}}}, "tuple_type": null, "type_vars": ["_GenericType_co"], "typeddict_type": null}}, "_BoolDivMod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__call__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._callable._BoolDivMod", "name": "_BoolDivMod", "type_vars": []}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._callable._BoolDivMod", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._callable", "mro": ["numpy.typing._callable._BoolDivMod", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.typing._callable._BoolDivMod.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolDivMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolDivMod", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolDivMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolDivMod", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolDivMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolDivMod", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolDivMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolDivMod", {".class": "TypeVarType", "fullname": "numpy.typing._callable._IntType", "id": -1, "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._IntType", "id": -1, "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._IntType", "id": -1, "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolDivMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolDivMod", {".class": "TypeVarType", "fullname": "numpy.typing._callable._FloatType", "id": -1, "name": "_FloatType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.floating"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._FloatType", "id": -1, "name": "_FloatType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.floating"}, "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._FloatType", "id": -1, "name": "_FloatType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.floating"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolDivMod", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolDivMod", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolDivMod", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolDivMod", {".class": "TypeVarType", "fullname": "numpy.typing._callable._IntType", "id": -1, "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._IntType", "id": -1, "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._IntType", "id": -1, "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolDivMod", {".class": "TypeVarType", "fullname": "numpy.typing._callable._FloatType", "id": -1, "name": "_FloatType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.floating"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._FloatType", "id": -1, "name": "_FloatType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.floating"}, "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._FloatType", "id": -1, "name": "_FloatType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.floating"}, "values": [], "variance": 0}]}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_BoolLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._BoolLike", "kind": "Gdef"}, "_BoolMod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__call__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._callable._BoolMod", "name": "_BoolMod", "type_vars": []}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._callable._BoolMod", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._callable", "mro": ["numpy.typing._callable._BoolMod", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.typing._callable._BoolMod.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolMod", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolMod", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolMod", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolMod", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolMod", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolMod", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolMod", {".class": "TypeVarType", "fullname": "numpy.typing._callable._IntType", "id": -1, "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolMod", "ret_type": {".class": "TypeVarType", "fullname": "numpy.typing._callable._IntType", "id": -1, "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._IntType", "id": -1, "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolMod", {".class": "TypeVarType", "fullname": "numpy.typing._callable._FloatType", "id": -1, "name": "_FloatType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.floating"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolMod", "ret_type": {".class": "TypeVarType", "fullname": "numpy.typing._callable._FloatType", "id": -1, "name": "_FloatType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.floating"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._FloatType", "id": -1, "name": "_FloatType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.floating"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolMod", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolMod", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolMod", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolMod", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolMod", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolMod", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolMod", {".class": "TypeVarType", "fullname": "numpy.typing._callable._IntType", "id": -1, "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolMod", "ret_type": {".class": "TypeVarType", "fullname": "numpy.typing._callable._IntType", "id": -1, "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._IntType", "id": -1, "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolMod", {".class": "TypeVarType", "fullname": "numpy.typing._callable._FloatType", "id": -1, "name": "_FloatType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.floating"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolMod", "ret_type": {".class": "TypeVarType", "fullname": "numpy.typing._callable._FloatType", "id": -1, "name": "_FloatType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.floating"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._FloatType", "id": -1, "name": "_FloatType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.floating"}, "values": [], "variance": 0}]}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_BoolOp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__call__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._callable._BoolOp", "name": "_BoolOp", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._callable._BoolOp", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._callable", "mro": ["numpy.typing._callable._BoolOp", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.typing._callable._BoolOp.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._BoolOp"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolOp", "ret_type": {".class": "TypeVarType", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._BoolOp"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolOp", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._BoolOp"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolOp", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._BoolOp"}, "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolOp", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex128"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._BoolOp"}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NumberType", "id": -1, "name": "_NumberType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolOp", "ret_type": {".class": "TypeVarType", "fullname": "numpy.typing._callable._NumberType", "id": -1, "name": "_NumberType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NumberType", "id": -1, "name": "_NumberType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._BoolOp"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolOp", "ret_type": {".class": "TypeVarType", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._BoolOp"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolOp", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._BoolOp"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolOp", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._BoolOp"}, "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolOp", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex128"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._GenericType_co", "id": 1, "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._BoolOp"}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NumberType", "id": -1, "name": "_NumberType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolOp", "ret_type": {".class": "TypeVarType", "fullname": "numpy.typing._callable._NumberType", "id": -1, "name": "_NumberType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NumberType", "id": -1, "name": "_NumberType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 0}]}]}}}}, "tuple_type": null, "type_vars": ["_GenericType_co"], "typeddict_type": null}}, "_BoolSub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__call__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._callable._BoolSub", "name": "_BoolSub", "type_vars": []}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._callable._BoolSub", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._callable", "mro": ["numpy.typing._callable._BoolSub", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.typing._callable._BoolSub.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolSub.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolSub", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolSub", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolSub.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolSub", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolSub", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolSub.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolSub", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolSub", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolSub.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolSub", "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolSub", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex128"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolSub.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolSub", {".class": "TypeVarType", "fullname": "numpy.typing._callable._NumberType", "id": -1, "name": "_NumberType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolSub", "ret_type": {".class": "TypeVarType", "fullname": "numpy.typing._callable._NumberType", "id": -1, "name": "_NumberType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NumberType", "id": -1, "name": "_NumberType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolSub", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolSub", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolSub", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolSub", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolSub", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolSub", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolSub", "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolSub", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex128"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolSub", {".class": "TypeVarType", "fullname": "numpy.typing._callable._NumberType", "id": -1, "name": "_NumberType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolSub", "ret_type": {".class": "TypeVarType", "fullname": "numpy.typing._callable._NumberType", "id": -1, "name": "_NumberType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NumberType", "id": -1, "name": "_NumberType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 0}]}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_BoolTrueDiv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__call__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._callable._BoolTrueDiv", "name": "_BoolTrueDiv", "type_vars": []}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._callable._BoolTrueDiv", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._callable", "mro": ["numpy.typing._callable._BoolTrueDiv", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.typing._callable._BoolTrueDiv.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolTrueDiv.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolTrueDiv", {".class": "UnionType", "items": ["builtins.float", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolTrueDiv", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolTrueDiv.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolTrueDiv", "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolTrueDiv", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex128"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._BoolTrueDiv.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolTrueDiv", {".class": "TypeVarType", "fullname": "numpy.typing._callable._NumberType", "id": -1, "name": "_NumberType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolTrueDiv", "ret_type": {".class": "TypeVarType", "fullname": "numpy.typing._callable._NumberType", "id": -1, "name": "_NumberType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NumberType", "id": -1, "name": "_NumberType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolTrueDiv", {".class": "UnionType", "items": ["builtins.float", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._BoolLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolTrueDiv", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolTrueDiv", "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolTrueDiv", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex128"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._BoolTrueDiv", {".class": "TypeVarType", "fullname": "numpy.typing._callable._NumberType", "id": -1, "name": "_NumberType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _BoolTrueDiv", "ret_type": {".class": "TypeVarType", "fullname": "numpy.typing._callable._NumberType", "id": -1, "name": "_NumberType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NumberType", "id": -1, "name": "_NumberType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 0}]}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ComplexLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._ComplexLike", "kind": "Gdef"}, "_ComplexOp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__call__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._callable._ComplexOp", "name": "_ComplexOp", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._callable._ComplexOp", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._callable", "mro": ["numpy.typing._callable._ComplexOp", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.typing._callable._ComplexOp.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._ComplexOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._ComplexOp"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _ComplexOp", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.complexfloating"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._ComplexOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._ComplexOp"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _ComplexOp", "ret_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": "numpy.complexfloating"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._ComplexOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._ComplexOp"}, {".class": "UnionType", "items": ["builtins.float", "builtins.complex"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _ComplexOp", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex128"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._ComplexOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._ComplexOp"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _ComplexOp", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.complexfloating"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._ComplexOp"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _ComplexOp", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.complexfloating"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._ComplexOp"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _ComplexOp", "ret_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": "numpy.complexfloating"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._ComplexOp"}, {".class": "UnionType", "items": ["builtins.float", "builtins.complex"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _ComplexOp", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex128"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._ComplexOp"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _ComplexOp", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.complexfloating"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}]}}}}, "tuple_type": null, "type_vars": ["_NBit_co"], "typeddict_type": null}}, "_FloatDivMod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__call__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._callable._FloatDivMod", "name": "_FloatDivMod", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._callable._FloatDivMod", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._callable", "mro": ["numpy.typing._callable._FloatDivMod", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.typing._callable._FloatDivMod.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._FloatDivMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatDivMod"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._FloatDivMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatDivMod"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._FloatDivMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatDivMod"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._FloatDivMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatDivMod"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatDivMod"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatDivMod"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatDivMod"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatDivMod"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}]}}}}, "tuple_type": null, "type_vars": ["_NBit_co"], "typeddict_type": null}}, "_FloatLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._FloatLike", "kind": "Gdef"}, "_FloatMod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__call__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._callable._FloatMod", "name": "_FloatMod", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._callable._FloatMod", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._callable", "mro": ["numpy.typing._callable._FloatMod", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.typing._callable._FloatMod.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._FloatMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatMod"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatMod", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._FloatMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatMod"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatMod", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._FloatMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatMod"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatMod", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._FloatMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatMod"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatMod", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatMod"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatMod", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatMod"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatMod", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatMod"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatMod", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatMod"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatMod", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}]}}}}, "tuple_type": null, "type_vars": ["_NBit_co"], "typeddict_type": null}}, "_FloatOp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__call__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._callable._FloatOp", "name": "_FloatOp", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._callable._FloatOp", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._callable", "mro": ["numpy.typing._callable._FloatOp", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.typing._callable._FloatOp.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._FloatOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatOp", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._FloatOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatOp", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._FloatOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatOp", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._FloatOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}, "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatOp", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex128"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._FloatOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatOp", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatOp", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatOp", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatOp", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}, "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatOp", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex128"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._FloatOp"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FloatOp", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}]}}}}, "tuple_type": null, "type_vars": ["_NBit_co"], "typeddict_type": null}}, "_FloatType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "numpy.typing._callable._FloatType", "name": "_FloatType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.floating"}, "values": [], "variance": 0}}, "_GenericType_co": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "numpy.typing._callable._GenericType_co", "name": "_GenericType_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}}, "_IntLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._IntLike", "kind": "Gdef"}, "_IntTrueDiv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__call__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._callable._IntTrueDiv", "name": "_IntTrueDiv", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._callable._IntTrueDiv", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._callable", "mro": ["numpy.typing._callable._IntTrueDiv", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.typing._callable._IntTrueDiv.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._IntTrueDiv.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._IntTrueDiv"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _IntTrueDiv", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._IntTrueDiv.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._IntTrueDiv"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _IntTrueDiv", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._IntTrueDiv.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._IntTrueDiv"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _IntTrueDiv", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._IntTrueDiv.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._IntTrueDiv"}, "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _IntTrueDiv", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex128"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._IntTrueDiv.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._IntTrueDiv"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _IntTrueDiv", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._IntTrueDiv"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _IntTrueDiv", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._IntTrueDiv"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _IntTrueDiv", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._IntTrueDiv"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _IntTrueDiv", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._IntTrueDiv"}, "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _IntTrueDiv", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex128"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._IntTrueDiv"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _IntTrueDiv", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}]}}}}, "tuple_type": null, "type_vars": ["_NBit_co"], "typeddict_type": null}}, "_IntType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "numpy.typing._callable._IntType", "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}}, "_NBit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "numpy.typing._callable._NBit", "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}}, "_NBit_co": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "numpy.typing._callable._NBit_co", "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}}, "_NumberLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._NumberLike", "kind": "Gdef"}, "_NumberOp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._callable._NumberOp", "name": "_NumberOp", "type_vars": []}, "flags": ["is_protocol"], "fullname": "numpy.typing._callable._NumberOp", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._callable", "mro": ["numpy.typing._callable._NumberOp", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": [], "fullname": "numpy.typing._callable._NumberOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.typing._callable._NumberOp", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _NumberOp", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_NumberType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "numpy.typing._callable._NumberType", "name": "_NumberType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 0}}, "_NumberType_co": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "numpy.typing._callable._NumberType_co", "name": "_NumberType_co", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 1}}, "_SignedIntBitOp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__call__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._callable._SignedIntBitOp", "name": "_SignedIntBitOp", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._callable._SignedIntBitOp", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._callable", "mro": ["numpy.typing._callable._SignedIntBitOp", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.typing._callable._SignedIntBitOp.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._SignedIntBitOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntBitOp", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._SignedIntBitOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntBitOp", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._SignedIntBitOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntBitOp", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntBitOp", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntBitOp", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntBitOp", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}]}}}}, "tuple_type": null, "type_vars": ["_NBit_co"], "typeddict_type": null}}, "_SignedIntDivMod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__call__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._callable._SignedIntDivMod", "name": "_SignedIntDivMod", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._callable._SignedIntDivMod", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._callable", "mro": ["numpy.typing._callable._SignedIntDivMod", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.typing._callable._SignedIntDivMod.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._SignedIntDivMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntDivMod"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._SignedIntDivMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntDivMod"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._SignedIntDivMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntDivMod"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._SignedIntDivMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntDivMod"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntDivMod"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntDivMod"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntDivMod"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntDivMod"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}]}}}}, "tuple_type": null, "type_vars": ["_NBit_co"], "typeddict_type": null}}, "_SignedIntMod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__call__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._callable._SignedIntMod", "name": "_SignedIntMod", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._callable._SignedIntMod", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._callable", "mro": ["numpy.typing._callable._SignedIntMod", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.typing._callable._SignedIntMod.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._SignedIntMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntMod"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntMod", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._SignedIntMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntMod"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntMod", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._SignedIntMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntMod"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntMod", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._SignedIntMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntMod"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntMod", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntMod"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntMod", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntMod"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntMod", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntMod"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntMod", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntMod"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntMod", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}]}}}}, "tuple_type": null, "type_vars": ["_NBit_co"], "typeddict_type": null}}, "_SignedIntOp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__call__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._callable._SignedIntOp", "name": "_SignedIntOp", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._callable._SignedIntOp", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._callable", "mro": ["numpy.typing._callable._SignedIntOp", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.typing._callable._SignedIntOp.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._SignedIntOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntOp"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntOp", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._SignedIntOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntOp"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntOp", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._SignedIntOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntOp"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntOp", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._SignedIntOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntOp"}, "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntOp", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex128"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._SignedIntOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntOp"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntOp", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntOp"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntOp", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntOp"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntOp", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntOp"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntOp", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntOp"}, "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntOp", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex128"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._SignedIntOp"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _SignedIntOp", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}]}}}}, "tuple_type": null, "type_vars": ["_NBit_co"], "typeddict_type": null}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "numpy.typing._callable._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_TD64Div": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__call__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._callable._TD64Div", "name": "_TD64Div", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NumberType_co", "id": 1, "name": "_NumberType_co", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._callable._TD64Div", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._callable", "mro": ["numpy.typing._callable._TD64Div", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.typing._callable._TD64Div.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._TD64Div.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NumberType_co", "id": 1, "name": "_NumberType_co", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._TD64Div"}, "numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _TD64Div", "ret_type": {".class": "TypeVarType", "fullname": "numpy.typing._callable._NumberType_co", "id": 1, "name": "_NumberType_co", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 1}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._TD64Div.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NumberType_co", "id": 1, "name": "_NumberType_co", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._TD64Div"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._FloatLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _TD64Div", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NumberType_co", "id": 1, "name": "_NumberType_co", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._TD64Div"}, "numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _TD64Div", "ret_type": {".class": "TypeVarType", "fullname": "numpy.typing._callable._NumberType_co", "id": 1, "name": "_NumberType_co", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 1}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NumberType_co", "id": 1, "name": "_NumberType_co", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._TD64Div"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._FloatLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _TD64Div", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": ["_NumberType_co"], "typeddict_type": null}}, "_UnsignedIntBitOp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__call__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._callable._UnsignedIntBitOp", "name": "_UnsignedIntBitOp", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._callable._UnsignedIntBitOp", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._callable", "mro": ["numpy.typing._callable._UnsignedIntBitOp", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.typing._callable._UnsignedIntBitOp.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._UnsignedIntBitOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntBitOp", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.unsignedinteger"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._UnsignedIntBitOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntBitOp", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._UnsignedIntBitOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntBitOp", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._UnsignedIntBitOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntBitOp", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.unsignedinteger"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntBitOp", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.unsignedinteger"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntBitOp", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntBitOp", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntBitOp", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.unsignedinteger"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}]}}}}, "tuple_type": null, "type_vars": ["_NBit_co"], "typeddict_type": null}}, "_UnsignedIntDivMod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__call__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._callable._UnsignedIntDivMod", "name": "_UnsignedIntDivMod", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._callable._UnsignedIntDivMod", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._callable", "mro": ["numpy.typing._callable._UnsignedIntDivMod", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.typing._callable._UnsignedIntDivMod.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._UnsignedIntDivMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntDivMod"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._UnsignedIntDivMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntDivMod"}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._UnsignedIntDivMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntDivMod"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._UnsignedIntDivMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntDivMod"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntDivMod"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntDivMod"}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntDivMod"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntDivMod"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntDivMod", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._callable._2Tuple"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}]}}}}, "tuple_type": null, "type_vars": ["_NBit_co"], "typeddict_type": null}}, "_UnsignedIntMod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__call__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._callable._UnsignedIntMod", "name": "_UnsignedIntMod", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._callable._UnsignedIntMod", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._callable", "mro": ["numpy.typing._callable._UnsignedIntMod", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.typing._callable._UnsignedIntMod.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._UnsignedIntMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntMod"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntMod", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.unsignedinteger"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._UnsignedIntMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntMod"}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntMod", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._UnsignedIntMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntMod"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntMod", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._UnsignedIntMod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntMod"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntMod", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.unsignedinteger"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntMod"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntMod", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.unsignedinteger"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntMod"}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntMod", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntMod"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntMod", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntMod"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntMod", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.unsignedinteger"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}]}}}}, "tuple_type": null, "type_vars": ["_NBit_co"], "typeddict_type": null}}, "_UnsignedIntOp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__call__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._callable._UnsignedIntOp", "name": "_UnsignedIntOp", "type_vars": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._callable._UnsignedIntOp", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._callable", "mro": ["numpy.typing._callable._UnsignedIntOp", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.typing._callable._UnsignedIntOp.__call__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._UnsignedIntOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntOp", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.unsignedinteger"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._UnsignedIntOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntOp", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._UnsignedIntOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntOp", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._UnsignedIntOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}, "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntOp", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex128"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__other"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "numpy.typing._callable._UnsignedIntOp.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntOp", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.unsignedinteger"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__call__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntOp", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.unsignedinteger"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntOp", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntOp", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}, "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntOp", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex128"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _UnsignedIntOp", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit_co", "id": 1, "name": "_NBit_co", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}], "type_ref": "numpy.unsignedinteger"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "numpy.typing._callable._NBit", "id": -1, "name": "_NBit", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}]}}}}, "tuple_type": null, "type_vars": ["_NBit_co"], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._callable.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._callable.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._callable.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._callable.__package__", "name": "__package__", "type": "builtins.str"}}, "bool_": {".class": "SymbolTableNode", "cross_ref": "numpy.bool_", "kind": "Gdef"}, "complex128": {".class": "SymbolTableNode", "cross_ref": "numpy.complex128", "kind": "Gdef"}, "complexfloating": {".class": "SymbolTableNode", "cross_ref": "numpy.complexfloating", "kind": "Gdef"}, "float64": {".class": "SymbolTableNode", "cross_ref": "numpy.float64", "kind": "Gdef"}, "floating": {".class": "SymbolTableNode", "cross_ref": "numpy.floating", "kind": "Gdef"}, "generic": {".class": "SymbolTableNode", "cross_ref": "numpy.generic", "kind": "Gdef"}, "int8": {".class": "SymbolTableNode", "cross_ref": "numpy.int8", "kind": "Gdef"}, "integer": {".class": "SymbolTableNode", "cross_ref": "numpy.integer", "kind": "Gdef"}, "number": {".class": "SymbolTableNode", "cross_ref": "numpy.number", "kind": "Gdef"}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef"}, "signedinteger": {".class": "SymbolTableNode", "cross_ref": "numpy.signedinteger", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "timedelta64": {".class": "SymbolTableNode", "cross_ref": "numpy.timedelta64", "kind": "Gdef"}, "unsignedinteger": {".class": "SymbolTableNode", "cross_ref": "numpy.unsignedinteger", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/typing/_callable.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/typing/_callable.meta.json b/.mypy_cache/3.9/numpy/typing/_callable.meta.json deleted file mode 100644 index 4a03badd2..000000000 --- a/.mypy_cache/3.9/numpy/typing/_callable.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [11, 12, 22, 36, 43, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 5, 30], "dependencies": ["sys", "typing", "numpy", "numpy.typing._scalars", "numpy.typing", "builtins", "abc"], "hash": "1a29851740ad4e6b9c11a2e57800405cf7597595984926cd89639d8cb06ae12f", "id": "numpy.typing._callable", "ignore_all": true, "interface_hash": "f80a8443a136f68d3a6a1df427ee060d73aa4f4982f73f1515a59f7a04a64cde", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/typing/_callable.py", "plugin_data": null, "size": 11397, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/typing/_dtype_like.data.json b/.mypy_cache/3.9/numpy/typing/_dtype_like.data.json deleted file mode 100644 index 7473d6de5..000000000 --- a/.mypy_cache/3.9/numpy/typing/_dtype_like.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.typing._dtype_like", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "DTypeLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.typing._dtype_like.DTypeLike", "line": 63, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}, {".class": "NoneType"}, "builtins.type", "numpy.typing._dtype_like._SupportsDType", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like._VoidDTypeLike"}]}}}, "HAVE_PROTOCOL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.typing._dtype_like.HAVE_PROTOCOL", "name": "HAVE_PROTOCOL", "type": "builtins.bool"}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing.Protocol", "kind": "Gdef"}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "TypedDict": {".class": "SymbolTableNode", "cross_ref": "typing.TypedDict", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_DTypeDict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["typing._TypedDict"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._dtype_like._DTypeDict", "name": "_DTypeDict", "type_vars": []}, "flags": [], "fullname": "numpy.typing._dtype_like._DTypeDict", "metaclass_type": null, "metadata": {}, "module_name": "numpy.typing._dtype_like", "mro": ["numpy.typing._dtype_like._DTypeDict", "typing._TypedDict", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": {".class": "TypedDictType", "fallback": "typing._TypedDict", "items": [["names", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], ["formats", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like._DTypeLikeNested"}], "type_ref": "typing.Sequence"}], ["offsets", {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}], ["titles", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}], ["itemsize", "builtins.int"], ["aligned", "builtins.bool"]], "required_keys": ["formats", "names"]}}}, "_DTypeDictBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["typing._TypedDict"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._dtype_like._DTypeDictBase", "name": "_DTypeDictBase", "type_vars": []}, "flags": [], "fullname": "numpy.typing._dtype_like._DTypeDictBase", "metaclass_type": null, "metadata": {}, "module_name": "numpy.typing._dtype_like", "mro": ["numpy.typing._dtype_like._DTypeDictBase", "typing._TypedDict", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": {".class": "TypedDictType", "fallback": "typing._TypedDict", "items": [["names", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], ["formats", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like._DTypeLikeNested"}], "type_ref": "typing.Sequence"}]], "required_keys": ["formats", "names"]}}}, "_DTypeLikeNested": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.typing._dtype_like._DTypeLikeNested", "line": 18, "no_args": false, "normalized": false, "target": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}}}, "_ShapeLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._shape._ShapeLike", "kind": "Gdef"}, "_SupportsDType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["dtype"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.typing._dtype_like._SupportsDType", "name": "_SupportsDType", "type_vars": []}, "flags": ["is_abstract", "is_protocol"], "fullname": "numpy.typing._dtype_like._SupportsDType", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.typing._dtype_like", "mro": ["numpy.typing._dtype_like._SupportsDType", "builtins.object"], "names": {".class": "SymbolTable", "dtype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_abstract_var", "is_ready"], "fullname": "numpy.typing._dtype_like._SupportsDType.dtype", "name": "dtype", "type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like._DTypeLikeNested"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_VoidDTypeLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.typing._dtype_like._VoidDTypeLike", "line": 43, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like._DTypeLikeNested"}, "builtins.int"], "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": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like._DTypeLikeNested"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.list"}, {".class": "TypedDictType", "fallback": "numpy.typing._dtype_like._DTypeDict", "items": [["names", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], ["formats", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like._DTypeLikeNested"}], "type_ref": "typing.Sequence"}], ["offsets", {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}], ["titles", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], ["itemsize", "builtins.int"], ["aligned", "builtins.bool"]], "required_keys": ["formats", "names"]}, {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like._DTypeLikeNested"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like._DTypeLikeNested"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._dtype_like.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._dtype_like.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._dtype_like.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._dtype_like.__package__", "name": "__package__", "type": "builtins.str"}}, "dtype": {".class": "SymbolTableNode", "cross_ref": "numpy.dtype", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/typing/_dtype_like.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/typing/_dtype_like.meta.json b/.mypy_cache/3.9/numpy/typing/_dtype_like.meta.json deleted file mode 100644 index 417ecca8c..000000000 --- a/.mypy_cache/3.9/numpy/typing/_dtype_like.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 2, 4, 5, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30], "dependencies": ["sys", "typing", "numpy", "numpy.typing._shape", "builtins", "abc"], "hash": "f7713e54e75cae7054cc5a8f7f6a9e0e1abda0d05f1d6f39d43c6306f6ab5feb", "id": "numpy.typing._dtype_like", "ignore_all": true, "interface_hash": "33ed65fb728c9839918c31be2b3cefc21873287436d0fa564b99f287c8d67779", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/typing/_dtype_like.py", "plugin_data": null, "size": 2476, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/typing/_scalars.data.json b/.mypy_cache/3.9/numpy/typing/_scalars.data.json deleted file mode 100644 index c1671e2bd..000000000 --- a/.mypy_cache/3.9/numpy/typing/_scalars.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.typing._scalars", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_BoolLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.typing._scalars._BoolLike", "line": 10, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.bool", "numpy.bool_"]}}}, "_CharLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.typing._scalars._CharLike", "line": 8, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}}}, "_ComplexLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.typing._scalars._ComplexLike", "line": 13, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._FloatLike"}, "builtins.complex", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.complexfloating"}]}}}, "_FloatLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.typing._scalars._FloatLike", "line": 12, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike"}, "builtins.float", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.floating"}]}}}, "_IntLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.typing._scalars._IntLike", "line": 11, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}]}}}, "_NumberLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.typing._scalars._NumberLike", "line": 14, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.complex", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.number"}, "numpy.bool_"]}}}, "_ScalarLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.typing._scalars._ScalarLike", "line": 16, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes", "numpy.generic"]}}}, "_VoidLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.typing._scalars._VoidLike", "line": 26, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}, "numpy.void"]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._scalars.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._scalars.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._scalars.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._scalars.__package__", "name": "__package__", "type": "builtins.str"}}, "np": {".class": "SymbolTableNode", "cross_ref": "numpy", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/typing/_scalars.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/typing/_scalars.meta.json b/.mypy_cache/3.9/numpy/typing/_scalars.meta.json deleted file mode 100644 index e57b63c5f..000000000 --- a/.mypy_cache/3.9/numpy/typing/_scalars.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 3, 1], "dep_prios": [5, 10, 5], "dependencies": ["typing", "numpy", "builtins"], "hash": "57684d570025bf05f306ef647d6ec4569db06e57c9e602267966a7ea04ab7229", "id": "numpy.typing._scalars", "ignore_all": true, "interface_hash": "aced6ba815fa341356e9c4d92252332e99d0a19843d1686673b44e1e652546e0", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/typing/_scalars.py", "plugin_data": null, "size": 668, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/typing/_shape.data.json b/.mypy_cache/3.9/numpy/typing/_shape.data.json deleted file mode 100644 index b2727d6cc..000000000 --- a/.mypy_cache/3.9/numpy/typing/_shape.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.typing._shape", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "SupportsIndex": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsIndex", "kind": "Gdef"}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_Shape": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.typing._shape._Shape", "line": 12, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}}, "_ShapeLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.typing._shape._ShapeLike", "line": 15, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["typing.SupportsIndex", {".class": "Instance", "args": ["typing.SupportsIndex"], "type_ref": "typing.Sequence"}]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._shape.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._shape.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._shape.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.typing._shape.__package__", "name": "__package__", "type": "builtins.str"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/typing/_shape.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/typing/_shape.meta.json b/.mypy_cache/3.9/numpy/typing/_shape.meta.json deleted file mode 100644 index 790d3acec..000000000 --- a/.mypy_cache/3.9/numpy/typing/_shape.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "3fdaa2b8d0cdbd3b333d0024040e4899dafc5aa7cf07049cbd53195e7a0b0bd3", "id": "numpy.typing._shape", "ignore_all": true, "interface_hash": "e9e059e26ec7021d655385d3d3e592fb8e0ab5c14949029b5859910aa3f08f8d", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/typing/_shape.py", "plugin_data": null, "size": 441, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/version.data.json b/.mypy_cache/3.9/numpy/version.data.json deleted file mode 100644 index 98b652e6d..000000000 --- a/.mypy_cache/3.9/numpy/version.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "numpy.version", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.version.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.version.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.version.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.version.__package__", "name": "__package__", "type": "builtins.str"}}, "full_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.version.full_version", "name": "full_version", "type": "builtins.str"}}, "git_revision": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.version.git_revision", "name": "git_revision", "type": "builtins.str"}}, "release": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.version.release", "name": "release", "type": "builtins.bool"}}, "short_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.version.short_version", "name": "short_version", "type": "builtins.str"}}, "version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.version.version", "name": "version", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/version.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/numpy/version.meta.json b/.mypy_cache/3.9/numpy/version.meta.json deleted file mode 100644 index 84a2eb38d..000000000 --- a/.mypy_cache/3.9/numpy/version.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 30, 30], "dependencies": ["builtins", "abc", "typing"], "hash": "a32ef22ec3b57f4242a7a514cbc11e6ad24d67de1ef1e8c324a39a78e7508b7a", "id": "numpy.version", "ignore_all": true, "interface_hash": "cf32f483ff5df6e646f51362bfaa663bceb15c33df133e8a7a92d7a1810faf61", "mtime": 1638791108, "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_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/anaconda3/lib/python3.9/site-packages/numpy/version.py", "plugin_data": null, "size": 320, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/operator.data.json b/.mypy_cache/3.9/operator.data.json deleted file mode 100644 index d6a0a1e4f..000000000 --- a/.mypy_cache/3.9/operator.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "operator", "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}, "Container": {".class": "SymbolTableNode", "cross_ref": "typing.Container", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MutableMapping": {".class": "SymbolTableNode", "cross_ref": "typing.MutableMapping", "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}, "SupportsAbs": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsAbs", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_K": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "operator._K", "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "operator._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T_co": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "operator._T_co", "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}}, "_V": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "operator._V", "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__abs__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "operator.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.SupportsAbs"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__abs__", "ret_type": {".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__add__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__and__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__concat__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__concat__", "name": "__concat__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__concat__", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Container"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__delitem__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "operator.__delitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.MutableSequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__delitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.MutableSequence"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__delitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.MutableMapping"}, {".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__delitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.MutableSequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.MutableSequence"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.MutableMapping"}, {".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "operator.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__eq__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "operator.__file__", "name": "__file__", "type": "builtins.str"}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__floordiv__", "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "operator.__getitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__", "ret_type": {".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}, {".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__", "ret_type": {".class": "TypeVarType", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__", "ret_type": {".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}, {".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__", "ret_type": {".class": "TypeVarType", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__iadd__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iadd__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__iand__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__iand__", "name": "__iand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iand__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__iconcat__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__iconcat__", "name": "__iconcat__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iconcat__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__ifloordiv__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__ifloordiv__", "name": "__ifloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ifloordiv__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__ilshift__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__ilshift__", "name": "__ilshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ilshift__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__imatmul__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__imatmul__", "name": "__imatmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__imatmul__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__imod__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__imod__", "name": "__imod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__imod__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__imul__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__imul__", "name": "__imul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__imul__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__index__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "operator.__index__", "name": "__index__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["a"], "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", "implicit": false, "is_ellipsis_args": false, "name": "__index__", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__inv__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "operator.__inv__", "name": "__inv__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["a"], "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", "implicit": false, "is_ellipsis_args": false, "name": "__inv__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__invert__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "operator.__invert__", "name": "__invert__", "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", "implicit": false, "is_ellipsis_args": false, "name": "__invert__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__ior__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__ior__", "name": "__ior__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ior__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__ipow__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__ipow__", "name": "__ipow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ipow__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__irshift__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__irshift__", "name": "__irshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__irshift__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__isub__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__isub__", "name": "__isub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__isub__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__itruediv__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__itruediv__", "name": "__itruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__itruediv__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__ixor__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__ixor__", "name": "__ixor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ixor__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__lshift__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__lshift__", "name": "__lshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lshift__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__matmul__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__matmul__", "name": "__matmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__matmul__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mod__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "operator.__name__", "name": "__name__", "type": "builtins.str"}}, "__ne__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__neg__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "operator.__neg__", "name": "__neg__", "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", "implicit": false, "is_ellipsis_args": false, "name": "__neg__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__not__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "operator.__not__", "name": "__not__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["a"], "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", "implicit": false, "is_ellipsis_args": false, "name": "__not__", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__or__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "operator.__package__", "name": "__package__", "type": "builtins.str"}}, "__pos__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "operator.__pos__", "name": "__pos__", "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", "implicit": false, "is_ellipsis_args": false, "name": "__pos__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__pow__", "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pow__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__rshift__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__rshift__", "name": "__rshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rshift__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "operator.__setitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["a", "b", "c"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.int", {".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["a", "b", "c"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.slice", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["a", "b", "c"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.int", {".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.slice", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__truediv__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "operator.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "abs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__a"], "flags": [], "fullname": "operator.abs", "name": "abs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.SupportsAbs"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "abs", "ret_type": {".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "add": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.add", "name": "add", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "and_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.and_", "name": "and_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "and_", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "attrgetter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "operator.attrgetter", "name": "attrgetter", "type_vars": [{".class": "TypeVarDef", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": [], "fullname": "operator.attrgetter", "metaclass_type": null, "metadata": {}, "module_name": "operator", "mro": ["operator.attrgetter", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "operator.attrgetter.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.attrgetter"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of attrgetter", "ret_type": {".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "operator.attrgetter.__new__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "attr"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.attrgetter.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "attr"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.attrgetter"}}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of attrgetter", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "operator.attrgetter"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "attr", "__attr2"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.attrgetter.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "attr", null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.attrgetter"}}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of attrgetter", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".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}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "operator.attrgetter"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "attr", "__attr2", "__attr3"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.attrgetter.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "attr", null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.attrgetter"}}, "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of attrgetter", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "operator.attrgetter"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["cls", "attr", "__attr2", "__attr3", "__attr4"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.attrgetter.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["cls", "attr", null, null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.attrgetter"}}, "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of attrgetter", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".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}, {".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}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "operator.attrgetter"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["cls", "attr", "attrs"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.attrgetter.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["cls", "attr", "attrs"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.attrgetter"}}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of attrgetter", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "type_ref": "operator.attrgetter"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "attr"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.attrgetter"}}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of attrgetter", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "operator.attrgetter"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "attr", null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.attrgetter"}}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of attrgetter", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".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}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "operator.attrgetter"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "attr", null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.attrgetter"}}, "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of attrgetter", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "operator.attrgetter"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["cls", "attr", null, null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.attrgetter"}}, "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of attrgetter", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".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}, {".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}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "operator.attrgetter"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["cls", "attr", "attrs"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.attrgetter"}}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of attrgetter", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "type_ref": "operator.attrgetter"}, "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "concat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.concat", "name": "concat", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "concat", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "contains": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.contains", "name": "contains", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Container"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "contains", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "countOf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.countOf", "name": "countOf", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Container"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "countOf", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "delitem": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "operator.delitem", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.delitem", "name": "delitem", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.MutableSequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "delitem", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "delitem", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.delitem", "name": "delitem", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.MutableSequence"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "delitem", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "delitem", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.delitem", "name": "delitem", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.MutableMapping"}, {".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "delitem", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "delitem", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.MutableSequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "delitem", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.MutableSequence"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "delitem", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.MutableMapping"}, {".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "delitem", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "eq": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.eq", "name": "eq", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eq", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "floordiv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.floordiv", "name": "floordiv", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "floordiv", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "ge": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.ge", "name": "ge", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ge", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "getitem": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "operator.getitem", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.getitem", "name": "getitem", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getitem", "ret_type": {".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getitem", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.getitem", "name": "getitem", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getitem", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getitem", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.getitem", "name": "getitem", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}, {".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getitem", "ret_type": {".class": "TypeVarType", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getitem", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getitem", "ret_type": {".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getitem", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}, {".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getitem", "ret_type": {".class": "TypeVarType", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "gt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.gt", "name": "gt", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gt", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "iadd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.iadd", "name": "iadd", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iadd", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "iand": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.iand", "name": "iand", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iand", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "iconcat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.iconcat", "name": "iconcat", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iconcat", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "ifloordiv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.ifloordiv", "name": "ifloordiv", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ifloordiv", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "ilshift": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.ilshift", "name": "ilshift", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ilshift", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "imatmul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.imatmul", "name": "imatmul", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imatmul", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "imod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.imod", "name": "imod", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imod", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "imul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.imul", "name": "imul", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imul", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "index": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__a"], "flags": [], "fullname": "operator.index", "name": "index", "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", "implicit": false, "is_ellipsis_args": false, "name": "index", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "indexOf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.indexOf", "name": "indexOf", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, {".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "indexOf", "ret_type": "builtins.int", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "inv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__a"], "flags": [], "fullname": "operator.inv", "name": "inv", "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", "implicit": false, "is_ellipsis_args": false, "name": "inv", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "invert": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__a"], "flags": [], "fullname": "operator.invert", "name": "invert", "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", "implicit": false, "is_ellipsis_args": false, "name": "invert", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "ior": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.ior", "name": "ior", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ior", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "ipow": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.ipow", "name": "ipow", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ipow", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "irshift": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.irshift", "name": "irshift", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "irshift", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "is_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.is_", "name": "is_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_not": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.is_not", "name": "is_not", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_not", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.isub", "name": "isub", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isub", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "itemgetter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "operator.itemgetter", "name": "itemgetter", "type_vars": [{".class": "TypeVarDef", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": [], "fullname": "operator.itemgetter", "metaclass_type": null, "metadata": {}, "module_name": "operator", "mro": ["operator.itemgetter", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "operator.itemgetter.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.itemgetter"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of itemgetter", "ret_type": {".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "operator.itemgetter.__new__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.itemgetter.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.itemgetter"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of itemgetter", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "operator.itemgetter"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "item", "__item2"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.itemgetter.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "item", null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.itemgetter"}}, {".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": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of itemgetter", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".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}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "operator.itemgetter"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "item", "__item2", "__item3"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.itemgetter.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "item", null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.itemgetter"}}, {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of itemgetter", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "operator.itemgetter"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["cls", "item", "__item2", "__item3", "__item4"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.itemgetter.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["cls", "item", null, null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.itemgetter"}}, {".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}, {".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": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of itemgetter", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".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}, {".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}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "operator.itemgetter"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["cls", "item", "items"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.itemgetter.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["cls", "item", "items"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.itemgetter"}}, {".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": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of itemgetter", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "type_ref": "operator.itemgetter"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.itemgetter"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of itemgetter", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "operator.itemgetter"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "item", null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.itemgetter"}}, {".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": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of itemgetter", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".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}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "operator.itemgetter"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "item", null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.itemgetter"}}, {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of itemgetter", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "operator.itemgetter"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["cls", "item", null, null, null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.itemgetter"}}, {".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}, {".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": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of itemgetter", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".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}, {".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}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "operator.itemgetter"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["cls", "item", "items"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "operator.itemgetter"}}, {".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": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of itemgetter", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "type_ref": "operator.itemgetter"}, "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "itruediv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.itruediv", "name": "itruediv", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "itruediv", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "ixor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.ixor", "name": "ixor", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ixor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "le": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.le", "name": "le", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "le", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "length_hint": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["__obj", "__default"], "flags": [], "fullname": "operator.length_hint", "name": "length_hint", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "length_hint", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "lshift": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.lshift", "name": "lshift", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lshift", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "lt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.lt", "name": "lt", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lt", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "matmul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.matmul", "name": "matmul", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "matmul", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "methodcaller": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "operator.methodcaller", "name": "methodcaller", "type_vars": []}, "flags": [], "fullname": "operator.methodcaller", "metaclass_type": null, "metadata": {}, "module_name": "operator", "mro": ["operator.methodcaller", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "operator.methodcaller.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "arg_types": ["operator.methodcaller", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of methodcaller", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "__name", "args", "kwargs"], "flags": [], "fullname": "operator.methodcaller.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", null, "args", "kwargs"], "arg_types": ["operator.methodcaller", "builtins.str", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of methodcaller", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "mod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.mod", "name": "mod", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mod", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "mul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.mul", "name": "mul", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mul", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "ne": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.ne", "name": "ne", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ne", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "neg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__a"], "flags": [], "fullname": "operator.neg", "name": "neg", "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", "implicit": false, "is_ellipsis_args": false, "name": "neg", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "not_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__a"], "flags": [], "fullname": "operator.not_", "name": "not_", "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", "implicit": false, "is_ellipsis_args": false, "name": "not_", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "or_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.or_", "name": "or_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "or_", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "pos": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__a"], "flags": [], "fullname": "operator.pos", "name": "pos", "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", "implicit": false, "is_ellipsis_args": false, "name": "pos", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "pow": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.pow", "name": "pow", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "rshift": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.rshift", "name": "rshift", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rshift", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "setitem": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "operator.setitem", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["__a", "__b", "__c"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.setitem", "name": "setitem", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.int", {".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setitem", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "setitem", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["__a", "__b", "__c"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.setitem", "name": "setitem", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.slice", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setitem", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "setitem", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["__a", "__b", "__c"], "flags": ["is_overload", "is_decorated"], "fullname": "operator.setitem", "name": "setitem", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setitem", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "setitem", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.int", {".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setitem", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.slice", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setitem", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "TypeVarType", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setitem", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "operator._K", "id": -1, "name": "_K", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "operator._V", "id": -2, "name": "_V", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "sub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.sub", "name": "sub", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sub", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "truediv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.truediv", "name": "truediv", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "truediv", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "truth": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__a"], "flags": [], "fullname": "operator.truth", "name": "truth", "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", "implicit": false, "is_ellipsis_args": false, "name": "truth", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "xor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__a", "__b"], "flags": [], "fullname": "operator.xor", "name": "xor", "type": {".class": "CallableType", "arg_kinds": [0, 0], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/operator.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/operator.meta.json b/.mypy_cache/3.9/operator.meta.json deleted file mode 100644 index 51713c83a..000000000 --- a/.mypy_cache/3.9/operator.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "df47d23a8092031ba40d5fdba0a037a082af820c2311ac245a505a7fe888e6a6", "id": "operator", "ignore_all": true, "interface_hash": "8e4847316901762201de0a65baba065a0560bba01d583643f7c6a9090a98da97", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/operator.pyi", "plugin_data": null, "size": 8146, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/os/__init__.data.json b/.mypy_cache/3.9/os/__init__.data.json deleted file mode 100644 index f6a3c182f..000000000 --- a/.mypy_cache/3.9/os/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "os", "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}, "AnyPath": {".class": "SymbolTableNode", "cross_ref": "_typeshed.AnyPath", "kind": "Gdef", "module_hidden": true, "module_public": false}, "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BinaryIO": {".class": "SymbolTableNode", "cross_ref": "typing.BinaryIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BufferedRandom": {".class": "SymbolTableNode", "cross_ref": "io.BufferedRandom", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BufferedReader": {".class": "SymbolTableNode", "cross_ref": "io.BufferedReader", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BufferedWriter": {".class": "SymbolTableNode", "cross_ref": "io.BufferedWriter", "kind": "Gdef", "module_hidden": true, "module_public": false}, "CLD_CONTINUED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.CLD_CONTINUED", "name": "CLD_CONTINUED", "type": "builtins.int"}}, "CLD_DUMPED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.CLD_DUMPED", "name": "CLD_DUMPED", "type": "builtins.int"}}, "CLD_EXITED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.CLD_EXITED", "name": "CLD_EXITED", "type": "builtins.int"}}, "CLD_TRAPPED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.CLD_TRAPPED", "name": "CLD_TRAPPED", "type": "builtins.int"}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ContextManager": {".class": "SymbolTableNode", "cross_ref": "typing.ContextManager", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DirEntry": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "os.DirEntry", "name": "DirEntry", "type_vars": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, "flags": [], "fullname": "os.DirEntry", "metaclass_type": null, "metadata": {}, "module_name": "os", "mro": ["os.DirEntry", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "os.DirEntry.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.DirEntry"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of DirEntry", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__fspath__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "os.DirEntry.__fspath__", "name": "__fspath__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.DirEntry"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__fspath__ of DirEntry", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}}, "inode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "os.DirEntry.inode", "name": "inode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.DirEntry"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "inode of DirEntry", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "is_dir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["self", "follow_symlinks"], "flags": [], "fullname": "os.DirEntry.is_dir", "name": "is_dir", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "follow_symlinks"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.DirEntry"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_dir of DirEntry", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["self", "follow_symlinks"], "flags": [], "fullname": "os.DirEntry.is_file", "name": "is_file", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "follow_symlinks"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.DirEntry"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_file of DirEntry", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_symlink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "os.DirEntry.is_symlink", "name": "is_symlink", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.DirEntry"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_symlink of DirEntry", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.DirEntry.name", "name": "name", "type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}}}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.DirEntry.path", "name": "path", "type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}}}, "stat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["self", "follow_symlinks"], "flags": [], "fullname": "os.DirEntry.stat", "name": "stat", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "follow_symlinks"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.DirEntry"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stat of DirEntry", "ret_type": "os.stat_result", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["AnyStr"], "typeddict_type": null}}, "EX_CANTCREAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.EX_CANTCREAT", "name": "EX_CANTCREAT", "type": "builtins.int"}}, "EX_CONFIG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.EX_CONFIG", "name": "EX_CONFIG", "type": "builtins.int"}}, "EX_DATAERR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.EX_DATAERR", "name": "EX_DATAERR", "type": "builtins.int"}}, "EX_IOERR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.EX_IOERR", "name": "EX_IOERR", "type": "builtins.int"}}, "EX_NOHOST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.EX_NOHOST", "name": "EX_NOHOST", "type": "builtins.int"}}, "EX_NOINPUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.EX_NOINPUT", "name": "EX_NOINPUT", "type": "builtins.int"}}, "EX_NOPERM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.EX_NOPERM", "name": "EX_NOPERM", "type": "builtins.int"}}, "EX_NOTFOUND": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.EX_NOTFOUND", "name": "EX_NOTFOUND", "type": "builtins.int"}}, "EX_NOUSER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.EX_NOUSER", "name": "EX_NOUSER", "type": "builtins.int"}}, "EX_OK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.EX_OK", "name": "EX_OK", "type": "builtins.int"}}, "EX_OSERR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.EX_OSERR", "name": "EX_OSERR", "type": "builtins.int"}}, "EX_OSFILE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.EX_OSFILE", "name": "EX_OSFILE", "type": "builtins.int"}}, "EX_PROTOCOL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.EX_PROTOCOL", "name": "EX_PROTOCOL", "type": "builtins.int"}}, "EX_SOFTWARE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.EX_SOFTWARE", "name": "EX_SOFTWARE", "type": "builtins.int"}}, "EX_TEMPFAIL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.EX_TEMPFAIL", "name": "EX_TEMPFAIL", "type": "builtins.int"}}, "EX_UNAVAILABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.EX_UNAVAILABLE", "name": "EX_UNAVAILABLE", "type": "builtins.int"}}, "EX_USAGE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.EX_USAGE", "name": "EX_USAGE", "type": "builtins.int"}}, "F_LOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.F_LOCK", "name": "F_LOCK", "type": "builtins.int"}}, "F_OK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.F_OK", "name": "F_OK", "type": "builtins.int"}}, "F_TEST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.F_TEST", "name": "F_TEST", "type": "builtins.int"}}, "F_TLOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.F_TLOCK", "name": "F_TLOCK", "type": "builtins.int"}}, "F_ULOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.F_ULOCK", "name": "F_ULOCK", "type": "builtins.int"}}, "FileDescriptorLike": {".class": "SymbolTableNode", "cross_ref": "_typeshed.FileDescriptorLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "FileIO": {".class": "SymbolTableNode", "cross_ref": "io.FileIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "GenericAlias": {".class": "SymbolTableNode", "cross_ref": "types.GenericAlias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MFD_ALLOW_SEALING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.MFD_ALLOW_SEALING", "name": "MFD_ALLOW_SEALING", "type": "builtins.int"}}, "MFD_CLOEXEC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.MFD_CLOEXEC", "name": "MFD_CLOEXEC", "type": "builtins.int"}}, "MFD_HUGETLB": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.MFD_HUGETLB", "name": "MFD_HUGETLB", "type": "builtins.int"}}, "MFD_HUGE_16GB": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.MFD_HUGE_16GB", "name": "MFD_HUGE_16GB", "type": "builtins.int"}}, "MFD_HUGE_16MB": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.MFD_HUGE_16MB", "name": "MFD_HUGE_16MB", "type": "builtins.int"}}, "MFD_HUGE_1GB": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.MFD_HUGE_1GB", "name": "MFD_HUGE_1GB", "type": "builtins.int"}}, "MFD_HUGE_1MB": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.MFD_HUGE_1MB", "name": "MFD_HUGE_1MB", "type": "builtins.int"}}, "MFD_HUGE_256MB": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.MFD_HUGE_256MB", "name": "MFD_HUGE_256MB", "type": "builtins.int"}}, "MFD_HUGE_2GB": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.MFD_HUGE_2GB", "name": "MFD_HUGE_2GB", "type": "builtins.int"}}, "MFD_HUGE_2MB": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.MFD_HUGE_2MB", "name": "MFD_HUGE_2MB", "type": "builtins.int"}}, "MFD_HUGE_32MB": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.MFD_HUGE_32MB", "name": "MFD_HUGE_32MB", "type": "builtins.int"}}, "MFD_HUGE_512KB": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.MFD_HUGE_512KB", "name": "MFD_HUGE_512KB", "type": "builtins.int"}}, "MFD_HUGE_512MB": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.MFD_HUGE_512MB", "name": "MFD_HUGE_512MB", "type": "builtins.int"}}, "MFD_HUGE_64KB": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.MFD_HUGE_64KB", "name": "MFD_HUGE_64KB", "type": "builtins.int"}}, "MFD_HUGE_8MB": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.MFD_HUGE_8MB", "name": "MFD_HUGE_8MB", "type": "builtins.int"}}, "MFD_HUGE_MASK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.MFD_HUGE_MASK", "name": "MFD_HUGE_MASK", "type": "builtins.int"}}, "MFD_HUGE_SHIFT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.MFD_HUGE_SHIFT", "name": "MFD_HUGE_SHIFT", "type": "builtins.int"}}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MutableMapping": {".class": "SymbolTableNode", "cross_ref": "typing.MutableMapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef", "module_hidden": true, "module_public": false}, "OSError": {".class": "SymbolTableNode", "cross_ref": "builtins.OSError", "kind": "Gdef", "module_hidden": true, "module_public": false}, "O_APPEND": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_APPEND", "name": "O_APPEND", "type": "builtins.int"}}, "O_ASYNC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_ASYNC", "name": "O_ASYNC", "type": "builtins.int"}}, "O_BINARY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_BINARY", "name": "O_BINARY", "type": "builtins.int"}}, "O_CLOEXEC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_CLOEXEC", "name": "O_CLOEXEC", "type": "builtins.int"}}, "O_CREAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_CREAT", "name": "O_CREAT", "type": "builtins.int"}}, "O_DIRECT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_DIRECT", "name": "O_DIRECT", "type": "builtins.int"}}, "O_DIRECTORY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_DIRECTORY", "name": "O_DIRECTORY", "type": "builtins.int"}}, "O_DSYNC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_DSYNC", "name": "O_DSYNC", "type": "builtins.int"}}, "O_EXCL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_EXCL", "name": "O_EXCL", "type": "builtins.int"}}, "O_EXLOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_EXLOCK", "name": "O_EXLOCK", "type": "builtins.int"}}, "O_LARGEFILE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_LARGEFILE", "name": "O_LARGEFILE", "type": "builtins.int"}}, "O_NDELAY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_NDELAY", "name": "O_NDELAY", "type": "builtins.int"}}, "O_NOATIME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_NOATIME", "name": "O_NOATIME", "type": "builtins.int"}}, "O_NOCTTY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_NOCTTY", "name": "O_NOCTTY", "type": "builtins.int"}}, "O_NOFOLLOW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_NOFOLLOW", "name": "O_NOFOLLOW", "type": "builtins.int"}}, "O_NOINHERIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_NOINHERIT", "name": "O_NOINHERIT", "type": "builtins.int"}}, "O_NONBLOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_NONBLOCK", "name": "O_NONBLOCK", "type": "builtins.int"}}, "O_PATH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_PATH", "name": "O_PATH", "type": "builtins.int"}}, "O_RANDOM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_RANDOM", "name": "O_RANDOM", "type": "builtins.int"}}, "O_RDONLY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_RDONLY", "name": "O_RDONLY", "type": "builtins.int"}}, "O_RDWR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_RDWR", "name": "O_RDWR", "type": "builtins.int"}}, "O_RSYNC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_RSYNC", "name": "O_RSYNC", "type": "builtins.int"}}, "O_SEQUENTIAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_SEQUENTIAL", "name": "O_SEQUENTIAL", "type": "builtins.int"}}, "O_SHLOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_SHLOCK", "name": "O_SHLOCK", "type": "builtins.int"}}, "O_SHORT_LIVED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_SHORT_LIVED", "name": "O_SHORT_LIVED", "type": "builtins.int"}}, "O_SYNC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_SYNC", "name": "O_SYNC", "type": "builtins.int"}}, "O_TEMPORARY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_TEMPORARY", "name": "O_TEMPORARY", "type": "builtins.int"}}, "O_TEXT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_TEXT", "name": "O_TEXT", "type": "builtins.int"}}, "O_TMPFILE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_TMPFILE", "name": "O_TMPFILE", "type": "builtins.int"}}, "O_TRUNC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_TRUNC", "name": "O_TRUNC", "type": "builtins.int"}}, "O_WRONLY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.O_WRONLY", "name": "O_WRONLY", "type": "builtins.int"}}, "OpenBinaryMode": {".class": "SymbolTableNode", "cross_ref": "_typeshed.OpenBinaryMode", "kind": "Gdef", "module_hidden": true, "module_public": false}, "OpenBinaryModeReading": {".class": "SymbolTableNode", "cross_ref": "_typeshed.OpenBinaryModeReading", "kind": "Gdef", "module_hidden": true, "module_public": false}, "OpenBinaryModeUpdating": {".class": "SymbolTableNode", "cross_ref": "_typeshed.OpenBinaryModeUpdating", "kind": "Gdef", "module_hidden": true, "module_public": false}, "OpenBinaryModeWriting": {".class": "SymbolTableNode", "cross_ref": "_typeshed.OpenBinaryModeWriting", "kind": "Gdef", "module_hidden": true, "module_public": false}, "OpenTextMode": {".class": "SymbolTableNode", "cross_ref": "_typeshed.OpenTextMode", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "POSIX_FADV_DONTNEED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.POSIX_FADV_DONTNEED", "name": "POSIX_FADV_DONTNEED", "type": "builtins.int"}}, "POSIX_FADV_NOREUSE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.POSIX_FADV_NOREUSE", "name": "POSIX_FADV_NOREUSE", "type": "builtins.int"}}, "POSIX_FADV_NORMAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.POSIX_FADV_NORMAL", "name": "POSIX_FADV_NORMAL", "type": "builtins.int"}}, "POSIX_FADV_RANDOM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.POSIX_FADV_RANDOM", "name": "POSIX_FADV_RANDOM", "type": "builtins.int"}}, "POSIX_FADV_SEQUENTIAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.POSIX_FADV_SEQUENTIAL", "name": "POSIX_FADV_SEQUENTIAL", "type": "builtins.int"}}, "POSIX_FADV_WILLNEED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.POSIX_FADV_WILLNEED", "name": "POSIX_FADV_WILLNEED", "type": "builtins.int"}}, "PRIO_PGRP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.PRIO_PGRP", "name": "PRIO_PGRP", "type": "builtins.int"}}, "PRIO_PROCESS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.PRIO_PROCESS", "name": "PRIO_PROCESS", "type": "builtins.int"}}, "PRIO_USER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.PRIO_USER", "name": "PRIO_USER", "type": "builtins.int"}}, "P_ALL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.P_ALL", "name": "P_ALL", "type": "builtins.int"}}, "P_NOWAIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.P_NOWAIT", "name": "P_NOWAIT", "type": "builtins.int"}}, "P_NOWAITO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.P_NOWAITO", "name": "P_NOWAITO", "type": "builtins.int"}}, "P_PGID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.P_PGID", "name": "P_PGID", "type": "builtins.int"}}, "P_PID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.P_PID", "name": "P_PID", "type": "builtins.int"}}, "P_WAIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.P_WAIT", "name": "P_WAIT", "type": "builtins.int"}}, "PathLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "os.PathLike", "name": "PathLike", "type_vars": [{".class": "TypeVarDef", "fullname": "os._AnyStr_co", "id": 1, "name": "_AnyStr_co", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 1}]}, "flags": ["is_protocol", "runtime_protocol"], "fullname": "os.PathLike", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "os", "mro": ["os.PathLike", "builtins.object"], "names": {".class": "SymbolTable", "__fspath__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "os.PathLike.__fspath__", "name": "__fspath__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "os._AnyStr_co", "id": 1, "name": "_AnyStr_co", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 1}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__fspath__ of PathLike", "ret_type": {".class": "TypeVarType", "fullname": "os._AnyStr_co", "id": 1, "name": "_AnyStr_co", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_AnyStr_co"], "typeddict_type": null}}, "Popen": {".class": "SymbolTableNode", "cross_ref": "subprocess.Popen", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing.Protocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "RTLD_DEEPBIND": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.RTLD_DEEPBIND", "name": "RTLD_DEEPBIND", "type": "builtins.int"}}, "RTLD_GLOBAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.RTLD_GLOBAL", "name": "RTLD_GLOBAL", "type": "builtins.int"}}, "RTLD_LAZY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.RTLD_LAZY", "name": "RTLD_LAZY", "type": "builtins.int"}}, "RTLD_LOCAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.RTLD_LOCAL", "name": "RTLD_LOCAL", "type": "builtins.int"}}, "RTLD_NODELETE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.RTLD_NODELETE", "name": "RTLD_NODELETE", "type": "builtins.int"}}, "RTLD_NOLOAD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.RTLD_NOLOAD", "name": "RTLD_NOLOAD", "type": "builtins.int"}}, "RTLD_NOW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.RTLD_NOW", "name": "RTLD_NOW", "type": "builtins.int"}}, "R_OK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.R_OK", "name": "R_OK", "type": "builtins.int"}}, "SCHED_BATCH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.SCHED_BATCH", "name": "SCHED_BATCH", "type": "builtins.int"}}, "SCHED_FIFO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.SCHED_FIFO", "name": "SCHED_FIFO", "type": "builtins.int"}}, "SCHED_IDLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.SCHED_IDLE", "name": "SCHED_IDLE", "type": "builtins.int"}}, "SCHED_OTHER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.SCHED_OTHER", "name": "SCHED_OTHER", "type": "builtins.int"}}, "SCHED_RESET_ON_FORK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.SCHED_RESET_ON_FORK", "name": "SCHED_RESET_ON_FORK", "type": "builtins.int"}}, "SCHED_RR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.SCHED_RR", "name": "SCHED_RR", "type": "builtins.int"}}, "SCHED_SPORADIC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.SCHED_SPORADIC", "name": "SCHED_SPORADIC", "type": "builtins.int"}}, "SEEK_CUR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.SEEK_CUR", "name": "SEEK_CUR", "type": "builtins.int"}}, "SEEK_DATA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.SEEK_DATA", "name": "SEEK_DATA", "type": "builtins.int"}}, "SEEK_END": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.SEEK_END", "name": "SEEK_END", "type": "builtins.int"}}, "SEEK_HOLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.SEEK_HOLE", "name": "SEEK_HOLE", "type": "builtins.int"}}, "SEEK_SET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.SEEK_SET", "name": "SEEK_SET", "type": "builtins.int"}}, "SF_MNOWAIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.SF_MNOWAIT", "name": "SF_MNOWAIT", "type": "builtins.int"}}, "SF_NODISKIO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.SF_NODISKIO", "name": "SF_NODISKIO", "type": "builtins.int"}}, "SF_SYNC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.SF_SYNC", "name": "SF_SYNC", "type": "builtins.int"}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TMP_MAX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.TMP_MAX", "name": "TMP_MAX", "type": "builtins.int"}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "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}, "WCONTINUED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.WCONTINUED", "name": "WCONTINUED", "type": "builtins.int"}}, "WCOREDUMP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__status"], "flags": [], "fullname": "os.WCOREDUMP", "name": "WCOREDUMP", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "WCOREDUMP", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "WEXITED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.WEXITED", "name": "WEXITED", "type": "builtins.int"}}, "WEXITSTATUS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["status"], "flags": [], "fullname": "os.WEXITSTATUS", "name": "WEXITSTATUS", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["status"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "WEXITSTATUS", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "WIFCONTINUED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["status"], "flags": [], "fullname": "os.WIFCONTINUED", "name": "WIFCONTINUED", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["status"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "WIFCONTINUED", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "WIFEXITED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["status"], "flags": [], "fullname": "os.WIFEXITED", "name": "WIFEXITED", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["status"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "WIFEXITED", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "WIFSIGNALED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["status"], "flags": [], "fullname": "os.WIFSIGNALED", "name": "WIFSIGNALED", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["status"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "WIFSIGNALED", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "WIFSTOPPED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["status"], "flags": [], "fullname": "os.WIFSTOPPED", "name": "WIFSTOPPED", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["status"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "WIFSTOPPED", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "WNOHANG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.WNOHANG", "name": "WNOHANG", "type": "builtins.int"}}, "WNOWAIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.WNOWAIT", "name": "WNOWAIT", "type": "builtins.int"}}, "WSTOPPED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.WSTOPPED", "name": "WSTOPPED", "type": "builtins.int"}}, "WSTOPSIG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["status"], "flags": [], "fullname": "os.WSTOPSIG", "name": "WSTOPSIG", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["status"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "WSTOPSIG", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "WTERMSIG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["status"], "flags": [], "fullname": "os.WTERMSIG", "name": "WTERMSIG", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["status"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "WTERMSIG", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "WUNTRACED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.WUNTRACED", "name": "WUNTRACED", "type": "builtins.int"}}, "W_OK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.W_OK", "name": "W_OK", "type": "builtins.int"}}, "XATTR_CREATE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.XATTR_CREATE", "name": "XATTR_CREATE", "type": "builtins.int"}}, "XATTR_REPLACE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.XATTR_REPLACE", "name": "XATTR_REPLACE", "type": "builtins.int"}}, "XATTR_SIZE_MAX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.XATTR_SIZE_MAX", "name": "XATTR_SIZE_MAX", "type": "builtins.int"}}, "X_OK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.X_OK", "name": "X_OK", "type": "builtins.int"}}, "_AnyStr_co": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "os._AnyStr_co", "name": "_AnyStr_co", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 1}}, "_Environ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.MutableMapping"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "os._Environ", "name": "_Environ", "type_vars": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, "flags": [], "fullname": "os._Environ", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "os", "mro": ["os._Environ", "typing.MutableMapping", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "os._Environ.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os._Environ"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of _Environ", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "os._Environ.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os._Environ"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of _Environ", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "data", "encodekey", "decodekey", "encodevalue", "decodevalue"], "flags": [], "fullname": "os._Environ.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "data", "encodekey", "decodekey", "encodevalue", "decodevalue"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os._Environ"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os._EnvironCodeFunc"}, {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os._EnvironCodeFunc"}, {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os._EnvironCodeFunc"}, {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os._EnvironCodeFunc"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _Environ", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "os._Environ.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os._Environ"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of _Environ", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "os._Environ.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os._Environ"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of _Environ", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "flags": [], "fullname": "os._Environ.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os._Environ"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of _Environ", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "os._Environ.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os._Environ"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of _Environ", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "decodekey": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os._Environ.decodekey", "name": "decodekey", "type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os._EnvironCodeFunc"}}}, "decodevalue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os._Environ.decodevalue", "name": "decodevalue", "type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os._EnvironCodeFunc"}}}, "encodekey": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os._Environ.encodekey", "name": "encodekey", "type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os._EnvironCodeFunc"}}}, "encodevalue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os._Environ.encodevalue", "name": "encodevalue", "type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os._EnvironCodeFunc"}}}, "setdefault": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "flags": [], "fullname": "os._Environ.setdefault", "name": "setdefault", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os._Environ"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setdefault of _Environ", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["AnyStr"], "typeddict_type": null}}, "_EnvironCodeFunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": ["AnyStr"], "column": 0, "fullname": "os._EnvironCodeFunc", "line": 185, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "AnyStr"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "AnyStr"}, "type_guard": null, "variables": []}}}, "_ExecEnv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "os._ExecEnv", "line": 748, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}], "type_ref": "typing.Mapping"}]}}}, "_ExecVArgs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "os._ExecVArgs", "line": 738, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "os.PathLike"}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "os.PathLike"}]}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "os.PathLike"}]}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "os.PathLike"}]}], "type_ref": "builtins.list"}]}}}, "_FdOrAnyPath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "os._FdOrAnyPath", "line": 313, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}]}}}, "_OnError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "os._OnError", "line": 680, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.OSError"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}}}, "_Opener": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "os._Opener", "line": 437, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_ScandirIterator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.DirEntry"}], "type_ref": "typing.Iterator"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os._ScandirIterator"}], "type_ref": "typing.ContextManager"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "os._ScandirIterator", "name": "_ScandirIterator", "type_vars": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, "flags": [], "fullname": "os._ScandirIterator", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "os", "mro": ["os._ScandirIterator", "typing.Iterator", "typing.Iterable", "typing.ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "os._ScandirIterator.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os._ScandirIterator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of _ScandirIterator", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.DirEntry"}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "os._ScandirIterator.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os._ScandirIterator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of _ScandirIterator", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["AnyStr"], "typeddict_type": null}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "os._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_TextIOWrapper": {".class": "SymbolTableNode", "cross_ref": "io.TextIOWrapper", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Tuple10Int": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "os._Tuple10Int", "line": 331, "no_args": false, "normalized": false, "target": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "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"}}}}, "_Tuple11Int": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "os._Tuple11Int", "line": 332, "no_args": false, "normalized": false, "target": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "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"}}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.__package__", "name": "__package__", "type": "builtins.str"}}, "_exit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["status"], "flags": [], "fullname": "os._exit", "name": "_exit", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["status"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_exit", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "_path": {".class": "SymbolTableNode", "cross_ref": "os.path", "kind": "Gdef", "module_public": false}, "_wrap_close": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["io.TextIOWrapper"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "os._wrap_close", "name": "_wrap_close", "type_vars": []}, "flags": [], "fullname": "os._wrap_close", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "os", "mro": ["os._wrap_close", "io.TextIOWrapper", "io.TextIOBase", "io.IOBase", "typing.TextIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "stream", "proc"], "flags": [], "fullname": "os._wrap_close.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "stream", "proc"], "arg_types": ["os._wrap_close", "io.TextIOWrapper", {".class": "Instance", "args": ["builtins.str"], "type_ref": "subprocess.Popen"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _wrap_close", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "os._wrap_close.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["os._wrap_close"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of _wrap_close", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "abort": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.abort", "name": "abort", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "abort", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "access": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["path", "mode", "dir_fd", "effective_ids", "follow_symlinks"], "flags": [], "fullname": "os.access", "name": "access", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["path", "mode", "dir_fd", "effective_ids", "follow_symlinks"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "os._FdOrAnyPath"}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "access", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "altsep": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.altsep", "name": "altsep", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "chdir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "os.chdir", "name": "chdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "os._FdOrAnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "chdir", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "chflags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["path", "flags", "follow_symlinks"], "flags": [], "fullname": "os.chflags", "name": "chflags", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["path", "flags", "follow_symlinks"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "chflags", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "chmod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["path", "mode", "dir_fd", "follow_symlinks"], "flags": [], "fullname": "os.chmod", "name": "chmod", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["path", "mode", "dir_fd", "follow_symlinks"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "os._FdOrAnyPath"}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "chmod", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "chown": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["path", "uid", "gid", "dir_fd", "follow_symlinks"], "flags": [], "fullname": "os.chown", "name": "chown", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["path", "uid", "gid", "dir_fd", "follow_symlinks"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "os._FdOrAnyPath"}, "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "chown", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "chroot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "os.chroot", "name": "chroot", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "chroot", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fd"], "flags": [], "fullname": "os.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["fd"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "closerange": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__fd_low", "__fd_high"], "flags": [], "fullname": "os.closerange", "name": "closerange", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "closerange", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "confstr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__name"], "flags": [], "fullname": "os.confstr", "name": "confstr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.int"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "confstr", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "confstr_names": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.confstr_names", "name": "confstr_names", "type": {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}}}, "cpu_count": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.cpu_count", "name": "cpu_count", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cpu_count", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "ctermid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.ctermid", "name": "ctermid", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ctermid", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "curdir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.curdir", "name": "curdir", "type": "builtins.str"}}, "defpath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.defpath", "name": "defpath", "type": "builtins.str"}}, "device_encoding": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fd"], "flags": [], "fullname": "os.device_encoding", "name": "device_encoding", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["fd"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "device_encoding", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "devnull": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.devnull", "name": "devnull", "type": "builtins.str"}}, "dup": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__fd"], "flags": [], "fullname": "os.dup", "name": "dup", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dup", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "dup2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["fd", "fd2", "inheritable"], "flags": [], "fullname": "os.dup2", "name": "dup2", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["fd", "fd2", "inheritable"], "arg_types": ["builtins.int", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dup2", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "environ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.environ", "name": "environ", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "os._Environ"}}}, "environb": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.environb", "name": "environb", "type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "os._Environ"}}}, "error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "os.error", "line": 55, "no_args": true, "normalized": false, "target": "builtins.OSError"}}, "execl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["file", "__arg0", "args"], "flags": [], "fullname": "os.execl", "name": "execl", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["file", null, "args"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "execl", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "execle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["file", "__arg0", "args"], "flags": [], "fullname": "os.execle", "name": "execle", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["file", null, "args"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "execle", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "execlp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["file", "__arg0", "args"], "flags": [], "fullname": "os.execlp", "name": "execlp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["file", null, "args"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "execlp", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "execlpe": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["file", "__arg0", "args"], "flags": [], "fullname": "os.execlpe", "name": "execlpe", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["file", null, "args"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "execlpe", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "execv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__path", "__argv"], "flags": [], "fullname": "os.execv", "name": "execv", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "os._ExecVArgs"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "execv", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "execve": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["path", "argv", "env"], "flags": [], "fullname": "os.execve", "name": "execve", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["path", "argv", "env"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "os._FdOrAnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "os._ExecVArgs"}, {".class": "TypeAliasType", "args": [], "type_ref": "os._ExecEnv"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "execve", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "execvp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["file", "args"], "flags": [], "fullname": "os.execvp", "name": "execvp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["file", "args"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "os._ExecVArgs"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "execvp", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "execvpe": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["file", "args", "env"], "flags": [], "fullname": "os.execvpe", "name": "execvpe", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["file", "args", "env"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "os._ExecVArgs"}, {".class": "TypeAliasType", "args": [], "type_ref": "os._ExecEnv"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "execvpe", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "extsep": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.extsep", "name": "extsep", "type": "builtins.str"}}, "fchdir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fd"], "flags": [], "fullname": "os.fchdir", "name": "fchdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["fd"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.FileDescriptorLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fchdir", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fchmod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fd", "mode"], "flags": [], "fullname": "os.fchmod", "name": "fchmod", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["fd", "mode"], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fchmod", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fchown": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["fd", "uid", "gid"], "flags": [], "fullname": "os.fchown", "name": "fchown", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["fd", "uid", "gid"], "arg_types": ["builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fchown", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fdatasync": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fd"], "flags": [], "fullname": "os.fdatasync", "name": "fdatasync", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["fd"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.FileDescriptorLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fdatasync", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fdopen": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "os.fdopen", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["fd", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "flags": ["is_overload", "is_decorated"], "fullname": "os.fdopen", "name": "fdopen", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["fd", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenTextMode"}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fdopen", "ret_type": "io.TextIOWrapper", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fdopen", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["fd", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "flags": ["is_overload", "is_decorated"], "fullname": "os.fdopen", "name": "fdopen", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["fd", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryMode"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fdopen", "ret_type": "io.FileIO", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fdopen", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["fd", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "flags": ["is_overload", "is_decorated"], "fullname": "os.fdopen", "name": "fdopen", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["fd", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeUpdating"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fdopen", "ret_type": "io.BufferedRandom", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fdopen", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["fd", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "flags": ["is_overload", "is_decorated"], "fullname": "os.fdopen", "name": "fdopen", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["fd", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeWriting"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fdopen", "ret_type": "io.BufferedWriter", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fdopen", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["fd", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "flags": ["is_overload", "is_decorated"], "fullname": "os.fdopen", "name": "fdopen", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["fd", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeReading"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fdopen", "ret_type": "io.BufferedReader", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fdopen", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["fd", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "flags": ["is_overload", "is_decorated"], "fullname": "os.fdopen", "name": "fdopen", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["fd", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryMode"}, "builtins.int", {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fdopen", "ret_type": "typing.BinaryIO", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fdopen", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["fd", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "flags": ["is_overload", "is_decorated"], "fullname": "os.fdopen", "name": "fdopen", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["fd", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": ["builtins.int", "builtins.str", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fdopen", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fdopen", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["fd", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenTextMode"}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fdopen", "ret_type": "io.TextIOWrapper", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["fd", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryMode"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fdopen", "ret_type": "io.FileIO", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["fd", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeUpdating"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fdopen", "ret_type": "io.BufferedRandom", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["fd", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeWriting"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fdopen", "ret_type": "io.BufferedWriter", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["fd", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeReading"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fdopen", "ret_type": "io.BufferedReader", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["fd", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryMode"}, "builtins.int", {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fdopen", "ret_type": "typing.BinaryIO", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["fd", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener"], "arg_types": ["builtins.int", "builtins.str", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fdopen", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}]}}}, "fork": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.fork", "name": "fork", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fork", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "forkpty": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.forkpty", "name": "forkpty", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forkpty", "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": []}}}, "fpathconf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__fd", "__name"], "flags": [], "fullname": "os.fpathconf", "name": "fpathconf", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["builtins.str", "builtins.int"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fpathconf", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "fsdecode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["filename"], "flags": [], "fullname": "os.fsdecode", "name": "fsdecode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["filename"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "os.PathLike"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fsdecode", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "fsencode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["filename"], "flags": [], "fullname": "os.fsencode", "name": "fsencode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["filename"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "os.PathLike"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fsencode", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "fspath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "os.fspath", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": ["is_overload", "is_decorated"], "fullname": "os.fspath", "name": "fspath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fspath", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fspath", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": ["is_overload", "is_decorated"], "fullname": "os.fspath", "name": "fspath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fspath", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fspath", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": ["is_overload", "is_decorated"], "fullname": "os.fspath", "name": "fspath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fspath", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fspath", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fspath", "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fspath", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fspath", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "fstat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fd"], "flags": [], "fullname": "os.fstat", "name": "fstat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["fd"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fstat", "ret_type": "os.stat_result", "type_guard": null, "variables": []}}}, "fstatvfs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__fd"], "flags": [], "fullname": "os.fstatvfs", "name": "fstatvfs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fstatvfs", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "os.statvfs_result"}, "type_guard": null, "variables": []}}}, "fsync": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fd"], "flags": [], "fullname": "os.fsync", "name": "fsync", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["fd"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.FileDescriptorLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fsync", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "ftruncate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__fd", "__length"], "flags": [], "fullname": "os.ftruncate", "name": "ftruncate", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ftruncate", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fwalk": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "os.fwalk", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 5, 5], "arg_names": ["top", "topdown", "onerror", "follow_symlinks", "dir_fd"], "flags": ["is_overload", "is_decorated"], "fullname": "os.fwalk", "name": "fwalk", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 5, 5], "arg_names": ["top", "topdown", "onerror", "follow_symlinks", "dir_fd"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.OSError"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fwalk", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "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": "typing.Iterator"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fwalk", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5, 5], "arg_names": ["top", "topdown", "onerror", "follow_symlinks", "dir_fd"], "flags": ["is_overload", "is_decorated"], "fullname": "os.fwalk", "name": "fwalk", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5, 5], "arg_names": ["top", "topdown", "onerror", "follow_symlinks", "dir_fd"], "arg_types": ["builtins.bytes", "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.OSError"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fwalk", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.bytes", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}, "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": "typing.Iterator"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fwalk", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [1, 1, 1, 5, 5], "arg_names": ["top", "topdown", "onerror", "follow_symlinks", "dir_fd"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.OSError"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fwalk", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "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": "typing.Iterator"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 5, 5], "arg_names": ["top", "topdown", "onerror", "follow_symlinks", "dir_fd"], "arg_types": ["builtins.bytes", "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.OSError"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fwalk", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.bytes", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}, "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": "typing.Iterator"}, "type_guard": null, "variables": []}]}}}, "get_blocking": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__fd"], "flags": [], "fullname": "os.get_blocking", "name": "get_blocking", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_blocking", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "get_exec_path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["env"], "flags": [], "fullname": "os.get_exec_path", "name": "get_exec_path", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["env"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_exec_path", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_inheritable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__fd"], "flags": [], "fullname": "os.get_inheritable", "name": "get_inheritable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_inheritable", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "get_terminal_size": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["fd"], "flags": [], "fullname": "os.get_terminal_size", "name": "get_terminal_size", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["fd"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_terminal_size", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": "os.terminal_size"}, "type_guard": null, "variables": []}}}, "getcwd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.getcwd", "name": "getcwd", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getcwd", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getcwdb": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.getcwdb", "name": "getcwdb", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getcwdb", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "getegid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.getegid", "name": "getegid", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getegid", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getenv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "os.getenv", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["key"], "flags": ["is_overload", "is_decorated"], "fullname": "os.getenv", "name": "getenv", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["key"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getenv", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getenv", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["key", "default"], "flags": ["is_overload", "is_decorated"], "fullname": "os.getenv", "name": "getenv", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["key", "default"], "arg_types": ["builtins.str", {".class": "TypeVarType", "fullname": "os._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getenv", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "TypeVarType", "fullname": "os._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "os._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getenv", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["key"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getenv", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["key", "default"], "arg_types": ["builtins.str", {".class": "TypeVarType", "fullname": "os._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getenv", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "TypeVarType", "fullname": "os._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "os._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "getenvb": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "os.getenvb", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["key"], "flags": ["is_overload", "is_decorated"], "fullname": "os.getenvb", "name": "getenvb", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["key"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getenvb", "ret_type": {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getenvb", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["key", "default"], "flags": ["is_overload", "is_decorated"], "fullname": "os.getenvb", "name": "getenvb", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["key", "default"], "arg_types": ["builtins.bytes", {".class": "TypeVarType", "fullname": "os._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getenvb", "ret_type": {".class": "UnionType", "items": ["builtins.bytes", {".class": "TypeVarType", "fullname": "os._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "os._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getenvb", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["key"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getenvb", "ret_type": {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["key", "default"], "arg_types": ["builtins.bytes", {".class": "TypeVarType", "fullname": "os._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getenvb", "ret_type": {".class": "UnionType", "items": ["builtins.bytes", {".class": "TypeVarType", "fullname": "os._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "os._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "geteuid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.geteuid", "name": "geteuid", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "geteuid", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getgid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.getgid", "name": "getgid", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getgid", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getgrouplist": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__user", "__group"], "flags": [], "fullname": "os.getgrouplist", "name": "getgrouplist", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getgrouplist", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "getgroups": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.getgroups", "name": "getgroups", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getgroups", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "getloadavg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.getloadavg", "name": "getloadavg", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getloadavg", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float", "builtins.float"], "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": []}}}, "getlogin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.getlogin", "name": "getlogin", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getlogin", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getpgid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pid"], "flags": [], "fullname": "os.getpgid", "name": "getpgid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pid"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getpgid", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getpgrp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.getpgrp", "name": "getpgrp", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getpgrp", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getpid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.getpid", "name": "getpid", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getpid", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getppid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.getppid", "name": "getppid", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getppid", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getpriority": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["which", "who"], "flags": [], "fullname": "os.getpriority", "name": "getpriority", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["which", "who"], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getpriority", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getrandom": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["size", "flags"], "flags": [], "fullname": "os.getrandom", "name": "getrandom", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["size", "flags"], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getrandom", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "getresgid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.getresgid", "name": "getresgid", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getresgid", "ret_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"}}, "type_guard": null, "variables": []}}}, "getresuid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.getresuid", "name": "getresuid", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getresuid", "ret_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"}}, "type_guard": null, "variables": []}}}, "getsid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__pid"], "flags": [], "fullname": "os.getsid", "name": "getsid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getsid", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getuid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.getuid", "name": "getuid", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getuid", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getxattr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["path", "attribute", "follow_symlinks"], "flags": [], "fullname": "os.getxattr", "name": "getxattr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["path", "attribute", "follow_symlinks"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "os._FdOrAnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getxattr", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "initgroups": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__username", "__gid"], "flags": [], "fullname": "os.initgroups", "name": "initgroups", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "initgroups", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "isatty": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__fd"], "flags": [], "fullname": "os.isatty", "name": "isatty", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isatty", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "kill": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__pid", "__signal"], "flags": [], "fullname": "os.kill", "name": "kill", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kill", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "killpg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__pgid", "__signal"], "flags": [], "fullname": "os.killpg", "name": "killpg", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "killpg", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "lchflags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["path", "flags"], "flags": [], "fullname": "os.lchflags", "name": "lchflags", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["path", "flags"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lchflags", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "lchmod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["path", "mode"], "flags": [], "fullname": "os.lchmod", "name": "lchmod", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["path", "mode"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lchmod", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "lchown": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["path", "uid", "gid"], "flags": [], "fullname": "os.lchown", "name": "lchown", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["path", "uid", "gid"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lchown", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "linesep": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.linesep", "name": "linesep", "type": "builtins.str"}}, "link": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["src", "dst", "src_dir_fd", "dst_dir_fd", "follow_symlinks"], "flags": [], "fullname": "os.link", "name": "link", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["src", "dst", "src_dir_fd", "dst_dir_fd", "follow_symlinks"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "link", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "listdir": {".class": "SymbolTableNode", "cross_ref": "posix.listdir", "kind": "Gdef"}, "listxattr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 5], "arg_names": ["path", "follow_symlinks"], "flags": [], "fullname": "os.listxattr", "name": "listxattr", "type": {".class": "CallableType", "arg_kinds": [1, 5], "arg_names": ["path", "follow_symlinks"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", "builtins.str", "builtins.bytes", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "listxattr", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "lockf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["__fd", "__command", "__length"], "flags": [], "fullname": "os.lockf", "name": "lockf", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lockf", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "lseek": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["__fd", "__position", "__how"], "flags": [], "fullname": "os.lseek", "name": "lseek", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lseek", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "lstat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["path", "dir_fd"], "flags": [], "fullname": "os.lstat", "name": "lstat", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["path", "dir_fd"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lstat", "ret_type": "os.stat_result", "type_guard": null, "variables": []}}}, "major": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__device"], "flags": [], "fullname": "os.major", "name": "major", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "major", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "makedev": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__major", "__minor"], "flags": [], "fullname": "os.makedev", "name": "makedev", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makedev", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "makedirs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["name", "mode", "exist_ok"], "flags": [], "fullname": "os.makedirs", "name": "makedirs", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["name", "mode", "exist_ok"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makedirs", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "memfd_create": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["name", "flags"], "flags": [], "fullname": "os.memfd_create", "name": "memfd_create", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["name", "flags"], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "memfd_create", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "minor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__device"], "flags": [], "fullname": "os.minor", "name": "minor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "minor", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "mkdir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["path", "mode", "dir_fd"], "flags": [], "fullname": "os.mkdir", "name": "mkdir", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["path", "mode", "dir_fd"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkdir", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "mkfifo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["path", "mode", "dir_fd"], "flags": [], "fullname": "os.mkfifo", "name": "mkfifo", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["path", "mode", "dir_fd"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkfifo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "mknod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["path", "mode", "device", "dir_fd"], "flags": [], "fullname": "os.mknod", "name": "mknod", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["path", "mode", "device", "dir_fd"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mknod", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.name", "name": "name", "type": "builtins.str"}}, "nice": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__increment"], "flags": [], "fullname": "os.nice", "name": "nice", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nice", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "open": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["path", "flags", "mode", "dir_fd"], "flags": [], "fullname": "os.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["path", "flags", "mode", "dir_fd"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "openpty": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.openpty", "name": "openpty", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "openpty", "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": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "pardir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.pardir", "name": "pardir", "type": "builtins.str"}}, "path": {".class": "SymbolTableNode", "cross_ref": "os.path", "kind": "Gdef"}, "pathconf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["path", "name"], "flags": [], "fullname": "os.pathconf", "name": "pathconf", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["path", "name"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "os._FdOrAnyPath"}, {".class": "UnionType", "items": ["builtins.str", "builtins.int"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pathconf", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "pathconf_names": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.pathconf_names", "name": "pathconf_names", "type": {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}}}, "pathsep": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.pathsep", "name": "pathsep", "type": "builtins.str"}}, "pipe": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.pipe", "name": "pipe", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pipe", "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": []}}}, "pipe2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["flags"], "flags": [], "fullname": "os.pipe2", "name": "pipe2", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["flags"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pipe2", "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": []}}}, "plock": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["op"], "flags": [], "fullname": "os.plock", "name": "plock", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["op"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "plock", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "popen": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["cmd", "mode", "buffering"], "flags": [], "fullname": "os.popen", "name": "popen", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["cmd", "mode", "buffering"], "arg_types": ["builtins.str", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "popen", "ret_type": "os._wrap_close", "type_guard": null, "variables": []}}}, "posix_fadvise": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["fd", "offset", "length", "advice"], "flags": [], "fullname": "os.posix_fadvise", "name": "posix_fadvise", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["fd", "offset", "length", "advice"], "arg_types": ["builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "posix_fadvise", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "posix_fallocate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["fd", "offset", "length"], "flags": [], "fullname": "os.posix_fallocate", "name": "posix_fallocate", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["fd", "offset", "length"], "arg_types": ["builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "posix_fallocate", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pread": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["__fd", "__length", "__offset"], "flags": [], "fullname": "os.pread", "name": "pread", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pread", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "putenv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__name", "__value"], "flags": [], "fullname": "os.putenv", "name": "putenv", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}, {".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "putenv", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pwrite": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["__fd", "__buffer", "__offset"], "flags": [], "fullname": "os.pwrite", "name": "pwrite", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["builtins.int", "builtins.bytes", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pwrite", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "read": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__fd", "__length"], "flags": [], "fullname": "os.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "readlink": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["path", "dir_fd"], "flags": [], "fullname": "os.readlink", "name": "readlink", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["path", "dir_fd"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readlink", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "readv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__fd", "__buffers"], "flags": [], "fullname": "os.readv", "name": "readv", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", {".class": "Instance", "args": ["builtins.bytearray"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readv", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "register_at_fork": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [5, 5, 5], "arg_names": ["before", "after_in_parent", "after_in_child"], "flags": [], "fullname": "os.register_at_fork", "name": "register_at_fork", "type": {".class": "CallableType", "arg_kinds": [5, 5, 5], "arg_names": ["before", "after_in_parent", "after_in_child"], "arg_types": [{".class": "UnionType", "items": [{".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", "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": "NoneType"}]}, {".class": "UnionType", "items": [{".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", "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": "NoneType"}]}, {".class": "UnionType", "items": [{".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", "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": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_at_fork", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "remove": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["path", "dir_fd"], "flags": [], "fullname": "os.remove", "name": "remove", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["path", "dir_fd"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "removedirs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "os.removedirs", "name": "removedirs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "removedirs", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "removexattr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["path", "attribute", "follow_symlinks"], "flags": [], "fullname": "os.removexattr", "name": "removexattr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["path", "attribute", "follow_symlinks"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "os._FdOrAnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "removexattr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "rename": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["src", "dst", "src_dir_fd", "dst_dir_fd"], "flags": [], "fullname": "os.rename", "name": "rename", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["src", "dst", "src_dir_fd", "dst_dir_fd"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rename", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "renames": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["old", "new"], "flags": [], "fullname": "os.renames", "name": "renames", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["old", "new"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "renames", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "replace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["src", "dst", "src_dir_fd", "dst_dir_fd"], "flags": [], "fullname": "os.replace", "name": "replace", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["src", "dst", "src_dir_fd", "dst_dir_fd"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "replace", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "rmdir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["path", "dir_fd"], "flags": [], "fullname": "os.rmdir", "name": "rmdir", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["path", "dir_fd"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rmdir", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "runtime_checkable": {".class": "SymbolTableNode", "cross_ref": "typing.runtime_checkable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "scandir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "os.scandir", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["path"], "flags": ["is_overload", "is_decorated"], "fullname": "os.scandir", "name": "scandir", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["path"], "arg_types": [{".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scandir", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "os._ScandirIterator"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scandir", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": ["is_overload", "is_decorated"], "fullname": "os.scandir", "name": "scandir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scandir", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "os._ScandirIterator"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scandir", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": ["is_overload", "is_decorated"], "fullname": "os.scandir", "name": "scandir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scandir", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os._ScandirIterator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scandir", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [1], "arg_names": ["path"], "arg_types": [{".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scandir", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "os._ScandirIterator"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scandir", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "os._ScandirIterator"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scandir", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os._ScandirIterator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "sched_get_priority_max": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["policy"], "flags": [], "fullname": "os.sched_get_priority_max", "name": "sched_get_priority_max", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["policy"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sched_get_priority_max", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sched_get_priority_min": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["policy"], "flags": [], "fullname": "os.sched_get_priority_min", "name": "sched_get_priority_min", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["policy"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sched_get_priority_min", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sched_getaffinity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pid"], "flags": [], "fullname": "os.sched_getaffinity", "name": "sched_getaffinity", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pid"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sched_getaffinity", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "sched_getparam": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pid"], "flags": [], "fullname": "os.sched_getparam", "name": "sched_getparam", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pid"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sched_getparam", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": "posix.sched_param"}, "type_guard": null, "variables": []}}}, "sched_getscheduler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pid"], "flags": [], "fullname": "os.sched_getscheduler", "name": "sched_getscheduler", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pid"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sched_getscheduler", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sched_param": {".class": "SymbolTableNode", "cross_ref": "posix.sched_param", "kind": "Gdef", "module_hidden": true, "module_public": false}, "sched_rr_get_interval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pid"], "flags": [], "fullname": "os.sched_rr_get_interval", "name": "sched_rr_get_interval", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pid"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sched_rr_get_interval", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "sched_setaffinity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["pid", "mask"], "flags": [], "fullname": "os.sched_setaffinity", "name": "sched_setaffinity", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["pid", "mask"], "arg_types": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sched_setaffinity", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sched_setparam": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["pid", "param"], "flags": [], "fullname": "os.sched_setparam", "name": "sched_setparam", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["pid", "param"], "arg_types": ["builtins.int", {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": "posix.sched_param"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sched_setparam", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sched_setscheduler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["pid", "policy", "param"], "flags": [], "fullname": "os.sched_setscheduler", "name": "sched_setscheduler", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["pid", "policy", "param"], "arg_types": ["builtins.int", "builtins.int", {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": "posix.sched_param"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sched_setscheduler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sched_yield": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.sched_yield", "name": "sched_yield", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sched_yield", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sendfile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "os.sendfile", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["out_fd", "in_fd", "offset", "count"], "flags": ["is_overload", "is_decorated"], "fullname": "os.sendfile", "name": "sendfile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["out_fd", "in_fd", "offset", "count"], "arg_types": ["builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sendfile", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sendfile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["out_fd", "in_fd", "offset", "count", "headers", "trailers", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "os.sendfile", "name": "sendfile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["out_fd", "in_fd", "offset", "count", "headers", "trailers", "flags"], "arg_types": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Sequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sendfile", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sendfile", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["out_fd", "in_fd", "offset", "count"], "arg_types": ["builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sendfile", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["out_fd", "in_fd", "offset", "count", "headers", "trailers", "flags"], "arg_types": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Sequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sendfile", "ret_type": "builtins.int", "type_guard": null, "variables": []}]}}}, "sep": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.sep", "name": "sep", "type": "builtins.str"}}, "set_blocking": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__fd", "__blocking"], "flags": [], "fullname": "os.set_blocking", "name": "set_blocking", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_blocking", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_inheritable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__fd", "__inheritable"], "flags": [], "fullname": "os.set_inheritable", "name": "set_inheritable", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_inheritable", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setegid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__egid"], "flags": [], "fullname": "os.setegid", "name": "setegid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setegid", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "seteuid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__euid"], "flags": [], "fullname": "os.seteuid", "name": "seteuid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seteuid", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setgid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__gid"], "flags": [], "fullname": "os.setgid", "name": "setgid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setgid", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setgroups": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__groups"], "flags": [], "fullname": "os.setgroups", "name": "setgroups", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setgroups", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setpgid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__pid", "__pgrp"], "flags": [], "fullname": "os.setpgid", "name": "setpgid", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setpgid", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setpgrp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.setpgrp", "name": "setpgrp", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setpgrp", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setpriority": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["which", "who", "priority"], "flags": [], "fullname": "os.setpriority", "name": "setpriority", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["which", "who", "priority"], "arg_types": ["builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setpriority", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setregid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__rgid", "__egid"], "flags": [], "fullname": "os.setregid", "name": "setregid", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setregid", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setresgid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["rgid", "egid", "sgid"], "flags": [], "fullname": "os.setresgid", "name": "setresgid", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["rgid", "egid", "sgid"], "arg_types": ["builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setresgid", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setresuid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["ruid", "euid", "suid"], "flags": [], "fullname": "os.setresuid", "name": "setresuid", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["ruid", "euid", "suid"], "arg_types": ["builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setresuid", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setreuid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__ruid", "__euid"], "flags": [], "fullname": "os.setreuid", "name": "setreuid", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setreuid", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setsid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.setsid", "name": "setsid", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setsid", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setuid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__uid"], "flags": [], "fullname": "os.setuid", "name": "setuid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setuid", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setxattr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 5], "arg_names": ["path", "attribute", "value", "flags", "follow_symlinks"], "flags": [], "fullname": "os.setxattr", "name": "setxattr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 5], "arg_names": ["path", "attribute", "value", "flags", "follow_symlinks"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "os._FdOrAnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "builtins.bytes", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setxattr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "spawnl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["mode", "file", "arg0", "args"], "flags": [], "fullname": "os.spawnl", "name": "spawnl", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["mode", "file", "arg0", "args"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spawnl", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "spawnle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["mode", "file", "arg0", "args"], "flags": [], "fullname": "os.spawnle", "name": "spawnle", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["mode", "file", "arg0", "args"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spawnle", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "spawnlp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["mode", "file", "arg0", "args"], "flags": [], "fullname": "os.spawnlp", "name": "spawnlp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["mode", "file", "arg0", "args"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spawnlp", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "spawnlpe": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["mode", "file", "arg0", "args"], "flags": [], "fullname": "os.spawnlpe", "name": "spawnlpe", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["mode", "file", "arg0", "args"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spawnlpe", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "spawnv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["mode", "file", "args"], "flags": [], "fullname": "os.spawnv", "name": "spawnv", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["mode", "file", "args"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "os._ExecVArgs"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spawnv", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "spawnve": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["mode", "file", "args", "env"], "flags": [], "fullname": "os.spawnve", "name": "spawnve", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["mode", "file", "args", "env"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "os._ExecVArgs"}, {".class": "TypeAliasType", "args": [], "type_ref": "os._ExecEnv"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spawnve", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "spawnvp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["mode", "file", "args"], "flags": [], "fullname": "os.spawnvp", "name": "spawnvp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["mode", "file", "args"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "os._ExecVArgs"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spawnvp", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "spawnvpe": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["mode", "file", "args", "env"], "flags": [], "fullname": "os.spawnvpe", "name": "spawnvpe", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["mode", "file", "args", "env"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "os._ExecVArgs"}, {".class": "TypeAliasType", "args": [], "type_ref": "os._ExecEnv"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spawnvpe", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "stat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["path", "dir_fd", "follow_symlinks"], "flags": [], "fullname": "os.stat", "name": "stat", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["path", "dir_fd", "follow_symlinks"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "os._FdOrAnyPath"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stat", "ret_type": "os.stat_result", "type_guard": null, "variables": []}}}, "stat_result": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "os.stat_result", "name": "stat_result", "type_vars": []}, "flags": [], "fullname": "os.stat_result", "metaclass_type": null, "metadata": {}, "module_name": "os", "mro": ["os.stat_result", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": [], "fullname": "os.stat_result.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["os.stat_result", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of stat_result", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tuple"], "flags": [], "fullname": "os.stat_result.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "tuple"], "arg_types": ["os.stat_result", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of stat_result", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "st_atime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_atime", "name": "st_atime", "type": "builtins.float"}}, "st_atime_ns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_atime_ns", "name": "st_atime_ns", "type": "builtins.int"}}, "st_birthtime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_birthtime", "name": "st_birthtime", "type": "builtins.int"}}, "st_blksize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_blksize", "name": "st_blksize", "type": "builtins.int"}}, "st_blocks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_blocks", "name": "st_blocks", "type": "builtins.int"}}, "st_creator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_creator", "name": "st_creator", "type": "builtins.int"}}, "st_ctime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_ctime", "name": "st_ctime", "type": "builtins.float"}}, "st_ctime_ns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_ctime_ns", "name": "st_ctime_ns", "type": "builtins.int"}}, "st_dev": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_dev", "name": "st_dev", "type": "builtins.int"}}, "st_flags": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_flags", "name": "st_flags", "type": "builtins.int"}}, "st_gen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_gen", "name": "st_gen", "type": "builtins.int"}}, "st_gid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_gid", "name": "st_gid", "type": "builtins.int"}}, "st_ino": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_ino", "name": "st_ino", "type": "builtins.int"}}, "st_mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_mode", "name": "st_mode", "type": "builtins.int"}}, "st_mtime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_mtime", "name": "st_mtime", "type": "builtins.float"}}, "st_mtime_ns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_mtime_ns", "name": "st_mtime_ns", "type": "builtins.int"}}, "st_nlink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_nlink", "name": "st_nlink", "type": "builtins.int"}}, "st_rdev": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_rdev", "name": "st_rdev", "type": "builtins.int"}}, "st_rsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_rsize", "name": "st_rsize", "type": "builtins.int"}}, "st_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_size", "name": "st_size", "type": "builtins.int"}}, "st_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_type", "name": "st_type", "type": "builtins.int"}}, "st_uid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.stat_result.st_uid", "name": "st_uid", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "statvfs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "os.statvfs", "name": "statvfs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "os._FdOrAnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "statvfs", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "os.statvfs_result"}, "type_guard": null, "variables": []}}}, "statvfs_result": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "os.statvfs_result", "name": "statvfs_result", "type_vars": []}, "flags": [], "fullname": "os.statvfs_result", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "os", "mro": ["os.statvfs_result", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "seq", "dict"], "flags": [], "fullname": "os.statvfs_result.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "seq", "dict"], "arg_types": [{".class": "TypeType", "item": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "os.statvfs_result"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "os._Tuple10Int"}, {".class": "TypeAliasType", "args": [], "type_ref": "os._Tuple11Int"}]}, {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of statvfs_result", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "os.statvfs_result"}, "type_guard": null, "variables": []}}}, "f_bavail": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.statvfs_result.f_bavail", "name": "f_bavail", "type": "builtins.int"}}, "f_bfree": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.statvfs_result.f_bfree", "name": "f_bfree", "type": "builtins.int"}}, "f_blocks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.statvfs_result.f_blocks", "name": "f_blocks", "type": "builtins.int"}}, "f_bsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.statvfs_result.f_bsize", "name": "f_bsize", "type": "builtins.int"}}, "f_favail": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.statvfs_result.f_favail", "name": "f_favail", "type": "builtins.int"}}, "f_ffree": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.statvfs_result.f_ffree", "name": "f_ffree", "type": "builtins.int"}}, "f_files": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.statvfs_result.f_files", "name": "f_files", "type": "builtins.int"}}, "f_flag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.statvfs_result.f_flag", "name": "f_flag", "type": "builtins.int"}}, "f_frsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.statvfs_result.f_frsize", "name": "f_frsize", "type": "builtins.int"}}, "f_fsid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.statvfs_result.f_fsid", "name": "f_fsid", "type": "builtins.int"}}, "f_namemax": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.statvfs_result.f_namemax", "name": "f_namemax", "type": "builtins.int"}}, "n_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.statvfs_result.n_fields", "name": "n_fields", "type": "builtins.int"}}, "n_sequence_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.statvfs_result.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_ready"], "fullname": "os.statvfs_result.n_unnamed_fields", "name": "n_unnamed_fields", "type": "builtins.int"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "strerror": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__code"], "flags": [], "fullname": "os.strerror", "name": "strerror", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strerror", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "supports_bytes_environ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.supports_bytes_environ", "name": "supports_bytes_environ", "type": "builtins.bool"}}, "supports_dir_fd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.supports_dir_fd", "name": "supports_dir_fd", "type": {".class": "Instance", "args": [{".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", "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": []}], "type_ref": "builtins.set"}}}, "supports_effective_ids": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.supports_effective_ids", "name": "supports_effective_ids", "type": {".class": "Instance", "args": [{".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", "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": []}], "type_ref": "builtins.set"}}}, "supports_fd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.supports_fd", "name": "supports_fd", "type": {".class": "Instance", "args": [{".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", "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": []}], "type_ref": "builtins.set"}}}, "supports_follow_symlinks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.supports_follow_symlinks", "name": "supports_follow_symlinks", "type": {".class": "Instance", "args": [{".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", "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": []}], "type_ref": "builtins.set"}}}, "symlink": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["src", "dst", "target_is_directory", "dir_fd"], "flags": [], "fullname": "os.symlink", "name": "symlink", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["src", "dst", "target_is_directory", "dir_fd"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "symlink", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sync": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.sync", "name": "sync", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sync", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "sysconf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__name"], "flags": [], "fullname": "os.sysconf", "name": "sysconf", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.int"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sysconf", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sysconf_names": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.sysconf_names", "name": "sysconf_names", "type": {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}}}, "system": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["command"], "flags": [], "fullname": "os.system", "name": "system", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["command"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "system", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "tcgetpgrp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__fd"], "flags": [], "fullname": "os.tcgetpgrp", "name": "tcgetpgrp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tcgetpgrp", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "tcsetpgrp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__fd", "__pgid"], "flags": [], "fullname": "os.tcsetpgrp", "name": "tcsetpgrp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tcsetpgrp", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "terminal_size": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "os.terminal_size", "name": "terminal_size", "type_vars": []}, "flags": [], "fullname": "os.terminal_size", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "os", "mro": ["os.terminal_size", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "columns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.terminal_size.columns", "name": "columns", "type": "builtins.int"}}, "lines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "os.terminal_size.lines", "name": "lines", "type": "builtins.int"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "times": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.times", "name": "times", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "times", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "partial_fallback": "posix.times_result"}, "type_guard": null, "variables": []}}}, "times_result": {".class": "SymbolTableNode", "cross_ref": "posix.times_result", "kind": "Gdef", "module_hidden": true, "module_public": false}, "truncate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["path", "length"], "flags": [], "fullname": "os.truncate", "name": "truncate", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["path", "length"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "os._FdOrAnyPath"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "truncate", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "ttyname": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__fd"], "flags": [], "fullname": "os.ttyname", "name": "ttyname", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ttyname", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "umask": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__mask"], "flags": [], "fullname": "os.umask", "name": "umask", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "umask", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "uname": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.uname", "name": "uname", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "uname", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": "posix.uname_result"}, "type_guard": null, "variables": []}}}, "uname_result": {".class": "SymbolTableNode", "cross_ref": "posix.uname_result", "kind": "Gdef", "module_hidden": true, "module_public": false}, "unlink": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["path", "dir_fd"], "flags": [], "fullname": "os.unlink", "name": "unlink", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["path", "dir_fd"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unlink", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "unsetenv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__name"], "flags": [], "fullname": "os.unsetenv", "name": "unsetenv", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unsetenv", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "urandom": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__size"], "flags": [], "fullname": "os.urandom", "name": "urandom", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urandom", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "utime": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5, 5, 5], "arg_names": ["path", "times", "ns", "dir_fd", "follow_symlinks"], "flags": [], "fullname": "os.utime", "name": "utime", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5, 5, 5], "arg_names": ["path", "times", "ns", "dir_fd", "follow_symlinks"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "os._FdOrAnyPath"}, {".class": "UnionType", "items": [{".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"}}, {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, {".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"}}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "utime", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "wait": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "os.wait", "name": "wait", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait", "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": []}}}, "wait3": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["options"], "flags": [], "fullname": "os.wait3", "name": "wait3", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["options"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait3", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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": []}}}, "wait4": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["pid", "options"], "flags": [], "fullname": "os.wait4", "name": "wait4", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["pid", "options"], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait4", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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": []}}}, "waitid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["idtype", "ident", "options"], "flags": [], "fullname": "os.waitid", "name": "waitid", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["idtype", "ident", "options"], "arg_types": ["builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "waitid", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "posix.waitid_result"}, "type_guard": null, "variables": []}}}, "waitid_result": {".class": "SymbolTableNode", "cross_ref": "posix.waitid_result", "kind": "Gdef", "module_hidden": true, "module_public": false}, "waitpid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__pid", "__options"], "flags": [], "fullname": "os.waitpid", "name": "waitpid", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "waitpid", "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": []}}}, "walk": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["top", "topdown", "onerror", "followlinks"], "flags": [], "fullname": "os.walk", "name": "walk", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["top", "topdown", "onerror", "followlinks"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.OSError"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "walk", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.list"}], "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.Iterator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "write": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__fd", "__data"], "flags": [], "fullname": "os.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "writev": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__fd", "__buffers"], "flags": [], "fullname": "os.writev", "name": "writev", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writev", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/os/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/os/__init__.meta.json b/.mypy_cache/3.9/os/__init__.meta.json deleted file mode 100644 index ed8abe99f..000000000 --- a/.mypy_cache/3.9/os/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000169, "dep_lines": [1, 2, 11, 12, 13, 14, 15, 40, 42, 45, 1], "dep_prios": [10, 5, 5, 5, 5, 5, 5, 5, 10, 5, 30], "dependencies": ["sys", "_typeshed", "builtins", "io", "posix", "subprocess", "typing", "typing_extensions", "os.path", "types", "abc"], "hash": "c046a625120af1b4f716b3ea81e6f22e23b7ccee6e7f16bf05f88340f5664b80", "id": "os", "ignore_all": true, "interface_hash": "b078d59f92c3baec98bafaceb14c23712a3f7bbf86e640d7882859938d250211", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/os/__init__.pyi", "plugin_data": null, "size": 30354, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/os/path.data.json b/.mypy_cache/3.9/os/path.data.json deleted file mode 100644 index 8892a6f5f..000000000 --- a/.mypy_cache/3.9/os/path.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "os.path", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.path.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.path.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.path.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "os.path.__package__", "name": "__package__", "type": "builtins.str"}}, "abspath": {".class": "SymbolTableNode", "cross_ref": "posixpath.abspath", "kind": "Gdef"}, "altsep": {".class": "SymbolTableNode", "cross_ref": "posixpath.altsep", "kind": "Gdef"}, "basename": {".class": "SymbolTableNode", "cross_ref": "posixpath.basename", "kind": "Gdef"}, "commonpath": {".class": "SymbolTableNode", "cross_ref": "posixpath.commonpath", "kind": "Gdef"}, "commonprefix": {".class": "SymbolTableNode", "cross_ref": "genericpath.commonprefix", "kind": "Gdef"}, "curdir": {".class": "SymbolTableNode", "cross_ref": "posixpath.curdir", "kind": "Gdef"}, "defpath": {".class": "SymbolTableNode", "cross_ref": "posixpath.defpath", "kind": "Gdef"}, "devnull": {".class": "SymbolTableNode", "cross_ref": "posixpath.devnull", "kind": "Gdef"}, "dirname": {".class": "SymbolTableNode", "cross_ref": "posixpath.dirname", "kind": "Gdef"}, "exists": {".class": "SymbolTableNode", "cross_ref": "genericpath.exists", "kind": "Gdef"}, "expanduser": {".class": "SymbolTableNode", "cross_ref": "posixpath.expanduser", "kind": "Gdef"}, "expandvars": {".class": "SymbolTableNode", "cross_ref": "posixpath.expandvars", "kind": "Gdef"}, "extsep": {".class": "SymbolTableNode", "cross_ref": "posixpath.extsep", "kind": "Gdef"}, "getatime": {".class": "SymbolTableNode", "cross_ref": "genericpath.getatime", "kind": "Gdef"}, "getctime": {".class": "SymbolTableNode", "cross_ref": "genericpath.getctime", "kind": "Gdef"}, "getmtime": {".class": "SymbolTableNode", "cross_ref": "genericpath.getmtime", "kind": "Gdef"}, "getsize": {".class": "SymbolTableNode", "cross_ref": "genericpath.getsize", "kind": "Gdef"}, "isabs": {".class": "SymbolTableNode", "cross_ref": "posixpath.isabs", "kind": "Gdef"}, "isdir": {".class": "SymbolTableNode", "cross_ref": "genericpath.isdir", "kind": "Gdef"}, "isfile": {".class": "SymbolTableNode", "cross_ref": "genericpath.isfile", "kind": "Gdef"}, "islink": {".class": "SymbolTableNode", "cross_ref": "posixpath.islink", "kind": "Gdef"}, "ismount": {".class": "SymbolTableNode", "cross_ref": "posixpath.ismount", "kind": "Gdef"}, "join": {".class": "SymbolTableNode", "cross_ref": "posixpath.join", "kind": "Gdef"}, "lexists": {".class": "SymbolTableNode", "cross_ref": "posixpath.lexists", "kind": "Gdef"}, "normcase": {".class": "SymbolTableNode", "cross_ref": "posixpath.normcase", "kind": "Gdef"}, "normpath": {".class": "SymbolTableNode", "cross_ref": "posixpath.normpath", "kind": "Gdef"}, "pardir": {".class": "SymbolTableNode", "cross_ref": "posixpath.pardir", "kind": "Gdef"}, "pathsep": {".class": "SymbolTableNode", "cross_ref": "posixpath.pathsep", "kind": "Gdef"}, "realpath": {".class": "SymbolTableNode", "cross_ref": "posixpath.realpath", "kind": "Gdef"}, "relpath": {".class": "SymbolTableNode", "cross_ref": "posixpath.relpath", "kind": "Gdef"}, "samefile": {".class": "SymbolTableNode", "cross_ref": "genericpath.samefile", "kind": "Gdef"}, "sameopenfile": {".class": "SymbolTableNode", "cross_ref": "genericpath.sameopenfile", "kind": "Gdef"}, "samestat": {".class": "SymbolTableNode", "cross_ref": "genericpath.samestat", "kind": "Gdef"}, "sep": {".class": "SymbolTableNode", "cross_ref": "posixpath.sep", "kind": "Gdef"}, "split": {".class": "SymbolTableNode", "cross_ref": "posixpath.split", "kind": "Gdef"}, "splitdrive": {".class": "SymbolTableNode", "cross_ref": "posixpath.splitdrive", "kind": "Gdef"}, "splitext": {".class": "SymbolTableNode", "cross_ref": "posixpath.splitext", "kind": "Gdef"}, "supports_unicode_filenames": {".class": "SymbolTableNode", "cross_ref": "posixpath.supports_unicode_filenames", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/os/path.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/os/path.meta.json b/.mypy_cache/3.9/os/path.meta.json deleted file mode 100644 index d9545b9d1..000000000 --- a/.mypy_cache/3.9/os/path.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 6, 1, 1, 1], "dep_prios": [10, 5, 5, 30, 30], "dependencies": ["sys", "posixpath", "builtins", "abc", "typing"], "hash": "9ab4da4449d01f9bd2b6d228dbab62885fbee35dfacbd021bf39ed47bd714835", "id": "os.path", "ignore_all": true, "interface_hash": "6450bb390b9383f713c0069ca6eff532f6c555d08ddf51026f74fe4f64318563", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/os/path.pyi", "plugin_data": null, "size": 99, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/__about__.data.json b/.mypy_cache/3.9/packaging/__about__.data.json deleted file mode 100644 index 8f68d0cac..000000000 --- a/.mypy_cache/3.9/packaging/__about__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "packaging.__about__", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "packaging.__about__.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__author__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.__about__.__author__", "name": "__author__", "type": "builtins.str"}}, "__copyright__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.__about__.__copyright__", "name": "__copyright__", "type": "builtins.str"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.__about__.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__email__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.__about__.__email__", "name": "__email__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.__about__.__file__", "name": "__file__", "type": "builtins.str"}}, "__license__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.__about__.__license__", "name": "__license__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.__about__.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.__about__.__package__", "name": "__package__", "type": "builtins.str"}}, "__summary__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.__about__.__summary__", "name": "__summary__", "type": "builtins.str"}}, "__title__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.__about__.__title__", "name": "__title__", "type": "builtins.str"}}, "__uri__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.__about__.__uri__", "name": "__uri__", "type": "builtins.str"}}, "__version__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.__about__.__version__", "name": "__version__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/packaging/__about__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/__about__.meta.json b/.mypy_cache/3.9/packaging/__about__.meta.json deleted file mode 100644 index fd69ecebf..000000000 --- a/.mypy_cache/3.9/packaging/__about__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 30, 30], "dependencies": ["builtins", "abc", "typing"], "hash": "a7f390968a87dac69a75c6d4426584b162bce7b748ebf7dfe44dda4a20aa1850", "id": "packaging.__about__", "ignore_all": true, "interface_hash": "8daaa72564ad12624a1660524c813a984cdd1fc93e59cd39d64eb72807bcbb6a", "mtime": 1625611719, "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_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/anaconda3/lib/python3.9/site-packages/packaging/__about__.py", "plugin_data": null, "size": 661, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/__init__.data.json b/.mypy_cache/3.9/packaging/__init__.data.json deleted file mode 100644 index f2e818f2f..000000000 --- a/.mypy_cache/3.9/packaging/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "packaging", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "packaging.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__author__": {".class": "SymbolTableNode", "cross_ref": "packaging.__about__.__author__", "kind": "Gdef"}, "__copyright__": {".class": "SymbolTableNode", "cross_ref": "packaging.__about__.__copyright__", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__email__": {".class": "SymbolTableNode", "cross_ref": "packaging.__about__.__email__", "kind": "Gdef"}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.__file__", "name": "__file__", "type": "builtins.str"}}, "__license__": {".class": "SymbolTableNode", "cross_ref": "packaging.__about__.__license__", "kind": "Gdef"}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.__package__", "name": "__package__", "type": "builtins.str"}}, "__summary__": {".class": "SymbolTableNode", "cross_ref": "packaging.__about__.__summary__", "kind": "Gdef"}, "__title__": {".class": "SymbolTableNode", "cross_ref": "packaging.__about__.__title__", "kind": "Gdef"}, "__uri__": {".class": "SymbolTableNode", "cross_ref": "packaging.__about__.__uri__", "kind": "Gdef"}, "__version__": {".class": "SymbolTableNode", "cross_ref": "packaging.__about__.__version__", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/packaging/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/__init__.meta.json b/.mypy_cache/3.9/packaging/__init__.meta.json deleted file mode 100644 index d6a1035c7..000000000 --- a/.mypy_cache/3.9/packaging/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [5, 1, 1, 1], "dep_prios": [5, 5, 30, 30], "dependencies": ["packaging.__about__", "builtins", "abc", "typing"], "hash": "6fd2a4e4c17b2b18612e07039a2516ba437e2dab561713dd36e8348e83e11d29", "id": "packaging", "ignore_all": true, "interface_hash": "6c8bc879d84225c1a941f357002ca5568e3d77e9728d151668f8d75e4317a0b8", "mtime": 1625611719, "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_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/anaconda3/lib/python3.9/site-packages/packaging/__init__.py", "plugin_data": null, "size": 497, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/_manylinux.data.json b/.mypy_cache/3.9/packaging/_manylinux.data.json deleted file mode 100644 index 79fe65fcf..000000000 --- a/.mypy_cache/3.9/packaging/_manylinux.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "packaging._manylinux", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef"}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef"}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "_ELFFileHeader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging._manylinux._ELFFileHeader", "name": "_ELFFileHeader", "type_vars": []}, "flags": [], "fullname": "packaging._manylinux._ELFFileHeader", "metaclass_type": null, "metadata": {}, "module_name": "packaging._manylinux", "mro": ["packaging._manylinux._ELFFileHeader", "builtins.object"], "names": {".class": "SymbolTable", "EF_ARM_ABIMASK": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._manylinux._ELFFileHeader.EF_ARM_ABIMASK", "name": "EF_ARM_ABIMASK", "type": "builtins.int"}}, "EF_ARM_ABI_FLOAT_HARD": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._manylinux._ELFFileHeader.EF_ARM_ABI_FLOAT_HARD", "name": "EF_ARM_ABI_FLOAT_HARD", "type": "builtins.int"}}, "EF_ARM_ABI_VER5": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._manylinux._ELFFileHeader.EF_ARM_ABI_VER5", "name": "EF_ARM_ABI_VER5", "type": "builtins.int"}}, "ELFCLASS32": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._manylinux._ELFFileHeader.ELFCLASS32", "name": "ELFCLASS32", "type": "builtins.int"}}, "ELFCLASS64": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._manylinux._ELFFileHeader.ELFCLASS64", "name": "ELFCLASS64", "type": "builtins.int"}}, "ELFDATA2LSB": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._manylinux._ELFFileHeader.ELFDATA2LSB", "name": "ELFDATA2LSB", "type": "builtins.int"}}, "ELFDATA2MSB": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._manylinux._ELFFileHeader.ELFDATA2MSB", "name": "ELFDATA2MSB", "type": "builtins.int"}}, "ELF_MAGIC_NUMBER": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._manylinux._ELFFileHeader.ELF_MAGIC_NUMBER", "name": "ELF_MAGIC_NUMBER", "type": "builtins.int"}}, "EM_386": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._manylinux._ELFFileHeader.EM_386", "name": "EM_386", "type": "builtins.int"}}, "EM_ARM": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._manylinux._ELFFileHeader.EM_ARM", "name": "EM_ARM", "type": "builtins.int"}}, "EM_S390": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._manylinux._ELFFileHeader.EM_S390", "name": "EM_S390", "type": "builtins.int"}}, "EM_X86_64": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._manylinux._ELFFileHeader.EM_X86_64", "name": "EM_X86_64", "type": "builtins.int"}}, "_InvalidELFFileHeader": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ValueError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging._manylinux._ELFFileHeader._InvalidELFFileHeader", "name": "_InvalidELFFileHeader", "type_vars": []}, "flags": [], "fullname": "packaging._manylinux._ELFFileHeader._InvalidELFFileHeader", "metaclass_type": null, "metadata": {}, "module_name": "packaging._manylinux", "mro": ["packaging._manylinux._ELFFileHeader._InvalidELFFileHeader", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "file"], "flags": [], "fullname": "packaging._manylinux._ELFFileHeader.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "file"], "arg_types": ["packaging._manylinux._ELFFileHeader", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _ELFFileHeader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "e_ehsize": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._manylinux._ELFFileHeader.e_ehsize", "name": "e_ehsize", "type": "builtins.int"}}, "e_entry": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._manylinux._ELFFileHeader.e_entry", "name": "e_entry", "type": "builtins.int"}}, "e_flags": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._manylinux._ELFFileHeader.e_flags", "name": "e_flags", "type": "builtins.int"}}, "e_ident_abiversion": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._manylinux._ELFFileHeader.e_ident_abiversion", "name": "e_ident_abiversion", "type": "builtins.int"}}, "e_ident_class": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._manylinux._ELFFileHeader.e_ident_class", "name": "e_ident_class", "type": "builtins.int"}}, "e_ident_data": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._manylinux._ELFFileHeader.e_ident_data", "name": "e_ident_data", "type": "builtins.int"}}, "e_ident_magic": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._manylinux._ELFFileHeader.e_ident_magic", "name": "e_ident_magic", "type": "builtins.int"}}, "e_ident_osabi": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._manylinux._ELFFileHeader.e_ident_osabi", "name": "e_ident_osabi", "type": "builtins.int"}}, "e_ident_pad": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._manylinux._ELFFileHeader.e_ident_pad", "name": "e_ident_pad", "type": "builtins.bytes"}}, "e_ident_version": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._manylinux._ELFFileHeader.e_ident_version", "name": "e_ident_version", "type": "builtins.int"}}, "e_machine": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._manylinux._ELFFileHeader.e_machine", "name": "e_machine", "type": "builtins.int"}}, "e_phentsize": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._manylinux._ELFFileHeader.e_phentsize", "name": "e_phentsize", "type": "builtins.int"}}, "e_phnum": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._manylinux._ELFFileHeader.e_phnum", "name": "e_phnum", "type": "builtins.int"}}, "e_phoff": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._manylinux._ELFFileHeader.e_phoff", "name": "e_phoff", "type": "builtins.int"}}, "e_shentsize": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._manylinux._ELFFileHeader.e_shentsize", "name": "e_shentsize", "type": "builtins.int"}}, "e_shnum": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._manylinux._ELFFileHeader.e_shnum", "name": "e_shnum", "type": "builtins.int"}}, "e_shoff": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._manylinux._ELFFileHeader.e_shoff", "name": "e_shoff", "type": "builtins.int"}}, "e_shstrndx": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._manylinux._ELFFileHeader.e_shstrndx", "name": "e_shstrndx", "type": "builtins.int"}}, "e_type": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._manylinux._ELFFileHeader.e_type", "name": "e_type", "type": "builtins.int"}}, "e_version": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._manylinux._ELFFileHeader.e_version", "name": "e_version", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_GLibCVersion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging._manylinux._GLibCVersion", "name": "_GLibCVersion", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "packaging._manylinux._GLibCVersion", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["major", "minor"]}}, "module_name": "packaging._manylinux", "mro": ["packaging._manylinux._GLibCVersion", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "packaging._manylinux._GLibCVersion._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._manylinux._GLibCVersion.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._manylinux._GLibCVersion.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "major", "minor"], "flags": [], "fullname": "packaging._manylinux._GLibCVersion.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "major", "minor"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "packaging._manylinux._GLibCVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _GLibCVersion", "ret_type": {".class": "TypeVarType", "fullname": "packaging._manylinux._GLibCVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "packaging._manylinux._GLibCVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "packaging._manylinux._GLibCVersion._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "packaging._manylinux._GLibCVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of _GLibCVersion", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "packaging._manylinux._GLibCVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._manylinux._GLibCVersion._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._manylinux._GLibCVersion._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._manylinux._GLibCVersion._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "packaging._manylinux._GLibCVersion._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "packaging._manylinux._GLibCVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _GLibCVersion", "ret_type": {".class": "TypeVarType", "fullname": "packaging._manylinux._GLibCVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "packaging._manylinux._GLibCVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "packaging._manylinux._GLibCVersion._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "packaging._manylinux._GLibCVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _GLibCVersion", "ret_type": {".class": "TypeVarType", "fullname": "packaging._manylinux._GLibCVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "packaging._manylinux._GLibCVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "major", "minor"], "flags": [], "fullname": "packaging._manylinux._GLibCVersion._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "major", "minor"], "arg_types": [{".class": "TypeVarType", "fullname": "packaging._manylinux._GLibCVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of _GLibCVersion", "ret_type": {".class": "TypeVarType", "fullname": "packaging._manylinux._GLibCVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "packaging._manylinux._GLibCVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._manylinux._GLibCVersion._source", "name": "_source", "type": "builtins.str"}}, "major": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "packaging._manylinux._GLibCVersion.major", "name": "major", "type": "builtins.int"}}, "major-redefinition": {".class": "SymbolTableNode", "cross_ref": "packaging._manylinux._GLibCVersion.major", "kind": "Mdef"}, "minor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "packaging._manylinux._GLibCVersion.minor", "name": "minor", "type": "builtins.int"}}, "minor-redefinition": {".class": "SymbolTableNode", "cross_ref": "packaging._manylinux._GLibCVersion.minor", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "_LAST_GLIBC_MINOR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging._manylinux._LAST_GLIBC_MINOR", "name": "_LAST_GLIBC_MINOR", "type": {".class": "Instance", "args": ["builtins.int", "builtins.int"], "type_ref": "builtins.dict"}}}, "_LEGACY_MANYLINUX_MAP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._manylinux._LEGACY_MANYLINUX_MAP", "name": "_LEGACY_MANYLINUX_MAP", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "builtins.str"], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging._manylinux.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging._manylinux.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging._manylinux.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging._manylinux.__package__", "name": "__package__", "type": "builtins.str"}}, "_get_elf_header": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "packaging._manylinux._get_elf_header", "name": "_get_elf_header", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_elf_header", "ret_type": {".class": "UnionType", "items": ["packaging._manylinux._ELFFileHeader", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_get_glibc_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_decorated"], "fullname": "packaging._manylinux._get_glibc_version", "name": "_get_glibc_version", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_glibc_version", "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": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_get_glibc_version", "type": {".class": "Instance", "args": [{".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_ref": "functools._lru_cache_wrapper"}}}}, "_glibc_version_string": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "packaging._manylinux._glibc_version_string", "name": "_glibc_version_string", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_glibc_version_string", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_glibc_version_string_confstr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "packaging._manylinux._glibc_version_string_confstr", "name": "_glibc_version_string_confstr", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_glibc_version_string_confstr", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_glibc_version_string_ctypes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "packaging._manylinux._glibc_version_string_ctypes", "name": "_glibc_version_string_ctypes", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_glibc_version_string_ctypes", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_have_compatible_abi": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arch"], "flags": [], "fullname": "packaging._manylinux._have_compatible_abi", "name": "_have_compatible_abi", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["arch"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_have_compatible_abi", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_is_compatible": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["name", "arch", "version"], "flags": [], "fullname": "packaging._manylinux._is_compatible", "name": "_is_compatible", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["name", "arch", "version"], "arg_types": ["builtins.str", "builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": "packaging._manylinux._GLibCVersion"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_compatible", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_is_linux_armhf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "packaging._manylinux._is_linux_armhf", "name": "_is_linux_armhf", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_linux_armhf", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_is_linux_i686": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "packaging._manylinux._is_linux_i686", "name": "_is_linux_i686", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_linux_i686", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_parse_glibc_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["version_str"], "flags": [], "fullname": "packaging._manylinux._parse_glibc_version", "name": "_parse_glibc_version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["version_str"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse_glibc_version", "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": []}}}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "platform_tags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["linux", "arch"], "flags": ["is_generator"], "fullname": "packaging._manylinux.platform_tags", "name": "platform_tags", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["linux", "arch"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "platform_tags", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "struct": {".class": "SymbolTableNode", "cross_ref": "struct", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/packaging/_manylinux.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/_manylinux.meta.json b/.mypy_cache/3.9/packaging/_manylinux.meta.json deleted file mode 100644 index 17ac0c84b..000000000 --- a/.mypy_cache/3.9/packaging/_manylinux.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 8, 159, 1, 1, 1, 1, 1, 1, 1, 237], "dep_prios": [10, 10, 10, 10, 10, 10, 10, 5, 20, 5, 30, 30, 30, 30, 30, 30, 20], "dependencies": ["collections", "functools", "os", "re", "struct", "sys", "warnings", "typing", "ctypes", "builtins", "_warnings", "abc", "array", "io", "mmap", "typing_extensions"], "hash": "5dc6e25c1faa723bf76dca21a7a37df1332938fe3f8f79be88e03ca6d2b61966", "id": "packaging._manylinux", "ignore_all": true, "interface_hash": "3074455177b76dc624e06214a18ae57206f98b0c1f2853c3f253a05575532a26", "mtime": 1625611719, "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_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/anaconda3/lib/python3.9/site-packages/packaging/_manylinux.py", "plugin_data": null, "size": 11488, "suppressed": ["_manylinux"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/_musllinux.data.json b/.mypy_cache/3.9/packaging/_musllinux.data.json deleted file mode 100644 index 57320ae45..000000000 --- a/.mypy_cache/3.9/packaging/_musllinux.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "packaging._musllinux", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef"}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef"}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "_MuslVersion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging._musllinux._MuslVersion", "name": "_MuslVersion", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "packaging._musllinux._MuslVersion", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["major", "minor"]}}, "module_name": "packaging._musllinux", "mro": ["packaging._musllinux._MuslVersion", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "packaging._musllinux._MuslVersion._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._musllinux._MuslVersion.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._musllinux._MuslVersion.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "major", "minor"], "flags": [], "fullname": "packaging._musllinux._MuslVersion.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "major", "minor"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "packaging._musllinux._MuslVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _MuslVersion", "ret_type": {".class": "TypeVarType", "fullname": "packaging._musllinux._MuslVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "packaging._musllinux._MuslVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "packaging._musllinux._MuslVersion._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "packaging._musllinux._MuslVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of _MuslVersion", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "packaging._musllinux._MuslVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._musllinux._MuslVersion._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._musllinux._MuslVersion._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._musllinux._MuslVersion._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "packaging._musllinux._MuslVersion._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "packaging._musllinux._MuslVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _MuslVersion", "ret_type": {".class": "TypeVarType", "fullname": "packaging._musllinux._MuslVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "packaging._musllinux._MuslVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "packaging._musllinux._MuslVersion._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "packaging._musllinux._MuslVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _MuslVersion", "ret_type": {".class": "TypeVarType", "fullname": "packaging._musllinux._MuslVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "packaging._musllinux._MuslVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "major", "minor"], "flags": [], "fullname": "packaging._musllinux._MuslVersion._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "major", "minor"], "arg_types": [{".class": "TypeVarType", "fullname": "packaging._musllinux._MuslVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of _MuslVersion", "ret_type": {".class": "TypeVarType", "fullname": "packaging._musllinux._MuslVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "packaging._musllinux._MuslVersion._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging._musllinux._MuslVersion._source", "name": "_source", "type": "builtins.str"}}, "major": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "packaging._musllinux._MuslVersion.major", "name": "major", "type": "builtins.int"}}, "major-redefinition": {".class": "SymbolTableNode", "cross_ref": "packaging._musllinux._MuslVersion.major", "kind": "Mdef"}, "minor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "packaging._musllinux._MuslVersion.minor", "name": "minor", "type": "builtins.int"}}, "minor-redefinition": {".class": "SymbolTableNode", "cross_ref": "packaging._musllinux._MuslVersion.minor", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging._musllinux.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging._musllinux.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging._musllinux.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging._musllinux.__package__", "name": "__package__", "type": "builtins.str"}}, "_get_musl_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["executable"], "flags": ["is_decorated"], "fullname": "packaging._musllinux._get_musl_version", "name": "_get_musl_version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["executable"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_musl_version", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": "packaging._musllinux._MuslVersion"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_get_musl_version", "type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": "packaging._musllinux._MuslVersion"}, {".class": "NoneType"}]}], "type_ref": "functools._lru_cache_wrapper"}}}}, "_parse_ld_musl_from_elf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "packaging._musllinux._parse_ld_musl_from_elf", "name": "_parse_ld_musl_from_elf", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse_ld_musl_from_elf", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_parse_musl_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["output"], "flags": [], "fullname": "packaging._musllinux._parse_musl_version", "name": "_parse_musl_version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["output"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse_musl_version", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": "packaging._musllinux._MuslVersion"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_read_unpacked": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["f", "fmt"], "flags": [], "fullname": "packaging._musllinux._read_unpacked", "name": "_read_unpacked", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["f", "fmt"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_read_unpacked", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "contextlib": {".class": "SymbolTableNode", "cross_ref": "contextlib", "kind": "Gdef"}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "operator": {".class": "SymbolTableNode", "cross_ref": "operator", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "plat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._musllinux.plat", "name": "plat", "type": "builtins.str"}}, "platform_tags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arch"], "flags": ["is_generator"], "fullname": "packaging._musllinux.platform_tags", "name": "platform_tags", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["arch"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "platform_tags", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "struct": {".class": "SymbolTableNode", "cross_ref": "struct", "kind": "Gdef"}, "subprocess": {".class": "SymbolTableNode", "cross_ref": "subprocess", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "sysconfig": {".class": "SymbolTableNode", "cross_ref": "sysconfig", "kind": "Gdef"}, "t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._musllinux.t", "name": "t", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/packaging/_musllinux.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/_musllinux.meta.json b/.mypy_cache/3.9/packaging/_musllinux.meta.json deleted file mode 100644 index b149dff30..000000000 --- a/.mypy_cache/3.9/packaging/_musllinux.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [7, 8, 9, 10, 11, 12, 13, 14, 15, 127, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 10, 10, 10, 5, 10, 5, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["contextlib", "functools", "operator", "os", "re", "struct", "subprocess", "sys", "typing", "sysconfig", "builtins", "_typeshed", "abc", "array", "enum", "io", "mmap", "typing_extensions"], "hash": "cf9c9e1b5ca038fc78b94c8b76a8fea7c0e4e5405be47fdbd0d2235bdca8f280", "id": "packaging._musllinux", "ignore_all": true, "interface_hash": "1d1647003dbc4386cb4b5976e01e2e255c6666ff13fe58524ce347bad59e2566", "mtime": 1625611719, "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_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/anaconda3/lib/python3.9/site-packages/packaging/_musllinux.py", "plugin_data": null, "size": 4378, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/_structures.data.json b/.mypy_cache/3.9/packaging/_structures.data.json deleted file mode 100644 index a5a9c3a10..000000000 --- a/.mypy_cache/3.9/packaging/_structures.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "packaging._structures", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Infinity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._structures.Infinity", "name": "Infinity", "type": "packaging._structures.InfinityType"}}, "InfinityType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging._structures.InfinityType", "name": "InfinityType", "type_vars": []}, "flags": [], "fullname": "packaging._structures.InfinityType", "metaclass_type": null, "metadata": {}, "module_name": "packaging._structures", "mro": ["packaging._structures.InfinityType", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging._structures.InfinityType.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging._structures.InfinityType", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of InfinityType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging._structures.InfinityType.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging._structures.InfinityType", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of InfinityType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging._structures.InfinityType.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging._structures.InfinityType", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of InfinityType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging._structures.InfinityType.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging._structures.InfinityType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of InfinityType", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging._structures.InfinityType.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging._structures.InfinityType", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of InfinityType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging._structures.InfinityType.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging._structures.InfinityType", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of InfinityType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging._structures.InfinityType.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging._structures.InfinityType", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of InfinityType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__neg__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging._structures.InfinityType.__neg__", "name": "__neg__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of InfinityType", "ret_type": "packaging._structures.NegativeInfinityType", "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging._structures.InfinityType.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging._structures.InfinityType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of InfinityType", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NegativeInfinity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging._structures.NegativeInfinity", "name": "NegativeInfinity", "type": "packaging._structures.NegativeInfinityType"}}, "NegativeInfinityType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging._structures.NegativeInfinityType", "name": "NegativeInfinityType", "type_vars": []}, "flags": [], "fullname": "packaging._structures.NegativeInfinityType", "metaclass_type": null, "metadata": {}, "module_name": "packaging._structures", "mro": ["packaging._structures.NegativeInfinityType", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging._structures.NegativeInfinityType.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging._structures.NegativeInfinityType", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of NegativeInfinityType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging._structures.NegativeInfinityType.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging._structures.NegativeInfinityType", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of NegativeInfinityType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging._structures.NegativeInfinityType.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging._structures.NegativeInfinityType", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of NegativeInfinityType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging._structures.NegativeInfinityType.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging._structures.NegativeInfinityType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of NegativeInfinityType", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging._structures.NegativeInfinityType.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging._structures.NegativeInfinityType", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of NegativeInfinityType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging._structures.NegativeInfinityType.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging._structures.NegativeInfinityType", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of NegativeInfinityType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging._structures.NegativeInfinityType.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging._structures.NegativeInfinityType", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of NegativeInfinityType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__neg__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging._structures.NegativeInfinityType.__neg__", "name": "__neg__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of NegativeInfinityType", "ret_type": "packaging._structures.InfinityType", "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging._structures.NegativeInfinityType.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging._structures.NegativeInfinityType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of NegativeInfinityType", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging._structures.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging._structures.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging._structures.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging._structures.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/packaging/_structures.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/_structures.meta.json b/.mypy_cache/3.9/packaging/_structures.meta.json deleted file mode 100644 index 3069c8d42..000000000 --- a/.mypy_cache/3.9/packaging/_structures.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 30, 30], "dependencies": ["builtins", "abc", "typing"], "hash": "4cc8808056dd50e3e621f0c87e21dcdca161489f24323a1fd904b923ed8dc90f", "id": "packaging._structures", "ignore_all": true, "interface_hash": "a01b0227307133470016faf6d6db5d7fbaef6a5165576ff5dfc5852ea99c7c41", "mtime": 1625611719, "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_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/anaconda3/lib/python3.9/site-packages/packaging/_structures.py", "plugin_data": null, "size": 1629, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/markers.data.json b/.mypy_cache/3.9/packaging/markers.data.json deleted file mode 100644 index 802376e40..000000000 --- a/.mypy_cache/3.9/packaging/markers.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "packaging.markers", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ALIASES": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "packaging.markers.ALIASES", "name": "ALIASES", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_public": false}, "BOOLOP": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "packaging.markers.BOOLOP", "name": "BOOLOP", "type": {".class": "AnyType", "missing_import_name": "packaging.markers.L", "source_any": {".class": "AnyType", "missing_import_name": "packaging.markers.L", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_public": false}, "Forward": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "packaging.markers.Forward", "name": "Forward", "type": {".class": "AnyType", "missing_import_name": "packaging.markers.Forward", "source_any": null, "type_of_any": 3}}}, "Group": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "packaging.markers.Group", "name": "Group", "type": {".class": "AnyType", "missing_import_name": "packaging.markers.Group", "source_any": null, "type_of_any": 3}}}, "InvalidMarker": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ValueError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.markers.InvalidMarker", "name": "InvalidMarker", "type_vars": []}, "flags": [], "fullname": "packaging.markers.InvalidMarker", "metaclass_type": null, "metadata": {}, "module_name": "packaging.markers", "mro": ["packaging.markers.InvalidMarker", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InvalidSpecifier": {".class": "SymbolTableNode", "cross_ref": "packaging.specifiers.InvalidSpecifier", "kind": "Gdef", "module_public": false}, "L": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "packaging.markers.L", "name": "L", "type": {".class": "AnyType", "missing_import_name": "packaging.markers.L", "source_any": null, "type_of_any": 3}}}, "LPAREN": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "packaging.markers.LPAREN", "name": "LPAREN", "type": {".class": "AnyType", "missing_import_name": "packaging.markers.L", "source_any": {".class": "AnyType", "missing_import_name": "packaging.markers.L", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_public": false}, "MARKER": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "packaging.markers.MARKER", "name": "MARKER", "type": {".class": "AnyType", "missing_import_name": "packaging.markers.stringStart", "source_any": {".class": "AnyType", "missing_import_name": "packaging.markers.stringStart", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "MARKER_ATOM": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "packaging.markers.MARKER_ATOM", "name": "MARKER_ATOM", "type": {".class": "AnyType", "missing_import_name": "packaging.markers.Group", "source_any": {".class": "AnyType", "missing_import_name": "packaging.markers.Group", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "MARKER_EXPR": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "packaging.markers.MARKER_EXPR", "name": "MARKER_EXPR", "type": {".class": "AnyType", "missing_import_name": "packaging.markers.Forward", "source_any": {".class": "AnyType", "missing_import_name": "packaging.markers.Forward", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "MARKER_ITEM": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "packaging.markers.MARKER_ITEM", "name": "MARKER_ITEM", "type": {".class": "AnyType", "missing_import_name": "packaging.markers.Group", "source_any": {".class": "AnyType", "missing_import_name": "packaging.markers.Group", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "MARKER_OP": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "packaging.markers.MARKER_OP", "name": "MARKER_OP", "type": {".class": "AnyType", "missing_import_name": "packaging.markers.L", "source_any": {".class": "AnyType", "missing_import_name": "packaging.markers.L", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "MARKER_VALUE": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "packaging.markers.MARKER_VALUE", "name": "MARKER_VALUE", "type": {".class": "AnyType", "missing_import_name": "packaging.markers.QuotedString", "source_any": {".class": "AnyType", "missing_import_name": "packaging.markers.QuotedString", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "MARKER_VAR": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "packaging.markers.MARKER_VAR", "name": "MARKER_VAR", "type": {".class": "AnyType", "missing_import_name": "packaging.markers.L", "source_any": {".class": "AnyType", "missing_import_name": "packaging.markers.L", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "Marker": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.markers.Marker", "name": "Marker", "type_vars": []}, "flags": [], "fullname": "packaging.markers.Marker", "metaclass_type": null, "metadata": {}, "module_name": "packaging.markers", "mro": ["packaging.markers.Marker", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "marker"], "flags": [], "fullname": "packaging.markers.Marker.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "marker"], "arg_types": ["packaging.markers.Marker", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Marker", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.markers.Marker.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging.markers.Marker"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of Marker", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.markers.Marker.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging.markers.Marker"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of Marker", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_markers": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.markers.Marker._markers", "name": "_markers", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}}}, "evaluate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "environment"], "flags": [], "fullname": "packaging.markers.Marker.evaluate", "name": "evaluate", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "environment"], "arg_types": ["packaging.markers.Marker", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "evaluate of Marker", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Node": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.markers.Node", "name": "Node", "type_vars": []}, "flags": [], "fullname": "packaging.markers.Node", "metaclass_type": null, "metadata": {}, "module_name": "packaging.markers", "mro": ["packaging.markers.Node", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "packaging.markers.Node.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["packaging.markers.Node", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Node", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.markers.Node.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging.markers.Node"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of Node", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.markers.Node.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging.markers.Node"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of Node", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "serialize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.markers.Node.serialize", "name": "serialize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.markers.Node"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "serialize of Node", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "value": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.markers.Node.value", "name": "value", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Op": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["packaging.markers.Node"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.markers.Op", "name": "Op", "type_vars": []}, "flags": [], "fullname": "packaging.markers.Op", "metaclass_type": null, "metadata": {}, "module_name": "packaging.markers", "mro": ["packaging.markers.Op", "packaging.markers.Node", "builtins.object"], "names": {".class": "SymbolTable", "serialize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.markers.Op.serialize", "name": "serialize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.markers.Op"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "serialize of Op", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Operator": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "packaging.markers.Operator", "line": 33, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_public": false}, "ParseException": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "packaging.markers.ParseException", "name": "ParseException", "type": {".class": "AnyType", "missing_import_name": "packaging.markers.ParseException", "source_any": null, "type_of_any": 3}}}, "ParseResults": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "packaging.markers.ParseResults", "name": "ParseResults", "type": {".class": "AnyType", "missing_import_name": "packaging.markers.ParseResults", "source_any": null, "type_of_any": 3}}}, "QuotedString": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "packaging.markers.QuotedString", "name": "QuotedString", "type": {".class": "AnyType", "missing_import_name": "packaging.markers.QuotedString", "source_any": null, "type_of_any": 3}}}, "RPAREN": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "packaging.markers.RPAREN", "name": "RPAREN", "type": {".class": "AnyType", "missing_import_name": "packaging.markers.L", "source_any": {".class": "AnyType", "missing_import_name": "packaging.markers.L", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "Specifier": {".class": "SymbolTableNode", "cross_ref": "packaging.specifiers.Specifier", "kind": "Gdef", "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_public": false}, "Undefined": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.markers.Undefined", "name": "Undefined", "type_vars": []}, "flags": [], "fullname": "packaging.markers.Undefined", "metaclass_type": null, "metadata": {}, "module_name": "packaging.markers", "mro": ["packaging.markers.Undefined", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UndefinedComparison": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ValueError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.markers.UndefinedComparison", "name": "UndefinedComparison", "type_vars": []}, "flags": [], "fullname": "packaging.markers.UndefinedComparison", "metaclass_type": null, "metadata": {}, "module_name": "packaging.markers", "mro": ["packaging.markers.UndefinedComparison", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UndefinedEnvironmentName": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ValueError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.markers.UndefinedEnvironmentName", "name": "UndefinedEnvironmentName", "type_vars": []}, "flags": [], "fullname": "packaging.markers.UndefinedEnvironmentName", "metaclass_type": null, "metadata": {}, "module_name": "packaging.markers", "mro": ["packaging.markers.UndefinedEnvironmentName", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_public": false}, "VARIABLE": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "packaging.markers.VARIABLE", "name": "VARIABLE", "type": {".class": "AnyType", "missing_import_name": "packaging.markers.L", "source_any": {".class": "AnyType", "missing_import_name": "packaging.markers.L", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "VERSION_CMP": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "packaging.markers.VERSION_CMP", "name": "VERSION_CMP", "type": {".class": "AnyType", "missing_import_name": "packaging.markers.L", "source_any": {".class": "AnyType", "missing_import_name": "packaging.markers.L", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "Value": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["packaging.markers.Node"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.markers.Value", "name": "Value", "type_vars": []}, "flags": [], "fullname": "packaging.markers.Value", "metaclass_type": null, "metadata": {}, "module_name": "packaging.markers", "mro": ["packaging.markers.Value", "packaging.markers.Node", "builtins.object"], "names": {".class": "SymbolTable", "serialize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.markers.Value.serialize", "name": "serialize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.markers.Value"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "serialize of Value", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Variable": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["packaging.markers.Node"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.markers.Variable", "name": "Variable", "type_vars": []}, "flags": [], "fullname": "packaging.markers.Variable", "metaclass_type": null, "metadata": {}, "module_name": "packaging.markers", "mro": ["packaging.markers.Variable", "packaging.markers.Node", "builtins.object"], "names": {".class": "SymbolTable", "serialize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.markers.Variable.serialize", "name": "serialize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.markers.Variable"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "serialize of Variable", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ZeroOrMore": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "packaging.markers.ZeroOrMore", "name": "ZeroOrMore", "type": {".class": "AnyType", "missing_import_name": "packaging.markers.ZeroOrMore", "source_any": null, "type_of_any": 3}}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "packaging.markers.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.markers.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.markers.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.markers.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.markers.__package__", "name": "__package__", "type": "builtins.str"}}, "_coerce_parse_result": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["results"], "flags": [], "fullname": "packaging.markers._coerce_parse_result", "name": "_coerce_parse_result", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["results"], "arg_types": [{".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": "packaging.markers.ParseResults", "source_any": null, "type_of_any": 3}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_coerce_parse_result", "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": []}}}, "_eval_op": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["lhs", "op", "rhs"], "flags": [], "fullname": "packaging.markers._eval_op", "name": "_eval_op", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["lhs", "op", "rhs"], "arg_types": ["builtins.str", "packaging.markers.Op", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_eval_op", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_evaluate_markers": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["markers", "environment"], "flags": [], "fullname": "packaging.markers._evaluate_markers", "name": "_evaluate_markers", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["markers", "environment"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_evaluate_markers", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_format_marker": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["marker", "first"], "flags": [], "fullname": "packaging.markers._format_marker", "name": "_format_marker", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["marker", "first"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["packaging.markers.Node"], "type_ref": "builtins.tuple"}, "builtins.str"]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_format_marker", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_get_env": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["environment", "name"], "flags": [], "fullname": "packaging.markers._get_env", "name": "_get_env", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["environment", "name"], "arg_types": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_env", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_operators": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.markers._operators", "name": "_operators", "type": {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.markers.Operator"}], "type_ref": "builtins.dict"}}}, "_undefined": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "packaging.markers._undefined", "name": "_undefined", "type": "packaging.markers.Undefined"}}, "default_environment": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "packaging.markers.default_environment", "name": "default_environment", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "default_environment", "ret_type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "format_full_version": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["info"], "flags": [], "fullname": "packaging.markers.format_full_version", "name": "format_full_version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["info"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.int"], "partial_fallback": "sys._version_info"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format_full_version", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "operator": {".class": "SymbolTableNode", "cross_ref": "operator", "kind": "Gdef", "module_public": false}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_public": false}, "platform": {".class": "SymbolTableNode", "cross_ref": "platform", "kind": "Gdef", "module_public": false}, "stringEnd": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "packaging.markers.stringEnd", "name": "stringEnd", "type": {".class": "AnyType", "missing_import_name": "packaging.markers.stringEnd", "source_any": null, "type_of_any": 3}}}, "stringStart": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "packaging.markers.stringStart", "name": "stringStart", "type": {".class": "AnyType", "missing_import_name": "packaging.markers.stringStart", "source_any": null, "type_of_any": 3}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/packaging/markers.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/markers.meta.json b/.mypy_cache/3.9/packaging/markers.meta.json deleted file mode 100644 index a5610d5d5..000000000 --- a/.mypy_cache/3.9/packaging/markers.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000173, "dep_lines": [5, 6, 7, 8, 9, 23, 1, 1, 11], "dep_prios": [10, 10, 10, 10, 5, 5, 5, 30, 5], "dependencies": ["operator", "os", "platform", "sys", "typing", "packaging.specifiers", "builtins", "abc"], "hash": "172822dff7999e343edd5262cd6e40848e70be8d076fa44c9380e276c2a9382d", "id": "packaging.markers", "ignore_all": true, "interface_hash": "4d94fecea364077c4ef0725829fda9086b45c0c9c96b72987a0cf53c4b0aac3f", "mtime": 1625611719, "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_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/anaconda3/lib/python3.9/site-packages/packaging/markers.py", "plugin_data": null, "size": 8475, "suppressed": ["pyparsing"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/requirements.data.json b/.mypy_cache/3.9/packaging/requirements.data.json deleted file mode 100644 index d21788be5..000000000 --- a/.mypy_cache/3.9/packaging/requirements.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "packaging.requirements", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ALPHANUM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.ALPHANUM", "name": "ALPHANUM", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.Word", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.Word", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "AT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.AT", "name": "AT", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "COMMA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.COMMA", "name": "COMMA", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "Combine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "packaging.requirements.Combine", "name": "Combine", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.Combine", "source_any": null, "type_of_any": 3}}}, "EXTRA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.EXTRA", "name": "EXTRA", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.Combine", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.Combine", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "EXTRAS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.EXTRAS", "name": "EXTRAS", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "EXTRAS_LIST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.EXTRAS_LIST", "name": "EXTRAS_LIST", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.Combine", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.Combine", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "IDENTIFIER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.IDENTIFIER", "name": "IDENTIFIER", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.Combine", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.Combine", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "IDENTIFIER_END": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.IDENTIFIER_END", "name": "IDENTIFIER_END", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.Word", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.Word", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "InvalidRequirement": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ValueError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.requirements.InvalidRequirement", "name": "InvalidRequirement", "type_vars": []}, "flags": [], "fullname": "packaging.requirements.InvalidRequirement", "metaclass_type": null, "metadata": {}, "module_name": "packaging.requirements", "mro": ["packaging.requirements.InvalidRequirement", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "L": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "packaging.requirements.L", "name": "L", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": null, "type_of_any": 3}}}, "LBRACKET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.LBRACKET", "name": "LBRACKET", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "LPAREN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.LPAREN", "name": "LPAREN", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "LegacySpecifier": {".class": "SymbolTableNode", "cross_ref": "packaging.specifiers.LegacySpecifier", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "MARKER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.MARKER", "name": "MARKER", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "MARKER_EXPR": {".class": "SymbolTableNode", "cross_ref": "packaging.markers.MARKER_EXPR", "kind": "Gdef"}, "MARKER_SEPARATOR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.MARKER_SEPARATOR", "name": "MARKER_SEPARATOR", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "Marker": {".class": "SymbolTableNode", "cross_ref": "packaging.markers.Marker", "kind": "Gdef"}, "NAME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.NAME", "name": "NAME", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.Combine", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.Combine", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "NAMED_REQUIREMENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.NAMED_REQUIREMENT", "name": "NAMED_REQUIREMENT", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.Combine", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.Combine", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "Optional": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "packaging.requirements.Optional", "name": "Optional", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.Optional", "source_any": null, "type_of_any": 3}}}, "PUNCTUATION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.PUNCTUATION", "name": "PUNCTUATION", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.Word", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.Word", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "ParseException": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "packaging.requirements.ParseException", "name": "ParseException", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.ParseException", "source_any": null, "type_of_any": 3}}}, "RBRACKET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.RBRACKET", "name": "RBRACKET", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "REQUIREMENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.REQUIREMENT", "name": "REQUIREMENT", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.stringStart", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.stringStart", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "RPAREN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.RPAREN", "name": "RPAREN", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "Regex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "packaging.requirements.Regex", "name": "Regex", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.Regex", "source_any": null, "type_of_any": 3}}}, "Requirement": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.requirements.Requirement", "name": "Requirement", "type_vars": []}, "flags": [], "fullname": "packaging.requirements.Requirement", "metaclass_type": null, "metadata": {}, "module_name": "packaging.requirements", "mro": ["packaging.requirements.Requirement", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "requirement_string"], "flags": [], "fullname": "packaging.requirements.Requirement.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "requirement_string"], "arg_types": ["packaging.requirements.Requirement", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Requirement", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.requirements.Requirement.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging.requirements.Requirement"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of Requirement", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.requirements.Requirement.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging.requirements.Requirement"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of Requirement", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "extras": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "packaging.requirements.Requirement.extras", "name": "extras", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "marker": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "packaging.requirements.Requirement.marker", "name": "marker", "type": {".class": "UnionType", "items": ["packaging.markers.Marker", {".class": "NoneType"}]}}}, "name": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "packaging.requirements.Requirement.name", "name": "name", "type": "builtins.str"}}, "specifier": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "packaging.requirements.Requirement.specifier", "name": "specifier", "type": "packaging.specifiers.SpecifierSet"}}, "url": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "packaging.requirements.Requirement.url", "name": "url", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SEMICOLON": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.SEMICOLON", "name": "SEMICOLON", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "Specifier": {".class": "SymbolTableNode", "cross_ref": "packaging.specifiers.Specifier", "kind": "Gdef"}, "SpecifierSet": {".class": "SymbolTableNode", "cross_ref": "packaging.specifiers.SpecifierSet", "kind": "Gdef"}, "TOptional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "URI": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.URI", "name": "URI", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.Regex", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.Regex", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "URL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.URL", "name": "URL", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "URL_AND_MARKER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.URL_AND_MARKER", "name": "URL_AND_MARKER", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.L", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "VERSION_AND_MARKER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.VERSION_AND_MARKER", "name": "VERSION_AND_MARKER", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.originalTextFor", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.originalTextFor", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "VERSION_LEGACY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.VERSION_LEGACY", "name": "VERSION_LEGACY", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.Regex", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.Regex", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "VERSION_MANY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.VERSION_MANY", "name": "VERSION_MANY", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.Combine", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.Combine", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "VERSION_ONE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.VERSION_ONE", "name": "VERSION_ONE", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.Regex", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.Regex", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "VERSION_PEP440": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.VERSION_PEP440", "name": "VERSION_PEP440", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.Regex", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.Regex", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "VERSION_SPEC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements.VERSION_SPEC", "name": "VERSION_SPEC", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.originalTextFor", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.originalTextFor", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "Word": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "packaging.requirements.Word", "name": "Word", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.Word", "source_any": null, "type_of_any": 3}}}, "ZeroOrMore": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "packaging.requirements.ZeroOrMore", "name": "ZeroOrMore", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.ZeroOrMore", "source_any": null, "type_of_any": 3}}}, "_VERSION_SPEC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.requirements._VERSION_SPEC", "name": "_VERSION_SPEC", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.Optional", "source_any": {".class": "AnyType", "missing_import_name": "packaging.requirements.Optional", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.requirements.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.requirements.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.requirements.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.requirements.__package__", "name": "__package__", "type": "builtins.str"}}, "originalTextFor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "packaging.requirements.originalTextFor", "name": "originalTextFor", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.originalTextFor", "source_any": null, "type_of_any": 3}}}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "string": {".class": "SymbolTableNode", "cross_ref": "string", "kind": "Gdef"}, "stringEnd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "packaging.requirements.stringEnd", "name": "stringEnd", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.stringEnd", "source_any": null, "type_of_any": 3}}}, "stringStart": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "packaging.requirements.stringStart", "name": "stringStart", "type": {".class": "AnyType", "missing_import_name": "packaging.requirements.stringStart", "source_any": null, "type_of_any": 3}}}, "urllib": {".class": "SymbolTableNode", "cross_ref": "urllib", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/packaging/requirements.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/requirements.meta.json b/.mypy_cache/3.9/packaging/requirements.meta.json deleted file mode 100644 index 2db75108d..000000000 --- a/.mypy_cache/3.9/packaging/requirements.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000173, "dep_lines": [5, 6, 7, 7, 8, 23, 24, 1, 1, 1, 1, 10], "dep_prios": [10, 10, 10, 20, 5, 5, 5, 5, 30, 30, 30, 5], "dependencies": ["re", "string", "urllib.parse", "urllib", "typing", "packaging.markers", "packaging.specifiers", "builtins", "_typeshed", "abc", "enum"], "hash": "ae368644231ea594b59a560c8c9e5087aadfab782db0245051099fb4667f6eef", "id": "packaging.requirements", "ignore_all": true, "interface_hash": "38396e059a278be51f2cdb99dada65b4f17bdcedf44241a8cce6050a03287db1", "mtime": 1625611719, "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_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/anaconda3/lib/python3.9/site-packages/packaging/requirements.py", "plugin_data": null, "size": 4664, "suppressed": ["pyparsing"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/specifiers.data.json b/.mypy_cache/3.9/packaging/specifiers.data.json deleted file mode 100644 index bfbccd281..000000000 --- a/.mypy_cache/3.9/packaging/specifiers.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "packaging.specifiers", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "BaseSpecifier": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__eq__", "__hash__", "__ne__", "__str__", "contains", "filter", "prereleases"], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "packaging.specifiers.BaseSpecifier", "name": "BaseSpecifier", "type_vars": []}, "flags": ["is_abstract"], "fullname": "packaging.specifiers.BaseSpecifier", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "packaging.specifiers", "mro": ["packaging.specifiers.BaseSpecifier", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "packaging.specifiers.BaseSpecifier.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging.specifiers.BaseSpecifier", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of BaseSpecifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging.specifiers.BaseSpecifier", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of BaseSpecifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "packaging.specifiers.BaseSpecifier.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers.BaseSpecifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of BaseSpecifier", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers.BaseSpecifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of BaseSpecifier", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated", "is_abstract"], "fullname": "packaging.specifiers.BaseSpecifier.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging.specifiers.BaseSpecifier", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of BaseSpecifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging.specifiers.BaseSpecifier", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of BaseSpecifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "packaging.specifiers.BaseSpecifier.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging.specifiers.BaseSpecifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of BaseSpecifier", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging.specifiers.BaseSpecifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of BaseSpecifier", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "contains": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "item", "prereleases"], "flags": ["is_decorated", "is_abstract"], "fullname": "packaging.specifiers.BaseSpecifier.contains", "name": "contains", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "item", "prereleases"], "arg_types": ["packaging.specifiers.BaseSpecifier", "builtins.str", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "contains of BaseSpecifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "contains", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "item", "prereleases"], "arg_types": ["packaging.specifiers.BaseSpecifier", "builtins.str", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "contains of BaseSpecifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "filter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "iterable", "prereleases"], "flags": ["is_decorated", "is_abstract"], "fullname": "packaging.specifiers.BaseSpecifier.filter", "name": "filter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "iterable", "prereleases"], "arg_types": ["packaging.specifiers.BaseSpecifier", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "packaging.specifiers.VersionTypeVar", "id": -1, "name": "VersionTypeVar", "upper_bound": {".class": "UnionType", "items": ["packaging.version.Version", "packaging.version.LegacyVersion", "builtins.str"]}, "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "filter of BaseSpecifier", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "packaging.specifiers.VersionTypeVar", "id": -1, "name": "VersionTypeVar", "upper_bound": {".class": "UnionType", "items": ["packaging.version.Version", "packaging.version.LegacyVersion", "builtins.str"]}, "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "packaging.specifiers.VersionTypeVar", "id": -1, "name": "VersionTypeVar", "upper_bound": {".class": "UnionType", "items": ["packaging.version.Version", "packaging.version.LegacyVersion", "builtins.str"]}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "filter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "iterable", "prereleases"], "arg_types": ["packaging.specifiers.BaseSpecifier", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "packaging.specifiers.VersionTypeVar", "id": -1, "name": "VersionTypeVar", "upper_bound": {".class": "UnionType", "items": ["packaging.version.Version", "packaging.version.LegacyVersion", "builtins.str"]}, "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "filter of BaseSpecifier", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "packaging.specifiers.VersionTypeVar", "id": -1, "name": "VersionTypeVar", "upper_bound": {".class": "UnionType", "items": ["packaging.version.Version", "packaging.version.LegacyVersion", "builtins.str"]}, "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "packaging.specifiers.VersionTypeVar", "id": -1, "name": "VersionTypeVar", "upper_bound": {".class": "UnionType", "items": ["packaging.version.Version", "packaging.version.LegacyVersion", "builtins.str"]}, "values": [], "variance": 0}]}}}}, "prereleases": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "packaging.specifiers.BaseSpecifier.prereleases", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated", "is_abstract"], "fullname": "packaging.specifiers.BaseSpecifier.prereleases", "name": "prereleases", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers.BaseSpecifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prereleases of BaseSpecifier", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "prereleases", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers.BaseSpecifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prereleases of BaseSpecifier", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated", "is_abstract"], "fullname": "packaging.specifiers.BaseSpecifier.prereleases", "name": "prereleases", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["packaging.specifiers.BaseSpecifier", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prereleases of BaseSpecifier", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "prereleases", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers.BaseSpecifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prereleases of BaseSpecifier", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "CallableOperator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "packaging.specifiers.CallableOperator", "line": 30, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.ParsedVersion"}, "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "InvalidSpecifier": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ValueError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.specifiers.InvalidSpecifier", "name": "InvalidSpecifier", "type_vars": []}, "flags": [], "fullname": "packaging.specifiers.InvalidSpecifier", "metaclass_type": null, "metadata": {}, "module_name": "packaging.specifiers", "mro": ["packaging.specifiers.InvalidSpecifier", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef"}, "LegacySpecifier": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["packaging.specifiers._IndividualSpecifier"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.specifiers.LegacySpecifier", "name": "LegacySpecifier", "type_vars": []}, "flags": [], "fullname": "packaging.specifiers.LegacySpecifier", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "packaging.specifiers", "mro": ["packaging.specifiers.LegacySpecifier", "packaging.specifiers._IndividualSpecifier", "packaging.specifiers.BaseSpecifier", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "spec", "prereleases"], "flags": [], "fullname": "packaging.specifiers.LegacySpecifier.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "spec", "prereleases"], "arg_types": ["packaging.specifiers.LegacySpecifier", "builtins.str", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LegacySpecifier", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_coerce_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "version"], "flags": [], "fullname": "packaging.specifiers.LegacySpecifier._coerce_version", "name": "_coerce_version", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "version"], "arg_types": ["packaging.specifiers.LegacySpecifier", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.UnparsedVersion"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_coerce_version of LegacySpecifier", "ret_type": "packaging.version.LegacyVersion", "type_guard": null, "variables": []}}}, "_compare_equal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "flags": [], "fullname": "packaging.specifiers.LegacySpecifier._compare_equal", "name": "_compare_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "arg_types": ["packaging.specifiers.LegacySpecifier", "packaging.version.LegacyVersion", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_equal of LegacySpecifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_compare_greater_than": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "flags": [], "fullname": "packaging.specifiers.LegacySpecifier._compare_greater_than", "name": "_compare_greater_than", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "arg_types": ["packaging.specifiers.LegacySpecifier", "packaging.version.LegacyVersion", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_greater_than of LegacySpecifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_compare_greater_than_equal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "flags": [], "fullname": "packaging.specifiers.LegacySpecifier._compare_greater_than_equal", "name": "_compare_greater_than_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "arg_types": ["packaging.specifiers.LegacySpecifier", "packaging.version.LegacyVersion", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_greater_than_equal of LegacySpecifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_compare_less_than": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "flags": [], "fullname": "packaging.specifiers.LegacySpecifier._compare_less_than", "name": "_compare_less_than", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "arg_types": ["packaging.specifiers.LegacySpecifier", "packaging.version.LegacyVersion", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_less_than of LegacySpecifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_compare_less_than_equal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "flags": [], "fullname": "packaging.specifiers.LegacySpecifier._compare_less_than_equal", "name": "_compare_less_than_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "arg_types": ["packaging.specifiers.LegacySpecifier", "packaging.version.LegacyVersion", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_less_than_equal of LegacySpecifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_compare_not_equal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "flags": [], "fullname": "packaging.specifiers.LegacySpecifier._compare_not_equal", "name": "_compare_not_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "arg_types": ["packaging.specifiers.LegacySpecifier", "packaging.version.LegacyVersion", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_not_equal of LegacySpecifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_operators": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "packaging.specifiers.LegacySpecifier._operators", "name": "_operators", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "_regex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "packaging.specifiers.LegacySpecifier._regex", "name": "_regex", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "_regex_str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging.specifiers.LegacySpecifier._regex_str", "name": "_regex_str", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LegacyVersion": {".class": "SymbolTableNode", "cross_ref": "packaging.version.LegacyVersion", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "ParsedVersion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "packaging.specifiers.ParsedVersion", "line": 27, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["packaging.version.Version", "packaging.version.LegacyVersion"]}}}, "Pattern": {".class": "SymbolTableNode", "cross_ref": "typing.Pattern", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "Specifier": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["packaging.specifiers._IndividualSpecifier"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.specifiers.Specifier", "name": "Specifier", "type_vars": []}, "flags": [], "fullname": "packaging.specifiers.Specifier", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "packaging.specifiers", "mro": ["packaging.specifiers.Specifier", "packaging.specifiers._IndividualSpecifier", "packaging.specifiers.BaseSpecifier", "builtins.object"], "names": {".class": "SymbolTable", "_compare_arbitrary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "flags": [], "fullname": "packaging.specifiers.Specifier._compare_arbitrary", "name": "_compare_arbitrary", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "arg_types": ["packaging.specifiers.Specifier", "packaging.version.Version", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_arbitrary of Specifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_compare_compatible": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "flags": ["is_decorated"], "fullname": "packaging.specifiers.Specifier._compare_compatible", "name": "_compare_compatible", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "arg_types": ["packaging.specifiers.Specifier", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.ParsedVersion"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_compatible of Specifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "_compare_compatible", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["packaging.specifiers.Specifier", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.ParsedVersion"}, "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_compatible of Specifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "_compare_equal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "flags": ["is_decorated"], "fullname": "packaging.specifiers.Specifier._compare_equal", "name": "_compare_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "arg_types": ["packaging.specifiers.Specifier", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.ParsedVersion"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_equal of Specifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "_compare_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["packaging.specifiers.Specifier", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.ParsedVersion"}, "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_equal of Specifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "_compare_greater_than": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec_str"], "flags": ["is_decorated"], "fullname": "packaging.specifiers.Specifier._compare_greater_than", "name": "_compare_greater_than", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec_str"], "arg_types": ["packaging.specifiers.Specifier", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.ParsedVersion"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_greater_than of Specifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "_compare_greater_than", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["packaging.specifiers.Specifier", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.ParsedVersion"}, "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_greater_than of Specifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "_compare_greater_than_equal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "flags": ["is_decorated"], "fullname": "packaging.specifiers.Specifier._compare_greater_than_equal", "name": "_compare_greater_than_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "arg_types": ["packaging.specifiers.Specifier", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.ParsedVersion"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_greater_than_equal of Specifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "_compare_greater_than_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["packaging.specifiers.Specifier", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.ParsedVersion"}, "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_greater_than_equal of Specifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "_compare_less_than": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec_str"], "flags": ["is_decorated"], "fullname": "packaging.specifiers.Specifier._compare_less_than", "name": "_compare_less_than", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec_str"], "arg_types": ["packaging.specifiers.Specifier", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.ParsedVersion"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_less_than of Specifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "_compare_less_than", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["packaging.specifiers.Specifier", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.ParsedVersion"}, "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_less_than of Specifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "_compare_less_than_equal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "flags": ["is_decorated"], "fullname": "packaging.specifiers.Specifier._compare_less_than_equal", "name": "_compare_less_than_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "arg_types": ["packaging.specifiers.Specifier", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.ParsedVersion"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_less_than_equal of Specifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "_compare_less_than_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["packaging.specifiers.Specifier", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.ParsedVersion"}, "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_less_than_equal of Specifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "_compare_not_equal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "flags": ["is_decorated"], "fullname": "packaging.specifiers.Specifier._compare_not_equal", "name": "_compare_not_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prospective", "spec"], "arg_types": ["packaging.specifiers.Specifier", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.ParsedVersion"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_not_equal of Specifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "_compare_not_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["packaging.specifiers.Specifier", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.ParsedVersion"}, "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_not_equal of Specifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "_operators": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "packaging.specifiers.Specifier._operators", "name": "_operators", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "_regex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "packaging.specifiers.Specifier._regex", "name": "_regex", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "_regex_str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging.specifiers.Specifier._regex_str", "name": "_regex_str", "type": "builtins.str"}}, "prereleases": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "packaging.specifiers.Specifier.prereleases", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "packaging.specifiers.Specifier.prereleases", "name": "prereleases", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers.Specifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prereleases of Specifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "prereleases", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers.Specifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prereleases of Specifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "packaging.specifiers.Specifier.prereleases", "name": "prereleases", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["packaging.specifiers.Specifier", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prereleases of Specifier", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "prereleases", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers.Specifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prereleases of Specifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SpecifierSet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["packaging.specifiers.BaseSpecifier"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.specifiers.SpecifierSet", "name": "SpecifierSet", "type_vars": []}, "flags": [], "fullname": "packaging.specifiers.SpecifierSet", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "packaging.specifiers", "mro": ["packaging.specifiers.SpecifierSet", "packaging.specifiers.BaseSpecifier", "builtins.object"], "names": {".class": "SymbolTable", "__and__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging.specifiers.SpecifierSet.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging.specifiers.SpecifierSet", {".class": "UnionType", "items": ["packaging.specifiers.SpecifierSet", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of SpecifierSet", "ret_type": "packaging.specifiers.SpecifierSet", "type_guard": null, "variables": []}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": [], "fullname": "packaging.specifiers.SpecifierSet.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging.specifiers.SpecifierSet", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.UnparsedVersion"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of SpecifierSet", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging.specifiers.SpecifierSet.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging.specifiers.SpecifierSet", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of SpecifierSet", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.specifiers.SpecifierSet.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers.SpecifierSet"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of SpecifierSet", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "specifiers", "prereleases"], "flags": [], "fullname": "packaging.specifiers.SpecifierSet.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "specifiers", "prereleases"], "arg_types": ["packaging.specifiers.SpecifierSet", "builtins.str", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SpecifierSet", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.specifiers.SpecifierSet.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging.specifiers.SpecifierSet"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of SpecifierSet", "ret_type": {".class": "Instance", "args": ["packaging.specifiers._IndividualSpecifier"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.specifiers.SpecifierSet.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging.specifiers.SpecifierSet"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of SpecifierSet", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging.specifiers.SpecifierSet.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging.specifiers.SpecifierSet", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of SpecifierSet", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.specifiers.SpecifierSet.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging.specifiers.SpecifierSet"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of SpecifierSet", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.specifiers.SpecifierSet.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging.specifiers.SpecifierSet"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of SpecifierSet", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_prereleases": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.specifiers.SpecifierSet._prereleases", "name": "_prereleases", "type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}}}, "_specs": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.specifiers.SpecifierSet._specs", "name": "_specs", "type": {".class": "Instance", "args": ["packaging.specifiers._IndividualSpecifier"], "type_ref": "builtins.frozenset"}}}, "contains": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "item", "prereleases"], "flags": [], "fullname": "packaging.specifiers.SpecifierSet.contains", "name": "contains", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "item", "prereleases"], "arg_types": ["packaging.specifiers.SpecifierSet", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.UnparsedVersion"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "contains of SpecifierSet", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "filter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "iterable", "prereleases"], "flags": [], "fullname": "packaging.specifiers.SpecifierSet.filter", "name": "filter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "iterable", "prereleases"], "arg_types": ["packaging.specifiers.SpecifierSet", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "packaging.specifiers.VersionTypeVar", "id": -1, "name": "VersionTypeVar", "upper_bound": {".class": "UnionType", "items": ["packaging.version.Version", "packaging.version.LegacyVersion", "builtins.str"]}, "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "filter of SpecifierSet", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "packaging.specifiers.VersionTypeVar", "id": -1, "name": "VersionTypeVar", "upper_bound": {".class": "UnionType", "items": ["packaging.version.Version", "packaging.version.LegacyVersion", "builtins.str"]}, "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "packaging.specifiers.VersionTypeVar", "id": -1, "name": "VersionTypeVar", "upper_bound": {".class": "UnionType", "items": ["packaging.version.Version", "packaging.version.LegacyVersion", "builtins.str"]}, "values": [], "variance": 0}]}}}, "prereleases": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "packaging.specifiers.SpecifierSet.prereleases", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "packaging.specifiers.SpecifierSet.prereleases", "name": "prereleases", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers.SpecifierSet"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prereleases of SpecifierSet", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "prereleases", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers.SpecifierSet"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prereleases of SpecifierSet", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "packaging.specifiers.SpecifierSet.prereleases", "name": "prereleases", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["packaging.specifiers.SpecifierSet", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prereleases of SpecifierSet", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "prereleases", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers.SpecifierSet"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prereleases of SpecifierSet", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "UnparsedVersion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "packaging.specifiers.UnparsedVersion", "line": 28, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["packaging.version.Version", "packaging.version.LegacyVersion", "builtins.str"]}}}, "Version": {".class": "SymbolTableNode", "cross_ref": "packaging.version.Version", "kind": "Gdef"}, "VersionTypeVar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "packaging.specifiers.VersionTypeVar", "name": "VersionTypeVar", "upper_bound": {".class": "UnionType", "items": ["packaging.version.Version", "packaging.version.LegacyVersion", "builtins.str"]}, "values": [], "variance": 0}}, "_IndividualSpecifier": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["packaging.specifiers.BaseSpecifier"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.specifiers._IndividualSpecifier", "name": "_IndividualSpecifier", "type_vars": []}, "flags": [], "fullname": "packaging.specifiers._IndividualSpecifier", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "packaging.specifiers", "mro": ["packaging.specifiers._IndividualSpecifier", "packaging.specifiers.BaseSpecifier", "builtins.object"], "names": {".class": "SymbolTable", "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": [], "fullname": "packaging.specifiers._IndividualSpecifier.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging.specifiers._IndividualSpecifier", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of _IndividualSpecifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging.specifiers._IndividualSpecifier.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging.specifiers._IndividualSpecifier", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of _IndividualSpecifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.specifiers._IndividualSpecifier.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers._IndividualSpecifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of _IndividualSpecifier", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "spec", "prereleases"], "flags": [], "fullname": "packaging.specifiers._IndividualSpecifier.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "spec", "prereleases"], "arg_types": ["packaging.specifiers._IndividualSpecifier", "builtins.str", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _IndividualSpecifier", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging.specifiers._IndividualSpecifier.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging.specifiers._IndividualSpecifier", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of _IndividualSpecifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.specifiers._IndividualSpecifier.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging.specifiers._IndividualSpecifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of _IndividualSpecifier", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.specifiers._IndividualSpecifier.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging.specifiers._IndividualSpecifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of _IndividualSpecifier", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_canonical_spec": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.specifiers._IndividualSpecifier._canonical_spec", "name": "_canonical_spec", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers._IndividualSpecifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_canonical_spec of _IndividualSpecifier", "ret_type": {".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_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_canonical_spec", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers._IndividualSpecifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_canonical_spec of _IndividualSpecifier", "ret_type": {".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_guard": null, "variables": []}}}}, "_coerce_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "version"], "flags": [], "fullname": "packaging.specifiers._IndividualSpecifier._coerce_version", "name": "_coerce_version", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "version"], "arg_types": ["packaging.specifiers._IndividualSpecifier", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.UnparsedVersion"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_coerce_version of _IndividualSpecifier", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.ParsedVersion"}, "type_guard": null, "variables": []}}}, "_get_operator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "op"], "flags": [], "fullname": "packaging.specifiers._IndividualSpecifier._get_operator", "name": "_get_operator", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "op"], "arg_types": ["packaging.specifiers._IndividualSpecifier", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_operator of _IndividualSpecifier", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.CallableOperator"}, "type_guard": null, "variables": []}}}, "_operators": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging.specifiers._IndividualSpecifier._operators", "name": "_operators", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "_prereleases": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.specifiers._IndividualSpecifier._prereleases", "name": "_prereleases", "type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}}}, "_regex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging.specifiers._IndividualSpecifier._regex", "name": "_regex", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "_spec": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "packaging.specifiers._IndividualSpecifier._spec", "name": "_spec", "type": {".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"}}}}, "contains": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "item", "prereleases"], "flags": [], "fullname": "packaging.specifiers._IndividualSpecifier.contains", "name": "contains", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "item", "prereleases"], "arg_types": ["packaging.specifiers._IndividualSpecifier", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.UnparsedVersion"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "contains of _IndividualSpecifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "filter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "iterable", "prereleases"], "flags": ["is_generator"], "fullname": "packaging.specifiers._IndividualSpecifier.filter", "name": "filter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "iterable", "prereleases"], "arg_types": ["packaging.specifiers._IndividualSpecifier", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "packaging.specifiers.VersionTypeVar", "id": -1, "name": "VersionTypeVar", "upper_bound": {".class": "UnionType", "items": ["packaging.version.Version", "packaging.version.LegacyVersion", "builtins.str"]}, "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "filter of _IndividualSpecifier", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "packaging.specifiers.VersionTypeVar", "id": -1, "name": "VersionTypeVar", "upper_bound": {".class": "UnionType", "items": ["packaging.version.Version", "packaging.version.LegacyVersion", "builtins.str"]}, "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "packaging.specifiers.VersionTypeVar", "id": -1, "name": "VersionTypeVar", "upper_bound": {".class": "UnionType", "items": ["packaging.version.Version", "packaging.version.LegacyVersion", "builtins.str"]}, "values": [], "variance": 0}]}}}, "operator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.specifiers._IndividualSpecifier.operator", "name": "operator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers._IndividualSpecifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "operator of _IndividualSpecifier", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "operator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers._IndividualSpecifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "operator of _IndividualSpecifier", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "prereleases": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "packaging.specifiers._IndividualSpecifier.prereleases", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "packaging.specifiers._IndividualSpecifier.prereleases", "name": "prereleases", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers._IndividualSpecifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prereleases of _IndividualSpecifier", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "prereleases", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers._IndividualSpecifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prereleases of _IndividualSpecifier", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "packaging.specifiers._IndividualSpecifier.prereleases", "name": "prereleases", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["packaging.specifiers._IndividualSpecifier", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prereleases of _IndividualSpecifier", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "prereleases", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers._IndividualSpecifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prereleases of _IndividualSpecifier", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}]}}}, "version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.specifiers._IndividualSpecifier.version", "name": "version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers._IndividualSpecifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "version of _IndividualSpecifier", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.specifiers._IndividualSpecifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "version of _IndividualSpecifier", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.specifiers.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.specifiers.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.specifiers.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.specifiers.__package__", "name": "__package__", "type": "builtins.str"}}, "_is_not_suffix": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["segment"], "flags": [], "fullname": "packaging.specifiers._is_not_suffix", "name": "_is_not_suffix", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["segment"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_not_suffix", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_pad_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["left", "right"], "flags": [], "fullname": "packaging.specifiers._pad_version", "name": "_pad_version", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["left", "right"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_pad_version", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "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": []}}}, "_prefix_regex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.specifiers._prefix_regex", "name": "_prefix_regex", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "_require_version_compare": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "packaging.specifiers._require_version_compare", "name": "_require_version_compare", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["fn"], "arg_types": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["packaging.specifiers.Specifier", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.ParsedVersion"}, "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_require_version_compare", "ret_type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["packaging.specifiers.Specifier", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.specifiers.ParsedVersion"}, "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_greater_than of Specifier", "ret_type": "builtins.bool", "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "_version_split": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["version"], "flags": [], "fullname": "packaging.specifiers._version_split", "name": "_version_split", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["version"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_version_split", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "abc": {".class": "SymbolTableNode", "cross_ref": "abc", "kind": "Gdef"}, "canonicalize_version": {".class": "SymbolTableNode", "cross_ref": "packaging.utils.canonicalize_version", "kind": "Gdef"}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "itertools": {".class": "SymbolTableNode", "cross_ref": "itertools", "kind": "Gdef"}, "parse": {".class": "SymbolTableNode", "cross_ref": "packaging.version.parse", "kind": "Gdef"}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/packaging/specifiers.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/specifiers.meta.json b/.mypy_cache/3.9/packaging/specifiers.meta.json deleted file mode 100644 index 86674650a..000000000 --- a/.mypy_cache/3.9/packaging/specifiers.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [5, 6, 7, 8, 9, 10, 24, 25, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 5, 5, 5, 5, 30, 30, 30, 30], "dependencies": ["abc", "functools", "itertools", "re", "warnings", "typing", "packaging.utils", "packaging.version", "builtins", "_typeshed", "_warnings", "enum", "typing_extensions"], "hash": "319f9f61c34bdeeee936bb7eea0d8440eec06d15e48dcf923c46305cc41b2e67", "id": "packaging.specifiers", "ignore_all": true, "interface_hash": "dee1bd66858062bf2177ca769d467c33df19986a7931bd95c59037d210936199", "mtime": 1625611719, "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_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/anaconda3/lib/python3.9/site-packages/packaging/specifiers.py", "plugin_data": null, "size": 30964, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/tags.data.json b/.mypy_cache/3.9/packaging/tags.data.json deleted file mode 100644 index e462964a1..000000000 --- a/.mypy_cache/3.9/packaging/tags.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "packaging.tags", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "EXTENSION_SUFFIXES": {".class": "SymbolTableNode", "cross_ref": "importlib.machinery.EXTENSION_SUFFIXES", "kind": "Gdef"}, "FrozenSet": {".class": "SymbolTableNode", "cross_ref": "typing.FrozenSet", "kind": "Gdef"}, "INTERPRETER_SHORT_NAMES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.tags.INTERPRETER_SHORT_NAMES", "name": "INTERPRETER_SHORT_NAMES", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "MacVersion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "packaging.tags.MacVersion", "line": 28, "no_args": false, "normalized": false, "target": {".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"}}}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "PythonVersion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "packaging.tags.PythonVersion", "line": 27, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "Tag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.tags.Tag", "name": "Tag", "type_vars": []}, "flags": [], "fullname": "packaging.tags.Tag", "metaclass_type": null, "metadata": {}, "module_name": "packaging.tags", "mro": ["packaging.tags.Tag", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging.tags.Tag.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging.tags.Tag", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of Tag", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.tags.Tag.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.tags.Tag"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of Tag", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "interpreter", "abi", "platform"], "flags": [], "fullname": "packaging.tags.Tag.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "interpreter", "abi", "platform"], "arg_types": ["packaging.tags.Tag", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Tag", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.tags.Tag.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging.tags.Tag"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of Tag", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "packaging.tags.Tag.__slots__", "name": "__slots__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.tags.Tag.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging.tags.Tag"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of Tag", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_abi": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.tags.Tag._abi", "name": "_abi", "type": "builtins.str"}}, "_hash": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.tags.Tag._hash", "name": "_hash", "type": "builtins.int"}}, "_interpreter": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.tags.Tag._interpreter", "name": "_interpreter", "type": "builtins.str"}}, "_platform": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.tags.Tag._platform", "name": "_platform", "type": "builtins.str"}}, "abi": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.tags.Tag.abi", "name": "abi", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.tags.Tag"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "abi of Tag", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "abi", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.tags.Tag"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "abi of Tag", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "interpreter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.tags.Tag.interpreter", "name": "interpreter", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.tags.Tag"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "interpreter of Tag", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "interpreter", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.tags.Tag"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "interpreter of Tag", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "platform": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.tags.Tag.platform", "name": "platform", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.tags.Tag"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "platform of Tag", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "platform", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.tags.Tag"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "platform of Tag", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_32_BIT_INTERPRETER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.tags._32_BIT_INTERPRETER", "name": "_32_BIT_INTERPRETER", "type": "builtins.bool"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.tags.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.tags.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.tags.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.tags.__package__", "name": "__package__", "type": "builtins.str"}}, "_abi3_applies": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["python_version"], "flags": [], "fullname": "packaging.tags._abi3_applies", "name": "_abi3_applies", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["python_version"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "packaging.tags.PythonVersion"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_abi3_applies", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_cpython_abis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["py_version", "warn"], "flags": [], "fullname": "packaging.tags._cpython_abis", "name": "_cpython_abis", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["py_version", "warn"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "packaging.tags.PythonVersion"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cpython_abis", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_generic_abi": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_generator"], "fullname": "packaging.tags._generic_abi", "name": "_generic_abi", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_generic_abi", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "_generic_platforms": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_generator"], "fullname": "packaging.tags._generic_platforms", "name": "_generic_platforms", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_generic_platforms", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "_get_config_var": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["name", "warn"], "flags": [], "fullname": "packaging.tags._get_config_var", "name": "_get_config_var", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["name", "warn"], "arg_types": ["builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_config_var", "ret_type": {".class": "UnionType", "items": ["builtins.int", "builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_linux_platforms": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["is_32bit"], "flags": ["is_generator"], "fullname": "packaging.tags._linux_platforms", "name": "_linux_platforms", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["is_32bit"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_linux_platforms", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "_mac_arch": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["arch", "is_32bit"], "flags": [], "fullname": "packaging.tags._mac_arch", "name": "_mac_arch", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["arch", "is_32bit"], "arg_types": ["builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_mac_arch", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_mac_binary_formats": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["version", "cpu_arch"], "flags": [], "fullname": "packaging.tags._mac_binary_formats", "name": "_mac_binary_formats", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["version", "cpu_arch"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "packaging.tags.MacVersion"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_mac_binary_formats", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_manylinux": {".class": "SymbolTableNode", "cross_ref": "packaging._manylinux", "kind": "Gdef"}, "_musllinux": {".class": "SymbolTableNode", "cross_ref": "packaging._musllinux", "kind": "Gdef"}, "_normalize_string": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["string"], "flags": [], "fullname": "packaging.tags._normalize_string", "name": "_normalize_string", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["string"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_normalize_string", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_platform_tags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "packaging.tags._platform_tags", "name": "_platform_tags", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_platform_tags", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "_py_interpreter_range": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["py_version"], "flags": ["is_generator"], "fullname": "packaging.tags._py_interpreter_range", "name": "_py_interpreter_range", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["py_version"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "packaging.tags.PythonVersion"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_py_interpreter_range", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "_version_nodot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["version"], "flags": [], "fullname": "packaging.tags._version_nodot", "name": "_version_nodot", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["version"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "packaging.tags.PythonVersion"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_version_nodot", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef"}, "compatible_tags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1], "arg_names": ["python_version", "interpreter", "platforms"], "flags": ["is_generator"], "fullname": "packaging.tags.compatible_tags", "name": "compatible_tags", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1], "arg_names": ["python_version", "interpreter", "platforms"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compatible_tags", "ret_type": {".class": "Instance", "args": ["packaging.tags.Tag"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "cpython_tags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 5], "arg_names": ["python_version", "abis", "platforms", "warn"], "flags": ["is_generator"], "fullname": "packaging.tags.cpython_tags", "name": "cpython_tags", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 5], "arg_names": ["python_version", "abis", "platforms", "warn"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cpython_tags", "ret_type": {".class": "Instance", "args": ["packaging.tags.Tag"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "generic_tags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 5], "arg_names": ["interpreter", "abis", "platforms", "warn"], "flags": ["is_generator"], "fullname": "packaging.tags.generic_tags", "name": "generic_tags", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 5], "arg_names": ["interpreter", "abis", "platforms", "warn"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "generic_tags", "ret_type": {".class": "Instance", "args": ["packaging.tags.Tag"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "interpreter_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "packaging.tags.interpreter_name", "name": "interpreter_name", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "interpreter_name", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "interpreter_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [5], "arg_names": ["warn"], "flags": [], "fullname": "packaging.tags.interpreter_version", "name": "interpreter_version", "type": {".class": "CallableType", "arg_kinds": [5], "arg_names": ["warn"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "interpreter_version", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "logger": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.tags.logger", "name": "logger", "type": "logging.Logger"}}, "logging": {".class": "SymbolTableNode", "cross_ref": "logging", "kind": "Gdef"}, "mac_platforms": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1], "arg_names": ["version", "arch"], "flags": ["is_generator"], "fullname": "packaging.tags.mac_platforms", "name": "mac_platforms", "type": {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["version", "arch"], "arg_types": [{".class": "UnionType", "items": [{".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"}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mac_platforms", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "parse_tag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tag"], "flags": [], "fullname": "packaging.tags.parse_tag", "name": "parse_tag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tag"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_tag", "ret_type": {".class": "Instance", "args": ["packaging.tags.Tag"], "type_ref": "builtins.frozenset"}, "type_guard": null, "variables": []}}}, "platform": {".class": "SymbolTableNode", "cross_ref": "platform", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "sys_tags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [5], "arg_names": ["warn"], "flags": ["is_generator"], "fullname": "packaging.tags.sys_tags", "name": "sys_tags", "type": {".class": "CallableType", "arg_kinds": [5], "arg_names": ["warn"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sys_tags", "ret_type": {".class": "Instance", "args": ["packaging.tags.Tag"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "sysconfig": {".class": "SymbolTableNode", "cross_ref": "sysconfig", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/packaging/tags.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/tags.meta.json b/.mypy_cache/3.9/packaging/tags.meta.json deleted file mode 100644 index e07c4aca8..000000000 --- a/.mypy_cache/3.9/packaging/tags.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [5, 6, 7, 8, 9, 10, 23, 23, 23, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 5, 5, 20, 10, 10, 5, 30, 30, 30], "dependencies": ["logging", "platform", "sys", "sysconfig", "importlib.machinery", "typing", "packaging", "packaging._manylinux", "packaging._musllinux", "builtins", "abc", "types", "typing_extensions"], "hash": "6a421ead8c3c5b4b33e0e5bd1c7a3381ac169dbb7618638f9b7b2f896d23a306", "id": "packaging.tags", "ignore_all": true, "interface_hash": "177340d181ea45c76c2ba6c23d67d5d8ae7bb0c5a18d24408f2865df6a16b2cf", "mtime": 1625611719, "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_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/anaconda3/lib/python3.9/site-packages/packaging/tags.py", "plugin_data": null, "size": 15714, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/utils.data.json b/.mypy_cache/3.9/packaging/utils.data.json deleted file mode 100644 index cf34d97e0..000000000 --- a/.mypy_cache/3.9/packaging/utils.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "packaging.utils", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "BuildTag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "packaging.utils.BuildTag", "line": 11, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".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"}}, {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}}}, "FrozenSet": {".class": "SymbolTableNode", "cross_ref": "typing.FrozenSet", "kind": "Gdef"}, "InvalidSdistFilename": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ValueError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.utils.InvalidSdistFilename", "name": "InvalidSdistFilename", "type_vars": []}, "flags": [], "fullname": "packaging.utils.InvalidSdistFilename", "metaclass_type": null, "metadata": {}, "module_name": "packaging.utils", "mro": ["packaging.utils.InvalidSdistFilename", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InvalidVersion": {".class": "SymbolTableNode", "cross_ref": "packaging.version.InvalidVersion", "kind": "Gdef"}, "InvalidWheelFilename": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ValueError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.utils.InvalidWheelFilename", "name": "InvalidWheelFilename", "type_vars": []}, "flags": [], "fullname": "packaging.utils.InvalidWheelFilename", "metaclass_type": null, "metadata": {}, "module_name": "packaging.utils", "mro": ["packaging.utils.InvalidWheelFilename", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NewType": {".class": "SymbolTableNode", "cross_ref": "typing.NewType", "kind": "Gdef"}, "NormalizedName": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.str"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.utils.NormalizedName", "name": "NormalizedName", "type_vars": []}, "flags": ["is_newtype"], "fullname": "packaging.utils.NormalizedName", "metaclass_type": null, "metadata": {}, "module_name": "packaging.utils", "mro": ["packaging.utils.NormalizedName", "builtins.str", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": [], "fullname": "packaging.utils.NormalizedName.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": ["packaging.utils.NormalizedName", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of NormalizedName", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tag": {".class": "SymbolTableNode", "cross_ref": "packaging.tags.Tag", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "Version": {".class": "SymbolTableNode", "cross_ref": "packaging.version.Version", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.utils.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.utils.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.utils.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.utils.__package__", "name": "__package__", "type": "builtins.str"}}, "_build_tag_regex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.utils._build_tag_regex", "name": "_build_tag_regex", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "_canonicalize_regex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.utils._canonicalize_regex", "name": "_canonicalize_regex", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "canonicalize_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "packaging.utils.canonicalize_name", "name": "canonicalize_name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "canonicalize_name", "ret_type": "packaging.utils.NormalizedName", "type_guard": null, "variables": []}}}, "canonicalize_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["version"], "flags": [], "fullname": "packaging.utils.canonicalize_version", "name": "canonicalize_version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["version"], "arg_types": [{".class": "UnionType", "items": ["packaging.version.Version", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "canonicalize_version", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef"}, "parse_sdist_filename": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["filename"], "flags": [], "fullname": "packaging.utils.parse_sdist_filename", "name": "parse_sdist_filename", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["filename"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_sdist_filename", "ret_type": {".class": "TupleType", "implicit": false, "items": ["packaging.utils.NormalizedName", "packaging.version.Version"], "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": []}}}, "parse_tag": {".class": "SymbolTableNode", "cross_ref": "packaging.tags.parse_tag", "kind": "Gdef"}, "parse_wheel_filename": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["filename"], "flags": [], "fullname": "packaging.utils.parse_wheel_filename", "name": "parse_wheel_filename", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["filename"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_wheel_filename", "ret_type": {".class": "TupleType", "implicit": false, "items": ["packaging.utils.NormalizedName", "packaging.version.Version", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.utils.BuildTag"}, {".class": "Instance", "args": ["packaging.tags.Tag"], "type_ref": "builtins.frozenset"}], "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": []}}}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/packaging/utils.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/utils.meta.json b/.mypy_cache/3.9/packaging/utils.meta.json deleted file mode 100644 index 978cdde5c..000000000 --- a/.mypy_cache/3.9/packaging/utils.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [5, 6, 8, 9, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30, 30, 30], "dependencies": ["re", "typing", "packaging.tags", "packaging.version", "builtins", "abc", "enum", "typing_extensions"], "hash": "7498de6addc14be4d89f546b505570b9f50c6ac6edccb7d8468cbf1d710d7854", "id": "packaging.utils", "ignore_all": true, "interface_hash": "ba328ed18b850dc0576d14a466a8b834b149b329510f89431065f024826d9b23", "mtime": 1625611719, "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_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/anaconda3/lib/python3.9/site-packages/packaging/utils.py", "plugin_data": null, "size": 4200, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/version.data.json b/.mypy_cache/3.9/packaging/version.data.json deleted file mode 100644 index a2177dc92..000000000 --- a/.mypy_cache/3.9/packaging/version.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "packaging.version", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_public": false}, "CmpKey": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "packaging.version.CmpKey", "line": 29, "no_args": false, "normalized": false, "target": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "TypeAliasType", "args": [], "type_ref": "packaging.version.PrePostDevType"}, {".class": "TypeAliasType", "args": [], "type_ref": "packaging.version.PrePostDevType"}, {".class": "TypeAliasType", "args": [], "type_ref": "packaging.version.PrePostDevType"}, {".class": "TypeAliasType", "args": [], "type_ref": "packaging.version.LocalType"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "InfiniteTypes": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "packaging.version.InfiniteTypes", "line": 15, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["packaging._structures.InfinityType", "packaging._structures.NegativeInfinityType"]}}}, "Infinity": {".class": "SymbolTableNode", "cross_ref": "packaging._structures.Infinity", "kind": "Gdef", "module_public": false}, "InfinityType": {".class": "SymbolTableNode", "cross_ref": "packaging._structures.InfinityType", "kind": "Gdef", "module_public": false}, "InvalidVersion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ValueError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.version.InvalidVersion", "name": "InvalidVersion", "type_vars": []}, "flags": [], "fullname": "packaging.version.InvalidVersion", "metaclass_type": null, "metadata": {}, "module_name": "packaging.version", "mro": ["packaging.version.InvalidVersion", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef", "module_public": false}, "LegacyCmpKey": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "packaging.version.LegacyCmpKey", "line": 32, "no_args": false, "normalized": false, "target": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "LegacyVersion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["packaging.version._BaseVersion"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.version.LegacyVersion", "name": "LegacyVersion", "type_vars": []}, "flags": [], "fullname": "packaging.version.LegacyVersion", "metaclass_type": null, "metadata": {}, "module_name": "packaging.version", "mro": ["packaging.version.LegacyVersion", "packaging.version._BaseVersion", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "version"], "flags": [], "fullname": "packaging.version.LegacyVersion.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "version"], "arg_types": ["packaging.version.LegacyVersion", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LegacyVersion", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.version.LegacyVersion.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of LegacyVersion", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.version.LegacyVersion.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of LegacyVersion", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_version": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.version.LegacyVersion._version", "name": "_version", "type": "builtins.str"}}, "base_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.LegacyVersion.base_version", "name": "base_version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "base_version of LegacyVersion", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "base_version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "base_version of LegacyVersion", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "dev": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.LegacyVersion.dev", "name": "dev", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dev of LegacyVersion", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "dev", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dev of LegacyVersion", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "epoch": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.LegacyVersion.epoch", "name": "epoch", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "epoch of LegacyVersion", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "epoch", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "epoch of LegacyVersion", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "is_devrelease": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.LegacyVersion.is_devrelease", "name": "is_devrelease", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_devrelease of LegacyVersion", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "is_devrelease", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_devrelease of LegacyVersion", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "is_postrelease": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.LegacyVersion.is_postrelease", "name": "is_postrelease", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_postrelease of LegacyVersion", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "is_postrelease", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_postrelease of LegacyVersion", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "is_prerelease": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.LegacyVersion.is_prerelease", "name": "is_prerelease", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_prerelease of LegacyVersion", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "is_prerelease", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_prerelease of LegacyVersion", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "local": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.LegacyVersion.local", "name": "local", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "local of LegacyVersion", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "local", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "local of LegacyVersion", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "post": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.LegacyVersion.post", "name": "post", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "post of LegacyVersion", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "post", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "post of LegacyVersion", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "pre": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.LegacyVersion.pre", "name": "pre", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pre of LegacyVersion", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "pre", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pre of LegacyVersion", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "public": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.LegacyVersion.public", "name": "public", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "public of LegacyVersion", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "public", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "public of LegacyVersion", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "release": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.LegacyVersion.release", "name": "release", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "release of LegacyVersion", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "release", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.LegacyVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "release of LegacyVersion", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_public": false}, "LocalType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "packaging.version.LocalType", "line": 18, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["packaging._structures.NegativeInfinityType", {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "packaging.version.SubLocalType"}, {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "packaging.version.SubLocalType"}, "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": ["packaging._structures.NegativeInfinityType", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.version.SubLocalType"}], "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.tuple"}]}}}, "NegativeInfinity": {".class": "SymbolTableNode", "cross_ref": "packaging._structures.NegativeInfinity", "kind": "Gdef", "module_public": false}, "NegativeInfinityType": {".class": "SymbolTableNode", "cross_ref": "packaging._structures.NegativeInfinityType", "kind": "Gdef", "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_public": false}, "PrePostDevType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "packaging.version.PrePostDevType", "line": 16, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "packaging.version.InfiniteTypes"}, {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}}}, "SubLocalType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "packaging.version.SubLocalType", "line": 17, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "packaging.version.InfiniteTypes"}, "builtins.int", "builtins.str"]}}}, "SupportsInt": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsInt", "kind": "Gdef", "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_public": false}, "VERSION_PATTERN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.version.VERSION_PATTERN", "name": "VERSION_PATTERN", "type": "builtins.str"}}, "Version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["packaging.version._BaseVersion"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.version.Version", "name": "Version", "type_vars": []}, "flags": [], "fullname": "packaging.version.Version", "metaclass_type": null, "metadata": {}, "module_name": "packaging.version", "mro": ["packaging.version.Version", "packaging.version._BaseVersion", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "version"], "flags": [], "fullname": "packaging.version.Version.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "version"], "arg_types": ["packaging.version.Version", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Version", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.version.Version.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of Version", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.version.Version.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of Version", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_regex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "packaging.version.Version._regex", "name": "_regex", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "_version": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "packaging.version.Version._version", "name": "_version", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "packaging.version._Version"}}}, "base_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.Version.base_version", "name": "base_version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "base_version of Version", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "base_version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "base_version of Version", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "dev": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.Version.dev", "name": "dev", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dev of Version", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "dev", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dev of Version", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "epoch": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.Version.epoch", "name": "epoch", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "epoch of Version", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "epoch", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "epoch of Version", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "is_devrelease": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.Version.is_devrelease", "name": "is_devrelease", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_devrelease of Version", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "is_devrelease", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_devrelease of Version", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "is_postrelease": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.Version.is_postrelease", "name": "is_postrelease", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_postrelease of Version", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "is_postrelease", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_postrelease of Version", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "is_prerelease": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.Version.is_prerelease", "name": "is_prerelease", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_prerelease of Version", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "is_prerelease", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_prerelease of Version", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "local": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.Version.local", "name": "local", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "local of Version", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "local", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "local of Version", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "major": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.Version.major", "name": "major", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "major of Version", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "major", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "major of Version", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "micro": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.Version.micro", "name": "micro", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "micro of Version", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "micro", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "micro of Version", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "minor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.Version.minor", "name": "minor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "minor of Version", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "minor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "minor of Version", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "post": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.Version.post", "name": "post", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "post of Version", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "post", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "post of Version", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "pre": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.Version.pre", "name": "pre", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pre of Version", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "pre", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pre of Version", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "public": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.Version.public", "name": "public", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "public of Version", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "public", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "public of Version", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "release": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "packaging.version.Version.release", "name": "release", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "release of Version", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "release", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version.Version"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "release of Version", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "VersionComparisonMethod": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "packaging.version.VersionComparisonMethod", "line": 33, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "packaging.version.CmpKey"}, {".class": "TypeAliasType", "args": [], "type_ref": "packaging.version.LegacyCmpKey"}]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "packaging.version.CmpKey"}, {".class": "TypeAliasType", "args": [], "type_ref": "packaging.version.LegacyCmpKey"}]}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_BaseVersion": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.version._BaseVersion", "name": "_BaseVersion", "type_vars": []}, "flags": [], "fullname": "packaging.version._BaseVersion", "metaclass_type": null, "metadata": {}, "module_name": "packaging.version", "mro": ["packaging.version._BaseVersion", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging.version._BaseVersion.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging.version._BaseVersion", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of _BaseVersion", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging.version._BaseVersion.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging.version._BaseVersion", "packaging.version._BaseVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of _BaseVersion", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging.version._BaseVersion.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging.version._BaseVersion", "packaging.version._BaseVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of _BaseVersion", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "packaging.version._BaseVersion.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["packaging.version._BaseVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of _BaseVersion", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging.version._BaseVersion.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging.version._BaseVersion", "packaging.version._BaseVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of _BaseVersion", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging.version._BaseVersion.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging.version._BaseVersion", "packaging.version._BaseVersion"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of _BaseVersion", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "packaging.version._BaseVersion.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["packaging.version._BaseVersion", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of _BaseVersion", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_key": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging.version._BaseVersion._key", "name": "_key", "type": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "packaging.version.CmpKey"}, {".class": "TypeAliasType", "args": [], "type_ref": "packaging.version.LegacyCmpKey"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Version": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "packaging.version._Version", "name": "_Version", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "packaging.version._Version", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["epoch", "release", "dev", "pre", "post", "local"]}}, "module_name": "packaging.version", "mro": ["packaging.version._Version", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "packaging.version._Version._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging.version._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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging.version._Version.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "epoch", "release", "dev", "pre", "post", "local"], "flags": [], "fullname": "packaging.version._Version.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "epoch", "release", "dev", "pre", "post", "local"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "packaging.version._Version._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _Version", "ret_type": {".class": "TypeVarType", "fullname": "packaging.version._Version._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "packaging.version._Version._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "packaging.version._Version._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "packaging.version._Version._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of _Version", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "packaging.version._Version._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging.version._Version._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging.version._Version._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging.version._Version._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "packaging.version._Version._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "packaging.version._Version._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _Version", "ret_type": {".class": "TypeVarType", "fullname": "packaging.version._Version._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "packaging.version._Version._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "packaging.version._Version._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "packaging.version._Version._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _Version", "ret_type": {".class": "TypeVarType", "fullname": "packaging.version._Version._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "packaging.version._Version._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["_self", "epoch", "release", "dev", "pre", "post", "local"], "flags": [], "fullname": "packaging.version._Version._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["_self", "epoch", "release", "dev", "pre", "post", "local"], "arg_types": [{".class": "TypeVarType", "fullname": "packaging.version._Version._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of _Version", "ret_type": {".class": "TypeVarType", "fullname": "packaging.version._Version._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "packaging.version._Version._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "packaging.version._Version._source", "name": "_source", "type": "builtins.str"}}, "dev": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "packaging.version._Version.dev", "name": "dev", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "epoch": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "packaging.version._Version.epoch", "name": "epoch", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "local": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "packaging.version._Version.local", "name": "local", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "post": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "packaging.version._Version.post", "name": "post", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "pre": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "packaging.version._Version.pre", "name": "pre", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "release": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "packaging.version._Version.release", "name": "release", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "packaging.version.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.version.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.version.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.version.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "packaging.version.__package__", "name": "__package__", "type": "builtins.str"}}, "_cmpkey": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["epoch", "release", "pre", "post", "dev", "local"], "flags": [], "fullname": "packaging.version._cmpkey", "name": "_cmpkey", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["epoch", "release", "pre", "post", "dev", "local"], "arg_types": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "packaging.version.SubLocalType"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cmpkey", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "packaging.version.CmpKey"}, "type_guard": null, "variables": []}}}, "_legacy_cmpkey": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["version"], "flags": [], "fullname": "packaging.version._legacy_cmpkey", "name": "_legacy_cmpkey", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["version"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_legacy_cmpkey", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "packaging.version.LegacyCmpKey"}, "type_guard": null, "variables": []}}}, "_legacy_version_component_re": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "packaging.version._legacy_version_component_re", "name": "_legacy_version_component_re", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "_legacy_version_replacement_map": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "packaging.version._legacy_version_replacement_map", "name": "_legacy_version_replacement_map", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "_local_version_separators": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "packaging.version._local_version_separators", "name": "_local_version_separators", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "_parse_letter_version": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["letter", "number"], "flags": [], "fullname": "packaging.version._parse_letter_version", "name": "_parse_letter_version", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["letter", "number"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", "typing.SupportsInt"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse_letter_version", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_parse_local_version": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["local"], "flags": [], "fullname": "packaging.version._parse_local_version", "name": "_parse_local_version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["local"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse_local_version", "ret_type": {".class": "UnionType", "items": ["packaging._structures.NegativeInfinityType", {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "packaging.version.SubLocalType"}, {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "packaging.version.SubLocalType"}, "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": ["packaging._structures.NegativeInfinityType", {".class": "TypeAliasType", "args": [], "type_ref": "packaging.version.SubLocalType"}], "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.tuple"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_parse_version_parts": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": ["is_generator"], "fullname": "packaging.version._parse_version_parts", "name": "_parse_version_parts", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["s"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse_version_parts", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef", "module_public": false}, "itertools": {".class": "SymbolTableNode", "cross_ref": "itertools", "kind": "Gdef", "module_public": false}, "parse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["version"], "flags": [], "fullname": "packaging.version.parse", "name": "parse", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["version"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse", "ret_type": {".class": "UnionType", "items": ["packaging.version.LegacyVersion", "packaging.version.Version"]}, "type_guard": null, "variables": []}}}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef", "module_public": false}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/packaging/version.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/packaging/version.meta.json b/.mypy_cache/3.9/packaging/version.meta.json deleted file mode 100644 index bd0bf69f4..000000000 --- a/.mypy_cache/3.9/packaging/version.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [5, 6, 7, 8, 9, 11, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 5, 5, 5, 30, 30, 30, 30], "dependencies": ["collections", "itertools", "re", "warnings", "typing", "packaging._structures", "builtins", "_warnings", "abc", "enum", "typing_extensions"], "hash": "fdf2d136b16bc5870755fca8f2f93d8fcb3a24cf0dff1b12c5516be91272728f", "id": "packaging.version", "ignore_all": true, "interface_hash": "153c4515cc66575df7cdfc9f2ed5981cb4d9779078a0a8b9b250b40cd0c0ed4d", "mtime": 1625611719, "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_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/anaconda3/lib/python3.9/site-packages/packaging/version.py", "plugin_data": null, "size": 14665, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/pathlib.data.json b/.mypy_cache/3.9/pathlib.data.json deleted file mode 100644 index ad79d941e..000000000 --- a/.mypy_cache/3.9/pathlib.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "pathlib", "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}, "BinaryIO": {".class": "SymbolTableNode", "cross_ref": "typing.BinaryIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BufferedRandom": {".class": "SymbolTableNode", "cross_ref": "io.BufferedRandom", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BufferedReader": {".class": "SymbolTableNode", "cross_ref": "io.BufferedReader", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BufferedWriter": {".class": "SymbolTableNode", "cross_ref": "io.BufferedWriter", "kind": "Gdef", "module_hidden": true, "module_public": false}, "FileIO": {".class": "SymbolTableNode", "cross_ref": "io.FileIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "GenericAlias": {".class": "SymbolTableNode", "cross_ref": "types.GenericAlias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "OpenBinaryMode": {".class": "SymbolTableNode", "cross_ref": "_typeshed.OpenBinaryMode", "kind": "Gdef", "module_hidden": true, "module_public": false}, "OpenBinaryModeReading": {".class": "SymbolTableNode", "cross_ref": "_typeshed.OpenBinaryModeReading", "kind": "Gdef", "module_hidden": true, "module_public": false}, "OpenBinaryModeUpdating": {".class": "SymbolTableNode", "cross_ref": "_typeshed.OpenBinaryModeUpdating", "kind": "Gdef", "module_hidden": true, "module_public": false}, "OpenBinaryModeWriting": {".class": "SymbolTableNode", "cross_ref": "_typeshed.OpenBinaryModeWriting", "kind": "Gdef", "module_hidden": true, "module_public": false}, "OpenTextMode": {".class": "SymbolTableNode", "cross_ref": "_typeshed.OpenTextMode", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["pathlib.PurePath"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pathlib.Path", "name": "Path", "type_vars": []}, "flags": [], "fullname": "pathlib.Path", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "pathlib", "mro": ["pathlib.Path", "pathlib.PurePath", "os.PathLike", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.Path.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of Path", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_value", "traceback"], "flags": [], "fullname": "pathlib.Path.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["pathlib.Path", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of Path", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["cls", "args", "kwargs"], "flags": [], "fullname": "pathlib.Path.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["cls", "args", "kwargs"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Path", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}, "absolute": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.Path.absolute", "name": "absolute", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "absolute of Path", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}, "chmod": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mode"], "flags": [], "fullname": "pathlib.Path.chmod", "name": "chmod", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mode"], "arg_types": ["pathlib.Path", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "chmod of Path", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cwd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_class", "is_decorated"], "fullname": "pathlib.Path.cwd", "name": "cwd", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cwd of Path", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "cwd", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cwd of Path", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}}, "exists": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.Path.exists", "name": "exists", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exists of Path", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "expanduser": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.Path.expanduser", "name": "expanduser", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expanduser of Path", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}, "glob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "pattern"], "flags": [], "fullname": "pathlib.Path.glob", "name": "glob", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "pattern"], "arg_types": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "glob of Path", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}, "group": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.Path.group", "name": "group", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "group of Path", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "home": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_class", "is_decorated"], "fullname": "pathlib.Path.home", "name": "home", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "home of Path", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "home", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "home of Path", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}}, "is_block_device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.Path.is_block_device", "name": "is_block_device", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_block_device of Path", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_char_device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.Path.is_char_device", "name": "is_char_device", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_char_device of Path", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_dir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.Path.is_dir", "name": "is_dir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_dir of Path", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_fifo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.Path.is_fifo", "name": "is_fifo", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_fifo of Path", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.Path.is_file", "name": "is_file", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_file of Path", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_mount": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.Path.is_mount", "name": "is_mount", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_mount of Path", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_socket": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.Path.is_socket", "name": "is_socket", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_socket of Path", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_symlink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.Path.is_symlink", "name": "is_symlink", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_symlink of Path", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "iterdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.Path.iterdir", "name": "iterdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iterdir of Path", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}, "lchmod": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mode"], "flags": [], "fullname": "pathlib.Path.lchmod", "name": "lchmod", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mode"], "arg_types": ["pathlib.Path", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lchmod of Path", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "link_to": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "target"], "flags": [], "fullname": "pathlib.Path.link_to", "name": "link_to", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "target"], "arg_types": ["pathlib.Path", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "link_to of Path", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "lstat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.Path.lstat", "name": "lstat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lstat of Path", "ret_type": "os.stat_result", "type_guard": null, "variables": []}}}, "mkdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "mode", "parents", "exist_ok"], "flags": [], "fullname": "pathlib.Path.mkdir", "name": "mkdir", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "mode", "parents", "exist_ok"], "arg_types": ["pathlib.Path", "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkdir of Path", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "open": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "pathlib.Path.open", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "flags": ["is_overload", "is_decorated"], "fullname": "pathlib.Path.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["pathlib.Path", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenTextMode"}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of Path", "ret_type": "io.TextIOWrapper", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "open", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "flags": ["is_overload", "is_decorated"], "fullname": "pathlib.Path.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["pathlib.Path", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryMode"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of Path", "ret_type": "io.FileIO", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "open", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "flags": ["is_overload", "is_decorated"], "fullname": "pathlib.Path.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["pathlib.Path", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeUpdating"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of Path", "ret_type": "io.BufferedRandom", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "open", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "flags": ["is_overload", "is_decorated"], "fullname": "pathlib.Path.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["pathlib.Path", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeWriting"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of Path", "ret_type": "io.BufferedWriter", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "open", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "flags": ["is_overload", "is_decorated"], "fullname": "pathlib.Path.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["pathlib.Path", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeReading"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of Path", "ret_type": "io.BufferedReader", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "open", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "flags": ["is_overload", "is_decorated"], "fullname": "pathlib.Path.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["pathlib.Path", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryMode"}, "builtins.int", {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of Path", "ret_type": "typing.BinaryIO", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "open", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "flags": ["is_overload", "is_decorated"], "fullname": "pathlib.Path.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["pathlib.Path", "builtins.str", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of Path", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "open", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["pathlib.Path", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenTextMode"}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of Path", "ret_type": "io.TextIOWrapper", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["pathlib.Path", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryMode"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of Path", "ret_type": "io.FileIO", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["pathlib.Path", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeUpdating"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of Path", "ret_type": "io.BufferedRandom", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["pathlib.Path", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeWriting"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of Path", "ret_type": "io.BufferedWriter", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["pathlib.Path", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeReading"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of Path", "ret_type": "io.BufferedReader", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["pathlib.Path", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryMode"}, "builtins.int", {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of Path", "ret_type": "typing.BinaryIO", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["pathlib.Path", "builtins.str", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of Path", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}]}}}, "owner": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.Path.owner", "name": "owner", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "owner of Path", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "read_bytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.Path.read_bytes", "name": "read_bytes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_bytes of Path", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "read_text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "encoding", "errors"], "flags": [], "fullname": "pathlib.Path.read_text", "name": "read_text", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "encoding", "errors"], "arg_types": ["pathlib.Path", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_text of Path", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "readlink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.Path.readlink", "name": "readlink", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readlink of Path", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}, "rename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "target"], "flags": [], "fullname": "pathlib.Path.rename", "name": "rename", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "target"], "arg_types": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.str", "pathlib.PurePath"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rename of Path", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}, "replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "target"], "flags": [], "fullname": "pathlib.Path.replace", "name": "replace", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "target"], "arg_types": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.str", "pathlib.PurePath"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "replace of Path", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}, "resolve": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "strict"], "flags": [], "fullname": "pathlib.Path.resolve", "name": "resolve", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "strict"], "arg_types": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resolve of Path", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}, "rglob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "pattern"], "flags": [], "fullname": "pathlib.Path.rglob", "name": "rglob", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "pattern"], "arg_types": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rglob of Path", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}, "rmdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.Path.rmdir", "name": "rmdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rmdir of Path", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "samefile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other_path"], "flags": [], "fullname": "pathlib.Path.samefile", "name": "samefile", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other_path"], "arg_types": ["pathlib.Path", {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", "builtins.int", "pathlib.Path"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "samefile of Path", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "stat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.Path.stat", "name": "stat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stat of Path", "ret_type": "os.stat_result", "type_guard": null, "variables": []}}}, "symlink_to": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "target", "target_is_directory"], "flags": [], "fullname": "pathlib.Path.symlink_to", "name": "symlink_to", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "target", "target_is_directory"], "arg_types": ["pathlib.Path", {".class": "UnionType", "items": ["builtins.str", "pathlib.Path"]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "symlink_to of Path", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "touch": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "mode", "exist_ok"], "flags": [], "fullname": "pathlib.Path.touch", "name": "touch", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "mode", "exist_ok"], "arg_types": ["pathlib.Path", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "touch of Path", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "unlink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "missing_ok"], "flags": [], "fullname": "pathlib.Path.unlink", "name": "unlink", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "missing_ok"], "arg_types": ["pathlib.Path", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unlink of Path", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "write_bytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "flags": [], "fullname": "pathlib.Path.write_bytes", "name": "write_bytes", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "arg_types": ["pathlib.Path", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write_bytes of Path", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "write_text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "data", "encoding", "errors"], "flags": [], "fullname": "pathlib.Path.write_text", "name": "write_text", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "data", "encoding", "errors"], "arg_types": ["pathlib.Path", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write_text of Path", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PathLike": {".class": "SymbolTableNode", "cross_ref": "os.PathLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PosixPath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["pathlib.Path", "pathlib.PurePosixPath"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pathlib.PosixPath", "name": "PosixPath", "type_vars": []}, "flags": [], "fullname": "pathlib.PosixPath", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "pathlib", "mro": ["pathlib.PosixPath", "pathlib.Path", "pathlib.PurePosixPath", "pathlib.PurePath", "os.PathLike", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PurePath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pathlib.PurePath", "name": "PurePath", "type_vars": []}, "flags": [], "fullname": "pathlib.PurePath", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "pathlib", "mro": ["pathlib.PurePath", "os.PathLike", "builtins.object"], "names": {".class": "SymbolTable", "__bytes__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.PurePath.__bytes__", "name": "__bytes__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pathlib.PurePath"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__bytes__ of PurePath", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "type"], "flags": ["is_class"], "fullname": "pathlib.PurePath.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "type"], "arg_types": [{".class": "TypeType", "item": "pathlib.PurePath"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of PurePath", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "pathlib.PurePath.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["pathlib.PurePath", "pathlib.PurePath"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of PurePath", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "pathlib.PurePath.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["pathlib.PurePath", "pathlib.PurePath"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of PurePath", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.PurePath.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pathlib.PurePath"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of PurePath", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "pathlib.PurePath.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["pathlib.PurePath", "pathlib.PurePath"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of PurePath", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "pathlib.PurePath.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["pathlib.PurePath", "pathlib.PurePath"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of PurePath", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["cls", "args"], "flags": [], "fullname": "pathlib.PurePath.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["cls", "args"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of PurePath", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "pathlib.PurePath.__rtruediv__", "name": "__rtruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of PurePath", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "pathlib.PurePath.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of PurePath", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}, "anchor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pathlib.PurePath.anchor", "name": "anchor", "type": "builtins.str"}}, "as_posix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.PurePath.as_posix", "name": "as_posix", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pathlib.PurePath"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "as_posix of PurePath", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "as_uri": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.PurePath.as_uri", "name": "as_uri", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pathlib.PurePath"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "as_uri of PurePath", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "drive": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pathlib.PurePath.drive", "name": "drive", "type": "builtins.str"}}, "is_absolute": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.PurePath.is_absolute", "name": "is_absolute", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pathlib.PurePath"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_absolute of PurePath", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_relative_to": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "other"], "flags": [], "fullname": "pathlib.PurePath.is_relative_to", "name": "is_relative_to", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "other"], "arg_types": ["pathlib.PurePath", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_relative_to of PurePath", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_reserved": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pathlib.PurePath.is_reserved", "name": "is_reserved", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pathlib.PurePath"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_reserved of PurePath", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "joinpath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "other"], "flags": [], "fullname": "pathlib.PurePath.joinpath", "name": "joinpath", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "joinpath of PurePath", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}, "match": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path_pattern"], "flags": [], "fullname": "pathlib.PurePath.match", "name": "match", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path_pattern"], "arg_types": ["pathlib.PurePath", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "match of PurePath", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pathlib.PurePath.name", "name": "name", "type": "builtins.str"}}, "parent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "pathlib.PurePath.parent", "name": "parent", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parent of PurePath", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "parent", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parent of PurePath", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}}, "parents": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "pathlib.PurePath.parents", "name": "parents", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parents of PurePath", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "parents", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parents of PurePath", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}}, "parts": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pathlib.PurePath.parts", "name": "parts", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}}, "relative_to": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "other"], "flags": [], "fullname": "pathlib.PurePath.relative_to", "name": "relative_to", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "relative_to of PurePath", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}, "root": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pathlib.PurePath.root", "name": "root", "type": "builtins.str"}}, "stem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pathlib.PurePath.stem", "name": "stem", "type": "builtins.str"}}, "suffix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pathlib.PurePath.suffix", "name": "suffix", "type": "builtins.str"}}, "suffixes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pathlib.PurePath.suffixes", "name": "suffixes", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "with_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "pathlib.PurePath.with_name", "name": "with_name", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "with_name of PurePath", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}, "with_stem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "stem"], "flags": [], "fullname": "pathlib.PurePath.with_stem", "name": "with_stem", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "stem"], "arg_types": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "with_stem of PurePath", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}, "with_suffix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "suffix"], "flags": [], "fullname": "pathlib.PurePath.with_suffix", "name": "with_suffix", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "suffix"], "arg_types": [{".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "with_suffix of PurePath", "ret_type": {".class": "TypeVarType", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pathlib._P", "id": -1, "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PurePosixPath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["pathlib.PurePath"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pathlib.PurePosixPath", "name": "PurePosixPath", "type_vars": []}, "flags": [], "fullname": "pathlib.PurePosixPath", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "pathlib", "mro": ["pathlib.PurePosixPath", "pathlib.PurePath", "os.PathLike", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PureWindowsPath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["pathlib.PurePath"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pathlib.PureWindowsPath", "name": "PureWindowsPath", "type_vars": []}, "flags": [], "fullname": "pathlib.PureWindowsPath", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "pathlib", "mro": ["pathlib.PureWindowsPath", "pathlib.PurePath", "os.PathLike", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "StrPath": {".class": "SymbolTableNode", "cross_ref": "_typeshed.StrPath", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TextIOWrapper": {".class": "SymbolTableNode", "cross_ref": "io.TextIOWrapper", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "WindowsPath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["pathlib.Path", "pathlib.PureWindowsPath"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pathlib.WindowsPath", "name": "WindowsPath", "type_vars": []}, "flags": [], "fullname": "pathlib.WindowsPath", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "pathlib", "mro": ["pathlib.WindowsPath", "pathlib.Path", "pathlib.PureWindowsPath", "pathlib.PurePath", "os.PathLike", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_P": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "pathlib._P", "name": "_P", "upper_bound": "pathlib.PurePath", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pathlib.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pathlib.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pathlib.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pathlib.__package__", "name": "__package__", "type": "builtins.str"}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "stat_result": {".class": "SymbolTableNode", "cross_ref": "os.stat_result", "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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/pathlib.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/pathlib.meta.json b/.mypy_cache/3.9/pathlib.meta.json deleted file mode 100644 index 40781ab6c..000000000 --- a/.mypy_cache/3.9/pathlib.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 5, 5, 5, 30], "dependencies": ["sys", "_typeshed", "io", "os", "types", "typing", "typing_extensions", "builtins", "abc"], "hash": "d9c35400cb72f2c03111d54501169c0c8ba127016295e56f7ff329b91436d8f4", "id": "pathlib", "ignore_all": true, "interface_hash": "e31a2027b2e00aaab6f0a4b0e5293ee7bad5a4afc6526b03cf86e5b1828f687e", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/pathlib.pyi", "plugin_data": null, "size": 6650, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/pdb.data.json b/.mypy_cache/3.9/pdb.data.json deleted file mode 100644 index 783f52ebf..000000000 --- a/.mypy_cache/3.9/pdb.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "pdb", "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}, "Bdb": {".class": "SymbolTableNode", "cross_ref": "bdb.Bdb", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ClassVar": {".class": "SymbolTableNode", "cross_ref": "typing.ClassVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Cmd": {".class": "SymbolTableNode", "cross_ref": "cmd.Cmd", "kind": "Gdef", "module_hidden": true, "module_public": false}, "CodeType": {".class": "SymbolTableNode", "cross_ref": "types.CodeType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "FrameType": {".class": "SymbolTableNode", "cross_ref": "types.FrameType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Pdb": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["bdb.Bdb", "cmd.Cmd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pdb.Pdb", "name": "Pdb", "type_vars": []}, "flags": [], "fullname": "pdb.Pdb", "metaclass_type": null, "metadata": {}, "module_name": "pdb", "mro": ["pdb.Pdb", "bdb.Bdb", "cmd.Cmd", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "completekey", "stdin", "stdout", "skip", "nosigint", "readrc"], "flags": [], "fullname": "pdb.Pdb.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "completekey", "stdin", "stdout", "skip", "nosigint", "readrc"], "arg_types": ["pdb.Pdb", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Pdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_cmdloop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pdb.Pdb._cmdloop", "name": "_cmdloop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pdb.Pdb"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cmdloop of Pdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_complete_bpnumber": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "flags": [], "fullname": "pdb.Pdb._complete_bpnumber", "name": "_complete_bpnumber", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_complete_bpnumber of Pdb", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_complete_expression": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "flags": [], "fullname": "pdb.Pdb._complete_expression", "name": "_complete_expression", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_complete_expression of Pdb", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_complete_location": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "flags": [], "fullname": "pdb.Pdb._complete_location", "name": "_complete_location", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_complete_location of Pdb", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_getval": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb._getval", "name": "_getval", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_getval of Pdb", "ret_type": "builtins.object", "type_guard": null, "variables": []}}}, "_getval_except": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "arg", "frame"], "flags": [], "fullname": "pdb.Pdb._getval_except", "name": "_getval_except", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "arg", "frame"], "arg_types": ["pdb.Pdb", "builtins.str", {".class": "UnionType", "items": ["types.FrameType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_getval_except of Pdb", "ret_type": "builtins.object", "type_guard": null, "variables": []}}}, "_print_lines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "lines", "start", "breaks", "frame"], "flags": [], "fullname": "pdb.Pdb._print_lines", "name": "_print_lines", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "lines", "start", "breaks", "frame"], "arg_types": ["pdb.Pdb", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["types.FrameType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_print_lines of Pdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_runmodule": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "flags": [], "fullname": "pdb.Pdb._runmodule", "name": "_runmodule", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_runmodule of Pdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_runscript": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "filename"], "flags": [], "fullname": "pdb.Pdb._runscript", "name": "_runscript", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "filename"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_runscript of Pdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_select_frame": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "number"], "flags": [], "fullname": "pdb.Pdb._select_frame", "name": "_select_frame", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "number"], "arg_types": ["pdb.Pdb", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_select_frame of Pdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_wait_for_mainpyfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pdb.Pdb._wait_for_mainpyfile", "name": "_wait_for_mainpyfile", "type": "builtins.bool"}}, "aliases": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pdb.Pdb.aliases", "name": "aliases", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "bp_commands": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "frame"], "flags": [], "fullname": "pdb.Pdb.bp_commands", "name": "bp_commands", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "frame"], "arg_types": ["pdb.Pdb", "types.FrameType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bp_commands of Pdb", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "checkline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "filename", "lineno"], "flags": [], "fullname": "pdb.Pdb.checkline", "name": "checkline", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "filename", "lineno"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "checkline of Pdb", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "commands": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pdb.Pdb.commands", "name": "commands", "type": {".class": "Instance", "args": ["builtins.int", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}}}, "commands_bnum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pdb.Pdb.commands_bnum", "name": "commands_bnum", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "commands_defining": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pdb.Pdb.commands_defining", "name": "commands_defining", "type": "builtins.bool"}}, "commands_doprompt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pdb.Pdb.commands_doprompt", "name": "commands_doprompt", "type": {".class": "Instance", "args": ["builtins.int", "builtins.bool"], "type_ref": "builtins.dict"}}}, "commands_resuming": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "pdb.Pdb.commands_resuming", "name": "commands_resuming", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "commands_silent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pdb.Pdb.commands_silent", "name": "commands_silent", "type": {".class": "Instance", "args": ["builtins.int", "builtins.bool"], "type_ref": "builtins.dict"}}}, "complete_b": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.complete_b", "name": "complete_b", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "complete_break": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.complete_break", "name": "complete_break", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "complete_cl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.complete_cl", "name": "complete_cl", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "complete_clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.complete_clear", "name": "complete_clear", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "complete_commands": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.complete_commands", "name": "complete_commands", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "complete_condition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.complete_condition", "name": "complete_condition", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "complete_debug": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.complete_debug", "name": "complete_debug", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "complete_disable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.complete_disable", "name": "complete_disable", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "complete_display": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.complete_display", "name": "complete_display", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "complete_enable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.complete_enable", "name": "complete_enable", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "complete_ignore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.complete_ignore", "name": "complete_ignore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "complete_p": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.complete_p", "name": "complete_p", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "complete_pp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.complete_pp", "name": "complete_pp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "complete_print": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.complete_print", "name": "complete_print", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "complete_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.complete_source", "name": "complete_source", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "complete_tbreak": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.complete_tbreak", "name": "complete_tbreak", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "complete_unalias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "flags": [], "fullname": "pdb.Pdb.complete_unalias", "name": "complete_unalias", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "complete_unalias of Pdb", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "complete_undisplay": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "flags": [], "fullname": "pdb.Pdb.complete_undisplay", "name": "complete_undisplay", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "complete_undisplay of Pdb", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "complete_whatis": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.complete_whatis", "name": "complete_whatis", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "text", "line", "begidx", "endidx"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "curframe": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pdb.Pdb.curframe", "name": "curframe", "type": {".class": "UnionType", "items": ["types.FrameType", {".class": "NoneType"}]}}}, "curframe_locals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pdb.Pdb.curframe_locals", "name": "curframe_locals", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}}}, "curindex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pdb.Pdb.curindex", "name": "curindex", "type": "builtins.int"}}, "defaultFile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pdb.Pdb.defaultFile", "name": "defaultFile", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pdb.Pdb"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "defaultFile of Pdb", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "displayhook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "pdb.Pdb.displayhook", "name": "displayhook", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "arg_types": ["pdb.Pdb", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "displayhook of Pdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "do_EOF": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_EOF", "name": "do_EOF", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_EOF of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_a": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.do_a", "name": "do_a", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_alias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_alias", "name": "do_alias", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_alias of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_args", "name": "do_args", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_args of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_b": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.do_b", "name": "do_b", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "arg", "temporary"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_break": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "arg", "temporary"], "flags": [], "fullname": "pdb.Pdb.do_break", "name": "do_break", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "arg", "temporary"], "arg_types": ["pdb.Pdb", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_break of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_bt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.do_bt", "name": "do_bt", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_c": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.do_c", "name": "do_c", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_cl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.do_cl", "name": "do_cl", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_clear", "name": "do_clear", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_clear of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_commands": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_commands", "name": "do_commands", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_commands of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_condition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_condition", "name": "do_condition", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_condition of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_cont": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.do_cont", "name": "do_cont", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_continue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_continue", "name": "do_continue", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_continue of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_d": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.do_d", "name": "do_d", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_debug": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_debug", "name": "do_debug", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_debug of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_disable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_disable", "name": "do_disable", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_disable of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_display": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_display", "name": "do_display", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_display of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_down": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_down", "name": "do_down", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_down of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_enable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_enable", "name": "do_enable", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_enable of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_exit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.do_exit", "name": "do_exit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_h": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.do_h", "name": "do_h", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_help": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_help", "name": "do_help", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_help of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_ignore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_ignore", "name": "do_ignore", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_ignore of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_interact": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_interact", "name": "do_interact", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_interact of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_j": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.do_j", "name": "do_j", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_jump": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_jump", "name": "do_jump", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_jump of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_l": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.do_l", "name": "do_l", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_list": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_list", "name": "do_list", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_list of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_ll": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.do_ll", "name": "do_ll", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_longlist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_longlist", "name": "do_longlist", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_longlist of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_n": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.do_n", "name": "do_n", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_next": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_next", "name": "do_next", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_next of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_p": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_p", "name": "do_p", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_p of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_pp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_pp", "name": "do_pp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_pp of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_q": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.do_q", "name": "do_q", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_quit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_quit", "name": "do_quit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_quit of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_r": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.do_r", "name": "do_r", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_restart": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.do_restart", "name": "do_restart", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_return": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_return", "name": "do_return", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_return of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_retval": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_retval", "name": "do_retval", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_retval of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_run", "name": "do_run", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_run of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_rv": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.do_rv", "name": "do_rv", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_s": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.do_s", "name": "do_s", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_source", "name": "do_source", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_source of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_step", "name": "do_step", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_step of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_tbreak": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_tbreak", "name": "do_tbreak", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_tbreak of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_u": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.do_u", "name": "do_u", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_unalias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_unalias", "name": "do_unalias", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_unalias of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_undisplay": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_undisplay", "name": "do_undisplay", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_undisplay of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_unt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.do_unt", "name": "do_unt", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_until": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_until", "name": "do_until", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_until of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_up": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_up", "name": "do_up", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_up of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_w": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "pdb.Pdb.do_w", "name": "do_w", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_whatis": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_whatis", "name": "do_whatis", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_whatis of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "do_where": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "pdb.Pdb.do_where", "name": "do_where", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_where of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "error": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "msg"], "flags": [], "fullname": "pdb.Pdb.error", "name": "error", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "msg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "error of Pdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "execRcLines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pdb.Pdb.execRcLines", "name": "execRcLines", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pdb.Pdb"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "execRcLines of Pdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forget": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pdb.Pdb.forget", "name": "forget", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pdb.Pdb"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forget of Pdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "handle_command_def": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "line"], "flags": [], "fullname": "pdb.Pdb.handle_command_def", "name": "handle_command_def", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "line"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handle_command_def of Pdb", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "help_exec": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pdb.Pdb.help_exec", "name": "help_exec", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pdb.Pdb"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "help_exec of Pdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "help_pdb": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pdb.Pdb.help_pdb", "name": "help_pdb", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pdb.Pdb"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "help_pdb of Pdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "interaction": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "frame", "traceback"], "flags": [], "fullname": "pdb.Pdb.interaction", "name": "interaction", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "frame", "traceback"], "arg_types": ["pdb.Pdb", {".class": "UnionType", "items": ["types.FrameType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "interaction of Pdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "lineinfo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "identifier"], "flags": [], "fullname": "pdb.Pdb.lineinfo", "name": "lineinfo", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "identifier"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lineinfo of Pdb", "ret_type": {".class": "UnionType", "items": [{".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"}}, {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "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": []}}}, "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pdb.Pdb.lineno", "name": "lineno", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "lookupmodule": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "filename"], "flags": [], "fullname": "pdb.Pdb.lookupmodule", "name": "lookupmodule", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "filename"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lookupmodule of Pdb", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "mainpyfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pdb.Pdb.mainpyfile", "name": "mainpyfile", "type": "builtins.str"}}, "message": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "msg"], "flags": [], "fullname": "pdb.Pdb.message", "name": "message", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "msg"], "arg_types": ["pdb.Pdb", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "message of Pdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "print_stack_entry": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "frame_lineno", "prompt_prefix"], "flags": [], "fullname": "pdb.Pdb.print_stack_entry", "name": "print_stack_entry", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "frame_lineno", "prompt_prefix"], "arg_types": ["pdb.Pdb", {".class": "TupleType", "implicit": false, "items": ["types.FrameType", "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.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "print_stack_entry of Pdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "print_stack_trace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pdb.Pdb.print_stack_trace", "name": "print_stack_trace", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pdb.Pdb"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "print_stack_trace of Pdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "rcLines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pdb.Pdb.rcLines", "name": "rcLines", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "setup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "f", "tb"], "flags": [], "fullname": "pdb.Pdb.setup", "name": "setup", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "f", "tb"], "arg_types": ["pdb.Pdb", {".class": "UnionType", "items": ["types.FrameType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setup of Pdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sigint_handler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "signum", "frame"], "flags": [], "fullname": "pdb.Pdb.sigint_handler", "name": "sigint_handler", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "signum", "frame"], "arg_types": ["pdb.Pdb", "signal.Signals", "types.FrameType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sigint_handler of Pdb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "stack": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pdb.Pdb.stack", "name": "stack", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["types.FrameType", "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"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Restart": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pdb.Restart", "name": "Restart", "type_vars": []}, "flags": [], "fullname": "pdb.Restart", "metaclass_type": null, "metadata": {}, "module_name": "pdb", "mro": ["pdb.Restart", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "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}, "_SourceObjectType": {".class": "SymbolTableNode", "cross_ref": "inspect._SourceObjectType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "pdb._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pdb.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pdb.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pdb.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pdb.__package__", "name": "__package__", "type": "builtins.str"}}, "_rstr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.str"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pdb._rstr", "name": "_rstr", "type_vars": []}, "flags": [], "fullname": "pdb._rstr", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "pdb", "mro": ["pdb._rstr", "builtins.str", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pdb._rstr.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["pdb._rstr"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of _rstr", "ret_type": "pdb._rstr", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "find_function": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["funcname", "filename"], "flags": [], "fullname": "pdb.find_function", "name": "find_function", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["funcname", "filename"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_function", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "getsourcelines": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "pdb.getsourcelines", "name": "getsourcelines", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "inspect._SourceObjectType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getsourcelines", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "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": []}}}, "help": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "pdb.help", "name": "help", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "help", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "lasti2lineno": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["code", "lasti"], "flags": [], "fullname": "pdb.lasti2lineno", "name": "lasti2lineno", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["code", "lasti"], "arg_types": ["types.CodeType", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lasti2lineno", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "line_prefix": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pdb.line_prefix", "name": "line_prefix", "type": "builtins.str"}}, "main": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "pdb.main", "name": "main", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "main", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "pdb.pm", "name": "pm", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pm", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "post_mortem": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["t"], "flags": [], "fullname": "pdb.post_mortem", "name": "post_mortem", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["t"], "arg_types": [{".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "post_mortem", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "run": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["statement", "globals", "locals"], "flags": [], "fullname": "pdb.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["statement", "globals", "locals"], "arg_types": ["builtins.str", {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "runcall": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["func", "args", "kwds"], "flags": [], "fullname": "pdb.runcall", "name": "runcall", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["func", "args", "kwds"], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "pdb._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runcall", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "pdb._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pdb._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "runctx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["statement", "globals", "locals"], "flags": [], "fullname": "pdb.runctx", "name": "runctx", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["statement", "globals", "locals"], "arg_types": ["builtins.str", {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runctx", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "runeval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["expression", "globals", "locals"], "flags": [], "fullname": "pdb.runeval", "name": "runeval", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["expression", "globals", "locals"], "arg_types": ["builtins.str", {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runeval", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "set_trace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [5], "arg_names": ["header"], "flags": [], "fullname": "pdb.set_trace", "name": "set_trace", "type": {".class": "CallableType", "arg_kinds": [5], "arg_names": ["header"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_trace", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "signal": {".class": "SymbolTableNode", "cross_ref": "signal", "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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/pdb.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/pdb.meta.json b/.mypy_cache/3.9/pdb.meta.json deleted file mode 100644 index 6cd2d8fd1..000000000 --- a/.mypy_cache/3.9/pdb.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 5, 5, 5, 30], "dependencies": ["signal", "sys", "bdb", "cmd", "inspect", "types", "typing", "builtins", "abc"], "hash": "9a9a49f4f4a595c3e739cce2aaddee6b535ef8df012830bbfe409ad3108d73ba", "id": "pdb", "ignore_all": true, "interface_hash": "62f3a5594e2e9b2ef8bb9d3cd0e4068fb1b6979fd54defb67f158d651937b998", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/pdb.pyi", "plugin_data": null, "size": 10325, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/pickle.data.json b/.mypy_cache/3.9/pickle.data.json deleted file mode 100644 index 2fe6ca0d2..000000000 --- a/.mypy_cache/3.9/pickle.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "pickle", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ADDITEMS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.ADDITEMS", "name": "ADDITEMS", "type": "builtins.bytes"}}, "APPEND": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.APPEND", "name": "APPEND", "type": "builtins.bytes"}}, "APPENDS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.APPENDS", "name": "APPENDS", "type": "builtins.bytes"}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BINBYTES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.BINBYTES", "name": "BINBYTES", "type": "builtins.bytes"}}, "BINBYTES8": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.BINBYTES8", "name": "BINBYTES8", "type": "builtins.bytes"}}, "BINFLOAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.BINFLOAT", "name": "BINFLOAT", "type": "builtins.bytes"}}, "BINGET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.BINGET", "name": "BINGET", "type": "builtins.bytes"}}, "BININT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.BININT", "name": "BININT", "type": "builtins.bytes"}}, "BININT1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.BININT1", "name": "BININT1", "type": "builtins.bytes"}}, "BININT2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.BININT2", "name": "BININT2", "type": "builtins.bytes"}}, "BINPERSID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.BINPERSID", "name": "BINPERSID", "type": "builtins.bytes"}}, "BINPUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.BINPUT", "name": "BINPUT", "type": "builtins.bytes"}}, "BINSTRING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.BINSTRING", "name": "BINSTRING", "type": "builtins.bytes"}}, "BINUNICODE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.BINUNICODE", "name": "BINUNICODE", "type": "builtins.bytes"}}, "BINUNICODE8": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.BINUNICODE8", "name": "BINUNICODE8", "type": "builtins.bytes"}}, "BUILD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.BUILD", "name": "BUILD", "type": "builtins.bytes"}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DEFAULT_PROTOCOL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.DEFAULT_PROTOCOL", "name": "DEFAULT_PROTOCOL", "type": "builtins.int"}}, "DICT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.DICT", "name": "DICT", "type": "builtins.bytes"}}, "DUP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.DUP", "name": "DUP", "type": "builtins.bytes"}}, "EMPTY_DICT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.EMPTY_DICT", "name": "EMPTY_DICT", "type": "builtins.bytes"}}, "EMPTY_LIST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.EMPTY_LIST", "name": "EMPTY_LIST", "type": "builtins.bytes"}}, "EMPTY_SET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.EMPTY_SET", "name": "EMPTY_SET", "type": "builtins.bytes"}}, "EMPTY_TUPLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.EMPTY_TUPLE", "name": "EMPTY_TUPLE", "type": "builtins.bytes"}}, "EXT1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.EXT1", "name": "EXT1", "type": "builtins.bytes"}}, "EXT2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.EXT2", "name": "EXT2", "type": "builtins.bytes"}}, "EXT4": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.EXT4", "name": "EXT4", "type": "builtins.bytes"}}, "FALSE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.FALSE", "name": "FALSE", "type": "builtins.bytes"}}, "FLOAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.FLOAT", "name": "FLOAT", "type": "builtins.bytes"}}, "FRAME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.FRAME", "name": "FRAME", "type": "builtins.bytes"}}, "FROZENSET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.FROZENSET", "name": "FROZENSET", "type": "builtins.bytes"}}, "GET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.GET", "name": "GET", "type": "builtins.bytes"}}, "GLOBAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.GLOBAL", "name": "GLOBAL", "type": "builtins.bytes"}}, "HIGHEST_PROTOCOL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.HIGHEST_PROTOCOL", "name": "HIGHEST_PROTOCOL", "type": "builtins.int"}}, "INST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.INST", "name": "INST", "type": "builtins.bytes"}}, "INT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.INT", "name": "INT", "type": "builtins.bytes"}}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "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}, "LIST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.LIST", "name": "LIST", "type": "builtins.bytes"}}, "LONG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.LONG", "name": "LONG", "type": "builtins.bytes"}}, "LONG1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.LONG1", "name": "LONG1", "type": "builtins.bytes"}}, "LONG4": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.LONG4", "name": "LONG4", "type": "builtins.bytes"}}, "LONG_BINGET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.LONG_BINGET", "name": "LONG_BINGET", "type": "builtins.bytes"}}, "LONG_BINPUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.LONG_BINPUT", "name": "LONG_BINPUT", "type": "builtins.bytes"}}, "MARK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.MARK", "name": "MARK", "type": "builtins.bytes"}}, "MEMOIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.MEMOIZE", "name": "MEMOIZE", "type": "builtins.bytes"}}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NEWFALSE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.NEWFALSE", "name": "NEWFALSE", "type": "builtins.bytes"}}, "NEWOBJ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.NEWOBJ", "name": "NEWOBJ", "type": "builtins.bytes"}}, "NEWOBJ_EX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.NEWOBJ_EX", "name": "NEWOBJ_EX", "type": "builtins.bytes"}}, "NEWTRUE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.NEWTRUE", "name": "NEWTRUE", "type": "builtins.bytes"}}, "NONE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.NONE", "name": "NONE", "type": "builtins.bytes"}}, "OBJ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.OBJ", "name": "OBJ", "type": "builtins.bytes"}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PERSID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.PERSID", "name": "PERSID", "type": "builtins.bytes"}}, "POP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.POP", "name": "POP", "type": "builtins.bytes"}}, "POP_MARK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.POP_MARK", "name": "POP_MARK", "type": "builtins.bytes"}}, "PROTO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.PROTO", "name": "PROTO", "type": "builtins.bytes"}}, "PUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.PUT", "name": "PUT", "type": "builtins.bytes"}}, "PickleBuffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pickle.PickleBuffer", "name": "PickleBuffer", "type_vars": []}, "flags": [], "fullname": "pickle.PickleBuffer", "metaclass_type": null, "metadata": {}, "module_name": "pickle", "mro": ["pickle.PickleBuffer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "buffer"], "flags": [], "fullname": "pickle.PickleBuffer.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "buffer"], "arg_types": ["pickle.PickleBuffer", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PickleBuffer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "raw": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pickle.PickleBuffer.raw", "name": "raw", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pickle.PickleBuffer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "raw of PickleBuffer", "ret_type": "builtins.memoryview", "type_guard": null, "variables": []}}}, "release": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pickle.PickleBuffer.release", "name": "release", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pickle.PickleBuffer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "release of PickleBuffer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PickleError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pickle.PickleError", "name": "PickleError", "type_vars": []}, "flags": [], "fullname": "pickle.PickleError", "metaclass_type": null, "metadata": {}, "module_name": "pickle", "mro": ["pickle.PickleError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Pickler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pickle.Pickler", "name": "Pickler", "type_vars": []}, "flags": [], "fullname": "pickle.Pickler", "metaclass_type": null, "metadata": {}, "module_name": "pickle", "mro": ["pickle.Pickler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["self", "file", "protocol", "fix_imports", "buffer_callback"], "flags": [], "fullname": "pickle.Pickler.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["self", "file", "protocol", "fix_imports", "buffer_callback"], "arg_types": ["pickle.Pickler", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "pickle._BufferCallback"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Pickler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "clear_memo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pickle.Pickler.clear_memo", "name": "clear_memo", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pickle.Pickler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear_memo of Pickler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dispatch_table": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pickle.Pickler.dispatch_table", "name": "dispatch_table", "type": {".class": "Instance", "args": ["builtins.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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "pickle._reducedtype"}, "type_guard": null, "variables": []}], "type_ref": "typing.Mapping"}}}, "dump": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__obj"], "flags": [], "fullname": "pickle.Pickler.dump", "name": "dump", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["pickle.Pickler", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dump of Pickler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fast": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pickle.Pickler.fast", "name": "fast", "type": "builtins.bool"}}, "persistent_id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "pickle.Pickler.persistent_id", "name": "persistent_id", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "arg_types": ["pickle.Pickler", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "persistent_id of Pickler", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "reducer_override": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "pickle.Pickler.reducer_override", "name": "reducer_override", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "arg_types": ["pickle.Pickler", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reducer_override of Pickler", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PicklingError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["pickle.PickleError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pickle.PicklingError", "name": "PicklingError", "type_vars": []}, "flags": [], "fullname": "pickle.PicklingError", "metaclass_type": null, "metadata": {}, "module_name": "pickle", "mro": ["pickle.PicklingError", "pickle.PickleError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "REDUCE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.REDUCE", "name": "REDUCE", "type": "builtins.bytes"}}, "SETITEM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.SETITEM", "name": "SETITEM", "type": "builtins.bytes"}}, "SETITEMS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.SETITEMS", "name": "SETITEMS", "type": "builtins.bytes"}}, "SHORT_BINBYTES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.SHORT_BINBYTES", "name": "SHORT_BINBYTES", "type": "builtins.bytes"}}, "SHORT_BINSTRING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.SHORT_BINSTRING", "name": "SHORT_BINSTRING", "type": "builtins.bytes"}}, "SHORT_BINUNICODE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.SHORT_BINUNICODE", "name": "SHORT_BINUNICODE", "type": "builtins.bytes"}}, "STACK_GLOBAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.STACK_GLOBAL", "name": "STACK_GLOBAL", "type": "builtins.bytes"}}, "STOP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.STOP", "name": "STOP", "type": "builtins.bytes"}}, "STRING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.STRING", "name": "STRING", "type": "builtins.bytes"}}, "TRUE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.TRUE", "name": "TRUE", "type": "builtins.bytes"}}, "TUPLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.TUPLE", "name": "TUPLE", "type": "builtins.bytes"}}, "TUPLE1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.TUPLE1", "name": "TUPLE1", "type": "builtins.bytes"}}, "TUPLE2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.TUPLE2", "name": "TUPLE2", "type": "builtins.bytes"}}, "TUPLE3": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.TUPLE3", "name": "TUPLE3", "type": "builtins.bytes"}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "UNICODE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.UNICODE", "name": "UNICODE", "type": "builtins.bytes"}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Unpickler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pickle.Unpickler", "name": "Unpickler", "type_vars": []}, "flags": [], "fullname": "pickle.Unpickler", "metaclass_type": null, "metadata": {}, "module_name": "pickle", "mro": ["pickle.Unpickler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5], "arg_names": ["self", "file", "fix_imports", "encoding", "errors", "buffers"], "flags": [], "fullname": "pickle.Unpickler.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5], "arg_names": ["self", "file", "fix_imports", "encoding", "errors", "buffers"], "arg_types": ["pickle.Unpickler", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "builtins.bool", "builtins.str", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Unpickler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "find_class": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__module_name", "__global_name"], "flags": [], "fullname": "pickle.Unpickler.find_class", "name": "find_class", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["pickle.Unpickler", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_class of Unpickler", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "load": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pickle.Unpickler.load", "name": "load", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pickle.Unpickler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load of Unpickler", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "persistent_load": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "pid"], "flags": [], "fullname": "pickle.Unpickler.persistent_load", "name": "persistent_load", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "pid"], "arg_types": ["pickle.Unpickler", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "persistent_load of Unpickler", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UnpicklingError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["pickle.PickleError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pickle.UnpicklingError", "name": "UnpicklingError", "type_vars": []}, "flags": [], "fullname": "pickle.UnpicklingError", "metaclass_type": null, "metadata": {}, "module_name": "pickle", "mro": ["pickle.UnpicklingError", "pickle.PickleError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_BufferCallback": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "pickle._BufferCallback", "line": 17, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["pickle.PickleBuffer"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.__package__", "name": "__package__", "type": "builtins.str"}}, "_reducedtype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "pickle._reducedtype", "line": 57, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.str", {".class": "TupleType", "implicit": false, "items": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}], "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": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "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": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterator"}, {".class": "NoneType"}]}], "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": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterator"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterator"}, {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}}}, "bytes_types": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickle.bytes_types", "name": "bytes_types", "type": {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}], "type_ref": "builtins.tuple"}}}, "decode_long": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["data"], "flags": [], "fullname": "pickle.decode_long", "name": "decode_long", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["data"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decode_long", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "dump": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["obj", "file", "protocol", "fix_imports", "buffer_callback"], "flags": [], "fullname": "pickle.dump", "name": "dump", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["obj", "file", "protocol", "fix_imports", "buffer_callback"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "pickle._BufferCallback"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dump", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dumps": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5, 5], "arg_names": ["obj", "protocol", "fix_imports", "buffer_callback"], "flags": [], "fullname": "pickle.dumps", "name": "dumps", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5, 5], "arg_names": ["obj", "protocol", "fix_imports", "buffer_callback"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "pickle._BufferCallback"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dumps", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "encode_long": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "pickle.encode_long", "name": "encode_long", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["x"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "encode_long", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "load": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["file", "fix_imports", "encoding", "errors", "buffers"], "flags": [], "fullname": "pickle.load", "name": "load", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["file", "fix_imports", "encoding", "errors", "buffers"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "builtins.bool", "builtins.str", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "loads": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["__data", "fix_imports", "encoding", "errors", "buffers"], "flags": [], "fullname": "pickle.loads", "name": "loads", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": [null, "fix_imports", "encoding", "errors", "buffers"], "arg_types": ["builtins.bytes", "builtins.bool", "builtins.str", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "loads", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/pickle.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/pickle.meta.json b/.mypy_cache/3.9/pickle.meta.json deleted file mode 100644 index 4f78c85c2..000000000 --- a/.mypy_cache/3.9/pickle.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "1e026eb056f4c697ddc0f32087af3d3ad03dcd650b1140bfa1bff76d240d5609", "id": "pickle", "ignore_all": true, "interface_hash": "78749c3db9a40f3fe418968d0c90b4bdee75032a53f050b5638e32b7e56ff4e0", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/pickle.pyi", "plugin_data": null, "size": 5322, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/pickletools.data.json b/.mypy_cache/3.9/pickletools.data.json deleted file mode 100644 index 284354503..000000000 --- a/.mypy_cache/3.9/pickletools.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "pickletools", "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}, "ArgumentDescriptor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pickletools.ArgumentDescriptor", "name": "ArgumentDescriptor", "type_vars": []}, "flags": [], "fullname": "pickletools.ArgumentDescriptor", "metaclass_type": null, "metadata": {}, "module_name": "pickletools", "mro": ["pickletools.ArgumentDescriptor", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "name", "n", "reader", "doc"], "flags": [], "fullname": "pickletools.ArgumentDescriptor.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "name", "n", "reader", "doc"], "arg_types": ["pickletools.ArgumentDescriptor", "builtins.str", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "pickletools._Reader"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ArgumentDescriptor", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "doc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pickletools.ArgumentDescriptor.doc", "name": "doc", "type": "builtins.str"}}, "n": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pickletools.ArgumentDescriptor.n", "name": "n", "type": "builtins.int"}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pickletools.ArgumentDescriptor.name", "name": "name", "type": "builtins.str"}}, "reader": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pickletools.ArgumentDescriptor.reader", "name": "reader", "type": {".class": "TypeAliasType", "args": [], "type_ref": "pickletools._Reader"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MutableMapping": {".class": "SymbolTableNode", "cross_ref": "typing.MutableMapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "OpcodeInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pickletools.OpcodeInfo", "name": "OpcodeInfo", "type_vars": []}, "flags": [], "fullname": "pickletools.OpcodeInfo", "metaclass_type": null, "metadata": {}, "module_name": "pickletools", "mro": ["pickletools.OpcodeInfo", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "name", "code", "arg", "stack_before", "stack_after", "proto", "doc"], "flags": [], "fullname": "pickletools.OpcodeInfo.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "name", "code", "arg", "stack_before", "stack_after", "proto", "doc"], "arg_types": ["pickletools.OpcodeInfo", "builtins.str", "builtins.str", {".class": "UnionType", "items": ["pickletools.ArgumentDescriptor", {".class": "NoneType"}]}, {".class": "Instance", "args": ["pickletools.StackObject"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["pickletools.StackObject"], "type_ref": "builtins.list"}, "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of OpcodeInfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "arg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pickletools.OpcodeInfo.arg", "name": "arg", "type": {".class": "UnionType", "items": ["pickletools.ArgumentDescriptor", {".class": "NoneType"}]}}}, "code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pickletools.OpcodeInfo.code", "name": "code", "type": "builtins.str"}}, "doc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pickletools.OpcodeInfo.doc", "name": "doc", "type": "builtins.str"}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pickletools.OpcodeInfo.name", "name": "name", "type": "builtins.str"}}, "proto": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pickletools.OpcodeInfo.proto", "name": "proto", "type": "builtins.int"}}, "stack_after": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pickletools.OpcodeInfo.stack_after", "name": "stack_after", "type": {".class": "Instance", "args": ["pickletools.StackObject"], "type_ref": "builtins.list"}}}, "stack_before": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pickletools.OpcodeInfo.stack_before", "name": "stack_before", "type": {".class": "Instance", "args": ["pickletools.StackObject"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "StackObject": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pickletools.StackObject", "name": "StackObject", "type_vars": []}, "flags": [], "fullname": "pickletools.StackObject", "metaclass_type": null, "metadata": {}, "module_name": "pickletools", "mro": ["pickletools.StackObject", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "obtype", "doc"], "flags": [], "fullname": "pickletools.StackObject.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "obtype", "doc"], "arg_types": ["pickletools.StackObject", "builtins.str", {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}], "type_ref": "builtins.tuple"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of StackObject", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "doc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pickletools.StackObject.doc", "name": "doc", "type": "builtins.str"}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pickletools.StackObject.name", "name": "name", "type": "builtins.str"}}, "obtype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pickletools.StackObject.obtype", "name": "obtype", "type": {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}], "type_ref": "builtins.tuple"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TAKEN_FROM_ARGUMENT1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.TAKEN_FROM_ARGUMENT1", "name": "TAKEN_FROM_ARGUMENT1", "type": "builtins.int"}}, "TAKEN_FROM_ARGUMENT4": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.TAKEN_FROM_ARGUMENT4", "name": "TAKEN_FROM_ARGUMENT4", "type": "builtins.int"}}, "TAKEN_FROM_ARGUMENT4U": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.TAKEN_FROM_ARGUMENT4U", "name": "TAKEN_FROM_ARGUMENT4U", "type": "builtins.int"}}, "TAKEN_FROM_ARGUMENT8U": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.TAKEN_FROM_ARGUMENT8U", "name": "TAKEN_FROM_ARGUMENT8U", "type": "builtins.int"}}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "UP_TO_NEWLINE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.UP_TO_NEWLINE", "name": "UP_TO_NEWLINE", "type": "builtins.int"}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Reader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "pickletools._Reader", "line": 4, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.__package__", "name": "__package__", "type": "builtins.str"}}, "anyobject": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.anyobject", "name": "anyobject", "type": "pickletools.StackObject"}}, "bytes1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.bytes1", "name": "bytes1", "type": "pickletools.ArgumentDescriptor"}}, "bytes4": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.bytes4", "name": "bytes4", "type": "pickletools.ArgumentDescriptor"}}, "bytes8": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.bytes8", "name": "bytes8", "type": "pickletools.ArgumentDescriptor"}}, "bytes_types": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.bytes_types", "name": "bytes_types", "type": {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}], "type_ref": "builtins.tuple"}}}, "decimalnl_long": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.decimalnl_long", "name": "decimalnl_long", "type": "pickletools.ArgumentDescriptor"}}, "decimalnl_short": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.decimalnl_short", "name": "decimalnl_short", "type": "pickletools.ArgumentDescriptor"}}, "dis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["pickle", "out", "memo", "indentlevel", "annotate"], "flags": [], "fullname": "pickletools.dis", "name": "dis", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["pickle", "out", "memo", "indentlevel", "annotate"], "arg_types": [{".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.MutableMapping"}, {".class": "NoneType"}]}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dis", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "float8": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.float8", "name": "float8", "type": "pickletools.ArgumentDescriptor"}}, "floatnl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.floatnl", "name": "floatnl", "type": "pickletools.ArgumentDescriptor"}}, "genops": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pickle"], "flags": [], "fullname": "pickletools.genops", "name": "genops", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pickle"], "arg_types": [{".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "genops", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["pickletools.OpcodeInfo", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "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.Iterator"}, "type_guard": null, "variables": []}}}, "int4": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.int4", "name": "int4", "type": "pickletools.ArgumentDescriptor"}}, "long1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.long1", "name": "long1", "type": "pickletools.ArgumentDescriptor"}}, "long4": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.long4", "name": "long4", "type": "pickletools.ArgumentDescriptor"}}, "markobject": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.markobject", "name": "markobject", "type": "pickletools.StackObject"}}, "opcodes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.opcodes", "name": "opcodes", "type": {".class": "Instance", "args": ["pickletools.OpcodeInfo"], "type_ref": "builtins.list"}}}, "optimize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["p"], "flags": [], "fullname": "pickletools.optimize", "name": "optimize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": [{".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "optimize", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "pybool": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.pybool", "name": "pybool", "type": "pickletools.StackObject"}}, "pybytes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.pybytes", "name": "pybytes", "type": "pickletools.StackObject"}}, "pybytes_or_str": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.pybytes_or_str", "name": "pybytes_or_str", "type": "pickletools.StackObject"}}, "pydict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.pydict", "name": "pydict", "type": "pickletools.StackObject"}}, "pyfloat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.pyfloat", "name": "pyfloat", "type": "pickletools.StackObject"}}, "pyfrozenset": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.pyfrozenset", "name": "pyfrozenset", "type": "pickletools.StackObject"}}, "pyint": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.pyint", "name": "pyint", "type": "pickletools.StackObject"}}, "pyinteger_or_bool": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.pyinteger_or_bool", "name": "pyinteger_or_bool", "type": "pickletools.StackObject"}}, "pylist": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.pylist", "name": "pylist", "type": "pickletools.StackObject"}}, "pylong": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.pylong", "name": "pylong", "type": "pickletools.StackObject"}}, "pynone": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.pynone", "name": "pynone", "type": "pickletools.StackObject"}}, "pyset": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.pyset", "name": "pyset", "type": "pickletools.StackObject"}}, "pystring": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.pystring", "name": "pystring", "type": "pickletools.StackObject"}}, "pytuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.pytuple", "name": "pytuple", "type": "pickletools.StackObject"}}, "pyunicode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.pyunicode", "name": "pyunicode", "type": "pickletools.StackObject"}}, "read_bytes1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_bytes1", "name": "read_bytes1", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_bytes1", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "read_bytes4": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_bytes4", "name": "read_bytes4", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_bytes4", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "read_bytes8": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_bytes8", "name": "read_bytes8", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_bytes8", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "read_decimalnl_long": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_decimalnl_long", "name": "read_decimalnl_long", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_decimalnl_long", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "read_decimalnl_short": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_decimalnl_short", "name": "read_decimalnl_short", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_decimalnl_short", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "read_float8": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_float8", "name": "read_float8", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_float8", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "read_floatnl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_floatnl", "name": "read_floatnl", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_floatnl", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "read_int4": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_int4", "name": "read_int4", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_int4", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "read_long1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_long1", "name": "read_long1", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_long1", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "read_long4": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_long4", "name": "read_long4", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_long4", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "read_string1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_string1", "name": "read_string1", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_string1", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "read_string4": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_string4", "name": "read_string4", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_string4", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "read_stringnl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["f", "decode", "stripquotes"], "flags": [], "fullname": "pickletools.read_stringnl", "name": "read_stringnl", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["f", "decode", "stripquotes"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_stringnl", "ret_type": {".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}, "type_guard": null, "variables": []}}}, "read_stringnl_noescape": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_stringnl_noescape", "name": "read_stringnl_noescape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_stringnl_noescape", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "read_stringnl_noescape_pair": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_stringnl_noescape_pair", "name": "read_stringnl_noescape_pair", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_stringnl_noescape_pair", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "read_uint1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_uint1", "name": "read_uint1", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_uint1", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "read_uint2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_uint2", "name": "read_uint2", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_uint2", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "read_uint4": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_uint4", "name": "read_uint4", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_uint4", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "read_uint8": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_uint8", "name": "read_uint8", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_uint8", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "read_unicodestring1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_unicodestring1", "name": "read_unicodestring1", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_unicodestring1", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "read_unicodestring4": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_unicodestring4", "name": "read_unicodestring4", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_unicodestring4", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "read_unicodestring8": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_unicodestring8", "name": "read_unicodestring8", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_unicodestring8", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "read_unicodestringnl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "pickletools.read_unicodestringnl", "name": "read_unicodestringnl", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_unicodestringnl", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "stackslice": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.stackslice", "name": "stackslice", "type": "pickletools.StackObject"}}, "string1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.string1", "name": "string1", "type": "pickletools.ArgumentDescriptor"}}, "string4": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.string4", "name": "string4", "type": "pickletools.ArgumentDescriptor"}}, "stringnl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.stringnl", "name": "stringnl", "type": "pickletools.ArgumentDescriptor"}}, "stringnl_noescape": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.stringnl_noescape", "name": "stringnl_noescape", "type": "pickletools.ArgumentDescriptor"}}, "stringnl_noescape_pair": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.stringnl_noescape_pair", "name": "stringnl_noescape_pair", "type": "pickletools.ArgumentDescriptor"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "uint1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.uint1", "name": "uint1", "type": "pickletools.ArgumentDescriptor"}}, "uint2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.uint2", "name": "uint2", "type": "pickletools.ArgumentDescriptor"}}, "uint4": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.uint4", "name": "uint4", "type": "pickletools.ArgumentDescriptor"}}, "uint8": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.uint8", "name": "uint8", "type": "pickletools.ArgumentDescriptor"}}, "unicodestring1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.unicodestring1", "name": "unicodestring1", "type": "pickletools.ArgumentDescriptor"}}, "unicodestring4": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.unicodestring4", "name": "unicodestring4", "type": "pickletools.ArgumentDescriptor"}}, "unicodestring8": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.unicodestring8", "name": "unicodestring8", "type": "pickletools.ArgumentDescriptor"}}, "unicodestringnl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pickletools.unicodestringnl", "name": "unicodestringnl", "type": "pickletools.ArgumentDescriptor"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/pickletools.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/pickletools.meta.json b/.mypy_cache/3.9/pickletools.meta.json deleted file mode 100644 index 60e1eab97..000000000 --- a/.mypy_cache/3.9/pickletools.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "2de91b208f39ea344e2a3ea77abcca558dedaf4277ae3161eda1e2881f5f3074", "id": "pickletools", "ignore_all": true, "interface_hash": "2847db53038ea355d30f7586d1ce08584a8e54a0341a0943f167b040c1f5bf63", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/pickletools.pyi", "plugin_data": null, "size": 4510, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/pkgutil.data.json b/.mypy_cache/3.9/pkgutil.data.json deleted file mode 100644 index ea7add130..000000000 --- a/.mypy_cache/3.9/pkgutil.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "pkgutil", "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}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ImpImporter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pkgutil.ImpImporter", "name": "ImpImporter", "type_vars": []}, "flags": [], "fullname": "pkgutil.ImpImporter", "metaclass_type": null, "metadata": {}, "module_name": "pkgutil", "mro": ["pkgutil.ImpImporter", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "path"], "flags": [], "fullname": "pkgutil.ImpImporter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "path"], "arg_types": ["pkgutil.ImpImporter", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ImpImporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ImpLoader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pkgutil.ImpLoader", "name": "ImpLoader", "type_vars": []}, "flags": [], "fullname": "pkgutil.ImpLoader", "metaclass_type": null, "metadata": {}, "module_name": "pkgutil", "mro": ["pkgutil.ImpLoader", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "fullname", "file", "filename", "etc"], "flags": [], "fullname": "pkgutil.ImpLoader.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "fullname", "file", "filename", "etc"], "arg_types": ["pkgutil.ImpLoader", "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ImpLoader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Loader": {".class": "SymbolTableNode", "cross_ref": "importlib.abc.Loader", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MetaPathFinder": {".class": "SymbolTableNode", "cross_ref": "importlib.abc.MetaPathFinder", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ModuleInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.str", "importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pkgutil.ModuleInfo", "name": "ModuleInfo", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "pkgutil.ModuleInfo", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["module_finder", "name", "ispkg"]}}, "module_name": "pkgutil", "mro": ["pkgutil.ModuleInfo", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "pkgutil.ModuleInfo._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}, "builtins.str", "builtins.bool"], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.str", "importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pkgutil.ModuleInfo.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pkgutil.ModuleInfo.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "module_finder", "name", "ispkg"], "flags": [], "fullname": "pkgutil.ModuleInfo.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "module_finder", "name", "ispkg"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "pkgutil.ModuleInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}, "builtins.str", "builtins.bool"], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.str", "importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "UnionType", "items": ["importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}, "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ModuleInfo", "ret_type": {".class": "TypeVarType", "fullname": "pkgutil.ModuleInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}, "builtins.str", "builtins.bool"], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.str", "importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pkgutil.ModuleInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}, "builtins.str", "builtins.bool"], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.str", "importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "pkgutil.ModuleInfo._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "pkgutil.ModuleInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}, "builtins.str", "builtins.bool"], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.str", "importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of ModuleInfo", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pkgutil.ModuleInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}, "builtins.str", "builtins.bool"], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.str", "importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pkgutil.ModuleInfo._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pkgutil.ModuleInfo._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pkgutil.ModuleInfo._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "pkgutil.ModuleInfo._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "pkgutil.ModuleInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}, "builtins.str", "builtins.bool"], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.str", "importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of ModuleInfo", "ret_type": {".class": "TypeVarType", "fullname": "pkgutil.ModuleInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}, "builtins.str", "builtins.bool"], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.str", "importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pkgutil.ModuleInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}, "builtins.str", "builtins.bool"], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.str", "importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "pkgutil.ModuleInfo._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "pkgutil.ModuleInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}, "builtins.str", "builtins.bool"], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.str", "importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of ModuleInfo", "ret_type": {".class": "TypeVarType", "fullname": "pkgutil.ModuleInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}, "builtins.str", "builtins.bool"], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.str", "importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pkgutil.ModuleInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}, "builtins.str", "builtins.bool"], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.str", "importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "module_finder", "name", "ispkg"], "flags": [], "fullname": "pkgutil.ModuleInfo._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "module_finder", "name", "ispkg"], "arg_types": [{".class": "TypeVarType", "fullname": "pkgutil.ModuleInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}, "builtins.str", "builtins.bool"], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.str", "importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "UnionType", "items": ["importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}, "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of ModuleInfo", "ret_type": {".class": "TypeVarType", "fullname": "pkgutil.ModuleInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}, "builtins.str", "builtins.bool"], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.str", "importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "pkgutil.ModuleInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}, "builtins.str", "builtins.bool"], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.str", "importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pkgutil.ModuleInfo._source", "name": "_source", "type": "builtins.str"}}, "ispkg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "pkgutil.ModuleInfo.ispkg", "name": "ispkg", "type": "builtins.bool"}}, "ispkg-redefinition": {".class": "SymbolTableNode", "cross_ref": "pkgutil.ModuleInfo.ispkg", "kind": "Mdef"}, "module_finder": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "pkgutil.ModuleInfo.module_finder", "name": "module_finder", "type": {".class": "UnionType", "items": ["importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}}}, "module_finder-redefinition": {".class": "SymbolTableNode", "cross_ref": "pkgutil.ModuleInfo.module_finder", "kind": "Mdef"}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "pkgutil.ModuleInfo.name", "name": "name", "type": "builtins.str"}}, "name-redefinition": {".class": "SymbolTableNode", "cross_ref": "pkgutil.ModuleInfo.name", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}, "builtins.str", "builtins.bool"], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.str", "importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PathEntryFinder": {".class": "SymbolTableNode", "cross_ref": "importlib.abc.PathEntryFinder", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsRead": {".class": "SymbolTableNode", "cross_ref": "_typeshed.SupportsRead", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ModuleInfoLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "pkgutil._ModuleInfoLike", "line": 17, "no_args": false, "normalized": false, "target": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}, "builtins.str", "builtins.bool"], "partial_fallback": "pkgutil.ModuleInfo"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pkgutil.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pkgutil.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pkgutil.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pkgutil.__package__", "name": "__package__", "type": "builtins.str"}}, "extend_path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["path", "name"], "flags": [], "fullname": "pkgutil.extend_path", "name": "extend_path", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["path", "name"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extend_path", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "find_loader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fullname"], "flags": [], "fullname": "pkgutil.find_loader", "name": "find_loader", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["fullname"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_loader", "ret_type": {".class": "UnionType", "items": ["importlib.abc.Loader", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "get_data": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["package", "resource"], "flags": [], "fullname": "pkgutil.get_data", "name": "get_data", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["package", "resource"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_data", "ret_type": {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "get_importer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path_item"], "flags": [], "fullname": "pkgutil.get_importer", "name": "get_importer", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path_item"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_importer", "ret_type": {".class": "UnionType", "items": ["importlib.abc.PathEntryFinder", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "get_loader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module_or_name"], "flags": [], "fullname": "pkgutil.get_loader", "name": "get_loader", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["module_or_name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_loader", "ret_type": "importlib.abc.Loader", "type_guard": null, "variables": []}}}, "iter_importers": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["fullname"], "flags": [], "fullname": "pkgutil.iter_importers", "name": "iter_importers", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["fullname"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iter_importers", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["importlib.abc.MetaPathFinder", "importlib.abc.PathEntryFinder"]}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "iter_modules": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1], "arg_names": ["path", "prefix"], "flags": [], "fullname": "pkgutil.iter_modules", "name": "iter_modules", "type": {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["path", "prefix"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iter_modules", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "pkgutil._ModuleInfoLike"}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "read_code": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["stream"], "flags": [], "fullname": "pkgutil.read_code", "name": "read_code", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["stream"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "_typeshed.SupportsRead"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_code", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "resolve_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "pkgutil.resolve_name", "name": "resolve_name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resolve_name", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "walk_packages": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1], "arg_names": ["path", "prefix", "onerror"], "flags": [], "fullname": "pkgutil.walk_packages", "name": "walk_packages", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1], "arg_names": ["path", "prefix", "onerror"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "walk_packages", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "pkgutil._ModuleInfoLike"}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/pkgutil.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/pkgutil.meta.json b/.mypy_cache/3.9/pkgutil.meta.json deleted file mode 100644 index 0c79409b3..000000000 --- a/.mypy_cache/3.9/pkgutil.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 3, 6, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30, 30], "dependencies": ["sys", "_typeshed", "typing", "importlib.abc", "builtins", "abc", "importlib"], "hash": "8a5f8853efab640c236bc3eed3f3080faf3981e38cc6b77dc67f7a667a1f6cbe", "id": "pkgutil", "ignore_all": true, "interface_hash": "72ae808f06fbb3e26eae8bb9387dd94ebef040e551b88a67644f8b589bbc54bc", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/pkgutil.pyi", "plugin_data": null, "size": 1629, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/platform.data.json b/.mypy_cache/3.9/platform.data.json deleted file mode 100644 index 870949060..000000000 --- a/.mypy_cache/3.9/platform.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "platform", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "platform.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "platform.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "platform.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "platform.__package__", "name": "__package__", "type": "builtins.str"}}, "architecture": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1], "arg_names": ["executable", "bits", "linkage"], "flags": [], "fullname": "platform.architecture", "name": "architecture", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1], "arg_names": ["executable", "bits", "linkage"], "arg_types": ["builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "architecture", "ret_type": {".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_guard": null, "variables": []}}}, "java_ver": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1], "arg_names": ["release", "vendor", "vminfo", "osinfo"], "flags": [], "fullname": "platform.java_ver", "name": "java_ver", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1], "arg_names": ["release", "vendor", "vminfo", "osinfo"], "arg_types": ["builtins.str", "builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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", "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "java_ver", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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", "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "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": []}}}, "libc_ver": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1], "arg_names": ["executable", "lib", "version", "chunksize"], "flags": [], "fullname": "platform.libc_ver", "name": "libc_ver", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1], "arg_names": ["executable", "lib", "version", "chunksize"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "libc_ver", "ret_type": {".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_guard": null, "variables": []}}}, "mac_ver": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1], "arg_names": ["release", "versioninfo", "machine"], "flags": [], "fullname": "platform.mac_ver", "name": "mac_ver", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1], "arg_names": ["release", "versioninfo", "machine"], "arg_types": ["builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mac_ver", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}, "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_guard": null, "variables": []}}}, "machine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "platform.machine", "name": "machine", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "machine", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "node": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "platform.node", "name": "node", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "node", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "platform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1], "arg_names": ["aliased", "terse"], "flags": [], "fullname": "platform.platform", "name": "platform", "type": {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["aliased", "terse"], "arg_types": ["builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "platform", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "processor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "platform.processor", "name": "processor", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "processor", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "python_branch": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "platform.python_branch", "name": "python_branch", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "python_branch", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "python_build": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "platform.python_build", "name": "python_build", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "python_build", "ret_type": {".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_guard": null, "variables": []}}}, "python_compiler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "platform.python_compiler", "name": "python_compiler", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "python_compiler", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "python_implementation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "platform.python_implementation", "name": "python_implementation", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "python_implementation", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "python_revision": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "platform.python_revision", "name": "python_revision", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "python_revision", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "python_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "platform.python_version", "name": "python_version", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "python_version", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "python_version_tuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "platform.python_version_tuple", "name": "python_version_tuple", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "python_version_tuple", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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_guard": null, "variables": []}}}, "release": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "platform.release", "name": "release", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "release", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "system": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "platform.system", "name": "system", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "system", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "system_alias": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["system", "release", "version"], "flags": [], "fullname": "platform.system_alias", "name": "system_alias", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["system", "release", "version"], "arg_types": ["builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "system_alias", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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_guard": null, "variables": []}}}, "uname": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "platform.uname", "name": "uname", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "uname", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": "platform.uname_result"}, "type_guard": null, "variables": []}}}, "uname_result": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "platform.uname_result", "name": "uname_result", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "platform.uname_result", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["system", "node", "release", "version", "machine", "processor"]}}, "module_name": "platform", "mro": ["platform.uname_result", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "platform.uname_result._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "platform.uname_result.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "platform.uname_result.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "system", "node", "release", "version", "machine", "processor"], "flags": [], "fullname": "platform.uname_result.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "system", "node", "release", "version", "machine", "processor"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "platform.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of uname_result", "ret_type": {".class": "TypeVarType", "fullname": "platform.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "platform.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "platform.uname_result._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "platform.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of uname_result", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "platform.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "platform.uname_result._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "platform.uname_result._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "platform.uname_result._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "platform.uname_result._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "platform.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of uname_result", "ret_type": {".class": "TypeVarType", "fullname": "platform.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "platform.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "platform.uname_result._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "platform.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of uname_result", "ret_type": {".class": "TypeVarType", "fullname": "platform.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "platform.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["_self", "system", "node", "release", "version", "machine", "processor"], "flags": [], "fullname": "platform.uname_result._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["_self", "system", "node", "release", "version", "machine", "processor"], "arg_types": [{".class": "TypeVarType", "fullname": "platform.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of uname_result", "ret_type": {".class": "TypeVarType", "fullname": "platform.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "platform.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "platform.uname_result._source", "name": "_source", "type": "builtins.str"}}, "machine": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "platform.uname_result.machine", "name": "machine", "type": "builtins.str"}}, "machine-redefinition": {".class": "SymbolTableNode", "cross_ref": "platform.uname_result.machine", "kind": "Mdef"}, "node": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "platform.uname_result.node", "name": "node", "type": "builtins.str"}}, "node-redefinition": {".class": "SymbolTableNode", "cross_ref": "platform.uname_result.node", "kind": "Mdef"}, "processor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "platform.uname_result.processor", "name": "processor", "type": "builtins.str"}}, "processor-redefinition": {".class": "SymbolTableNode", "cross_ref": "platform.uname_result.processor", "kind": "Mdef"}, "release": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "platform.uname_result.release", "name": "release", "type": "builtins.str"}}, "release-redefinition": {".class": "SymbolTableNode", "cross_ref": "platform.uname_result.release", "kind": "Mdef"}, "system": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "platform.uname_result.system", "name": "system", "type": "builtins.str"}}, "system-redefinition": {".class": "SymbolTableNode", "cross_ref": "platform.uname_result.system", "kind": "Mdef"}, "version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "platform.uname_result.version", "name": "version", "type": "builtins.str"}}, "version-redefinition": {".class": "SymbolTableNode", "cross_ref": "platform.uname_result.version", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "platform.version", "name": "version", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "version", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "win32_edition": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "platform.win32_edition", "name": "win32_edition", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "win32_edition", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "win32_is_iot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "platform.win32_is_iot", "name": "win32_is_iot", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "win32_is_iot", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "win32_ver": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1], "arg_names": ["release", "version", "csd", "ptype"], "flags": [], "fullname": "platform.win32_ver", "name": "win32_ver", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1], "arg_names": ["release", "version", "csd", "ptype"], "arg_types": ["builtins.str", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "win32_ver", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "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_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/platform.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/platform.meta.json b/.mypy_cache/3.9/platform.meta.json deleted file mode 100644 index e27b8fc7f..000000000 --- a/.mypy_cache/3.9/platform.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 7, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "e55292f766eaf995d4053a7254144fa88e12db236b1f49e14682d1d113b25139", "id": "platform", "ignore_all": true, "interface_hash": "0a6bbe45d42bbc271556b98ad93d1d0acbcc764cbd9706dbf8752c81403a9c33", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/platform.pyi", "plugin_data": null, "size": 2272, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/posix.data.json b/.mypy_cache/3.9/posix.data.json deleted file mode 100644 index ad13efaec..000000000 --- a/.mypy_cache/3.9/posix.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "posix", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "CLD_CONTINUED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.CLD_CONTINUED", "name": "CLD_CONTINUED", "type": "builtins.int"}}, "CLD_DUMPED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.CLD_DUMPED", "name": "CLD_DUMPED", "type": "builtins.int"}}, "CLD_EXITED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.CLD_EXITED", "name": "CLD_EXITED", "type": "builtins.int"}}, "CLD_TRAPPED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.CLD_TRAPPED", "name": "CLD_TRAPPED", "type": "builtins.int"}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "EX_CANTCREAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.EX_CANTCREAT", "name": "EX_CANTCREAT", "type": "builtins.int"}}, "EX_CONFIG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.EX_CONFIG", "name": "EX_CONFIG", "type": "builtins.int"}}, "EX_DATAERR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.EX_DATAERR", "name": "EX_DATAERR", "type": "builtins.int"}}, "EX_IOERR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.EX_IOERR", "name": "EX_IOERR", "type": "builtins.int"}}, "EX_NOHOST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.EX_NOHOST", "name": "EX_NOHOST", "type": "builtins.int"}}, "EX_NOINPUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.EX_NOINPUT", "name": "EX_NOINPUT", "type": "builtins.int"}}, "EX_NOPERM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.EX_NOPERM", "name": "EX_NOPERM", "type": "builtins.int"}}, "EX_NOTFOUND": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.EX_NOTFOUND", "name": "EX_NOTFOUND", "type": "builtins.int"}}, "EX_NOUSER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.EX_NOUSER", "name": "EX_NOUSER", "type": "builtins.int"}}, "EX_OK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.EX_OK", "name": "EX_OK", "type": "builtins.int"}}, "EX_OSERR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.EX_OSERR", "name": "EX_OSERR", "type": "builtins.int"}}, "EX_OSFILE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.EX_OSFILE", "name": "EX_OSFILE", "type": "builtins.int"}}, "EX_PROTOCOL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.EX_PROTOCOL", "name": "EX_PROTOCOL", "type": "builtins.int"}}, "EX_SOFTWARE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.EX_SOFTWARE", "name": "EX_SOFTWARE", "type": "builtins.int"}}, "EX_TEMPFAIL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.EX_TEMPFAIL", "name": "EX_TEMPFAIL", "type": "builtins.int"}}, "EX_UNAVAILABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.EX_UNAVAILABLE", "name": "EX_UNAVAILABLE", "type": "builtins.int"}}, "EX_USAGE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.EX_USAGE", "name": "EX_USAGE", "type": "builtins.int"}}, "F_LOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.F_LOCK", "name": "F_LOCK", "type": "builtins.int"}}, "F_OK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.F_OK", "name": "F_OK", "type": "builtins.int"}}, "F_TEST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.F_TEST", "name": "F_TEST", "type": "builtins.int"}}, "F_TLOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.F_TLOCK", "name": "F_TLOCK", "type": "builtins.int"}}, "F_ULOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.F_ULOCK", "name": "F_ULOCK", "type": "builtins.int"}}, "GRND_NONBLOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.GRND_NONBLOCK", "name": "GRND_NONBLOCK", "type": "builtins.int"}}, "GRND_RANDOM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.GRND_RANDOM", "name": "GRND_RANDOM", "type": "builtins.int"}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NGROUPS_MAX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.NGROUPS_MAX", "name": "NGROUPS_MAX", "type": "builtins.int"}}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "O_ACCMODE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.O_ACCMODE", "name": "O_ACCMODE", "type": "builtins.int"}}, "O_APPEND": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.O_APPEND", "name": "O_APPEND", "type": "builtins.int"}}, "O_ASYNC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.O_ASYNC", "name": "O_ASYNC", "type": "builtins.int"}}, "O_CREAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.O_CREAT", "name": "O_CREAT", "type": "builtins.int"}}, "O_DIRECT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.O_DIRECT", "name": "O_DIRECT", "type": "builtins.int"}}, "O_DIRECTORY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.O_DIRECTORY", "name": "O_DIRECTORY", "type": "builtins.int"}}, "O_DSYNC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.O_DSYNC", "name": "O_DSYNC", "type": "builtins.int"}}, "O_EXCL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.O_EXCL", "name": "O_EXCL", "type": "builtins.int"}}, "O_LARGEFILE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.O_LARGEFILE", "name": "O_LARGEFILE", "type": "builtins.int"}}, "O_NDELAY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.O_NDELAY", "name": "O_NDELAY", "type": "builtins.int"}}, "O_NOATIME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.O_NOATIME", "name": "O_NOATIME", "type": "builtins.int"}}, "O_NOCTTY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.O_NOCTTY", "name": "O_NOCTTY", "type": "builtins.int"}}, "O_NOFOLLOW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.O_NOFOLLOW", "name": "O_NOFOLLOW", "type": "builtins.int"}}, "O_NONBLOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.O_NONBLOCK", "name": "O_NONBLOCK", "type": "builtins.int"}}, "O_RDONLY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.O_RDONLY", "name": "O_RDONLY", "type": "builtins.int"}}, "O_RDWR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.O_RDWR", "name": "O_RDWR", "type": "builtins.int"}}, "O_RSYNC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.O_RSYNC", "name": "O_RSYNC", "type": "builtins.int"}}, "O_SYNC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.O_SYNC", "name": "O_SYNC", "type": "builtins.int"}}, "O_TRUNC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.O_TRUNC", "name": "O_TRUNC", "type": "builtins.int"}}, "O_WRONLY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.O_WRONLY", "name": "O_WRONLY", "type": "builtins.int"}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "POSIX_FADV_DONTNEED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.POSIX_FADV_DONTNEED", "name": "POSIX_FADV_DONTNEED", "type": "builtins.int"}}, "POSIX_FADV_NOREUSE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.POSIX_FADV_NOREUSE", "name": "POSIX_FADV_NOREUSE", "type": "builtins.int"}}, "POSIX_FADV_NORMAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.POSIX_FADV_NORMAL", "name": "POSIX_FADV_NORMAL", "type": "builtins.int"}}, "POSIX_FADV_RANDOM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.POSIX_FADV_RANDOM", "name": "POSIX_FADV_RANDOM", "type": "builtins.int"}}, "POSIX_FADV_SEQUENTIAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.POSIX_FADV_SEQUENTIAL", "name": "POSIX_FADV_SEQUENTIAL", "type": "builtins.int"}}, "POSIX_FADV_WILLNEED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.POSIX_FADV_WILLNEED", "name": "POSIX_FADV_WILLNEED", "type": "builtins.int"}}, "PRIO_PGRP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.PRIO_PGRP", "name": "PRIO_PGRP", "type": "builtins.int"}}, "PRIO_PROCESS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.PRIO_PROCESS", "name": "PRIO_PROCESS", "type": "builtins.int"}}, "PRIO_USER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.PRIO_USER", "name": "PRIO_USER", "type": "builtins.int"}}, "P_ALL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.P_ALL", "name": "P_ALL", "type": "builtins.int"}}, "P_PGID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.P_PGID", "name": "P_PGID", "type": "builtins.int"}}, "P_PID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.P_PID", "name": "P_PID", "type": "builtins.int"}}, "PathLike": {".class": "SymbolTableNode", "cross_ref": "os.PathLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "RTLD_DEEPBIND": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.RTLD_DEEPBIND", "name": "RTLD_DEEPBIND", "type": "builtins.int"}}, "RTLD_GLOBAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.RTLD_GLOBAL", "name": "RTLD_GLOBAL", "type": "builtins.int"}}, "RTLD_LAZY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.RTLD_LAZY", "name": "RTLD_LAZY", "type": "builtins.int"}}, "RTLD_LOCAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.RTLD_LOCAL", "name": "RTLD_LOCAL", "type": "builtins.int"}}, "RTLD_NODELETE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.RTLD_NODELETE", "name": "RTLD_NODELETE", "type": "builtins.int"}}, "RTLD_NOLOAD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.RTLD_NOLOAD", "name": "RTLD_NOLOAD", "type": "builtins.int"}}, "RTLD_NOW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.RTLD_NOW", "name": "RTLD_NOW", "type": "builtins.int"}}, "R_OK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.R_OK", "name": "R_OK", "type": "builtins.int"}}, "SCHED_BATCH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.SCHED_BATCH", "name": "SCHED_BATCH", "type": "builtins.int"}}, "SCHED_FIFO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.SCHED_FIFO", "name": "SCHED_FIFO", "type": "builtins.int"}}, "SCHED_IDLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.SCHED_IDLE", "name": "SCHED_IDLE", "type": "builtins.int"}}, "SCHED_OTHER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.SCHED_OTHER", "name": "SCHED_OTHER", "type": "builtins.int"}}, "SCHED_RESET_ON_FORK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.SCHED_RESET_ON_FORK", "name": "SCHED_RESET_ON_FORK", "type": "builtins.int"}}, "SCHED_RR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.SCHED_RR", "name": "SCHED_RR", "type": "builtins.int"}}, "SEEK_DATA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.SEEK_DATA", "name": "SEEK_DATA", "type": "builtins.int"}}, "SEEK_HOLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.SEEK_HOLE", "name": "SEEK_HOLE", "type": "builtins.int"}}, "ST_APPEND": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.ST_APPEND", "name": "ST_APPEND", "type": "builtins.int"}}, "ST_MANDLOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.ST_MANDLOCK", "name": "ST_MANDLOCK", "type": "builtins.int"}}, "ST_NOATIME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.ST_NOATIME", "name": "ST_NOATIME", "type": "builtins.int"}}, "ST_NODEV": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.ST_NODEV", "name": "ST_NODEV", "type": "builtins.int"}}, "ST_NODIRATIME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.ST_NODIRATIME", "name": "ST_NODIRATIME", "type": "builtins.int"}}, "ST_NOEXEC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.ST_NOEXEC", "name": "ST_NOEXEC", "type": "builtins.int"}}, "ST_NOSUID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.ST_NOSUID", "name": "ST_NOSUID", "type": "builtins.int"}}, "ST_RDONLY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.ST_RDONLY", "name": "ST_RDONLY", "type": "builtins.int"}}, "ST_RELATIME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.ST_RELATIME", "name": "ST_RELATIME", "type": "builtins.int"}}, "ST_SYNCHRONOUS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.ST_SYNCHRONOUS", "name": "ST_SYNCHRONOUS", "type": "builtins.int"}}, "ST_WRITE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.ST_WRITE", "name": "ST_WRITE", "type": "builtins.int"}}, "TMP_MAX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.TMP_MAX", "name": "TMP_MAX", "type": "builtins.int"}}, "WCONTINUED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.WCONTINUED", "name": "WCONTINUED", "type": "builtins.int"}}, "WCOREDUMP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__status"], "flags": [], "fullname": "posix.WCOREDUMP", "name": "WCOREDUMP", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "WCOREDUMP", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "WEXITSTATUS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["status"], "flags": [], "fullname": "posix.WEXITSTATUS", "name": "WEXITSTATUS", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["status"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "WEXITSTATUS", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "WIFCONTINUED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["status"], "flags": [], "fullname": "posix.WIFCONTINUED", "name": "WIFCONTINUED", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["status"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "WIFCONTINUED", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "WIFEXITED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["status"], "flags": [], "fullname": "posix.WIFEXITED", "name": "WIFEXITED", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["status"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "WIFEXITED", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "WIFSIGNALED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["status"], "flags": [], "fullname": "posix.WIFSIGNALED", "name": "WIFSIGNALED", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["status"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "WIFSIGNALED", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "WIFSTOPPED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["status"], "flags": [], "fullname": "posix.WIFSTOPPED", "name": "WIFSTOPPED", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["status"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "WIFSTOPPED", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "WNOHANG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.WNOHANG", "name": "WNOHANG", "type": "builtins.int"}}, "WSTOPSIG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["status"], "flags": [], "fullname": "posix.WSTOPSIG", "name": "WSTOPSIG", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["status"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "WSTOPSIG", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "WTERMSIG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["status"], "flags": [], "fullname": "posix.WTERMSIG", "name": "WTERMSIG", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["status"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "WTERMSIG", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "WUNTRACED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.WUNTRACED", "name": "WUNTRACED", "type": "builtins.int"}}, "W_OK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.W_OK", "name": "W_OK", "type": "builtins.int"}}, "XATTR_CREATE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.XATTR_CREATE", "name": "XATTR_CREATE", "type": "builtins.int"}}, "XATTR_REPLACE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.XATTR_REPLACE", "name": "XATTR_REPLACE", "type": "builtins.int"}}, "XATTR_SIZE_MAX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.XATTR_SIZE_MAX", "name": "XATTR_SIZE_MAX", "type": "builtins.int"}}, "X_OK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.X_OK", "name": "X_OK", "type": "builtins.int"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.__package__", "name": "__package__", "type": "builtins.str"}}, "environ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posix.environ", "name": "environ", "type": {".class": "Instance", "args": ["builtins.bytes", "builtins.bytes"], "type_ref": "builtins.dict"}}}, "listdir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "posix.listdir", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["path"], "flags": ["is_overload", "is_decorated"], "fullname": "posix.listdir", "name": "listdir", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["path"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "listdir", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "listdir", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": ["is_overload", "is_decorated"], "fullname": "posix.listdir", "name": "listdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "listdir", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "listdir", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": ["is_overload", "is_decorated"], "fullname": "posix.listdir", "name": "listdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "listdir", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "listdir", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": ["is_overload", "is_decorated"], "fullname": "posix.listdir", "name": "listdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "listdir", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "listdir", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [1], "arg_names": ["path"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "listdir", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "listdir", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "listdir", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "listdir", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}]}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "sched_param": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "posix.sched_param", "name": "sched_param", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "posix.sched_param", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["sched_priority"]}}, "module_name": "posix", "mro": ["posix.sched_param", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "posix.sched_param._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.sched_param.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.sched_param.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["_cls", "sched_priority"], "flags": [], "fullname": "posix.sched_param.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["_cls", "sched_priority"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "posix.sched_param._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of sched_param", "ret_type": {".class": "TypeVarType", "fullname": "posix.sched_param._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "posix.sched_param._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "posix.sched_param._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "posix.sched_param._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of sched_param", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "posix.sched_param._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.sched_param._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.sched_param._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.sched_param._fields", "name": "_fields", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "posix.sched_param._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "posix.sched_param._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of sched_param", "ret_type": {".class": "TypeVarType", "fullname": "posix.sched_param._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "posix.sched_param._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "posix.sched_param._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "posix.sched_param._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of sched_param", "ret_type": {".class": "TypeVarType", "fullname": "posix.sched_param._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "posix.sched_param._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["_self", "sched_priority"], "flags": [], "fullname": "posix.sched_param._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["_self", "sched_priority"], "arg_types": [{".class": "TypeVarType", "fullname": "posix.sched_param._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of sched_param", "ret_type": {".class": "TypeVarType", "fullname": "posix.sched_param._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "posix.sched_param._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.sched_param._source", "name": "_source", "type": "builtins.str"}}, "sched_priority": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "posix.sched_param.sched_priority", "name": "sched_priority", "type": "builtins.int"}}, "sched_priority-redefinition": {".class": "SymbolTableNode", "cross_ref": "posix.sched_param.sched_priority", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "stat_result": {".class": "SymbolTableNode", "cross_ref": "os.stat_result", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "times_result": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "posix.times_result", "name": "times_result", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "posix.times_result", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["user", "system", "children_user", "children_system", "elapsed"]}}, "module_name": "posix", "mro": ["posix.times_result", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "posix.times_result._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.times_result.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.times_result.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "user", "system", "children_user", "children_system", "elapsed"], "flags": [], "fullname": "posix.times_result.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "user", "system", "children_user", "children_system", "elapsed"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "posix.times_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of times_result", "ret_type": {".class": "TypeVarType", "fullname": "posix.times_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "posix.times_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "posix.times_result._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "posix.times_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of times_result", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "posix.times_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.times_result._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.times_result._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.times_result._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "posix.times_result._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "posix.times_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of times_result", "ret_type": {".class": "TypeVarType", "fullname": "posix.times_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "posix.times_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "posix.times_result._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "posix.times_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of times_result", "ret_type": {".class": "TypeVarType", "fullname": "posix.times_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "posix.times_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["_self", "user", "system", "children_user", "children_system", "elapsed"], "flags": [], "fullname": "posix.times_result._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["_self", "user", "system", "children_user", "children_system", "elapsed"], "arg_types": [{".class": "TypeVarType", "fullname": "posix.times_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of times_result", "ret_type": {".class": "TypeVarType", "fullname": "posix.times_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "posix.times_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.times_result._source", "name": "_source", "type": "builtins.str"}}, "children_system": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "posix.times_result.children_system", "name": "children_system", "type": "builtins.float"}}, "children_system-redefinition": {".class": "SymbolTableNode", "cross_ref": "posix.times_result.children_system", "kind": "Mdef"}, "children_user": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "posix.times_result.children_user", "name": "children_user", "type": "builtins.float"}}, "children_user-redefinition": {".class": "SymbolTableNode", "cross_ref": "posix.times_result.children_user", "kind": "Mdef"}, "elapsed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "posix.times_result.elapsed", "name": "elapsed", "type": "builtins.float"}}, "elapsed-redefinition": {".class": "SymbolTableNode", "cross_ref": "posix.times_result.elapsed", "kind": "Mdef"}, "system": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "posix.times_result.system", "name": "system", "type": "builtins.float"}}, "system-redefinition": {".class": "SymbolTableNode", "cross_ref": "posix.times_result.system", "kind": "Mdef"}, "user": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "posix.times_result.user", "name": "user", "type": "builtins.float"}}, "user-redefinition": {".class": "SymbolTableNode", "cross_ref": "posix.times_result.user", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "uname_result": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "posix.uname_result", "name": "uname_result", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "posix.uname_result", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["sysname", "nodename", "release", "version", "machine"]}}, "module_name": "posix", "mro": ["posix.uname_result", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "posix.uname_result._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.uname_result.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.uname_result.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "sysname", "nodename", "release", "version", "machine"], "flags": [], "fullname": "posix.uname_result.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "sysname", "nodename", "release", "version", "machine"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "posix.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of uname_result", "ret_type": {".class": "TypeVarType", "fullname": "posix.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "posix.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "posix.uname_result._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "posix.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of uname_result", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "posix.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.uname_result._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.uname_result._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.uname_result._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "posix.uname_result._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "posix.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of uname_result", "ret_type": {".class": "TypeVarType", "fullname": "posix.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "posix.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "posix.uname_result._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "posix.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of uname_result", "ret_type": {".class": "TypeVarType", "fullname": "posix.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "posix.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["_self", "sysname", "nodename", "release", "version", "machine"], "flags": [], "fullname": "posix.uname_result._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["_self", "sysname", "nodename", "release", "version", "machine"], "arg_types": [{".class": "TypeVarType", "fullname": "posix.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of uname_result", "ret_type": {".class": "TypeVarType", "fullname": "posix.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "posix.uname_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.uname_result._source", "name": "_source", "type": "builtins.str"}}, "machine": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "posix.uname_result.machine", "name": "machine", "type": "builtins.str"}}, "machine-redefinition": {".class": "SymbolTableNode", "cross_ref": "posix.uname_result.machine", "kind": "Mdef"}, "nodename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "posix.uname_result.nodename", "name": "nodename", "type": "builtins.str"}}, "nodename-redefinition": {".class": "SymbolTableNode", "cross_ref": "posix.uname_result.nodename", "kind": "Mdef"}, "release": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "posix.uname_result.release", "name": "release", "type": "builtins.str"}}, "release-redefinition": {".class": "SymbolTableNode", "cross_ref": "posix.uname_result.release", "kind": "Mdef"}, "sysname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "posix.uname_result.sysname", "name": "sysname", "type": "builtins.str"}}, "sysname-redefinition": {".class": "SymbolTableNode", "cross_ref": "posix.uname_result.sysname", "kind": "Mdef"}, "version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "posix.uname_result.version", "name": "version", "type": "builtins.str"}}, "version-redefinition": {".class": "SymbolTableNode", "cross_ref": "posix.uname_result.version", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "waitid_result": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "posix.waitid_result", "name": "waitid_result", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "posix.waitid_result", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["si_pid", "si_uid", "si_signo", "si_status", "si_code"]}}, "module_name": "posix", "mro": ["posix.waitid_result", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "posix.waitid_result._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.waitid_result.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.waitid_result.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "si_pid", "si_uid", "si_signo", "si_status", "si_code"], "flags": [], "fullname": "posix.waitid_result.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "si_pid", "si_uid", "si_signo", "si_status", "si_code"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "posix.waitid_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of waitid_result", "ret_type": {".class": "TypeVarType", "fullname": "posix.waitid_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "posix.waitid_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "posix.waitid_result._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "posix.waitid_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of waitid_result", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "posix.waitid_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.waitid_result._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.waitid_result._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.waitid_result._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "posix.waitid_result._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "posix.waitid_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of waitid_result", "ret_type": {".class": "TypeVarType", "fullname": "posix.waitid_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "posix.waitid_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "posix.waitid_result._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "posix.waitid_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of waitid_result", "ret_type": {".class": "TypeVarType", "fullname": "posix.waitid_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "posix.waitid_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["_self", "si_pid", "si_uid", "si_signo", "si_status", "si_code"], "flags": [], "fullname": "posix.waitid_result._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["_self", "si_pid", "si_uid", "si_signo", "si_status", "si_code"], "arg_types": [{".class": "TypeVarType", "fullname": "posix.waitid_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of waitid_result", "ret_type": {".class": "TypeVarType", "fullname": "posix.waitid_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "posix.waitid_result._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "posix.waitid_result._source", "name": "_source", "type": "builtins.str"}}, "si_code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "posix.waitid_result.si_code", "name": "si_code", "type": "builtins.int"}}, "si_code-redefinition": {".class": "SymbolTableNode", "cross_ref": "posix.waitid_result.si_code", "kind": "Mdef"}, "si_pid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "posix.waitid_result.si_pid", "name": "si_pid", "type": "builtins.int"}}, "si_pid-redefinition": {".class": "SymbolTableNode", "cross_ref": "posix.waitid_result.si_pid", "kind": "Mdef"}, "si_signo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "posix.waitid_result.si_signo", "name": "si_signo", "type": "builtins.int"}}, "si_signo-redefinition": {".class": "SymbolTableNode", "cross_ref": "posix.waitid_result.si_signo", "kind": "Mdef"}, "si_status": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "posix.waitid_result.si_status", "name": "si_status", "type": "builtins.int"}}, "si_status-redefinition": {".class": "SymbolTableNode", "cross_ref": "posix.waitid_result.si_status", "kind": "Mdef"}, "si_uid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "posix.waitid_result.si_uid", "name": "si_uid", "type": "builtins.int"}}, "si_uid-redefinition": {".class": "SymbolTableNode", "cross_ref": "posix.waitid_result.si_uid", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/posix.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/posix.meta.json b/.mypy_cache/3.9/posix.meta.json deleted file mode 100644 index 22c278136..000000000 --- a/.mypy_cache/3.9/posix.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000169, "dep_lines": [1, 2, 3, 1, 1], "dep_prios": [10, 5, 5, 5, 30], "dependencies": ["sys", "os", "typing", "builtins", "abc"], "hash": "0cb73c9f800d85ff7a2d482ca568be34355fe185e171046b89d2a8116f3ffd81", "id": "posix", "ignore_all": true, "interface_hash": "215699097583cf7006d1a233630e2442f13e3d1720f55fc66801c261e68ab757", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/posix.pyi", "plugin_data": null, "size": 3006, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/posixpath.data.json b/.mypy_cache/3.9/posixpath.data.json deleted file mode 100644 index 89e23e32c..000000000 --- a/.mypy_cache/3.9/posixpath.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "posixpath", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AnyPath": {".class": "SymbolTableNode", "cross_ref": "_typeshed.AnyPath", "kind": "Gdef", "module_hidden": true, "module_public": false}, "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BytesPath": {".class": "SymbolTableNode", "cross_ref": "_typeshed.BytesPath", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PathLike": {".class": "SymbolTableNode", "cross_ref": "os.PathLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "StrPath": {".class": "SymbolTableNode", "cross_ref": "_typeshed.StrPath", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posixpath.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posixpath.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posixpath.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posixpath.__package__", "name": "__package__", "type": "builtins.str"}}, "abspath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "posixpath.abspath", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.abspath", "name": "abspath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "abspath", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "abspath", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.abspath", "name": "abspath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "abspath", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "abspath", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "abspath", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "abspath", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "altsep": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posixpath.altsep", "name": "altsep", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "basename": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "posixpath.basename", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["p"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.basename", "name": "basename", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "basename", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "basename", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["p"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.basename", "name": "basename", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "basename", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "basename", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "basename", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "basename", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "commonpath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "posixpath.commonpath", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["paths"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.commonpath", "name": "commonpath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["paths"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "commonpath", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "commonpath", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["paths"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.commonpath", "name": "commonpath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["paths"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.BytesPath"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "commonpath", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "commonpath", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["paths"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "commonpath", "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["paths"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.BytesPath"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "commonpath", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}]}}}, "commonprefix": {".class": "SymbolTableNode", "cross_ref": "genericpath.commonprefix", "kind": "Gdef"}, "curdir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posixpath.curdir", "name": "curdir", "type": "builtins.str"}}, "defpath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posixpath.defpath", "name": "defpath", "type": "builtins.str"}}, "devnull": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posixpath.devnull", "name": "devnull", "type": "builtins.str"}}, "dirname": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "posixpath.dirname", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["p"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.dirname", "name": "dirname", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dirname", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "dirname", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["p"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.dirname", "name": "dirname", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dirname", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "dirname", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dirname", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dirname", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "exists": {".class": "SymbolTableNode", "cross_ref": "genericpath.exists", "kind": "Gdef"}, "expanduser": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "posixpath.expanduser", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.expanduser", "name": "expanduser", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expanduser", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "expanduser", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.expanduser", "name": "expanduser", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expanduser", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "expanduser", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expanduser", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expanduser", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "expandvars": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "posixpath.expandvars", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.expandvars", "name": "expandvars", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expandvars", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "expandvars", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.expandvars", "name": "expandvars", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expandvars", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "expandvars", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expandvars", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expandvars", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "extsep": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posixpath.extsep", "name": "extsep", "type": "builtins.str"}}, "getatime": {".class": "SymbolTableNode", "cross_ref": "genericpath.getatime", "kind": "Gdef"}, "getctime": {".class": "SymbolTableNode", "cross_ref": "genericpath.getctime", "kind": "Gdef"}, "getmtime": {".class": "SymbolTableNode", "cross_ref": "genericpath.getmtime", "kind": "Gdef"}, "getsize": {".class": "SymbolTableNode", "cross_ref": "genericpath.getsize", "kind": "Gdef"}, "isabs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": [], "fullname": "posixpath.isabs", "name": "isabs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["s"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isabs", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isdir": {".class": "SymbolTableNode", "cross_ref": "genericpath.isdir", "kind": "Gdef"}, "isfile": {".class": "SymbolTableNode", "cross_ref": "genericpath.isfile", "kind": "Gdef"}, "islink": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "posixpath.islink", "name": "islink", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "islink", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "ismount": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "posixpath.ismount", "name": "ismount", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ismount", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "join": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "posixpath.join", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["a", "paths"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.join", "name": "join", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["a", "paths"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "join", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "join", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["a", "paths"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.join", "name": "join", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["a", "paths"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.BytesPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.BytesPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "join", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "join", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["a", "paths"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "join", "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["a", "paths"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.BytesPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.BytesPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "join", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}]}}}, "lexists": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "posixpath.lexists", "name": "lexists", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lexists", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "normcase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "posixpath.normcase", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.normcase", "name": "normcase", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normcase", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "normcase", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.normcase", "name": "normcase", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["s"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normcase", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "normcase", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normcase", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["s"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normcase", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "normpath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "posixpath.normpath", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.normpath", "name": "normpath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normpath", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "normpath", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.normpath", "name": "normpath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normpath", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "normpath", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normpath", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normpath", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "pardir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posixpath.pardir", "name": "pardir", "type": "builtins.str"}}, "pathsep": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posixpath.pathsep", "name": "pathsep", "type": "builtins.str"}}, "realpath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "posixpath.realpath", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["filename"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.realpath", "name": "realpath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["filename"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "realpath", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "realpath", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["filename"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.realpath", "name": "realpath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["filename"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "realpath", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "realpath", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["filename"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "realpath", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["filename"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "realpath", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "relpath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "posixpath.relpath", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["path", "start"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.relpath", "name": "relpath", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["path", "start"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.BytesPath"}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "relpath", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "relpath", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["path", "start"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.relpath", "name": "relpath", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["path", "start"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "relpath", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "relpath", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["path", "start"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.BytesPath"}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "relpath", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["path", "start"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "relpath", "ret_type": "builtins.str", "type_guard": null, "variables": []}]}}}, "samefile": {".class": "SymbolTableNode", "cross_ref": "genericpath.samefile", "kind": "Gdef"}, "sameopenfile": {".class": "SymbolTableNode", "cross_ref": "genericpath.sameopenfile", "kind": "Gdef"}, "samestat": {".class": "SymbolTableNode", "cross_ref": "genericpath.samestat", "kind": "Gdef"}, "sep": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posixpath.sep", "name": "sep", "type": "builtins.str"}}, "split": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "posixpath.split", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["p"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.split", "name": "split", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "split", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "split", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["p"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.split", "name": "split", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "split", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "split", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "split", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "split", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "splitdrive": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "posixpath.splitdrive", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["p"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.splitdrive", "name": "splitdrive", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "splitdrive", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "splitdrive", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["p"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.splitdrive", "name": "splitdrive", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "splitdrive", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "splitdrive", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "splitdrive", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "splitdrive", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "splitext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "posixpath.splitext", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["p"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.splitext", "name": "splitext", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "splitext", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "splitext", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["p"], "flags": ["is_overload", "is_decorated"], "fullname": "posixpath.splitext", "name": "splitext", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "splitext", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "splitext", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "splitext", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["p"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "splitext", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "supports_unicode_filenames": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "posixpath.supports_unicode_filenames", "name": "supports_unicode_filenames", "type": "builtins.bool"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/posixpath.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/posixpath.meta.json b/.mypy_cache/3.9/posixpath.meta.json deleted file mode 100644 index 8f1a29b82..000000000 --- a/.mypy_cache/3.9/posixpath.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 3, 16, 17, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 5, 30], "dependencies": ["sys", "_typeshed", "genericpath", "os", "typing", "builtins", "abc"], "hash": "6e183a799daec57995ea631ffd851228433407c18e027e087e918f5b661a0ce2", "id": "posixpath", "ignore_all": true, "interface_hash": "fc1d81f675b3783fa005b91bdf31b0aa4f2ac5d60b8367053a930aca0bb65845", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/posixpath.pyi", "plugin_data": null, "size": 2822, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/pprint.data.json b/.mypy_cache/3.9/pprint.data.json deleted file mode 100644 index 4c721bd14..000000000 --- a/.mypy_cache/3.9/pprint.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "pprint", "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}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PrettyPrinter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pprint.PrettyPrinter", "name": "PrettyPrinter", "type_vars": []}, "flags": [], "fullname": "pprint.PrettyPrinter", "metaclass_type": null, "metadata": {}, "module_name": "pprint", "mro": ["pprint.PrettyPrinter", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 5, 5], "arg_names": ["self", "indent", "width", "depth", "stream", "compact", "sort_dicts"], "flags": [], "fullname": "pprint.PrettyPrinter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 5, 5], "arg_names": ["self", "indent", "width", "depth", "stream", "compact", "sort_dicts"], "arg_types": ["pprint.PrettyPrinter", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PrettyPrinter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "object", "context", "maxlevels", "level"], "flags": [], "fullname": "pprint.PrettyPrinter.format", "name": "format", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "object", "context", "maxlevels", "level"], "arg_types": ["pprint.PrettyPrinter", "builtins.object", {".class": "Instance", "args": ["builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format of PrettyPrinter", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.bool", "builtins.bool"], "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": []}}}, "isreadable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "flags": [], "fullname": "pprint.PrettyPrinter.isreadable", "name": "isreadable", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "arg_types": ["pprint.PrettyPrinter", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isreadable of PrettyPrinter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isrecursive": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "flags": [], "fullname": "pprint.PrettyPrinter.isrecursive", "name": "isrecursive", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "arg_types": ["pprint.PrettyPrinter", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isrecursive of PrettyPrinter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "pformat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "flags": [], "fullname": "pprint.PrettyPrinter.pformat", "name": "pformat", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "arg_types": ["pprint.PrettyPrinter", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pformat of PrettyPrinter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "pprint": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "flags": [], "fullname": "pprint.PrettyPrinter.pprint", "name": "pprint", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "arg_types": ["pprint.PrettyPrinter", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pprint of PrettyPrinter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pprint.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pprint.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pprint.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pprint.__package__", "name": "__package__", "type": "builtins.str"}}, "isreadable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "pprint.isreadable", "name": "isreadable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isreadable", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isrecursive": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "pprint.isrecursive", "name": "isrecursive", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isrecursive", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "pformat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 5, 5], "arg_names": ["object", "indent", "width", "depth", "compact", "sort_dicts"], "flags": [], "fullname": "pprint.pformat", "name": "pformat", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 5, 5], "arg_names": ["object", "indent", "width", "depth", "compact", "sort_dicts"], "arg_types": ["builtins.object", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pformat", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "pp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 5, 5], "arg_names": ["object", "stream", "indent", "width", "depth", "compact", "sort_dicts"], "flags": [], "fullname": "pprint.pp", "name": "pp", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 5, 5], "arg_names": ["object", "stream", "indent", "width", "depth", "compact", "sort_dicts"], "arg_types": ["builtins.object", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pp", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pprint": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 5, 5], "arg_names": ["object", "stream", "indent", "width", "depth", "compact", "sort_dicts"], "flags": [], "fullname": "pprint.pprint", "name": "pprint", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 5, 5], "arg_names": ["object", "stream", "indent", "width", "depth", "compact", "sort_dicts"], "arg_types": ["builtins.object", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pprint", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "saferepr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "pprint.saferepr", "name": "saferepr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "saferepr", "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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/pprint.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/pprint.meta.json b/.mypy_cache/3.9/pprint.meta.json deleted file mode 100644 index f1584ef58..000000000 --- a/.mypy_cache/3.9/pprint.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "d76aa9594bd87e2883c58159d3d4b835f501c2c55a263645a1e1701103b32360", "id": "pprint", "ignore_all": true, "interface_hash": "c98dd687f3e46f5beb19f5b9a19825c82d8ca613769f6115868bd2b17745f6ed", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/pprint.pyi", "plugin_data": null, "size": 4231, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/py/__init__.data.json b/.mypy_cache/3.9/py/__init__.data.json deleted file mode 100644 index 52b426aad..000000000 --- a/.mypy_cache/3.9/py/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "py", "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}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.__package__", "name": "__package__", "type": "builtins.str"}}, "__version__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.__version__", "name": "__version__", "type": "builtins.str"}}, "apipkg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.apipkg", "name": "apipkg", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "builtin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.builtin", "name": "builtin", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "code": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.code", "name": "code", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "error": {".class": "SymbolTableNode", "cross_ref": "py.error", "kind": "Gdef", "module_public": false}, "iniconfig": {".class": "SymbolTableNode", "cross_ref": "py.iniconfig", "kind": "Gdef", "module_public": false}, "io": {".class": "SymbolTableNode", "cross_ref": "py.io", "kind": "Gdef", "module_public": false}, "log": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.log", "name": "log", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "path": {".class": "SymbolTableNode", "cross_ref": "py.path", "kind": "Gdef", "module_public": false}, "process": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.process", "name": "process", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "std": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.std", "name": "std", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "test": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.test", "name": "test", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "xml": {".class": "SymbolTableNode", "cross_ref": "py.xml", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/py/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/py/__init__.meta.json b/.mypy_cache/3.9/py/__init__.meta.json deleted file mode 100644 index 08ec3014f..000000000 --- a/.mypy_cache/3.9/py/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 5, 6, 7, 8, 9, 1, 1], "dep_prios": [5, 10, 10, 10, 10, 10, 5, 30], "dependencies": ["typing", "py.error", "py.iniconfig", "py.path", "py.io", "py.xml", "builtins", "abc"], "hash": "274a0d1771b4adc64be76d685f27d683b4f4e774a96f60e60797837b8d0b7296", "id": "py", "ignore_all": true, "interface_hash": "94c01346f3b8cf04c9c71114ff6079308bb253cbb842e3b30af3b655659cf3af", "mtime": 1607971617, "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_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/anaconda3/lib/python3.9/site-packages/py/__init__.pyi", "plugin_data": null, "size": 341, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/py/error.data.json b/.mypy_cache/3.9/py/error.data.json deleted file mode 100644 index ffa746b21..000000000 --- a/.mypy_cache/3.9/py/error.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "py.error", "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}, "E2BIG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.E2BIG", "name": "E2BIG", "type_vars": []}, "flags": [], "fullname": "py.error.E2BIG", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.E2BIG", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EACCES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EACCES", "name": "EACCES", "type_vars": []}, "flags": [], "fullname": "py.error.EACCES", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EACCES", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EADDRINUSE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EADDRINUSE", "name": "EADDRINUSE", "type_vars": []}, "flags": [], "fullname": "py.error.EADDRINUSE", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EADDRINUSE", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EADDRNOTAVAIL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EADDRNOTAVAIL", "name": "EADDRNOTAVAIL", "type_vars": []}, "flags": [], "fullname": "py.error.EADDRNOTAVAIL", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EADDRNOTAVAIL", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EADV": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EADV", "name": "EADV", "type_vars": []}, "flags": [], "fullname": "py.error.EADV", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EADV", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EAFNOSUPPORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EAFNOSUPPORT", "name": "EAFNOSUPPORT", "type_vars": []}, "flags": [], "fullname": "py.error.EAFNOSUPPORT", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EAFNOSUPPORT", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EAGAIN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EAGAIN", "name": "EAGAIN", "type_vars": []}, "flags": [], "fullname": "py.error.EAGAIN", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EAGAIN", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EALREADY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EALREADY", "name": "EALREADY", "type_vars": []}, "flags": [], "fullname": "py.error.EALREADY", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EALREADY", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EBADE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EBADE", "name": "EBADE", "type_vars": []}, "flags": [], "fullname": "py.error.EBADE", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EBADE", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EBADF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EBADF", "name": "EBADF", "type_vars": []}, "flags": [], "fullname": "py.error.EBADF", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EBADF", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EBADFD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EBADFD", "name": "EBADFD", "type_vars": []}, "flags": [], "fullname": "py.error.EBADFD", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EBADFD", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EBADMSG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EBADMSG", "name": "EBADMSG", "type_vars": []}, "flags": [], "fullname": "py.error.EBADMSG", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EBADMSG", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EBADR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EBADR", "name": "EBADR", "type_vars": []}, "flags": [], "fullname": "py.error.EBADR", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EBADR", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EBADRQC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EBADRQC", "name": "EBADRQC", "type_vars": []}, "flags": [], "fullname": "py.error.EBADRQC", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EBADRQC", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EBADSLT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EBADSLT", "name": "EBADSLT", "type_vars": []}, "flags": [], "fullname": "py.error.EBADSLT", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EBADSLT", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EBFONT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EBFONT", "name": "EBFONT", "type_vars": []}, "flags": [], "fullname": "py.error.EBFONT", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EBFONT", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EBUSY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EBUSY", "name": "EBUSY", "type_vars": []}, "flags": [], "fullname": "py.error.EBUSY", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EBUSY", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ECHILD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ECHILD", "name": "ECHILD", "type_vars": []}, "flags": [], "fullname": "py.error.ECHILD", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ECHILD", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ECHRNG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ECHRNG", "name": "ECHRNG", "type_vars": []}, "flags": [], "fullname": "py.error.ECHRNG", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ECHRNG", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ECOMM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ECOMM", "name": "ECOMM", "type_vars": []}, "flags": [], "fullname": "py.error.ECOMM", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ECOMM", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ECONNABORTED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ECONNABORTED", "name": "ECONNABORTED", "type_vars": []}, "flags": [], "fullname": "py.error.ECONNABORTED", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ECONNABORTED", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ECONNREFUSED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ECONNREFUSED", "name": "ECONNREFUSED", "type_vars": []}, "flags": [], "fullname": "py.error.ECONNREFUSED", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ECONNREFUSED", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ECONNRESET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ECONNRESET", "name": "ECONNRESET", "type_vars": []}, "flags": [], "fullname": "py.error.ECONNRESET", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ECONNRESET", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EDEADLCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EDEADLCK", "name": "EDEADLCK", "type_vars": []}, "flags": [], "fullname": "py.error.EDEADLCK", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EDEADLCK", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EDEADLOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EDEADLOCK", "name": "EDEADLOCK", "type_vars": []}, "flags": [], "fullname": "py.error.EDEADLOCK", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EDEADLOCK", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EDESTADDRREQ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EDESTADDRREQ", "name": "EDESTADDRREQ", "type_vars": []}, "flags": [], "fullname": "py.error.EDESTADDRREQ", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EDESTADDRREQ", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EDOM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EDOM", "name": "EDOM", "type_vars": []}, "flags": [], "fullname": "py.error.EDOM", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EDOM", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EDOTDOT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EDOTDOT", "name": "EDOTDOT", "type_vars": []}, "flags": [], "fullname": "py.error.EDOTDOT", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EDOTDOT", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EDQUOT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EDQUOT", "name": "EDQUOT", "type_vars": []}, "flags": [], "fullname": "py.error.EDQUOT", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EDQUOT", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EEXIST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EEXIST", "name": "EEXIST", "type_vars": []}, "flags": [], "fullname": "py.error.EEXIST", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EEXIST", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EFAULT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EFAULT", "name": "EFAULT", "type_vars": []}, "flags": [], "fullname": "py.error.EFAULT", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EFAULT", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EFBIG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EFBIG", "name": "EFBIG", "type_vars": []}, "flags": [], "fullname": "py.error.EFBIG", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EFBIG", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EHOSTDOWN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EHOSTDOWN", "name": "EHOSTDOWN", "type_vars": []}, "flags": [], "fullname": "py.error.EHOSTDOWN", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EHOSTDOWN", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EHOSTUNREACH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EHOSTUNREACH", "name": "EHOSTUNREACH", "type_vars": []}, "flags": [], "fullname": "py.error.EHOSTUNREACH", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EHOSTUNREACH", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EIDRM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EIDRM", "name": "EIDRM", "type_vars": []}, "flags": [], "fullname": "py.error.EIDRM", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EIDRM", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EILSEQ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EILSEQ", "name": "EILSEQ", "type_vars": []}, "flags": [], "fullname": "py.error.EILSEQ", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EILSEQ", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EINPROGRESS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EINPROGRESS", "name": "EINPROGRESS", "type_vars": []}, "flags": [], "fullname": "py.error.EINPROGRESS", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EINPROGRESS", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EINTR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EINTR", "name": "EINTR", "type_vars": []}, "flags": [], "fullname": "py.error.EINTR", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EINTR", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EINVAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EINVAL", "name": "EINVAL", "type_vars": []}, "flags": [], "fullname": "py.error.EINVAL", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EINVAL", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EIO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EIO", "name": "EIO", "type_vars": []}, "flags": [], "fullname": "py.error.EIO", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EIO", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EISCONN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EISCONN", "name": "EISCONN", "type_vars": []}, "flags": [], "fullname": "py.error.EISCONN", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EISCONN", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EISDIR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EISDIR", "name": "EISDIR", "type_vars": []}, "flags": [], "fullname": "py.error.EISDIR", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EISDIR", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EISNAM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EISNAM", "name": "EISNAM", "type_vars": []}, "flags": [], "fullname": "py.error.EISNAM", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EISNAM", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EL2HLT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EL2HLT", "name": "EL2HLT", "type_vars": []}, "flags": [], "fullname": "py.error.EL2HLT", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EL2HLT", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EL2NSYNC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EL2NSYNC", "name": "EL2NSYNC", "type_vars": []}, "flags": [], "fullname": "py.error.EL2NSYNC", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EL2NSYNC", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EL3HLT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EL3HLT", "name": "EL3HLT", "type_vars": []}, "flags": [], "fullname": "py.error.EL3HLT", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EL3HLT", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EL3RST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EL3RST", "name": "EL3RST", "type_vars": []}, "flags": [], "fullname": "py.error.EL3RST", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EL3RST", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ELIBACC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ELIBACC", "name": "ELIBACC", "type_vars": []}, "flags": [], "fullname": "py.error.ELIBACC", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ELIBACC", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ELIBBAD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ELIBBAD", "name": "ELIBBAD", "type_vars": []}, "flags": [], "fullname": "py.error.ELIBBAD", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ELIBBAD", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ELIBEXEC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ELIBEXEC", "name": "ELIBEXEC", "type_vars": []}, "flags": [], "fullname": "py.error.ELIBEXEC", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ELIBEXEC", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ELIBMAX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ELIBMAX", "name": "ELIBMAX", "type_vars": []}, "flags": [], "fullname": "py.error.ELIBMAX", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ELIBMAX", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ELIBSCN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ELIBSCN", "name": "ELIBSCN", "type_vars": []}, "flags": [], "fullname": "py.error.ELIBSCN", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ELIBSCN", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ELNRNG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ELNRNG", "name": "ELNRNG", "type_vars": []}, "flags": [], "fullname": "py.error.ELNRNG", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ELNRNG", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ELOOP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ELOOP", "name": "ELOOP", "type_vars": []}, "flags": [], "fullname": "py.error.ELOOP", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ELOOP", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EMFILE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EMFILE", "name": "EMFILE", "type_vars": []}, "flags": [], "fullname": "py.error.EMFILE", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EMFILE", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EMLINK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EMLINK", "name": "EMLINK", "type_vars": []}, "flags": [], "fullname": "py.error.EMLINK", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EMLINK", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EMSGSIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EMSGSIZE", "name": "EMSGSIZE", "type_vars": []}, "flags": [], "fullname": "py.error.EMSGSIZE", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EMSGSIZE", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EMULTIHOP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EMULTIHOP", "name": "EMULTIHOP", "type_vars": []}, "flags": [], "fullname": "py.error.EMULTIHOP", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EMULTIHOP", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENAMETOOLONG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENAMETOOLONG", "name": "ENAMETOOLONG", "type_vars": []}, "flags": [], "fullname": "py.error.ENAMETOOLONG", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENAMETOOLONG", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENAVAIL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENAVAIL", "name": "ENAVAIL", "type_vars": []}, "flags": [], "fullname": "py.error.ENAVAIL", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENAVAIL", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENETDOWN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENETDOWN", "name": "ENETDOWN", "type_vars": []}, "flags": [], "fullname": "py.error.ENETDOWN", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENETDOWN", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENETRESET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENETRESET", "name": "ENETRESET", "type_vars": []}, "flags": [], "fullname": "py.error.ENETRESET", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENETRESET", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENETUNREACH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENETUNREACH", "name": "ENETUNREACH", "type_vars": []}, "flags": [], "fullname": "py.error.ENETUNREACH", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENETUNREACH", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENFILE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENFILE", "name": "ENFILE", "type_vars": []}, "flags": [], "fullname": "py.error.ENFILE", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENFILE", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOANO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOANO", "name": "ENOANO", "type_vars": []}, "flags": [], "fullname": "py.error.ENOANO", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOANO", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOBUFS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOBUFS", "name": "ENOBUFS", "type_vars": []}, "flags": [], "fullname": "py.error.ENOBUFS", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOBUFS", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOCSI": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOCSI", "name": "ENOCSI", "type_vars": []}, "flags": [], "fullname": "py.error.ENOCSI", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOCSI", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENODATA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENODATA", "name": "ENODATA", "type_vars": []}, "flags": [], "fullname": "py.error.ENODATA", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENODATA", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENODEV": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENODEV", "name": "ENODEV", "type_vars": []}, "flags": [], "fullname": "py.error.ENODEV", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENODEV", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOENT", "name": "ENOENT", "type_vars": []}, "flags": [], "fullname": "py.error.ENOENT", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOENT", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOEXEC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOEXEC", "name": "ENOEXEC", "type_vars": []}, "flags": [], "fullname": "py.error.ENOEXEC", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOEXEC", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOLCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOLCK", "name": "ENOLCK", "type_vars": []}, "flags": [], "fullname": "py.error.ENOLCK", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOLCK", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOLINK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOLINK", "name": "ENOLINK", "type_vars": []}, "flags": [], "fullname": "py.error.ENOLINK", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOLINK", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOMEM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOMEM", "name": "ENOMEM", "type_vars": []}, "flags": [], "fullname": "py.error.ENOMEM", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOMEM", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOMSG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOMSG", "name": "ENOMSG", "type_vars": []}, "flags": [], "fullname": "py.error.ENOMSG", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOMSG", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENONET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENONET", "name": "ENONET", "type_vars": []}, "flags": [], "fullname": "py.error.ENONET", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENONET", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOPKG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOPKG", "name": "ENOPKG", "type_vars": []}, "flags": [], "fullname": "py.error.ENOPKG", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOPKG", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOPROTOOPT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOPROTOOPT", "name": "ENOPROTOOPT", "type_vars": []}, "flags": [], "fullname": "py.error.ENOPROTOOPT", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOPROTOOPT", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOSPC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOSPC", "name": "ENOSPC", "type_vars": []}, "flags": [], "fullname": "py.error.ENOSPC", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOSPC", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOSR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOSR", "name": "ENOSR", "type_vars": []}, "flags": [], "fullname": "py.error.ENOSR", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOSR", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOSTR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOSTR", "name": "ENOSTR", "type_vars": []}, "flags": [], "fullname": "py.error.ENOSTR", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOSTR", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOSYS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOSYS", "name": "ENOSYS", "type_vars": []}, "flags": [], "fullname": "py.error.ENOSYS", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOSYS", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOTBLK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOTBLK", "name": "ENOTBLK", "type_vars": []}, "flags": [], "fullname": "py.error.ENOTBLK", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOTBLK", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOTCONN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOTCONN", "name": "ENOTCONN", "type_vars": []}, "flags": [], "fullname": "py.error.ENOTCONN", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOTCONN", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOTDIR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOTDIR", "name": "ENOTDIR", "type_vars": []}, "flags": [], "fullname": "py.error.ENOTDIR", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOTDIR", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOTEMPTY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOTEMPTY", "name": "ENOTEMPTY", "type_vars": []}, "flags": [], "fullname": "py.error.ENOTEMPTY", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOTEMPTY", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOTNAM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOTNAM", "name": "ENOTNAM", "type_vars": []}, "flags": [], "fullname": "py.error.ENOTNAM", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOTNAM", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOTSOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOTSOCK", "name": "ENOTSOCK", "type_vars": []}, "flags": [], "fullname": "py.error.ENOTSOCK", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOTSOCK", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOTSUP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOTSUP", "name": "ENOTSUP", "type_vars": []}, "flags": [], "fullname": "py.error.ENOTSUP", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOTSUP", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOTTY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOTTY", "name": "ENOTTY", "type_vars": []}, "flags": [], "fullname": "py.error.ENOTTY", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOTTY", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENOTUNIQ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENOTUNIQ", "name": "ENOTUNIQ", "type_vars": []}, "flags": [], "fullname": "py.error.ENOTUNIQ", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENOTUNIQ", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ENXIO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ENXIO", "name": "ENXIO", "type_vars": []}, "flags": [], "fullname": "py.error.ENXIO", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ENXIO", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EOPNOTSUPP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EOPNOTSUPP", "name": "EOPNOTSUPP", "type_vars": []}, "flags": [], "fullname": "py.error.EOPNOTSUPP", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EOPNOTSUPP", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EOVERFLOW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EOVERFLOW", "name": "EOVERFLOW", "type_vars": []}, "flags": [], "fullname": "py.error.EOVERFLOW", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EOVERFLOW", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EPERM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EPERM", "name": "EPERM", "type_vars": []}, "flags": [], "fullname": "py.error.EPERM", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EPERM", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EPFNOSUPPORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EPFNOSUPPORT", "name": "EPFNOSUPPORT", "type_vars": []}, "flags": [], "fullname": "py.error.EPFNOSUPPORT", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EPFNOSUPPORT", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EPIPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EPIPE", "name": "EPIPE", "type_vars": []}, "flags": [], "fullname": "py.error.EPIPE", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EPIPE", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EPROTO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EPROTO", "name": "EPROTO", "type_vars": []}, "flags": [], "fullname": "py.error.EPROTO", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EPROTO", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EPROTONOSUPPORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EPROTONOSUPPORT", "name": "EPROTONOSUPPORT", "type_vars": []}, "flags": [], "fullname": "py.error.EPROTONOSUPPORT", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EPROTONOSUPPORT", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EPROTOTYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EPROTOTYPE", "name": "EPROTOTYPE", "type_vars": []}, "flags": [], "fullname": "py.error.EPROTOTYPE", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EPROTOTYPE", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ERANGE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ERANGE", "name": "ERANGE", "type_vars": []}, "flags": [], "fullname": "py.error.ERANGE", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ERANGE", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EREMCHG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EREMCHG", "name": "EREMCHG", "type_vars": []}, "flags": [], "fullname": "py.error.EREMCHG", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EREMCHG", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EREMOTE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EREMOTE", "name": "EREMOTE", "type_vars": []}, "flags": [], "fullname": "py.error.EREMOTE", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EREMOTE", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EREMOTEIO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EREMOTEIO", "name": "EREMOTEIO", "type_vars": []}, "flags": [], "fullname": "py.error.EREMOTEIO", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EREMOTEIO", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ERESTART": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ERESTART", "name": "ERESTART", "type_vars": []}, "flags": [], "fullname": "py.error.ERESTART", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ERESTART", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EROFS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EROFS", "name": "EROFS", "type_vars": []}, "flags": [], "fullname": "py.error.EROFS", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EROFS", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ESHUTDOWN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ESHUTDOWN", "name": "ESHUTDOWN", "type_vars": []}, "flags": [], "fullname": "py.error.ESHUTDOWN", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ESHUTDOWN", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ESOCKTNOSUPPORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ESOCKTNOSUPPORT", "name": "ESOCKTNOSUPPORT", "type_vars": []}, "flags": [], "fullname": "py.error.ESOCKTNOSUPPORT", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ESOCKTNOSUPPORT", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ESPIPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ESPIPE", "name": "ESPIPE", "type_vars": []}, "flags": [], "fullname": "py.error.ESPIPE", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ESPIPE", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ESRCH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ESRCH", "name": "ESRCH", "type_vars": []}, "flags": [], "fullname": "py.error.ESRCH", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ESRCH", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ESRMNT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ESRMNT", "name": "ESRMNT", "type_vars": []}, "flags": [], "fullname": "py.error.ESRMNT", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ESRMNT", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ESTALE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ESTALE", "name": "ESTALE", "type_vars": []}, "flags": [], "fullname": "py.error.ESTALE", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ESTALE", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ESTRPIPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ESTRPIPE", "name": "ESTRPIPE", "type_vars": []}, "flags": [], "fullname": "py.error.ESTRPIPE", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ESTRPIPE", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ETIME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ETIME", "name": "ETIME", "type_vars": []}, "flags": [], "fullname": "py.error.ETIME", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ETIME", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ETIMEDOUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ETIMEDOUT", "name": "ETIMEDOUT", "type_vars": []}, "flags": [], "fullname": "py.error.ETIMEDOUT", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ETIMEDOUT", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ETOOMANYREFS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ETOOMANYREFS", "name": "ETOOMANYREFS", "type_vars": []}, "flags": [], "fullname": "py.error.ETOOMANYREFS", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ETOOMANYREFS", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ETXTBSY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.ETXTBSY", "name": "ETXTBSY", "type_vars": []}, "flags": [], "fullname": "py.error.ETXTBSY", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.ETXTBSY", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EUCLEAN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EUCLEAN", "name": "EUCLEAN", "type_vars": []}, "flags": [], "fullname": "py.error.EUCLEAN", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EUCLEAN", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EUNATCH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EUNATCH", "name": "EUNATCH", "type_vars": []}, "flags": [], "fullname": "py.error.EUNATCH", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EUNATCH", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EUSERS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EUSERS", "name": "EUSERS", "type_vars": []}, "flags": [], "fullname": "py.error.EUSERS", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EUSERS", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EWOULDBLOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EWOULDBLOCK", "name": "EWOULDBLOCK", "type_vars": []}, "flags": [], "fullname": "py.error.EWOULDBLOCK", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EWOULDBLOCK", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EXDEV": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EXDEV", "name": "EXDEV", "type_vars": []}, "flags": [], "fullname": "py.error.EXDEV", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EXDEV", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EXFULL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.error.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.EXFULL", "name": "EXFULL", "type_vars": []}, "flags": [], "fullname": "py.error.EXFULL", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.EXFULL", "py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.error.Error", "name": "Error", "type_vars": []}, "flags": [], "fullname": "py.error.Error", "metaclass_type": null, "metadata": {}, "module_name": "py.error", "mro": ["py.error.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "py.error._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.error.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.error.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.error.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.error.__package__", "name": "__package__", "type": "builtins.str"}}, "checked_call": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["func", "args", "kwargs"], "flags": [], "fullname": "py.error.checked_call", "name": "checked_call", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["func", "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "py.error._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "checked_call", "ret_type": {".class": "TypeVarType", "fullname": "py.error._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "py.error._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/py/error.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/py/error.meta.json b/.mypy_cache/3.9/py/error.meta.json deleted file mode 100644 index 6fefe280e..000000000 --- a/.mypy_cache/3.9/py/error.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1], "dep_prios": [5, 5], "dependencies": ["typing", "builtins"], "hash": "7d039a1754cec7fa4ad52b6a582ffa77a0c01b34ae3c9eaf47a15dff9951a25d", "id": "py.error", "ignore_all": true, "interface_hash": "b565387ae1c70a7bb823d36a7a6046b319773241335a21564a67b4a21ce7c18e", "mtime": 1607971617, "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_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/anaconda3/lib/python3.9/site-packages/py/error.pyi", "plugin_data": null, "size": 3409, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/py/iniconfig.data.json b/.mypy_cache/3.9/py/iniconfig.data.json deleted file mode 100644 index adb40bb7d..000000000 --- a/.mypy_cache/3.9/py/iniconfig.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "py.iniconfig", "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}, "Final": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Final", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IniConfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.iniconfig.IniConfig", "name": "IniConfig", "type_vars": []}, "flags": [], "fullname": "py.iniconfig.IniConfig", "metaclass_type": null, "metadata": {}, "module_name": "py.iniconfig", "mro": ["py.iniconfig.IniConfig", "builtins.object"], "names": {".class": "SymbolTable", "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "py.iniconfig.IniConfig.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["py.iniconfig.IniConfig", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of IniConfig", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "py.iniconfig.IniConfig.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["py.iniconfig.IniConfig", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of IniConfig", "ret_type": "py.iniconfig.SectionWrapper", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "path", "data"], "flags": [], "fullname": "py.iniconfig.IniConfig.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "path", "data"], "arg_types": ["py.iniconfig.IniConfig", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of IniConfig", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.iniconfig.IniConfig.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["py.iniconfig.IniConfig"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of IniConfig", "ret_type": {".class": "Instance", "args": ["py.iniconfig.SectionWrapper"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "section", "name", "default", "convert"], "flags": [], "fullname": "py.iniconfig.IniConfig.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "section", "name", "default", "convert"], "arg_types": ["py.iniconfig.IniConfig", "builtins.str", "builtins.str", {".class": "TypeVarType", "fullname": "py.iniconfig._D", "id": -1, "name": "_D", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "py.iniconfig._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of IniConfig", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "py.iniconfig._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "py.iniconfig._D", "id": -1, "name": "_D", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "py.iniconfig._D", "id": -1, "name": "_D", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "py.iniconfig._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "lineof": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "section", "name"], "flags": [], "fullname": "py.iniconfig.IniConfig.lineof", "name": "lineof", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "section", "name"], "arg_types": ["py.iniconfig.IniConfig", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lineof of IniConfig", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.iniconfig.IniConfig.path", "name": "path", "type": "builtins.str"}}, "sections": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.iniconfig.IniConfig.sections", "name": "sections", "type": {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}], "type_ref": "typing.Mapping"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ParseError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.iniconfig.ParseError", "name": "ParseError", "type_vars": []}, "flags": [], "fullname": "py.iniconfig.ParseError", "metaclass_type": null, "metadata": {}, "module_name": "py.iniconfig", "mro": ["py.iniconfig.ParseError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.iniconfig.ParseError.lineno", "name": "lineno", "type": "builtins.int"}}, "msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.iniconfig.ParseError.msg", "name": "msg", "type": "builtins.str"}}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.iniconfig.ParseError.path", "name": "path", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SectionWrapper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.iniconfig.SectionWrapper", "name": "SectionWrapper", "type_vars": []}, "flags": [], "fullname": "py.iniconfig.SectionWrapper", "metaclass_type": null, "metadata": {}, "module_name": "py.iniconfig", "mro": ["py.iniconfig.SectionWrapper", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "py.iniconfig.SectionWrapper.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["py.iniconfig.SectionWrapper", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of SectionWrapper", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.iniconfig.SectionWrapper.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["py.iniconfig.SectionWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of SectionWrapper", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "config": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.iniconfig.SectionWrapper.config", "name": "config", "type": "py.iniconfig.IniConfig"}}, "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "key", "default", "convert"], "flags": [], "fullname": "py.iniconfig.SectionWrapper.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "key", "default", "convert"], "arg_types": ["py.iniconfig.SectionWrapper", "builtins.str", {".class": "TypeVarType", "fullname": "py.iniconfig._D", "id": -1, "name": "_D", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "py.iniconfig._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of SectionWrapper", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "py.iniconfig._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "py.iniconfig._D", "id": -1, "name": "_D", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "py.iniconfig._D", "id": -1, "name": "_D", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "py.iniconfig._T", "id": -2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "items": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.iniconfig.SectionWrapper.items", "name": "items", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.iniconfig.SectionWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "items of SectionWrapper", "ret_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"}}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "lineof": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "py.iniconfig.SectionWrapper.lineof", "name": "lineof", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["py.iniconfig.SectionWrapper", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lineof of SectionWrapper", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.iniconfig.SectionWrapper.name", "name": "name", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "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}, "_D": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "py.iniconfig._D", "name": "_D", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "py.iniconfig._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.iniconfig.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.iniconfig.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.iniconfig.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.iniconfig.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/py/iniconfig.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/py/iniconfig.meta.json b/.mypy_cache/3.9/py/iniconfig.meta.json deleted file mode 100644 index 3c8448ee3..000000000 --- a/.mypy_cache/3.9/py/iniconfig.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [5, 5, 5, 30], "dependencies": ["typing", "typing_extensions", "builtins", "abc"], "hash": "fb828e72dceadbca214664d9b2a947e9aca5c85aac34ac58aad93576d7b2a62e", "id": "py.iniconfig", "ignore_all": true, "interface_hash": "9293719e37ccd18fd460e85a90fff0bb4c83dc16923d0b3f8c501eafea4a79fc", "mtime": 1607971617, "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_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/anaconda3/lib/python3.9/site-packages/py/iniconfig.pyi", "plugin_data": null, "size": 1205, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/py/io.data.json b/.mypy_cache/3.9/py/io.data.json deleted file mode 100644 index 2d8ad3c93..000000000 --- a/.mypy_cache/3.9/py/io.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "py.io", "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}, "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BytesIO": {".class": "SymbolTableNode", "cross_ref": "io.BytesIO", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "FDCapture": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.io.FDCapture", "name": "FDCapture", "type_vars": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, "flags": [], "fullname": "py.io.FDCapture", "metaclass_type": null, "metadata": {}, "module_name": "py.io", "mro": ["py.io.FDCapture", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "targetfd", "tmpfile", "now", "patchsys"], "flags": [], "fullname": "py.io.FDCapture.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "targetfd", "tmpfile", "now", "patchsys"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "py.io.FDCapture"}, "builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FDCapture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "done": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.io.FDCapture.done", "name": "done", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "py.io.FDCapture"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "done of FDCapture", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}}}, "start": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.io.FDCapture.start", "name": "start", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "py.io.FDCapture"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "start of FDCapture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "writeorg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "flags": [], "fullname": "py.io.FDCapture.writeorg", "name": "writeorg", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "py.io.FDCapture"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writeorg of FDCapture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["AnyStr"], "typeddict_type": null}}, "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}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "StdCapture": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.io.StdCapture", "name": "StdCapture", "type_vars": []}, "flags": [], "fullname": "py.io.StdCapture", "metaclass_type": null, "metadata": {}, "module_name": "py.io", "mro": ["py.io.StdCapture", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "out", "err", "in_", "mixed", "now"], "flags": [], "fullname": "py.io.StdCapture.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "out", "err", "in_", "mixed", "now"], "arg_types": ["py.io.StdCapture", {".class": "UnionType", "items": ["builtins.bool", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}]}, "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of StdCapture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["cls", "func", "args", "kwargs"], "flags": ["is_class", "is_decorated"], "fullname": "py.io.StdCapture.call", "name": "call", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["cls", "func", "args", "kwargs"], "arg_types": [{".class": "TypeType", "item": "py.io.StdCapture"}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "py.io._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".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": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "call of StdCapture", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "py.io._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "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_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "py.io._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "call", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["cls", "func", "args", "kwargs"], "arg_types": [{".class": "TypeType", "item": "py.io.StdCapture"}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "py.io._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".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": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "call of StdCapture", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "py.io._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "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_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "py.io._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "done": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "save"], "flags": [], "fullname": "py.io.StdCapture.done", "name": "done", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "save"], "arg_types": ["py.io.StdCapture", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "done of StdCapture", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}], "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": []}}}, "readouterr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.io.StdCapture.readouterr", "name": "readouterr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.io.StdCapture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readouterr of StdCapture", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}], "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": []}}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.io.StdCapture.reset", "name": "reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.io.StdCapture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset of StdCapture", "ret_type": {".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_guard": null, "variables": []}}}, "resume": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.io.StdCapture.resume", "name": "resume", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.io.StdCapture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resume of StdCapture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "startall": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.io.StdCapture.startall", "name": "startall", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.io.StdCapture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "startall of StdCapture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "suspend": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.io.StdCapture.suspend", "name": "suspend", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.io.StdCapture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "suspend of StdCapture", "ret_type": {".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_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "StdCaptureFD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.io.StdCaptureFD", "name": "StdCaptureFD", "type_vars": []}, "flags": [], "fullname": "py.io.StdCaptureFD", "metaclass_type": null, "metadata": {}, "module_name": "py.io", "mro": ["py.io.StdCaptureFD", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out", "err", "mixed", "in_", "patchsys", "now"], "flags": [], "fullname": "py.io.StdCaptureFD.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out", "err", "mixed", "in_", "patchsys", "now"], "arg_types": ["py.io.StdCaptureFD", {".class": "UnionType", "items": ["builtins.bool", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of StdCaptureFD", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["cls", "func", "args", "kwargs"], "flags": ["is_class", "is_decorated"], "fullname": "py.io.StdCaptureFD.call", "name": "call", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["cls", "func", "args", "kwargs"], "arg_types": [{".class": "TypeType", "item": "py.io.StdCaptureFD"}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "py.io._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".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": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "call of StdCaptureFD", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "py.io._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "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_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "py.io._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "call", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["cls", "func", "args", "kwargs"], "arg_types": [{".class": "TypeType", "item": "py.io.StdCaptureFD"}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "py.io._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".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": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "call of StdCaptureFD", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "py.io._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "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_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "py.io._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "done": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "save"], "flags": [], "fullname": "py.io.StdCaptureFD.done", "name": "done", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "save"], "arg_types": ["py.io.StdCaptureFD", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "done of StdCaptureFD", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}], "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": []}}}, "readouterr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.io.StdCaptureFD.readouterr", "name": "readouterr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.io.StdCaptureFD"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readouterr of StdCaptureFD", "ret_type": {".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_guard": null, "variables": []}}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.io.StdCaptureFD.reset", "name": "reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.io.StdCaptureFD"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset of StdCaptureFD", "ret_type": {".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_guard": null, "variables": []}}}, "resume": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.io.StdCaptureFD.resume", "name": "resume", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.io.StdCaptureFD"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resume of StdCaptureFD", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "startall": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.io.StdCaptureFD.startall", "name": "startall", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.io.StdCaptureFD"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "startall of StdCaptureFD", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "suspend": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.io.StdCaptureFD.suspend", "name": "suspend", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.io.StdCaptureFD"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "suspend of StdCaptureFD", "ret_type": {".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_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TerminalWriter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.io.TerminalWriter", "name": "TerminalWriter", "type_vars": []}, "flags": [], "fullname": "py.io.TerminalWriter", "metaclass_type": null, "metadata": {}, "module_name": "py.io", "mro": ["py.io.TerminalWriter", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "file", "stringio", "encoding"], "flags": [], "fullname": "py.io.TerminalWriter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "file", "stringio", "encoding"], "arg_types": ["py.io.TerminalWriter", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TerminalWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "chars_on_current_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "py.io.TerminalWriter.chars_on_current_line", "name": "chars_on_current_line", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.io.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "chars_on_current_line of TerminalWriter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "chars_on_current_line", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.io.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "chars_on_current_line of TerminalWriter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "encoding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.io.TerminalWriter.encoding", "name": "encoding", "type": "builtins.str"}}, "fullwidth": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "py.io.TerminalWriter.fullwidth", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "py.io.TerminalWriter.fullwidth", "name": "fullwidth", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.io.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fullwidth of TerminalWriter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "fullwidth", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.io.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fullwidth of TerminalWriter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "py.io.TerminalWriter.fullwidth", "name": "fullwidth", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["py.io.TerminalWriter", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fullwidth of TerminalWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fullwidth", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.io.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fullwidth of TerminalWriter", "ret_type": "builtins.int", "type_guard": null, "variables": []}]}}}, "hasmarkup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "py.io.TerminalWriter.hasmarkup", "name": "hasmarkup", "type": "builtins.bool"}}, "line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "s", "black", "red", "green", "yellow", "blue", "purple", "cyan", "white", "Black", "Red", "Green", "Yellow", "Blue", "Purple", "Cyan", "White", "bold", "light", "blink", "invert"], "flags": [], "fullname": "py.io.TerminalWriter.line", "name": "line", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "s", "black", "red", "green", "yellow", "blue", "purple", "cyan", "white", "Black", "Red", "Green", "Yellow", "Blue", "Purple", "Cyan", "White", "bold", "light", "blink", "invert"], "arg_types": ["py.io.TerminalWriter", "builtins.str", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "line of TerminalWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "markup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "text", "black", "red", "green", "yellow", "blue", "purple", "cyan", "white", "Black", "Red", "Green", "Yellow", "Blue", "Purple", "Cyan", "White", "bold", "light", "blink", "invert"], "flags": [], "fullname": "py.io.TerminalWriter.markup", "name": "markup", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "text", "black", "red", "green", "yellow", "blue", "purple", "cyan", "white", "Black", "Red", "Green", "Yellow", "Blue", "Purple", "Cyan", "White", "bold", "light", "blink", "invert"], "arg_types": ["py.io.TerminalWriter", "builtins.str", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "markup of TerminalWriter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "reline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "line", "black", "red", "green", "yellow", "blue", "purple", "cyan", "white", "Black", "Red", "Green", "Yellow", "Blue", "Purple", "Cyan", "White", "bold", "light", "blink", "invert"], "flags": [], "fullname": "py.io.TerminalWriter.reline", "name": "reline", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "line", "black", "red", "green", "yellow", "blue", "purple", "cyan", "white", "Black", "Red", "Green", "Yellow", "Blue", "Purple", "Cyan", "White", "bold", "light", "blink", "invert"], "arg_types": ["py.io.TerminalWriter", "builtins.str", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reline of TerminalWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sep": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "sepchar", "title", "fullwidth", "black", "red", "green", "yellow", "blue", "purple", "cyan", "white", "Black", "Red", "Green", "Yellow", "Blue", "Purple", "Cyan", "White", "bold", "light", "blink", "invert"], "flags": [], "fullname": "py.io.TerminalWriter.sep", "name": "sep", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "sepchar", "title", "fullwidth", "black", "red", "green", "yellow", "blue", "purple", "cyan", "white", "Black", "Red", "Green", "Yellow", "Blue", "Purple", "Cyan", "White", "bold", "light", "blink", "invert"], "arg_types": ["py.io.TerminalWriter", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sep of TerminalWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "stringio": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "py.io.TerminalWriter.stringio", "name": "stringio", "type": "io.StringIO"}}, "width_of_current_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "py.io.TerminalWriter.width_of_current_line", "name": "width_of_current_line", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.io.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "width_of_current_line of TerminalWriter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "width_of_current_line", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.io.TerminalWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "width_of_current_line of TerminalWriter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "msg", "black", "red", "green", "yellow", "blue", "purple", "cyan", "white", "Black", "Red", "Green", "Yellow", "Blue", "Purple", "Cyan", "White", "bold", "light", "blink", "invert"], "flags": [], "fullname": "py.io.TerminalWriter.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "msg", "black", "red", "green", "yellow", "blue", "purple", "cyan", "white", "Black", "Red", "Green", "Yellow", "Blue", "Purple", "Cyan", "White", "bold", "light", "blink", "invert"], "arg_types": ["py.io.TerminalWriter", "builtins.str", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of TerminalWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TextIO": {".class": "SymbolTableNode", "cross_ref": "io.StringIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "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}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "py.io._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.io.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.io.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.io.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.io.__package__", "name": "__package__", "type": "builtins.str"}}, "ansi_print": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["text", "esc", "file", "newline", "flush"], "flags": [], "fullname": "py.io.ansi_print", "name": "ansi_print", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["text", "esc", "file", "newline", "flush"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.str"]}, {".class": "UnionType", "items": ["builtins.str", "builtins.str", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.str"]}], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ansi_print", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dupfile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["f", "mode", "buffering", "raising", "encoding"], "flags": [], "fullname": "py.io.dupfile", "name": "dupfile", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["f", "mode", "buffering", "raising", "encoding"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dupfile", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "get_terminal_width": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "py.io.get_terminal_width", "name": "get_terminal_width", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_terminal_width", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "saferepr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["obj", "maxsize"], "flags": [], "fullname": "py.io.saferepr", "name": "saferepr", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["obj", "maxsize"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "saferepr", "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/anaconda3/lib/python3.9/site-packages/py/io.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/py/io.meta.json b/.mypy_cache/3.9/py/io.meta.json deleted file mode 100644 index 2f63bc381..000000000 --- a/.mypy_cache/3.9/py/io.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 3, 4, 5, 1, 1], "dep_prios": [5, 5, 5, 10, 5, 30], "dependencies": ["io", "typing", "typing_extensions", "sys", "builtins", "abc"], "hash": "9ee0b744854c5cea7ec6c69705b3d83591f1cdc0841e00dd2294bdc9198947e8", "id": "py.io", "ignore_all": true, "interface_hash": "04b919224b4510ff4e528921e357df64798ecccb52028ef86eff0769c1f7667e", "mtime": 1607971617, "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_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/anaconda3/lib/python3.9/site-packages/py/io.pyi", "plugin_data": null, "size": 5277, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/py/path.data.json b/.mypy_cache/3.9/py/path.data.json deleted file mode 100644 index d954cdf2e..000000000 --- a/.mypy_cache/3.9/py/path.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "py.path", "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}, "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ContextManager": {".class": "SymbolTableNode", "cross_ref": "typing.ContextManager", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SvnAuth": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.path.SvnAuth", "name": "SvnAuth", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_FNMatcher": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.path._FNMatcher", "name": "_FNMatcher", "type_vars": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, "flags": [], "fullname": "py.path._FNMatcher", "metaclass_type": null, "metadata": {}, "module_name": "py.path", "mro": ["py.path._FNMatcher", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "py.path._FNMatcher.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "py.path._FNMatcher"}, "py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FNMatcher", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "pattern"], "flags": [], "fullname": "py.path._FNMatcher.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "pattern"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "py.path._FNMatcher"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _FNMatcher", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pattern": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "py.path._FNMatcher.pattern", "name": "pattern", "type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}}}}, "tuple_type": null, "type_vars": ["AnyStr"], "typeddict_type": null}}, "_PathLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "py.path._PathLike", "line": 48, "no_args": true, "normalized": false, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "os.PathLike"}}}, "_PathType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "py.path._PathType", "line": 52, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "os.PathLike"}, "py.path.local"]}}}, "_Stat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.path._Stat", "name": "_Stat", "type_vars": []}, "flags": [], "fullname": "py.path._Stat", "metaclass_type": null, "metadata": {}, "module_name": "py.path", "mro": ["py.path._Stat", "builtins.object"], "names": {".class": "SymbolTable", "atime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.atime", "name": "atime", "type": "builtins.float"}}, "atime_ns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.atime_ns", "name": "atime_ns", "type": "builtins.int"}}, "birthtime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.birthtime", "name": "birthtime", "type": "builtins.int"}}, "blksize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.blksize", "name": "blksize", "type": "builtins.int"}}, "blocks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.blocks", "name": "blocks", "type": "builtins.int"}}, "creator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.creator", "name": "creator", "type": "builtins.int"}}, "ctime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.ctime", "name": "ctime", "type": "builtins.float"}}, "ctime_ns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.ctime_ns", "name": "ctime_ns", "type": "builtins.int"}}, "dev": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.dev", "name": "dev", "type": "builtins.int"}}, "flags": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.flags", "name": "flags", "type": "builtins.int"}}, "gen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.gen", "name": "gen", "type": "builtins.int"}}, "gid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.gid", "name": "gid", "type": "builtins.int"}}, "group": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "py.path._Stat.group", "name": "group", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path._Stat"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "group of _Stat", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "group", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path._Stat"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "group of _Stat", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "ino": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.ino", "name": "ino", "type": "builtins.int"}}, "isdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path._Stat.isdir", "name": "isdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path._Stat"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isdir of _Stat", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path._Stat.isfile", "name": "isfile", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path._Stat"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isfile of _Stat", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "islink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path._Stat.islink", "name": "islink", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path._Stat"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "islink of _Stat", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.mode", "name": "mode", "type": "builtins.int"}}, "mtime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.mtime", "name": "mtime", "type": "builtins.float"}}, "mtime_ns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.mtime_ns", "name": "mtime_ns", "type": "builtins.int"}}, "nlink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.nlink", "name": "nlink", "type": "builtins.int"}}, "owner": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "py.path._Stat.owner", "name": "owner", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path._Stat"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "owner of _Stat", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "owner", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path._Stat"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "owner of _Stat", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "is_ready"], "fullname": "py.path._Stat.path", "name": "path", "type": "py.path.local"}}, "rdev": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.rdev", "name": "rdev", "type": "builtins.int"}}, "rsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.rsize", "name": "rsize", "type": "builtins.int"}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.size", "name": "size", "type": "builtins.int"}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.type", "name": "type", "type": "builtins.int"}}, "uid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.uid", "name": "uid", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.path.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.path.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.path.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.path.__package__", "name": "__package__", "type": "builtins.str"}}, "local": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.path.local", "name": "local", "type_vars": []}, "flags": [], "fullname": "py.path.local", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "py.path", "mro": ["py.path.local", "os.PathLike", "builtins.object"], "names": {".class": "SymbolTable", "ImportMismatchError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ImportError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.path.local.ImportMismatchError", "name": "ImportMismatchError", "type_vars": []}, "flags": [], "fullname": "py.path.local.ImportMismatchError", "metaclass_type": null, "metadata": {}, "module_name": "py.path", "mro": ["py.path.local.ImportMismatchError", "builtins.ImportError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "py.path.local.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["py.path.local", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "__cmp__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "py.path.local.__cmp__", "name": "__cmp__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["py.path.local", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__cmp__ of local", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__div__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "py.path.local.__div__", "name": "__div__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["py.path.local", {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__div__ of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "py.path.local.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["py.path.local", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of local", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__fspath__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.__fspath__", "name": "__fspath__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__fspath__ of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "py.path.local.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["py.path.local", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of local", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of local", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "path", "expanduser"], "flags": [], "fullname": "py.path.local.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "path", "expanduser"], "arg_types": ["py.path.local", {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "py.path.local.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["py.path.local", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of local", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "py.path.local.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["py.path.local", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of local", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "py.path.local.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["py.path.local", {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "as_cwd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.as_cwd", "name": "as_cwd", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "as_cwd of local", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}], "type_ref": "typing.ContextManager"}, "type_guard": null, "variables": []}}}, "atime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.atime", "name": "atime", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atime of local", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "basename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "py.path.local.basename", "name": "basename", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "basename of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "basename", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "basename of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "bestrelpath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dest"], "flags": [], "fullname": "py.path.local.bestrelpath", "name": "bestrelpath", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dest"], "arg_types": ["py.path.local", "py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bestrelpath of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "chdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.chdir", "name": "chdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "chdir of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "basename", "notbasename", "basestarts", "notbasestarts", "dir", "notdir", "dotfile", "notdotfile", "endswith", "notendswith", "exists", "notexists", "ext", "notext", "file", "notfile", "fnmatch", "notfnmatch", "link", "notlink", "relto", "notrelto"], "flags": [], "fullname": "py.path.local.check", "name": "check", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "basename", "notbasename", "basestarts", "notbasestarts", "dir", "notdir", "dotfile", "notdotfile", "endswith", "notendswith", "exists", "notexists", "ext", "notext", "file", "notfile", "fnmatch", "notfnmatch", "link", "notlink", "relto", "notrelto"], "arg_types": ["py.path.local", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check of local", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "chmod": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "mode", "rec"], "flags": [], "fullname": "py.path.local.chmod", "name": "chmod", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "mode", "rec"], "arg_types": ["py.path.local", "builtins.int", {".class": "UnionType", "items": ["builtins.int", "builtins.str", "builtins.str", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "chmod of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "chown": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "user", "group", "rec"], "flags": [], "fullname": "py.path.local.chown", "name": "chown", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "user", "group", "rec"], "arg_types": ["py.path.local", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}, {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "chown of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "common": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "py.path.local.common", "name": "common", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["py.path.local", "py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "common of local", "ret_type": {".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "computehash": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "hashtype", "chunksize"], "flags": [], "fullname": "py.path.local.computehash", "name": "computehash", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "hashtype", "chunksize"], "arg_types": ["py.path.local", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "computehash of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "target", "mode", "stat"], "flags": [], "fullname": "py.path.local.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "target", "mode", "stat"], "arg_types": ["py.path.local", "py.path.local", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dirname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "py.path.local.dirname", "name": "dirname", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dirname of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "dirname", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dirname of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "dirpath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "abs"], "flags": [], "fullname": "py.path.local.dirpath", "name": "dirpath", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "abs"], "arg_types": ["py.path.local", {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dirpath of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "dump": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "bin"], "flags": [], "fullname": "py.path.local.dump", "name": "dump", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "bin"], "arg_types": ["py.path.local", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dump of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "ensure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "dir"], "flags": [], "fullname": "py.path.local.ensure", "name": "ensure", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "dir"], "arg_types": ["py.path.local", {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ensure of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "ensure_dir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "py.path.local.ensure_dir", "name": "ensure_dir", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["py.path.local", {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ensure_dir of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "exists": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.exists", "name": "exists", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exists of local", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "ext": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "py.path.local.ext", "name": "ext", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ext of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "ext", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ext of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "fnmatch": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "pattern"], "flags": [], "fullname": "py.path.local.fnmatch", "name": "fnmatch", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "pattern"], "arg_types": ["py.path.local", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fnmatch of local", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "get_temproot": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_class", "is_decorated"], "fullname": "py.path.local.get_temproot", "name": "get_temproot", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "py.path.local"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_temproot of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "get_temproot", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "py.path.local"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_temproot of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}}, "isdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.isdir", "name": "isdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isdir of local", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.isfile", "name": "isfile", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isfile of local", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "islink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.islink", "name": "islink", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "islink of local", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "join": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "abs"], "flags": [], "fullname": "py.path.local.join", "name": "join", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "abs"], "arg_types": ["py.path.local", {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "join of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "listdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "fil", "sort"], "flags": [], "fullname": "py.path.local.listdir", "name": "listdir", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "fil", "sort"], "arg_types": ["py.path.local", {".class": "UnionType", "items": ["builtins.str", "builtins.str", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "listdir of local", "ret_type": {".class": "Instance", "args": ["py.path.local"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "load": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.load", "name": "load", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load of local", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "lstat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.lstat", "name": "lstat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lstat of local", "ret_type": "py.path._Stat", "type_guard": null, "variables": []}}}, "make_numbered_dir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["cls", "prefix", "rootdir", "keep", "lock_timeout"], "flags": ["is_class", "is_decorated"], "fullname": "py.path.local.make_numbered_dir", "name": "make_numbered_dir", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["cls", "prefix", "rootdir", "keep", "lock_timeout"], "arg_types": [{".class": "TypeType", "item": "py.path.local"}, "builtins.str", {".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "make_numbered_dir of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "make_numbered_dir", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["cls", "prefix", "rootdir", "keep", "lock_timeout"], "arg_types": [{".class": "TypeType", "item": "py.path.local"}, "builtins.str", {".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "make_numbered_dir of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}}, "mkdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "py.path.local.mkdir", "name": "mkdir", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["py.path.local", {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkdir of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "mkdtemp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["cls", "rootdir"], "flags": ["is_class", "is_decorated"], "fullname": "py.path.local.mkdtemp", "name": "mkdtemp", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["cls", "rootdir"], "arg_types": [{".class": "TypeType", "item": "py.path.local"}, {".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkdtemp of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "mkdtemp", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["cls", "rootdir"], "arg_types": [{".class": "TypeType", "item": "py.path.local"}, {".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkdtemp of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}}, "mklinkto": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "oldname"], "flags": [], "fullname": "py.path.local.mklinkto", "name": "mklinkto", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "oldname"], "arg_types": ["py.path.local", {".class": "UnionType", "items": ["builtins.str", "py.path.local"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mklinkto of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "mksymlinkto": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "value", "absolute"], "flags": [], "fullname": "py.path.local.mksymlinkto", "name": "mksymlinkto", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "value", "absolute"], "arg_types": ["py.path.local", "py.path.local", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mksymlinkto of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "move": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "target"], "flags": [], "fullname": "py.path.local.move", "name": "move", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "target"], "arg_types": ["py.path.local", "py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "move of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "mtime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.mtime", "name": "mtime", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mtime of local", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "new": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["self", "drive", "dirname", "basename", "purebasename", "ext"], "flags": [], "fullname": "py.path.local.new", "name": "new", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["self", "drive", "dirname", "basename", "purebasename", "ext"], "arg_types": ["py.path.local", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "open": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "mode", "ensure", "encoding"], "flags": [], "fullname": "py.path.local.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "mode", "ensure", "encoding"], "arg_types": ["py.path.local", "builtins.str", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of local", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}}}, "parts": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "reverse"], "flags": [], "fullname": "py.path.local.parts", "name": "parts", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "reverse"], "arg_types": ["py.path.local", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parts of local", "ret_type": {".class": "Instance", "args": ["py.path.local"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "purebasename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "py.path.local.purebasename", "name": "purebasename", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "purebasename of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "purebasename", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "purebasename of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "pyimport": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "modname", "ensuresyspath"], "flags": [], "fullname": "py.path.local.pyimport", "name": "pyimport", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "modname", "ensuresyspath"], "arg_types": ["py.path.local", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "LiteralType", "fallback": "builtins.str", "value": "append"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "importlib"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pyimport of local", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "pypkgpath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.pypkgpath", "name": "pypkgpath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pypkgpath of local", "ret_type": {".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "mode"], "flags": [], "fullname": "py.path.local.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "mode"], "arg_types": ["py.path.local", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of local", "ret_type": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "type_guard": null, "variables": []}}}, "read_binary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.read_binary", "name": "read_binary", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_binary of local", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "read_text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "encoding"], "flags": [], "fullname": "py.path.local.read_text", "name": "read_text", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "encoding"], "arg_types": ["py.path.local", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_text of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "readlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "cr"], "flags": [], "fullname": "py.path.local.readlines", "name": "readlines", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "cr"], "arg_types": ["py.path.local", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readlines of local", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "readlink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.readlink", "name": "readlink", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readlink of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "realpath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.realpath", "name": "realpath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "realpath of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "relto": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "relpath"], "flags": [], "fullname": "py.path.local.relto", "name": "relto", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "relpath"], "arg_types": ["py.path.local", {".class": "UnionType", "items": ["builtins.str", "py.path.local"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "relto of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "remove": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "rec", "ignore_errors"], "flags": [], "fullname": "py.path.local.remove", "name": "remove", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "rec", "ignore_errors"], "arg_types": ["py.path.local", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "rename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "target"], "flags": [], "fullname": "py.path.local.rename", "name": "rename", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "target"], "arg_types": ["py.path.local", {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rename of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "samefile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "py.path.local.samefile", "name": "samefile", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["py.path.local", {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "samefile of local", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "sep": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path.local.sep", "name": "sep", "type": "builtins.str"}}, "setmtime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "mtime"], "flags": [], "fullname": "py.path.local.setmtime", "name": "setmtime", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "mtime"], "arg_types": ["py.path.local", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setmtime of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.size", "name": "size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "size of local", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "stat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "raising"], "flags": [], "fullname": "py.path.local.stat", "name": "stat", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "raising"], "arg_types": ["py.path.local", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stat of local", "ret_type": "py.path._Stat", "type_guard": null, "variables": []}}}, "strpath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path.local.strpath", "name": "strpath", "type": "builtins.str"}}, "sysexec": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "argv", "popen_opts"], "flags": [], "fullname": "py.path.local.sysexec", "name": "sysexec", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "argv", "popen_opts"], "arg_types": ["py.path.local", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sysexec of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "sysfind": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "name", "checker", "paths"], "flags": ["is_class", "is_decorated"], "fullname": "py.path.local.sysfind", "name": "sysfind", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "name", "checker", "paths"], "arg_types": [{".class": "TypeType", "item": "py.path.local"}, {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sysfind of local", "ret_type": {".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "sysfind", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "name", "checker", "paths"], "arg_types": [{".class": "TypeType", "item": "py.path.local"}, {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sysfind of local", "ret_type": {".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "visit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "fil", "rec", "ignore", "bf", "sort"], "flags": [], "fullname": "py.path.local.visit", "name": "visit", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "fil", "rec", "ignore", "bf", "sort"], "arg_types": ["py.path.local", {".class": "UnionType", "items": ["builtins.str", "builtins.str", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 1}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, "builtins.str", "builtins.str", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "TypeType", "item": "builtins.Exception"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visit of local", "ret_type": {".class": "Instance", "args": ["py.path.local"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "data", "mode", "ensure"], "flags": [], "fullname": "py.path.local.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "data", "mode", "ensure"], "arg_types": ["py.path.local", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "write_binary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "data", "ensure"], "flags": [], "fullname": "py.path.local.write_binary", "name": "write_binary", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "data", "ensure"], "arg_types": ["py.path.local", "builtins.bytes", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write_binary of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "write_text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "data", "encoding", "ensure"], "flags": [], "fullname": "py.path.local.write_text", "name": "write_text", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "data", "encoding", "ensure"], "arg_types": ["py.path.local", {".class": "UnionType", "items": ["builtins.str", "builtins.str"]}, "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write_text of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_hidden": true, "module_public": false}, "svnurl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.path.svnurl", "name": "svnurl", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "svnwc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.path.svnwc", "name": "svnwc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/py/path.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/py/path.meta.json b/.mypy_cache/3.9/py/path.meta.json deleted file mode 100644 index 399eef64d..000000000 --- a/.mypy_cache/3.9/py/path.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 3, 4, 1, 1], "dep_prios": [5, 5, 10, 10, 5, 30], "dependencies": ["typing", "typing_extensions", "os", "sys", "builtins", "abc"], "hash": "3a60c4aa4a7be7a75c587ab5d06c1ac3ca57b4800101d6e0f6648050240f3f29", "id": "py.path", "ignore_all": true, "interface_hash": "846cf5c23311144a7a5374fa3bfbdea250af19f89b42044e8b007aa2d89f1d4d", "mtime": 1607971617, "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_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/anaconda3/lib/python3.9/site-packages/py/path.pyi", "plugin_data": null, "size": 7168, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/py/xml.data.json b/.mypy_cache/3.9/py/xml.data.json deleted file mode 100644 index 37f9f28e3..000000000 --- a/.mypy_cache/3.9/py/xml.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "py.xml", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ClassVar": {".class": "SymbolTableNode", "cross_ref": "typing.ClassVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Namespace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": "py.xml._NamespaceMetaclass", "defn": {".class": "ClassDef", "fullname": "py.xml.Namespace", "name": "Namespace", "type_vars": []}, "flags": [], "fullname": "py.xml.Namespace", "metaclass_type": "py.xml._NamespaceMetaclass", "metadata": {}, "module_name": "py.xml", "mro": ["py.xml.Namespace", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.xml.Tag", "name": "Tag", "type_vars": []}, "flags": [], "fullname": "py.xml.Tag", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "py.xml", "mro": ["py.xml.Tag", "builtins.list", "typing.MutableSequence", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "Attr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.xml.Tag.Attr", "name": "Attr", "type_vars": []}, "flags": [], "fullname": "py.xml.Tag.Attr", "metaclass_type": null, "metadata": {}, "module_name": "py.xml", "mro": ["py.xml.Tag.Attr", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "attr"], "flags": [], "fullname": "py.xml.Tag.Attr.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["py.xml.Tag.Attr", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of Attr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "py.xml.Tag.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["py.xml.Tag", {".class": "UnionType", "items": ["builtins.str", "py.xml.raw", "py.xml.Tag", {".class": "Instance", "args": ["py.xml.Tag"], "type_ref": "typing.Iterable"}]}, {".class": "UnionType", "items": ["builtins.str", "py.xml.raw"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Tag", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "attr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.xml.Tag.attr", "name": "attr", "type": "py.xml.Tag.Attr"}}, "unicode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "indent"], "flags": [], "fullname": "py.xml.Tag.unicode", "name": "unicode", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "indent"], "arg_types": ["py.xml.Tag", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unicode of Tag", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_NamespaceMetaclass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.type"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.xml._NamespaceMetaclass", "name": "_NamespaceMetaclass", "type_vars": []}, "flags": [], "fullname": "py.xml._NamespaceMetaclass", "metaclass_type": null, "metadata": {}, "module_name": "py.xml", "mro": ["py.xml._NamespaceMetaclass", "builtins.type", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "py.xml._NamespaceMetaclass.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["py.xml._NamespaceMetaclass", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of _NamespaceMetaclass", "ret_type": {".class": "TypeType", "item": "py.xml.Tag"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.xml.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.xml.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.xml.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.xml.__package__", "name": "__package__", "type": "builtins.str"}}, "escape": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ustring"], "flags": [], "fullname": "py.xml.escape", "name": "escape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ustring"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "escape", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "html": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["py.xml.Namespace"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.xml.html", "name": "html", "type_vars": []}, "flags": [], "fullname": "py.xml.html", "metaclass_type": "py.xml._NamespaceMetaclass", "metadata": {}, "module_name": "py.xml", "mro": ["py.xml.html", "py.xml.Namespace", "builtins.object"], "names": {".class": "SymbolTable", "Style": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.xml.html.Style", "name": "Style", "type_vars": []}, "flags": [], "fullname": "py.xml.html.Style", "metaclass_type": null, "metadata": {}, "module_name": "py.xml", "mro": ["py.xml.html.Style", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kw"], "flags": [], "fullname": "py.xml.html.Style.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kw"], "arg_types": ["py.xml.html.Style", {".class": "UnionType", "items": ["builtins.str", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Style", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "style": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "py.xml.html.style", "name": "style", "type": "py.xml.html.Style"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "raw": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.xml.raw", "name": "raw", "type_vars": []}, "flags": [], "fullname": "py.xml.raw", "metaclass_type": null, "metadata": {}, "module_name": "py.xml", "mro": ["py.xml.raw", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "uniobj"], "flags": [], "fullname": "py.xml.raw.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "uniobj"], "arg_types": ["py.xml.raw", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of raw", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "uniobj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.xml.raw.uniobj", "name": "uniobj", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/py/xml.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/py/xml.meta.json b/.mypy_cache/3.9/py/xml.meta.json deleted file mode 100644 index 8c722030d..000000000 --- a/.mypy_cache/3.9/py/xml.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [5, 5, 5, 30], "dependencies": ["typing", "typing_extensions", "builtins", "abc"], "hash": "4819c02ddeb0ed5c2aac662d126e04489feef620fb2d51fb2d6159dd8ef1028a", "id": "py.xml", "ignore_all": true, "interface_hash": "2644a7318da7395987842acae3fb8a8f043f1e2c892aa5042594f185ddc93639", "mtime": 1607971617, "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_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/anaconda3/lib/python3.9/site-packages/py/xml.pyi", "plugin_data": null, "size": 787, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/pydoc.data.json b/.mypy_cache/3.9/pydoc.data.json deleted file mode 100644 index 953064e52..000000000 --- a/.mypy_cache/3.9/pydoc.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "pydoc", "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}, "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Container": {".class": "SymbolTableNode", "cross_ref": "typing.Container", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Doc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pydoc.Doc", "name": "Doc", "type_vars": []}, "flags": [], "fullname": "pydoc.Doc", "metaclass_type": null, "metadata": {}, "module_name": "pydoc", "mro": ["pydoc.Doc", "builtins.object"], "names": {".class": "SymbolTable", "PYTHONDOCS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.Doc.PYTHONDOCS", "name": "PYTHONDOCS", "type": "builtins.str"}}, "docclass": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 2], "arg_names": ["self", "object", "name", "args"], "flags": [], "fullname": "pydoc.Doc.docclass", "name": "docclass", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 2], "arg_names": ["self", "object", "name", "args"], "arg_types": ["pydoc.Doc", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "docclass of Doc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "docdata": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 2], "arg_names": ["self", "object", "name", "args"], "flags": [], "fullname": "pydoc.Doc.docdata", "name": "docdata", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 2], "arg_names": ["self", "object", "name", "args"], "arg_types": ["pydoc.Doc", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "docdata of Doc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "docmodule": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 2], "arg_names": ["self", "object", "name", "args"], "flags": [], "fullname": "pydoc.Doc.docmodule", "name": "docmodule", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 2], "arg_names": ["self", "object", "name", "args"], "arg_types": ["pydoc.Doc", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "docmodule of Doc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "docother": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 2], "arg_names": ["self", "object", "name", "args"], "flags": [], "fullname": "pydoc.Doc.docother", "name": "docother", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 2], "arg_names": ["self", "object", "name", "args"], "arg_types": ["pydoc.Doc", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "docother of Doc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "docproperty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 2], "arg_names": ["self", "object", "name", "args"], "flags": [], "fullname": "pydoc.Doc.docproperty", "name": "docproperty", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 2], "arg_names": ["self", "object", "name", "args"], "arg_types": ["pydoc.Doc", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "docproperty of Doc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "docroutine": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 2], "arg_names": ["self", "object", "name", "args"], "flags": [], "fullname": "pydoc.Doc.docroutine", "name": "docroutine", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 2], "arg_names": ["self", "object", "name", "args"], "arg_types": ["pydoc.Doc", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "docroutine of Doc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "document": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 2], "arg_names": ["self", "object", "name", "args"], "flags": [], "fullname": "pydoc.Doc.document", "name": "document", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 2], "arg_names": ["self", "object", "name", "args"], "arg_types": ["pydoc.Doc", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "document of Doc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "fail": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 2], "arg_names": ["self", "object", "name", "args"], "flags": [], "fullname": "pydoc.Doc.fail", "name": "fail", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 2], "arg_names": ["self", "object", "name", "args"], "arg_types": ["pydoc.Doc", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fail of Doc", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "getdocloc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "object", "basedir"], "flags": [], "fullname": "pydoc.Doc.getdocloc", "name": "getdocloc", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "object", "basedir"], "arg_types": ["pydoc.Doc", "builtins.object", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getdocloc of Doc", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ErrorDuringImport": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pydoc.ErrorDuringImport", "name": "ErrorDuringImport", "type_vars": []}, "flags": [], "fullname": "pydoc.ErrorDuringImport", "metaclass_type": null, "metadata": {}, "module_name": "pydoc", "mro": ["pydoc.ErrorDuringImport", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "filename", "exc_info"], "flags": [], "fullname": "pydoc.ErrorDuringImport.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "filename", "exc_info"], "arg_types": ["pydoc.ErrorDuringImport", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "pydoc._Exc_Info"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ErrorDuringImport", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "exc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.ErrorDuringImport.exc", "name": "exc", "type": {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "NoneType"}]}}}, "filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.ErrorDuringImport.filename", "name": "filename", "type": "builtins.str"}}, "tb": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.ErrorDuringImport.tb", "name": "tb", "type": {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.ErrorDuringImport.value", "name": "value", "type": {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTMLDoc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["pydoc.Doc"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pydoc.HTMLDoc", "name": "HTMLDoc", "type_vars": []}, "flags": [], "fullname": "pydoc.HTMLDoc", "metaclass_type": null, "metadata": {}, "module_name": "pydoc", "mro": ["pydoc.HTMLDoc", "pydoc.Doc", "builtins.object"], "names": {".class": "SymbolTable", "bigsection": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "title", "args"], "flags": [], "fullname": "pydoc.HTMLDoc.bigsection", "name": "bigsection", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "title", "args"], "arg_types": ["pydoc.HTMLDoc", "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", "implicit": false, "is_ellipsis_args": false, "name": "bigsection of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "classlink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "object", "modname"], "flags": [], "fullname": "pydoc.HTMLDoc.classlink", "name": "classlink", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "object", "modname"], "arg_types": ["pydoc.HTMLDoc", "builtins.object", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "classlink of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "docclass": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "funcs", "classes", "ignored"], "flags": [], "fullname": "pydoc.HTMLDoc.docclass", "name": "docclass", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "funcs", "classes", "ignored"], "arg_types": ["pydoc.HTMLDoc", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "docclass of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "docdata": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "cl", "ignored"], "flags": [], "fullname": "pydoc.HTMLDoc.docdata", "name": "docdata", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "cl", "ignored"], "arg_types": ["pydoc.HTMLDoc", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "docdata of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "docmodule": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "ignored"], "flags": [], "fullname": "pydoc.HTMLDoc.docmodule", "name": "docmodule", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "ignored"], "arg_types": ["pydoc.HTMLDoc", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "docmodule of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "docother": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "ignored"], "flags": [], "fullname": "pydoc.HTMLDoc.docother", "name": "docother", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "ignored"], "arg_types": ["pydoc.HTMLDoc", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "docother of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "docproperty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "cl", "ignored"], "flags": [], "fullname": "pydoc.HTMLDoc.docproperty", "name": "docproperty", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "cl", "ignored"], "arg_types": ["pydoc.HTMLDoc", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "docproperty of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "docroutine": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "funcs", "classes", "methods", "cl", "ignored"], "flags": [], "fullname": "pydoc.HTMLDoc.docroutine", "name": "docroutine", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "funcs", "classes", "methods", "cl", "ignored"], "arg_types": ["pydoc.HTMLDoc", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "UnionType", "items": ["builtins.type", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "docroutine of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "escape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.HTMLDoc.escape", "name": "escape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "filelink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "url", "path"], "flags": [], "fullname": "pydoc.HTMLDoc.filelink", "name": "filelink", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "url", "path"], "arg_types": ["pydoc.HTMLDoc", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "filelink of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formattree": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "tree", "modname", "parent"], "flags": [], "fullname": "pydoc.HTMLDoc.formattree", "name": "formattree", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "tree", "modname", "parent"], "arg_types": ["pydoc.HTMLDoc", {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.type", {".class": "Instance", "args": ["builtins.type"], "type_ref": "builtins.tuple"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}]}], "type_ref": "builtins.list"}, "builtins.str", {".class": "UnionType", "items": ["builtins.type", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formattree of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatvalue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "flags": [], "fullname": "pydoc.HTMLDoc.formatvalue", "name": "formatvalue", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "arg_types": ["pydoc.HTMLDoc", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatvalue of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "grey": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "flags": [], "fullname": "pydoc.HTMLDoc.grey", "name": "grey", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "arg_types": ["pydoc.HTMLDoc", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "grey of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "heading": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "title", "fgcol", "bgcol", "extras"], "flags": [], "fullname": "pydoc.HTMLDoc.heading", "name": "heading", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "title", "fgcol", "bgcol", "extras"], "arg_types": ["pydoc.HTMLDoc", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "heading of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dir", "shadowed"], "flags": [], "fullname": "pydoc.HTMLDoc.index", "name": "index", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dir", "shadowed"], "arg_types": ["pydoc.HTMLDoc", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.bool"], "type_ref": "typing.MutableMapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "markup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "text", "escape", "funcs", "classes", "methods"], "flags": [], "fullname": "pydoc.HTMLDoc.markup", "name": "markup", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "text", "escape", "funcs", "classes", "methods"], "arg_types": ["pydoc.HTMLDoc", "builtins.str", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "markup of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "modpkglink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "modpkginfo"], "flags": [], "fullname": "pydoc.HTMLDoc.modpkglink", "name": "modpkglink", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "modpkginfo"], "arg_types": ["pydoc.HTMLDoc", {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.bool", "builtins.bool"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "modpkglink of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "modulelink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "flags": [], "fullname": "pydoc.HTMLDoc.modulelink", "name": "modulelink", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "arg_types": ["pydoc.HTMLDoc", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "modulelink of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "multicolumn": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "list", "format", "cols"], "flags": [], "fullname": "pydoc.HTMLDoc.multicolumn", "name": "multicolumn", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "list", "format", "cols"], "arg_types": ["pydoc.HTMLDoc", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, {".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "multicolumn of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "namelink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "dicts"], "flags": [], "fullname": "pydoc.HTMLDoc.namelink", "name": "namelink", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "dicts"], "arg_types": ["pydoc.HTMLDoc", "builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.MutableMapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "namelink of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "page": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "title", "contents"], "flags": [], "fullname": "pydoc.HTMLDoc.page", "name": "page", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "title", "contents"], "arg_types": ["pydoc.HTMLDoc", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "page of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "preformat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "flags": [], "fullname": "pydoc.HTMLDoc.preformat", "name": "preformat", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "arg_types": ["pydoc.HTMLDoc", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "preformat of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.HTMLDoc.repr", "name": "repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "section": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "title", "fgcol", "bgcol", "contents", "width", "prelude", "marginalia", "gap"], "flags": [], "fullname": "pydoc.HTMLDoc.section", "name": "section", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "title", "fgcol", "bgcol", "contents", "width", "prelude", "marginalia", "gap"], "arg_types": ["pydoc.HTMLDoc", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "section of HTMLDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTMLRepr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["reprlib.Repr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pydoc.HTMLRepr", "name": "HTMLRepr", "type_vars": []}, "flags": [], "fullname": "pydoc.HTMLRepr", "metaclass_type": null, "metadata": {}, "module_name": "pydoc", "mro": ["pydoc.HTMLRepr", "reprlib.Repr", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pydoc.HTMLRepr.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pydoc.HTMLRepr"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of HTMLRepr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "escape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "flags": [], "fullname": "pydoc.HTMLRepr.escape", "name": "escape", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "arg_types": ["pydoc.HTMLRepr", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "escape of HTMLRepr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "maxdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.HTMLRepr.maxdict", "name": "maxdict", "type": "builtins.int"}}, "maxlist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.HTMLRepr.maxlist", "name": "maxlist", "type": "builtins.int"}}, "maxother": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.HTMLRepr.maxother", "name": "maxother", "type": "builtins.int"}}, "maxstring": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.HTMLRepr.maxstring", "name": "maxstring", "type": "builtins.int"}}, "maxtuple": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.HTMLRepr.maxtuple", "name": "maxtuple", "type": "builtins.int"}}, "repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "flags": [], "fullname": "pydoc.HTMLRepr.repr", "name": "repr", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "arg_types": ["pydoc.HTMLRepr", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr of HTMLRepr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "repr1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "flags": [], "fullname": "pydoc.HTMLRepr.repr1", "name": "repr1", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "arg_types": ["pydoc.HTMLRepr", "builtins.object", "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr1 of HTMLRepr", "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": "pydoc.HTMLRepr.repr_instance", "name": "repr_instance", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "arg_types": ["pydoc.HTMLRepr", "builtins.object", "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_instance of HTMLRepr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "repr_str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "flags": [], "fullname": "pydoc.HTMLRepr.repr_str", "name": "repr_str", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "arg_types": ["pydoc.HTMLRepr", "builtins.str", "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_str of HTMLRepr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "repr_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "flags": [], "fullname": "pydoc.HTMLRepr.repr_string", "name": "repr_string", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "arg_types": ["pydoc.HTMLRepr", "builtins.str", "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_string of HTMLRepr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "repr_unicode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "flags": [], "fullname": "pydoc.HTMLRepr.repr_unicode", "name": "repr_unicode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "arg_types": ["pydoc.HTMLRepr", {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_unicode of HTMLRepr", "ret_type": "builtins.str", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pydoc.Helper", "name": "Helper", "type_vars": []}, "flags": [], "fullname": "pydoc.Helper", "metaclass_type": null, "metadata": {}, "module_name": "pydoc", "mro": ["pydoc.Helper", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "request"], "flags": [], "fullname": "pydoc.Helper.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "request"], "arg_types": ["pydoc.Helper", {".class": "UnionType", "items": ["builtins.str", "pydoc.Helper", "builtins.object"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of Helper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "input", "output"], "flags": [], "fullname": "pydoc.Helper.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "input", "output"], "arg_types": ["pydoc.Helper", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Helper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "prompt"], "flags": [], "fullname": "pydoc.Helper.getline", "name": "getline", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "prompt"], "arg_types": ["pydoc.Helper", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getline of Helper", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "help": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "flags": [], "fullname": "pydoc.Helper.help", "name": "help", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "arg_types": ["pydoc.Helper", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "help of Helper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "input": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.Helper.input", "name": "input", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}}}, "interact": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pydoc.Helper.interact", "name": "interact", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pydoc.Helper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "interact of Helper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "intro": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pydoc.Helper.intro", "name": "intro", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pydoc.Helper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "intro of Helper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "keywords": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.Helper.keywords", "name": "keywords", "type": {".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".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"}}}, "list": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "items", "columns", "width"], "flags": [], "fullname": "pydoc.Helper.list", "name": "list", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "items", "columns", "width"], "arg_types": ["pydoc.Helper", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "list of Helper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "listkeywords": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pydoc.Helper.listkeywords", "name": "listkeywords", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pydoc.Helper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "listkeywords of Helper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "listmodules": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "key"], "flags": [], "fullname": "pydoc.Helper.listmodules", "name": "listmodules", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "key"], "arg_types": ["pydoc.Helper", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "listmodules of Helper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "listsymbols": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pydoc.Helper.listsymbols", "name": "listsymbols", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pydoc.Helper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "listsymbols of Helper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "listtopics": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pydoc.Helper.listtopics", "name": "listtopics", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pydoc.Helper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "listtopics of Helper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "output": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.Helper.output", "name": "output", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}}}, "showsymbol": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "symbol"], "flags": [], "fullname": "pydoc.Helper.showsymbol", "name": "showsymbol", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "symbol"], "arg_types": ["pydoc.Helper", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "showsymbol of Helper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "showtopic": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "topic", "more_xrefs"], "flags": [], "fullname": "pydoc.Helper.showtopic", "name": "showtopic", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "topic", "more_xrefs"], "arg_types": ["pydoc.Helper", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "showtopic of Helper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "symbols": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.Helper.symbols", "name": "symbols", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "topics": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.Helper.topics", "name": "topics", "type": {".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}]}], "type_ref": "builtins.dict"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MethodType": {".class": "SymbolTableNode", "cross_ref": "types.MethodType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ModuleScanner": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pydoc.ModuleScanner", "name": "ModuleScanner", "type_vars": []}, "flags": [], "fullname": "pydoc.ModuleScanner", "metaclass_type": null, "metadata": {}, "module_name": "pydoc", "mro": ["pydoc.ModuleScanner", "builtins.object"], "names": {".class": "SymbolTable", "quit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.ModuleScanner.quit", "name": "quit", "type": "builtins.bool"}}, "run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "callback", "key", "completer", "onerror"], "flags": [], "fullname": "pydoc.ModuleScanner.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "callback", "key", "completer", "onerror"], "arg_types": ["pydoc.ModuleScanner", {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run of ModuleScanner", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ModuleType": {".class": "SymbolTableNode", "cross_ref": "types.ModuleType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MutableMapping": {".class": "SymbolTableNode", "cross_ref": "typing.MutableMapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Repr": {".class": "SymbolTableNode", "cross_ref": "reprlib.Repr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsWrite": {".class": "SymbolTableNode", "cross_ref": "_typeshed.SupportsWrite", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TextDoc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["pydoc.Doc"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pydoc.TextDoc", "name": "TextDoc", "type_vars": []}, "flags": [], "fullname": "pydoc.TextDoc", "metaclass_type": null, "metadata": {}, "module_name": "pydoc", "mro": ["pydoc.TextDoc", "pydoc.Doc", "builtins.object"], "names": {".class": "SymbolTable", "bold": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "flags": [], "fullname": "pydoc.TextDoc.bold", "name": "bold", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "arg_types": ["pydoc.TextDoc", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bold of TextDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "docclass": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "ignored"], "flags": [], "fullname": "pydoc.TextDoc.docclass", "name": "docclass", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "ignored"], "arg_types": ["pydoc.TextDoc", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "docclass of TextDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "docdata": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "cl", "ignored"], "flags": [], "fullname": "pydoc.TextDoc.docdata", "name": "docdata", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "cl", "ignored"], "arg_types": ["pydoc.TextDoc", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "docdata of TextDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "docmodule": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "ignored"], "flags": [], "fullname": "pydoc.TextDoc.docmodule", "name": "docmodule", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "ignored"], "arg_types": ["pydoc.TextDoc", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "docmodule of TextDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "docother": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "parent", "maxlen", "doc", "ignored"], "flags": [], "fullname": "pydoc.TextDoc.docother", "name": "docother", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "parent", "maxlen", "doc", "ignored"], "arg_types": ["pydoc.TextDoc", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "docother of TextDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "docproperty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "cl", "ignored"], "flags": [], "fullname": "pydoc.TextDoc.docproperty", "name": "docproperty", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "cl", "ignored"], "arg_types": ["pydoc.TextDoc", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "docproperty of TextDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "docroutine": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "cl", "ignored"], "flags": [], "fullname": "pydoc.TextDoc.docroutine", "name": "docroutine", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 2], "arg_names": ["self", "object", "name", "mod", "cl", "ignored"], "arg_types": ["pydoc.TextDoc", "builtins.object", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "docroutine of TextDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formattree": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "tree", "modname", "parent", "prefix"], "flags": [], "fullname": "pydoc.TextDoc.formattree", "name": "formattree", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "tree", "modname", "parent", "prefix"], "arg_types": ["pydoc.TextDoc", {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.type", {".class": "Instance", "args": ["builtins.type"], "type_ref": "builtins.tuple"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}]}], "type_ref": "builtins.list"}, "builtins.str", {".class": "UnionType", "items": ["builtins.type", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formattree of TextDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatvalue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "flags": [], "fullname": "pydoc.TextDoc.formatvalue", "name": "formatvalue", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "object"], "arg_types": ["pydoc.TextDoc", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatvalue of TextDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "indent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "text", "prefix"], "flags": [], "fullname": "pydoc.TextDoc.indent", "name": "indent", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "text", "prefix"], "arg_types": ["pydoc.TextDoc", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "indent of TextDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.TextDoc.repr", "name": "repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "section": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "title", "contents"], "flags": [], "fullname": "pydoc.TextDoc.section", "name": "section", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "title", "contents"], "arg_types": ["pydoc.TextDoc", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "section of TextDoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TextRepr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["reprlib.Repr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pydoc.TextRepr", "name": "TextRepr", "type_vars": []}, "flags": [], "fullname": "pydoc.TextRepr", "metaclass_type": null, "metadata": {}, "module_name": "pydoc", "mro": ["pydoc.TextRepr", "reprlib.Repr", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pydoc.TextRepr.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pydoc.TextRepr"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TextRepr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "maxdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.TextRepr.maxdict", "name": "maxdict", "type": "builtins.int"}}, "maxlist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.TextRepr.maxlist", "name": "maxlist", "type": "builtins.int"}}, "maxother": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.TextRepr.maxother", "name": "maxother", "type": "builtins.int"}}, "maxstring": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.TextRepr.maxstring", "name": "maxstring", "type": "builtins.int"}}, "maxtuple": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "pydoc.TextRepr.maxtuple", "name": "maxtuple", "type": "builtins.int"}}, "repr1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "flags": [], "fullname": "pydoc.TextRepr.repr1", "name": "repr1", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "arg_types": ["pydoc.TextRepr", "builtins.object", "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr1 of TextRepr", "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": "pydoc.TextRepr.repr_instance", "name": "repr_instance", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "arg_types": ["pydoc.TextRepr", "builtins.object", "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_instance of TextRepr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "repr_str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "flags": [], "fullname": "pydoc.TextRepr.repr_str", "name": "repr_str", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "arg_types": ["pydoc.TextRepr", "builtins.str", "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_str of TextRepr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "repr_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "flags": [], "fullname": "pydoc.TextRepr.repr_string", "name": "repr_string", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "arg_types": ["pydoc.TextRepr", "builtins.str", "builtins.complex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_string of TextRepr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Exc_Info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "pydoc._Exc_Info", "line": 28, "no_args": false, "normalized": false, "target": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "_OldStyleClass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pydoc._OldStyleClass", "name": "_OldStyleClass", "type_vars": []}, "flags": [], "fullname": "pydoc._OldStyleClass", "metaclass_type": null, "metadata": {}, "module_name": "pydoc", "mro": ["pydoc._OldStyleClass", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__author__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pydoc.__author__", "name": "__author__", "type": "builtins.str"}}, "__credits__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pydoc.__credits__", "name": "__credits__", "type": "builtins.str"}}, "__date__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pydoc.__date__", "name": "__date__", "type": "builtins.str"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pydoc.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pydoc.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pydoc.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pydoc.__package__", "name": "__package__", "type": "builtins.str"}}, "__version__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pydoc.__version__", "name": "__version__", "type": "builtins.str"}}, "allmethods": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cl"], "flags": [], "fullname": "pydoc.allmethods", "name": "allmethods", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cl"], "arg_types": ["builtins.type"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "allmethods", "ret_type": {".class": "Instance", "args": ["builtins.str", "types.MethodType"], "type_ref": "typing.MutableMapping"}, "type_guard": null, "variables": []}}}, "apropos": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["key"], "flags": [], "fullname": "pydoc.apropos", "name": "apropos", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["key"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "apropos", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "classify_class_attrs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "pydoc.classify_class_attrs", "name": "classify_class_attrs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "classify_class_attrs", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.type", "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.list"}, "type_guard": null, "variables": []}}}, "classname": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["object", "modname"], "flags": [], "fullname": "pydoc.classname", "name": "classname", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["object", "modname"], "arg_types": ["builtins.object", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "classname", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "cli": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "pydoc.cli", "name": "cli", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cli", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cram": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["text", "maxlen"], "flags": [], "fullname": "pydoc.cram", "name": "cram", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["text", "maxlen"], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cram", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "describe": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["thing"], "flags": [], "fullname": "pydoc.describe", "name": "describe", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["thing"], "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", "implicit": false, "is_ellipsis_args": false, "name": "describe", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "doc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["thing", "title", "forceload", "output"], "flags": [], "fullname": "pydoc.doc", "name": "doc", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["thing", "title", "forceload", "output"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.object"]}, "builtins.str", "builtins.bool", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "_typeshed.SupportsWrite"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "doc", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getdoc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "pydoc.getdoc", "name": "getdoc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getdoc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getpager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "pydoc.getpager", "name": "getpager", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getpager", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "help": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pydoc.help", "name": "help", "type": "pydoc.Helper"}}, "html": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pydoc.html", "name": "html", "type": "pydoc.HTMLDoc"}}, "importfile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "pydoc.importfile", "name": "importfile", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "importfile", "ret_type": "types.ModuleType", "type_guard": null, "variables": []}}}, "isdata": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "pydoc.isdata", "name": "isdata", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isdata", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "ispackage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "pydoc.ispackage", "name": "ispackage", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ispackage", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "ispath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "pydoc.ispath", "name": "ispath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["x"], "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", "implicit": false, "is_ellipsis_args": false, "name": "ispath", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "locate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["path", "forceload"], "flags": [], "fullname": "pydoc.locate", "name": "locate", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["path", "forceload"], "arg_types": ["builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "locate", "ret_type": "builtins.object", "type_guard": null, "variables": []}}}, "pager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["text"], "flags": [], "fullname": "pydoc.pager", "name": "pager", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["text"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pathdirs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "pydoc.pathdirs", "name": "pathdirs", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pathdirs", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "pipepager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["text", "cmd"], "flags": [], "fullname": "pydoc.pipepager", "name": "pipepager", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["text", "cmd"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pipepager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "plain": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["text"], "flags": [], "fullname": "pydoc.plain", "name": "plain", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["text"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "plain", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "plainpager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["text"], "flags": [], "fullname": "pydoc.plainpager", "name": "plainpager", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["text"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "plainpager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "render_doc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["thing", "title", "forceload", "renderer"], "flags": [], "fullname": "pydoc.render_doc", "name": "render_doc", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["thing", "title", "forceload", "renderer"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.object"]}, "builtins.str", "builtins.bool", {".class": "UnionType", "items": ["pydoc.Doc", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "render_doc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "replace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["text", "pairs"], "flags": [], "fullname": "pydoc.replace", "name": "replace", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["text", "pairs"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "replace", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "resolve": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["thing", "forceload"], "flags": [], "fullname": "pydoc.resolve", "name": "resolve", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["thing", "forceload"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.object"]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resolve", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.object", "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": "NoneType"}]}, "type_guard": null, "variables": []}}}, "safeimport": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["path", "forceload", "cache"], "flags": [], "fullname": "pydoc.safeimport", "name": "safeimport", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["path", "forceload", "cache"], "arg_types": ["builtins.str", "builtins.bool", {".class": "Instance", "args": ["builtins.str", "types.ModuleType"], "type_ref": "typing.MutableMapping"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "safeimport", "ret_type": "types.ModuleType", "type_guard": null, "variables": []}}}, "source_synopsis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["file"], "flags": [], "fullname": "pydoc.source_synopsis", "name": "source_synopsis", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["file"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "source_synopsis", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "splitdoc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["doc"], "flags": [], "fullname": "pydoc.splitdoc", "name": "splitdoc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["doc"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "splitdoc", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "stripid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["text"], "flags": [], "fullname": "pydoc.stripid", "name": "stripid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["text"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stripid", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "synopsis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["filename", "cache"], "flags": [], "fullname": "pydoc.synopsis", "name": "synopsis", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["filename", "cache"], "arg_types": ["builtins.str", {".class": "Instance", "args": ["builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.int", "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": "typing.MutableMapping"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "synopsis", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "tempfilepager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["text", "cmd"], "flags": [], "fullname": "pydoc.tempfilepager", "name": "tempfilepager", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["text", "cmd"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tempfilepager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "text": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pydoc.text", "name": "text", "type": "pydoc.TextDoc"}}, "ttypager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["text"], "flags": [], "fullname": "pydoc.ttypager", "name": "ttypager", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["text"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ttypager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "visiblename": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["name", "all", "obj"], "flags": [], "fullname": "pydoc.visiblename", "name": "visiblename", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["name", "all", "obj"], "arg_types": ["builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Container"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "visiblename", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "writedoc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["thing", "forceload"], "flags": [], "fullname": "pydoc.writedoc", "name": "writedoc", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["thing", "forceload"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.object"]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writedoc", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "writedocs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["dir", "pkgpath", "done"], "flags": [], "fullname": "pydoc.writedocs", "name": "writedocs", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["dir", "pkgpath", "done"], "arg_types": ["builtins.str", "builtins.str", {".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", "implicit": false, "is_ellipsis_args": false, "name": "writedocs", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/pydoc.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/pydoc.meta.json b/.mypy_cache/3.9/pydoc.meta.json deleted file mode 100644 index c0cf4dbff..000000000 --- a/.mypy_cache/3.9/pydoc.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 4, 23, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 5, 30], "dependencies": ["sys", "_typeshed", "types", "typing", "reprlib", "builtins", "abc"], "hash": "6876ca797f63b88be0812db1aca6151a45411efc494410092cc9adb984b95e6b", "id": "pydoc", "ignore_all": true, "interface_hash": "1c24a7ed223c475c144460fe12799ae5cc04aa5cdd42e8b067563b3b27f25642", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/pydoc.pyi", "plugin_data": null, "size": 10660, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/pytest/__init__.data.json b/.mypy_cache/3.9/pytest/__init__.data.json deleted file mode 100644 index bfe35bc47..000000000 --- a/.mypy_cache/3.9/pytest/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "pytest", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Cache": {".class": "SymbolTableNode", "cross_ref": "_pytest.cacheprovider.Cache", "kind": "Gdef"}, "CaptureFixture": {".class": "SymbolTableNode", "cross_ref": "_pytest.capture.CaptureFixture", "kind": "Gdef"}, "Class": {".class": "SymbolTableNode", "cross_ref": "_pytest.python.Class", "kind": "Gdef"}, "Collector": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.Collector", "kind": "Gdef"}, "ExitCode": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.ExitCode", "kind": "Gdef"}, "File": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.File", "kind": "Gdef"}, "FixtureLookupError": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.FixtureLookupError", "kind": "Gdef"}, "FixtureRequest": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.FixtureRequest", "kind": "Gdef"}, "Function": {".class": "SymbolTableNode", "cross_ref": "_pytest.python.Function", "kind": "Gdef"}, "Instance": {".class": "SymbolTableNode", "cross_ref": "_pytest.python.Instance", "kind": "Gdef"}, "Item": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes.Item", "kind": "Gdef"}, "LogCaptureFixture": {".class": "SymbolTableNode", "cross_ref": "_pytest.logging.LogCaptureFixture", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "_pytest.python.Module", "kind": "Gdef"}, "MonkeyPatch": {".class": "SymbolTableNode", "cross_ref": "_pytest.monkeypatch.MonkeyPatch", "kind": "Gdef"}, "Package": {".class": "SymbolTableNode", "cross_ref": "_pytest.python.Package", "kind": "Gdef"}, "PytestAssertRewriteWarning": {".class": "SymbolTableNode", "cross_ref": "_pytest.warning_types.PytestAssertRewriteWarning", "kind": "Gdef"}, "PytestCacheWarning": {".class": "SymbolTableNode", "cross_ref": "_pytest.warning_types.PytestCacheWarning", "kind": "Gdef"}, "PytestCollectionWarning": {".class": "SymbolTableNode", "cross_ref": "_pytest.warning_types.PytestCollectionWarning", "kind": "Gdef"}, "PytestConfigWarning": {".class": "SymbolTableNode", "cross_ref": "_pytest.warning_types.PytestConfigWarning", "kind": "Gdef"}, "PytestDeprecationWarning": {".class": "SymbolTableNode", "cross_ref": "_pytest.warning_types.PytestDeprecationWarning", "kind": "Gdef"}, "PytestExperimentalApiWarning": {".class": "SymbolTableNode", "cross_ref": "_pytest.warning_types.PytestExperimentalApiWarning", "kind": "Gdef"}, "PytestUnhandledCoroutineWarning": {".class": "SymbolTableNode", "cross_ref": "_pytest.warning_types.PytestUnhandledCoroutineWarning", "kind": "Gdef"}, "PytestUnhandledThreadExceptionWarning": {".class": "SymbolTableNode", "cross_ref": "_pytest.warning_types.PytestUnhandledThreadExceptionWarning", "kind": "Gdef"}, "PytestUnknownMarkWarning": {".class": "SymbolTableNode", "cross_ref": "_pytest.warning_types.PytestUnknownMarkWarning", "kind": "Gdef"}, "PytestUnraisableExceptionWarning": {".class": "SymbolTableNode", "cross_ref": "_pytest.warning_types.PytestUnraisableExceptionWarning", "kind": "Gdef"}, "PytestWarning": {".class": "SymbolTableNode", "cross_ref": "_pytest.warning_types.PytestWarning", "kind": "Gdef"}, "Pytester": {".class": "SymbolTableNode", "cross_ref": "_pytest.pytester.Pytester", "kind": "Gdef"}, "Session": {".class": "SymbolTableNode", "cross_ref": "_pytest.main.Session", "kind": "Gdef"}, "TempPathFactory": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempPathFactory", "kind": "Gdef"}, "TempdirFactory": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory", "kind": "Gdef"}, "Testdir": {".class": "SymbolTableNode", "cross_ref": "_pytest.pytester.Testdir", "kind": "Gdef"}, "UsageError": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.exceptions.UsageError", "kind": "Gdef"}, "WarningsRecorder": {".class": "SymbolTableNode", "cross_ref": "_pytest.recwarn.WarningsRecorder", "kind": "Gdef"}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "pytest.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__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"}}, "__pytestPDB": {".class": "SymbolTableNode", "cross_ref": "_pytest.debugging.pytestPDB", "kind": "Gdef", "module_public": false}, "__version__": {".class": "SymbolTableNode", "cross_ref": "_pytest._version.version", "kind": "Gdef"}, "_fillfuncargs": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures._fillfuncargs", "kind": "Gdef"}, "approx": {".class": "SymbolTableNode", "cross_ref": "_pytest.python_api.approx", "kind": "Gdef"}, "cmdline": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.cmdline", "kind": "Gdef"}, "collect": {".class": "SymbolTableNode", "cross_ref": "pytest.collect", "kind": "Gdef"}, "console_main": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.console_main", "kind": "Gdef"}, "deprecated_call": {".class": "SymbolTableNode", "cross_ref": "_pytest.recwarn.deprecated_call", "kind": "Gdef"}, "exit": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.exit", "kind": "Gdef"}, "fail": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.fail", "kind": "Gdef"}, "fixture": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.fixture", "kind": "Gdef"}, "freeze_includes": {".class": "SymbolTableNode", "cross_ref": "_pytest.freeze_support.freeze_includes", "kind": "Gdef"}, "hookimpl": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.hookimpl", "kind": "Gdef"}, "hookspec": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.hookspec", "kind": "Gdef"}, "importorskip": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.importorskip", "kind": "Gdef"}, "main": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.main", "kind": "Gdef"}, "mark": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.structures.MARK_GEN", "kind": "Gdef"}, "param": {".class": "SymbolTableNode", "cross_ref": "_pytest.mark.param", "kind": "Gdef"}, "raises": {".class": "SymbolTableNode", "cross_ref": "_pytest.python_api.raises", "kind": "Gdef"}, "register_assert_rewrite": {".class": "SymbolTableNode", "cross_ref": "_pytest.assertion.register_assert_rewrite", "kind": "Gdef"}, "set_trace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "pytest.set_trace", "name": "set_trace", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [{".class": "TypeType", "item": "_pytest.debugging.pytestPDB"}], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "skip": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.skip", "kind": "Gdef"}, "warns": {".class": "SymbolTableNode", "cross_ref": "_pytest.recwarn.warns", "kind": "Gdef"}, "xfail": {".class": "SymbolTableNode", "cross_ref": "_pytest.outcomes.xfail", "kind": "Gdef"}, "yield_fixture": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.yield_fixture", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/pytest/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/pytest/__init__.meta.json b/.mypy_cache/3.9/pytest/__init__.meta.json deleted file mode 100644 index 087e22ff9..000000000 --- a/.mypy_cache/3.9/pytest/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [3, 4, 5, 6, 7, 8, 15, 16, 21, 22, 23, 24, 26, 27, 30, 35, 37, 42, 44, 47, 49, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 30, 30], "dependencies": ["pytest.collect", "_pytest", "_pytest.assertion", "_pytest.cacheprovider", "_pytest.capture", "_pytest.config", "_pytest.debugging", "_pytest.fixtures", "_pytest.freeze_support", "_pytest.logging", "_pytest.main", "_pytest.mark", "_pytest.monkeypatch", "_pytest.nodes", "_pytest.outcomes", "_pytest.pytester", "_pytest.python", "_pytest.python_api", "_pytest.recwarn", "_pytest.tmpdir", "_pytest.warning_types", "builtins", "abc", "typing"], "hash": "998fe0193adb562301c7e450475ab3cdb05a316ef69c29c987517faa259ebfdb", "id": "pytest", "ignore_all": true, "interface_hash": "48fc5de3b207feb3fd47ee495e4b95dddd24e1d65a2c3b8a08ce8ddf1415510c", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/pytest/__init__.py", "plugin_data": null, "size": 3713, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/pytest/collect.data.json b/.mypy_cache/3.9/pytest/collect.data.json deleted file mode 100644 index 9f5eb6894..000000000 --- a/.mypy_cache/3.9/pytest/collect.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "pytest.collect", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "COLLECT_FAKEMODULE_ATTRIBUTES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "pytest.collect.COLLECT_FAKEMODULE_ATTRIBUTES", "name": "COLLECT_FAKEMODULE_ATTRIBUTES", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "FakeCollectModule": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["types.ModuleType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "pytest.collect.FakeCollectModule", "name": "FakeCollectModule", "type_vars": []}, "flags": [], "fullname": "pytest.collect.FakeCollectModule", "metaclass_type": null, "metadata": {}, "module_name": "pytest.collect", "mro": ["pytest.collect.FakeCollectModule", "types.ModuleType", "builtins.object"], "names": {".class": "SymbolTable", "__all__": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "pytest.collect.FakeCollectModule.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__dir__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pytest.collect.FakeCollectModule.__dir__", "name": "__dir__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pytest.collect.FakeCollectModule"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__dir__ of FakeCollectModule", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "pytest.collect.FakeCollectModule.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["pytest.collect.FakeCollectModule", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of FakeCollectModule", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "pytest.collect.FakeCollectModule.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["pytest.collect.FakeCollectModule"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FakeCollectModule", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__pytest": {".class": "SymbolTableNode", "cross_ref": "pytest", "implicit": true, "kind": "Mdef"}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "ModuleType": {".class": "SymbolTableNode", "cross_ref": "types.ModuleType", "kind": "Gdef"}, "PYTEST_COLLECT_MODULE": {".class": "SymbolTableNode", "cross_ref": "_pytest.deprecated.PYTEST_COLLECT_MODULE", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pytest.collect.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pytest.collect.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pytest.collect.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "pytest.collect.__package__", "name": "__package__", "type": "builtins.str"}}, "pytest": {".class": "SymbolTableNode", "cross_ref": "pytest", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/pytest/collect.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/pytest/collect.meta.json b/.mypy_cache/3.9/pytest/collect.meta.json deleted file mode 100644 index 4f9074b33..000000000 --- a/.mypy_cache/3.9/pytest/collect.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 2, 3, 4, 7, 8, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 10, 5, 5, 30, 30, 30, 30], "dependencies": ["sys", "warnings", "types", "typing", "pytest", "_pytest.deprecated", "builtins", "_pytest", "_pytest.warning_types", "_warnings", "abc"], "hash": "c205d1bf3b8e504eb598dbc20e8baf5ba40d64642a26812906d355453abea95d", "id": "pytest.collect", "ignore_all": true, "interface_hash": "5fb366e5a8e47ef35bdb8731e09792b307d421693280abf577214cc31228020a", "mtime": 1638984363, "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_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/anaconda3/lib/python3.9/site-packages/pytest/collect.py", "plugin_data": null, "size": 918, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/queue.data.json b/.mypy_cache/3.9/queue.data.json deleted file mode 100644 index 6e2102148..000000000 --- a/.mypy_cache/3.9/queue.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "queue", "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}, "Condition": {".class": "SymbolTableNode", "cross_ref": "threading.Condition", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Empty": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "queue.Empty", "name": "Empty", "type_vars": []}, "flags": [], "fullname": "queue.Empty", "metaclass_type": null, "metadata": {}, "module_name": "queue", "mro": ["queue.Empty", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Full": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "queue.Full", "name": "Full", "type_vars": []}, "flags": [], "fullname": "queue.Full", "metaclass_type": null, "metadata": {}, "module_name": "queue", "mro": ["queue.Full", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "GenericAlias": {".class": "SymbolTableNode", "cross_ref": "types.GenericAlias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "LifoQueue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.Queue"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "queue.LifoQueue", "name": "LifoQueue", "type_vars": [{".class": "TypeVarDef", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "queue.LifoQueue", "metaclass_type": null, "metadata": {}, "module_name": "queue", "mro": ["queue.LifoQueue", "queue.Queue", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "Lock": {".class": "SymbolTableNode", "cross_ref": "threading.Lock", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PriorityQueue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.Queue"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "queue.PriorityQueue", "name": "PriorityQueue", "type_vars": [{".class": "TypeVarDef", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "queue.PriorityQueue", "metaclass_type": null, "metadata": {}, "module_name": "queue", "mro": ["queue.PriorityQueue", "queue.Queue", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "Queue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "queue.Queue", "name": "Queue", "type_vars": [{".class": "TypeVarDef", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "queue.Queue", "metaclass_type": null, "metadata": {}, "module_name": "queue", "mro": ["queue.Queue", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "queue.Queue.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.Queue"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of Queue", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "maxsize"], "flags": [], "fullname": "queue.Queue.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "maxsize"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.Queue"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Queue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "queue.Queue._get", "name": "_get", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.Queue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get of Queue", "ret_type": {".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "_init": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "maxsize"], "flags": [], "fullname": "queue.Queue._init", "name": "_init", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "maxsize"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.Queue"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_init of Queue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_put": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": [], "fullname": "queue.Queue._put", "name": "_put", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.Queue"}, {".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_put of Queue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_qsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "queue.Queue._qsize", "name": "_qsize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.Queue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_qsize of Queue", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "all_tasks_done": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "queue.Queue.all_tasks_done", "name": "all_tasks_done", "type": "threading.Condition"}}, "empty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "queue.Queue.empty", "name": "empty", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.Queue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "empty of Queue", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "full": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "queue.Queue.full", "name": "full", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.Queue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "full of Queue", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "block", "timeout"], "flags": [], "fullname": "queue.Queue.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "block", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.Queue"}, "builtins.bool", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of Queue", "ret_type": {".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "get_nowait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "queue.Queue.get_nowait", "name": "get_nowait", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.Queue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_nowait of Queue", "ret_type": {".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "join": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "queue.Queue.join", "name": "join", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.Queue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "join of Queue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "maxsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "queue.Queue.maxsize", "name": "maxsize", "type": "builtins.int"}}, "mutex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "queue.Queue.mutex", "name": "mutex", "type": "threading.Lock"}}, "not_empty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "queue.Queue.not_empty", "name": "not_empty", "type": "threading.Condition"}}, "not_full": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "queue.Queue.not_full", "name": "not_full", "type": "threading.Condition"}}, "put": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "item", "block", "timeout"], "flags": [], "fullname": "queue.Queue.put", "name": "put", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "item", "block", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.Queue"}, {".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.bool", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "put of Queue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "put_nowait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": [], "fullname": "queue.Queue.put_nowait", "name": "put_nowait", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.Queue"}, {".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "put_nowait of Queue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "qsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "queue.Queue.qsize", "name": "qsize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.Queue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "qsize of Queue", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "queue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "queue.Queue.queue", "name": "queue", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "task_done": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "queue.Queue.task_done", "name": "task_done", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.Queue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "task_done of Queue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "unfinished_tasks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "queue.Queue.unfinished_tasks", "name": "unfinished_tasks", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "SimpleQueue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "queue.SimpleQueue", "name": "SimpleQueue", "type_vars": [{".class": "TypeVarDef", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "queue.SimpleQueue", "metaclass_type": null, "metadata": {}, "module_name": "queue", "mro": ["queue.SimpleQueue", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "queue.SimpleQueue.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.SimpleQueue"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of SimpleQueue", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "queue.SimpleQueue.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.SimpleQueue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SimpleQueue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "empty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "queue.SimpleQueue.empty", "name": "empty", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.SimpleQueue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "empty of SimpleQueue", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "block", "timeout"], "flags": [], "fullname": "queue.SimpleQueue.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "block", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.SimpleQueue"}, "builtins.bool", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of SimpleQueue", "ret_type": {".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "get_nowait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "queue.SimpleQueue.get_nowait", "name": "get_nowait", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.SimpleQueue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_nowait of SimpleQueue", "ret_type": {".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "put": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "item", "block", "timeout"], "flags": [], "fullname": "queue.SimpleQueue.put", "name": "put", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "item", "block", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.SimpleQueue"}, {".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.bool", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "put of SimpleQueue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "put_nowait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": [], "fullname": "queue.SimpleQueue.put_nowait", "name": "put_nowait", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.SimpleQueue"}, {".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "put_nowait of SimpleQueue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "qsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "queue.SimpleQueue.qsize", "name": "qsize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "queue._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "queue.SimpleQueue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "qsize of SimpleQueue", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "queue._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "queue.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "queue.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "queue.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "queue.__package__", "name": "__package__", "type": "builtins.str"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/queue.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/queue.meta.json b/.mypy_cache/3.9/queue.meta.json deleted file mode 100644 index 5504b01eb..000000000 --- a/.mypy_cache/3.9/queue.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 6, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30], "dependencies": ["sys", "threading", "typing", "types", "builtins", "abc"], "hash": "5b5685e6f2e904c4e797839b7a41f0e01ebb59b863a144ae92bcf783aa296b49", "id": "queue", "ignore_all": true, "interface_hash": "87d50a0fd61bb7f23efe4f738471a87e000f301bd3311e763780ae0c20e2c216", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/queue.pyi", "plugin_data": null, "size": 1884, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/random.data.json b/.mypy_cache/3.9/random.data.json deleted file mode 100644 index b4b427636..000000000 --- a/.mypy_cache/3.9/random.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "random", "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}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MutableSequence": {".class": "SymbolTableNode", "cross_ref": "typing.MutableSequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Random": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_random.Random"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "random.Random", "name": "Random", "type_vars": []}, "flags": [], "fullname": "random.Random", "metaclass_type": null, "metadata": {}, "module_name": "random", "mro": ["random.Random", "_random.Random", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "x"], "flags": [], "fullname": "random.Random.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "x"], "arg_types": ["random.Random", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Random", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "betavariate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "alpha", "beta"], "flags": [], "fullname": "random.Random.betavariate", "name": "betavariate", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "alpha", "beta"], "arg_types": ["random.Random", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "betavariate of Random", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "choice": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "seq"], "flags": [], "fullname": "random.Random.choice", "name": "choice", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "seq"], "arg_types": ["random.Random", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "choice of Random", "ret_type": {".class": "TypeVarType", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "choices": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["self", "population", "weights", "cum_weights", "k"], "flags": [], "fullname": "random.Random.choices", "name": "choices", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["self", "population", "weights", "cum_weights", "k"], "arg_types": ["random.Random", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.float"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.float"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "choices of Random", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "expovariate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "lambd"], "flags": [], "fullname": "random.Random.expovariate", "name": "expovariate", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "lambd"], "arg_types": ["random.Random", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expovariate of Random", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "gammavariate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "alpha", "beta"], "flags": [], "fullname": "random.Random.gammavariate", "name": "gammavariate", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "alpha", "beta"], "arg_types": ["random.Random", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gammavariate of Random", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "gauss": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mu", "sigma"], "flags": [], "fullname": "random.Random.gauss", "name": "gauss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mu", "sigma"], "arg_types": ["random.Random", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gauss of Random", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "getrandbits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__k"], "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "getstate of Random", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "lognormvariate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mu", "sigma"], "flags": [], "fullname": "random.Random.lognormvariate", "name": "lognormvariate", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mu", "sigma"], "arg_types": ["random.Random", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lognormvariate of Random", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "normalvariate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mu", "sigma"], "flags": [], "fullname": "random.Random.normalvariate", "name": "normalvariate", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mu", "sigma"], "arg_types": ["random.Random", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normalvariate of Random", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "paretovariate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "alpha"], "flags": [], "fullname": "random.Random.paretovariate", "name": "paretovariate", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "alpha"], "arg_types": ["random.Random", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "paretovariate of Random", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "randbytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "random.Random.randbytes", "name": "randbytes", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "arg_types": ["random.Random", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randbytes of Random", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "randint": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "a", "b"], "flags": [], "fullname": "random.Random.randint", "name": "randint", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "a", "b"], "arg_types": ["random.Random", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randint of Random", "ret_type": "builtins.int", "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", "implicit": false, "is_ellipsis_args": false, "name": "random of Random", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "randrange": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "start", "stop", "step"], "flags": [], "fullname": "random.Random.randrange", "name": "randrange", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "start", "stop", "step"], "arg_types": ["random.Random", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randrange of Random", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "population", "k", "counts"], "flags": [], "fullname": "random.Random.sample", "name": "sample", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "population", "k", "counts"], "arg_types": ["random.Random", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.AbstractSet"}]}, "builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sample of Random", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "seed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "a", "version"], "flags": [], "fullname": "random.Random.seed", "name": "seed", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "a", "version"], "arg_types": ["random.Random", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "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", "state"], "flags": [], "fullname": "random.Random.setstate", "name": "setstate", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "arg_types": ["random.Random", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setstate of Random", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "shuffle": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "x", "random"], "flags": [], "fullname": "random.Random.shuffle", "name": "shuffle", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "x", "random"], "arg_types": ["random.Random", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.MutableSequence"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.float", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shuffle of Random", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "triangular": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "low", "high", "mode"], "flags": [], "fullname": "random.Random.triangular", "name": "triangular", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "low", "high", "mode"], "arg_types": ["random.Random", "builtins.float", "builtins.float", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "triangular of Random", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "uniform": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "a", "b"], "flags": [], "fullname": "random.Random.uniform", "name": "uniform", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "a", "b"], "arg_types": ["random.Random", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "uniform of Random", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "vonmisesvariate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mu", "kappa"], "flags": [], "fullname": "random.Random.vonmisesvariate", "name": "vonmisesvariate", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mu", "kappa"], "arg_types": ["random.Random", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "vonmisesvariate of Random", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "weibullvariate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "alpha", "beta"], "flags": [], "fullname": "random.Random.weibullvariate", "name": "weibullvariate", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "alpha", "beta"], "arg_types": ["random.Random", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "weibullvariate of Random", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.AbstractSet", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SystemRandom": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["random.Random"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "random.SystemRandom", "name": "SystemRandom", "type_vars": []}, "flags": [], "fullname": "random.SystemRandom", "metaclass_type": null, "metadata": {}, "module_name": "random", "mro": ["random.SystemRandom", "random.Random", "_random.Random", "builtins.object"], "names": {".class": "SymbolTable", "getstate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwds"], "flags": [], "fullname": "random.SystemRandom.getstate", "name": "getstate", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwds"], "arg_types": ["random.SystemRandom", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getstate of SystemRandom", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "setstate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwds"], "flags": [], "fullname": "random.SystemRandom.setstate", "name": "setstate", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwds"], "arg_types": ["random.SystemRandom", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setstate of SystemRandom", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "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}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "random._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__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"}}, "_random": {".class": "SymbolTableNode", "cross_ref": "_random", "kind": "Gdef", "module_hidden": true, "module_public": false}, "betavariate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["alpha", "beta"], "flags": [], "fullname": "random.betavariate", "name": "betavariate", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["alpha", "beta"], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "betavariate", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "choice": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["seq"], "flags": [], "fullname": "random.choice", "name": "choice", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["seq"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "choice", "ret_type": {".class": "TypeVarType", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "choices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5, 5], "arg_names": ["population", "weights", "cum_weights", "k"], "flags": [], "fullname": "random.choices", "name": "choices", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5, 5], "arg_names": ["population", "weights", "cum_weights", "k"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.float"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.float"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "choices", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "expovariate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["lambd"], "flags": [], "fullname": "random.expovariate", "name": "expovariate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["lambd"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expovariate", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "gammavariate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["alpha", "beta"], "flags": [], "fullname": "random.gammavariate", "name": "gammavariate", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["alpha", "beta"], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gammavariate", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "gauss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["mu", "sigma"], "flags": [], "fullname": "random.gauss", "name": "gauss", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["mu", "sigma"], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gauss", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "getrandbits": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__k"], "flags": [], "fullname": "random.getrandbits", "name": "getrandbits", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getrandbits", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getstate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "random.getstate", "name": "getstate", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getstate", "ret_type": "builtins.object", "type_guard": null, "variables": []}}}, "lognormvariate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["mu", "sigma"], "flags": [], "fullname": "random.lognormvariate", "name": "lognormvariate", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["mu", "sigma"], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lognormvariate", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "normalvariate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["mu", "sigma"], "flags": [], "fullname": "random.normalvariate", "name": "normalvariate", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["mu", "sigma"], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normalvariate", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "paretovariate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["alpha"], "flags": [], "fullname": "random.paretovariate", "name": "paretovariate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["alpha"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "paretovariate", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "randbytes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["n"], "flags": [], "fullname": "random.randbytes", "name": "randbytes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["n"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randbytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "randint": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "random.randint", "name": "randint", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randint", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "random": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "random.random", "name": "random", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "random", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "randrange": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["start", "stop", "step"], "flags": [], "fullname": "random.randrange", "name": "randrange", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["start", "stop", "step"], "arg_types": ["builtins.int", {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.int"]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randrange", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sample": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["population", "k", "counts"], "flags": [], "fullname": "random.sample", "name": "sample", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["population", "k", "counts"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.AbstractSet"}]}, "builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sample", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "random._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "seed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1], "arg_names": ["a", "version"], "flags": [], "fullname": "random.seed", "name": "seed", "type": {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["a", "version"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seed", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setstate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["state"], "flags": [], "fullname": "random.setstate", "name": "setstate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["state"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setstate", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "shuffle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["x", "random"], "flags": [], "fullname": "random.shuffle", "name": "shuffle", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["x", "random"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.MutableSequence"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.float", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shuffle", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "triangular": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1], "arg_names": ["low", "high", "mode"], "flags": [], "fullname": "random.triangular", "name": "triangular", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1], "arg_names": ["low", "high", "mode"], "arg_types": ["builtins.float", "builtins.float", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "triangular", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "uniform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "random.uniform", "name": "uniform", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "uniform", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "vonmisesvariate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["mu", "kappa"], "flags": [], "fullname": "random.vonmisesvariate", "name": "vonmisesvariate", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["mu", "kappa"], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "vonmisesvariate", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "weibullvariate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["alpha", "beta"], "flags": [], "fullname": "random.weibullvariate", "name": "weibullvariate", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["alpha", "beta"], "arg_types": ["builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "weibullvariate", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/random.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/random.meta.json b/.mypy_cache/3.9/random.meta.json deleted file mode 100644 index b005bb85d..000000000 --- a/.mypy_cache/3.9/random.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 4, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 30], "dependencies": ["_random", "sys", "collections.abc", "typing", "builtins", "abc"], "hash": "670878d95585fa669f83cd76cc153427c9fd0de00842aedad4c784921aebca87", "id": "random", "ignore_all": true, "interface_hash": "e12d927e203216e773870b91e75f42de282ce8f998b4974a6bb25ba3dc4e8f9d", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/random.pyi", "plugin_data": null, "size": 4018, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/re.data.json b/.mypy_cache/3.9/re.data.json deleted file mode 100644 index 4ff6d13d9..000000000 --- a/.mypy_cache/3.9/re.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "re", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "A": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "re.A", "name": "A", "type": "re.RegexFlag"}}, "ASCII": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "re.ASCII", "name": "ASCII", "type": "re.RegexFlag"}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DEBUG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "re.DEBUG", "name": "DEBUG", "type": "re.RegexFlag"}}, "DOTALL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "re.DOTALL", "name": "DOTALL", "type": "re.RegexFlag"}}, "I": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "re.I", "name": "I", "type": "re.RegexFlag"}}, "IGNORECASE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "re.IGNORECASE", "name": "IGNORECASE", "type": "re.RegexFlag"}}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "L": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "re.L", "name": "L", "type": "re.RegexFlag"}}, "LOCALE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "re.LOCALE", "name": "LOCALE", "type": "re.RegexFlag"}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "M": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "re.M", "name": "M", "type": "re.RegexFlag"}}, "MULTILINE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "re.MULTILINE", "name": "MULTILINE", "type": "re.RegexFlag"}}, "Match": {".class": "SymbolTableNode", "cross_ref": "typing.Match", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Pattern": {".class": "SymbolTableNode", "cross_ref": "typing.Pattern", "kind": "Gdef"}, "RegexFlag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.IntFlag"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "re.RegexFlag", "name": "RegexFlag", "type_vars": []}, "flags": ["is_enum"], "fullname": "re.RegexFlag", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "re", "mro": ["re.RegexFlag", "enum.IntFlag", "builtins.int", "enum.Flag", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "A": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "re.RegexFlag.A", "name": "A", "type": "builtins.int"}}, "ASCII": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "re.RegexFlag.ASCII", "name": "ASCII", "type": "builtins.int"}}, "DEBUG": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "re.RegexFlag.DEBUG", "name": "DEBUG", "type": "builtins.int"}}, "DOTALL": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "re.RegexFlag.DOTALL", "name": "DOTALL", "type": "builtins.int"}}, "I": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "re.RegexFlag.I", "name": "I", "type": "builtins.int"}}, "IGNORECASE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "re.RegexFlag.IGNORECASE", "name": "IGNORECASE", "type": "builtins.int"}}, "L": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "re.RegexFlag.L", "name": "L", "type": "builtins.int"}}, "LOCALE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "re.RegexFlag.LOCALE", "name": "LOCALE", "type": "builtins.int"}}, "M": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "re.RegexFlag.M", "name": "M", "type": "builtins.int"}}, "MULTILINE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "re.RegexFlag.MULTILINE", "name": "MULTILINE", "type": "builtins.int"}}, "S": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "re.RegexFlag.S", "name": "S", "type": "builtins.int"}}, "T": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "re.RegexFlag.T", "name": "T", "type": "builtins.int"}}, "TEMPLATE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "re.RegexFlag.TEMPLATE", "name": "TEMPLATE", "type": "builtins.int"}}, "U": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "re.RegexFlag.U", "name": "U", "type": "builtins.int"}}, "UNICODE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "re.RegexFlag.UNICODE", "name": "UNICODE", "type": "builtins.int"}}, "VERBOSE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "re.RegexFlag.VERBOSE", "name": "VERBOSE", "type": "builtins.int"}}, "X": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "re.RegexFlag.X", "name": "X", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "S": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "re.S", "name": "S", "type": "re.RegexFlag"}}, "T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "re.T", "name": "T", "type": "re.RegexFlag"}}, "TEMPLATE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "re.TEMPLATE", "name": "TEMPLATE", "type": "re.RegexFlag"}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "U": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "re.U", "name": "U", "type": "re.RegexFlag"}}, "UNICODE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "re.UNICODE", "name": "UNICODE", "type": "re.RegexFlag"}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "VERBOSE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "re.VERBOSE", "name": "VERBOSE", "type": "re.RegexFlag"}}, "X": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "re.X", "name": "X", "type": "re.RegexFlag"}}, "_FlagsType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "re._FlagsType", "line": 48, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.int", "re.RegexFlag"]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "re.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "re.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "re.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "re.__package__", "name": "__package__", "type": "builtins.str"}}, "compile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "re.compile", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["pattern", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.compile", "name": "compile", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["pattern", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compile", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "compile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["pattern", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.compile", "name": "compile", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["pattern", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compile", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "compile", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["pattern", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compile", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["pattern", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compile", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "enum": {".class": "SymbolTableNode", "cross_ref": "enum", "kind": "Gdef", "module_hidden": true, "module_public": false}, "error": {".class": "SymbolTableNode", "cross_ref": "sre_constants.error", "kind": "Gdef"}, "escape": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pattern"], "flags": [], "fullname": "re.escape", "name": "escape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pattern"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "escape", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "findall": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "re.findall", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.findall", "name": "findall", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "findall", "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "findall", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.findall", "name": "findall", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "findall", "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "findall", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "findall", "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "findall", "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "finditer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "re.finditer", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.finditer", "name": "finditer", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "finditer", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "finditer", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.finditer", "name": "finditer", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "finditer", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "finditer", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "finditer", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "finditer", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "fullmatch": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "re.fullmatch", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.fullmatch", "name": "fullmatch", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fullmatch", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "NoneType"}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fullmatch", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.fullmatch", "name": "fullmatch", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fullmatch", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "NoneType"}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fullmatch", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fullmatch", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "NoneType"}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fullmatch", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "NoneType"}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "match": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "re.match", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.match", "name": "match", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "match", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "NoneType"}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "match", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.match", "name": "match", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "match", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "NoneType"}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "match", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "match", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "NoneType"}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "match", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "NoneType"}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "purge": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "re.purge", "name": "purge", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "purge", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "search": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "re.search", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.search", "name": "search", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "search", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "NoneType"}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "search", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.search", "name": "search", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "search", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "NoneType"}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "search", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "search", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "NoneType"}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["pattern", "string", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "search", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "NoneType"}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "split": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "re.split", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["pattern", "string", "maxsplit", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.split", "name": "split", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["pattern", "string", "maxsplit", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "split", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}]}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "split", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["pattern", "string", "maxsplit", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.split", "name": "split", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["pattern", "string", "maxsplit", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "split", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}]}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "split", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["pattern", "string", "maxsplit", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "split", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}]}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["pattern", "string", "maxsplit", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "split", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}]}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "sub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "re.sub", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.sub", "name": "sub", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sub", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sub", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.sub", "name": "sub", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sub", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sub", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.sub", "name": "sub", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sub", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sub", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.sub", "name": "sub", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sub", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sub", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sub", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sub", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sub", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sub", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "subn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "re.subn", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.subn", "name": "subn", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subn", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "subn", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.subn", "name": "subn", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subn", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "subn", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.subn", "name": "subn", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subn", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "subn", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "flags": ["is_overload", "is_decorated"], "fullname": "re.subn", "name": "subn", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subn", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "subn", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subn", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subn", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subn", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["pattern", "repl", "string", "count", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subn", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "template": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["pattern", "flags"], "flags": [], "fullname": "re.template", "name": "template", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["pattern", "flags"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "re._FlagsType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "template", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/re.meta.json b/.mypy_cache/3.9/re.meta.json deleted file mode 100644 index 947f7a9b4..000000000 --- a/.mypy_cache/3.9/re.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 4, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 30], "dependencies": ["enum", "sys", "sre_constants", "typing", "builtins", "abc"], "hash": "7a7aa221092219ec6a055732bdd089edd06794b3f312e820db9e6794e5b9c27b", "id": "re", "ignore_all": true, "interface_hash": "9c4a3cf0be6c6eee074cb298fdaf32ff2e80e0c04927512a0d4df417ef5a7ba0", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi", "plugin_data": null, "size": 4378, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/reprlib.data.json b/.mypy_cache/3.9/reprlib.data.json deleted file mode 100644 index f0a1e111f..000000000 --- a/.mypy_cache/3.9/reprlib.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "reprlib", "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}, "Deque": {".class": "SymbolTableNode", "cross_ref": "typing.Deque", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "FrozenSet": {".class": "SymbolTableNode", "cross_ref": "typing.FrozenSet", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Repr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "reprlib.Repr", "name": "Repr", "type_vars": []}, "flags": [], "fullname": "reprlib.Repr", "metaclass_type": null, "metadata": {}, "module_name": "reprlib", "mro": ["reprlib.Repr", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "reprlib.Repr.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["reprlib.Repr"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Repr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "maxarray": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "reprlib.Repr.maxarray", "name": "maxarray", "type": "builtins.int"}}, "maxdeque": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "reprlib.Repr.maxdeque", "name": "maxdeque", "type": "builtins.int"}}, "maxdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "reprlib.Repr.maxdict", "name": "maxdict", "type": "builtins.int"}}, "maxfrozenset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "reprlib.Repr.maxfrozenset", "name": "maxfrozenset", "type": "builtins.int"}}, "maxlevel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "reprlib.Repr.maxlevel", "name": "maxlevel", "type": "builtins.int"}}, "maxlist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "reprlib.Repr.maxlist", "name": "maxlist", "type": "builtins.int"}}, "maxlong": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "reprlib.Repr.maxlong", "name": "maxlong", "type": "builtins.int"}}, "maxother": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "reprlib.Repr.maxother", "name": "maxother", "type": "builtins.int"}}, "maxset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "reprlib.Repr.maxset", "name": "maxset", "type": "builtins.int"}}, "maxstring": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "reprlib.Repr.maxstring", "name": "maxstring", "type": "builtins.int"}}, "maxtuple": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "reprlib.Repr.maxtuple", "name": "maxtuple", "type": "builtins.int"}}, "repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "reprlib.Repr.repr", "name": "repr", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": ["reprlib.Repr", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr of Repr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "repr1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "flags": [], "fullname": "reprlib.Repr.repr1", "name": "repr1", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "arg_types": ["reprlib.Repr", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr1 of Repr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "repr_array": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "flags": [], "fullname": "reprlib.Repr.repr_array", "name": "repr_array", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "arg_types": ["reprlib.Repr", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "array.array"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_array of Repr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "repr_deque": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "flags": [], "fullname": "reprlib.Repr.repr_deque", "name": "repr_deque", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "arg_types": ["reprlib.Repr", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "collections.deque"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_deque of Repr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "repr_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "flags": [], "fullname": "reprlib.Repr.repr_dict", "name": "repr_dict", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "arg_types": ["reprlib.Repr", {".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"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_dict of Repr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "repr_frozenset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "flags": [], "fullname": "reprlib.Repr.repr_frozenset", "name": "repr_frozenset", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "arg_types": ["reprlib.Repr", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.frozenset"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_frozenset of Repr", "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": "reprlib.Repr.repr_instance", "name": "repr_instance", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "arg_types": ["reprlib.Repr", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_instance of Repr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "repr_int": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "flags": [], "fullname": "reprlib.Repr.repr_int", "name": "repr_int", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "arg_types": ["reprlib.Repr", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_int of Repr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "repr_list": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "flags": [], "fullname": "reprlib.Repr.repr_list", "name": "repr_list", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "arg_types": ["reprlib.Repr", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_list of Repr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "repr_set": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "flags": [], "fullname": "reprlib.Repr.repr_set", "name": "repr_set", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "arg_types": ["reprlib.Repr", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.set"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_set of Repr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "repr_str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "flags": [], "fullname": "reprlib.Repr.repr_str", "name": "repr_str", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "arg_types": ["reprlib.Repr", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_str of Repr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "repr_tuple": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "flags": [], "fullname": "reprlib.Repr.repr_tuple", "name": "repr_tuple", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "arg_types": ["reprlib.Repr", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr_tuple of Repr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ReprFunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "reprlib._ReprFunc", "line": 4, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "reprlib.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "reprlib.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "reprlib.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "reprlib.__package__", "name": "__package__", "type": "builtins.str"}}, "aRepr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "reprlib.aRepr", "name": "aRepr", "type": "reprlib.Repr"}}, "array": {".class": "SymbolTableNode", "cross_ref": "array.array", "kind": "Gdef", "module_hidden": true, "module_public": false}, "recursive_repr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["fillvalue"], "flags": [], "fullname": "reprlib.recursive_repr", "name": "recursive_repr", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["fillvalue"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "recursive_repr", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "reprlib._ReprFunc"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "reprlib._ReprFunc"}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "repr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "reprlib.repr", "name": "repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["x"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/reprlib.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/reprlib.meta.json b/.mypy_cache/3.9/reprlib.meta.json deleted file mode 100644 index 2a7ef9c95..000000000 --- a/.mypy_cache/3.9/reprlib.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1], "dep_prios": [5, 5, 5], "dependencies": ["array", "typing", "builtins"], "hash": "1e7e4aee7bf0f62e2ec32af11fb0644926c0f3f9daff6e2de9827c625797d1c4", "id": "reprlib", "ignore_all": true, "interface_hash": "470ef698fe1bbccb4803cd3e3eee3fe78e048e85284b709bc4ea3142ddeafd3d", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/reprlib.pyi", "plugin_data": null, "size": 1228, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/shlex.data.json b/.mypy_cache/3.9/shlex.data.json deleted file mode 100644 index f2b3dad99..000000000 --- a/.mypy_cache/3.9/shlex.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "shlex", "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}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TextIO": {".class": "SymbolTableNode", "cross_ref": "typing.TextIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "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}, "_SLT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "shlex._SLT", "name": "_SLT", "upper_bound": "shlex.shlex", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "shlex.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "shlex.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "shlex.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "shlex.__package__", "name": "__package__", "type": "builtins.str"}}, "join": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["split_command"], "flags": [], "fullname": "shlex.join", "name": "join", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["split_command"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "join", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "quote": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": [], "fullname": "shlex.quote", "name": "quote", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["s"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quote", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "shlex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "shlex.shlex", "name": "shlex", "type_vars": []}, "flags": [], "fullname": "shlex.shlex", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "shlex", "mro": ["shlex.shlex", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "instream", "infile", "posix", "punctuation_chars"], "flags": [], "fullname": "shlex.shlex.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "instream", "infile", "posix", "punctuation_chars"], "arg_types": ["shlex.shlex", {".class": "UnionType", "items": ["builtins.str", "typing.TextIO", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of shlex", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "shlex.shlex.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "shlex._SLT", "id": -1, "name": "_SLT", "upper_bound": "shlex.shlex", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of shlex", "ret_type": {".class": "TypeVarType", "fullname": "shlex._SLT", "id": -1, "name": "_SLT", "upper_bound": "shlex.shlex", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "shlex._SLT", "id": -1, "name": "_SLT", "upper_bound": "shlex.shlex", "values": [], "variance": 0}]}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "shlex.shlex.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["shlex.shlex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of shlex", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "commenters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "shlex.shlex.commenters", "name": "commenters", "type": "builtins.str"}}, "debug": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "shlex.shlex.debug", "name": "debug", "type": "builtins.int"}}, "eof": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "shlex.shlex.eof", "name": "eof", "type": "builtins.str"}}, "error_leader": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "infile", "lineno"], "flags": [], "fullname": "shlex.shlex.error_leader", "name": "error_leader", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "infile", "lineno"], "arg_types": ["shlex.shlex", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "error_leader of shlex", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "escape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "shlex.shlex.escape", "name": "escape", "type": "builtins.str"}}, "escapedquotes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "shlex.shlex.escapedquotes", "name": "escapedquotes", "type": "builtins.str"}}, "get_token": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "shlex.shlex.get_token", "name": "get_token", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["shlex.shlex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_token of shlex", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "infile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "shlex.shlex.infile", "name": "infile", "type": "builtins.str"}}, "instream": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "shlex.shlex.instream", "name": "instream", "type": "typing.TextIO"}}, "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "shlex.shlex.lineno", "name": "lineno", "type": "builtins.int"}}, "pop_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "shlex.shlex.pop_source", "name": "pop_source", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["shlex.shlex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop_source of shlex", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "punctuation_chars": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "shlex.shlex.punctuation_chars", "name": "punctuation_chars", "type": "builtins.str"}}, "push_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "newstream", "newfile"], "flags": [], "fullname": "shlex.shlex.push_source", "name": "push_source", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "newstream", "newfile"], "arg_types": ["shlex.shlex", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "push_source of shlex", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "push_token": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tok"], "flags": [], "fullname": "shlex.shlex.push_token", "name": "push_token", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "tok"], "arg_types": ["shlex.shlex", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "push_token of shlex", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "quotes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "shlex.shlex.quotes", "name": "quotes", "type": "builtins.str"}}, "read_token": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "shlex.shlex.read_token", "name": "read_token", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["shlex.shlex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_token of shlex", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "shlex.shlex.source", "name": "source", "type": "builtins.str"}}, "sourcehook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "newfile"], "flags": [], "fullname": "shlex.shlex.sourcehook", "name": "sourcehook", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "newfile"], "arg_types": ["shlex.shlex", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sourcehook of shlex", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "typing.TextIO"], "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": []}}}, "token": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "shlex.shlex.token", "name": "token", "type": "builtins.str"}}, "whitespace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "shlex.shlex.whitespace", "name": "whitespace", "type": "builtins.str"}}, "whitespace_split": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "shlex.shlex.whitespace_split", "name": "whitespace_split", "type": "builtins.bool"}}, "wordchars": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "shlex.shlex.wordchars", "name": "wordchars", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "split": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["s", "comments", "posix"], "flags": [], "fullname": "shlex.split", "name": "split", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["s", "comments", "posix"], "arg_types": ["builtins.str", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "split", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/shlex.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/shlex.meta.json b/.mypy_cache/3.9/shlex.meta.json deleted file mode 100644 index 725fd8abe..000000000 --- a/.mypy_cache/3.9/shlex.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "af141c708daf3a08bc986fa5c09651b5a87326e10d02e1eb8595ac8a787b1a53", "id": "shlex", "ignore_all": true, "interface_hash": "626899a19b6fe181005c8f224eaa0e871c4a25ba68eac25f84bd73def44485ee", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/shlex.pyi", "plugin_data": null, "size": 1354, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/shutil.data.json b/.mypy_cache/3.9/shutil.data.json deleted file mode 100644 index c99beaea8..000000000 --- a/.mypy_cache/3.9/shutil.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "shutil", "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}, "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "shutil.Error", "name": "Error", "type_vars": []}, "flags": [], "fullname": "shutil.Error", "metaclass_type": null, "metadata": {}, "module_name": "shutil", "mro": ["shutil.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ExecError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "shutil.ExecError", "name": "ExecError", "type_vars": []}, "flags": [], "fullname": "shutil.ExecError", "metaclass_type": null, "metadata": {}, "module_name": "shutil", "mro": ["shutil.ExecError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ReadError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "shutil.ReadError", "name": "ReadError", "type_vars": []}, "flags": [], "fullname": "shutil.ReadError", "metaclass_type": null, "metadata": {}, "module_name": "shutil", "mro": ["shutil.ReadError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RegistryError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "shutil.RegistryError", "name": "RegistryError", "type_vars": []}, "flags": [], "fullname": "shutil.RegistryError", "metaclass_type": null, "metadata": {}, "module_name": "shutil", "mro": ["shutil.RegistryError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SameFileError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["shutil.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "shutil.SameFileError", "name": "SameFileError", "type_vars": []}, "flags": [], "fullname": "shutil.SameFileError", "metaclass_type": null, "metadata": {}, "module_name": "shutil", "mro": ["shutil.SameFileError", "shutil.Error", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SpecialFileError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "shutil.SpecialFileError", "name": "SpecialFileError", "type_vars": []}, "flags": [], "fullname": "shutil.SpecialFileError", "metaclass_type": null, "metadata": {}, "module_name": "shutil", "mro": ["shutil.SpecialFileError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "StrPath": {".class": "SymbolTableNode", "cross_ref": "_typeshed.StrPath", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsRead": {".class": "SymbolTableNode", "cross_ref": "_typeshed.SupportsRead", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsWrite": {".class": "SymbolTableNode", "cross_ref": "_typeshed.SupportsWrite", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "_AnyPath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "shutil._AnyPath", "name": "_AnyPath", "upper_bound": "builtins.object", "values": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}], "variance": 0}}, "_AnyStr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "shutil._AnyStr", "line": 22, "no_args": true, "normalized": false, "target": "builtins.str"}}, "_CopyFn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "shutil._CopyFn", "line": 106, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "_PathReturn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "shutil._PathReturn", "line": 26, "no_args": false, "normalized": false, "target": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "shutil.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "shutil.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "shutil.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "shutil.__package__", "name": "__package__", "type": "builtins.str"}}, "_ntuple_diskusage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "shutil._ntuple_diskusage", "name": "_ntuple_diskusage", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "shutil._ntuple_diskusage", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["total", "used", "free"]}}, "module_name": "shutil", "mro": ["shutil._ntuple_diskusage", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "shutil._ntuple_diskusage._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "shutil._ntuple_diskusage.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "shutil._ntuple_diskusage.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "total", "used", "free"], "flags": [], "fullname": "shutil._ntuple_diskusage.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "total", "used", "free"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "shutil._ntuple_diskusage._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _ntuple_diskusage", "ret_type": {".class": "TypeVarType", "fullname": "shutil._ntuple_diskusage._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "shutil._ntuple_diskusage._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "shutil._ntuple_diskusage._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "shutil._ntuple_diskusage._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of _ntuple_diskusage", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "shutil._ntuple_diskusage._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "shutil._ntuple_diskusage._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "shutil._ntuple_diskusage._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "shutil._ntuple_diskusage._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "shutil._ntuple_diskusage._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "shutil._ntuple_diskusage._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _ntuple_diskusage", "ret_type": {".class": "TypeVarType", "fullname": "shutil._ntuple_diskusage._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "shutil._ntuple_diskusage._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "shutil._ntuple_diskusage._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "shutil._ntuple_diskusage._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _ntuple_diskusage", "ret_type": {".class": "TypeVarType", "fullname": "shutil._ntuple_diskusage._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "shutil._ntuple_diskusage._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "total", "used", "free"], "flags": [], "fullname": "shutil._ntuple_diskusage._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "total", "used", "free"], "arg_types": [{".class": "TypeVarType", "fullname": "shutil._ntuple_diskusage._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of _ntuple_diskusage", "ret_type": {".class": "TypeVarType", "fullname": "shutil._ntuple_diskusage._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "shutil._ntuple_diskusage._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "shutil._ntuple_diskusage._source", "name": "_source", "type": "builtins.str"}}, "free": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "shutil._ntuple_diskusage.free", "name": "free", "type": "builtins.int"}}, "free-redefinition": {".class": "SymbolTableNode", "cross_ref": "shutil._ntuple_diskusage.free", "kind": "Mdef"}, "total": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "shutil._ntuple_diskusage.total", "name": "total", "type": "builtins.int"}}, "total-redefinition": {".class": "SymbolTableNode", "cross_ref": "shutil._ntuple_diskusage.total", "kind": "Mdef"}, "used": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "shutil._ntuple_diskusage.used", "name": "used", "type": "builtins.int"}}, "used-redefinition": {".class": "SymbolTableNode", "cross_ref": "shutil._ntuple_diskusage.used", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "chown": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["path", "user", "group"], "flags": [], "fullname": "shutil.chown", "name": "chown", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["path", "user", "group"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "chown", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["src", "dst", "follow_symlinks"], "flags": [], "fullname": "shutil.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["src", "dst", "follow_symlinks"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "shutil._PathReturn"}, "type_guard": null, "variables": []}}}, "copy2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["src", "dst", "follow_symlinks"], "flags": [], "fullname": "shutil.copy2", "name": "copy2", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["src", "dst", "follow_symlinks"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy2", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "shutil._PathReturn"}, "type_guard": null, "variables": []}}}, "copyfile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["src", "dst", "follow_symlinks"], "flags": [], "fullname": "shutil.copyfile", "name": "copyfile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["src", "dst", "follow_symlinks"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "TypeVarType", "fullname": "shutil._AnyPath", "id": -1, "name": "_AnyPath", "upper_bound": "builtins.object", "values": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copyfile", "ret_type": {".class": "TypeVarType", "fullname": "shutil._AnyPath", "id": -1, "name": "_AnyPath", "upper_bound": "builtins.object", "values": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "shutil._AnyPath", "id": -1, "name": "_AnyPath", "upper_bound": "builtins.object", "values": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}], "variance": 0}]}}}, "copyfileobj": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["fsrc", "fdst", "length"], "flags": [], "fullname": "shutil.copyfileobj", "name": "copyfileobj", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["fsrc", "fdst", "length"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_typeshed.SupportsRead"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "_typeshed.SupportsWrite"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copyfileobj", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "copymode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["src", "dst", "follow_symlinks"], "flags": [], "fullname": "shutil.copymode", "name": "copymode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["src", "dst", "follow_symlinks"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copymode", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "copystat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["src", "dst", "follow_symlinks"], "flags": [], "fullname": "shutil.copystat", "name": "copystat", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["src", "dst", "follow_symlinks"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copystat", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "copytree": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["src", "dst", "symlinks", "ignore", "copy_function", "ignore_dangling_symlinks", "dirs_exist_ok"], "flags": [], "fullname": "shutil.copytree", "name": "copytree", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["src", "dst", "symlinks", "ignore", "copy_function", "ignore_dangling_symlinks", "dirs_exist_ok"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, "builtins.bool", {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copytree", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "shutil._PathReturn"}, "type_guard": null, "variables": []}}}, "disk_usage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "shutil.disk_usage", "name": "disk_usage", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "disk_usage", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "shutil._ntuple_diskusage"}, "type_guard": null, "variables": []}}}, "get_archive_formats": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "shutil.get_archive_formats", "name": "get_archive_formats", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_archive_formats", "ret_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"}}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_terminal_size": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["fallback"], "flags": [], "fullname": "shutil.get_terminal_size", "name": "get_terminal_size", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["fallback"], "arg_types": [{".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"}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_terminal_size", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": "os.terminal_size"}, "type_guard": null, "variables": []}}}, "get_unpack_formats": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "shutil.get_unpack_formats", "name": "get_unpack_formats", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_unpack_formats", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "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.list"}, "type_guard": null, "variables": []}}}, "ignore_patterns": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["patterns"], "flags": [], "fullname": "shutil.ignore_patterns", "name": "ignore_patterns", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["patterns"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ignore_patterns", "ret_type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "make_archive": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["base_name", "format", "root_dir", "base_dir", "verbose", "dry_run", "owner", "group", "logger"], "flags": [], "fullname": "shutil.make_archive", "name": "make_archive", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["base_name", "format", "root_dir", "base_dir", "verbose", "dry_run", "owner", "group", "logger"], "arg_types": ["builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".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", "implicit": false, "is_ellipsis_args": false, "name": "make_archive", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "move": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["src", "dst", "copy_function"], "flags": [], "fullname": "shutil.move", "name": "move", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["src", "dst", "copy_function"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "shutil._CopyFn"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "move", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "shutil._PathReturn"}, "type_guard": null, "variables": []}}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_hidden": true, "module_public": false}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "register_archive_format": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["name", "function", "extra_args", "description"], "flags": [], "fullname": "shutil.register_archive_format", "name": "register_archive_format", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["name", "function", "extra_args", "description"], "arg_types": ["builtins.str", {".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", "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": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_archive_format", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "register_unpack_format": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["name", "extensions", "function", "extra_args", "description"], "flags": [], "fullname": "shutil.register_unpack_format", "name": "register_unpack_format", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["name", "extensions", "function", "extra_args", "description"], "arg_types": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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.Sequence"}, {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_unpack_format", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "rmtree": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["path", "ignore_errors", "onerror"], "flags": [], "fullname": "shutil.rmtree", "name": "rmtree", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["path", "ignore_errors", "onerror"], "arg_types": [{".class": "UnionType", "items": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, 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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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", "implicit": false, "is_ellipsis_args": false, "name": "rmtree", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "unpack_archive": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["filename", "extract_dir", "format"], "flags": [], "fullname": "shutil.unpack_archive", "name": "unpack_archive", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["filename", "extract_dir", "format"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unpack_archive", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "unregister_archive_format": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "shutil.unregister_archive_format", "name": "unregister_archive_format", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unregister_archive_format", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "unregister_unpack_format": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "shutil.unregister_unpack_format", "name": "unregister_unpack_format", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unregister_unpack_format", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "which": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "shutil.which", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["cmd", "mode", "path"], "flags": ["is_overload", "is_decorated"], "fullname": "shutil.which", "name": "which", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["cmd", "mode", "path"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "which", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "which", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["cmd", "mode", "path"], "flags": ["is_overload", "is_decorated"], "fullname": "shutil.which", "name": "which", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["cmd", "mode", "path"], "arg_types": ["builtins.bytes", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "which", "ret_type": {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "which", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["cmd", "mode", "path"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "which", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["cmd", "mode", "path"], "arg_types": ["builtins.bytes", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "which", "ret_type": {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "type_guard": null, "variables": []}]}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/shutil.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/shutil.meta.json b/.mypy_cache/3.9/shutil.meta.json deleted file mode 100644 index 48de2f1fd..000000000 --- a/.mypy_cache/3.9/shutil.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 3, 4, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 30], "dependencies": ["os", "sys", "_typeshed", "typing", "builtins", "abc"], "hash": "5dc68cc8eab53828a78cbecb837dd2f28b735902735ccb1baf987fd8de51c7ea", "id": "shutil", "ignore_all": true, "interface_hash": "9a1618ec993e4ded272b4876525a733f187908533020dae9e44ff84ad16187cf", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/shutil.pyi", "plugin_data": null, "size": 6004, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/signal.data.json b/.mypy_cache/3.9/signal.data.json deleted file mode 100644 index 4717a6526..000000000 --- a/.mypy_cache/3.9/signal.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "signal", "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}, "FrameType": {".class": "SymbolTableNode", "cross_ref": "types.FrameType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Handlers": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.IntEnum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "signal.Handlers", "name": "Handlers", "type_vars": []}, "flags": ["is_enum"], "fullname": "signal.Handlers", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "signal", "mro": ["signal.Handlers", "enum.IntEnum", "builtins.int", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "SIG_DFL": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Handlers.SIG_DFL", "name": "SIG_DFL", "type": "builtins.int"}}, "SIG_IGN": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Handlers.SIG_IGN", "name": "SIG_IGN", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ITIMER_PROF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.ITIMER_PROF", "name": "ITIMER_PROF", "type": "builtins.int"}}, "ITIMER_REAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.ITIMER_REAL", "name": "ITIMER_REAL", "type": "builtins.int"}}, "ITIMER_VIRTUAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.ITIMER_VIRTUAL", "name": "ITIMER_VIRTUAL", "type": "builtins.int"}}, "IntEnum": {".class": "SymbolTableNode", "cross_ref": "enum.IntEnum", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ItimerError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "signal.ItimerError", "name": "ItimerError", "type_vars": []}, "flags": [], "fullname": "signal.ItimerError", "metaclass_type": null, "metadata": {}, "module_name": "signal", "mro": ["signal.ItimerError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NSIG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.NSIG", "name": "NSIG", "type": "builtins.int"}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SIGABRT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGABRT", "name": "SIGABRT", "type": "signal.Signals"}}, "SIGALRM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGALRM", "name": "SIGALRM", "type": "signal.Signals"}}, "SIGBUS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGBUS", "name": "SIGBUS", "type": "signal.Signals"}}, "SIGCHLD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGCHLD", "name": "SIGCHLD", "type": "signal.Signals"}}, "SIGCLD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGCLD", "name": "SIGCLD", "type": "signal.Signals"}}, "SIGCONT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGCONT", "name": "SIGCONT", "type": "signal.Signals"}}, "SIGEMT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGEMT", "name": "SIGEMT", "type": "signal.Signals"}}, "SIGFPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGFPE", "name": "SIGFPE", "type": "signal.Signals"}}, "SIGHUP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGHUP", "name": "SIGHUP", "type": "signal.Signals"}}, "SIGILL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGILL", "name": "SIGILL", "type": "signal.Signals"}}, "SIGINFO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGINFO", "name": "SIGINFO", "type": "signal.Signals"}}, "SIGINT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGINT", "name": "SIGINT", "type": "signal.Signals"}}, "SIGIO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGIO", "name": "SIGIO", "type": "signal.Signals"}}, "SIGIOT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGIOT", "name": "SIGIOT", "type": "signal.Signals"}}, "SIGKILL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGKILL", "name": "SIGKILL", "type": "signal.Signals"}}, "SIGPIPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGPIPE", "name": "SIGPIPE", "type": "signal.Signals"}}, "SIGPOLL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGPOLL", "name": "SIGPOLL", "type": "signal.Signals"}}, "SIGPROF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGPROF", "name": "SIGPROF", "type": "signal.Signals"}}, "SIGPWR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGPWR", "name": "SIGPWR", "type": "signal.Signals"}}, "SIGQUIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGQUIT", "name": "SIGQUIT", "type": "signal.Signals"}}, "SIGRTMAX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGRTMAX", "name": "SIGRTMAX", "type": "signal.Signals"}}, "SIGRTMIN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGRTMIN", "name": "SIGRTMIN", "type": "signal.Signals"}}, "SIGSEGV": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGSEGV", "name": "SIGSEGV", "type": "signal.Signals"}}, "SIGSTOP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGSTOP", "name": "SIGSTOP", "type": "signal.Signals"}}, "SIGSYS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGSYS", "name": "SIGSYS", "type": "signal.Signals"}}, "SIGTERM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGTERM", "name": "SIGTERM", "type": "signal.Signals"}}, "SIGTRAP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGTRAP", "name": "SIGTRAP", "type": "signal.Signals"}}, "SIGTSTP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGTSTP", "name": "SIGTSTP", "type": "signal.Signals"}}, "SIGTTIN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGTTIN", "name": "SIGTTIN", "type": "signal.Signals"}}, "SIGTTOU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGTTOU", "name": "SIGTTOU", "type": "signal.Signals"}}, "SIGURG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGURG", "name": "SIGURG", "type": "signal.Signals"}}, "SIGUSR1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGUSR1", "name": "SIGUSR1", "type": "signal.Signals"}}, "SIGUSR2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGUSR2", "name": "SIGUSR2", "type": "signal.Signals"}}, "SIGVTALRM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGVTALRM", "name": "SIGVTALRM", "type": "signal.Signals"}}, "SIGWINCH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGWINCH", "name": "SIGWINCH", "type": "signal.Signals"}}, "SIGXCPU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGXCPU", "name": "SIGXCPU", "type": "signal.Signals"}}, "SIGXFSZ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.SIGXFSZ", "name": "SIGXFSZ", "type": "signal.Signals"}}, "SIG_BLOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "signal.SIG_BLOCK", "name": "SIG_BLOCK", "type": "signal.Sigmasks"}}, "SIG_DFL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "signal.SIG_DFL", "name": "SIG_DFL", "type": "signal.Handlers"}}, "SIG_IGN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "signal.SIG_IGN", "name": "SIG_IGN", "type": "signal.Handlers"}}, "SIG_SETMASK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "signal.SIG_SETMASK", "name": "SIG_SETMASK", "type": "signal.Sigmasks"}}, "SIG_UNBLOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "signal.SIG_UNBLOCK", "name": "SIG_UNBLOCK", "type": "signal.Sigmasks"}}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sigmasks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.IntEnum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "signal.Sigmasks", "name": "Sigmasks", "type_vars": []}, "flags": ["is_enum"], "fullname": "signal.Sigmasks", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "signal", "mro": ["signal.Sigmasks", "enum.IntEnum", "builtins.int", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "SIG_BLOCK": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Sigmasks.SIG_BLOCK", "name": "SIG_BLOCK", "type": "builtins.int"}}, "SIG_SETMASK": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Sigmasks.SIG_SETMASK", "name": "SIG_SETMASK", "type": "builtins.int"}}, "SIG_UNBLOCK": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Sigmasks.SIG_UNBLOCK", "name": "SIG_UNBLOCK", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Signals": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.IntEnum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "signal.Signals", "name": "Signals", "type_vars": []}, "flags": ["is_enum"], "fullname": "signal.Signals", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "signal", "mro": ["signal.Signals", "enum.IntEnum", "builtins.int", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "SIGABRT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGABRT", "name": "SIGABRT", "type": "builtins.int"}}, "SIGALRM": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGALRM", "name": "SIGALRM", "type": "builtins.int"}}, "SIGBUS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGBUS", "name": "SIGBUS", "type": "builtins.int"}}, "SIGCHLD": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGCHLD", "name": "SIGCHLD", "type": "builtins.int"}}, "SIGCLD": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGCLD", "name": "SIGCLD", "type": "builtins.int"}}, "SIGCONT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGCONT", "name": "SIGCONT", "type": "builtins.int"}}, "SIGEMT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGEMT", "name": "SIGEMT", "type": "builtins.int"}}, "SIGFPE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGFPE", "name": "SIGFPE", "type": "builtins.int"}}, "SIGHUP": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGHUP", "name": "SIGHUP", "type": "builtins.int"}}, "SIGILL": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGILL", "name": "SIGILL", "type": "builtins.int"}}, "SIGINFO": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGINFO", "name": "SIGINFO", "type": "builtins.int"}}, "SIGINT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGINT", "name": "SIGINT", "type": "builtins.int"}}, "SIGIO": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGIO", "name": "SIGIO", "type": "builtins.int"}}, "SIGIOT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGIOT", "name": "SIGIOT", "type": "builtins.int"}}, "SIGKILL": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGKILL", "name": "SIGKILL", "type": "builtins.int"}}, "SIGPIPE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGPIPE", "name": "SIGPIPE", "type": "builtins.int"}}, "SIGPOLL": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGPOLL", "name": "SIGPOLL", "type": "builtins.int"}}, "SIGPROF": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGPROF", "name": "SIGPROF", "type": "builtins.int"}}, "SIGPWR": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGPWR", "name": "SIGPWR", "type": "builtins.int"}}, "SIGQUIT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGQUIT", "name": "SIGQUIT", "type": "builtins.int"}}, "SIGRTMAX": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGRTMAX", "name": "SIGRTMAX", "type": "builtins.int"}}, "SIGRTMIN": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGRTMIN", "name": "SIGRTMIN", "type": "builtins.int"}}, "SIGSEGV": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGSEGV", "name": "SIGSEGV", "type": "builtins.int"}}, "SIGSTOP": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGSTOP", "name": "SIGSTOP", "type": "builtins.int"}}, "SIGSYS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGSYS", "name": "SIGSYS", "type": "builtins.int"}}, "SIGTERM": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGTERM", "name": "SIGTERM", "type": "builtins.int"}}, "SIGTRAP": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGTRAP", "name": "SIGTRAP", "type": "builtins.int"}}, "SIGTSTP": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGTSTP", "name": "SIGTSTP", "type": "builtins.int"}}, "SIGTTIN": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGTTIN", "name": "SIGTTIN", "type": "builtins.int"}}, "SIGTTOU": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGTTOU", "name": "SIGTTOU", "type": "builtins.int"}}, "SIGURG": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGURG", "name": "SIGURG", "type": "builtins.int"}}, "SIGUSR1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGUSR1", "name": "SIGUSR1", "type": "builtins.int"}}, "SIGUSR2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGUSR2", "name": "SIGUSR2", "type": "builtins.int"}}, "SIGVTALRM": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGVTALRM", "name": "SIGVTALRM", "type": "builtins.int"}}, "SIGWINCH": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGWINCH", "name": "SIGWINCH", "type": "builtins.int"}}, "SIGXCPU": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGXCPU", "name": "SIGXCPU", "type": "builtins.int"}}, "SIGXFSZ": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "signal.Signals.SIGXFSZ", "name": "SIGXFSZ", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_HANDLER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "signal._HANDLER", "line": 83, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["signal.Signals", "types.FrameType"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, "builtins.int", "signal.Handlers", {".class": "NoneType"}]}}}, "_SIGNUM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "signal._SIGNUM", "line": 82, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.int", "signal.Signals"]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "signal.__package__", "name": "__package__", "type": "builtins.str"}}, "alarm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__seconds"], "flags": [], "fullname": "signal.alarm", "name": "alarm", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "alarm", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "default_int_handler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["signum", "frame"], "flags": [], "fullname": "signal.default_int_handler", "name": "default_int_handler", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["signum", "frame"], "arg_types": ["builtins.int", "types.FrameType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "default_int_handler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getitimer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__which"], "flags": [], "fullname": "signal.getitimer", "name": "getitimer", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getitimer", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "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": []}}}, "getsignal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__signalnum"], "flags": [], "fullname": "signal.getsignal", "name": "getsignal", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "signal._SIGNUM"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getsignal", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "signal._HANDLER"}, "type_guard": null, "variables": []}}}, "pause": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "signal.pause", "name": "pause", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pause", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pthread_kill": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__thread_id", "__signalnum"], "flags": [], "fullname": "signal.pthread_kill", "name": "pthread_kill", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pthread_kill", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pthread_sigmask": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__how", "__mask"], "flags": [], "fullname": "signal.pthread_sigmask", "name": "pthread_sigmask", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pthread_sigmask", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "signal._SIGNUM"}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "raise_signal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__signalnum"], "flags": [], "fullname": "signal.raise_signal", "name": "raise_signal", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "signal._SIGNUM"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "raise_signal", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_wakeup_fd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["fd", "warn_on_full_buffer"], "flags": [], "fullname": "signal.set_wakeup_fd", "name": "set_wakeup_fd", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["fd", "warn_on_full_buffer"], "arg_types": ["builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_wakeup_fd", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "setitimer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["__which", "__seconds", "__interval"], "flags": [], "fullname": "signal.setitimer", "name": "setitimer", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": [null, null, null], "arg_types": ["builtins.int", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setitimer", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "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": []}}}, "siginterrupt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__signalnum", "__flag"], "flags": [], "fullname": "signal.siginterrupt", "name": "siginterrupt", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "siginterrupt", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "signal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__signalnum", "__handler"], "flags": [], "fullname": "signal.signal", "name": "signal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "signal._SIGNUM"}, {".class": "TypeAliasType", "args": [], "type_ref": "signal._HANDLER"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "signal", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "signal._HANDLER"}, "type_guard": null, "variables": []}}}, "sigpending": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "signal.sigpending", "name": "sigpending", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sigpending", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "sigtimedwait": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["sigset", "timeout"], "flags": [], "fullname": "signal.sigtimedwait", "name": "sigtimedwait", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["sigset", "timeout"], "arg_types": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sigtimedwait", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "signal.struct_siginfo"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "sigwait": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__sigset"], "flags": [], "fullname": "signal.sigwait", "name": "sigwait", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sigwait", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "signal._SIGNUM"}, "type_guard": null, "variables": []}}}, "sigwaitinfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["sigset"], "flags": [], "fullname": "signal.sigwaitinfo", "name": "sigwaitinfo", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["sigset"], "arg_types": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sigwaitinfo", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "signal.struct_siginfo"}, "type_guard": null, "variables": []}}}, "strsignal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__signalnum"], "flags": [], "fullname": "signal.strsignal", "name": "strsignal", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "signal._SIGNUM"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strsignal", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "struct_siginfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "signal.struct_siginfo", "name": "struct_siginfo", "type_vars": []}, "flags": [], "fullname": "signal.struct_siginfo", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "signal", "mro": ["signal.struct_siginfo", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "sequence"], "flags": [], "fullname": "signal.struct_siginfo.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sequence"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "signal.struct_siginfo"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of struct_siginfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "si_band": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "signal.struct_siginfo.si_band", "name": "si_band", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "signal.struct_siginfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "si_band of struct_siginfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "si_band", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "signal.struct_siginfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "si_band of struct_siginfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "si_code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "signal.struct_siginfo.si_code", "name": "si_code", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "signal.struct_siginfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "si_code of struct_siginfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "si_code", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "signal.struct_siginfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "si_code of struct_siginfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "si_errno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "signal.struct_siginfo.si_errno", "name": "si_errno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "signal.struct_siginfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "si_errno of struct_siginfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "si_errno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "signal.struct_siginfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "si_errno of struct_siginfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "si_pid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "signal.struct_siginfo.si_pid", "name": "si_pid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "signal.struct_siginfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "si_pid of struct_siginfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "si_pid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "signal.struct_siginfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "si_pid of struct_siginfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "si_signo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "signal.struct_siginfo.si_signo", "name": "si_signo", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "signal.struct_siginfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "si_signo of struct_siginfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "si_signo", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "signal.struct_siginfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "si_signo of struct_siginfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "si_status": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "signal.struct_siginfo.si_status", "name": "si_status", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "signal.struct_siginfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "si_status of struct_siginfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "si_status", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "signal.struct_siginfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "si_status of struct_siginfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "si_uid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "signal.struct_siginfo.si_uid", "name": "si_uid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "signal.struct_siginfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "si_uid of struct_siginfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "si_uid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "signal.struct_siginfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "si_uid of struct_siginfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "valid_signals": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "signal.valid_signals", "name": "valid_signals", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "valid_signals", "ret_type": {".class": "Instance", "args": ["signal.Signals"], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/signal.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/signal.meta.json b/.mypy_cache/3.9/signal.meta.json deleted file mode 100644 index 4dc84281f..000000000 --- a/.mypy_cache/3.9/signal.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 4, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30], "dependencies": ["sys", "enum", "types", "typing", "builtins", "abc"], "hash": "af24615bb1c7eef78ede17cc14a49b735b138a57cc5056b63383c58ae223fc17", "id": "signal", "ignore_all": true, "interface_hash": "f163dace599a0d58e4a04b5dfc120122bb290e2d2b0c5693b053e0179b732a3a", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/signal.pyi", "plugin_data": null, "size": 5279, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/socket.data.json b/.mypy_cache/3.9/socket.data.json deleted file mode 100644 index a724d0416..000000000 --- a/.mypy_cache/3.9/socket.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "socket", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AF_AAL5": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_AAL5", "name": "AF_AAL5", "type": "socket.AddressFamily"}}, "AF_ALG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_ALG", "name": "AF_ALG", "type": "socket.AddressFamily"}}, "AF_APPLETALK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_APPLETALK", "name": "AF_APPLETALK", "type": "socket.AddressFamily"}}, "AF_ASH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_ASH", "name": "AF_ASH", "type": "socket.AddressFamily"}}, "AF_ATMPVC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_ATMPVC", "name": "AF_ATMPVC", "type": "socket.AddressFamily"}}, "AF_ATMSVC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_ATMSVC", "name": "AF_ATMSVC", "type": "socket.AddressFamily"}}, "AF_AX25": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_AX25", "name": "AF_AX25", "type": "socket.AddressFamily"}}, "AF_BLUETOOTH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_BLUETOOTH", "name": "AF_BLUETOOTH", "type": "socket.AddressFamily"}}, "AF_BRIDGE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_BRIDGE", "name": "AF_BRIDGE", "type": "socket.AddressFamily"}}, "AF_CAN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_CAN", "name": "AF_CAN", "type": "socket.AddressFamily"}}, "AF_DECnet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_DECnet", "name": "AF_DECnet", "type": "socket.AddressFamily"}}, "AF_ECONET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_ECONET", "name": "AF_ECONET", "type": "socket.AddressFamily"}}, "AF_INET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_INET", "name": "AF_INET", "type": "socket.AddressFamily"}}, "AF_INET6": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_INET6", "name": "AF_INET6", "type": "socket.AddressFamily"}}, "AF_IPX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_IPX", "name": "AF_IPX", "type": "socket.AddressFamily"}}, "AF_IRDA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_IRDA", "name": "AF_IRDA", "type": "socket.AddressFamily"}}, "AF_KEY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_KEY", "name": "AF_KEY", "type": "socket.AddressFamily"}}, "AF_LINK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_LINK", "name": "AF_LINK", "type": "socket.AddressFamily"}}, "AF_LLC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_LLC", "name": "AF_LLC", "type": "socket.AddressFamily"}}, "AF_NETBEUI": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_NETBEUI", "name": "AF_NETBEUI", "type": "socket.AddressFamily"}}, "AF_NETLINK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_NETLINK", "name": "AF_NETLINK", "type": "socket.AddressFamily"}}, "AF_NETROM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_NETROM", "name": "AF_NETROM", "type": "socket.AddressFamily"}}, "AF_PACKET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_PACKET", "name": "AF_PACKET", "type": "socket.AddressFamily"}}, "AF_PPPOX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_PPPOX", "name": "AF_PPPOX", "type": "socket.AddressFamily"}}, "AF_QIPCRTR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_QIPCRTR", "name": "AF_QIPCRTR", "type": "socket.AddressFamily"}}, "AF_RDS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_RDS", "name": "AF_RDS", "type": "socket.AddressFamily"}}, "AF_ROSE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_ROSE", "name": "AF_ROSE", "type": "socket.AddressFamily"}}, "AF_ROUTE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_ROUTE", "name": "AF_ROUTE", "type": "socket.AddressFamily"}}, "AF_SECURITY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_SECURITY", "name": "AF_SECURITY", "type": "socket.AddressFamily"}}, "AF_SNA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_SNA", "name": "AF_SNA", "type": "socket.AddressFamily"}}, "AF_SYSTEM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_SYSTEM", "name": "AF_SYSTEM", "type": "socket.AddressFamily"}}, "AF_TIPC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_TIPC", "name": "AF_TIPC", "type": "socket.AddressFamily"}}, "AF_UNIX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_UNIX", "name": "AF_UNIX", "type": "socket.AddressFamily"}}, "AF_UNSPEC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_UNSPEC", "name": "AF_UNSPEC", "type": "socket.AddressFamily"}}, "AF_VSOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_VSOCK", "name": "AF_VSOCK", "type": "socket.AddressFamily"}}, "AF_WANPIPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_WANPIPE", "name": "AF_WANPIPE", "type": "socket.AddressFamily"}}, "AF_X25": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AF_X25", "name": "AF_X25", "type": "socket.AddressFamily"}}, "AI_ADDRCONFIG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AI_ADDRCONFIG", "name": "AI_ADDRCONFIG", "type": "socket.AddressInfo"}}, "AI_ALL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AI_ALL", "name": "AI_ALL", "type": "socket.AddressInfo"}}, "AI_CANONNAME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AI_CANONNAME", "name": "AI_CANONNAME", "type": "socket.AddressInfo"}}, "AI_DEFAULT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AI_DEFAULT", "name": "AI_DEFAULT", "type": "socket.AddressInfo"}}, "AI_MASK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AI_MASK", "name": "AI_MASK", "type": "socket.AddressInfo"}}, "AI_NUMERICHOST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AI_NUMERICHOST", "name": "AI_NUMERICHOST", "type": "socket.AddressInfo"}}, "AI_NUMERICSERV": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AI_NUMERICSERV", "name": "AI_NUMERICSERV", "type": "socket.AddressInfo"}}, "AI_PASSIVE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AI_PASSIVE", "name": "AI_PASSIVE", "type": "socket.AddressInfo"}}, "AI_V4MAPPED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AI_V4MAPPED", "name": "AI_V4MAPPED", "type": "socket.AddressInfo"}}, "AI_V4MAPPED_CFG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.AI_V4MAPPED_CFG", "name": "AI_V4MAPPED_CFG", "type": "socket.AddressInfo"}}, "ALG_OP_DECRYPT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.ALG_OP_DECRYPT", "name": "ALG_OP_DECRYPT", "type": "builtins.int"}}, "ALG_OP_ENCRYPT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.ALG_OP_ENCRYPT", "name": "ALG_OP_ENCRYPT", "type": "builtins.int"}}, "ALG_OP_SIGN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.ALG_OP_SIGN", "name": "ALG_OP_SIGN", "type": "builtins.int"}}, "ALG_OP_VERIFY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.ALG_OP_VERIFY", "name": "ALG_OP_VERIFY", "type": "builtins.int"}}, "ALG_SET_AEAD_ASSOCLEN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.ALG_SET_AEAD_ASSOCLEN", "name": "ALG_SET_AEAD_ASSOCLEN", "type": "builtins.int"}}, "ALG_SET_AEAD_AUTHSIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.ALG_SET_AEAD_AUTHSIZE", "name": "ALG_SET_AEAD_AUTHSIZE", "type": "builtins.int"}}, "ALG_SET_IV": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.ALG_SET_IV", "name": "ALG_SET_IV", "type": "builtins.int"}}, "ALG_SET_KEY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.ALG_SET_KEY", "name": "ALG_SET_KEY", "type": "builtins.int"}}, "ALG_SET_OP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.ALG_SET_OP", "name": "ALG_SET_OP", "type": "builtins.int"}}, "ALG_SET_PUBKEY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.ALG_SET_PUBKEY", "name": "ALG_SET_PUBKEY", "type": "builtins.int"}}, "AddressFamily": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.IntEnum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "socket.AddressFamily", "name": "AddressFamily", "type_vars": []}, "flags": ["is_enum"], "fullname": "socket.AddressFamily", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "socket", "mro": ["socket.AddressFamily", "enum.IntEnum", "builtins.int", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "AF_AAL5": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_AAL5", "name": "AF_AAL5", "type": "builtins.int"}}, "AF_ALG": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_ALG", "name": "AF_ALG", "type": "builtins.int"}}, "AF_APPLETALK": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_APPLETALK", "name": "AF_APPLETALK", "type": "builtins.int"}}, "AF_ASH": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_ASH", "name": "AF_ASH", "type": "builtins.int"}}, "AF_ATMPVC": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_ATMPVC", "name": "AF_ATMPVC", "type": "builtins.int"}}, "AF_ATMSVC": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_ATMSVC", "name": "AF_ATMSVC", "type": "builtins.int"}}, "AF_AX25": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_AX25", "name": "AF_AX25", "type": "builtins.int"}}, "AF_BLUETOOTH": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_BLUETOOTH", "name": "AF_BLUETOOTH", "type": "builtins.int"}}, "AF_BRIDGE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_BRIDGE", "name": "AF_BRIDGE", "type": "builtins.int"}}, "AF_CAN": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_CAN", "name": "AF_CAN", "type": "builtins.int"}}, "AF_DECnet": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_DECnet", "name": "AF_DECnet", "type": "builtins.int"}}, "AF_ECONET": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_ECONET", "name": "AF_ECONET", "type": "builtins.int"}}, "AF_INET": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_INET", "name": "AF_INET", "type": "builtins.int"}}, "AF_INET6": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_INET6", "name": "AF_INET6", "type": "builtins.int"}}, "AF_IPX": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_IPX", "name": "AF_IPX", "type": "builtins.int"}}, "AF_IRDA": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_IRDA", "name": "AF_IRDA", "type": "builtins.int"}}, "AF_KEY": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_KEY", "name": "AF_KEY", "type": "builtins.int"}}, "AF_LINK": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_LINK", "name": "AF_LINK", "type": "builtins.int"}}, "AF_LLC": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_LLC", "name": "AF_LLC", "type": "builtins.int"}}, "AF_NETBEUI": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_NETBEUI", "name": "AF_NETBEUI", "type": "builtins.int"}}, "AF_NETLINK": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_NETLINK", "name": "AF_NETLINK", "type": "builtins.int"}}, "AF_NETROM": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_NETROM", "name": "AF_NETROM", "type": "builtins.int"}}, "AF_PACKET": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_PACKET", "name": "AF_PACKET", "type": "builtins.int"}}, "AF_PPPOX": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_PPPOX", "name": "AF_PPPOX", "type": "builtins.int"}}, "AF_QIPCRTR": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_QIPCRTR", "name": "AF_QIPCRTR", "type": "builtins.int"}}, "AF_RDS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_RDS", "name": "AF_RDS", "type": "builtins.int"}}, "AF_ROSE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_ROSE", "name": "AF_ROSE", "type": "builtins.int"}}, "AF_ROUTE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_ROUTE", "name": "AF_ROUTE", "type": "builtins.int"}}, "AF_SECURITY": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_SECURITY", "name": "AF_SECURITY", "type": "builtins.int"}}, "AF_SNA": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_SNA", "name": "AF_SNA", "type": "builtins.int"}}, "AF_SYSTEM": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_SYSTEM", "name": "AF_SYSTEM", "type": "builtins.int"}}, "AF_TIPC": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_TIPC", "name": "AF_TIPC", "type": "builtins.int"}}, "AF_UNIX": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_UNIX", "name": "AF_UNIX", "type": "builtins.int"}}, "AF_UNSPEC": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_UNSPEC", "name": "AF_UNSPEC", "type": "builtins.int"}}, "AF_VSOCK": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_VSOCK", "name": "AF_VSOCK", "type": "builtins.int"}}, "AF_WANPIPE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_WANPIPE", "name": "AF_WANPIPE", "type": "builtins.int"}}, "AF_X25": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_X25", "name": "AF_X25", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AddressInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.IntFlag"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "socket.AddressInfo", "name": "AddressInfo", "type_vars": []}, "flags": ["is_enum"], "fullname": "socket.AddressInfo", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "socket", "mro": ["socket.AddressInfo", "enum.IntFlag", "builtins.int", "enum.Flag", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "AI_ADDRCONFIG": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressInfo.AI_ADDRCONFIG", "name": "AI_ADDRCONFIG", "type": "builtins.int"}}, "AI_ALL": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressInfo.AI_ALL", "name": "AI_ALL", "type": "builtins.int"}}, "AI_CANONNAME": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressInfo.AI_CANONNAME", "name": "AI_CANONNAME", "type": "builtins.int"}}, "AI_NUMERICHOST": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressInfo.AI_NUMERICHOST", "name": "AI_NUMERICHOST", "type": "builtins.int"}}, "AI_NUMERICSERV": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressInfo.AI_NUMERICSERV", "name": "AI_NUMERICSERV", "type": "builtins.int"}}, "AI_PASSIVE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressInfo.AI_PASSIVE", "name": "AI_PASSIVE", "type": "builtins.int"}}, "AI_V4MAPPED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressInfo.AI_V4MAPPED", "name": "AI_V4MAPPED", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BDADDR_ANY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.BDADDR_ANY", "name": "BDADDR_ANY", "type": "builtins.str"}}, "BDADDR_LOCAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.BDADDR_LOCAL", "name": "BDADDR_LOCAL", "type": "builtins.str"}}, "BTPROTO_HCI": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.BTPROTO_HCI", "name": "BTPROTO_HCI", "type": "builtins.int"}}, "BTPROTO_L2CAP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.BTPROTO_L2CAP", "name": "BTPROTO_L2CAP", "type": "builtins.int"}}, "BTPROTO_RFCOMM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.BTPROTO_RFCOMM", "name": "BTPROTO_RFCOMM", "type": "builtins.int"}}, "BTPROTO_SCO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.BTPROTO_SCO", "name": "BTPROTO_SCO", "type": "builtins.int"}}, "BinaryIO": {".class": "SymbolTableNode", "cross_ref": "typing.BinaryIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "CAN_BCM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM", "name": "CAN_BCM", "type": "builtins.int"}}, "CAN_BCM_CAN_FD_FRAME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_CAN_FD_FRAME", "name": "CAN_BCM_CAN_FD_FRAME", "type": "builtins.int"}}, "CAN_BCM_RX_ANNOUNCE_RESUME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_RX_ANNOUNCE_RESUME", "name": "CAN_BCM_RX_ANNOUNCE_RESUME", "type": "builtins.int"}}, "CAN_BCM_RX_CHANGED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_RX_CHANGED", "name": "CAN_BCM_RX_CHANGED", "type": "builtins.int"}}, "CAN_BCM_RX_CHECK_DLC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_RX_CHECK_DLC", "name": "CAN_BCM_RX_CHECK_DLC", "type": "builtins.int"}}, "CAN_BCM_RX_DELETE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_RX_DELETE", "name": "CAN_BCM_RX_DELETE", "type": "builtins.int"}}, "CAN_BCM_RX_FILTER_ID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_RX_FILTER_ID", "name": "CAN_BCM_RX_FILTER_ID", "type": "builtins.int"}}, "CAN_BCM_RX_NO_AUTOTIMER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_RX_NO_AUTOTIMER", "name": "CAN_BCM_RX_NO_AUTOTIMER", "type": "builtins.int"}}, "CAN_BCM_RX_READ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_RX_READ", "name": "CAN_BCM_RX_READ", "type": "builtins.int"}}, "CAN_BCM_RX_RTR_FRAME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_RX_RTR_FRAME", "name": "CAN_BCM_RX_RTR_FRAME", "type": "builtins.int"}}, "CAN_BCM_RX_SETUP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_RX_SETUP", "name": "CAN_BCM_RX_SETUP", "type": "builtins.int"}}, "CAN_BCM_RX_STATUS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_RX_STATUS", "name": "CAN_BCM_RX_STATUS", "type": "builtins.int"}}, "CAN_BCM_RX_TIMEOUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_RX_TIMEOUT", "name": "CAN_BCM_RX_TIMEOUT", "type": "builtins.int"}}, "CAN_BCM_SETTIMER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_SETTIMER", "name": "CAN_BCM_SETTIMER", "type": "builtins.int"}}, "CAN_BCM_STARTTIMER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_STARTTIMER", "name": "CAN_BCM_STARTTIMER", "type": "builtins.int"}}, "CAN_BCM_TX_ANNOUNCE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_TX_ANNOUNCE", "name": "CAN_BCM_TX_ANNOUNCE", "type": "builtins.int"}}, "CAN_BCM_TX_COUNTEVT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_TX_COUNTEVT", "name": "CAN_BCM_TX_COUNTEVT", "type": "builtins.int"}}, "CAN_BCM_TX_CP_CAN_ID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_TX_CP_CAN_ID", "name": "CAN_BCM_TX_CP_CAN_ID", "type": "builtins.int"}}, "CAN_BCM_TX_DELETE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_TX_DELETE", "name": "CAN_BCM_TX_DELETE", "type": "builtins.int"}}, "CAN_BCM_TX_EXPIRED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_TX_EXPIRED", "name": "CAN_BCM_TX_EXPIRED", "type": "builtins.int"}}, "CAN_BCM_TX_READ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_TX_READ", "name": "CAN_BCM_TX_READ", "type": "builtins.int"}}, "CAN_BCM_TX_RESET_MULTI_IDX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_TX_RESET_MULTI_IDX", "name": "CAN_BCM_TX_RESET_MULTI_IDX", "type": "builtins.int"}}, "CAN_BCM_TX_SEND": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_TX_SEND", "name": "CAN_BCM_TX_SEND", "type": "builtins.int"}}, "CAN_BCM_TX_SETUP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_TX_SETUP", "name": "CAN_BCM_TX_SETUP", "type": "builtins.int"}}, "CAN_BCM_TX_STATUS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_BCM_TX_STATUS", "name": "CAN_BCM_TX_STATUS", "type": "builtins.int"}}, "CAN_EFF_FLAG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_EFF_FLAG", "name": "CAN_EFF_FLAG", "type": "builtins.int"}}, "CAN_EFF_MASK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_EFF_MASK", "name": "CAN_EFF_MASK", "type": "builtins.int"}}, "CAN_ERR_FLAG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_ERR_FLAG", "name": "CAN_ERR_FLAG", "type": "builtins.int"}}, "CAN_ERR_MASK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_ERR_MASK", "name": "CAN_ERR_MASK", "type": "builtins.int"}}, "CAN_ISOTP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_ISOTP", "name": "CAN_ISOTP", "type": "builtins.int"}}, "CAN_J1939": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_J1939", "name": "CAN_J1939", "type": "builtins.int"}}, "CAN_RAW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_RAW", "name": "CAN_RAW", "type": "builtins.int"}}, "CAN_RAW_ERR_FILTER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_RAW_ERR_FILTER", "name": "CAN_RAW_ERR_FILTER", "type": "builtins.int"}}, "CAN_RAW_FD_FRAMES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_RAW_FD_FRAMES", "name": "CAN_RAW_FD_FRAMES", "type": "builtins.int"}}, "CAN_RAW_FILTER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_RAW_FILTER", "name": "CAN_RAW_FILTER", "type": "builtins.int"}}, "CAN_RAW_LOOPBACK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_RAW_LOOPBACK", "name": "CAN_RAW_LOOPBACK", "type": "builtins.int"}}, "CAN_RAW_RECV_OWN_MSGS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_RAW_RECV_OWN_MSGS", "name": "CAN_RAW_RECV_OWN_MSGS", "type": "builtins.int"}}, "CAN_RTR_FLAG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_RTR_FLAG", "name": "CAN_RTR_FLAG", "type": "builtins.int"}}, "CAN_SFF_MASK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.CAN_SFF_MASK", "name": "CAN_SFF_MASK", "type": "builtins.int"}}, "CMSG_LEN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["length"], "flags": [], "fullname": "socket.CMSG_LEN", "name": "CMSG_LEN", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["length"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "CMSG_LEN", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "CMSG_SPACE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["length"], "flags": [], "fullname": "socket.CMSG_SPACE", "name": "CMSG_SPACE", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["length"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "CMSG_SPACE", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "EAGAIN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EAGAIN", "name": "EAGAIN", "type": "builtins.int"}}, "EAI_ADDRFAMILY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EAI_ADDRFAMILY", "name": "EAI_ADDRFAMILY", "type": "builtins.int"}}, "EAI_AGAIN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EAI_AGAIN", "name": "EAI_AGAIN", "type": "builtins.int"}}, "EAI_BADFLAGS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EAI_BADFLAGS", "name": "EAI_BADFLAGS", "type": "builtins.int"}}, "EAI_BADHINTS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EAI_BADHINTS", "name": "EAI_BADHINTS", "type": "builtins.int"}}, "EAI_FAIL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EAI_FAIL", "name": "EAI_FAIL", "type": "builtins.int"}}, "EAI_FAMILY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EAI_FAMILY", "name": "EAI_FAMILY", "type": "builtins.int"}}, "EAI_MAX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EAI_MAX", "name": "EAI_MAX", "type": "builtins.int"}}, "EAI_MEMORY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EAI_MEMORY", "name": "EAI_MEMORY", "type": "builtins.int"}}, "EAI_NODATA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EAI_NODATA", "name": "EAI_NODATA", "type": "builtins.int"}}, "EAI_NONAME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EAI_NONAME", "name": "EAI_NONAME", "type": "builtins.int"}}, "EAI_OVERFLOW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EAI_OVERFLOW", "name": "EAI_OVERFLOW", "type": "builtins.int"}}, "EAI_PROTOCOL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EAI_PROTOCOL", "name": "EAI_PROTOCOL", "type": "builtins.int"}}, "EAI_SERVICE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EAI_SERVICE", "name": "EAI_SERVICE", "type": "builtins.int"}}, "EAI_SOCKTYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EAI_SOCKTYPE", "name": "EAI_SOCKTYPE", "type": "builtins.int"}}, "EAI_SYSTEM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EAI_SYSTEM", "name": "EAI_SYSTEM", "type": "builtins.int"}}, "EBADF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EBADF", "name": "EBADF", "type": "builtins.int"}}, "EINTR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EINTR", "name": "EINTR", "type": "builtins.int"}}, "EWOULDBLOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EWOULDBLOCK", "name": "EWOULDBLOCK", "type": "builtins.int"}}, "HCI_DATA_DIR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.HCI_DATA_DIR", "name": "HCI_DATA_DIR", "type": "builtins.int"}}, "HCI_FILTER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.HCI_FILTER", "name": "HCI_FILTER", "type": "builtins.int"}}, "HCI_TIME_STAMP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.HCI_TIME_STAMP", "name": "HCI_TIME_STAMP", "type": "builtins.int"}}, "INADDR_ALLHOSTS_GROUP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.INADDR_ALLHOSTS_GROUP", "name": "INADDR_ALLHOSTS_GROUP", "type": "builtins.int"}}, "INADDR_ANY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.INADDR_ANY", "name": "INADDR_ANY", "type": "builtins.int"}}, "INADDR_BROADCAST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.INADDR_BROADCAST", "name": "INADDR_BROADCAST", "type": "builtins.int"}}, "INADDR_LOOPBACK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.INADDR_LOOPBACK", "name": "INADDR_LOOPBACK", "type": "builtins.int"}}, "INADDR_MAX_LOCAL_GROUP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.INADDR_MAX_LOCAL_GROUP", "name": "INADDR_MAX_LOCAL_GROUP", "type": "builtins.int"}}, "INADDR_NONE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.INADDR_NONE", "name": "INADDR_NONE", "type": "builtins.int"}}, "INADDR_UNSPEC_GROUP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.INADDR_UNSPEC_GROUP", "name": "INADDR_UNSPEC_GROUP", "type": "builtins.int"}}, "IOCTL_VM_SOCKETS_GET_LOCAL_CID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IOCTL_VM_SOCKETS_GET_LOCAL_CID", "name": "IOCTL_VM_SOCKETS_GET_LOCAL_CID", "type": "builtins.int"}}, "IPPORT_RESERVED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPORT_RESERVED", "name": "IPPORT_RESERVED", "type": "builtins.int"}}, "IPPORT_USERRESERVED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPORT_USERRESERVED", "name": "IPPORT_USERRESERVED", "type": "builtins.int"}}, "IPPROTO_AH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_AH", "name": "IPPROTO_AH", "type": "builtins.int"}}, "IPPROTO_BIP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_BIP", "name": "IPPROTO_BIP", "type": "builtins.int"}}, "IPPROTO_DSTOPTS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_DSTOPTS", "name": "IPPROTO_DSTOPTS", "type": "builtins.int"}}, "IPPROTO_EGP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_EGP", "name": "IPPROTO_EGP", "type": "builtins.int"}}, "IPPROTO_EON": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_EON", "name": "IPPROTO_EON", "type": "builtins.int"}}, "IPPROTO_ESP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_ESP", "name": "IPPROTO_ESP", "type": "builtins.int"}}, "IPPROTO_FRAGMENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_FRAGMENT", "name": "IPPROTO_FRAGMENT", "type": "builtins.int"}}, "IPPROTO_GGP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_GGP", "name": "IPPROTO_GGP", "type": "builtins.int"}}, "IPPROTO_GRE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_GRE", "name": "IPPROTO_GRE", "type": "builtins.int"}}, "IPPROTO_HELLO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_HELLO", "name": "IPPROTO_HELLO", "type": "builtins.int"}}, "IPPROTO_HOPOPTS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_HOPOPTS", "name": "IPPROTO_HOPOPTS", "type": "builtins.int"}}, "IPPROTO_ICMP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_ICMP", "name": "IPPROTO_ICMP", "type": "builtins.int"}}, "IPPROTO_ICMPV6": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_ICMPV6", "name": "IPPROTO_ICMPV6", "type": "builtins.int"}}, "IPPROTO_IDP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_IDP", "name": "IPPROTO_IDP", "type": "builtins.int"}}, "IPPROTO_IGMP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_IGMP", "name": "IPPROTO_IGMP", "type": "builtins.int"}}, "IPPROTO_IP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_IP", "name": "IPPROTO_IP", "type": "builtins.int"}}, "IPPROTO_IPCOMP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_IPCOMP", "name": "IPPROTO_IPCOMP", "type": "builtins.int"}}, "IPPROTO_IPIP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_IPIP", "name": "IPPROTO_IPIP", "type": "builtins.int"}}, "IPPROTO_IPV4": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_IPV4", "name": "IPPROTO_IPV4", "type": "builtins.int"}}, "IPPROTO_IPV6": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_IPV6", "name": "IPPROTO_IPV6", "type": "builtins.int"}}, "IPPROTO_MAX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_MAX", "name": "IPPROTO_MAX", "type": "builtins.int"}}, "IPPROTO_MOBILE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_MOBILE", "name": "IPPROTO_MOBILE", "type": "builtins.int"}}, "IPPROTO_ND": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_ND", "name": "IPPROTO_ND", "type": "builtins.int"}}, "IPPROTO_NONE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_NONE", "name": "IPPROTO_NONE", "type": "builtins.int"}}, "IPPROTO_PIM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_PIM", "name": "IPPROTO_PIM", "type": "builtins.int"}}, "IPPROTO_PUP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_PUP", "name": "IPPROTO_PUP", "type": "builtins.int"}}, "IPPROTO_RAW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_RAW", "name": "IPPROTO_RAW", "type": "builtins.int"}}, "IPPROTO_ROUTING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_ROUTING", "name": "IPPROTO_ROUTING", "type": "builtins.int"}}, "IPPROTO_RSVP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_RSVP", "name": "IPPROTO_RSVP", "type": "builtins.int"}}, "IPPROTO_SCTP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_SCTP", "name": "IPPROTO_SCTP", "type": "builtins.int"}}, "IPPROTO_TCP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_TCP", "name": "IPPROTO_TCP", "type": "builtins.int"}}, "IPPROTO_TP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_TP", "name": "IPPROTO_TP", "type": "builtins.int"}}, "IPPROTO_UDP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_UDP", "name": "IPPROTO_UDP", "type": "builtins.int"}}, "IPPROTO_VRRP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_VRRP", "name": "IPPROTO_VRRP", "type": "builtins.int"}}, "IPPROTO_XTP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPPROTO_XTP", "name": "IPPROTO_XTP", "type": "builtins.int"}}, "IPV6_CHECKSUM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_CHECKSUM", "name": "IPV6_CHECKSUM", "type": "builtins.int"}}, "IPV6_DONTFRAG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_DONTFRAG", "name": "IPV6_DONTFRAG", "type": "builtins.int"}}, "IPV6_DSTOPTS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_DSTOPTS", "name": "IPV6_DSTOPTS", "type": "builtins.int"}}, "IPV6_HOPLIMIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_HOPLIMIT", "name": "IPV6_HOPLIMIT", "type": "builtins.int"}}, "IPV6_HOPOPTS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_HOPOPTS", "name": "IPV6_HOPOPTS", "type": "builtins.int"}}, "IPV6_JOIN_GROUP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_JOIN_GROUP", "name": "IPV6_JOIN_GROUP", "type": "builtins.int"}}, "IPV6_LEAVE_GROUP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_LEAVE_GROUP", "name": "IPV6_LEAVE_GROUP", "type": "builtins.int"}}, "IPV6_MULTICAST_HOPS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_MULTICAST_HOPS", "name": "IPV6_MULTICAST_HOPS", "type": "builtins.int"}}, "IPV6_MULTICAST_IF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_MULTICAST_IF", "name": "IPV6_MULTICAST_IF", "type": "builtins.int"}}, "IPV6_MULTICAST_LOOP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_MULTICAST_LOOP", "name": "IPV6_MULTICAST_LOOP", "type": "builtins.int"}}, "IPV6_NEXTHOP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_NEXTHOP", "name": "IPV6_NEXTHOP", "type": "builtins.int"}}, "IPV6_PATHMTU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_PATHMTU", "name": "IPV6_PATHMTU", "type": "builtins.int"}}, "IPV6_PKTINFO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_PKTINFO", "name": "IPV6_PKTINFO", "type": "builtins.int"}}, "IPV6_RECVDSTOPTS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_RECVDSTOPTS", "name": "IPV6_RECVDSTOPTS", "type": "builtins.int"}}, "IPV6_RECVHOPLIMIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_RECVHOPLIMIT", "name": "IPV6_RECVHOPLIMIT", "type": "builtins.int"}}, "IPV6_RECVHOPOPTS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_RECVHOPOPTS", "name": "IPV6_RECVHOPOPTS", "type": "builtins.int"}}, "IPV6_RECVPATHMTU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_RECVPATHMTU", "name": "IPV6_RECVPATHMTU", "type": "builtins.int"}}, "IPV6_RECVPKTINFO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_RECVPKTINFO", "name": "IPV6_RECVPKTINFO", "type": "builtins.int"}}, "IPV6_RECVRTHDR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_RECVRTHDR", "name": "IPV6_RECVRTHDR", "type": "builtins.int"}}, "IPV6_RECVTCLASS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_RECVTCLASS", "name": "IPV6_RECVTCLASS", "type": "builtins.int"}}, "IPV6_RTHDR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_RTHDR", "name": "IPV6_RTHDR", "type": "builtins.int"}}, "IPV6_RTHDRDSTOPTS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_RTHDRDSTOPTS", "name": "IPV6_RTHDRDSTOPTS", "type": "builtins.int"}}, "IPV6_RTHDR_TYPE_0": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_RTHDR_TYPE_0", "name": "IPV6_RTHDR_TYPE_0", "type": "builtins.int"}}, "IPV6_TCLASS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_TCLASS", "name": "IPV6_TCLASS", "type": "builtins.int"}}, "IPV6_UNICAST_HOPS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_UNICAST_HOPS", "name": "IPV6_UNICAST_HOPS", "type": "builtins.int"}}, "IPV6_USE_MIN_MTU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_USE_MIN_MTU", "name": "IPV6_USE_MIN_MTU", "type": "builtins.int"}}, "IPV6_V6ONLY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPV6_V6ONLY", "name": "IPV6_V6ONLY", "type": "builtins.int"}}, "IPX_TYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IPX_TYPE", "name": "IPX_TYPE", "type": "builtins.int"}}, "IP_ADD_MEMBERSHIP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IP_ADD_MEMBERSHIP", "name": "IP_ADD_MEMBERSHIP", "type": "builtins.int"}}, "IP_DEFAULT_MULTICAST_LOOP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IP_DEFAULT_MULTICAST_LOOP", "name": "IP_DEFAULT_MULTICAST_LOOP", "type": "builtins.int"}}, "IP_DEFAULT_MULTICAST_TTL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IP_DEFAULT_MULTICAST_TTL", "name": "IP_DEFAULT_MULTICAST_TTL", "type": "builtins.int"}}, "IP_DROP_MEMBERSHIP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IP_DROP_MEMBERSHIP", "name": "IP_DROP_MEMBERSHIP", "type": "builtins.int"}}, "IP_HDRINCL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IP_HDRINCL", "name": "IP_HDRINCL", "type": "builtins.int"}}, "IP_MAX_MEMBERSHIPS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IP_MAX_MEMBERSHIPS", "name": "IP_MAX_MEMBERSHIPS", "type": "builtins.int"}}, "IP_MULTICAST_IF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IP_MULTICAST_IF", "name": "IP_MULTICAST_IF", "type": "builtins.int"}}, "IP_MULTICAST_LOOP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IP_MULTICAST_LOOP", "name": "IP_MULTICAST_LOOP", "type": "builtins.int"}}, "IP_MULTICAST_TTL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IP_MULTICAST_TTL", "name": "IP_MULTICAST_TTL", "type": "builtins.int"}}, "IP_OPTIONS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IP_OPTIONS", "name": "IP_OPTIONS", "type": "builtins.int"}}, "IP_RECVDSTADDR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IP_RECVDSTADDR", "name": "IP_RECVDSTADDR", "type": "builtins.int"}}, "IP_RECVOPTS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IP_RECVOPTS", "name": "IP_RECVOPTS", "type": "builtins.int"}}, "IP_RECVRETOPTS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IP_RECVRETOPTS", "name": "IP_RECVRETOPTS", "type": "builtins.int"}}, "IP_RETOPTS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IP_RETOPTS", "name": "IP_RETOPTS", "type": "builtins.int"}}, "IP_TOS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IP_TOS", "name": "IP_TOS", "type": "builtins.int"}}, "IP_TRANSPARENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IP_TRANSPARENT", "name": "IP_TRANSPARENT", "type": "builtins.int"}}, "IP_TTL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.IP_TTL", "name": "IP_TTL", "type": "builtins.int"}}, "IntEnum": {".class": "SymbolTableNode", "cross_ref": "enum.IntEnum", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IntFlag": {".class": "SymbolTableNode", "cross_ref": "enum.IntFlag", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "J1939_EE_INFO_NONE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.J1939_EE_INFO_NONE", "name": "J1939_EE_INFO_NONE", "type": "builtins.int"}}, "J1939_EE_INFO_TX_ABORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.J1939_EE_INFO_TX_ABORT", "name": "J1939_EE_INFO_TX_ABORT", "type": "builtins.int"}}, "J1939_FILTER_MAX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.J1939_FILTER_MAX", "name": "J1939_FILTER_MAX", "type": "builtins.int"}}, "J1939_IDLE_ADDR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.J1939_IDLE_ADDR", "name": "J1939_IDLE_ADDR", "type": "builtins.int"}}, "J1939_MAX_UNICAST_ADDR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.J1939_MAX_UNICAST_ADDR", "name": "J1939_MAX_UNICAST_ADDR", "type": "builtins.int"}}, "J1939_NLA_BYTES_ACKED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.J1939_NLA_BYTES_ACKED", "name": "J1939_NLA_BYTES_ACKED", "type": "builtins.int"}}, "J1939_NLA_PAD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.J1939_NLA_PAD", "name": "J1939_NLA_PAD", "type": "builtins.int"}}, "J1939_NO_ADDR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.J1939_NO_ADDR", "name": "J1939_NO_ADDR", "type": "builtins.int"}}, "J1939_NO_NAME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.J1939_NO_NAME", "name": "J1939_NO_NAME", "type": "builtins.int"}}, "J1939_NO_PGN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.J1939_NO_PGN", "name": "J1939_NO_PGN", "type": "builtins.int"}}, "J1939_PGN_ADDRESS_CLAIMED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.J1939_PGN_ADDRESS_CLAIMED", "name": "J1939_PGN_ADDRESS_CLAIMED", "type": "builtins.int"}}, "J1939_PGN_ADDRESS_COMMANDED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.J1939_PGN_ADDRESS_COMMANDED", "name": "J1939_PGN_ADDRESS_COMMANDED", "type": "builtins.int"}}, "J1939_PGN_MAX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.J1939_PGN_MAX", "name": "J1939_PGN_MAX", "type": "builtins.int"}}, "J1939_PGN_PDU1_MAX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.J1939_PGN_PDU1_MAX", "name": "J1939_PGN_PDU1_MAX", "type": "builtins.int"}}, "J1939_PGN_REQUEST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.J1939_PGN_REQUEST", "name": "J1939_PGN_REQUEST", "type": "builtins.int"}}, "LOCAL_PEERCRED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.LOCAL_PEERCRED", "name": "LOCAL_PEERCRED", "type": "builtins.int"}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MSG_BCAST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.MSG_BCAST", "name": "MSG_BCAST", "type": "socket.MsgFlag"}}, "MSG_BTAG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.MSG_BTAG", "name": "MSG_BTAG", "type": "socket.MsgFlag"}}, "MSG_CMSG_CLOEXEC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.MSG_CMSG_CLOEXEC", "name": "MSG_CMSG_CLOEXEC", "type": "socket.MsgFlag"}}, "MSG_CONFIRM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.MSG_CONFIRM", "name": "MSG_CONFIRM", "type": "socket.MsgFlag"}}, "MSG_CTRUNC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.MSG_CTRUNC", "name": "MSG_CTRUNC", "type": "socket.MsgFlag"}}, "MSG_DONTROUTE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.MSG_DONTROUTE", "name": "MSG_DONTROUTE", "type": "socket.MsgFlag"}}, "MSG_DONTWAIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.MSG_DONTWAIT", "name": "MSG_DONTWAIT", "type": "socket.MsgFlag"}}, "MSG_EOF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.MSG_EOF", "name": "MSG_EOF", "type": "socket.MsgFlag"}}, "MSG_EOR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.MSG_EOR", "name": "MSG_EOR", "type": "socket.MsgFlag"}}, "MSG_ERRQUEUE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.MSG_ERRQUEUE", "name": "MSG_ERRQUEUE", "type": "socket.MsgFlag"}}, "MSG_ETAG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.MSG_ETAG", "name": "MSG_ETAG", "type": "socket.MsgFlag"}}, "MSG_FASTOPEN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.MSG_FASTOPEN", "name": "MSG_FASTOPEN", "type": "socket.MsgFlag"}}, "MSG_MCAST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.MSG_MCAST", "name": "MSG_MCAST", "type": "socket.MsgFlag"}}, "MSG_MORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.MSG_MORE", "name": "MSG_MORE", "type": "socket.MsgFlag"}}, "MSG_NOSIGNAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.MSG_NOSIGNAL", "name": "MSG_NOSIGNAL", "type": "socket.MsgFlag"}}, "MSG_NOTIFICATION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.MSG_NOTIFICATION", "name": "MSG_NOTIFICATION", "type": "socket.MsgFlag"}}, "MSG_OOB": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.MSG_OOB", "name": "MSG_OOB", "type": "socket.MsgFlag"}}, "MSG_PEEK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.MSG_PEEK", "name": "MSG_PEEK", "type": "socket.MsgFlag"}}, "MSG_TRUNC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.MSG_TRUNC", "name": "MSG_TRUNC", "type": "socket.MsgFlag"}}, "MSG_WAITALL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.MSG_WAITALL", "name": "MSG_WAITALL", "type": "socket.MsgFlag"}}, "MsgFlag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.IntFlag"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "socket.MsgFlag", "name": "MsgFlag", "type_vars": []}, "flags": ["is_enum"], "fullname": "socket.MsgFlag", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "socket", "mro": ["socket.MsgFlag", "enum.IntFlag", "builtins.int", "enum.Flag", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "MSG_CTRUNC": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.MsgFlag.MSG_CTRUNC", "name": "MSG_CTRUNC", "type": "builtins.int"}}, "MSG_DONTROUTE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.MsgFlag.MSG_DONTROUTE", "name": "MSG_DONTROUTE", "type": "builtins.int"}}, "MSG_DONTWAIT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.MsgFlag.MSG_DONTWAIT", "name": "MSG_DONTWAIT", "type": "builtins.int"}}, "MSG_EOR": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.MsgFlag.MSG_EOR", "name": "MSG_EOR", "type": "builtins.int"}}, "MSG_OOB": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.MsgFlag.MSG_OOB", "name": "MSG_OOB", "type": "builtins.int"}}, "MSG_PEEK": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.MsgFlag.MSG_PEEK", "name": "MSG_PEEK", "type": "builtins.int"}}, "MSG_TRUNC": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.MsgFlag.MSG_TRUNC", "name": "MSG_TRUNC", "type": "builtins.int"}}, "MSG_WAITALL": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.MsgFlag.MSG_WAITALL", "name": "MSG_WAITALL", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NETLINK_ARPD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.NETLINK_ARPD", "name": "NETLINK_ARPD", "type": "builtins.int"}}, "NETLINK_CRYPTO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.NETLINK_CRYPTO", "name": "NETLINK_CRYPTO", "type": "builtins.int"}}, "NETLINK_DNRTMSG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.NETLINK_DNRTMSG", "name": "NETLINK_DNRTMSG", "type": "builtins.int"}}, "NETLINK_FIREWALL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.NETLINK_FIREWALL", "name": "NETLINK_FIREWALL", "type": "builtins.int"}}, "NETLINK_IP6_FW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.NETLINK_IP6_FW", "name": "NETLINK_IP6_FW", "type": "builtins.int"}}, "NETLINK_NFLOG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.NETLINK_NFLOG", "name": "NETLINK_NFLOG", "type": "builtins.int"}}, "NETLINK_ROUTE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.NETLINK_ROUTE", "name": "NETLINK_ROUTE", "type": "builtins.int"}}, "NETLINK_ROUTE6": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.NETLINK_ROUTE6", "name": "NETLINK_ROUTE6", "type": "builtins.int"}}, "NETLINK_SKIP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.NETLINK_SKIP", "name": "NETLINK_SKIP", "type": "builtins.int"}}, "NETLINK_TAPBASE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.NETLINK_TAPBASE", "name": "NETLINK_TAPBASE", "type": "builtins.int"}}, "NETLINK_TCPDIAG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.NETLINK_TCPDIAG", "name": "NETLINK_TCPDIAG", "type": "builtins.int"}}, "NETLINK_USERSOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.NETLINK_USERSOCK", "name": "NETLINK_USERSOCK", "type": "builtins.int"}}, "NETLINK_W1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.NETLINK_W1", "name": "NETLINK_W1", "type": "builtins.int"}}, "NETLINK_XFRM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.NETLINK_XFRM", "name": "NETLINK_XFRM", "type": "builtins.int"}}, "NI_DGRAM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.NI_DGRAM", "name": "NI_DGRAM", "type": "builtins.int"}}, "NI_MAXHOST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.NI_MAXHOST", "name": "NI_MAXHOST", "type": "builtins.int"}}, "NI_MAXSERV": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.NI_MAXSERV", "name": "NI_MAXSERV", "type": "builtins.int"}}, "NI_NAMEREQD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.NI_NAMEREQD", "name": "NI_NAMEREQD", "type": "builtins.int"}}, "NI_NOFQDN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.NI_NOFQDN", "name": "NI_NOFQDN", "type": "builtins.int"}}, "NI_NUMERICHOST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.NI_NUMERICHOST", "name": "NI_NUMERICHOST", "type": "builtins.int"}}, "NI_NUMERICSERV": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.NI_NUMERICSERV", "name": "NI_NUMERICSERV", "type": "builtins.int"}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PACKET_BROADCAST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.PACKET_BROADCAST", "name": "PACKET_BROADCAST", "type": "builtins.int"}}, "PACKET_FASTROUTE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.PACKET_FASTROUTE", "name": "PACKET_FASTROUTE", "type": "builtins.int"}}, "PACKET_HOST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.PACKET_HOST", "name": "PACKET_HOST", "type": "builtins.int"}}, "PACKET_LOOPBACK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.PACKET_LOOPBACK", "name": "PACKET_LOOPBACK", "type": "builtins.int"}}, "PACKET_MULTICAST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.PACKET_MULTICAST", "name": "PACKET_MULTICAST", "type": "builtins.int"}}, "PACKET_OTHERHOST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.PACKET_OTHERHOST", "name": "PACKET_OTHERHOST", "type": "builtins.int"}}, "PACKET_OUTGOING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.PACKET_OUTGOING", "name": "PACKET_OUTGOING", "type": "builtins.int"}}, "PF_CAN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.PF_CAN", "name": "PF_CAN", "type": "builtins.int"}}, "PF_PACKET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.PF_PACKET", "name": "PF_PACKET", "type": "builtins.int"}}, "PF_RDS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.PF_RDS", "name": "PF_RDS", "type": "builtins.int"}}, "RDS_CANCEL_SENT_TO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.RDS_CANCEL_SENT_TO", "name": "RDS_CANCEL_SENT_TO", "type": "builtins.int"}}, "RDS_CMSG_RDMA_ARGS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.RDS_CMSG_RDMA_ARGS", "name": "RDS_CMSG_RDMA_ARGS", "type": "builtins.int"}}, "RDS_CMSG_RDMA_DEST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.RDS_CMSG_RDMA_DEST", "name": "RDS_CMSG_RDMA_DEST", "type": "builtins.int"}}, "RDS_CMSG_RDMA_MAP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.RDS_CMSG_RDMA_MAP", "name": "RDS_CMSG_RDMA_MAP", "type": "builtins.int"}}, "RDS_CMSG_RDMA_STATUS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.RDS_CMSG_RDMA_STATUS", "name": "RDS_CMSG_RDMA_STATUS", "type": "builtins.int"}}, "RDS_CMSG_RDMA_UPDATE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.RDS_CMSG_RDMA_UPDATE", "name": "RDS_CMSG_RDMA_UPDATE", "type": "builtins.int"}}, "RDS_CONG_MONITOR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.RDS_CONG_MONITOR", "name": "RDS_CONG_MONITOR", "type": "builtins.int"}}, "RDS_FREE_MR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.RDS_FREE_MR", "name": "RDS_FREE_MR", "type": "builtins.int"}}, "RDS_GET_MR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.RDS_GET_MR", "name": "RDS_GET_MR", "type": "builtins.int"}}, "RDS_GET_MR_FOR_DEST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.RDS_GET_MR_FOR_DEST", "name": "RDS_GET_MR_FOR_DEST", "type": "builtins.int"}}, "RDS_RDMA_DONTWAIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.RDS_RDMA_DONTWAIT", "name": "RDS_RDMA_DONTWAIT", "type": "builtins.int"}}, "RDS_RDMA_FENCE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.RDS_RDMA_FENCE", "name": "RDS_RDMA_FENCE", "type": "builtins.int"}}, "RDS_RDMA_INVALIDATE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.RDS_RDMA_INVALIDATE", "name": "RDS_RDMA_INVALIDATE", "type": "builtins.int"}}, "RDS_RDMA_NOTIFY_ME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.RDS_RDMA_NOTIFY_ME", "name": "RDS_RDMA_NOTIFY_ME", "type": "builtins.int"}}, "RDS_RDMA_READWRITE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.RDS_RDMA_READWRITE", "name": "RDS_RDMA_READWRITE", "type": "builtins.int"}}, "RDS_RDMA_SILENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.RDS_RDMA_SILENT", "name": "RDS_RDMA_SILENT", "type": "builtins.int"}}, "RDS_RDMA_USE_ONCE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.RDS_RDMA_USE_ONCE", "name": "RDS_RDMA_USE_ONCE", "type": "builtins.int"}}, "RDS_RECVERR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.RDS_RECVERR", "name": "RDS_RECVERR", "type": "builtins.int"}}, "SCM_CREDENTIALS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SCM_CREDENTIALS", "name": "SCM_CREDENTIALS", "type": "builtins.int"}}, "SCM_CREDS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SCM_CREDS", "name": "SCM_CREDS", "type": "builtins.int"}}, "SCM_J1939_DEST_ADDR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SCM_J1939_DEST_ADDR", "name": "SCM_J1939_DEST_ADDR", "type": "builtins.int"}}, "SCM_J1939_DEST_NAME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SCM_J1939_DEST_NAME", "name": "SCM_J1939_DEST_NAME", "type": "builtins.int"}}, "SCM_J1939_ERRQUEUE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SCM_J1939_ERRQUEUE", "name": "SCM_J1939_ERRQUEUE", "type": "builtins.int"}}, "SCM_J1939_PRIO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SCM_J1939_PRIO", "name": "SCM_J1939_PRIO", "type": "builtins.int"}}, "SCM_RIGHTS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SCM_RIGHTS", "name": "SCM_RIGHTS", "type": "builtins.int"}}, "SHUT_RD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SHUT_RD", "name": "SHUT_RD", "type": "builtins.int"}}, "SHUT_RDWR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SHUT_RDWR", "name": "SHUT_RDWR", "type": "builtins.int"}}, "SHUT_WR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SHUT_WR", "name": "SHUT_WR", "type": "builtins.int"}}, "SOCK_CLOEXEC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOCK_CLOEXEC", "name": "SOCK_CLOEXEC", "type": "socket.SocketKind"}}, "SOCK_DGRAM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOCK_DGRAM", "name": "SOCK_DGRAM", "type": "socket.SocketKind"}}, "SOCK_NONBLOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOCK_NONBLOCK", "name": "SOCK_NONBLOCK", "type": "socket.SocketKind"}}, "SOCK_RAW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOCK_RAW", "name": "SOCK_RAW", "type": "socket.SocketKind"}}, "SOCK_RDM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOCK_RDM", "name": "SOCK_RDM", "type": "socket.SocketKind"}}, "SOCK_SEQPACKET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOCK_SEQPACKET", "name": "SOCK_SEQPACKET", "type": "socket.SocketKind"}}, "SOCK_STREAM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOCK_STREAM", "name": "SOCK_STREAM", "type": "socket.SocketKind"}}, "SOL_ALG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOL_ALG", "name": "SOL_ALG", "type": "builtins.int"}}, "SOL_ATALK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOL_ATALK", "name": "SOL_ATALK", "type": "builtins.int"}}, "SOL_AX25": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOL_AX25", "name": "SOL_AX25", "type": "builtins.int"}}, "SOL_CAN_BASE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOL_CAN_BASE", "name": "SOL_CAN_BASE", "type": "builtins.int"}}, "SOL_CAN_RAW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOL_CAN_RAW", "name": "SOL_CAN_RAW", "type": "builtins.int"}}, "SOL_HCI": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOL_HCI", "name": "SOL_HCI", "type": "builtins.int"}}, "SOL_IP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOL_IP", "name": "SOL_IP", "type": "builtins.int"}}, "SOL_IPX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOL_IPX", "name": "SOL_IPX", "type": "builtins.int"}}, "SOL_NETROM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOL_NETROM", "name": "SOL_NETROM", "type": "builtins.int"}}, "SOL_RDS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOL_RDS", "name": "SOL_RDS", "type": "builtins.int"}}, "SOL_ROSE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOL_ROSE", "name": "SOL_ROSE", "type": "builtins.int"}}, "SOL_SOCKET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOL_SOCKET", "name": "SOL_SOCKET", "type": "builtins.int"}}, "SOL_TCP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOL_TCP", "name": "SOL_TCP", "type": "builtins.int"}}, "SOL_TIPC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOL_TIPC", "name": "SOL_TIPC", "type": "builtins.int"}}, "SOL_UDP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOL_UDP", "name": "SOL_UDP", "type": "builtins.int"}}, "SOMAXCONN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SOMAXCONN", "name": "SOMAXCONN", "type": "builtins.int"}}, "SO_ACCEPTCONN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_ACCEPTCONN", "name": "SO_ACCEPTCONN", "type": "builtins.int"}}, "SO_BINDTODEVICE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_BINDTODEVICE", "name": "SO_BINDTODEVICE", "type": "builtins.int"}}, "SO_BROADCAST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_BROADCAST", "name": "SO_BROADCAST", "type": "builtins.int"}}, "SO_DEBUG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_DEBUG", "name": "SO_DEBUG", "type": "builtins.int"}}, "SO_DOMAIN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_DOMAIN", "name": "SO_DOMAIN", "type": "builtins.int"}}, "SO_DONTROUTE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_DONTROUTE", "name": "SO_DONTROUTE", "type": "builtins.int"}}, "SO_ERROR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_ERROR", "name": "SO_ERROR", "type": "builtins.int"}}, "SO_EXCLUSIVEADDRUSE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_EXCLUSIVEADDRUSE", "name": "SO_EXCLUSIVEADDRUSE", "type": "builtins.int"}}, "SO_J1939_ERRQUEUE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_J1939_ERRQUEUE", "name": "SO_J1939_ERRQUEUE", "type": "builtins.int"}}, "SO_J1939_FILTER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_J1939_FILTER", "name": "SO_J1939_FILTER", "type": "builtins.int"}}, "SO_J1939_PROMISC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_J1939_PROMISC", "name": "SO_J1939_PROMISC", "type": "builtins.int"}}, "SO_J1939_SEND_PRIO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_J1939_SEND_PRIO", "name": "SO_J1939_SEND_PRIO", "type": "builtins.int"}}, "SO_KEEPALIVE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_KEEPALIVE", "name": "SO_KEEPALIVE", "type": "builtins.int"}}, "SO_LINGER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_LINGER", "name": "SO_LINGER", "type": "builtins.int"}}, "SO_MARK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_MARK", "name": "SO_MARK", "type": "builtins.int"}}, "SO_OOBINLINE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_OOBINLINE", "name": "SO_OOBINLINE", "type": "builtins.int"}}, "SO_PASSCRED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_PASSCRED", "name": "SO_PASSCRED", "type": "builtins.int"}}, "SO_PASSSEC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_PASSSEC", "name": "SO_PASSSEC", "type": "builtins.int"}}, "SO_PEERCRED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_PEERCRED", "name": "SO_PEERCRED", "type": "builtins.int"}}, "SO_PEERSEC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_PEERSEC", "name": "SO_PEERSEC", "type": "builtins.int"}}, "SO_PRIORITY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_PRIORITY", "name": "SO_PRIORITY", "type": "builtins.int"}}, "SO_PROTOCOL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_PROTOCOL", "name": "SO_PROTOCOL", "type": "builtins.int"}}, "SO_RCVBUF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_RCVBUF", "name": "SO_RCVBUF", "type": "builtins.int"}}, "SO_RCVLOWAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_RCVLOWAT", "name": "SO_RCVLOWAT", "type": "builtins.int"}}, "SO_RCVTIMEO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_RCVTIMEO", "name": "SO_RCVTIMEO", "type": "builtins.int"}}, "SO_REUSEADDR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_REUSEADDR", "name": "SO_REUSEADDR", "type": "builtins.int"}}, "SO_REUSEPORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_REUSEPORT", "name": "SO_REUSEPORT", "type": "builtins.int"}}, "SO_SETFIB": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_SETFIB", "name": "SO_SETFIB", "type": "builtins.int"}}, "SO_SNDBUF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_SNDBUF", "name": "SO_SNDBUF", "type": "builtins.int"}}, "SO_SNDLOWAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_SNDLOWAT", "name": "SO_SNDLOWAT", "type": "builtins.int"}}, "SO_SNDTIMEO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_SNDTIMEO", "name": "SO_SNDTIMEO", "type": "builtins.int"}}, "SO_TYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_TYPE", "name": "SO_TYPE", "type": "builtins.int"}}, "SO_USELOOPBACK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_USELOOPBACK", "name": "SO_USELOOPBACK", "type": "builtins.int"}}, "SO_VM_SOCKETS_BUFFER_MAX_SIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_VM_SOCKETS_BUFFER_MAX_SIZE", "name": "SO_VM_SOCKETS_BUFFER_MAX_SIZE", "type": "builtins.int"}}, "SO_VM_SOCKETS_BUFFER_MIN_SIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_VM_SOCKETS_BUFFER_MIN_SIZE", "name": "SO_VM_SOCKETS_BUFFER_MIN_SIZE", "type": "builtins.int"}}, "SO_VM_SOCKETS_BUFFER_SIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SO_VM_SOCKETS_BUFFER_SIZE", "name": "SO_VM_SOCKETS_BUFFER_SIZE", "type": "builtins.int"}}, "SocketIO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SocketIO", "name": "SocketIO", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "SocketKind": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.IntEnum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "socket.SocketKind", "name": "SocketKind", "type_vars": []}, "flags": ["is_enum"], "fullname": "socket.SocketKind", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "socket", "mro": ["socket.SocketKind", "enum.IntEnum", "builtins.int", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "SOCK_CLOEXEC": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.SocketKind.SOCK_CLOEXEC", "name": "SOCK_CLOEXEC", "type": "builtins.int"}}, "SOCK_DGRAM": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.SocketKind.SOCK_DGRAM", "name": "SOCK_DGRAM", "type": "builtins.int"}}, "SOCK_NONBLOCK": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.SocketKind.SOCK_NONBLOCK", "name": "SOCK_NONBLOCK", "type": "builtins.int"}}, "SOCK_RAW": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.SocketKind.SOCK_RAW", "name": "SOCK_RAW", "type": "builtins.int"}}, "SOCK_RDM": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.SocketKind.SOCK_RDM", "name": "SOCK_RDM", "type": "builtins.int"}}, "SOCK_SEQPACKET": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.SocketKind.SOCK_SEQPACKET", "name": "SOCK_SEQPACKET", "type": "builtins.int"}}, "SOCK_STREAM": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.SocketKind.SOCK_STREAM", "name": "SOCK_STREAM", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SocketType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.SocketType", "name": "SocketType", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "TCP_CONGESTION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TCP_CONGESTION", "name": "TCP_CONGESTION", "type": "builtins.int"}}, "TCP_CORK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TCP_CORK", "name": "TCP_CORK", "type": "builtins.int"}}, "TCP_DEFER_ACCEPT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TCP_DEFER_ACCEPT", "name": "TCP_DEFER_ACCEPT", "type": "builtins.int"}}, "TCP_FASTOPEN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TCP_FASTOPEN", "name": "TCP_FASTOPEN", "type": "builtins.int"}}, "TCP_INFO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TCP_INFO", "name": "TCP_INFO", "type": "builtins.int"}}, "TCP_KEEPCNT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TCP_KEEPCNT", "name": "TCP_KEEPCNT", "type": "builtins.int"}}, "TCP_KEEPIDLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TCP_KEEPIDLE", "name": "TCP_KEEPIDLE", "type": "builtins.int"}}, "TCP_KEEPINTVL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TCP_KEEPINTVL", "name": "TCP_KEEPINTVL", "type": "builtins.int"}}, "TCP_LINGER2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TCP_LINGER2", "name": "TCP_LINGER2", "type": "builtins.int"}}, "TCP_MAXSEG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TCP_MAXSEG", "name": "TCP_MAXSEG", "type": "builtins.int"}}, "TCP_NODELAY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TCP_NODELAY", "name": "TCP_NODELAY", "type": "builtins.int"}}, "TCP_NOTSENT_LOWAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TCP_NOTSENT_LOWAT", "name": "TCP_NOTSENT_LOWAT", "type": "builtins.int"}}, "TCP_QUICKACK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TCP_QUICKACK", "name": "TCP_QUICKACK", "type": "builtins.int"}}, "TCP_SYNCNT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TCP_SYNCNT", "name": "TCP_SYNCNT", "type": "builtins.int"}}, "TCP_USER_TIMEOUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TCP_USER_TIMEOUT", "name": "TCP_USER_TIMEOUT", "type": "builtins.int"}}, "TCP_WINDOW_CLAMP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TCP_WINDOW_CLAMP", "name": "TCP_WINDOW_CLAMP", "type": "builtins.int"}}, "TIPC_ADDR_ID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_ADDR_ID", "name": "TIPC_ADDR_ID", "type": "builtins.int"}}, "TIPC_ADDR_NAME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_ADDR_NAME", "name": "TIPC_ADDR_NAME", "type": "builtins.int"}}, "TIPC_ADDR_NAMESEQ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_ADDR_NAMESEQ", "name": "TIPC_ADDR_NAMESEQ", "type": "builtins.int"}}, "TIPC_CFG_SRV": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_CFG_SRV", "name": "TIPC_CFG_SRV", "type": "builtins.int"}}, "TIPC_CLUSTER_SCOPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_CLUSTER_SCOPE", "name": "TIPC_CLUSTER_SCOPE", "type": "builtins.int"}}, "TIPC_CONN_TIMEOUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_CONN_TIMEOUT", "name": "TIPC_CONN_TIMEOUT", "type": "builtins.int"}}, "TIPC_CRITICAL_IMPORTANCE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_CRITICAL_IMPORTANCE", "name": "TIPC_CRITICAL_IMPORTANCE", "type": "builtins.int"}}, "TIPC_DEST_DROPPABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_DEST_DROPPABLE", "name": "TIPC_DEST_DROPPABLE", "type": "builtins.int"}}, "TIPC_HIGH_IMPORTANCE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_HIGH_IMPORTANCE", "name": "TIPC_HIGH_IMPORTANCE", "type": "builtins.int"}}, "TIPC_IMPORTANCE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_IMPORTANCE", "name": "TIPC_IMPORTANCE", "type": "builtins.int"}}, "TIPC_LOW_IMPORTANCE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_LOW_IMPORTANCE", "name": "TIPC_LOW_IMPORTANCE", "type": "builtins.int"}}, "TIPC_MEDIUM_IMPORTANCE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_MEDIUM_IMPORTANCE", "name": "TIPC_MEDIUM_IMPORTANCE", "type": "builtins.int"}}, "TIPC_NODE_SCOPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_NODE_SCOPE", "name": "TIPC_NODE_SCOPE", "type": "builtins.int"}}, "TIPC_PUBLISHED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_PUBLISHED", "name": "TIPC_PUBLISHED", "type": "builtins.int"}}, "TIPC_SRC_DROPPABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_SRC_DROPPABLE", "name": "TIPC_SRC_DROPPABLE", "type": "builtins.int"}}, "TIPC_SUBSCR_TIMEOUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_SUBSCR_TIMEOUT", "name": "TIPC_SUBSCR_TIMEOUT", "type": "builtins.int"}}, "TIPC_SUB_CANCEL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_SUB_CANCEL", "name": "TIPC_SUB_CANCEL", "type": "builtins.int"}}, "TIPC_SUB_PORTS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_SUB_PORTS", "name": "TIPC_SUB_PORTS", "type": "builtins.int"}}, "TIPC_SUB_SERVICE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_SUB_SERVICE", "name": "TIPC_SUB_SERVICE", "type": "builtins.int"}}, "TIPC_TOP_SRV": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_TOP_SRV", "name": "TIPC_TOP_SRV", "type": "builtins.int"}}, "TIPC_WAIT_FOREVER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_WAIT_FOREVER", "name": "TIPC_WAIT_FOREVER", "type": "builtins.int"}}, "TIPC_WITHDRAWN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_WITHDRAWN", "name": "TIPC_WITHDRAWN", "type": "builtins.int"}}, "TIPC_ZONE_SCOPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.TIPC_ZONE_SCOPE", "name": "TIPC_ZONE_SCOPE", "type": "builtins.int"}}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TextIO": {".class": "SymbolTableNode", "cross_ref": "typing.TextIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "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}, "VMADDR_CID_ANY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.VMADDR_CID_ANY", "name": "VMADDR_CID_ANY", "type": "builtins.int"}}, "VMADDR_CID_HOST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.VMADDR_CID_HOST", "name": "VMADDR_CID_HOST", "type": "builtins.int"}}, "VMADDR_PORT_ANY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.VMADDR_PORT_ANY", "name": "VMADDR_PORT_ANY", "type": "builtins.int"}}, "VM_SOCKETS_INVALID_VERSION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.VM_SOCKETS_INVALID_VERSION", "name": "VM_SOCKETS_INVALID_VERSION", "type": "builtins.int"}}, "_Address": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "socket._Address", "line": 607, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}, "builtins.str"]}}}, "_CMSG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "socket._CMSG", "line": 613, "no_args": false, "normalized": false, "target": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "_RetAddress": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "socket._RetAddress", "line": 608, "no_args": false, "normalized": false, "target": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}}}, "_SelfT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "socket._SelfT", "name": "_SelfT", "upper_bound": "socket.socket", "values": [], "variance": 0}}, "_WriteBuffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "socket._WriteBuffer", "line": 611, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.bytearray", "builtins.memoryview"]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.__package__", "name": "__package__", "type": "builtins.str"}}, "close": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fd"], "flags": [], "fullname": "socket.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["fd"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "create_connection": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["address", "timeout", "source_address"], "flags": [], "fullname": "socket.create_connection", "name": "create_connection", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["address", "timeout", "source_address"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".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"}}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.bytearray", "builtins.bytes", "builtins.str"]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_connection", "ret_type": "socket.socket", "type_guard": null, "variables": []}}}, "create_server": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["address", "family", "backlog", "reuse_port", "dualstack_ipv6"], "flags": [], "fullname": "socket.create_server", "name": "create_server", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["address", "family", "backlog", "reuse_port", "dualstack_ipv6"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "socket._Address"}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_server", "ret_type": "socket.socket", "type_guard": null, "variables": []}}}, "error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "socket.error", "line": 592, "no_args": true, "normalized": false, "target": "builtins.OSError"}}, "fromfd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["fd", "family", "type", "proto"], "flags": [], "fullname": "socket.fromfd", "name": "fromfd", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["fd", "family", "type", "proto"], "arg_types": ["builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromfd", "ret_type": "socket.socket", "type_guard": null, "variables": []}}}, "gaierror": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "socket.gaierror", "name": "gaierror", "type_vars": []}, "flags": [], "fullname": "socket.gaierror", "metaclass_type": null, "metadata": {}, "module_name": "socket", "mro": ["socket.gaierror", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "error", "string"], "flags": [], "fullname": "socket.gaierror.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "error", "string"], "arg_types": ["socket.gaierror", "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of gaierror", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "getaddrinfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["host", "port", "family", "type", "proto", "flags"], "flags": [], "fullname": "socket.getaddrinfo", "name": "getaddrinfo", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["host", "port", "family", "type", "proto", "flags"], "arg_types": [{".class": "UnionType", "items": ["builtins.bytearray", "builtins.bytes", "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getaddrinfo", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["socket.AddressFamily", "socket.SocketKind", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "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.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"}}]}], "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"}, "type_guard": null, "variables": []}}}, "getdefaulttimeout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "socket.getdefaulttimeout", "name": "getdefaulttimeout", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getdefaulttimeout", "ret_type": {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "getfqdn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["name"], "flags": [], "fullname": "socket.getfqdn", "name": "getfqdn", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfqdn", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "gethostbyaddr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ip_address"], "flags": [], "fullname": "socket.gethostbyaddr", "name": "gethostbyaddr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ip_address"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gethostbyaddr", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "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": []}}}, "gethostbyname": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["hostname"], "flags": [], "fullname": "socket.gethostbyname", "name": "gethostbyname", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["hostname"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gethostbyname", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "gethostbyname_ex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["hostname"], "flags": [], "fullname": "socket.gethostbyname_ex", "name": "gethostbyname_ex", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["hostname"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gethostbyname_ex", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "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": []}}}, "gethostname": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "socket.gethostname", "name": "gethostname", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gethostname", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getnameinfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["sockaddr", "flags"], "flags": [], "fullname": "socket.getnameinfo", "name": "getnameinfo", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["sockaddr", "flags"], "arg_types": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "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.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"}}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getnameinfo", "ret_type": {".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_guard": null, "variables": []}}}, "getprotobyname": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["protocolname"], "flags": [], "fullname": "socket.getprotobyname", "name": "getprotobyname", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["protocolname"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getprotobyname", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getservbyname": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["servicename", "protocolname"], "flags": [], "fullname": "socket.getservbyname", "name": "getservbyname", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["servicename", "protocolname"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getservbyname", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getservbyport": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["port", "protocolname"], "flags": [], "fullname": "socket.getservbyport", "name": "getservbyport", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["port", "protocolname"], "arg_types": ["builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getservbyport", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "has_dualstack_ipv6": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "socket.has_dualstack_ipv6", "name": "has_dualstack_ipv6", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "has_dualstack_ipv6", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "has_ipv6": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.has_ipv6", "name": "has_ipv6", "type": "builtins.bool"}}, "herror": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "socket.herror", "name": "herror", "type_vars": []}, "flags": [], "fullname": "socket.herror", "metaclass_type": null, "metadata": {}, "module_name": "socket", "mro": ["socket.herror", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "herror", "string"], "flags": [], "fullname": "socket.herror.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "herror", "string"], "arg_types": ["socket.herror", "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of herror", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "htonl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "socket.htonl", "name": "htonl", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["x"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "htonl", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "htons": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "socket.htons", "name": "htons", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["x"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "htons", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "if_indextoname": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["index"], "flags": [], "fullname": "socket.if_indextoname", "name": "if_indextoname", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["index"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "if_indextoname", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "if_nameindex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "socket.if_nameindex", "name": "if_nameindex", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "if_nameindex", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "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.list"}, "type_guard": null, "variables": []}}}, "if_nametoindex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "socket.if_nametoindex", "name": "if_nametoindex", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "if_nametoindex", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "inet_aton": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ip_string"], "flags": [], "fullname": "socket.inet_aton", "name": "inet_aton", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ip_string"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "inet_aton", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "inet_ntoa": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["packed_ip"], "flags": [], "fullname": "socket.inet_ntoa", "name": "inet_ntoa", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["packed_ip"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "inet_ntoa", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "inet_ntop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["address_family", "packed_ip"], "flags": [], "fullname": "socket.inet_ntop", "name": "inet_ntop", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["address_family", "packed_ip"], "arg_types": ["builtins.int", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "inet_ntop", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "inet_pton": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["address_family", "ip_string"], "flags": [], "fullname": "socket.inet_pton", "name": "inet_pton", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["address_family", "ip_string"], "arg_types": ["builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "inet_pton", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "ntohl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "socket.ntohl", "name": "ntohl", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["x"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ntohl", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "ntohs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "socket.ntohs", "name": "ntohs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["x"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ntohs", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "recv_fds": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["sock", "bufsize", "maxfds", "flags"], "flags": [], "fullname": "socket.recv_fds", "name": "recv_fds", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["sock", "bufsize", "maxfds", "flags"], "arg_types": ["socket.socket", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "recv_fds", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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": []}}}, "send_fds": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["sock", "buffers", "fds", "flags", "address"], "flags": [], "fullname": "socket.send_fds", "name": "send_fds", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["sock", "buffers", "fds", "flags", "address"], "arg_types": ["socket.socket", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}]}, "builtins.int", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "send_fds", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "setdefaulttimeout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["timeout"], "flags": [], "fullname": "socket.setdefaulttimeout", "name": "setdefaulttimeout", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["timeout"], "arg_types": [{".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setdefaulttimeout", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sethostname": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "socket.sethostname", "name": "sethostname", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sethostname", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "socket": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "socket.socket", "name": "socket", "type_vars": []}, "flags": [], "fullname": "socket.socket", "metaclass_type": null, "metadata": {}, "module_name": "socket", "mro": ["socket.socket", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "socket.socket.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "socket._SelfT", "id": -1, "name": "_SelfT", "upper_bound": "socket.socket", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of socket", "ret_type": {".class": "TypeVarType", "fullname": "socket._SelfT", "id": -1, "name": "_SelfT", "upper_bound": "socket.socket", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "socket._SelfT", "id": -1, "name": "_SelfT", "upper_bound": "socket.socket", "values": [], "variance": 0}]}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "socket.socket.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": [null, null], "arg_types": ["socket.socket", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "family", "type", "proto", "fileno"], "flags": [], "fullname": "socket.socket.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "family", "type", "proto", "fileno"], "arg_types": ["socket.socket", "builtins.int", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "accept": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "socket.socket.accept", "name": "accept", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["socket.socket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "accept of socket", "ret_type": {".class": "TupleType", "implicit": false, "items": ["socket.socket", {".class": "TypeAliasType", "args": [], "type_ref": "socket._RetAddress"}], "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": []}}}, "bind": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "address"], "flags": [], "fullname": "socket.socket.bind", "name": "bind", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "address"], "arg_types": ["socket.socket", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "socket._Address"}, "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bind of socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "socket.socket.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["socket.socket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "connect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "address"], "flags": [], "fullname": "socket.socket.connect", "name": "connect", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "address"], "arg_types": ["socket.socket", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "socket._Address"}, "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "connect of socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "connect_ex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "address"], "flags": [], "fullname": "socket.socket.connect_ex", "name": "connect_ex", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "address"], "arg_types": ["socket.socket", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "socket._Address"}, "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "connect_ex of socket", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "detach": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "socket.socket.detach", "name": "detach", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["socket.socket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "detach of socket", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "dup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "socket.socket.dup", "name": "dup", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["socket.socket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dup of socket", "ret_type": "socket.socket", "type_guard": null, "variables": []}}}, "family": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.socket.family", "name": "family", "type": "builtins.int"}}, "fileno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "socket.socket.fileno", "name": "fileno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["socket.socket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fileno of socket", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "get_inheritable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "socket.socket.get_inheritable", "name": "get_inheritable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["socket.socket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_inheritable of socket", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "getblocking": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "socket.socket.getblocking", "name": "getblocking", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["socket.socket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getblocking of socket", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "getpeername": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "socket.socket.getpeername", "name": "getpeername", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["socket.socket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getpeername of socket", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "socket._RetAddress"}, "type_guard": null, "variables": []}}}, "getsockname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "socket.socket.getsockname", "name": "getsockname", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["socket.socket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getsockname of socket", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "socket._RetAddress"}, "type_guard": null, "variables": []}}}, "getsockopt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "socket.socket.getsockopt", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "level", "optname"], "flags": ["is_overload", "is_decorated"], "fullname": "socket.socket.getsockopt", "name": "getsockopt", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "level", "optname"], "arg_types": ["socket.socket", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getsockopt of socket", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getsockopt", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "level", "optname", "buflen"], "flags": ["is_overload", "is_decorated"], "fullname": "socket.socket.getsockopt", "name": "getsockopt", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "level", "optname", "buflen"], "arg_types": ["socket.socket", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getsockopt of socket", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getsockopt", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "level", "optname"], "arg_types": ["socket.socket", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getsockopt of socket", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "level", "optname", "buflen"], "arg_types": ["socket.socket", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getsockopt of socket", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}]}}}, "gettimeout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "socket.socket.gettimeout", "name": "gettimeout", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["socket.socket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gettimeout of socket", "ret_type": {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "listen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__backlog"], "flags": [], "fullname": "socket.socket.listen", "name": "listen", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["socket.socket", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "listen of socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "makefile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "socket.socket.makefile", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "flags": ["is_overload", "is_decorated"], "fullname": "socket.socket.makefile", "name": "makefile", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["socket.socket", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "r"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wr"}, {".class": "LiteralType", "fallback": "builtins.str", "value": ""}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makefile of socket", "ret_type": "typing.TextIO", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "makefile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "flags": ["is_overload", "is_decorated"], "fullname": "socket.socket.makefile", "name": "makefile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["socket.socket", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "br"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rwb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rbw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wrb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wbr"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "brw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bwr"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makefile of socket", "ret_type": "typing.BinaryIO", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "makefile", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["socket.socket", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "r"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wr"}, {".class": "LiteralType", "fallback": "builtins.str", "value": ""}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makefile of socket", "ret_type": "typing.TextIO", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["socket.socket", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "br"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rwb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rbw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wrb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wbr"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "brw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bwr"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makefile of socket", "ret_type": "typing.BinaryIO", "type_guard": null, "variables": []}]}}}, "proto": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.socket.proto", "name": "proto", "type": "builtins.int"}}, "recv": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "bufsize", "flags"], "flags": [], "fullname": "socket.socket.recv", "name": "recv", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "bufsize", "flags"], "arg_types": ["socket.socket", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "recv of socket", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "recv_into": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "buffer", "nbytes", "flags"], "flags": [], "fullname": "socket.socket.recv_into", "name": "recv_into", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "buffer", "nbytes", "flags"], "arg_types": ["socket.socket", {".class": "TypeAliasType", "args": [], "type_ref": "socket._WriteBuffer"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "recv_into of socket", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "recvfrom": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "bufsize", "flags"], "flags": [], "fullname": "socket.socket.recvfrom", "name": "recvfrom", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "bufsize", "flags"], "arg_types": ["socket.socket", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "recvfrom of socket", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "socket._RetAddress"}], "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": []}}}, "recvfrom_into": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "buffer", "nbytes", "flags"], "flags": [], "fullname": "socket.socket.recvfrom_into", "name": "recvfrom_into", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "buffer", "nbytes", "flags"], "arg_types": ["socket.socket", {".class": "TypeAliasType", "args": [], "type_ref": "socket._WriteBuffer"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "recvfrom_into of socket", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "socket._RetAddress"}], "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": []}}}, "recvmsg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__bufsize", "__ancbufsize", "__flags"], "flags": [], "fullname": "socket.socket.recvmsg", "name": "recvmsg", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["socket.socket", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "recvmsg of socket", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "socket._CMSG"}], "type_ref": "builtins.list"}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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": []}}}, "recvmsg_into": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__buffers", "__ancbufsize", "__flags"], "flags": [], "fullname": "socket.socket.recvmsg_into", "name": "recvmsg_into", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["socket.socket", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "socket._WriteBuffer"}], "type_ref": "typing.Iterable"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "recvmsg_into of socket", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "socket._CMSG"}], "type_ref": "builtins.list"}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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": []}}}, "send": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "data", "flags"], "flags": [], "fullname": "socket.socket.send", "name": "send", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "data", "flags"], "arg_types": ["socket.socket", "builtins.bytes", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "send of socket", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sendall": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "data", "flags"], "flags": [], "fullname": "socket.socket.sendall", "name": "sendall", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "data", "flags"], "arg_types": ["socket.socket", "builtins.bytes", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sendall of socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sendfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "file", "offset", "count"], "flags": [], "fullname": "socket.socket.sendfile", "name": "sendfile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "file", "offset", "count"], "arg_types": ["socket.socket", "typing.BinaryIO", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sendfile of socket", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sendmsg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "__buffers", "__ancdata", "__flags", "__address"], "flags": [], "fullname": "socket.socket.sendmsg", "name": "sendmsg", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", null, null, null, null], "arg_types": ["socket.socket", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "socket._CMSG"}], "type_ref": "typing.Iterable"}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "socket._Address"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sendmsg of socket", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sendmsg_afalg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 3, 5, 5, 5], "arg_names": ["self", "msg", "op", "iv", "assoclen", "flags"], "flags": [], "fullname": "socket.socket.sendmsg_afalg", "name": "sendmsg_afalg", "type": {".class": "CallableType", "arg_kinds": [0, 1, 3, 5, 5, 5], "arg_names": ["self", "msg", "op", "iv", "assoclen", "flags"], "arg_types": ["socket.socket", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Iterable"}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sendmsg_afalg of socket", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sendto": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "socket.socket.sendto", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "data", "address"], "flags": ["is_overload", "is_decorated"], "fullname": "socket.socket.sendto", "name": "sendto", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "data", "address"], "arg_types": ["socket.socket", "builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "socket._Address"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sendto of socket", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sendto", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "data", "flags", "address"], "flags": ["is_overload", "is_decorated"], "fullname": "socket.socket.sendto", "name": "sendto", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "data", "flags", "address"], "arg_types": ["socket.socket", "builtins.bytes", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "socket._Address"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sendto of socket", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sendto", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "data", "address"], "arg_types": ["socket.socket", "builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "socket._Address"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sendto of socket", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "data", "flags", "address"], "arg_types": ["socket.socket", "builtins.bytes", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "socket._Address"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sendto of socket", "ret_type": "builtins.int", "type_guard": null, "variables": []}]}}}, "set_inheritable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "inheritable"], "flags": [], "fullname": "socket.socket.set_inheritable", "name": "set_inheritable", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "inheritable"], "arg_types": ["socket.socket", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_inheritable of socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setblocking": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "flag"], "flags": [], "fullname": "socket.socket.setblocking", "name": "setblocking", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "flag"], "arg_types": ["socket.socket", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setblocking of socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setsockopt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "socket.socket.setsockopt", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "level", "optname", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "socket.socket.setsockopt", "name": "setsockopt", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "level", "optname", "value"], "arg_types": ["socket.socket", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.int", "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setsockopt of socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "setsockopt", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "level", "optname", "value", "optlen"], "flags": ["is_overload", "is_decorated"], "fullname": "socket.socket.setsockopt", "name": "setsockopt", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "level", "optname", "value", "optlen"], "arg_types": ["socket.socket", "builtins.int", "builtins.int", {".class": "NoneType"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setsockopt of socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "setsockopt", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "level", "optname", "value"], "arg_types": ["socket.socket", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.int", "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setsockopt of socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "level", "optname", "value", "optlen"], "arg_types": ["socket.socket", "builtins.int", "builtins.int", {".class": "NoneType"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setsockopt of socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "settimeout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "socket.socket.settimeout", "name": "settimeout", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["socket.socket", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "settimeout of socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "shutdown": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "how"], "flags": [], "fullname": "socket.socket.shutdown", "name": "shutdown", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "how"], "arg_types": ["socket.socket", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shutdown of socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.socket.type", "name": "type", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "socketpair": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1], "arg_names": ["family", "type", "proto"], "flags": [], "fullname": "socket.socketpair", "name": "socketpair", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1], "arg_names": ["family", "type", "proto"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "socketpair", "ret_type": {".class": "TupleType", "implicit": false, "items": ["socket.socket", "socket.socket"], "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": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "timeout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "socket.timeout", "name": "timeout", "type_vars": []}, "flags": [], "fullname": "socket.timeout", "metaclass_type": null, "metadata": {}, "module_name": "socket", "mro": ["socket.timeout", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "error", "string"], "flags": [], "fullname": "socket.timeout.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "error", "string"], "arg_types": ["socket.timeout", "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of timeout", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/socket.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/socket.meta.json b/.mypy_cache/3.9/socket.meta.json deleted file mode 100644 index 325caf565..000000000 --- a/.mypy_cache/3.9/socket.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 510, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30], "dependencies": ["sys", "typing", "typing_extensions", "enum", "builtins", "abc"], "hash": "625428284b7555fc615270e2513cf5da744625282facd0d510474fe14c3afe40", "id": "socket", "ignore_all": true, "interface_hash": "1ed7a71f1f15bea44ff559f1b7e3019beab568997d11f393338f8b90bdc37258", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/socket.pyi", "plugin_data": null, "size": 22875, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/sqlite3/__init__.data.json b/.mypy_cache/3.9/sqlite3/__init__.data.json deleted file mode 100644 index 7b046bd1e..000000000 --- a/.mypy_cache/3.9/sqlite3/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "sqlite3", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Binary": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.Binary", "kind": "Gdef"}, "Connection": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.Connection", "kind": "Gdef"}, "Cursor": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.Cursor", "kind": "Gdef"}, "DataError": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.DataError", "kind": "Gdef"}, "DatabaseError": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.DatabaseError", "kind": "Gdef"}, "Date": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.Date", "kind": "Gdef"}, "DateFromTicks": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.DateFromTicks", "kind": "Gdef"}, "Error": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.Error", "kind": "Gdef"}, "IntegrityError": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.IntegrityError", "kind": "Gdef"}, "InterfaceError": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.InterfaceError", "kind": "Gdef"}, "InternalError": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.InternalError", "kind": "Gdef"}, "NotSupportedError": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.NotSupportedError", "kind": "Gdef"}, "OperationalError": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.OperationalError", "kind": "Gdef"}, "OptimizedUnicode": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.OptimizedUnicode", "kind": "Gdef"}, "PARSE_COLNAMES": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.PARSE_COLNAMES", "kind": "Gdef"}, "PARSE_DECLTYPES": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.PARSE_DECLTYPES", "kind": "Gdef"}, "PrepareProtocol": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.PrepareProtocol", "kind": "Gdef"}, "ProgrammingError": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.ProgrammingError", "kind": "Gdef"}, "Row": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.Row", "kind": "Gdef"}, "SQLITE_ALTER_TABLE": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_ALTER_TABLE", "kind": "Gdef"}, "SQLITE_ANALYZE": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_ANALYZE", "kind": "Gdef"}, "SQLITE_ATTACH": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_ATTACH", "kind": "Gdef"}, "SQLITE_CREATE_INDEX": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_CREATE_INDEX", "kind": "Gdef"}, "SQLITE_CREATE_TABLE": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_CREATE_TABLE", "kind": "Gdef"}, "SQLITE_CREATE_TEMP_INDEX": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_CREATE_TEMP_INDEX", "kind": "Gdef"}, "SQLITE_CREATE_TEMP_TABLE": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_CREATE_TEMP_TABLE", "kind": "Gdef"}, "SQLITE_CREATE_TEMP_TRIGGER": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_CREATE_TEMP_TRIGGER", "kind": "Gdef"}, "SQLITE_CREATE_TEMP_VIEW": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_CREATE_TEMP_VIEW", "kind": "Gdef"}, "SQLITE_CREATE_TRIGGER": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_CREATE_TRIGGER", "kind": "Gdef"}, "SQLITE_CREATE_VIEW": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_CREATE_VIEW", "kind": "Gdef"}, "SQLITE_DELETE": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_DELETE", "kind": "Gdef"}, "SQLITE_DENY": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_DENY", "kind": "Gdef"}, "SQLITE_DETACH": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_DETACH", "kind": "Gdef"}, "SQLITE_DROP_INDEX": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_DROP_INDEX", "kind": "Gdef"}, "SQLITE_DROP_TABLE": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_DROP_TABLE", "kind": "Gdef"}, "SQLITE_DROP_TEMP_INDEX": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_DROP_TEMP_INDEX", "kind": "Gdef"}, "SQLITE_DROP_TEMP_TABLE": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_DROP_TEMP_TABLE", "kind": "Gdef"}, "SQLITE_DROP_TEMP_TRIGGER": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_DROP_TEMP_TRIGGER", "kind": "Gdef"}, "SQLITE_DROP_TEMP_VIEW": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_DROP_TEMP_VIEW", "kind": "Gdef"}, "SQLITE_DROP_TRIGGER": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_DROP_TRIGGER", "kind": "Gdef"}, "SQLITE_DROP_VIEW": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_DROP_VIEW", "kind": "Gdef"}, "SQLITE_IGNORE": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_IGNORE", "kind": "Gdef"}, "SQLITE_INSERT": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_INSERT", "kind": "Gdef"}, "SQLITE_OK": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_OK", "kind": "Gdef"}, "SQLITE_PRAGMA": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_PRAGMA", "kind": "Gdef"}, "SQLITE_READ": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_READ", "kind": "Gdef"}, "SQLITE_REINDEX": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_REINDEX", "kind": "Gdef"}, "SQLITE_SELECT": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_SELECT", "kind": "Gdef"}, "SQLITE_TRANSACTION": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_TRANSACTION", "kind": "Gdef"}, "SQLITE_UPDATE": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.SQLITE_UPDATE", "kind": "Gdef"}, "Time": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.Time", "kind": "Gdef"}, "TimeFromTicks": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.TimeFromTicks", "kind": "Gdef"}, "Timestamp": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.Timestamp", "kind": "Gdef"}, "TimestampFromTicks": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.TimestampFromTicks", "kind": "Gdef"}, "Warning": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.Warning", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.__package__", "name": "__package__", "type": "builtins.str"}}, "adapt": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.adapt", "kind": "Gdef"}, "adapters": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.adapters", "kind": "Gdef"}, "apilevel": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.apilevel", "kind": "Gdef"}, "complete_statement": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.complete_statement", "kind": "Gdef"}, "connect": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.connect", "kind": "Gdef"}, "converters": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.converters", "kind": "Gdef"}, "enable_callback_tracebacks": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.enable_callback_tracebacks", "kind": "Gdef"}, "enable_shared_cache": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.enable_shared_cache", "kind": "Gdef"}, "paramstyle": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.paramstyle", "kind": "Gdef"}, "register_adapter": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.register_adapter", "kind": "Gdef"}, "register_converter": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.register_converter", "kind": "Gdef"}, "sqlite_version": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.sqlite_version", "kind": "Gdef"}, "sqlite_version_info": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.sqlite_version_info", "kind": "Gdef"}, "threadsafety": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.threadsafety", "kind": "Gdef"}, "version": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.version", "kind": "Gdef"}, "version_info": {".class": "SymbolTableNode", "cross_ref": "sqlite3.dbapi2.version_info", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/sqlite3/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/sqlite3/__init__.meta.json b/.mypy_cache/3.9/sqlite3/__init__.meta.json deleted file mode 100644 index 6f1be65af..000000000 --- a/.mypy_cache/3.9/sqlite3/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 1], "dep_prios": [5, 5], "dependencies": ["sqlite3.dbapi2", "builtins"], "hash": "689bbd302365f32f470b291d529a3567e2d288fde6c514b1ad6902b0cc5e9982", "id": "sqlite3", "ignore_all": true, "interface_hash": "265a44a4b5fd6f32e945ff2378383084aa6bcb672f030c9794c4ccba68c2b2ec", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/sqlite3/__init__.pyi", "plugin_data": null, "size": 43, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/sqlite3/dbapi2.data.json b/.mypy_cache/3.9/sqlite3/dbapi2.data.json deleted file mode 100644 index c558ee100..000000000 --- a/.mypy_cache/3.9/sqlite3/dbapi2.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "sqlite3.dbapi2", "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}, "Binary": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "sqlite3.dbapi2.Binary", "line": 22, "no_args": true, "normalized": false, "target": "builtins.memoryview"}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Connection": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sqlite3.dbapi2.Connection", "name": "Connection", "type_vars": []}, "flags": [], "fullname": "sqlite3.dbapi2.Connection", "metaclass_type": null, "metadata": {}, "module_name": "sqlite3.dbapi2", "mro": ["sqlite3.dbapi2.Connection", "builtins.object"], "names": {".class": "SymbolTable", "DataError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sqlite3.dbapi2.Connection.DataError", "name": "DataError", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "DatabaseError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sqlite3.dbapi2.Connection.DatabaseError", "name": "DatabaseError", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "Error": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sqlite3.dbapi2.Connection.Error", "name": "Error", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "IntegrityError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sqlite3.dbapi2.Connection.IntegrityError", "name": "IntegrityError", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "InterfaceError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sqlite3.dbapi2.Connection.InterfaceError", "name": "InterfaceError", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "InternalError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sqlite3.dbapi2.Connection.InternalError", "name": "InternalError", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "NotSupportedError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sqlite3.dbapi2.Connection.NotSupportedError", "name": "NotSupportedError", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "OperationalError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sqlite3.dbapi2.Connection.OperationalError", "name": "OperationalError", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ProgrammingError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sqlite3.dbapi2.Connection.ProgrammingError", "name": "ProgrammingError", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "Warning": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sqlite3.dbapi2.Connection.Warning", "name": "Warning", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["sqlite3.dbapi2.Connection", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of Connection", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["sqlite3.dbapi2.Connection"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of Connection", "ret_type": "sqlite3.dbapi2.Connection", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "t", "exc", "tb"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["sqlite3.dbapi2.Connection", {".class": "UnionType", "items": ["builtins.type", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.BaseException", {".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": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of Connection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["sqlite3.dbapi2.Connection", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Connection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "backup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5], "arg_names": ["self", "target", "pages", "progress", "name", "sleep"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.backup", "name": "backup", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5], "arg_names": ["self", "target", "pages", "progress", "name", "sleep"], "arg_types": ["sqlite3.dbapi2.Connection", "sqlite3.dbapi2.Connection", "builtins.int", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.str", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "backup of Connection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["sqlite3.dbapi2.Connection"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of Connection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "commit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.commit", "name": "commit", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["sqlite3.dbapi2.Connection"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "commit of Connection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "create_aggregate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "n_arg", "aggregate_class"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.create_aggregate", "name": "create_aggregate", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "n_arg", "aggregate_class"], "arg_types": ["sqlite3.dbapi2.Connection", "builtins.str", "builtins.int", {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "sqlite3.dbapi2._AggregateProtocol", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_aggregate of Connection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "create_collation": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__name", "__callback"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.create_collation", "name": "create_collation", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["sqlite3.dbapi2.Connection", "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", "implicit": false, "is_ellipsis_args": false, "name": "create_collation of Connection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "create_function": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["self", "name", "narg", "func", "deterministic"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.create_function", "name": "create_function", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["self", "name", "narg", "func", "deterministic"], "arg_types": ["sqlite3.dbapi2.Connection", "builtins.str", "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_function of Connection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cursor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "cursorClass"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.cursor", "name": "cursor", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "cursorClass"], "arg_types": ["sqlite3.dbapi2.Connection", {".class": "UnionType", "items": ["builtins.type", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cursor of Connection", "ret_type": "sqlite3.dbapi2.Cursor", "type_guard": null, "variables": []}}}, "enable_load_extension": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "enabled"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.enable_load_extension", "name": "enable_load_extension", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "enabled"], "arg_types": ["sqlite3.dbapi2.Connection", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "enable_load_extension of Connection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "execute": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "sql", "parameters"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.execute", "name": "execute", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "sql", "parameters"], "arg_types": ["sqlite3.dbapi2.Connection", "builtins.str", {".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", "implicit": false, "is_ellipsis_args": false, "name": "execute of Connection", "ret_type": "sqlite3.dbapi2.Cursor", "type_guard": null, "variables": []}}}, "executemany": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__sql", "__parameters"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.executemany", "name": "executemany", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["sqlite3.dbapi2.Connection", "builtins.str", {".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", "implicit": false, "is_ellipsis_args": false, "name": "executemany of Connection", "ret_type": "sqlite3.dbapi2.Cursor", "type_guard": null, "variables": []}}}, "executescript": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__sql_script"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.executescript", "name": "executescript", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["sqlite3.dbapi2.Connection", {".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "executescript of Connection", "ret_type": "sqlite3.dbapi2.Cursor", "type_guard": null, "variables": []}}}, "in_transaction": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sqlite3.dbapi2.Connection.in_transaction", "name": "in_transaction", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "interrupt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.interrupt", "name": "interrupt", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["sqlite3.dbapi2.Connection", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "interrupt of Connection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "isolation_level": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sqlite3.dbapi2.Connection.isolation_level", "name": "isolation_level", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "iterdump": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.iterdump", "name": "iterdump", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["sqlite3.dbapi2.Connection", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iterdump of Connection", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}, "load_extension": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.load_extension", "name": "load_extension", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["sqlite3.dbapi2.Connection", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_extension of Connection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "rollback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.rollback", "name": "rollback", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["sqlite3.dbapi2.Connection", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rollback of Connection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "row_factory": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sqlite3.dbapi2.Connection.row_factory", "name": "row_factory", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "set_authorizer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.set_authorizer", "name": "set_authorizer", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["sqlite3.dbapi2.Connection", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_authorizer of Connection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_progress_handler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.set_progress_handler", "name": "set_progress_handler", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["sqlite3.dbapi2.Connection", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_progress_handler of Connection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_trace_callback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "sqlite3.dbapi2.Connection.set_trace_callback", "name": "set_trace_callback", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["sqlite3.dbapi2.Connection", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_trace_callback of Connection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "text_factory": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sqlite3.dbapi2.Connection.text_factory", "name": "text_factory", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "total_changes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sqlite3.dbapi2.Connection.total_changes", "name": "total_changes", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Cursor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sqlite3.dbapi2.Cursor", "name": "Cursor", "type_vars": []}, "flags": [], "fullname": "sqlite3.dbapi2.Cursor", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "sqlite3.dbapi2", "mro": ["sqlite3.dbapi2.Cursor", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "sqlite3.dbapi2.Cursor.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["sqlite3.dbapi2.Cursor", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Cursor", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "sqlite3.dbapi2.Cursor.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["sqlite3.dbapi2.Cursor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of Cursor", "ret_type": "sqlite3.dbapi2.Cursor", "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "sqlite3.dbapi2.Cursor.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["sqlite3.dbapi2.Cursor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of Cursor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "arraysize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sqlite3.dbapi2.Cursor.arraysize", "name": "arraysize", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "sqlite3.dbapi2.Cursor.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["sqlite3.dbapi2.Cursor", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of Cursor", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "connection": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sqlite3.dbapi2.Cursor.connection", "name": "connection", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "description": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sqlite3.dbapi2.Cursor.description", "name": "description", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "execute": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__sql", "__parameters"], "flags": [], "fullname": "sqlite3.dbapi2.Cursor.execute", "name": "execute", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, null], "arg_types": ["sqlite3.dbapi2.Cursor", "builtins.str", {".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", "implicit": false, "is_ellipsis_args": false, "name": "execute of Cursor", "ret_type": "sqlite3.dbapi2.Cursor", "type_guard": null, "variables": []}}}, "executemany": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__sql", "__seq_of_parameters"], "flags": [], "fullname": "sqlite3.dbapi2.Cursor.executemany", "name": "executemany", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["sqlite3.dbapi2.Cursor", "builtins.str", {".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", "implicit": false, "is_ellipsis_args": false, "name": "executemany of Cursor", "ret_type": "sqlite3.dbapi2.Cursor", "type_guard": null, "variables": []}}}, "executescript": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__sql_script"], "flags": [], "fullname": "sqlite3.dbapi2.Cursor.executescript", "name": "executescript", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["sqlite3.dbapi2.Cursor", {".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "executescript of Cursor", "ret_type": "sqlite3.dbapi2.Cursor", "type_guard": null, "variables": []}}}, "fetchall": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "sqlite3.dbapi2.Cursor.fetchall", "name": "fetchall", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["sqlite3.dbapi2.Cursor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fetchall of Cursor", "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": []}}}, "fetchmany": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "flags": [], "fullname": "sqlite3.dbapi2.Cursor.fetchmany", "name": "fetchmany", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "arg_types": ["sqlite3.dbapi2.Cursor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fetchmany of Cursor", "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": []}}}, "fetchone": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "sqlite3.dbapi2.Cursor.fetchone", "name": "fetchone", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["sqlite3.dbapi2.Cursor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fetchone of Cursor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "lastrowid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sqlite3.dbapi2.Cursor.lastrowid", "name": "lastrowid", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "row_factory": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sqlite3.dbapi2.Cursor.row_factory", "name": "row_factory", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "rowcount": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sqlite3.dbapi2.Cursor.rowcount", "name": "rowcount", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "setinputsizes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "sqlite3.dbapi2.Cursor.setinputsizes", "name": "setinputsizes", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["sqlite3.dbapi2.Cursor", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setinputsizes of Cursor", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setoutputsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "sqlite3.dbapi2.Cursor.setoutputsize", "name": "setoutputsize", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["sqlite3.dbapi2.Cursor", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setoutputsize of Cursor", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DataError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["sqlite3.dbapi2.DatabaseError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sqlite3.dbapi2.DataError", "name": "DataError", "type_vars": []}, "flags": [], "fullname": "sqlite3.dbapi2.DataError", "metaclass_type": null, "metadata": {}, "module_name": "sqlite3.dbapi2", "mro": ["sqlite3.dbapi2.DataError", "sqlite3.dbapi2.DatabaseError", "sqlite3.dbapi2.Error", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DatabaseError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["sqlite3.dbapi2.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sqlite3.dbapi2.DatabaseError", "name": "DatabaseError", "type_vars": []}, "flags": [], "fullname": "sqlite3.dbapi2.DatabaseError", "metaclass_type": null, "metadata": {}, "module_name": "sqlite3.dbapi2", "mro": ["sqlite3.dbapi2.DatabaseError", "sqlite3.dbapi2.Error", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Date": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "sqlite3.dbapi2.Date", "line": 11, "no_args": true, "normalized": false, "target": "datetime.date"}}, "DateFromTicks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ticks"], "flags": [], "fullname": "sqlite3.dbapi2.DateFromTicks", "name": "DateFromTicks", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ticks"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "DateFromTicks", "ret_type": "datetime.date", "type_guard": null, "variables": []}}}, "Error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sqlite3.dbapi2.Error", "name": "Error", "type_vars": []}, "flags": [], "fullname": "sqlite3.dbapi2.Error", "metaclass_type": null, "metadata": {}, "module_name": "sqlite3.dbapi2", "mro": ["sqlite3.dbapi2.Error", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IntegrityError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["sqlite3.dbapi2.DatabaseError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sqlite3.dbapi2.IntegrityError", "name": "IntegrityError", "type_vars": []}, "flags": [], "fullname": "sqlite3.dbapi2.IntegrityError", "metaclass_type": null, "metadata": {}, "module_name": "sqlite3.dbapi2", "mro": ["sqlite3.dbapi2.IntegrityError", "sqlite3.dbapi2.DatabaseError", "sqlite3.dbapi2.Error", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InterfaceError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["sqlite3.dbapi2.Error"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sqlite3.dbapi2.InterfaceError", "name": "InterfaceError", "type_vars": []}, "flags": [], "fullname": "sqlite3.dbapi2.InterfaceError", "metaclass_type": null, "metadata": {}, "module_name": "sqlite3.dbapi2", "mro": ["sqlite3.dbapi2.InterfaceError", "sqlite3.dbapi2.Error", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InternalError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["sqlite3.dbapi2.DatabaseError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sqlite3.dbapi2.InternalError", "name": "InternalError", "type_vars": []}, "flags": [], "fullname": "sqlite3.dbapi2.InternalError", "metaclass_type": null, "metadata": {}, "module_name": "sqlite3.dbapi2", "mro": ["sqlite3.dbapi2.InternalError", "sqlite3.dbapi2.DatabaseError", "sqlite3.dbapi2.Error", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NotSupportedError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["sqlite3.dbapi2.DatabaseError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sqlite3.dbapi2.NotSupportedError", "name": "NotSupportedError", "type_vars": []}, "flags": [], "fullname": "sqlite3.dbapi2.NotSupportedError", "metaclass_type": null, "metadata": {}, "module_name": "sqlite3.dbapi2", "mro": ["sqlite3.dbapi2.NotSupportedError", "sqlite3.dbapi2.DatabaseError", "sqlite3.dbapi2.Error", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "OperationalError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["sqlite3.dbapi2.DatabaseError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sqlite3.dbapi2.OperationalError", "name": "OperationalError", "type_vars": []}, "flags": [], "fullname": "sqlite3.dbapi2.OperationalError", "metaclass_type": null, "metadata": {}, "module_name": "sqlite3.dbapi2", "mro": ["sqlite3.dbapi2.OperationalError", "sqlite3.dbapi2.DatabaseError", "sqlite3.dbapi2.Error", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "OptimizedUnicode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "sqlite3.dbapi2.OptimizedUnicode", "line": 214, "no_args": true, "normalized": false, "target": "builtins.str"}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PARSE_COLNAMES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.PARSE_COLNAMES", "name": "PARSE_COLNAMES", "type": "builtins.int"}}, "PARSE_DECLTYPES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.PARSE_DECLTYPES", "name": "PARSE_DECLTYPES", "type": "builtins.int"}}, "PrepareProtocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sqlite3.dbapi2.PrepareProtocol", "name": "PrepareProtocol", "type_vars": []}, "flags": [], "fullname": "sqlite3.dbapi2.PrepareProtocol", "metaclass_type": null, "metadata": {}, "module_name": "sqlite3.dbapi2", "mro": ["sqlite3.dbapi2.PrepareProtocol", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "sqlite3.dbapi2.PrepareProtocol.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["sqlite3.dbapi2.PrepareProtocol", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PrepareProtocol", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ProgrammingError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["sqlite3.dbapi2.DatabaseError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sqlite3.dbapi2.ProgrammingError", "name": "ProgrammingError", "type_vars": []}, "flags": [], "fullname": "sqlite3.dbapi2.ProgrammingError", "metaclass_type": null, "metadata": {}, "module_name": "sqlite3.dbapi2", "mro": ["sqlite3.dbapi2.ProgrammingError", "sqlite3.dbapi2.DatabaseError", "sqlite3.dbapi2.Error", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing.Protocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Row": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sqlite3.dbapi2.Row", "name": "Row", "type_vars": []}, "flags": [], "fullname": "sqlite3.dbapi2.Row", "metaclass_type": null, "metadata": {}, "module_name": "sqlite3.dbapi2", "mro": ["sqlite3.dbapi2.Row", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "sqlite3.dbapi2.Row.__eq__", "name": "__eq__", "type": null}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "sqlite3.dbapi2.Row.__ge__", "name": "__ge__", "type": null}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "index"], "flags": [], "fullname": "sqlite3.dbapi2.Row.__getitem__", "name": "__getitem__", "type": null}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "sqlite3.dbapi2.Row.__gt__", "name": "__gt__", "type": null}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "sqlite3.dbapi2.Row.__hash__", "name": "__hash__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "sqlite3.dbapi2.Row.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["sqlite3.dbapi2.Row", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Row", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "sqlite3.dbapi2.Row.__iter__", "name": "__iter__", "type": null}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "sqlite3.dbapi2.Row.__le__", "name": "__le__", "type": null}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "sqlite3.dbapi2.Row.__len__", "name": "__len__", "type": null}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "sqlite3.dbapi2.Row.__lt__", "name": "__lt__", "type": null}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "sqlite3.dbapi2.Row.__ne__", "name": "__ne__", "type": null}}, "keys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "sqlite3.dbapi2.Row.keys", "name": "keys", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["sqlite3.dbapi2.Row", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "keys of Row", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SQLITE_ALTER_TABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_ALTER_TABLE", "name": "SQLITE_ALTER_TABLE", "type": "builtins.int"}}, "SQLITE_ANALYZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_ANALYZE", "name": "SQLITE_ANALYZE", "type": "builtins.int"}}, "SQLITE_ATTACH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_ATTACH", "name": "SQLITE_ATTACH", "type": "builtins.int"}}, "SQLITE_CREATE_INDEX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_CREATE_INDEX", "name": "SQLITE_CREATE_INDEX", "type": "builtins.int"}}, "SQLITE_CREATE_TABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_CREATE_TABLE", "name": "SQLITE_CREATE_TABLE", "type": "builtins.int"}}, "SQLITE_CREATE_TEMP_INDEX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_CREATE_TEMP_INDEX", "name": "SQLITE_CREATE_TEMP_INDEX", "type": "builtins.int"}}, "SQLITE_CREATE_TEMP_TABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_CREATE_TEMP_TABLE", "name": "SQLITE_CREATE_TEMP_TABLE", "type": "builtins.int"}}, "SQLITE_CREATE_TEMP_TRIGGER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_CREATE_TEMP_TRIGGER", "name": "SQLITE_CREATE_TEMP_TRIGGER", "type": "builtins.int"}}, "SQLITE_CREATE_TEMP_VIEW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_CREATE_TEMP_VIEW", "name": "SQLITE_CREATE_TEMP_VIEW", "type": "builtins.int"}}, "SQLITE_CREATE_TRIGGER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_CREATE_TRIGGER", "name": "SQLITE_CREATE_TRIGGER", "type": "builtins.int"}}, "SQLITE_CREATE_VIEW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_CREATE_VIEW", "name": "SQLITE_CREATE_VIEW", "type": "builtins.int"}}, "SQLITE_DELETE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_DELETE", "name": "SQLITE_DELETE", "type": "builtins.int"}}, "SQLITE_DENY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_DENY", "name": "SQLITE_DENY", "type": "builtins.int"}}, "SQLITE_DETACH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_DETACH", "name": "SQLITE_DETACH", "type": "builtins.int"}}, "SQLITE_DROP_INDEX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_DROP_INDEX", "name": "SQLITE_DROP_INDEX", "type": "builtins.int"}}, "SQLITE_DROP_TABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_DROP_TABLE", "name": "SQLITE_DROP_TABLE", "type": "builtins.int"}}, "SQLITE_DROP_TEMP_INDEX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_DROP_TEMP_INDEX", "name": "SQLITE_DROP_TEMP_INDEX", "type": "builtins.int"}}, "SQLITE_DROP_TEMP_TABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_DROP_TEMP_TABLE", "name": "SQLITE_DROP_TEMP_TABLE", "type": "builtins.int"}}, "SQLITE_DROP_TEMP_TRIGGER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_DROP_TEMP_TRIGGER", "name": "SQLITE_DROP_TEMP_TRIGGER", "type": "builtins.int"}}, "SQLITE_DROP_TEMP_VIEW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_DROP_TEMP_VIEW", "name": "SQLITE_DROP_TEMP_VIEW", "type": "builtins.int"}}, "SQLITE_DROP_TRIGGER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_DROP_TRIGGER", "name": "SQLITE_DROP_TRIGGER", "type": "builtins.int"}}, "SQLITE_DROP_VIEW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_DROP_VIEW", "name": "SQLITE_DROP_VIEW", "type": "builtins.int"}}, "SQLITE_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_IGNORE", "name": "SQLITE_IGNORE", "type": "builtins.int"}}, "SQLITE_INSERT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_INSERT", "name": "SQLITE_INSERT", "type": "builtins.int"}}, "SQLITE_OK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_OK", "name": "SQLITE_OK", "type": "builtins.int"}}, "SQLITE_PRAGMA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_PRAGMA", "name": "SQLITE_PRAGMA", "type": "builtins.int"}}, "SQLITE_READ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_READ", "name": "SQLITE_READ", "type": "builtins.int"}}, "SQLITE_REINDEX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_REINDEX", "name": "SQLITE_REINDEX", "type": "builtins.int"}}, "SQLITE_SELECT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_SELECT", "name": "SQLITE_SELECT", "type": "builtins.int"}}, "SQLITE_TRANSACTION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_TRANSACTION", "name": "SQLITE_TRANSACTION", "type": "builtins.int"}}, "SQLITE_UPDATE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.SQLITE_UPDATE", "name": "SQLITE_UPDATE", "type": "builtins.int"}}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Time": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "sqlite3.dbapi2.Time", "line": 12, "no_args": true, "normalized": false, "target": "datetime.time"}}, "TimeFromTicks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ticks"], "flags": [], "fullname": "sqlite3.dbapi2.TimeFromTicks", "name": "TimeFromTicks", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ticks"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "TimeFromTicks", "ret_type": "datetime.time", "type_guard": null, "variables": []}}}, "Timestamp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "sqlite3.dbapi2.Timestamp", "line": 13, "no_args": true, "normalized": false, "target": "datetime.datetime"}}, "TimestampFromTicks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ticks"], "flags": [], "fullname": "sqlite3.dbapi2.TimestampFromTicks", "name": "TimestampFromTicks", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ticks"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "TimestampFromTicks", "ret_type": "datetime.datetime", "type_guard": null, "variables": []}}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "Warning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sqlite3.dbapi2.Warning", "name": "Warning", "type_vars": []}, "flags": [], "fullname": "sqlite3.dbapi2.Warning", "metaclass_type": null, "metadata": {}, "module_name": "sqlite3.dbapi2", "mro": ["sqlite3.dbapi2.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_AggregateProtocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sqlite3.dbapi2._AggregateProtocol", "name": "_AggregateProtocol", "type_vars": []}, "flags": ["is_protocol"], "fullname": "sqlite3.dbapi2._AggregateProtocol", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "sqlite3.dbapi2", "mro": ["sqlite3.dbapi2._AggregateProtocol", "builtins.object"], "names": {".class": "SymbolTable", "finalize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "sqlite3.dbapi2._AggregateProtocol.finalize", "name": "finalize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["sqlite3.dbapi2._AggregateProtocol"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "finalize of _AggregateProtocol", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "sqlite3.dbapi2._AggregateProtocol.step", "name": "step", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["sqlite3.dbapi2._AggregateProtocol", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "step of _AggregateProtocol", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "sqlite3.dbapi2._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.__package__", "name": "__package__", "type": "builtins.str"}}, "adapt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["obj", "protocol", "alternate"], "flags": [], "fullname": "sqlite3.dbapi2.adapt", "name": "adapt", "type": null}}, "adapters": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.adapters", "name": "adapters", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "apilevel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.apilevel", "name": "apilevel", "type": "builtins.str"}}, "complete_statement": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["sql"], "flags": [], "fullname": "sqlite3.dbapi2.complete_statement", "name": "complete_statement", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["sql"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "complete_statement", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "connect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["database", "timeout", "detect_types", "isolation_level", "check_same_thread", "factory", "cached_statements", "uri"], "flags": [], "fullname": "sqlite3.dbapi2.connect", "name": "connect", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["database", "timeout", "detect_types", "isolation_level", "check_same_thread", "factory", "cached_statements", "uri"], "arg_types": [{".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}]}, "builtins.float", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "TypeType", "item": "sqlite3.dbapi2.Connection"}, {".class": "NoneType"}]}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "connect", "ret_type": "sqlite3.dbapi2.Connection", "type_guard": null, "variables": []}}}, "converters": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.converters", "name": "converters", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "date": {".class": "SymbolTableNode", "cross_ref": "datetime.date", "kind": "Gdef", "module_hidden": true, "module_public": false}, "datetime": {".class": "SymbolTableNode", "cross_ref": "datetime.datetime", "kind": "Gdef", "module_hidden": true, "module_public": false}, "enable_callback_tracebacks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__enable"], "flags": [], "fullname": "sqlite3.dbapi2.enable_callback_tracebacks", "name": "enable_callback_tracebacks", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "enable_callback_tracebacks", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "enable_shared_cache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["enable"], "flags": [], "fullname": "sqlite3.dbapi2.enable_shared_cache", "name": "enable_shared_cache", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["enable"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "enable_shared_cache", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_hidden": true, "module_public": false}, "paramstyle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.paramstyle", "name": "paramstyle", "type": "builtins.str"}}, "register_adapter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__type", "__caster"], "flags": [], "fullname": "sqlite3.dbapi2.register_adapter", "name": "register_adapter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "sqlite3.dbapi2._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "sqlite3.dbapi2._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.str", "builtins.bytes"]}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_adapter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "sqlite3.dbapi2._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "register_converter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__name", "__converter"], "flags": [], "fullname": "sqlite3.dbapi2.register_converter", "name": "register_converter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_converter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sqlite_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.sqlite_version", "name": "sqlite_version", "type": "builtins.str"}}, "sqlite_version_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.sqlite_version_info", "name": "sqlite_version_info", "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"}}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "threadsafety": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.threadsafety", "name": "threadsafety", "type": "builtins.int"}}, "time": {".class": "SymbolTableNode", "cross_ref": "datetime.time", "kind": "Gdef", "module_hidden": true, "module_public": false}, "version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.version", "name": "version", "type": "builtins.str"}}, "version_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sqlite3.dbapi2.version_info", "name": "version_info", "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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/sqlite3/dbapi2.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/sqlite3/dbapi2.meta.json b/.mypy_cache/3.9/sqlite3/dbapi2.meta.json deleted file mode 100644 index e49c6396d..000000000 --- a/.mypy_cache/3.9/sqlite3/dbapi2.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 4, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 30, 30, 30], "dependencies": ["os", "sys", "datetime", "typing", "builtins", "abc", "array", "mmap"], "hash": "c1f936bc800e19508a68897a51d2a9ac21d5473f23e1205c266bd534b1addd54", "id": "sqlite3.dbapi2", "ignore_all": true, "interface_hash": "c151e7084c55897ccc623c41b3cd77578c407dc160210507b71eaba7ac835dd5", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/sqlite3/dbapi2.pyi", "plugin_data": null, "size": 11447, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/sre_constants.data.json b/.mypy_cache/3.9/sre_constants.data.json deleted file mode 100644 index a72b4d6bf..000000000 --- a/.mypy_cache/3.9/sre_constants.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "sre_constants", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ANY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.ANY", "name": "ANY", "type": "sre_constants._NamedIntConstant"}}, "ANY_ALL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.ANY_ALL", "name": "ANY_ALL", "type": "sre_constants._NamedIntConstant"}}, "ASSERT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.ASSERT", "name": "ASSERT", "type": "sre_constants._NamedIntConstant"}}, "ASSERT_NOT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.ASSERT_NOT", "name": "ASSERT_NOT", "type": "sre_constants._NamedIntConstant"}}, "AT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT", "name": "AT", "type": "sre_constants._NamedIntConstant"}}, "ATCODES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.ATCODES", "name": "ATCODES", "type": {".class": "Instance", "args": ["sre_constants._NamedIntConstant"], "type_ref": "builtins.list"}}}, "AT_BEGINNING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_BEGINNING", "name": "AT_BEGINNING", "type": "sre_constants._NamedIntConstant"}}, "AT_BEGINNING_LINE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_BEGINNING_LINE", "name": "AT_BEGINNING_LINE", "type": "sre_constants._NamedIntConstant"}}, "AT_BEGINNING_STRING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_BEGINNING_STRING", "name": "AT_BEGINNING_STRING", "type": "sre_constants._NamedIntConstant"}}, "AT_BOUNDARY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_BOUNDARY", "name": "AT_BOUNDARY", "type": "sre_constants._NamedIntConstant"}}, "AT_END": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_END", "name": "AT_END", "type": "sre_constants._NamedIntConstant"}}, "AT_END_LINE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_END_LINE", "name": "AT_END_LINE", "type": "sre_constants._NamedIntConstant"}}, "AT_END_STRING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_END_STRING", "name": "AT_END_STRING", "type": "sre_constants._NamedIntConstant"}}, "AT_LOCALE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_LOCALE", "name": "AT_LOCALE", "type": {".class": "Instance", "args": ["sre_constants._NamedIntConstant", "sre_constants._NamedIntConstant"], "type_ref": "builtins.dict"}}}, "AT_LOC_BOUNDARY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_LOC_BOUNDARY", "name": "AT_LOC_BOUNDARY", "type": "sre_constants._NamedIntConstant"}}, "AT_LOC_NON_BOUNDARY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_LOC_NON_BOUNDARY", "name": "AT_LOC_NON_BOUNDARY", "type": "sre_constants._NamedIntConstant"}}, "AT_MULTILINE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_MULTILINE", "name": "AT_MULTILINE", "type": {".class": "Instance", "args": ["sre_constants._NamedIntConstant", "sre_constants._NamedIntConstant"], "type_ref": "builtins.dict"}}}, "AT_NON_BOUNDARY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_NON_BOUNDARY", "name": "AT_NON_BOUNDARY", "type": "sre_constants._NamedIntConstant"}}, "AT_UNICODE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_UNICODE", "name": "AT_UNICODE", "type": {".class": "Instance", "args": ["sre_constants._NamedIntConstant", "sre_constants._NamedIntConstant"], "type_ref": "builtins.dict"}}}, "AT_UNI_BOUNDARY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_UNI_BOUNDARY", "name": "AT_UNI_BOUNDARY", "type": "sre_constants._NamedIntConstant"}}, "AT_UNI_NON_BOUNDARY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_UNI_NON_BOUNDARY", "name": "AT_UNI_NON_BOUNDARY", "type": "sre_constants._NamedIntConstant"}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BIGCHARSET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.BIGCHARSET", "name": "BIGCHARSET", "type": "sre_constants._NamedIntConstant"}}, "BRANCH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.BRANCH", "name": "BRANCH", "type": "sre_constants._NamedIntConstant"}}, "CALL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CALL", "name": "CALL", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY", "name": "CATEGORY", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_DIGIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_DIGIT", "name": "CATEGORY_DIGIT", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_LINEBREAK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_LINEBREAK", "name": "CATEGORY_LINEBREAK", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_LOC_NOT_WORD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_LOC_NOT_WORD", "name": "CATEGORY_LOC_NOT_WORD", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_LOC_WORD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_LOC_WORD", "name": "CATEGORY_LOC_WORD", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_NOT_DIGIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_NOT_DIGIT", "name": "CATEGORY_NOT_DIGIT", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_NOT_LINEBREAK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_NOT_LINEBREAK", "name": "CATEGORY_NOT_LINEBREAK", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_NOT_SPACE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_NOT_SPACE", "name": "CATEGORY_NOT_SPACE", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_NOT_WORD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_NOT_WORD", "name": "CATEGORY_NOT_WORD", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_SPACE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_SPACE", "name": "CATEGORY_SPACE", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_UNI_DIGIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_UNI_DIGIT", "name": "CATEGORY_UNI_DIGIT", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_UNI_LINEBREAK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_UNI_LINEBREAK", "name": "CATEGORY_UNI_LINEBREAK", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_UNI_NOT_DIGIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_UNI_NOT_DIGIT", "name": "CATEGORY_UNI_NOT_DIGIT", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_UNI_NOT_LINEBREAK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_UNI_NOT_LINEBREAK", "name": "CATEGORY_UNI_NOT_LINEBREAK", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_UNI_NOT_SPACE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_UNI_NOT_SPACE", "name": "CATEGORY_UNI_NOT_SPACE", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_UNI_NOT_WORD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_UNI_NOT_WORD", "name": "CATEGORY_UNI_NOT_WORD", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_UNI_SPACE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_UNI_SPACE", "name": "CATEGORY_UNI_SPACE", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_UNI_WORD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_UNI_WORD", "name": "CATEGORY_UNI_WORD", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_WORD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_WORD", "name": "CATEGORY_WORD", "type": "sre_constants._NamedIntConstant"}}, "CHARSET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CHARSET", "name": "CHARSET", "type": "sre_constants._NamedIntConstant"}}, "CHCODES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CHCODES", "name": "CHCODES", "type": {".class": "Instance", "args": ["sre_constants._NamedIntConstant"], "type_ref": "builtins.list"}}}, "CH_LOCALE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CH_LOCALE", "name": "CH_LOCALE", "type": {".class": "Instance", "args": ["sre_constants._NamedIntConstant", "sre_constants._NamedIntConstant"], "type_ref": "builtins.dict"}}}, "CH_UNICODE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CH_UNICODE", "name": "CH_UNICODE", "type": {".class": "Instance", "args": ["sre_constants._NamedIntConstant", "sre_constants._NamedIntConstant"], "type_ref": "builtins.dict"}}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "FAILURE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.FAILURE", "name": "FAILURE", "type": "sre_constants._NamedIntConstant"}}, "GROUPREF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.GROUPREF", "name": "GROUPREF", "type": "sre_constants._NamedIntConstant"}}, "GROUPREF_EXISTS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.GROUPREF_EXISTS", "name": "GROUPREF_EXISTS", "type": "sre_constants._NamedIntConstant"}}, "GROUPREF_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.GROUPREF_IGNORE", "name": "GROUPREF_IGNORE", "type": "sre_constants._NamedIntConstant"}}, "IN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.IN", "name": "IN", "type": "sre_constants._NamedIntConstant"}}, "INFO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.INFO", "name": "INFO", "type": "sre_constants._NamedIntConstant"}}, "IN_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.IN_IGNORE", "name": "IN_IGNORE", "type": "sre_constants._NamedIntConstant"}}, "JUMP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.JUMP", "name": "JUMP", "type": "sre_constants._NamedIntConstant"}}, "LITERAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.LITERAL", "name": "LITERAL", "type": "sre_constants._NamedIntConstant"}}, "LITERAL_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.LITERAL_IGNORE", "name": "LITERAL_IGNORE", "type": "sre_constants._NamedIntConstant"}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MAGIC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.MAGIC", "name": "MAGIC", "type": "builtins.int"}}, "MARK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.MARK", "name": "MARK", "type": "sre_constants._NamedIntConstant"}}, "MAXREPEAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.MAXREPEAT", "name": "MAXREPEAT", "type": "sre_constants._NamedIntConstant"}}, "MAX_REPEAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.MAX_REPEAT", "name": "MAX_REPEAT", "type": "sre_constants._NamedIntConstant"}}, "MAX_UNTIL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.MAX_UNTIL", "name": "MAX_UNTIL", "type": "sre_constants._NamedIntConstant"}}, "MIN_REPEAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.MIN_REPEAT", "name": "MIN_REPEAT", "type": "sre_constants._NamedIntConstant"}}, "MIN_REPEAT_ONE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.MIN_REPEAT_ONE", "name": "MIN_REPEAT_ONE", "type": "sre_constants._NamedIntConstant"}}, "MIN_UNTIL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.MIN_UNTIL", "name": "MIN_UNTIL", "type": "sre_constants._NamedIntConstant"}}, "NEGATE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.NEGATE", "name": "NEGATE", "type": "sre_constants._NamedIntConstant"}}, "NOT_LITERAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.NOT_LITERAL", "name": "NOT_LITERAL", "type": "sre_constants._NamedIntConstant"}}, "NOT_LITERAL_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.NOT_LITERAL_IGNORE", "name": "NOT_LITERAL_IGNORE", "type": "sre_constants._NamedIntConstant"}}, "OPCODES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.OPCODES", "name": "OPCODES", "type": {".class": "Instance", "args": ["sre_constants._NamedIntConstant"], "type_ref": "builtins.list"}}}, "OP_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.OP_IGNORE", "name": "OP_IGNORE", "type": {".class": "Instance", "args": ["sre_constants._NamedIntConstant", "sre_constants._NamedIntConstant"], "type_ref": "builtins.dict"}}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "RANGE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.RANGE", "name": "RANGE", "type": "sre_constants._NamedIntConstant"}}, "RANGE_UNI_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.RANGE_UNI_IGNORE", "name": "RANGE_UNI_IGNORE", "type": "sre_constants._NamedIntConstant"}}, "REPEAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.REPEAT", "name": "REPEAT", "type": "sre_constants._NamedIntConstant"}}, "REPEAT_ONE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.REPEAT_ONE", "name": "REPEAT_ONE", "type": "sre_constants._NamedIntConstant"}}, "SRE_FLAG_ASCII": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_FLAG_ASCII", "name": "SRE_FLAG_ASCII", "type": "builtins.int"}}, "SRE_FLAG_DEBUG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_FLAG_DEBUG", "name": "SRE_FLAG_DEBUG", "type": "builtins.int"}}, "SRE_FLAG_DOTALL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_FLAG_DOTALL", "name": "SRE_FLAG_DOTALL", "type": "builtins.int"}}, "SRE_FLAG_IGNORECASE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_FLAG_IGNORECASE", "name": "SRE_FLAG_IGNORECASE", "type": "builtins.int"}}, "SRE_FLAG_LOCALE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_FLAG_LOCALE", "name": "SRE_FLAG_LOCALE", "type": "builtins.int"}}, "SRE_FLAG_MULTILINE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_FLAG_MULTILINE", "name": "SRE_FLAG_MULTILINE", "type": "builtins.int"}}, "SRE_FLAG_TEMPLATE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_FLAG_TEMPLATE", "name": "SRE_FLAG_TEMPLATE", "type": "builtins.int"}}, "SRE_FLAG_UNICODE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_FLAG_UNICODE", "name": "SRE_FLAG_UNICODE", "type": "builtins.int"}}, "SRE_FLAG_VERBOSE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_FLAG_VERBOSE", "name": "SRE_FLAG_VERBOSE", "type": "builtins.int"}}, "SRE_INFO_CHARSET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_INFO_CHARSET", "name": "SRE_INFO_CHARSET", "type": "builtins.int"}}, "SRE_INFO_LITERAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_INFO_LITERAL", "name": "SRE_INFO_LITERAL", "type": "builtins.int"}}, "SRE_INFO_PREFIX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_INFO_PREFIX", "name": "SRE_INFO_PREFIX", "type": "builtins.int"}}, "SUBPATTERN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SUBPATTERN", "name": "SUBPATTERN", "type": "sre_constants._NamedIntConstant"}}, "SUCCESS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SUCCESS", "name": "SUCCESS", "type": "sre_constants._NamedIntConstant"}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_NamedIntConstant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.int"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sre_constants._NamedIntConstant", "name": "_NamedIntConstant", "type_vars": []}, "flags": [], "fullname": "sre_constants._NamedIntConstant", "metaclass_type": null, "metadata": {}, "module_name": "sre_constants", "mro": ["sre_constants._NamedIntConstant", "builtins.int", "builtins.object"], "names": {".class": "SymbolTable", "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "value", "name"], "flags": [], "fullname": "sre_constants._NamedIntConstant.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "value", "name"], "arg_types": [{".class": "TypeType", "item": "sre_constants._NamedIntConstant"}, "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _NamedIntConstant", "ret_type": "sre_constants._NamedIntConstant", "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sre_constants._NamedIntConstant.name", "name": "name", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.__package__", "name": "__package__", "type": "builtins.str"}}, "error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sre_constants.error", "name": "error", "type_vars": []}, "flags": [], "fullname": "sre_constants.error", "metaclass_type": null, "metadata": {}, "module_name": "sre_constants", "mro": ["sre_constants.error", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "msg", "pattern", "pos"], "flags": [], "fullname": "sre_constants.error.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "msg", "pattern", "pos"], "arg_types": ["sre_constants.error", "builtins.str", {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of error", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "colno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sre_constants.error.colno", "name": "colno", "type": "builtins.int"}}, "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sre_constants.error.lineno", "name": "lineno", "type": "builtins.int"}}, "msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sre_constants.error.msg", "name": "msg", "type": "builtins.str"}}, "pattern": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sre_constants.error.pattern", "name": "pattern", "type": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "NoneType"}]}}}, "pos": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sre_constants.error.pos", "name": "pos", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_constants.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/sre_constants.meta.json b/.mypy_cache/3.9/sre_constants.meta.json deleted file mode 100644 index 86aa3ea3a..000000000 --- a/.mypy_cache/3.9/sre_constants.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "c87274cd53d95f283ee57473070547c60bf91094ee57187c8f3809ddad9e5a35", "id": "sre_constants", "ignore_all": true, "interface_hash": "2d2aa8c19c8567af84731ff9bc898a224d42ef2fe774d38711f06263d12b4769", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_constants.pyi", "plugin_data": null, "size": 3460, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/ssl.data.json b/.mypy_cache/3.9/ssl.data.json deleted file mode 100644 index ac9a71a0f..000000000 --- a/.mypy_cache/3.9/ssl.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "ssl", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ALERT_DESCRIPTION_ACCESS_DENIED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_ACCESS_DENIED", "name": "ALERT_DESCRIPTION_ACCESS_DENIED", "type": "builtins.int"}}, "ALERT_DESCRIPTION_BAD_CERTIFICATE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_BAD_CERTIFICATE", "name": "ALERT_DESCRIPTION_BAD_CERTIFICATE", "type": "builtins.int"}}, "ALERT_DESCRIPTION_BAD_CERTIFICATE_HASH_VALUE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_BAD_CERTIFICATE_HASH_VALUE", "name": "ALERT_DESCRIPTION_BAD_CERTIFICATE_HASH_VALUE", "type": "builtins.int"}}, "ALERT_DESCRIPTION_BAD_CERTIFICATE_STATUS_RESPONSE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_BAD_CERTIFICATE_STATUS_RESPONSE", "name": "ALERT_DESCRIPTION_BAD_CERTIFICATE_STATUS_RESPONSE", "type": "builtins.int"}}, "ALERT_DESCRIPTION_BAD_RECORD_MAC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_BAD_RECORD_MAC", "name": "ALERT_DESCRIPTION_BAD_RECORD_MAC", "type": "builtins.int"}}, "ALERT_DESCRIPTION_CERTIFICATE_EXPIRED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_CERTIFICATE_EXPIRED", "name": "ALERT_DESCRIPTION_CERTIFICATE_EXPIRED", "type": "builtins.int"}}, "ALERT_DESCRIPTION_CERTIFICATE_REVOKED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_CERTIFICATE_REVOKED", "name": "ALERT_DESCRIPTION_CERTIFICATE_REVOKED", "type": "builtins.int"}}, "ALERT_DESCRIPTION_CERTIFICATE_UNKNOWN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_CERTIFICATE_UNKNOWN", "name": "ALERT_DESCRIPTION_CERTIFICATE_UNKNOWN", "type": "builtins.int"}}, "ALERT_DESCRIPTION_CERTIFICATE_UNOBTAINABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_CERTIFICATE_UNOBTAINABLE", "name": "ALERT_DESCRIPTION_CERTIFICATE_UNOBTAINABLE", "type": "builtins.int"}}, "ALERT_DESCRIPTION_CLOSE_NOTIFY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_CLOSE_NOTIFY", "name": "ALERT_DESCRIPTION_CLOSE_NOTIFY", "type": "builtins.int"}}, "ALERT_DESCRIPTION_DECODE_ERROR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_DECODE_ERROR", "name": "ALERT_DESCRIPTION_DECODE_ERROR", "type": "builtins.int"}}, "ALERT_DESCRIPTION_DECOMPRESSION_FAILURE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_DECOMPRESSION_FAILURE", "name": "ALERT_DESCRIPTION_DECOMPRESSION_FAILURE", "type": "builtins.int"}}, "ALERT_DESCRIPTION_DECRYPT_ERROR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_DECRYPT_ERROR", "name": "ALERT_DESCRIPTION_DECRYPT_ERROR", "type": "builtins.int"}}, "ALERT_DESCRIPTION_HANDSHAKE_FAILURE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_HANDSHAKE_FAILURE", "name": "ALERT_DESCRIPTION_HANDSHAKE_FAILURE", "type": "builtins.int"}}, "ALERT_DESCRIPTION_ILLEGAL_PARAMETER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_ILLEGAL_PARAMETER", "name": "ALERT_DESCRIPTION_ILLEGAL_PARAMETER", "type": "builtins.int"}}, "ALERT_DESCRIPTION_INSUFFICIENT_SECURITY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_INSUFFICIENT_SECURITY", "name": "ALERT_DESCRIPTION_INSUFFICIENT_SECURITY", "type": "builtins.int"}}, "ALERT_DESCRIPTION_INTERNAL_ERROR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_INTERNAL_ERROR", "name": "ALERT_DESCRIPTION_INTERNAL_ERROR", "type": "builtins.int"}}, "ALERT_DESCRIPTION_NO_RENEGOTIATION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_NO_RENEGOTIATION", "name": "ALERT_DESCRIPTION_NO_RENEGOTIATION", "type": "builtins.int"}}, "ALERT_DESCRIPTION_PROTOCOL_VERSION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_PROTOCOL_VERSION", "name": "ALERT_DESCRIPTION_PROTOCOL_VERSION", "type": "builtins.int"}}, "ALERT_DESCRIPTION_RECORD_OVERFLOW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_RECORD_OVERFLOW", "name": "ALERT_DESCRIPTION_RECORD_OVERFLOW", "type": "builtins.int"}}, "ALERT_DESCRIPTION_UNEXPECTED_MESSAGE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_UNEXPECTED_MESSAGE", "name": "ALERT_DESCRIPTION_UNEXPECTED_MESSAGE", "type": "builtins.int"}}, "ALERT_DESCRIPTION_UNKNOWN_CA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_UNKNOWN_CA", "name": "ALERT_DESCRIPTION_UNKNOWN_CA", "type": "builtins.int"}}, "ALERT_DESCRIPTION_UNKNOWN_PSK_IDENTITY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_UNKNOWN_PSK_IDENTITY", "name": "ALERT_DESCRIPTION_UNKNOWN_PSK_IDENTITY", "type": "builtins.int"}}, "ALERT_DESCRIPTION_UNRECOGNIZED_NAME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_UNRECOGNIZED_NAME", "name": "ALERT_DESCRIPTION_UNRECOGNIZED_NAME", "type": "builtins.int"}}, "ALERT_DESCRIPTION_UNSUPPORTED_CERTIFICATE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_UNSUPPORTED_CERTIFICATE", "name": "ALERT_DESCRIPTION_UNSUPPORTED_CERTIFICATE", "type": "builtins.int"}}, "ALERT_DESCRIPTION_UNSUPPORTED_EXTENSION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_UNSUPPORTED_EXTENSION", "name": "ALERT_DESCRIPTION_UNSUPPORTED_EXTENSION", "type": "builtins.int"}}, "ALERT_DESCRIPTION_USER_CANCELLED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.ALERT_DESCRIPTION_USER_CANCELLED", "name": "ALERT_DESCRIPTION_USER_CANCELLED", "type": "builtins.int"}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "CERT_NONE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.CERT_NONE", "name": "CERT_NONE", "type": "builtins.int"}}, "CERT_OPTIONAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.CERT_OPTIONAL", "name": "CERT_OPTIONAL", "type": "builtins.int"}}, "CERT_REQUIRED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.CERT_REQUIRED", "name": "CERT_REQUIRED", "type": "builtins.int"}}, "CHANNEL_BINDING_TYPES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.CHANNEL_BINDING_TYPES", "name": "CHANNEL_BINDING_TYPES", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "CertificateError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "ssl.CertificateError", "line": 37, "no_args": true, "normalized": false, "target": "ssl.SSLCertVerificationError"}}, "ClassVar": {".class": "SymbolTableNode", "cross_ref": "typing.ClassVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DER_cert_to_PEM_cert": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["der_cert_bytes"], "flags": [], "fullname": "ssl.DER_cert_to_PEM_cert", "name": "DER_cert_to_PEM_cert", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["der_cert_bytes"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "DER_cert_to_PEM_cert", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "DefaultVerifyPaths": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ssl.DefaultVerifyPaths", "name": "DefaultVerifyPaths", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "ssl.DefaultVerifyPaths", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["cafile", "capath", "openssl_cafile_env", "openssl_cafile", "openssl_capath_env", "openssl_capath"]}}, "module_name": "ssl", "mro": ["ssl.DefaultVerifyPaths", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "ssl.DefaultVerifyPaths._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.DefaultVerifyPaths.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.DefaultVerifyPaths.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "cafile", "capath", "openssl_cafile_env", "openssl_cafile", "openssl_capath_env", "openssl_capath"], "flags": [], "fullname": "ssl.DefaultVerifyPaths.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "cafile", "capath", "openssl_cafile_env", "openssl_cafile", "openssl_capath_env", "openssl_capath"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ssl.DefaultVerifyPaths._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of DefaultVerifyPaths", "ret_type": {".class": "TypeVarType", "fullname": "ssl.DefaultVerifyPaths._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ssl.DefaultVerifyPaths._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "ssl.DefaultVerifyPaths._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "ssl.DefaultVerifyPaths._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of DefaultVerifyPaths", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ssl.DefaultVerifyPaths._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.DefaultVerifyPaths._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.DefaultVerifyPaths._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.DefaultVerifyPaths._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "ssl.DefaultVerifyPaths._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ssl.DefaultVerifyPaths._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of DefaultVerifyPaths", "ret_type": {".class": "TypeVarType", "fullname": "ssl.DefaultVerifyPaths._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ssl.DefaultVerifyPaths._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "ssl.DefaultVerifyPaths._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ssl.DefaultVerifyPaths._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of DefaultVerifyPaths", "ret_type": {".class": "TypeVarType", "fullname": "ssl.DefaultVerifyPaths._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ssl.DefaultVerifyPaths._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["_self", "cafile", "capath", "openssl_cafile_env", "openssl_cafile", "openssl_capath_env", "openssl_capath"], "flags": [], "fullname": "ssl.DefaultVerifyPaths._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["_self", "cafile", "capath", "openssl_cafile_env", "openssl_cafile", "openssl_capath_env", "openssl_capath"], "arg_types": [{".class": "TypeVarType", "fullname": "ssl.DefaultVerifyPaths._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of DefaultVerifyPaths", "ret_type": {".class": "TypeVarType", "fullname": "ssl.DefaultVerifyPaths._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ssl.DefaultVerifyPaths._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.DefaultVerifyPaths._source", "name": "_source", "type": "builtins.str"}}, "cafile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "ssl.DefaultVerifyPaths.cafile", "name": "cafile", "type": "builtins.str"}}, "cafile-redefinition": {".class": "SymbolTableNode", "cross_ref": "ssl.DefaultVerifyPaths.cafile", "kind": "Mdef"}, "capath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "ssl.DefaultVerifyPaths.capath", "name": "capath", "type": "builtins.str"}}, "capath-redefinition": {".class": "SymbolTableNode", "cross_ref": "ssl.DefaultVerifyPaths.capath", "kind": "Mdef"}, "openssl_cafile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "ssl.DefaultVerifyPaths.openssl_cafile", "name": "openssl_cafile", "type": "builtins.str"}}, "openssl_cafile-redefinition": {".class": "SymbolTableNode", "cross_ref": "ssl.DefaultVerifyPaths.openssl_cafile", "kind": "Mdef"}, "openssl_cafile_env": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "ssl.DefaultVerifyPaths.openssl_cafile_env", "name": "openssl_cafile_env", "type": "builtins.str"}}, "openssl_cafile_env-redefinition": {".class": "SymbolTableNode", "cross_ref": "ssl.DefaultVerifyPaths.openssl_cafile_env", "kind": "Mdef"}, "openssl_capath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "ssl.DefaultVerifyPaths.openssl_capath", "name": "openssl_capath", "type": "builtins.str"}}, "openssl_capath-redefinition": {".class": "SymbolTableNode", "cross_ref": "ssl.DefaultVerifyPaths.openssl_capath", "kind": "Mdef"}, "openssl_capath_env": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "ssl.DefaultVerifyPaths.openssl_capath_env", "name": "openssl_capath_env", "type": "builtins.str"}}, "openssl_capath_env-redefinition": {".class": "SymbolTableNode", "cross_ref": "ssl.DefaultVerifyPaths.openssl_capath_env", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "HAS_ALPN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.HAS_ALPN", "name": "HAS_ALPN", "type": "builtins.bool"}}, "HAS_ECDH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.HAS_ECDH", "name": "HAS_ECDH", "type": "builtins.bool"}}, "HAS_NEVER_CHECK_COMMON_NAME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.HAS_NEVER_CHECK_COMMON_NAME", "name": "HAS_NEVER_CHECK_COMMON_NAME", "type": "builtins.bool"}}, "HAS_NPN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.HAS_NPN", "name": "HAS_NPN", "type": "builtins.bool"}}, "HAS_SNI": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.HAS_SNI", "name": "HAS_SNI", "type": "builtins.bool"}}, "HAS_SSLv2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.HAS_SSLv2", "name": "HAS_SSLv2", "type": "builtins.bool"}}, "HAS_SSLv3": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.HAS_SSLv3", "name": "HAS_SSLv3", "type": "builtins.bool"}}, "HAS_TLSv1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.HAS_TLSv1", "name": "HAS_TLSv1", "type": "builtins.bool"}}, "HAS_TLSv1_1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.HAS_TLSv1_1", "name": "HAS_TLSv1_1", "type": "builtins.bool"}}, "HAS_TLSv1_2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.HAS_TLSv1_2", "name": "HAS_TLSv1_2", "type": "builtins.bool"}}, "HAS_TLSv1_3": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.HAS_TLSv1_3", "name": "HAS_TLSv1_3", "type": "builtins.bool"}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MemoryBIO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ssl.MemoryBIO", "name": "MemoryBIO", "type_vars": []}, "flags": [], "fullname": "ssl.MemoryBIO", "metaclass_type": null, "metadata": {}, "module_name": "ssl", "mro": ["ssl.MemoryBIO", "builtins.object"], "names": {".class": "SymbolTable", "eof": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.MemoryBIO.eof", "name": "eof", "type": "builtins.bool"}}, "pending": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.MemoryBIO.pending", "name": "pending", "type": "builtins.int"}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__size"], "flags": [], "fullname": "ssl.MemoryBIO.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["ssl.MemoryBIO", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of MemoryBIO", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__buf"], "flags": [], "fullname": "ssl.MemoryBIO.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["ssl.MemoryBIO", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of MemoryBIO", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "write_eof": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.MemoryBIO.write_eof", "name": "write_eof", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.MemoryBIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write_eof of MemoryBIO", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "OPENSSL_VERSION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.OPENSSL_VERSION", "name": "OPENSSL_VERSION", "type": "builtins.str"}}, "OPENSSL_VERSION_INFO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.OPENSSL_VERSION_INFO", "name": "OPENSSL_VERSION_INFO", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "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"}}}}, "OPENSSL_VERSION_NUMBER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.OPENSSL_VERSION_NUMBER", "name": "OPENSSL_VERSION_NUMBER", "type": "builtins.int"}}, "OP_ALL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.OP_ALL", "name": "OP_ALL", "type": "ssl.Options"}}, "OP_CIPHER_SERVER_PREFERENCE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.OP_CIPHER_SERVER_PREFERENCE", "name": "OP_CIPHER_SERVER_PREFERENCE", "type": "ssl.Options"}}, "OP_ENABLE_MIDDLEBOX_COMPAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.OP_ENABLE_MIDDLEBOX_COMPAT", "name": "OP_ENABLE_MIDDLEBOX_COMPAT", "type": "ssl.Options"}}, "OP_NO_COMPRESSION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.OP_NO_COMPRESSION", "name": "OP_NO_COMPRESSION", "type": "ssl.Options"}}, "OP_NO_RENEGOTIATION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.OP_NO_RENEGOTIATION", "name": "OP_NO_RENEGOTIATION", "type": "ssl.Options"}}, "OP_NO_SSLv2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.OP_NO_SSLv2", "name": "OP_NO_SSLv2", "type": "ssl.Options"}}, "OP_NO_SSLv3": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.OP_NO_SSLv3", "name": "OP_NO_SSLv3", "type": "ssl.Options"}}, "OP_NO_TICKET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.OP_NO_TICKET", "name": "OP_NO_TICKET", "type": "ssl.Options"}}, "OP_NO_TLSv1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.OP_NO_TLSv1", "name": "OP_NO_TLSv1", "type": "ssl.Options"}}, "OP_NO_TLSv1_1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.OP_NO_TLSv1_1", "name": "OP_NO_TLSv1_1", "type": "ssl.Options"}}, "OP_NO_TLSv1_2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.OP_NO_TLSv1_2", "name": "OP_NO_TLSv1_2", "type": "ssl.Options"}}, "OP_NO_TLSv1_3": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.OP_NO_TLSv1_3", "name": "OP_NO_TLSv1_3", "type": "ssl.Options"}}, "OP_SINGLE_DH_USE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.OP_SINGLE_DH_USE", "name": "OP_SINGLE_DH_USE", "type": "ssl.Options"}}, "OP_SINGLE_ECDH_USE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.OP_SINGLE_ECDH_USE", "name": "OP_SINGLE_ECDH_USE", "type": "ssl.Options"}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Options": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.IntFlag"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ssl.Options", "name": "Options", "type_vars": []}, "flags": ["is_enum"], "fullname": "ssl.Options", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "ssl", "mro": ["ssl.Options", "enum.IntFlag", "builtins.int", "enum.Flag", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "OP_ALL": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.Options.OP_ALL", "name": "OP_ALL", "type": "builtins.int"}}, "OP_CIPHER_SERVER_PREFERENCE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.Options.OP_CIPHER_SERVER_PREFERENCE", "name": "OP_CIPHER_SERVER_PREFERENCE", "type": "builtins.int"}}, "OP_ENABLE_MIDDLEBOX_COMPAT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.Options.OP_ENABLE_MIDDLEBOX_COMPAT", "name": "OP_ENABLE_MIDDLEBOX_COMPAT", "type": "builtins.int"}}, "OP_NO_COMPRESSION": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.Options.OP_NO_COMPRESSION", "name": "OP_NO_COMPRESSION", "type": "builtins.int"}}, "OP_NO_RENEGOTIATION": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.Options.OP_NO_RENEGOTIATION", "name": "OP_NO_RENEGOTIATION", "type": "builtins.int"}}, "OP_NO_SSLv2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.Options.OP_NO_SSLv2", "name": "OP_NO_SSLv2", "type": "builtins.int"}}, "OP_NO_SSLv3": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.Options.OP_NO_SSLv3", "name": "OP_NO_SSLv3", "type": "builtins.int"}}, "OP_NO_TICKET": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.Options.OP_NO_TICKET", "name": "OP_NO_TICKET", "type": "builtins.int"}}, "OP_NO_TLSv1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.Options.OP_NO_TLSv1", "name": "OP_NO_TLSv1", "type": "builtins.int"}}, "OP_NO_TLSv1_1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.Options.OP_NO_TLSv1_1", "name": "OP_NO_TLSv1_1", "type": "builtins.int"}}, "OP_NO_TLSv1_2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.Options.OP_NO_TLSv1_2", "name": "OP_NO_TLSv1_2", "type": "builtins.int"}}, "OP_NO_TLSv1_3": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.Options.OP_NO_TLSv1_3", "name": "OP_NO_TLSv1_3", "type": "builtins.int"}}, "OP_SINGLE_DH_USE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.Options.OP_SINGLE_DH_USE", "name": "OP_SINGLE_DH_USE", "type": "builtins.int"}}, "OP_SINGLE_ECDH_USE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.Options.OP_SINGLE_ECDH_USE", "name": "OP_SINGLE_ECDH_USE", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PEM_FOOTER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.PEM_FOOTER", "name": "PEM_FOOTER", "type": "builtins.str"}}, "PEM_HEADER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.PEM_HEADER", "name": "PEM_HEADER", "type": "builtins.str"}}, "PEM_cert_to_DER_cert": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pem_cert_string"], "flags": [], "fullname": "ssl.PEM_cert_to_DER_cert", "name": "PEM_cert_to_DER_cert", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pem_cert_string"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "PEM_cert_to_DER_cert", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "PROTOCOL_SSLv2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.PROTOCOL_SSLv2", "name": "PROTOCOL_SSLv2", "type": "builtins.int"}}, "PROTOCOL_SSLv23": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.PROTOCOL_SSLv23", "name": "PROTOCOL_SSLv23", "type": "builtins.int"}}, "PROTOCOL_SSLv3": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.PROTOCOL_SSLv3", "name": "PROTOCOL_SSLv3", "type": "builtins.int"}}, "PROTOCOL_TLS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.PROTOCOL_TLS", "name": "PROTOCOL_TLS", "type": "builtins.int"}}, "PROTOCOL_TLS_CLIENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.PROTOCOL_TLS_CLIENT", "name": "PROTOCOL_TLS_CLIENT", "type": "builtins.int"}}, "PROTOCOL_TLS_SERVER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.PROTOCOL_TLS_SERVER", "name": "PROTOCOL_TLS_SERVER", "type": "builtins.int"}}, "PROTOCOL_TLSv1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.PROTOCOL_TLSv1", "name": "PROTOCOL_TLSv1", "type": "builtins.int"}}, "PROTOCOL_TLSv1_1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.PROTOCOL_TLSv1_1", "name": "PROTOCOL_TLSv1_1", "type": "builtins.int"}}, "PROTOCOL_TLSv1_2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.PROTOCOL_TLSv1_2", "name": "PROTOCOL_TLSv1_2", "type": "builtins.int"}}, "Purpose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ssl._ASN1Object", "enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ssl.Purpose", "name": "Purpose", "type_vars": []}, "flags": ["is_enum"], "fullname": "ssl.Purpose", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "ssl", "mro": ["ssl.Purpose", "ssl._ASN1Object", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "CLIENT_AUTH": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.Purpose.CLIENT_AUTH", "name": "CLIENT_AUTH", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": "ssl._ASN1Object"}}}, "SERVER_AUTH": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.Purpose.SERVER_AUTH", "name": "SERVER_AUTH", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": "ssl._ASN1Object"}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": "ssl._ASN1Object"}, "type_vars": [], "typeddict_type": null}}, "RAND_add": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__s", "__entropy"], "flags": [], "fullname": "ssl.RAND_add", "name": "RAND_add", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.bytes", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RAND_add", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "RAND_bytes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__num"], "flags": [], "fullname": "ssl.RAND_bytes", "name": "RAND_bytes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RAND_bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "RAND_egd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "ssl.RAND_egd", "name": "RAND_egd", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RAND_egd", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "RAND_pseudo_bytes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__num"], "flags": [], "fullname": "ssl.RAND_pseudo_bytes", "name": "RAND_pseudo_bytes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RAND_pseudo_bytes", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bool"], "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": []}}}, "RAND_status": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "ssl.RAND_status", "name": "RAND_status", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "RAND_status", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "SOCK_STREAM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.SOCK_STREAM", "name": "SOCK_STREAM", "type": "builtins.int"}}, "SOL_SOCKET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.SOL_SOCKET", "name": "SOL_SOCKET", "type": "builtins.int"}}, "SO_TYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.SO_TYPE", "name": "SO_TYPE", "type": "builtins.int"}}, "SSLCertVerificationError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ssl.SSLError", "builtins.ValueError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ssl.SSLCertVerificationError", "name": "SSLCertVerificationError", "type_vars": []}, "flags": [], "fullname": "ssl.SSLCertVerificationError", "metaclass_type": null, "metadata": {}, "module_name": "ssl", "mro": ["ssl.SSLCertVerificationError", "ssl.SSLError", "builtins.OSError", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "verify_code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLCertVerificationError.verify_code", "name": "verify_code", "type": "builtins.int"}}, "verify_message": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLCertVerificationError.verify_message", "name": "verify_message", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SSLContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ssl.SSLContext", "name": "SSLContext", "type_vars": []}, "flags": [], "fullname": "ssl.SSLContext", "metaclass_type": null, "metadata": {}, "module_name": "ssl", "mro": ["ssl.SSLContext", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "protocol"], "flags": [], "fullname": "ssl.SSLContext.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "protocol"], "arg_types": ["ssl.SSLContext", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SSLContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 2, 4], "arg_names": ["cls", "protocol", "args", "kwargs"], "flags": [], "fullname": "ssl.SSLContext.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 2, 4], "arg_names": ["cls", "protocol", "args", "kwargs"], "arg_types": [{".class": "TypeType", "item": "ssl.SSLContext"}, "builtins.int", {".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": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of SSLContext", "ret_type": "ssl.SSLContext", "type_guard": null, "variables": []}}}, "cert_store_stats": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLContext.cert_store_stats", "name": "cert_store_stats", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cert_store_stats of SSLContext", "ret_type": {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "check_hostname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLContext.check_hostname", "name": "check_hostname", "type": "builtins.bool"}}, "get_ca_certs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "binary_form"], "flags": [], "fullname": "ssl.SSLContext.get_ca_certs", "name": "get_ca_certs", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "binary_form"], "arg_types": ["ssl.SSLContext", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_ca_certs of SSLContext", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "ssl._PeerCertRetDictType"}], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "hostname_checks_common_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLContext.hostname_checks_common_name", "name": "hostname_checks_common_name", "type": "builtins.bool"}}, "load_cert_chain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "certfile", "keyfile", "password"], "flags": [], "fullname": "ssl.SSLContext.load_cert_chain", "name": "load_cert_chain", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "certfile", "keyfile", "password"], "arg_types": ["ssl.SSLContext", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "type_guard": null, "variables": []}, "builtins.str", "builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_cert_chain of SSLContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "load_default_certs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "purpose"], "flags": [], "fullname": "ssl.SSLContext.load_default_certs", "name": "load_default_certs", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "purpose"], "arg_types": ["ssl.SSLContext", {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": "ssl.Purpose"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_default_certs of SSLContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "load_dh_params": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__path"], "flags": [], "fullname": "ssl.SSLContext.load_dh_params", "name": "load_dh_params", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["ssl.SSLContext", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_dh_params of SSLContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "load_verify_locations": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "cafile", "capath", "cadata"], "flags": [], "fullname": "ssl.SSLContext.load_verify_locations", "name": "load_verify_locations", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "cafile", "capath", "cadata"], "arg_types": ["ssl.SSLContext", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_verify_locations of SSLContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "maximum_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLContext.maximum_version", "name": "maximum_version", "type": "ssl.TLSVersion"}}, "minimum_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLContext.minimum_version", "name": "minimum_version", "type": "ssl.TLSVersion"}}, "options": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLContext.options", "name": "options", "type": "ssl.Options"}}, "post_handshake_auth": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLContext.post_handshake_auth", "name": "post_handshake_auth", "type": "builtins.bool"}}, "protocol": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "ssl.SSLContext.protocol", "name": "protocol", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "protocol of SSLContext", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "protocol", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "protocol of SSLContext", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "session_stats": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLContext.session_stats", "name": "session_stats", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "session_stats of SSLContext", "ret_type": {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "set_alpn_protocols": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "alpn_protocols"], "flags": [], "fullname": "ssl.SSLContext.set_alpn_protocols", "name": "set_alpn_protocols", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "alpn_protocols"], "arg_types": ["ssl.SSLContext", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_alpn_protocols of SSLContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_ciphers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__cipherlist"], "flags": [], "fullname": "ssl.SSLContext.set_ciphers", "name": "set_ciphers", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["ssl.SSLContext", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_ciphers of SSLContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_default_verify_paths": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLContext.set_default_verify_paths", "name": "set_default_verify_paths", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_default_verify_paths of SSLContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_ecdh_curve": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__name"], "flags": [], "fullname": "ssl.SSLContext.set_ecdh_curve", "name": "set_ecdh_curve", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["ssl.SSLContext", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_ecdh_curve of SSLContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_npn_protocols": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "npn_protocols"], "flags": [], "fullname": "ssl.SSLContext.set_npn_protocols", "name": "set_npn_protocols", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "npn_protocols"], "arg_types": ["ssl.SSLContext", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_npn_protocols of SSLContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_servername_callback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "server_name_callback"], "flags": [], "fullname": "ssl.SSLContext.set_servername_callback", "name": "set_servername_callback", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "server_name_callback"], "arg_types": ["ssl.SSLContext", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "ssl._SC1ArgT"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "ssl.SSLSocket"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_servername_callback of SSLContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sni_callback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLContext.sni_callback", "name": "sni_callback", "type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["ssl.SSLObject", "builtins.str", "ssl.SSLContext"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.int"]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}}}, "sslobject_class": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLContext.sslobject_class", "name": "sslobject_class", "type": {".class": "TypeType", "item": "ssl.SSLObject"}}}, "verify_flags": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLContext.verify_flags", "name": "verify_flags", "type": "builtins.int"}}, "verify_mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLContext.verify_mode", "name": "verify_mode", "type": "builtins.int"}}, "wrap_bio": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "incoming", "outgoing", "server_side", "server_hostname", "session"], "flags": [], "fullname": "ssl.SSLContext.wrap_bio", "name": "wrap_bio", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "incoming", "outgoing", "server_side", "server_hostname", "session"], "arg_types": ["ssl.SSLContext", "ssl.MemoryBIO", "ssl.MemoryBIO", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["ssl.SSLSession", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wrap_bio of SSLContext", "ret_type": "ssl.SSLObject", "type_guard": null, "variables": []}}}, "wrap_socket": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "sock", "server_side", "do_handshake_on_connect", "suppress_ragged_eofs", "server_hostname", "session"], "flags": [], "fullname": "ssl.SSLContext.wrap_socket", "name": "wrap_socket", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "sock", "server_side", "do_handshake_on_connect", "suppress_ragged_eofs", "server_hostname", "session"], "arg_types": ["ssl.SSLContext", "socket.socket", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["ssl.SSLSession", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wrap_socket of SSLContext", "ret_type": "ssl.SSLSocket", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SSLEOFError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ssl.SSLError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ssl.SSLEOFError", "name": "SSLEOFError", "type_vars": []}, "flags": [], "fullname": "ssl.SSLEOFError", "metaclass_type": null, "metadata": {}, "module_name": "ssl", "mro": ["ssl.SSLEOFError", "ssl.SSLError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SSLError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ssl.SSLError", "name": "SSLError", "type_vars": []}, "flags": [], "fullname": "ssl.SSLError", "metaclass_type": null, "metadata": {}, "module_name": "ssl", "mro": ["ssl.SSLError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "library": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLError.library", "name": "library", "type": "builtins.str"}}, "reason": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLError.reason", "name": "reason", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SSLObject": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ssl.SSLObject", "name": "SSLObject", "type_vars": []}, "flags": [], "fullname": "ssl.SSLObject", "metaclass_type": null, "metadata": {}, "module_name": "ssl", "mro": ["ssl.SSLObject", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "ssl.SSLObject.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["ssl.SSLObject", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SSLObject", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cipher": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLObject.cipher", "name": "cipher", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLObject"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cipher of SSLObject", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "compression": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLObject.compression", "name": "compression", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLObject"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compression of SSLObject", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "context": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLObject.context", "name": "context", "type": "ssl.SSLContext"}}, "do_handshake": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLObject.do_handshake", "name": "do_handshake", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLObject"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_handshake of SSLObject", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get_channel_binding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "cb_type"], "flags": [], "fullname": "ssl.SSLObject.get_channel_binding", "name": "get_channel_binding", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "cb_type"], "arg_types": ["ssl.SSLObject", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_channel_binding of SSLObject", "ret_type": {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "getpeercert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "ssl.SSLObject.getpeercert", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "binary_form"], "flags": ["is_overload", "is_decorated"], "fullname": "ssl.SSLObject.getpeercert", "name": "getpeercert", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "binary_form"], "arg_types": ["ssl.SSLObject", {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getpeercert of SSLObject", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "ssl._PCTRTTT"}, {".class": "TypeAliasType", "args": [], "type_ref": "ssl._PCTRTT"}]}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getpeercert", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "binary_form"], "flags": ["is_overload", "is_decorated"], "fullname": "ssl.SSLObject.getpeercert", "name": "getpeercert", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "binary_form"], "arg_types": ["ssl.SSLObject", {".class": "LiteralType", "fallback": "builtins.bool", "value": true}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getpeercert of SSLObject", "ret_type": {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getpeercert", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "binary_form"], "flags": ["is_overload", "is_decorated"], "fullname": "ssl.SSLObject.getpeercert", "name": "getpeercert", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "binary_form"], "arg_types": ["ssl.SSLObject", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getpeercert of SSLObject", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "ssl._PeerCertRetType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getpeercert", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "binary_form"], "arg_types": ["ssl.SSLObject", {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getpeercert of SSLObject", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "ssl._PCTRTTT"}, {".class": "TypeAliasType", "args": [], "type_ref": "ssl._PCTRTT"}]}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "binary_form"], "arg_types": ["ssl.SSLObject", {".class": "LiteralType", "fallback": "builtins.bool", "value": true}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getpeercert of SSLObject", "ret_type": {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "binary_form"], "arg_types": ["ssl.SSLObject", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getpeercert of SSLObject", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "ssl._PeerCertRetType"}, "type_guard": null, "variables": []}]}}}, "pending": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLObject.pending", "name": "pending", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLObject"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pending of SSLObject", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "len", "buffer"], "flags": [], "fullname": "ssl.SSLObject.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "len", "buffer"], "arg_types": ["ssl.SSLObject", "builtins.int", {".class": "UnionType", "items": ["builtins.bytearray", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of SSLObject", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "selected_alpn_protocol": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLObject.selected_alpn_protocol", "name": "selected_alpn_protocol", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLObject"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "selected_alpn_protocol of SSLObject", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "selected_npn_protocol": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLObject.selected_npn_protocol", "name": "selected_npn_protocol", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLObject"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "selected_npn_protocol of SSLObject", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "server_hostname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLObject.server_hostname", "name": "server_hostname", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "server_side": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLObject.server_side", "name": "server_side", "type": "builtins.bool"}}, "session": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLObject.session", "name": "session", "type": {".class": "UnionType", "items": ["ssl.SSLSession", {".class": "NoneType"}]}}}, "session_reused": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLObject.session_reused", "name": "session_reused", "type": "builtins.bool"}}, "shared_ciphers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLObject.shared_ciphers", "name": "shared_ciphers", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLObject"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shared_ciphers of SSLObject", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "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"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "unwrap": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLObject.unwrap", "name": "unwrap", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLObject"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unwrap of SSLObject", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "verify_client_post_handshake": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLObject.verify_client_post_handshake", "name": "verify_client_post_handshake", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLObject"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "verify_client_post_handshake of SSLObject", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLObject.version", "name": "version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLObject"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "version of SSLObject", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "flags": [], "fullname": "ssl.SSLObject.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "arg_types": ["ssl.SSLObject", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of SSLObject", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SSLSession": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ssl.SSLSession", "name": "SSLSession", "type_vars": []}, "flags": [], "fullname": "ssl.SSLSession", "metaclass_type": null, "metadata": {}, "module_name": "ssl", "mro": ["ssl.SSLSession", "builtins.object"], "names": {".class": "SymbolTable", "has_ticket": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLSession.has_ticket", "name": "has_ticket", "type": "builtins.bool"}}, "id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLSession.id", "name": "id", "type": "builtins.bytes"}}, "ticket_lifetime_hint": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLSession.ticket_lifetime_hint", "name": "ticket_lifetime_hint", "type": "builtins.int"}}, "time": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLSession.time", "name": "time", "type": "builtins.int"}}, "timeout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLSession.timeout", "name": "timeout", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SSLSocket": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["socket.socket"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ssl.SSLSocket", "name": "SSLSocket", "type_vars": []}, "flags": [], "fullname": "ssl.SSLSocket", "metaclass_type": null, "metadata": {}, "module_name": "ssl", "mro": ["ssl.SSLSocket", "socket.socket", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "ssl.SSLSocket.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["ssl.SSLSocket", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SSLSocket", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "accept": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLSocket.accept", "name": "accept", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLSocket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "accept of SSLSocket", "ret_type": {".class": "TupleType", "implicit": false, "items": ["ssl.SSLSocket", {".class": "TypeAliasType", "args": [], "type_ref": "socket._RetAddress"}], "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": []}}}, "cipher": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLSocket.cipher", "name": "cipher", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLSocket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cipher of SSLSocket", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "compression": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLSocket.compression", "name": "compression", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLSocket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compression of SSLSocket", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "connect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "addr"], "flags": [], "fullname": "ssl.SSLSocket.connect", "name": "connect", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "addr"], "arg_types": ["ssl.SSLSocket", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "socket._Address"}, "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "connect of SSLSocket", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "connect_ex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "addr"], "flags": [], "fullname": "ssl.SSLSocket.connect_ex", "name": "connect_ex", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "addr"], "arg_types": ["ssl.SSLSocket", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "socket._Address"}, "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "connect_ex of SSLSocket", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "context": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLSocket.context", "name": "context", "type": "ssl.SSLContext"}}, "do_handshake": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "block"], "flags": [], "fullname": "ssl.SSLSocket.do_handshake", "name": "do_handshake", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "block"], "arg_types": ["ssl.SSLSocket", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_handshake of SSLSocket", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get_channel_binding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "cb_type"], "flags": [], "fullname": "ssl.SSLSocket.get_channel_binding", "name": "get_channel_binding", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "cb_type"], "arg_types": ["ssl.SSLSocket", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_channel_binding of SSLSocket", "ret_type": {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "getpeercert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "ssl.SSLSocket.getpeercert", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "binary_form"], "flags": ["is_overload", "is_decorated"], "fullname": "ssl.SSLSocket.getpeercert", "name": "getpeercert", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "binary_form"], "arg_types": ["ssl.SSLSocket", {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getpeercert of SSLSocket", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "ssl._PCTRTTT"}, {".class": "TypeAliasType", "args": [], "type_ref": "ssl._PCTRTT"}]}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getpeercert", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "binary_form"], "flags": ["is_overload", "is_decorated"], "fullname": "ssl.SSLSocket.getpeercert", "name": "getpeercert", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "binary_form"], "arg_types": ["ssl.SSLSocket", {".class": "LiteralType", "fallback": "builtins.bool", "value": true}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getpeercert of SSLSocket", "ret_type": {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getpeercert", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "binary_form"], "flags": ["is_overload", "is_decorated"], "fullname": "ssl.SSLSocket.getpeercert", "name": "getpeercert", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "binary_form"], "arg_types": ["ssl.SSLSocket", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getpeercert of SSLSocket", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "ssl._PeerCertRetType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getpeercert", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "binary_form"], "arg_types": ["ssl.SSLSocket", {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getpeercert of SSLSocket", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "ssl._PCTRTTT"}, {".class": "TypeAliasType", "args": [], "type_ref": "ssl._PCTRTT"}]}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "binary_form"], "arg_types": ["ssl.SSLSocket", {".class": "LiteralType", "fallback": "builtins.bool", "value": true}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getpeercert of SSLSocket", "ret_type": {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "binary_form"], "arg_types": ["ssl.SSLSocket", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getpeercert of SSLSocket", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "ssl._PeerCertRetType"}, "type_guard": null, "variables": []}]}}}, "pending": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLSocket.pending", "name": "pending", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLSocket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pending of SSLSocket", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "len", "buffer"], "flags": [], "fullname": "ssl.SSLSocket.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "len", "buffer"], "arg_types": ["ssl.SSLSocket", "builtins.int", {".class": "UnionType", "items": ["builtins.bytearray", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of SSLSocket", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "recv": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "buflen", "flags"], "flags": [], "fullname": "ssl.SSLSocket.recv", "name": "recv", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "buflen", "flags"], "arg_types": ["ssl.SSLSocket", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "recv of SSLSocket", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "recv_into": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "buffer", "nbytes", "flags"], "flags": [], "fullname": "ssl.SSLSocket.recv_into", "name": "recv_into", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "buffer", "nbytes", "flags"], "arg_types": ["ssl.SSLSocket", {".class": "TypeAliasType", "args": [], "type_ref": "socket._WriteBuffer"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "recv_into of SSLSocket", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "recvfrom": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "buflen", "flags"], "flags": [], "fullname": "ssl.SSLSocket.recvfrom", "name": "recvfrom", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "buflen", "flags"], "arg_types": ["ssl.SSLSocket", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "recvfrom of SSLSocket", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "socket._RetAddress"}], "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": []}}}, "recvfrom_into": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "buffer", "nbytes", "flags"], "flags": [], "fullname": "ssl.SSLSocket.recvfrom_into", "name": "recvfrom_into", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "buffer", "nbytes", "flags"], "arg_types": ["ssl.SSLSocket", {".class": "TypeAliasType", "args": [], "type_ref": "socket._WriteBuffer"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "recvfrom_into of SSLSocket", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "socket._RetAddress"}], "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": []}}}, "selected_alpn_protocol": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLSocket.selected_alpn_protocol", "name": "selected_alpn_protocol", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLSocket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "selected_alpn_protocol of SSLSocket", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "selected_npn_protocol": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLSocket.selected_npn_protocol", "name": "selected_npn_protocol", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLSocket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "selected_npn_protocol of SSLSocket", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "sendto": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "ssl.SSLSocket.sendto", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "data", "flags_or_addr"], "flags": ["is_overload", "is_decorated"], "fullname": "ssl.SSLSocket.sendto", "name": "sendto", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "data", "flags_or_addr"], "arg_types": ["ssl.SSLSocket", "builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "socket._Address"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sendto of SSLSocket", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sendto", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "data", "flags_or_addr", "addr"], "flags": ["is_overload", "is_decorated"], "fullname": "ssl.SSLSocket.sendto", "name": "sendto", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "data", "flags_or_addr", "addr"], "arg_types": ["ssl.SSLSocket", "builtins.bytes", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "socket._Address"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}, "builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sendto of SSLSocket", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sendto", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "data", "flags_or_addr"], "arg_types": ["ssl.SSLSocket", "builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "socket._Address"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sendto of SSLSocket", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "data", "flags_or_addr", "addr"], "arg_types": ["ssl.SSLSocket", "builtins.bytes", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "socket._Address"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}, "builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sendto of SSLSocket", "ret_type": "builtins.int", "type_guard": null, "variables": []}]}}}, "server_hostname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLSocket.server_hostname", "name": "server_hostname", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "server_side": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLSocket.server_side", "name": "server_side", "type": "builtins.bool"}}, "session": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLSocket.session", "name": "session", "type": {".class": "UnionType", "items": ["ssl.SSLSession", {".class": "NoneType"}]}}}, "session_reused": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.SSLSocket.session_reused", "name": "session_reused", "type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}}}, "shared_ciphers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLSocket.shared_ciphers", "name": "shared_ciphers", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLSocket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shared_ciphers of SSLSocket", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "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"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "unwrap": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLSocket.unwrap", "name": "unwrap", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLSocket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unwrap of SSLSocket", "ret_type": "socket.socket", "type_guard": null, "variables": []}}}, "verify_client_post_handshake": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLSocket.verify_client_post_handshake", "name": "verify_client_post_handshake", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLSocket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "verify_client_post_handshake of SSLSocket", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "ssl.SSLSocket.version", "name": "version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["ssl.SSLSocket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "version of SSLSocket", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "flags": [], "fullname": "ssl.SSLSocket.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "arg_types": ["ssl.SSLSocket", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of SSLSocket", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SSLSyscallError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ssl.SSLError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ssl.SSLSyscallError", "name": "SSLSyscallError", "type_vars": []}, "flags": [], "fullname": "ssl.SSLSyscallError", "metaclass_type": null, "metadata": {}, "module_name": "ssl", "mro": ["ssl.SSLSyscallError", "ssl.SSLError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SSLWantReadError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ssl.SSLError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ssl.SSLWantReadError", "name": "SSLWantReadError", "type_vars": []}, "flags": [], "fullname": "ssl.SSLWantReadError", "metaclass_type": null, "metadata": {}, "module_name": "ssl", "mro": ["ssl.SSLWantReadError", "ssl.SSLError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SSLWantWriteError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ssl.SSLError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ssl.SSLWantWriteError", "name": "SSLWantWriteError", "type_vars": []}, "flags": [], "fullname": "ssl.SSLWantWriteError", "metaclass_type": null, "metadata": {}, "module_name": "ssl", "mro": ["ssl.SSLWantWriteError", "ssl.SSLError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SSLZeroReturnError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ssl.SSLError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ssl.SSLZeroReturnError", "name": "SSLZeroReturnError", "type_vars": []}, "flags": [], "fullname": "ssl.SSLZeroReturnError", "metaclass_type": null, "metadata": {}, "module_name": "ssl", "mro": ["ssl.SSLZeroReturnError", "ssl.SSLError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SSL_ERROR_EOF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.SSL_ERROR_EOF", "name": "SSL_ERROR_EOF", "type": "builtins.int"}}, "SSL_ERROR_INVALID_ERROR_CODE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.SSL_ERROR_INVALID_ERROR_CODE", "name": "SSL_ERROR_INVALID_ERROR_CODE", "type": "builtins.int"}}, "SSL_ERROR_SSL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.SSL_ERROR_SSL", "name": "SSL_ERROR_SSL", "type": "builtins.int"}}, "SSL_ERROR_SYSCALL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.SSL_ERROR_SYSCALL", "name": "SSL_ERROR_SYSCALL", "type": "builtins.int"}}, "SSL_ERROR_WANT_CONNECT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.SSL_ERROR_WANT_CONNECT", "name": "SSL_ERROR_WANT_CONNECT", "type": "builtins.int"}}, "SSL_ERROR_WANT_READ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.SSL_ERROR_WANT_READ", "name": "SSL_ERROR_WANT_READ", "type": "builtins.int"}}, "SSL_ERROR_WANT_WRITE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.SSL_ERROR_WANT_WRITE", "name": "SSL_ERROR_WANT_WRITE", "type": "builtins.int"}}, "SSL_ERROR_WANT_X509_LOOKUP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.SSL_ERROR_WANT_X509_LOOKUP", "name": "SSL_ERROR_WANT_X509_LOOKUP", "type": "builtins.int"}}, "SSL_ERROR_ZERO_RETURN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.SSL_ERROR_ZERO_RETURN", "name": "SSL_ERROR_ZERO_RETURN", "type": "builtins.int"}}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef", "module_hidden": true, "module_public": false}, "StrPath": {".class": "SymbolTableNode", "cross_ref": "_typeshed.StrPath", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TLSVersion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.IntEnum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ssl.TLSVersion", "name": "TLSVersion", "type_vars": []}, "flags": ["is_enum"], "fullname": "ssl.TLSVersion", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "ssl", "mro": ["ssl.TLSVersion", "enum.IntEnum", "builtins.int", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "MAXIMUM_SUPPORTED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.TLSVersion.MAXIMUM_SUPPORTED", "name": "MAXIMUM_SUPPORTED", "type": "builtins.int"}}, "MINIMUM_SUPPORTED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.TLSVersion.MINIMUM_SUPPORTED", "name": "MINIMUM_SUPPORTED", "type": "builtins.int"}}, "SSLv3": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.TLSVersion.SSLv3", "name": "SSLv3", "type": "builtins.int"}}, "TLSv1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.TLSVersion.TLSv1", "name": "TLSv1", "type": "builtins.int"}}, "TLSv1_1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.TLSVersion.TLSv1_1", "name": "TLSv1_1", "type": "builtins.int"}}, "TLSv1_2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.TLSVersion.TLSv1_2", "name": "TLSv1_2", "type": "builtins.int"}}, "TLSv1_3": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.TLSVersion.TLSv1_3", "name": "TLSv1_3", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "VERIFY_CRL_CHECK_CHAIN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.VERIFY_CRL_CHECK_CHAIN", "name": "VERIFY_CRL_CHECK_CHAIN", "type": "builtins.int"}}, "VERIFY_CRL_CHECK_LEAF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.VERIFY_CRL_CHECK_LEAF", "name": "VERIFY_CRL_CHECK_LEAF", "type": "builtins.int"}}, "VERIFY_DEFAULT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.VERIFY_DEFAULT", "name": "VERIFY_DEFAULT", "type": "builtins.int"}}, "VERIFY_X509_STRICT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.VERIFY_X509_STRICT", "name": "VERIFY_X509_STRICT", "type": "builtins.int"}}, "VERIFY_X509_TRUSTED_FIRST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.VERIFY_X509_TRUSTED_FIRST", "name": "VERIFY_X509_TRUSTED_FIRST", "type": "builtins.int"}}, "VerifyFlags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.IntFlag"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ssl.VerifyFlags", "name": "VerifyFlags", "type_vars": []}, "flags": ["is_enum"], "fullname": "ssl.VerifyFlags", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "ssl", "mro": ["ssl.VerifyFlags", "enum.IntFlag", "builtins.int", "enum.Flag", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "VERIFY_CRL_CHECK_CHAIN": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.VerifyFlags.VERIFY_CRL_CHECK_CHAIN", "name": "VERIFY_CRL_CHECK_CHAIN", "type": "builtins.int"}}, "VERIFY_CRL_CHECK_LEAF": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.VerifyFlags.VERIFY_CRL_CHECK_LEAF", "name": "VERIFY_CRL_CHECK_LEAF", "type": "builtins.int"}}, "VERIFY_DEFAULT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.VerifyFlags.VERIFY_DEFAULT", "name": "VERIFY_DEFAULT", "type": "builtins.int"}}, "VERIFY_X509_STRICT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.VerifyFlags.VERIFY_X509_STRICT", "name": "VERIFY_X509_STRICT", "type": "builtins.int"}}, "VERIFY_X509_TRUSTED_FIRST": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.VerifyFlags.VERIFY_X509_TRUSTED_FIRST", "name": "VERIFY_X509_TRUSTED_FIRST", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "VerifyMode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.IntEnum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ssl.VerifyMode", "name": "VerifyMode", "type_vars": []}, "flags": ["is_enum"], "fullname": "ssl.VerifyMode", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "ssl", "mro": ["ssl.VerifyMode", "enum.IntEnum", "builtins.int", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "CERT_NONE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.VerifyMode.CERT_NONE", "name": "CERT_NONE", "type": "builtins.int"}}, "CERT_OPTIONAL": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.VerifyMode.CERT_OPTIONAL", "name": "CERT_OPTIONAL", "type": "builtins.int"}}, "CERT_REQUIRED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl.VerifyMode.CERT_REQUIRED", "name": "CERT_REQUIRED", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ASN1Object": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "ssl._ASN1Object", "name": "_ASN1Object", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "ssl._ASN1Object", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["nid", "shortname", "longname", "oid"]}}, "module_name": "ssl", "mro": ["ssl._ASN1Object", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "ssl._ASN1Object._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl._ASN1Object.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl._ASN1Object.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["_cls", "nid", "shortname", "longname", "oid"], "flags": [], "fullname": "ssl._ASN1Object.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["_cls", "nid", "shortname", "longname", "oid"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ssl._ASN1Object._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.int", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _ASN1Object", "ret_type": {".class": "TypeVarType", "fullname": "ssl._ASN1Object._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ssl._ASN1Object._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "ssl._ASN1Object._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "ssl._ASN1Object._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of _ASN1Object", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ssl._ASN1Object._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl._ASN1Object._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl._ASN1Object._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl._ASN1Object._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "ssl._ASN1Object._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ssl._ASN1Object._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _ASN1Object", "ret_type": {".class": "TypeVarType", "fullname": "ssl._ASN1Object._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ssl._ASN1Object._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "ssl._ASN1Object._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "ssl._ASN1Object._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _ASN1Object", "ret_type": {".class": "TypeVarType", "fullname": "ssl._ASN1Object._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ssl._ASN1Object._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["_self", "nid", "shortname", "longname", "oid"], "flags": [], "fullname": "ssl._ASN1Object._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["_self", "nid", "shortname", "longname", "oid"], "arg_types": [{".class": "TypeVarType", "fullname": "ssl._ASN1Object._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.int", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of _ASN1Object", "ret_type": {".class": "TypeVarType", "fullname": "ssl._ASN1Object._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "ssl._ASN1Object._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "ssl._ASN1Object._source", "name": "_source", "type": "builtins.str"}}, "longname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "ssl._ASN1Object.longname", "name": "longname", "type": "builtins.str"}}, "longname-redefinition": {".class": "SymbolTableNode", "cross_ref": "ssl._ASN1Object.longname", "kind": "Mdef"}, "nid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "ssl._ASN1Object.nid", "name": "nid", "type": "builtins.int"}}, "nid-redefinition": {".class": "SymbolTableNode", "cross_ref": "ssl._ASN1Object.nid", "kind": "Mdef"}, "oid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "ssl._ASN1Object.oid", "name": "oid", "type": "builtins.str"}}, "oid-redefinition": {".class": "SymbolTableNode", "cross_ref": "ssl._ASN1Object.oid", "kind": "Mdef"}, "shortname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "ssl._ASN1Object.shortname", "name": "shortname", "type": "builtins.str"}}, "shortname-redefinition": {".class": "SymbolTableNode", "cross_ref": "ssl._ASN1Object.shortname", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "_EnumRetType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ssl._EnumRetType", "line": 14, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}, "builtins.bool"]}], "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"}}}, "_PCTRTT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ssl._PCTRTT", "line": 10, "no_args": false, "normalized": false, "target": {".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"}}], "type_ref": "builtins.tuple"}}}, "_PCTRTTT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ssl._PCTRTTT", "line": 11, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "ssl._PCTRTT"}], "type_ref": "builtins.tuple"}}}, "_PasswordType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ssl._PasswordType", "line": 15, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "type_guard": null, "variables": []}, "builtins.str", "builtins.bytes"]}}}, "_PeerCertRetDictType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ssl._PeerCertRetDictType", "line": 12, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "ssl._PCTRTTT"}, {".class": "TypeAliasType", "args": [], "type_ref": "ssl._PCTRTT"}]}], "type_ref": "builtins.dict"}}}, "_PeerCertRetType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ssl._PeerCertRetType", "line": 13, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "ssl._PeerCertRetDictType"}, "builtins.bytes", {".class": "NoneType"}]}}}, "_SC1ArgT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "ssl._SC1ArgT", "line": 18, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["ssl.SSLSocket", "ssl.SSLObject"]}}}, "_SrvnmeCbType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "ssl._SrvnmeCbType", "line": 21, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "ssl._SC1ArgT"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "ssl.SSLSocket"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl.__package__", "name": "__package__", "type": "builtins.str"}}, "_create_default_https_context": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "ssl._create_default_https_context", "name": "_create_default_https_context", "type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "ssl.SSLContext", "type_guard": null, "variables": []}}}, "_create_unverified_context": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["protocol", "cert_reqs", "check_hostname", "purpose", "certfile", "keyfile", "cafile", "capath", "cadata"], "flags": [], "fullname": "ssl._create_unverified_context", "name": "_create_unverified_context", "type": {".class": "CallableType", "arg_kinds": [1, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["protocol", "cert_reqs", "check_hostname", "purpose", "certfile", "keyfile", "cafile", "capath", "cadata"], "arg_types": ["builtins.int", "builtins.int", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_create_unverified_context", "ret_type": "ssl.SSLContext", "type_guard": null, "variables": []}}}, "cert_time_to_seconds": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cert_time"], "flags": [], "fullname": "ssl.cert_time_to_seconds", "name": "cert_time_to_seconds", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cert_time"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cert_time_to_seconds", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "create_default_context": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 5, 5, 5], "arg_names": ["purpose", "cafile", "capath", "cadata"], "flags": [], "fullname": "ssl.create_default_context", "name": "create_default_context", "type": {".class": "CallableType", "arg_kinds": [1, 5, 5, 5], "arg_names": ["purpose", "cafile", "capath", "cadata"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_default_context", "ret_type": "ssl.SSLContext", "type_guard": null, "variables": []}}}, "enum": {".class": "SymbolTableNode", "cross_ref": "enum", "kind": "Gdef", "module_hidden": true, "module_public": false}, "get_default_verify_paths": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "ssl.get_default_verify_paths", "name": "get_default_verify_paths", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_default_verify_paths", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": "ssl.DefaultVerifyPaths"}, "type_guard": null, "variables": []}}}, "get_protocol_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["protocol_code"], "flags": [], "fullname": "ssl.get_protocol_name", "name": "get_protocol_name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["protocol_code"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_protocol_name", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "get_server_certificate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["addr", "ssl_version", "ca_certs"], "flags": [], "fullname": "ssl.get_server_certificate", "name": "get_server_certificate", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["addr", "ssl_version", "ca_certs"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "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", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_server_certificate", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "match_hostname": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cert", "hostname"], "flags": [], "fullname": "ssl.match_hostname", "name": "match_hostname", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cert", "hostname"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "ssl._PeerCertRetType"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "match_hostname", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "socket": {".class": "SymbolTableNode", "cross_ref": "socket", "kind": "Gdef", "module_hidden": true, "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "wrap_socket": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["sock", "keyfile", "certfile", "server_side", "cert_reqs", "ssl_version", "ca_certs", "do_handshake_on_connect", "suppress_ragged_eofs", "ciphers"], "flags": [], "fullname": "ssl.wrap_socket", "name": "wrap_socket", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["sock", "keyfile", "certfile", "server_side", "cert_reqs", "ssl_version", "ca_certs", "do_handshake_on_connect", "suppress_ragged_eofs", "ciphers"], "arg_types": ["socket.socket", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wrap_socket", "ret_type": "ssl.SSLSocket", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/ssl.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/ssl.meta.json b/.mypy_cache/3.9/ssl.meta.json deleted file mode 100644 index cee85287f..000000000 --- a/.mypy_cache/3.9/ssl.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 4, 5, 8, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 10, 5, 30], "dependencies": ["socket", "sys", "_typeshed", "typing", "typing_extensions", "enum", "builtins", "abc"], "hash": "e7ce6198cff4ef12c193d648da7f922b77b5a3868cdc481c9abfbc3fc3983972", "id": "ssl", "ignore_all": true, "interface_hash": "4fabe442f9a08775ca5eda7f033da092504d727de4301b3b5e098eafe2dfaf44", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/ssl.pyi", "plugin_data": null, "size": 16955, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/stat.data.json b/.mypy_cache/3.9/stat.data.json deleted file mode 100644 index f6485cc8a..000000000 --- a/.mypy_cache/3.9/stat.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "stat", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "FILE_ATTRIBUTE_ARCHIVE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.FILE_ATTRIBUTE_ARCHIVE", "name": "FILE_ATTRIBUTE_ARCHIVE", "type": "builtins.int"}}, "FILE_ATTRIBUTE_COMPRESSED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.FILE_ATTRIBUTE_COMPRESSED", "name": "FILE_ATTRIBUTE_COMPRESSED", "type": "builtins.int"}}, "FILE_ATTRIBUTE_DEVICE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.FILE_ATTRIBUTE_DEVICE", "name": "FILE_ATTRIBUTE_DEVICE", "type": "builtins.int"}}, "FILE_ATTRIBUTE_DIRECTORY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.FILE_ATTRIBUTE_DIRECTORY", "name": "FILE_ATTRIBUTE_DIRECTORY", "type": "builtins.int"}}, "FILE_ATTRIBUTE_ENCRYPTED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.FILE_ATTRIBUTE_ENCRYPTED", "name": "FILE_ATTRIBUTE_ENCRYPTED", "type": "builtins.int"}}, "FILE_ATTRIBUTE_HIDDEN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.FILE_ATTRIBUTE_HIDDEN", "name": "FILE_ATTRIBUTE_HIDDEN", "type": "builtins.int"}}, "FILE_ATTRIBUTE_INTEGRITY_STREAM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.FILE_ATTRIBUTE_INTEGRITY_STREAM", "name": "FILE_ATTRIBUTE_INTEGRITY_STREAM", "type": "builtins.int"}}, "FILE_ATTRIBUTE_NORMAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.FILE_ATTRIBUTE_NORMAL", "name": "FILE_ATTRIBUTE_NORMAL", "type": "builtins.int"}}, "FILE_ATTRIBUTE_NOT_CONTENT_INDEXED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.FILE_ATTRIBUTE_NOT_CONTENT_INDEXED", "name": "FILE_ATTRIBUTE_NOT_CONTENT_INDEXED", "type": "builtins.int"}}, "FILE_ATTRIBUTE_NO_SCRUB_DATA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.FILE_ATTRIBUTE_NO_SCRUB_DATA", "name": "FILE_ATTRIBUTE_NO_SCRUB_DATA", "type": "builtins.int"}}, "FILE_ATTRIBUTE_OFFLINE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.FILE_ATTRIBUTE_OFFLINE", "name": "FILE_ATTRIBUTE_OFFLINE", "type": "builtins.int"}}, "FILE_ATTRIBUTE_READONLY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.FILE_ATTRIBUTE_READONLY", "name": "FILE_ATTRIBUTE_READONLY", "type": "builtins.int"}}, "FILE_ATTRIBUTE_REPARSE_POINT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.FILE_ATTRIBUTE_REPARSE_POINT", "name": "FILE_ATTRIBUTE_REPARSE_POINT", "type": "builtins.int"}}, "FILE_ATTRIBUTE_SPARSE_FILE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.FILE_ATTRIBUTE_SPARSE_FILE", "name": "FILE_ATTRIBUTE_SPARSE_FILE", "type": "builtins.int"}}, "FILE_ATTRIBUTE_SYSTEM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.FILE_ATTRIBUTE_SYSTEM", "name": "FILE_ATTRIBUTE_SYSTEM", "type": "builtins.int"}}, "FILE_ATTRIBUTE_TEMPORARY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.FILE_ATTRIBUTE_TEMPORARY", "name": "FILE_ATTRIBUTE_TEMPORARY", "type": "builtins.int"}}, "FILE_ATTRIBUTE_VIRTUAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.FILE_ATTRIBUTE_VIRTUAL", "name": "FILE_ATTRIBUTE_VIRTUAL", "type": "builtins.int"}}, "SF_APPEND": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.SF_APPEND", "name": "SF_APPEND", "type": "builtins.int"}}, "SF_ARCHIVED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.SF_ARCHIVED", "name": "SF_ARCHIVED", "type": "builtins.int"}}, "SF_IMMUTABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.SF_IMMUTABLE", "name": "SF_IMMUTABLE", "type": "builtins.int"}}, "SF_NOUNLINK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.SF_NOUNLINK", "name": "SF_NOUNLINK", "type": "builtins.int"}}, "SF_SNAPSHOT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.SF_SNAPSHOT", "name": "SF_SNAPSHOT", "type": "builtins.int"}}, "ST_ATIME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.ST_ATIME", "name": "ST_ATIME", "type": "builtins.int"}}, "ST_CTIME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.ST_CTIME", "name": "ST_CTIME", "type": "builtins.int"}}, "ST_DEV": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.ST_DEV", "name": "ST_DEV", "type": "builtins.int"}}, "ST_GID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.ST_GID", "name": "ST_GID", "type": "builtins.int"}}, "ST_INO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.ST_INO", "name": "ST_INO", "type": "builtins.int"}}, "ST_MODE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.ST_MODE", "name": "ST_MODE", "type": "builtins.int"}}, "ST_MTIME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.ST_MTIME", "name": "ST_MTIME", "type": "builtins.int"}}, "ST_NLINK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.ST_NLINK", "name": "ST_NLINK", "type": "builtins.int"}}, "ST_SIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.ST_SIZE", "name": "ST_SIZE", "type": "builtins.int"}}, "ST_UID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.ST_UID", "name": "ST_UID", "type": "builtins.int"}}, "S_ENFMT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_ENFMT", "name": "S_ENFMT", "type": "builtins.int"}}, "S_IEXEC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_IEXEC", "name": "S_IEXEC", "type": "builtins.int"}}, "S_IFBLK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_IFBLK", "name": "S_IFBLK", "type": "builtins.int"}}, "S_IFCHR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_IFCHR", "name": "S_IFCHR", "type": "builtins.int"}}, "S_IFDIR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_IFDIR", "name": "S_IFDIR", "type": "builtins.int"}}, "S_IFIFO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_IFIFO", "name": "S_IFIFO", "type": "builtins.int"}}, "S_IFLNK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_IFLNK", "name": "S_IFLNK", "type": "builtins.int"}}, "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", "implicit": false, "is_ellipsis_args": false, "name": "S_IFMT", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "S_IFREG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_IFREG", "name": "S_IFREG", "type": "builtins.int"}}, "S_IFSOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_IFSOCK", "name": "S_IFSOCK", "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", "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": "builtins.int"}}, "S_IRGRP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_IRGRP", "name": "S_IRGRP", "type": "builtins.int"}}, "S_IROTH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_IROTH", "name": "S_IROTH", "type": "builtins.int"}}, "S_IRUSR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_IRUSR", "name": "S_IRUSR", "type": "builtins.int"}}, "S_IRWXG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_IRWXG", "name": "S_IRWXG", "type": "builtins.int"}}, "S_IRWXO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_IRWXO", "name": "S_IRWXO", "type": "builtins.int"}}, "S_IRWXU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_IRWXU", "name": "S_IRWXU", "type": "builtins.int"}}, "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", "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "S_ISDIR", "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", "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": "builtins.int"}}, "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", "implicit": false, "is_ellipsis_args": false, "name": "S_ISLNK", "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", "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", "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": "builtins.int"}}, "S_ISVTX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_ISVTX", "name": "S_ISVTX", "type": "builtins.int"}}, "S_IWGRP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_IWGRP", "name": "S_IWGRP", "type": "builtins.int"}}, "S_IWOTH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_IWOTH", "name": "S_IWOTH", "type": "builtins.int"}}, "S_IWRITE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_IWRITE", "name": "S_IWRITE", "type": "builtins.int"}}, "S_IWUSR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_IWUSR", "name": "S_IWUSR", "type": "builtins.int"}}, "S_IXGRP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_IXGRP", "name": "S_IXGRP", "type": "builtins.int"}}, "S_IXOTH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_IXOTH", "name": "S_IXOTH", "type": "builtins.int"}}, "S_IXUSR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.S_IXUSR", "name": "S_IXUSR", "type": "builtins.int"}}, "UF_APPEND": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.UF_APPEND", "name": "UF_APPEND", "type": "builtins.int"}}, "UF_IMMUTABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.UF_IMMUTABLE", "name": "UF_IMMUTABLE", "type": "builtins.int"}}, "UF_NODUMP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.UF_NODUMP", "name": "UF_NODUMP", "type": "builtins.int"}}, "UF_NOUNLINK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.UF_NOUNLINK", "name": "UF_NOUNLINK", "type": "builtins.int"}}, "UF_OPAQUE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "stat.UF_OPAQUE", "name": "UF_OPAQUE", "type": "builtins.int"}}, "__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", "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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/stat.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/stat.meta.json b/.mypy_cache/3.9/stat.meta.json deleted file mode 100644 index ccb3fa8c9..000000000 --- a/.mypy_cache/3.9/stat.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1, 1], "dep_prios": [10, 5, 30, 30], "dependencies": ["sys", "builtins", "abc", "typing"], "hash": "5981b40ce344371b5ae5e7ec00dbdc593422cbf92407936349897ba09060aeff", "id": "stat", "ignore_all": true, "interface_hash": "bf8708c74b11bd7304d6ca6157fc2253b92dad3633d7e070b191c1afc4b291f9", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/stat.pyi", "plugin_data": null, "size": 1805, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/string.data.json b/.mypy_cache/3.9/string.data.json deleted file mode 100644 index 7a372a119..000000000 --- a/.mypy_cache/3.9/string.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "string", "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}, "Formatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "string.Formatter", "name": "Formatter", "type_vars": []}, "flags": [], "fullname": "string.Formatter", "metaclass_type": null, "metadata": {}, "module_name": "string", "mro": ["string.Formatter", "builtins.object"], "names": {".class": "SymbolTable", "check_unused_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "used_args", "args", "kwargs"], "flags": [], "fullname": "string.Formatter.check_unused_args", "name": "check_unused_args", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "used_args", "args", "kwargs"], "arg_types": ["string.Formatter", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_unused_args of Formatter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "convert_field": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "value", "conversion"], "flags": [], "fullname": "string.Formatter.convert_field", "name": "convert_field", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "value", "conversion"], "arg_types": ["string.Formatter", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "convert_field of Formatter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "__format_string", "args", "kwargs"], "flags": [], "fullname": "string.Formatter.format", "name": "format", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", null, "args", "kwargs"], "arg_types": ["string.Formatter", "builtins.str", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format of Formatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "format_field": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "value", "format_spec"], "flags": [], "fullname": "string.Formatter.format_field", "name": "format_field", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "value", "format_spec"], "arg_types": ["string.Formatter", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format_field of Formatter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "get_field": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "field_name", "args", "kwargs"], "flags": [], "fullname": "string.Formatter.get_field", "name": "get_field", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "field_name", "args", "kwargs"], "arg_types": ["string.Formatter", "builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_field of Formatter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "get_value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "key", "args", "kwargs"], "flags": [], "fullname": "string.Formatter.get_value", "name": "get_value", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "key", "args", "kwargs"], "arg_types": ["string.Formatter", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_value of Formatter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "parse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "format_string"], "flags": [], "fullname": "string.Formatter.parse", "name": "parse", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "format_string"], "arg_types": ["string.Formatter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse of Formatter", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "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.Iterable"}, "type_guard": null, "variables": []}}}, "vformat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "format_string", "args", "kwargs"], "flags": [], "fullname": "string.Formatter.vformat", "name": "vformat", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "format_string", "args", "kwargs"], "arg_types": ["string.Formatter", "builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "vformat of Formatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Template": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "string.Template", "name": "Template", "type_vars": []}, "flags": [], "fullname": "string.Template", "metaclass_type": null, "metadata": {}, "module_name": "string", "mro": ["string.Template", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "template"], "flags": [], "fullname": "string.Template.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "template"], "arg_types": ["string.Template", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Template", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "safe_substitute": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 4], "arg_names": ["self", "__mapping", "kwds"], "flags": [], "fullname": "string.Template.safe_substitute", "name": "safe_substitute", "type": {".class": "CallableType", "arg_kinds": [0, 1, 4], "arg_names": ["self", null, "kwds"], "arg_types": ["string.Template", {".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "typing.Mapping"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "safe_substitute of Template", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "substitute": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 4], "arg_names": ["self", "__mapping", "kwds"], "flags": [], "fullname": "string.Template.substitute", "name": "substitute", "type": {".class": "CallableType", "arg_kinds": [0, 1, 4], "arg_names": ["self", null, "kwds"], "arg_types": ["string.Template", {".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "typing.Mapping"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "substitute of Template", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "template": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "string.Template.template", "name": "template", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "string.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "string.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "string.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "string.__package__", "name": "__package__", "type": "builtins.str"}}, "ascii_letters": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "string.ascii_letters", "name": "ascii_letters", "type": "builtins.str"}}, "ascii_lowercase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "string.ascii_lowercase", "name": "ascii_lowercase", "type": "builtins.str"}}, "ascii_uppercase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "string.ascii_uppercase", "name": "ascii_uppercase", "type": "builtins.str"}}, "capwords": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["s", "sep"], "flags": [], "fullname": "string.capwords", "name": "capwords", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["s", "sep"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "capwords", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "digits": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "string.digits", "name": "digits", "type": "builtins.str"}}, "hexdigits": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "string.hexdigits", "name": "hexdigits", "type": "builtins.str"}}, "octdigits": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "string.octdigits", "name": "octdigits", "type": "builtins.str"}}, "printable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "string.printable", "name": "printable", "type": "builtins.str"}}, "punctuation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "string.punctuation", "name": "punctuation", "type": "builtins.str"}}, "whitespace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "string.whitespace", "name": "whitespace", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/string.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/string.meta.json b/.mypy_cache/3.9/string.meta.json deleted file mode 100644 index 48e5d7916..000000000 --- a/.mypy_cache/3.9/string.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 1, 1], "dep_prios": [5, 5, 30], "dependencies": ["typing", "builtins", "abc"], "hash": "08d0994b6daec7b24862fd269bd286275b0f5a4e3ece2c0dd7748a002d2edfa3", "id": "string", "ignore_all": true, "interface_hash": "ebb7927411bbf6cb78f15a1013a2db5e510dacc563e2be24218fe89aa17c08a4", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/string.pyi", "plugin_data": null, "size": 1423, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/struct.data.json b/.mypy_cache/3.9/struct.data.json deleted file mode 100644 index 52d1b99aa..000000000 --- a/.mypy_cache/3.9/struct.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "struct", "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}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Struct": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "struct.Struct", "name": "Struct", "type_vars": []}, "flags": [], "fullname": "struct.Struct", "metaclass_type": null, "metadata": {}, "module_name": "struct", "mro": ["struct.Struct", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "format"], "flags": [], "fullname": "struct.Struct.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "format"], "arg_types": ["struct.Struct", {".class": "TypeAliasType", "args": [], "type_ref": "struct._FmtType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Struct", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "struct.Struct.format", "name": "format", "type": "builtins.str"}}, "iter_unpack": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__buffer"], "flags": [], "fullname": "struct.Struct.iter_unpack", "name": "iter_unpack", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["struct.Struct", {".class": "TypeAliasType", "args": [], "type_ref": "struct._BufferType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iter_unpack of Struct", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "pack": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "v"], "flags": [], "fullname": "struct.Struct.pack", "name": "pack", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "v"], "arg_types": ["struct.Struct", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pack of Struct", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "pack_into": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "buffer", "offset", "v"], "flags": [], "fullname": "struct.Struct.pack_into", "name": "pack_into", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "buffer", "offset", "v"], "arg_types": ["struct.Struct", {".class": "TypeAliasType", "args": [], "type_ref": "struct._WriteBufferType"}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pack_into of Struct", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "struct.Struct.size", "name": "size", "type": "builtins.int"}}, "unpack": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__buffer"], "flags": [], "fullname": "struct.Struct.unpack", "name": "unpack", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["struct.Struct", {".class": "TypeAliasType", "args": [], "type_ref": "struct._BufferType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unpack of Struct", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "unpack_from": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "buffer", "offset"], "flags": [], "fullname": "struct.Struct.unpack_from", "name": "unpack_from", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "buffer", "offset"], "arg_types": ["struct.Struct", {".class": "TypeAliasType", "args": [], "type_ref": "struct._BufferType"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unpack_from of Struct", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_BufferType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "struct._BufferType", "line": 10, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "array.array"}, "builtins.bytes", "builtins.bytearray", "builtins.memoryview", "mmap.mmap"]}}}, "_FmtType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "struct._FmtType", "line": 8, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}}}, "_WriteBufferType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "struct._WriteBufferType", "line": 11, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "array.array"}, "builtins.bytearray", "builtins.memoryview", "mmap.mmap"]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "struct.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "struct.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "struct.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "struct.__package__", "name": "__package__", "type": "builtins.str"}}, "array": {".class": "SymbolTableNode", "cross_ref": "array.array", "kind": "Gdef", "module_hidden": true, "module_public": false}, "calcsize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__format"], "flags": [], "fullname": "struct.calcsize", "name": "calcsize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "struct._FmtType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "calcsize", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "struct.error", "name": "error", "type_vars": []}, "flags": [], "fullname": "struct.error", "metaclass_type": null, "metadata": {}, "module_name": "struct", "mro": ["struct.error", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "iter_unpack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__format", "__buffer"], "flags": [], "fullname": "struct.iter_unpack", "name": "iter_unpack", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "struct._FmtType"}, {".class": "TypeAliasType", "args": [], "type_ref": "struct._BufferType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iter_unpack", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "mmap": {".class": "SymbolTableNode", "cross_ref": "mmap.mmap", "kind": "Gdef", "module_hidden": true, "module_public": false}, "pack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["fmt", "v"], "flags": [], "fullname": "struct.pack", "name": "pack", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["fmt", "v"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "struct._FmtType"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pack", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "pack_into": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["fmt", "buffer", "offset", "v"], "flags": [], "fullname": "struct.pack_into", "name": "pack_into", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["fmt", "buffer", "offset", "v"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "struct._FmtType"}, {".class": "TypeAliasType", "args": [], "type_ref": "struct._WriteBufferType"}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pack_into", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "unpack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__format", "__buffer"], "flags": [], "fullname": "struct.unpack", "name": "unpack", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "struct._FmtType"}, {".class": "TypeAliasType", "args": [], "type_ref": "struct._BufferType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unpack", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "unpack_from": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["__format", "buffer", "offset"], "flags": [], "fullname": "struct.unpack_from", "name": "unpack_from", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": [null, "buffer", "offset"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "struct._FmtType"}, {".class": "TypeAliasType", "args": [], "type_ref": "struct._BufferType"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unpack_from", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/struct.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/struct.meta.json b/.mypy_cache/3.9/struct.meta.json deleted file mode 100644 index 3ddeae23e..000000000 --- a/.mypy_cache/3.9/struct.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 3, 4, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30], "dependencies": ["sys", "array", "mmap", "typing", "builtins", "abc"], "hash": "f2eb2f95f26e691076b90e28adf6be9db359c19e035bb220fdd77038617f2d11", "id": "struct", "ignore_all": true, "interface_hash": "e6b7d4607e2be1b7641d71c3f86fe5afa96241531719de6a54eb22b723686a4b", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/struct.pyi", "plugin_data": null, "size": 1573, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/subprocess.data.json b/.mypy_cache/3.9/subprocess.data.json deleted file mode 100644 index 27eaea11b..000000000 --- a/.mypy_cache/3.9/subprocess.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "subprocess", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "AnyPath": {".class": "SymbolTableNode", "cross_ref": "_typeshed.AnyPath", "kind": "Gdef", "module_hidden": true, "module_public": false}, "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "CalledProcessError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["subprocess.SubprocessError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "subprocess.CalledProcessError", "name": "CalledProcessError", "type_vars": []}, "flags": [], "fullname": "subprocess.CalledProcessError", "metaclass_type": null, "metadata": {}, "module_name": "subprocess", "mro": ["subprocess.CalledProcessError", "subprocess.SubprocessError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "returncode", "cmd", "output", "stderr"], "flags": [], "fullname": "subprocess.CalledProcessError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "returncode", "cmd", "output", "stderr"], "arg_types": ["subprocess.CalledProcessError", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CalledProcessError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cmd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "subprocess.CalledProcessError.cmd", "name": "cmd", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "output": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "subprocess.CalledProcessError.output", "name": "output", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "returncode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "subprocess.CalledProcessError.returncode", "name": "returncode", "type": "builtins.int"}}, "stderr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "subprocess.CalledProcessError.stderr", "name": "stderr", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "stdout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "subprocess.CalledProcessError.stdout", "name": "stdout", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CompletedProcess": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "subprocess.CompletedProcess", "name": "CompletedProcess", "type_vars": [{".class": "TypeVarDef", "fullname": "subprocess._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "subprocess.CompletedProcess", "metaclass_type": null, "metadata": {}, "module_name": "subprocess", "mro": ["subprocess.CompletedProcess", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "subprocess.CompletedProcess.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "subprocess._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "subprocess.CompletedProcess"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of CompletedProcess", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "args", "returncode", "stdout", "stderr"], "flags": [], "fullname": "subprocess.CompletedProcess.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "args", "returncode", "stdout", "stderr"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "subprocess._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "subprocess.CompletedProcess"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "subprocess._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "subprocess._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CompletedProcess", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "subprocess.CompletedProcess.args", "name": "args", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "check_returncode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "subprocess.CompletedProcess.check_returncode", "name": "check_returncode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "subprocess._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "subprocess.CompletedProcess"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_returncode of CompletedProcess", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "returncode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "subprocess.CompletedProcess.returncode", "name": "returncode", "type": "builtins.int"}}, "stderr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "subprocess.CompletedProcess.stderr", "name": "stderr", "type": {".class": "TypeVarType", "fullname": "subprocess._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}}, "stdout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "subprocess.CompletedProcess.stdout", "name": "stdout", "type": {".class": "TypeVarType", "fullname": "subprocess._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "DEVNULL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "subprocess.DEVNULL", "name": "DEVNULL", "type": "builtins.int"}}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "GenericAlias": {".class": "SymbolTableNode", "cross_ref": "types.GenericAlias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PIPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "subprocess.PIPE", "name": "PIPE", "type": "builtins.int"}}, "Popen": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "subprocess.Popen", "name": "Popen", "type_vars": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, "flags": [], "fullname": "subprocess.Popen", "metaclass_type": null, "metadata": {}, "module_name": "subprocess", "mro": ["subprocess.Popen", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "subprocess.Popen.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "subprocess.Popen"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of Popen", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "subprocess.Popen.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "subprocess._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of Popen", "ret_type": {".class": "TypeVarType", "fullname": "subprocess._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "subprocess._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "type", "value", "traceback"], "flags": [], "fullname": "subprocess.Popen.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "subprocess.Popen"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of Popen", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "subprocess.Popen.__new__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 3, 5], "arg_names": ["cls", "args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "text", "encoding", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "subprocess.Popen.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 3, 5], "arg_names": ["cls", "args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "text", "encoding", "errors"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "subprocess.Popen"}}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Popen", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "subprocess.Popen"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 3], "arg_names": ["cls", "args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "text", "encoding", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "subprocess.Popen.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 3], "arg_names": ["cls", "args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "text", "encoding", "errors"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "subprocess.Popen"}}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Popen", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "subprocess.Popen"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "text", "encoding", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "subprocess.Popen.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "text", "encoding", "errors"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "subprocess.Popen"}}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Popen", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "subprocess.Popen"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5], "arg_names": ["cls", "args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "text", "encoding", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "subprocess.Popen.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5], "arg_names": ["cls", "args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "text", "encoding", "errors"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "subprocess.Popen"}}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Popen", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "subprocess.Popen"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5], "arg_names": ["cls", "args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "text", "encoding", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "subprocess.Popen.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5], "arg_names": ["cls", "args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "text", "encoding", "errors"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "subprocess.Popen"}}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}]}, {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Popen", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "subprocess.Popen"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5], "arg_names": ["cls", "args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "text", "encoding", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "subprocess.Popen.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5], "arg_names": ["cls", "args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "text", "encoding", "errors"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "subprocess.Popen"}}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Popen", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "subprocess.Popen"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 3, 5], "arg_names": ["cls", "args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "text", "encoding", "errors"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "subprocess.Popen"}}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Popen", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "subprocess.Popen"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 3], "arg_names": ["cls", "args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "text", "encoding", "errors"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "subprocess.Popen"}}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Popen", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "subprocess.Popen"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "text", "encoding", "errors"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "subprocess.Popen"}}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Popen", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "subprocess.Popen"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5], "arg_names": ["cls", "args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "text", "encoding", "errors"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "subprocess.Popen"}}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Popen", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "subprocess.Popen"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5], "arg_names": ["cls", "args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "text", "encoding", "errors"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "subprocess.Popen"}}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}]}, {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Popen", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "subprocess.Popen"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5], "arg_names": ["cls", "args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "text", "encoding", "errors"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "subprocess.Popen"}}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Popen", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "subprocess.Popen"}, "type_guard": null, "variables": []}]}}}, "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "subprocess.Popen.args", "name": "args", "type": {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}}}, "communicate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "input", "timeout"], "flags": [], "fullname": "subprocess.Popen.communicate", "name": "communicate", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "input", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "subprocess.Popen"}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "communicate of Popen", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "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": []}}}, "kill": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "subprocess.Popen.kill", "name": "kill", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "subprocess.Popen"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kill of Popen", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "subprocess.Popen.pid", "name": "pid", "type": "builtins.int"}}, "poll": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "subprocess.Popen.poll", "name": "poll", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "subprocess.Popen"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "poll of Popen", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "returncode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "subprocess.Popen.returncode", "name": "returncode", "type": "builtins.int"}}, "send_signal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "sig"], "flags": [], "fullname": "subprocess.Popen.send_signal", "name": "send_signal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sig"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "subprocess.Popen"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "send_signal of Popen", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "stderr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "subprocess.Popen.stderr", "name": "stderr", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}}}, "stdin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "subprocess.Popen.stdin", "name": "stdin", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}}}, "stdout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "subprocess.Popen.stdout", "name": "stdout", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}}}, "terminate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "subprocess.Popen.terminate", "name": "terminate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "subprocess.Popen"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "terminate of Popen", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "universal_newlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "subprocess.Popen.universal_newlines", "name": "universal_newlines", "type": "builtins.bool"}}, "wait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "subprocess.Popen.wait", "name": "wait", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "subprocess.Popen"}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait of Popen", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["AnyStr"], "typeddict_type": null}}, "STDOUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "subprocess.STDOUT", "name": "STDOUT", "type": "builtins.int"}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SubprocessError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "subprocess.SubprocessError", "name": "SubprocessError", "type_vars": []}, "flags": [], "fullname": "subprocess.SubprocessError", "metaclass_type": null, "metadata": {}, "module_name": "subprocess", "mro": ["subprocess.SubprocessError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TimeoutExpired": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["subprocess.SubprocessError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "subprocess.TimeoutExpired", "name": "TimeoutExpired", "type_vars": []}, "flags": [], "fullname": "subprocess.TimeoutExpired", "metaclass_type": null, "metadata": {}, "module_name": "subprocess", "mro": ["subprocess.TimeoutExpired", "subprocess.SubprocessError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "cmd", "timeout", "output", "stderr"], "flags": [], "fullname": "subprocess.TimeoutExpired.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "cmd", "timeout", "output", "stderr"], "arg_types": ["subprocess.TimeoutExpired", {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.float", {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TimeoutExpired", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cmd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "subprocess.TimeoutExpired.cmd", "name": "cmd", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "output": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "subprocess.TimeoutExpired.output", "name": "output", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "stderr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "subprocess.TimeoutExpired.stderr", "name": "stderr", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "stdout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "subprocess.TimeoutExpired.stdout", "name": "stdout", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "timeout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "subprocess.TimeoutExpired.timeout", "name": "timeout", "type": "builtins.float"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "_CMD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "subprocess._CMD", "line": 27, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Sequence"}]}}}, "_ENV": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "subprocess._ENV", "line": 35, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}]}}}, "_FILE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "subprocess._FILE", "line": 24, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}]}}}, "_S": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "subprocess._S", "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "subprocess._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_TXT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "subprocess._TXT", "line": 25, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "subprocess.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "subprocess.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "subprocess.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "subprocess.__package__", "name": "__package__", "type": "builtins.str"}}, "call": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout"], "flags": [], "fullname": "subprocess.call", "name": "call", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "call", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "check_call": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout"], "flags": [], "fullname": "subprocess.check_call", "name": "check_call", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_call", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "check_output": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "subprocess.check_output", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 3], "arg_names": ["args", "bufsize", "executable", "stdin", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout", "input", "encoding", "errors", "text"], "flags": ["is_overload", "is_decorated"], "fullname": "subprocess.check_output", "name": "check_output", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 3], "arg_names": ["args", "bufsize", "executable", "stdin", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout", "input", "encoding", "errors", "text"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_output", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "check_output", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 3, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout", "input", "encoding", "errors", "text"], "flags": ["is_overload", "is_decorated"], "fullname": "subprocess.check_output", "name": "check_output", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 3, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout", "input", "encoding", "errors", "text"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_output", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "check_output", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 3, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout", "input", "encoding", "errors", "text"], "flags": ["is_overload", "is_decorated"], "fullname": "subprocess.check_output", "name": "check_output", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 3, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout", "input", "encoding", "errors", "text"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_output", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "check_output", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout", "input", "encoding", "errors", "text"], "flags": ["is_overload", "is_decorated"], "fullname": "subprocess.check_output", "name": "check_output", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout", "input", "encoding", "errors", "text"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_output", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "check_output", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout", "input", "encoding", "errors", "text"], "flags": ["is_overload", "is_decorated"], "fullname": "subprocess.check_output", "name": "check_output", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout", "input", "encoding", "errors", "text"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_output", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "check_output", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout", "input", "encoding", "errors", "text"], "flags": ["is_overload", "is_decorated"], "fullname": "subprocess.check_output", "name": "check_output", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout", "input", "encoding", "errors", "text"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_output", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "check_output", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 3], "arg_names": ["args", "bufsize", "executable", "stdin", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout", "input", "encoding", "errors", "text"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_output", "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 3, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout", "input", "encoding", "errors", "text"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_output", "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 3, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout", "input", "encoding", "errors", "text"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_output", "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout", "input", "encoding", "errors", "text"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_output", "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout", "input", "encoding", "errors", "text"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_output", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "timeout", "input", "encoding", "errors", "text"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_output", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "getoutput": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cmd"], "flags": [], "fullname": "subprocess.getoutput", "name": "getoutput", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cmd"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._TXT"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getoutput", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getstatusoutput": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cmd"], "flags": [], "fullname": "subprocess.getstatusoutput", "name": "getstatusoutput", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cmd"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._TXT"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getstatusoutput", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "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_guard": null, "variables": []}}}, "list2cmdline": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["seq"], "flags": [], "fullname": "subprocess.list2cmdline", "name": "list2cmdline", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["seq"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "list2cmdline", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "run": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "subprocess.run", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 5, 3, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "capture_output", "check", "encoding", "errors", "input", "text", "timeout"], "flags": ["is_overload", "is_decorated"], "fullname": "subprocess.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 5, 3, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "capture_output", "check", "encoding", "errors", "input", "text", "timeout"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "subprocess.CompletedProcess"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "run", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 3, 5, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "capture_output", "check", "encoding", "errors", "input", "text", "timeout"], "flags": ["is_overload", "is_decorated"], "fullname": "subprocess.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 3, 5, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "capture_output", "check", "encoding", "errors", "input", "text", "timeout"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool", "builtins.bool", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "subprocess.CompletedProcess"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "run", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 3, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "capture_output", "check", "encoding", "errors", "input", "text", "timeout"], "flags": ["is_overload", "is_decorated"], "fullname": "subprocess.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 3, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "capture_output", "check", "encoding", "errors", "input", "text", "timeout"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "subprocess.CompletedProcess"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "run", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "capture_output", "check", "encoding", "errors", "input", "text", "timeout"], "flags": ["is_overload", "is_decorated"], "fullname": "subprocess.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "capture_output", "check", "encoding", "errors", "input", "text", "timeout"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "subprocess.CompletedProcess"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "run", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "capture_output", "check", "encoding", "errors", "input", "text", "timeout"], "flags": ["is_overload", "is_decorated"], "fullname": "subprocess.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "capture_output", "check", "encoding", "errors", "input", "text", "timeout"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool", "builtins.bool", {".class": "NoneType"}, {".class": "NoneType"}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "subprocess.CompletedProcess"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "run", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "capture_output", "check", "encoding", "errors", "input", "text", "timeout"], "flags": ["is_overload", "is_decorated"], "fullname": "subprocess.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "capture_output", "check", "encoding", "errors", "input", "text", "timeout"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "subprocess.CompletedProcess"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "run", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 5, 3, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "capture_output", "check", "encoding", "errors", "input", "text", "timeout"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "subprocess.CompletedProcess"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 3, 5, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "capture_output", "check", "encoding", "errors", "input", "text", "timeout"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool", "builtins.bool", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "subprocess.CompletedProcess"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 3, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "capture_output", "check", "encoding", "errors", "input", "text", "timeout"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "subprocess.CompletedProcess"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "capture_output", "check", "encoding", "errors", "input", "text", "timeout"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "subprocess.CompletedProcess"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "capture_output", "check", "encoding", "errors", "input", "text", "timeout"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool", "builtins.bool", {".class": "NoneType"}, {".class": "NoneType"}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "subprocess.CompletedProcess"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["args", "bufsize", "executable", "stdin", "stdout", "stderr", "preexec_fn", "close_fds", "shell", "cwd", "env", "universal_newlines", "startupinfo", "creationflags", "restore_signals", "start_new_session", "pass_fds", "capture_output", "check", "encoding", "errors", "input", "text", "timeout"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "subprocess._CMD"}, "builtins.int", {".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"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "TypeAliasType", "args": [], "type_ref": "subprocess._FILE"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}, "builtins.bool", "builtins.bool", {".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"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "subprocess.CompletedProcess"}, "type_guard": null, "variables": []}]}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/subprocess.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/subprocess.meta.json b/.mypy_cache/3.9/subprocess.meta.json deleted file mode 100644 index 798da0aea..000000000 --- a/.mypy_cache/3.9/subprocess.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000169, "dep_lines": [1, 2, 3, 4, 5, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 5, 30, 30], "dependencies": ["sys", "_typeshed", "types", "typing", "typing_extensions", "builtins", "abc", "os"], "hash": "72f4702fd5f0a5de805055c9d696dade56764a2944eef99cba8789a6a967d23f", "id": "subprocess", "ignore_all": true, "interface_hash": "7bdacd997a3b2d8bdcc651dbc1c10fdde7304ea5929012a9a873965f7103cf4f", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/subprocess.pyi", "plugin_data": null, "size": 34838, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/sys.data.json b/.mypy_cache/3.9/sys.data.json deleted file mode 100644 index 05085c0c1..000000000 --- a/.mypy_cache/3.9/sys.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "sys", "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}, "AsyncGenerator": {".class": "SymbolTableNode", "cross_ref": "typing.AsyncGenerator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "FrameType": {".class": "SymbolTableNode", "cross_ref": "types.FrameType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Loader": {".class": "SymbolTableNode", "cross_ref": "importlib.abc.Loader", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ModuleSpec": {".class": "SymbolTableNode", "cross_ref": "importlib.machinery.ModuleSpec", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ModuleType": {".class": "SymbolTableNode", "cross_ref": "types.ModuleType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PathEntryFinder": {".class": "SymbolTableNode", "cross_ref": "importlib.abc.PathEntryFinder", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing.Protocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TextIO": {".class": "SymbolTableNode", "cross_ref": "typing.TextIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "UnraisableHookArgs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sys.UnraisableHookArgs", "name": "UnraisableHookArgs", "type_vars": []}, "flags": [], "fullname": "sys.UnraisableHookArgs", "metaclass_type": null, "metadata": {}, "module_name": "sys", "mro": ["sys.UnraisableHookArgs", "builtins.object"], "names": {".class": "SymbolTable", "err_msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys.UnraisableHookArgs.err_msg", "name": "err_msg", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "exc_traceback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys.UnraisableHookArgs.exc_traceback", "name": "exc_traceback", "type": {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}}}, "exc_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys.UnraisableHookArgs.exc_type", "name": "exc_type", "type": {".class": "TypeType", "item": "builtins.BaseException"}}}, "exc_value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys.UnraisableHookArgs.exc_value", "name": "exc_value", "type": {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}}}, "object": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys.UnraisableHookArgs.object", "name": "object", "type": {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_AsyncgenHook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "sys._AsyncgenHook", "line": 238, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.AsyncGenerator"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}}}, "_ExcInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "sys._ExcInfo", "line": 27, "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"}}}}, "_MetaPathFinder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sys._MetaPathFinder", "name": "_MetaPathFinder", "type_vars": []}, "flags": ["is_protocol"], "fullname": "sys._MetaPathFinder", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "sys", "mro": ["sys._MetaPathFinder", "builtins.object"], "names": {".class": "SymbolTable", "find_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fullname", "path"], "flags": [], "fullname": "sys._MetaPathFinder.find_module", "name": "find_module", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fullname", "path"], "arg_types": ["sys._MetaPathFinder", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_module of _MetaPathFinder", "ret_type": {".class": "UnionType", "items": ["importlib.abc.Loader", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "find_spec": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "fullname", "path", "target"], "flags": [], "fullname": "sys._MetaPathFinder.find_spec", "name": "find_spec", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "fullname", "path", "target"], "arg_types": ["sys._MetaPathFinder", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_spec of _MetaPathFinder", "ret_type": {".class": "UnionType", "items": ["importlib.machinery.ModuleSpec", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_OptExcInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "sys._OptExcInfo", "line": 28, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "sys._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"}}]}}}, "_PathSequence": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "sys._PathSequence", "line": 29, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}], "type_ref": "typing.Sequence"}}}, "_ProfileFunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "sys._ProfileFunc", "line": 183, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["types.FrameType", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "sys._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_TraceFunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "sys._TraceFunc", "line": 188, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["types.FrameType", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["types.FrameType", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_WinVersion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sys._WinVersion", "name": "_WinVersion", "type_vars": []}, "flags": [], "fullname": "sys._WinVersion", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "sys", "mro": ["sys._WinVersion", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "build": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._WinVersion.build", "name": "build", "type": "builtins.int"}}, "major": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._WinVersion.major", "name": "major", "type": "builtins.int"}}, "minor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._WinVersion.minor", "name": "minor", "type": "builtins.int"}}, "platform": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._WinVersion.platform", "name": "platform", "type": "builtins.int"}}, "platform_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._WinVersion.platform_version", "name": "platform_version", "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"}}}}, "product_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._WinVersion.product_type", "name": "product_type", "type": "builtins.int"}}, "service_pack": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._WinVersion.service_pack", "name": "service_pack", "type": "builtins.str"}}, "service_pack_major": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._WinVersion.service_pack_major", "name": "service_pack_major", "type": "builtins.int"}}, "service_pack_minor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._WinVersion.service_pack_minor", "name": "service_pack_minor", "type": "builtins.int"}}, "suite_mast": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._WinVersion.suite_mast", "name": "suite_mast", "type": "builtins.int"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.int", "builtins.int", "builtins.int", "builtins.int", {".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"}}], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "__breakpointhook__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.__breakpointhook__", "name": "__breakpointhook__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "__displayhook__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["value"], "flags": [], "fullname": "sys.__displayhook__", "name": "__displayhook__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["value"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__displayhook__", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__excepthook__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["type_", "value", "traceback"], "flags": [], "fullname": "sys.__excepthook__", "name": "__excepthook__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["type_", "value", "traceback"], "arg_types": [{".class": "TypeType", "item": "builtins.BaseException"}, "builtins.BaseException", "types.TracebackType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__excepthook__", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.__package__", "name": "__package__", "type": "builtins.str"}}, "__stderr__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.__stderr__", "name": "__stderr__", "type": "typing.TextIO"}}, "__stdin__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.__stdin__", "name": "__stdin__", "type": "typing.TextIO"}}, "__stdout__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.__stdout__", "name": "__stdout__", "type": "typing.TextIO"}}, "_asyncgen_hooks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.AsyncGenerator"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sys._asyncgen_hooks", "name": "_asyncgen_hooks", "type_vars": []}, "flags": [], "fullname": "sys._asyncgen_hooks", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "sys", "mro": ["sys._asyncgen_hooks", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "finalizer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._asyncgen_hooks.finalizer", "name": "finalizer", "type": {".class": "TypeAliasType", "args": [], "type_ref": "sys._AsyncgenHook"}}}, "firstiter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._asyncgen_hooks.firstiter", "name": "firstiter", "type": {".class": "TypeAliasType", "args": [], "type_ref": "sys._AsyncgenHook"}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "sys._AsyncgenHook"}, {".class": "TypeAliasType", "args": [], "type_ref": "sys._AsyncgenHook"}], "partial_fallback": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.AsyncGenerator"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "_clear_type_cache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "sys._clear_type_cache", "name": "_clear_type_cache", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_clear_type_cache", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_current_frames": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "sys._current_frames", "name": "_current_frames", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_current_frames", "ret_type": {".class": "Instance", "args": ["builtins.int", "types.FrameType"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "_debugmallocstats": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "sys._debugmallocstats", "name": "_debugmallocstats", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_debugmallocstats", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_flags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sys._flags", "name": "_flags", "type_vars": []}, "flags": [], "fullname": "sys._flags", "metaclass_type": null, "metadata": {}, "module_name": "sys", "mro": ["sys._flags", "builtins.object"], "names": {".class": "SymbolTable", "bytes_warning": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._flags.bytes_warning", "name": "bytes_warning", "type": "builtins.int"}}, "debug": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._flags.debug", "name": "debug", "type": "builtins.int"}}, "dev_mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._flags.dev_mode", "name": "dev_mode", "type": "builtins.int"}}, "division_warning": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._flags.division_warning", "name": "division_warning", "type": "builtins.int"}}, "dont_write_bytecode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._flags.dont_write_bytecode", "name": "dont_write_bytecode", "type": "builtins.int"}}, "hash_randomization": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._flags.hash_randomization", "name": "hash_randomization", "type": "builtins.int"}}, "ignore_environment": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._flags.ignore_environment", "name": "ignore_environment", "type": "builtins.int"}}, "inspect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._flags.inspect", "name": "inspect", "type": "builtins.int"}}, "interactive": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._flags.interactive", "name": "interactive", "type": "builtins.int"}}, "no_site": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._flags.no_site", "name": "no_site", "type": "builtins.int"}}, "no_user_site": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._flags.no_user_site", "name": "no_user_site", "type": "builtins.int"}}, "optimize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._flags.optimize", "name": "optimize", "type": "builtins.int"}}, "quiet": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._flags.quiet", "name": "quiet", "type": "builtins.int"}}, "utf8_mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._flags.utf8_mode", "name": "utf8_mode", "type": "builtins.int"}}, "verbose": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._flags.verbose", "name": "verbose", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_float_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sys._float_info", "name": "_float_info", "type_vars": []}, "flags": [], "fullname": "sys._float_info", "metaclass_type": null, "metadata": {}, "module_name": "sys", "mro": ["sys._float_info", "builtins.object"], "names": {".class": "SymbolTable", "dig": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._float_info.dig", "name": "dig", "type": "builtins.int"}}, "epsilon": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._float_info.epsilon", "name": "epsilon", "type": "builtins.float"}}, "mant_dig": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._float_info.mant_dig", "name": "mant_dig", "type": "builtins.int"}}, "max": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._float_info.max", "name": "max", "type": "builtins.float"}}, "max_10_exp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._float_info.max_10_exp", "name": "max_10_exp", "type": "builtins.int"}}, "max_exp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._float_info.max_exp", "name": "max_exp", "type": "builtins.int"}}, "min": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._float_info.min", "name": "min", "type": "builtins.float"}}, "min_10_exp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._float_info.min_10_exp", "name": "min_10_exp", "type": "builtins.int"}}, "min_exp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._float_info.min_exp", "name": "min_exp", "type": "builtins.int"}}, "radix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._float_info.radix", "name": "radix", "type": "builtins.int"}}, "rounds": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._float_info.rounds", "name": "rounds", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_getframe": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["__depth"], "flags": [], "fullname": "sys._getframe", "name": "_getframe", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_getframe", "ret_type": "types.FrameType", "type_guard": null, "variables": []}}}, "_hash_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sys._hash_info", "name": "_hash_info", "type_vars": []}, "flags": [], "fullname": "sys._hash_info", "metaclass_type": null, "metadata": {}, "module_name": "sys", "mro": ["sys._hash_info", "builtins.object"], "names": {".class": "SymbolTable", "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._hash_info.imag", "name": "imag", "type": "builtins.int"}}, "inf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._hash_info.inf", "name": "inf", "type": "builtins.int"}}, "modulus": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._hash_info.modulus", "name": "modulus", "type": "builtins.int"}}, "nan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._hash_info.nan", "name": "nan", "type": "builtins.int"}}, "width": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._hash_info.width", "name": "width", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_implementation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sys._implementation", "name": "_implementation", "type_vars": []}, "flags": [], "fullname": "sys._implementation", "metaclass_type": null, "metadata": {}, "module_name": "sys", "mro": ["sys._implementation", "builtins.object"], "names": {".class": "SymbolTable", "cache_tag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._implementation.cache_tag", "name": "cache_tag", "type": "builtins.str"}}, "hexversion": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._implementation.hexversion", "name": "hexversion", "type": "builtins.int"}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._implementation.name", "name": "name", "type": "builtins.str"}}, "version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._implementation.version", "name": "version", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.int"], "partial_fallback": "sys._version_info"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_int_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sys._int_info", "name": "_int_info", "type_vars": []}, "flags": [], "fullname": "sys._int_info", "metaclass_type": null, "metadata": {}, "module_name": "sys", "mro": ["sys._int_info", "builtins.object"], "names": {".class": "SymbolTable", "bits_per_digit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._int_info.bits_per_digit", "name": "bits_per_digit", "type": "builtins.int"}}, "sizeof_digit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._int_info.sizeof_digit", "name": "sizeof_digit", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_object": {".class": "SymbolTableNode", "cross_ref": "builtins.object", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_version_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sys._version_info", "name": "_version_info", "type_vars": []}, "flags": [], "fullname": "sys._version_info", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "sys", "mro": ["sys._version_info", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "major": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._version_info.major", "name": "major", "type": "builtins.int"}}, "micro": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._version_info.micro", "name": "micro", "type": "builtins.int"}}, "minor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._version_info.minor", "name": "minor", "type": "builtins.int"}}, "releaselevel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._version_info.releaselevel", "name": "releaselevel", "type": "builtins.str"}}, "serial": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sys._version_info.serial", "name": "serial", "type": "builtins.int"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "_xoptions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys._xoptions", "name": "_xoptions", "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"}}}, "abiflags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.abiflags", "name": "abiflags", "type": "builtins.str"}}, "addaudithook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["hook"], "flags": [], "fullname": "sys.addaudithook", "name": "addaudithook", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["hook"], "arg_types": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addaudithook", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "api_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.api_version", "name": "api_version", "type": "builtins.int"}}, "argv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.argv", "name": "argv", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "audit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["__event", "args"], "flags": [], "fullname": "sys.audit", "name": "audit", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": [null, "args"], "arg_types": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "audit", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "base_exec_prefix": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.base_exec_prefix", "name": "base_exec_prefix", "type": "builtins.str"}}, "base_prefix": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.base_prefix", "name": "base_prefix", "type": "builtins.str"}}, "breakpointhook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "flags": [], "fullname": "sys.breakpointhook", "name": "breakpointhook", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "breakpointhook", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "builtin_module_names": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.builtin_module_names", "name": "builtin_module_names", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}}}, "byteorder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.byteorder", "name": "byteorder", "type": "builtins.str"}}, "call_tracing": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__func", "__args"], "flags": [], "fullname": "sys.call_tracing", "name": "call_tracing", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "sys._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "call_tracing", "ret_type": {".class": "TypeVarType", "fullname": "sys._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "sys._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "copyright": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.copyright", "name": "copyright", "type": "builtins.str"}}, "displayhook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.displayhook", "name": "displayhook", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": []}}}, "dont_write_bytecode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.dont_write_bytecode", "name": "dont_write_bytecode", "type": "builtins.bool"}}, "exc_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "sys.exc_info", "name": "exc_info", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exc_info", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "sys._OptExcInfo"}, "type_guard": null, "variables": []}}}, "excepthook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.excepthook", "name": "excepthook", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "TypeType", "item": "builtins.BaseException"}, "builtins.BaseException", "types.TracebackType"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": []}}}, "exec_prefix": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.exec_prefix", "name": "exec_prefix", "type": "builtins.str"}}, "executable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.executable", "name": "executable", "type": "builtins.str"}}, "exit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["__status"], "flags": [], "fullname": "sys.exit", "name": "exit", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": [null], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exit", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "flags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.flags", "name": "flags", "type": "sys._flags"}}, "float_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.float_info", "name": "float_info", "type": "sys._float_info"}}, "float_repr_style": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.float_repr_style", "name": "float_repr_style", "type": "builtins.str"}}, "get_asyncgen_hooks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "sys.get_asyncgen_hooks", "name": "get_asyncgen_hooks", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_asyncgen_hooks", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "sys._AsyncgenHook"}, {".class": "TypeAliasType", "args": [], "type_ref": "sys._AsyncgenHook"}], "partial_fallback": "sys._asyncgen_hooks"}, "type_guard": null, "variables": []}}}, "getdefaultencoding": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "sys.getdefaultencoding", "name": "getdefaultencoding", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getdefaultencoding", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getdlopenflags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "sys.getdlopenflags", "name": "getdlopenflags", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getdlopenflags", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getfilesystemencodeerrors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "sys.getfilesystemencodeerrors", "name": "getfilesystemencodeerrors", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfilesystemencodeerrors", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getfilesystemencoding": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "sys.getfilesystemencoding", "name": "getfilesystemencoding", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfilesystemencoding", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getprofile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "sys.getprofile", "name": "getprofile", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getprofile", "ret_type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["types.FrameType", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "getrecursionlimit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "sys.getrecursionlimit", "name": "getrecursionlimit", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getrecursionlimit", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getrefcount": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__object"], "flags": [], "fullname": "sys.getrefcount", "name": "getrefcount", "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", "implicit": false, "is_ellipsis_args": false, "name": "getrefcount", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getsizeof": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "sys.getsizeof", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": ["is_overload", "is_decorated"], "fullname": "sys.getsizeof", "name": "getsizeof", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getsizeof", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getsizeof", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["obj", "default"], "flags": ["is_overload", "is_decorated"], "fullname": "sys.getsizeof", "name": "getsizeof", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["obj", "default"], "arg_types": ["builtins.object", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getsizeof", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getsizeof", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getsizeof", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["obj", "default"], "arg_types": ["builtins.object", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getsizeof", "ret_type": "builtins.int", "type_guard": null, "variables": []}]}}}, "getswitchinterval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "sys.getswitchinterval", "name": "getswitchinterval", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getswitchinterval", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "gettotalrefcount": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "sys.gettotalrefcount", "name": "gettotalrefcount", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gettotalrefcount", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "gettrace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "sys.gettrace", "name": "gettrace", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gettrace", "ret_type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["types.FrameType", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["types.FrameType", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "hash_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.hash_info", "name": "hash_info", "type": "sys._hash_info"}}, "hexversion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.hexversion", "name": "hexversion", "type": "builtins.int"}}, "implementation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.implementation", "name": "implementation", "type": "sys._implementation"}}, "int_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.int_info", "name": "int_info", "type": "sys._int_info"}}, "intern": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__string"], "flags": [], "fullname": "sys.intern", "name": "intern", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "intern", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "is_finalizing": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "sys.is_finalizing", "name": "is_finalizing", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_finalizing", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "last_traceback": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.last_traceback", "name": "last_traceback", "type": {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}}}, "last_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.last_type", "name": "last_type", "type": {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "NoneType"}]}}}, "last_value": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.last_value", "name": "last_value", "type": {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}}}, "maxsize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.maxsize", "name": "maxsize", "type": "builtins.int"}}, "maxunicode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.maxunicode", "name": "maxunicode", "type": "builtins.int"}}, "meta_path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.meta_path", "name": "meta_path", "type": {".class": "Instance", "args": ["sys._MetaPathFinder"], "type_ref": "builtins.list"}}}, "modules": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.modules", "name": "modules", "type": {".class": "Instance", "args": ["builtins.str", "types.ModuleType"], "type_ref": "builtins.dict"}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.path", "name": "path", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "path_hooks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.path_hooks", "name": "path_hooks", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}}}, "path_importer_cache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.path_importer_cache", "name": "path_importer_cache", "type": {".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["importlib.abc.PathEntryFinder", {".class": "NoneType"}]}], "type_ref": "builtins.dict"}}}, "platform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.platform", "name": "platform", "type": "builtins.str"}}, "platlibdir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.platlibdir", "name": "platlibdir", "type": "builtins.str"}}, "prefix": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.prefix", "name": "prefix", "type": "builtins.str"}}, "ps1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.ps1", "name": "ps1", "type": "builtins.str"}}, "ps2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.ps2", "name": "ps2", "type": "builtins.str"}}, "pycache_prefix": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.pycache_prefix", "name": "pycache_prefix", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "set_asyncgen_hooks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1], "arg_names": ["firstiter", "finalizer"], "flags": [], "fullname": "sys.set_asyncgen_hooks", "name": "set_asyncgen_hooks", "type": {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["firstiter", "finalizer"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "sys._AsyncgenHook"}, {".class": "TypeAliasType", "args": [], "type_ref": "sys._AsyncgenHook"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_asyncgen_hooks", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setdlopenflags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__flags"], "flags": [], "fullname": "sys.setdlopenflags", "name": "setdlopenflags", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setdlopenflags", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setprofile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["profilefunc"], "flags": [], "fullname": "sys.setprofile", "name": "setprofile", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["profilefunc"], "arg_types": [{".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["types.FrameType", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setprofile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setrecursionlimit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__limit"], "flags": [], "fullname": "sys.setrecursionlimit", "name": "setrecursionlimit", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setrecursionlimit", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setswitchinterval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__interval"], "flags": [], "fullname": "sys.setswitchinterval", "name": "setswitchinterval", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setswitchinterval", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "settrace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tracefunc"], "flags": [], "fullname": "sys.settrace", "name": "settrace", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tracefunc"], "arg_types": [{".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["types.FrameType", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["types.FrameType", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "settrace", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "stderr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.stderr", "name": "stderr", "type": "typing.TextIO"}}, "stdin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.stdin", "name": "stdin", "type": "typing.TextIO"}}, "stdout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.stdout", "name": "stdout", "type": "typing.TextIO"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "tracebacklimit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.tracebacklimit", "name": "tracebacklimit", "type": "builtins.int"}}, "unraisablehook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.unraisablehook", "name": "unraisablehook", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["sys.UnraisableHookArgs"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": []}}}, "version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.version", "name": "version", "type": "builtins.str"}}, "version_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.version_info", "name": "version_info", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.int"], "partial_fallback": "sys._version_info"}}}, "warnoptions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sys.warnoptions", "name": "warnoptions", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/sys.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/sys.meta.json b/.mypy_cache/3.9/sys.meta.json deleted file mode 100644 index 9ebed49c7..000000000 --- a/.mypy_cache/3.9/sys.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [2, 3, 4, 5, 6, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 30, 30], "dependencies": ["builtins", "importlib.abc", "importlib.machinery", "types", "typing", "abc", "importlib"], "hash": "f12c8ad5bb5e9e051fd667bb1e919f11eeef0fe6e7e6ea18175c37f2ad75ddb9", "id": "sys", "ignore_all": true, "interface_hash": "dd50b6c838e6af2b90bc3cbf76d11f7126ae0b01c85e4bef5600283bc13d3b65", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/sys.pyi", "plugin_data": null, "size": 6810, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/sysconfig.data.json b/.mypy_cache/3.9/sysconfig.data.json deleted file mode 100644 index 6e352d9d8..000000000 --- a/.mypy_cache/3.9/sysconfig.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "sysconfig", "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}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sysconfig.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sysconfig.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sysconfig.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sysconfig.__package__", "name": "__package__", "type": "builtins.str"}}, "get_config_h_filename": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "sysconfig.get_config_h_filename", "name": "get_config_h_filename", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_config_h_filename", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "get_config_var": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "sysconfig.get_config_var", "name": "get_config_var", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_config_var", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "get_config_vars": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "sysconfig.get_config_vars", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_overload", "is_decorated"], "fullname": "sysconfig.get_config_vars", "name": "get_config_vars", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_config_vars", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_config_vars", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["arg", "args"], "flags": ["is_overload", "is_decorated"], "fullname": "sysconfig.get_config_vars", "name": "get_config_vars", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["arg", "args"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_config_vars", "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_config_vars", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_config_vars", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["arg", "args"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_config_vars", "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": []}]}}}, "get_makefile_filename": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "sysconfig.get_makefile_filename", "name": "get_makefile_filename", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_makefile_filename", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "get_path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["name", "scheme", "vars", "expand"], "flags": [], "fullname": "sysconfig.get_path", "name": "get_path", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["name", "scheme", "vars", "expand"], "arg_types": ["builtins.str", "builtins.str", {".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"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_path", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "get_path_names": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "sysconfig.get_path_names", "name": "get_path_names", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_path_names", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "get_paths": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1], "arg_names": ["scheme", "vars", "expand"], "flags": [], "fullname": "sysconfig.get_paths", "name": "get_paths", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1], "arg_names": ["scheme", "vars", "expand"], "arg_types": ["builtins.str", {".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"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_paths", "ret_type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "get_platform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "sysconfig.get_platform", "name": "get_platform", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_platform", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "get_python_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "sysconfig.get_python_version", "name": "get_python_version", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_python_version", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "get_scheme_names": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "sysconfig.get_scheme_names", "name": "get_scheme_names", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_scheme_names", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "is_python_build": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["check_home"], "flags": [], "fullname": "sysconfig.is_python_build", "name": "is_python_build", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["check_home"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_python_build", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "parse_config_h": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["fp", "vars"], "flags": [], "fullname": "sysconfig.parse_config_h", "name": "parse_config_h", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["fp", "vars"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, {".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"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_config_h", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/sysconfig.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/sysconfig.meta.json b/.mypy_cache/3.9/sysconfig.meta.json deleted file mode 100644 index 4c4f1a2fc..000000000 --- a/.mypy_cache/3.9/sysconfig.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1], "dep_prios": [5, 5], "dependencies": ["typing", "builtins"], "hash": "b3e79f7aaa59c808b259ad96bca250e8b74a2c247449a8f1f3c358e12bcba602", "id": "sysconfig", "ignore_all": true, "interface_hash": "40baf79a947f64771ede7369e22e14229c7df923f2dbaa361f6acc47723011b8", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/sysconfig.pyi", "plugin_data": null, "size": 871, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/tarfile.data.json b/.mypy_cache/3.9/tarfile.data.json deleted file mode 100644 index f882c21b2..000000000 --- a/.mypy_cache/3.9/tarfile.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "tarfile", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AREGTYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.AREGTYPE", "name": "AREGTYPE", "type": "builtins.bytes"}}, "AnyPath": {".class": "SymbolTableNode", "cross_ref": "_typeshed.AnyPath", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BLKTYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.BLKTYPE", "name": "BLKTYPE", "type": "builtins.bytes"}}, "BLOCKSIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.BLOCKSIZE", "name": "BLOCKSIZE", "type": "builtins.int"}}, "CHRTYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.CHRTYPE", "name": "CHRTYPE", "type": "builtins.bytes"}}, "CONTTYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.CONTTYPE", "name": "CONTTYPE", "type": "builtins.bytes"}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "CompressionError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["tarfile.TarError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "tarfile.CompressionError", "name": "CompressionError", "type_vars": []}, "flags": [], "fullname": "tarfile.CompressionError", "metaclass_type": null, "metadata": {}, "module_name": "tarfile", "mro": ["tarfile.CompressionError", "tarfile.TarError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DEFAULT_FORMAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.DEFAULT_FORMAT", "name": "DEFAULT_FORMAT", "type": "builtins.int"}}, "DIRTYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.DIRTYPE", "name": "DIRTYPE", "type": "builtins.bytes"}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ENCODING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.ENCODING", "name": "ENCODING", "type": "builtins.str"}}, "ExFileObject": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["io.BufferedReader"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "tarfile.ExFileObject", "name": "ExFileObject", "type_vars": []}, "flags": [], "fullname": "tarfile.ExFileObject", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "tarfile", "mro": ["tarfile.ExFileObject", "io.BufferedReader", "io.BufferedIOBase", "io.IOBase", "typing.BinaryIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tarfile", "tarinfo"], "flags": [], "fullname": "tarfile.ExFileObject.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tarfile", "tarinfo"], "arg_types": ["tarfile.ExFileObject", "tarfile.TarFile", "tarfile.TarInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ExFileObject", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ExtractError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["tarfile.TarError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "tarfile.ExtractError", "name": "ExtractError", "type_vars": []}, "flags": [], "fullname": "tarfile.ExtractError", "metaclass_type": null, "metadata": {}, "module_name": "tarfile", "mro": ["tarfile.ExtractError", "tarfile.TarError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FIFOTYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.FIFOTYPE", "name": "FIFOTYPE", "type": "builtins.bytes"}}, "GNUTYPE_LONGLINK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.GNUTYPE_LONGLINK", "name": "GNUTYPE_LONGLINK", "type": "builtins.bytes"}}, "GNUTYPE_LONGNAME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.GNUTYPE_LONGNAME", "name": "GNUTYPE_LONGNAME", "type": "builtins.bytes"}}, "GNUTYPE_SPARSE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.GNUTYPE_SPARSE", "name": "GNUTYPE_SPARSE", "type": "builtins.bytes"}}, "GNU_FORMAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.GNU_FORMAT", "name": "GNU_FORMAT", "type": "builtins.int"}}, "GNU_MAGIC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.GNU_MAGIC", "name": "GNU_MAGIC", "type": "builtins.bytes"}}, "GNU_TYPES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.GNU_TYPES", "name": "GNU_TYPES", "type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}}, "HeaderError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["tarfile.TarError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "tarfile.HeaderError", "name": "HeaderError", "type_vars": []}, "flags": [], "fullname": "tarfile.HeaderError", "metaclass_type": null, "metadata": {}, "module_name": "tarfile", "mro": ["tarfile.HeaderError", "tarfile.TarError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "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}, "LENGTH_LINK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.LENGTH_LINK", "name": "LENGTH_LINK", "type": "builtins.int"}}, "LENGTH_NAME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.LENGTH_NAME", "name": "LENGTH_NAME", "type": "builtins.int"}}, "LENGTH_PREFIX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.LENGTH_PREFIX", "name": "LENGTH_PREFIX", "type": "builtins.int"}}, "LNKTYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.LNKTYPE", "name": "LNKTYPE", "type": "builtins.bytes"}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NUL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.NUL", "name": "NUL", "type": "builtins.bytes"}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PAX_FIELDS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.PAX_FIELDS", "name": "PAX_FIELDS", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}}, "PAX_FORMAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.PAX_FORMAT", "name": "PAX_FORMAT", "type": "builtins.int"}}, "PAX_NAME_FIELDS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.PAX_NAME_FIELDS", "name": "PAX_NAME_FIELDS", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "PAX_NUMBER_FIELDS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.PAX_NUMBER_FIELDS", "name": "PAX_NUMBER_FIELDS", "type": {".class": "Instance", "args": ["builtins.str", "builtins.type"], "type_ref": "builtins.dict"}}}, "POSIX_MAGIC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.POSIX_MAGIC", "name": "POSIX_MAGIC", "type": "builtins.bytes"}}, "RECORDSIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.RECORDSIZE", "name": "RECORDSIZE", "type": "builtins.int"}}, "REGTYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.REGTYPE", "name": "REGTYPE", "type": "builtins.bytes"}}, "REGULAR_TYPES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.REGULAR_TYPES", "name": "REGULAR_TYPES", "type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}}, "ReadError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["tarfile.TarError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "tarfile.ReadError", "name": "ReadError", "type_vars": []}, "flags": [], "fullname": "tarfile.ReadError", "metaclass_type": null, "metadata": {}, "module_name": "tarfile", "mro": ["tarfile.ReadError", "tarfile.TarError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SOLARIS_XHDTYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.SOLARIS_XHDTYPE", "name": "SOLARIS_XHDTYPE", "type": "builtins.bytes"}}, "SUPPORTED_TYPES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.SUPPORTED_TYPES", "name": "SUPPORTED_TYPES", "type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}}, "SYMTYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.SYMTYPE", "name": "SYMTYPE", "type": "builtins.bytes"}}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef", "module_hidden": true, "module_public": false}, "StrPath": {".class": "SymbolTableNode", "cross_ref": "_typeshed.StrPath", "kind": "Gdef", "module_hidden": true, "module_public": false}, "StreamError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["tarfile.TarError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "tarfile.StreamError", "name": "StreamError", "type_vars": []}, "flags": [], "fullname": "tarfile.StreamError", "metaclass_type": null, "metadata": {}, "module_name": "tarfile", "mro": ["tarfile.StreamError", "tarfile.TarError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TarError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "tarfile.TarError", "name": "TarError", "type_vars": []}, "flags": [], "fullname": "tarfile.TarError", "metaclass_type": null, "metadata": {}, "module_name": "tarfile", "mro": ["tarfile.TarError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TarFile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["tarfile.TarInfo"], "type_ref": "typing.Iterable"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "tarfile.TarFile", "name": "TarFile", "type_vars": []}, "flags": [], "fullname": "tarfile.TarFile", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "tarfile", "mro": ["tarfile.TarFile", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "OPEN_METH": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarFile.OPEN_METH", "name": "OPEN_METH", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}}}, "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tarfile.TarFile.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["tarfile.TarFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of TarFile", "ret_type": "tarfile.TarFile", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "tarfile.TarFile.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["tarfile.TarFile", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of TarFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "mode", "fileobj", "format", "tarinfo", "dereference", "ignore_zeros", "encoding", "errors", "pax_headers", "debug", "errorlevel", "copybufsize"], "flags": [], "fullname": "tarfile.TarFile.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "mode", "fileobj", "format", "tarinfo", "dereference", "ignore_zeros", "encoding", "errors", "pax_headers", "debug", "errorlevel", "copybufsize"], "arg_types": ["tarfile.TarFile", {".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"}, {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "tarfile.TarInfo"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TarFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tarfile.TarFile.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["tarfile.TarFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of TarFile", "ret_type": {".class": "Instance", "args": ["tarfile.TarInfo"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["self", "name", "arcname", "recursive", "filter"], "flags": [], "fullname": "tarfile.TarFile.add", "name": "add", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["self", "name", "arcname", "recursive", "filter"], "arg_types": ["tarfile.TarFile", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["tarfile.TarInfo"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["tarfile.TarInfo", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add of TarFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "addfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tarinfo", "fileobj"], "flags": [], "fullname": "tarfile.TarFile.addfile", "name": "addfile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tarinfo", "fileobj"], "arg_types": ["tarfile.TarFile", "tarfile.TarInfo", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addfile of TarFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "bz2open": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "name", "mode", "fileobj", "compresslevel", "format", "tarinfo", "dereference", "ignore_zeros", "encoding", "pax_headers", "debug", "errorlevel"], "flags": ["is_class", "is_decorated"], "fullname": "tarfile.TarFile.bz2open", "name": "bz2open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "name", "mode", "fileobj", "compresslevel", "format", "tarinfo", "dereference", "ignore_zeros", "encoding", "pax_headers", "debug", "errorlevel"], "arg_types": [{".class": "TypeType", "item": "tarfile.TarFile"}, {".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"}, {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "tarfile.TarInfo"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bz2open of TarFile", "ret_type": "tarfile.TarFile", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "bz2open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "name", "mode", "fileobj", "compresslevel", "format", "tarinfo", "dereference", "ignore_zeros", "encoding", "pax_headers", "debug", "errorlevel"], "arg_types": [{".class": "TypeType", "item": "tarfile.TarFile"}, {".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"}, {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "tarfile.TarInfo"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bz2open of TarFile", "ret_type": "tarfile.TarFile", "type_guard": null, "variables": []}}}}, "chmod": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tarinfo", "targetpath"], "flags": [], "fullname": "tarfile.TarFile.chmod", "name": "chmod", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tarinfo", "targetpath"], "arg_types": ["tarfile.TarFile", "tarfile.TarInfo", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "chmod of TarFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "chown": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "tarinfo", "targetpath", "numeric_owner"], "flags": [], "fullname": "tarfile.TarFile.chown", "name": "chown", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "tarinfo", "targetpath", "numeric_owner"], "arg_types": ["tarfile.TarFile", "tarfile.TarInfo", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "chown of TarFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tarfile.TarFile.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tarfile.TarFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of TarFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "debug": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarFile.debug", "name": "debug", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "dereference": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarFile.dereference", "name": "dereference", "type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}}}, "encoding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarFile.encoding", "name": "encoding", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "errorlevel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarFile.errorlevel", "name": "errorlevel", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "errors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarFile.errors", "name": "errors", "type": "builtins.str"}}, "extract": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["self", "member", "path", "set_attrs", "numeric_owner"], "flags": [], "fullname": "tarfile.TarFile.extract", "name": "extract", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["self", "member", "path", "set_attrs", "numeric_owner"], "arg_types": ["tarfile.TarFile", {".class": "UnionType", "items": ["builtins.str", "tarfile.TarInfo"]}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extract of TarFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extractall": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["self", "path", "members", "numeric_owner"], "flags": [], "fullname": "tarfile.TarFile.extractall", "name": "extractall", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["self", "path", "members", "numeric_owner"], "arg_types": ["tarfile.TarFile", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["tarfile.TarInfo"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extractall of TarFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extractfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "member"], "flags": [], "fullname": "tarfile.TarFile.extractfile", "name": "extractfile", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "member"], "arg_types": ["tarfile.TarFile", {".class": "UnionType", "items": ["builtins.str", "tarfile.TarInfo"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extractfile of TarFile", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "fileobj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarFile.fileobj", "name": "fileobj", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}}}, "fileobject": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarFile.fileobject", "name": "fileobject", "type": {".class": "TypeType", "item": "tarfile.ExFileObject"}}}, "format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarFile.format", "name": "format", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "getmember": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "tarfile.TarFile.getmember", "name": "getmember", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["tarfile.TarFile", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getmember of TarFile", "ret_type": "tarfile.TarInfo", "type_guard": null, "variables": []}}}, "getmembers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tarfile.TarFile.getmembers", "name": "getmembers", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tarfile.TarFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getmembers of TarFile", "ret_type": {".class": "Instance", "args": ["tarfile.TarInfo"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "getnames": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tarfile.TarFile.getnames", "name": "getnames", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tarfile.TarFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getnames of TarFile", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "gettarinfo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "name", "arcname", "fileobj"], "flags": [], "fullname": "tarfile.TarFile.gettarinfo", "name": "gettarinfo", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "name", "arcname", "fileobj"], "arg_types": ["tarfile.TarFile", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gettarinfo of TarFile", "ret_type": "tarfile.TarInfo", "type_guard": null, "variables": []}}}, "gzopen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "name", "mode", "fileobj", "compresslevel", "format", "tarinfo", "dereference", "ignore_zeros", "encoding", "pax_headers", "debug", "errorlevel"], "flags": ["is_class", "is_decorated"], "fullname": "tarfile.TarFile.gzopen", "name": "gzopen", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "name", "mode", "fileobj", "compresslevel", "format", "tarinfo", "dereference", "ignore_zeros", "encoding", "pax_headers", "debug", "errorlevel"], "arg_types": [{".class": "TypeType", "item": "tarfile.TarFile"}, {".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"}, {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "tarfile.TarInfo"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gzopen of TarFile", "ret_type": "tarfile.TarFile", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "gzopen", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "name", "mode", "fileobj", "compresslevel", "format", "tarinfo", "dereference", "ignore_zeros", "encoding", "pax_headers", "debug", "errorlevel"], "arg_types": [{".class": "TypeType", "item": "tarfile.TarFile"}, {".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"}, {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "tarfile.TarInfo"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gzopen of TarFile", "ret_type": "tarfile.TarFile", "type_guard": null, "variables": []}}}}, "ignore_zeros": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarFile.ignore_zeros", "name": "ignore_zeros", "type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}}}, "list": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["self", "verbose", "members"], "flags": [], "fullname": "tarfile.TarFile.list", "name": "list", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["self", "verbose", "members"], "arg_types": ["tarfile.TarFile", "builtins.bool", {".class": "UnionType", "items": [{".class": "Instance", "args": ["tarfile.TarInfo"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "list of TarFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "makedev": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tarinfo", "targetpath"], "flags": [], "fullname": "tarfile.TarFile.makedev", "name": "makedev", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tarinfo", "targetpath"], "arg_types": ["tarfile.TarFile", "tarfile.TarInfo", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makedev of TarFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "makedir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tarinfo", "targetpath"], "flags": [], "fullname": "tarfile.TarFile.makedir", "name": "makedir", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tarinfo", "targetpath"], "arg_types": ["tarfile.TarFile", "tarfile.TarInfo", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makedir of TarFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "makefifo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tarinfo", "targetpath"], "flags": [], "fullname": "tarfile.TarFile.makefifo", "name": "makefifo", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tarinfo", "targetpath"], "arg_types": ["tarfile.TarFile", "tarfile.TarInfo", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makefifo of TarFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "makefile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tarinfo", "targetpath"], "flags": [], "fullname": "tarfile.TarFile.makefile", "name": "makefile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tarinfo", "targetpath"], "arg_types": ["tarfile.TarFile", "tarfile.TarInfo", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makefile of TarFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "makelink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tarinfo", "targetpath"], "flags": [], "fullname": "tarfile.TarFile.makelink", "name": "makelink", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tarinfo", "targetpath"], "arg_types": ["tarfile.TarFile", "tarfile.TarInfo", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makelink of TarFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "makeunknown": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tarinfo", "targetpath"], "flags": [], "fullname": "tarfile.TarFile.makeunknown", "name": "makeunknown", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tarinfo", "targetpath"], "arg_types": ["tarfile.TarFile", "tarfile.TarInfo", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makeunknown of TarFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarFile.mode", "name": "mode", "type": "builtins.str"}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarFile.name", "name": "name", "type": {".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"}, {".class": "NoneType"}]}}}, "next": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tarfile.TarFile.next", "name": "next", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tarfile.TarFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "next of TarFile", "ret_type": {".class": "UnionType", "items": ["tarfile.TarInfo", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "offset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarFile.offset", "name": "offset", "type": "builtins.int"}}, "open": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "name", "mode", "fileobj", "bufsize", "format", "tarinfo", "dereference", "ignore_zeros", "encoding", "errors", "pax_headers", "debug", "errorlevel"], "flags": ["is_class", "is_decorated"], "fullname": "tarfile.TarFile.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "name", "mode", "fileobj", "bufsize", "format", "tarinfo", "dereference", "ignore_zeros", "encoding", "errors", "pax_headers", "debug", "errorlevel"], "arg_types": [{".class": "TypeType", "item": "tarfile.TarFile"}, {".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"}, {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "tarfile.TarInfo"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of TarFile", "ret_type": "tarfile.TarFile", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "name", "mode", "fileobj", "bufsize", "format", "tarinfo", "dereference", "ignore_zeros", "encoding", "errors", "pax_headers", "debug", "errorlevel"], "arg_types": [{".class": "TypeType", "item": "tarfile.TarFile"}, {".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"}, {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "tarfile.TarInfo"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of TarFile", "ret_type": "tarfile.TarFile", "type_guard": null, "variables": []}}}}, "pax_headers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarFile.pax_headers", "name": "pax_headers", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}}}, "tarinfo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarFile.tarinfo", "name": "tarinfo", "type": {".class": "TypeType", "item": "tarfile.TarInfo"}}}, "taropen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "name", "mode", "fileobj", "compresslevel", "format", "tarinfo", "dereference", "ignore_zeros", "encoding", "pax_headers", "debug", "errorlevel"], "flags": ["is_class", "is_decorated"], "fullname": "tarfile.TarFile.taropen", "name": "taropen", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "name", "mode", "fileobj", "compresslevel", "format", "tarinfo", "dereference", "ignore_zeros", "encoding", "pax_headers", "debug", "errorlevel"], "arg_types": [{".class": "TypeType", "item": "tarfile.TarFile"}, {".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"}, {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "tarfile.TarInfo"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "taropen of TarFile", "ret_type": "tarfile.TarFile", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "taropen", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "name", "mode", "fileobj", "compresslevel", "format", "tarinfo", "dereference", "ignore_zeros", "encoding", "pax_headers", "debug", "errorlevel"], "arg_types": [{".class": "TypeType", "item": "tarfile.TarFile"}, {".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"}, {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "tarfile.TarInfo"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "taropen of TarFile", "ret_type": "tarfile.TarFile", "type_guard": null, "variables": []}}}}, "utime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tarinfo", "targetpath"], "flags": [], "fullname": "tarfile.TarFile.utime", "name": "utime", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tarinfo", "targetpath"], "arg_types": ["tarfile.TarFile", "tarfile.TarInfo", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "utime of TarFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "xzopen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "name", "mode", "fileobj", "preset", "format", "tarinfo", "dereference", "ignore_zeros", "encoding", "pax_headers", "debug", "errorlevel"], "flags": ["is_class", "is_decorated"], "fullname": "tarfile.TarFile.xzopen", "name": "xzopen", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "name", "mode", "fileobj", "preset", "format", "tarinfo", "dereference", "ignore_zeros", "encoding", "pax_headers", "debug", "errorlevel"], "arg_types": [{".class": "TypeType", "item": "tarfile.TarFile"}, {".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"}, {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "tarfile.TarInfo"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xzopen of TarFile", "ret_type": "tarfile.TarFile", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "xzopen", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "name", "mode", "fileobj", "preset", "format", "tarinfo", "dereference", "ignore_zeros", "encoding", "pax_headers", "debug", "errorlevel"], "arg_types": [{".class": "TypeType", "item": "tarfile.TarFile"}, {".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"}, {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "tarfile.TarInfo"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xzopen of TarFile", "ret_type": "tarfile.TarFile", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TarInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "tarfile.TarInfo", "name": "TarInfo", "type_vars": []}, "flags": [], "fullname": "tarfile.TarInfo", "metaclass_type": null, "metadata": {}, "module_name": "tarfile", "mro": ["tarfile.TarInfo", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "name"], "flags": [], "fullname": "tarfile.TarInfo.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "name"], "arg_types": ["tarfile.TarInfo", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TarInfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "chksum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarInfo.chksum", "name": "chksum", "type": "builtins.int"}}, "create_gnu_header": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "info", "encoding", "errors"], "flags": [], "fullname": "tarfile.TarInfo.create_gnu_header", "name": "create_gnu_header", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "info", "encoding", "errors"], "arg_types": ["tarfile.TarInfo", {".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", "builtins.int", "builtins.bytes", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}]}], "type_ref": "typing.Mapping"}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_gnu_header of TarInfo", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "create_pax_global_header": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "pax_headers"], "flags": ["is_class", "is_decorated"], "fullname": "tarfile.TarInfo.create_pax_global_header", "name": "create_pax_global_header", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "pax_headers"], "arg_types": [{".class": "TypeType", "item": "tarfile.TarInfo"}, {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_pax_global_header of TarInfo", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "create_pax_global_header", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "pax_headers"], "arg_types": [{".class": "TypeType", "item": "tarfile.TarInfo"}, {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_pax_global_header of TarInfo", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}, "create_pax_header": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "info", "encoding"], "flags": [], "fullname": "tarfile.TarInfo.create_pax_header", "name": "create_pax_header", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "info", "encoding"], "arg_types": ["tarfile.TarInfo", {".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", "builtins.int", "builtins.bytes", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}]}], "type_ref": "typing.Mapping"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_pax_header of TarInfo", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "create_ustar_header": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "info", "encoding", "errors"], "flags": [], "fullname": "tarfile.TarInfo.create_ustar_header", "name": "create_ustar_header", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "info", "encoding", "errors"], "arg_types": ["tarfile.TarInfo", {".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", "builtins.int", "builtins.bytes", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}]}], "type_ref": "typing.Mapping"}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_ustar_header of TarInfo", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "devmajor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarInfo.devmajor", "name": "devmajor", "type": "builtins.int"}}, "devminor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarInfo.devminor", "name": "devminor", "type": "builtins.int"}}, "frombuf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "buf", "encoding", "errors"], "flags": ["is_class", "is_decorated"], "fullname": "tarfile.TarInfo.frombuf", "name": "frombuf", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "buf", "encoding", "errors"], "arg_types": [{".class": "TypeType", "item": "tarfile.TarInfo"}, "builtins.bytes", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "frombuf of TarInfo", "ret_type": "tarfile.TarInfo", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "frombuf", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "buf", "encoding", "errors"], "arg_types": [{".class": "TypeType", "item": "tarfile.TarInfo"}, "builtins.bytes", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "frombuf of TarInfo", "ret_type": "tarfile.TarInfo", "type_guard": null, "variables": []}}}}, "fromtarfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "tarfile"], "flags": ["is_class", "is_decorated"], "fullname": "tarfile.TarInfo.fromtarfile", "name": "fromtarfile", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "tarfile"], "arg_types": [{".class": "TypeType", "item": "tarfile.TarInfo"}, "tarfile.TarFile"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromtarfile of TarInfo", "ret_type": "tarfile.TarInfo", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "fromtarfile", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "tarfile"], "arg_types": [{".class": "TypeType", "item": "tarfile.TarInfo"}, "tarfile.TarFile"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fromtarfile of TarInfo", "ret_type": "tarfile.TarInfo", "type_guard": null, "variables": []}}}}, "get_info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tarfile.TarInfo.get_info", "name": "get_info", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tarfile.TarInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_info of TarInfo", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", "builtins.int", "builtins.bytes", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}]}], "type_ref": "typing.Mapping"}, "type_guard": null, "variables": []}}}, "gid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarInfo.gid", "name": "gid", "type": "builtins.int"}}, "gname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarInfo.gname", "name": "gname", "type": "builtins.str"}}, "isblk": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tarfile.TarInfo.isblk", "name": "isblk", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tarfile.TarInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isblk of TarInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "ischr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tarfile.TarInfo.ischr", "name": "ischr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tarfile.TarInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ischr of TarInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isdev": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tarfile.TarInfo.isdev", "name": "isdev", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tarfile.TarInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isdev of TarInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tarfile.TarInfo.isdir", "name": "isdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tarfile.TarInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isdir of TarInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isfifo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tarfile.TarInfo.isfifo", "name": "isfifo", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tarfile.TarInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isfifo of TarInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tarfile.TarInfo.isfile", "name": "isfile", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tarfile.TarInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isfile of TarInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "islnk": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tarfile.TarInfo.islnk", "name": "islnk", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tarfile.TarInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "islnk of TarInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isreg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tarfile.TarInfo.isreg", "name": "isreg", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tarfile.TarInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isreg of TarInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "issparse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tarfile.TarInfo.issparse", "name": "issparse", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tarfile.TarInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "issparse of TarInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "issym": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tarfile.TarInfo.issym", "name": "issym", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tarfile.TarInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "issym of TarInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "linkname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarInfo.linkname", "name": "linkname", "type": "builtins.str"}}, "linkpath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "tarfile.TarInfo.linkpath", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "tarfile.TarInfo.linkpath", "name": "linkpath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tarfile.TarInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "linkpath of TarInfo", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "linkpath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tarfile.TarInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "linkpath of TarInfo", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "linkname"], "flags": ["is_decorated"], "fullname": "tarfile.TarInfo.linkpath", "name": "linkpath", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "linkname"], "arg_types": ["tarfile.TarInfo", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "linkpath of TarInfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "linkpath", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tarfile.TarInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "linkpath of TarInfo", "ret_type": "builtins.str", "type_guard": null, "variables": []}]}}}, "mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarInfo.mode", "name": "mode", "type": "builtins.int"}}, "mtime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarInfo.mtime", "name": "mtime", "type": "builtins.int"}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarInfo.name", "name": "name", "type": "builtins.str"}}, "offset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarInfo.offset", "name": "offset", "type": "builtins.int"}}, "offset_data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarInfo.offset_data", "name": "offset_data", "type": "builtins.int"}}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarInfo.path", "name": "path", "type": "builtins.str"}}, "pax_headers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarInfo.pax_headers", "name": "pax_headers", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarInfo.size", "name": "size", "type": "builtins.int"}}, "sparse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarInfo.sparse", "name": "sparse", "type": {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}}}, "tarfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarInfo.tarfile", "name": "tarfile", "type": {".class": "UnionType", "items": ["tarfile.TarFile", {".class": "NoneType"}]}}}, "tobuf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "format", "encoding", "errors"], "flags": [], "fullname": "tarfile.TarInfo.tobuf", "name": "tobuf", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "format", "encoding", "errors"], "arg_types": ["tarfile.TarInfo", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tobuf of TarInfo", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarInfo.type", "name": "type", "type": "builtins.bytes"}}, "uid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarInfo.uid", "name": "uid", "type": "builtins.int"}}, "uname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tarfile.TarInfo.uname", "name": "uname", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "USTAR_FORMAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.USTAR_FORMAT", "name": "USTAR_FORMAT", "type": "builtins.int"}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "XGLTYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.XGLTYPE", "name": "XGLTYPE", "type": "builtins.bytes"}}, "XHDTYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.XHDTYPE", "name": "XHDTYPE", "type": "builtins.bytes"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tarfile.__package__", "name": "__package__", "type": "builtins.str"}}, "io": {".class": "SymbolTableNode", "cross_ref": "io", "kind": "Gdef", "module_hidden": true, "module_public": false}, "is_tarfile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "tarfile.is_tarfile", "name": "is_tarfile", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.AnyPath"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_tarfile", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "open": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["name", "mode", "fileobj", "bufsize", "format", "tarinfo", "dereference", "ignore_zeros", "encoding", "errors", "pax_headers", "debug", "errorlevel", "compresslevel"], "flags": [], "fullname": "tarfile.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["name", "mode", "fileobj", "bufsize", "format", "tarinfo", "dereference", "ignore_zeros", "encoding", "errors", "pax_headers", "debug", "errorlevel", "compresslevel"], "arg_types": [{".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"}, {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "tarfile.TarInfo"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "tarfile.TarFile", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/tarfile.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/tarfile.meta.json b/.mypy_cache/3.9/tarfile.meta.json deleted file mode 100644 index 2077f7186..000000000 --- a/.mypy_cache/3.9/tarfile.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 3, 4, 5, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 5, 30, 30], "dependencies": ["io", "sys", "_typeshed", "types", "typing", "builtins", "abc", "os"], "hash": "726842196d05faf927d15d8937ef132adc931ef2c94ed33ed44a1b15b7cba4dd", "id": "tarfile", "ignore_all": true, "interface_hash": "267950c98e184abf5e31cf4203c6ca87193c79938262cff26c05ca7e6bbc6cd0", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/tarfile.pyi", "plugin_data": null, "size": 11588, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/tempfile.data.json b/.mypy_cache/3.9/tempfile.data.json deleted file mode 100644 index 6d7ba473d..000000000 --- a/.mypy_cache/3.9/tempfile.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "tempfile", "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}, "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "GenericAlias": {".class": "SymbolTableNode", "cross_ref": "types.GenericAlias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NamedTemporaryFile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "tempfile.NamedTemporaryFile", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "delete", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "tempfile.NamedTemporaryFile", "name": "NamedTemporaryFile", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "delete", "errors"], "arg_types": [{".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "r"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "r+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "at"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "xt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "r+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x+t"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "NamedTemporaryFile", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "NamedTemporaryFile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "delete", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "tempfile.NamedTemporaryFile", "name": "NamedTemporaryFile", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "delete", "errors"], "arg_types": [{".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "rb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "ab"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "xb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "r+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x+b"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "NamedTemporaryFile", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "NamedTemporaryFile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "delete", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "tempfile.NamedTemporaryFile", "name": "NamedTemporaryFile", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "delete", "errors"], "arg_types": ["builtins.str", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "NamedTemporaryFile", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "NamedTemporaryFile", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "delete", "errors"], "arg_types": [{".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "r"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "r+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "at"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "xt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "r+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x+t"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "NamedTemporaryFile", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "delete", "errors"], "arg_types": [{".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "rb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "ab"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "xb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "r+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x+b"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "NamedTemporaryFile", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "delete", "errors"], "arg_types": ["builtins.str", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "NamedTemporaryFile", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SpooledTemporaryFile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "tempfile.SpooledTemporaryFile", "name": "SpooledTemporaryFile", "type_vars": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, "flags": [], "fullname": "tempfile.SpooledTemporaryFile", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "tempfile", "mro": ["tempfile.SpooledTemporaryFile", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile.SpooledTemporaryFile.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "tempfile._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of SpooledTemporaryFile", "ret_type": {".class": "TypeVarType", "fullname": "tempfile._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "tempfile._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "tempfile.SpooledTemporaryFile.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of SpooledTemporaryFile", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "tempfile.SpooledTemporaryFile.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "max_size", "mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "tempfile.SpooledTemporaryFile.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "max_size", "mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "errors"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "tempfile.SpooledTemporaryFile"}, "builtins.int", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "rb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "ab"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "xb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "r+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x+b"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SpooledTemporaryFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "max_size", "mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "tempfile.SpooledTemporaryFile.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "max_size", "mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "errors"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "tempfile.SpooledTemporaryFile"}, "builtins.int", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "r"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "r+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "at"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "xt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "r+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x+t"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SpooledTemporaryFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "max_size", "mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "tempfile.SpooledTemporaryFile.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "max_size", "mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "errors"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}, "builtins.int", "builtins.str", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SpooledTemporaryFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "max_size", "mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "errors"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "tempfile.SpooledTemporaryFile"}, "builtins.int", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "rb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "ab"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "xb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "r+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x+b"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SpooledTemporaryFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "max_size", "mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "errors"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "tempfile.SpooledTemporaryFile"}, "builtins.int", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "r"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "r+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "at"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "xt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "r+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x+t"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SpooledTemporaryFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "max_size", "mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "errors"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}, "builtins.int", "builtins.str", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SpooledTemporaryFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile.SpooledTemporaryFile.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of SpooledTemporaryFile", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile.SpooledTemporaryFile.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of SpooledTemporaryFile", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile.SpooledTemporaryFile.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of SpooledTemporaryFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "errors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "tempfile.SpooledTemporaryFile.errors", "name": "errors", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "errors of SpooledTemporaryFile", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "errors", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "errors of SpooledTemporaryFile", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "fileno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile.SpooledTemporaryFile.fileno", "name": "fileno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fileno of SpooledTemporaryFile", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "flush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile.SpooledTemporaryFile.flush", "name": "flush", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flush of SpooledTemporaryFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "isatty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile.SpooledTemporaryFile.isatty", "name": "isatty", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isatty of SpooledTemporaryFile", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "flags": [], "fullname": "tempfile.SpooledTemporaryFile.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of SpooledTemporaryFile", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}}, "readable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile.SpooledTemporaryFile.readable", "name": "readable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readable of SpooledTemporaryFile", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "readline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "limit"], "flags": [], "fullname": "tempfile.SpooledTemporaryFile.readline", "name": "readline", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "limit"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readline of SpooledTemporaryFile", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}}, "readlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "hint"], "flags": [], "fullname": "tempfile.SpooledTemporaryFile.readlines", "name": "readlines", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "hint"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readlines of SpooledTemporaryFile", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "rollover": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile.SpooledTemporaryFile.rollover", "name": "rollover", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rollover of SpooledTemporaryFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "seek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "offset", "whence"], "flags": [], "fullname": "tempfile.SpooledTemporaryFile.seek", "name": "seek", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "offset", "whence"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seek of SpooledTemporaryFile", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "seekable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile.SpooledTemporaryFile.seekable", "name": "seekable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seekable of SpooledTemporaryFile", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "tell": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile.SpooledTemporaryFile.tell", "name": "tell", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tell of SpooledTemporaryFile", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "truncate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "flags": [], "fullname": "tempfile.SpooledTemporaryFile.truncate", "name": "truncate", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "truncate of SpooledTemporaryFile", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "writable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile.SpooledTemporaryFile.writable", "name": "writable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writable of SpooledTemporaryFile", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "tempfile.SpooledTemporaryFile.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of SpooledTemporaryFile", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "writelines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "iterable"], "flags": [], "fullname": "tempfile.SpooledTemporaryFile.writelines", "name": "writelines", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "iterable"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.SpooledTemporaryFile"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writelines of SpooledTemporaryFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["AnyStr"], "typeddict_type": null}}, "TMP_MAX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tempfile.TMP_MAX", "name": "TMP_MAX", "type": "builtins.int"}}, "TemporaryDirectory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "tempfile.TemporaryDirectory", "name": "TemporaryDirectory", "type_vars": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, "flags": [], "fullname": "tempfile.TemporaryDirectory", "metaclass_type": null, "metadata": {}, "module_name": "tempfile", "mro": ["tempfile.TemporaryDirectory", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "tempfile.TemporaryDirectory.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.TemporaryDirectory"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of TemporaryDirectory", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile.TemporaryDirectory.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.TemporaryDirectory"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of TemporaryDirectory", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "tempfile.TemporaryDirectory.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.TemporaryDirectory"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of TemporaryDirectory", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "tempfile.TemporaryDirectory.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "suffix", "prefix", "dir"], "flags": ["is_overload", "is_decorated"], "fullname": "tempfile.TemporaryDirectory.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "suffix", "prefix", "dir"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "tempfile.TemporaryDirectory"}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TemporaryDirectory", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "suffix", "prefix", "dir"], "flags": ["is_overload", "is_decorated"], "fullname": "tempfile.TemporaryDirectory.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "suffix", "prefix", "dir"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.TemporaryDirectory"}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TemporaryDirectory", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "suffix", "prefix", "dir"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "tempfile.TemporaryDirectory"}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TemporaryDirectory", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "suffix", "prefix", "dir"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.TemporaryDirectory"}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TemporaryDirectory", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "cleanup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile.TemporaryDirectory.cleanup", "name": "cleanup", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "tempfile.TemporaryDirectory"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cleanup of TemporaryDirectory", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tempfile.TemporaryDirectory.name", "name": "name", "type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}}}}, "tuple_type": null, "type_vars": ["AnyStr"], "typeddict_type": null}}, "TemporaryFile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "tempfile.TemporaryFile", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "tempfile.TemporaryFile", "name": "TemporaryFile", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "errors"], "arg_types": [{".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "r"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "r+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "at"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "xt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "r+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x+t"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "TemporaryFile", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "TemporaryFile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "tempfile.TemporaryFile", "name": "TemporaryFile", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "errors"], "arg_types": [{".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "rb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "ab"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "xb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "r+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x+b"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "TemporaryFile", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "TemporaryFile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "tempfile.TemporaryFile", "name": "TemporaryFile", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "errors"], "arg_types": ["builtins.str", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "TemporaryFile", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "TemporaryFile", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "errors"], "arg_types": [{".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "r"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "r+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "at"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "xt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "r+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x+t"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "TemporaryFile", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "errors"], "arg_types": [{".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "rb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "ab"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "xb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "r+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x+b"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "TemporaryFile", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["mode", "buffering", "encoding", "newline", "suffix", "prefix", "dir", "errors"], "arg_types": ["builtins.str", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "TemporaryFile", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "_DirT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": ["AnyStr"], "column": 0, "fullname": "tempfile._DirT", "line": 16, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "AnyStr"}, {".class": "Instance", "args": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "AnyStr"}], "type_ref": "os.PathLike"}]}}}, "_S": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "tempfile._S", "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_TemporaryFileWrapper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "tempfile._TemporaryFileWrapper", "name": "_TemporaryFileWrapper", "type_vars": []}, "flags": [], "fullname": "tempfile._TemporaryFileWrapper", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "tempfile", "mro": ["tempfile._TemporaryFileWrapper", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["tempfile._TemporaryFileWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of _TemporaryFileWrapper", "ret_type": "tempfile._TemporaryFileWrapper", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc", "value", "tb"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["tempfile._TemporaryFileWrapper", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of _TemporaryFileWrapper", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["tempfile._TemporaryFileWrapper", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of _TemporaryFileWrapper", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "file", "name", "delete"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "file", "name", "delete"], "arg_types": ["tempfile._TemporaryFileWrapper", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _TemporaryFileWrapper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["tempfile._TemporaryFileWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of _TemporaryFileWrapper", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tempfile._TemporaryFileWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of _TemporaryFileWrapper", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tempfile._TemporaryFileWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of _TemporaryFileWrapper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "delete": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tempfile._TemporaryFileWrapper.delete", "name": "delete", "type": "builtins.bool"}}, "file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tempfile._TemporaryFileWrapper.file", "name": "file", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}}}, "fileno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.fileno", "name": "fileno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tempfile._TemporaryFileWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fileno of _TemporaryFileWrapper", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "flush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.flush", "name": "flush", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tempfile._TemporaryFileWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flush of _TemporaryFileWrapper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "isatty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.isatty", "name": "isatty", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tempfile._TemporaryFileWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isatty of _TemporaryFileWrapper", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tempfile._TemporaryFileWrapper.name", "name": "name", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "next": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.next", "name": "next", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tempfile._TemporaryFileWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "next of _TemporaryFileWrapper", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "arg_types": ["tempfile._TemporaryFileWrapper", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of _TemporaryFileWrapper", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "readable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.readable", "name": "readable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tempfile._TemporaryFileWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readable of _TemporaryFileWrapper", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "readline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "limit"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.readline", "name": "readline", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "limit"], "arg_types": ["tempfile._TemporaryFileWrapper", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readline of _TemporaryFileWrapper", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "readlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "hint"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.readlines", "name": "readlines", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "hint"], "arg_types": ["tempfile._TemporaryFileWrapper", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readlines of _TemporaryFileWrapper", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "seek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "offset", "whence"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.seek", "name": "seek", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "offset", "whence"], "arg_types": ["tempfile._TemporaryFileWrapper", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seek of _TemporaryFileWrapper", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "seekable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.seekable", "name": "seekable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tempfile._TemporaryFileWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seekable of _TemporaryFileWrapper", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "tell": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.tell", "name": "tell", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tempfile._TemporaryFileWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tell of _TemporaryFileWrapper", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "truncate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.truncate", "name": "truncate", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "arg_types": ["tempfile._TemporaryFileWrapper", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "truncate of _TemporaryFileWrapper", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "unlink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.unlink", "name": "unlink", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["tempfile._TemporaryFileWrapper", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unlink of _TemporaryFileWrapper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "writable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.writable", "name": "writable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tempfile._TemporaryFileWrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writable of _TemporaryFileWrapper", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "arg_types": ["tempfile._TemporaryFileWrapper", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of _TemporaryFileWrapper", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "writelines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "lines"], "flags": [], "fullname": "tempfile._TemporaryFileWrapper.writelines", "name": "writelines", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "lines"], "arg_types": ["tempfile._TemporaryFileWrapper", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writelines of _TemporaryFileWrapper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tempfile.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tempfile.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tempfile.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tempfile.__package__", "name": "__package__", "type": "builtins.str"}}, "gettempdir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "tempfile.gettempdir", "name": "gettempdir", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gettempdir", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "gettempdirb": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "tempfile.gettempdirb", "name": "gettempdirb", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gettempdirb", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "gettempprefix": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "tempfile.gettempprefix", "name": "gettempprefix", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gettempprefix", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "gettempprefixb": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "tempfile.gettempprefixb", "name": "gettempprefixb", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gettempprefixb", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "mkdtemp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "tempfile.mkdtemp", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_overload", "is_decorated"], "fullname": "tempfile.mkdtemp", "name": "mkdtemp", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkdtemp", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "mkdtemp", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1, 1, 1], "arg_names": ["suffix", "prefix", "dir"], "flags": ["is_overload", "is_decorated"], "fullname": "tempfile.mkdtemp", "name": "mkdtemp", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1], "arg_names": ["suffix", "prefix", "dir"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkdtemp", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "mkdtemp", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkdtemp", "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [1, 1, 1], "arg_names": ["suffix", "prefix", "dir"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkdtemp", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "mkstemp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "tempfile.mkstemp", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_overload", "is_decorated"], "fullname": "tempfile.mkstemp", "name": "mkstemp", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkstemp", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "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_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "mkstemp", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1], "arg_names": ["suffix", "prefix", "dir", "text"], "flags": ["is_overload", "is_decorated"], "fullname": "tempfile.mkstemp", "name": "mkstemp", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1], "arg_names": ["suffix", "prefix", "dir", "text"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkstemp", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "mkstemp", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkstemp", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "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_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [1, 1, 1, 1], "arg_names": ["suffix", "prefix", "dir", "text"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkstemp", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "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": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "mktemp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "tempfile.mktemp", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_overload", "is_decorated"], "fullname": "tempfile.mktemp", "name": "mktemp", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mktemp", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "mktemp", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1, 1, 1], "arg_names": ["suffix", "prefix", "dir"], "flags": ["is_overload", "is_decorated"], "fullname": "tempfile.mktemp", "name": "mktemp", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1], "arg_names": ["suffix", "prefix", "dir"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mktemp", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "mktemp", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mktemp", "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [1, 1, 1], "arg_names": ["suffix", "prefix", "dir"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mktemp", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "tempdir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tempfile.tempdir", "name": "tempdir", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "template": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tempfile.template", "name": "template", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/tempfile.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/tempfile.meta.json b/.mypy_cache/3.9/tempfile.meta.json deleted file mode 100644 index 6080d8b1c..000000000 --- a/.mypy_cache/3.9/tempfile.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 3, 4, 5, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 5, 30], "dependencies": ["os", "sys", "types", "typing", "typing_extensions", "builtins", "abc"], "hash": "fd47350ed5168966ad849105ed11273dbc3fac3e18b424468cbf2d1a8cbdc411", "id": "tempfile", "ignore_all": true, "interface_hash": "3a55ee3348a42be8c36add70972c46b67f675235725df560e612b224f5bd3528", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/tempfile.pyi", "plugin_data": null, "size": 12993, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/textwrap.data.json b/.mypy_cache/3.9/textwrap.data.json deleted file mode 100644 index 15ee1ab99..000000000 --- a/.mypy_cache/3.9/textwrap.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "textwrap", "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}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Pattern": {".class": "SymbolTableNode", "cross_ref": "typing.Pattern", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TextWrapper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "textwrap.TextWrapper", "name": "TextWrapper", "type_vars": []}, "flags": [], "fullname": "textwrap.TextWrapper", "metaclass_type": null, "metadata": {}, "module_name": "textwrap", "mro": ["textwrap.TextWrapper", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5], "arg_names": ["self", "width", "initial_indent", "subsequent_indent", "expand_tabs", "replace_whitespace", "fix_sentence_endings", "break_long_words", "drop_whitespace", "break_on_hyphens", "tabsize", "max_lines", "placeholder"], "flags": [], "fullname": "textwrap.TextWrapper.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5], "arg_names": ["self", "width", "initial_indent", "subsequent_indent", "expand_tabs", "replace_whitespace", "fix_sentence_endings", "break_long_words", "drop_whitespace", "break_on_hyphens", "tabsize", "max_lines", "placeholder"], "arg_types": ["textwrap.TextWrapper", "builtins.int", "builtins.str", "builtins.str", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TextWrapper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_fix_sentence_endings": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "chunks"], "flags": [], "fullname": "textwrap.TextWrapper._fix_sentence_endings", "name": "_fix_sentence_endings", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "chunks"], "arg_types": ["textwrap.TextWrapper", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_fix_sentence_endings of TextWrapper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_handle_long_word": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "reversed_chunks", "cur_line", "cur_len", "width"], "flags": [], "fullname": "textwrap.TextWrapper._handle_long_word", "name": "_handle_long_word", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "reversed_chunks", "cur_line", "cur_len", "width"], "arg_types": ["textwrap.TextWrapper", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_handle_long_word of TextWrapper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_munge_whitespace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "flags": [], "fullname": "textwrap.TextWrapper._munge_whitespace", "name": "_munge_whitespace", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "arg_types": ["textwrap.TextWrapper", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_munge_whitespace of TextWrapper", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_split": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "flags": [], "fullname": "textwrap.TextWrapper._split", "name": "_split", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "arg_types": ["textwrap.TextWrapper", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_split of TextWrapper", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_split_chunks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "flags": [], "fullname": "textwrap.TextWrapper._split_chunks", "name": "_split_chunks", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "arg_types": ["textwrap.TextWrapper", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_split_chunks of TextWrapper", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_wrap_chunks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "chunks"], "flags": [], "fullname": "textwrap.TextWrapper._wrap_chunks", "name": "_wrap_chunks", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "chunks"], "arg_types": ["textwrap.TextWrapper", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_wrap_chunks of TextWrapper", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "break_long_words": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "textwrap.TextWrapper.break_long_words", "name": "break_long_words", "type": "builtins.bool"}}, "break_on_hyphens": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "textwrap.TextWrapper.break_on_hyphens", "name": "break_on_hyphens", "type": "builtins.bool"}}, "drop_whitespace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "textwrap.TextWrapper.drop_whitespace", "name": "drop_whitespace", "type": "builtins.bool"}}, "expand_tabs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "textwrap.TextWrapper.expand_tabs", "name": "expand_tabs", "type": "builtins.bool"}}, "fill": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "flags": [], "fullname": "textwrap.TextWrapper.fill", "name": "fill", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "arg_types": ["textwrap.TextWrapper", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fill of TextWrapper", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "fix_sentence_endings": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "textwrap.TextWrapper.fix_sentence_endings", "name": "fix_sentence_endings", "type": "builtins.bool"}}, "initial_indent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "textwrap.TextWrapper.initial_indent", "name": "initial_indent", "type": "builtins.str"}}, "max_lines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "textwrap.TextWrapper.max_lines", "name": "max_lines", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "placeholder": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "textwrap.TextWrapper.placeholder", "name": "placeholder", "type": "builtins.str"}}, "replace_whitespace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "textwrap.TextWrapper.replace_whitespace", "name": "replace_whitespace", "type": "builtins.bool"}}, "sentence_end_re": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "textwrap.TextWrapper.sentence_end_re", "name": "sentence_end_re", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "subsequent_indent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "textwrap.TextWrapper.subsequent_indent", "name": "subsequent_indent", "type": "builtins.str"}}, "tabsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "textwrap.TextWrapper.tabsize", "name": "tabsize", "type": "builtins.int"}}, "unicode_whitespace_trans": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "textwrap.TextWrapper.unicode_whitespace_trans", "name": "unicode_whitespace_trans", "type": {".class": "Instance", "args": ["builtins.int", "builtins.int"], "type_ref": "builtins.dict"}}}, "uspace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "textwrap.TextWrapper.uspace", "name": "uspace", "type": "builtins.int"}}, "whitespace_trans": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "textwrap.TextWrapper.whitespace_trans", "name": "whitespace_trans", "type": "builtins.str"}}, "width": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "textwrap.TextWrapper.width", "name": "width", "type": "builtins.int"}}, "wordsep_re": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "textwrap.TextWrapper.wordsep_re", "name": "wordsep_re", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "wordsep_simple_re": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "textwrap.TextWrapper.wordsep_simple_re", "name": "wordsep_simple_re", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "wrap": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "flags": [], "fullname": "textwrap.TextWrapper.wrap", "name": "wrap", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "text"], "arg_types": ["textwrap.TextWrapper", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wrap of TextWrapper", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "x": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "textwrap.TextWrapper.x", "name": "x", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "textwrap.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "textwrap.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "textwrap.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "textwrap.__package__", "name": "__package__", "type": "builtins.str"}}, "dedent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["text"], "flags": [], "fullname": "textwrap.dedent", "name": "dedent", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["text"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dedent", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "fill": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["text", "width", "initial_indent", "subsequent_indent", "expand_tabs", "tabsize", "replace_whitespace", "fix_sentence_endings", "break_long_words", "break_on_hyphens", "drop_whitespace", "max_lines", "placeholder"], "flags": [], "fullname": "textwrap.fill", "name": "fill", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["text", "width", "initial_indent", "subsequent_indent", "expand_tabs", "tabsize", "replace_whitespace", "fix_sentence_endings", "break_long_words", "break_on_hyphens", "drop_whitespace", "max_lines", "placeholder"], "arg_types": ["builtins.str", "builtins.int", "builtins.str", "builtins.str", "builtins.bool", "builtins.int", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fill", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "indent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["text", "prefix", "predicate"], "flags": [], "fullname": "textwrap.indent", "name": "indent", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["text", "prefix", "predicate"], "arg_types": ["builtins.str", "builtins.str", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "indent", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "shorten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["text", "width", "initial_indent", "subsequent_indent", "expand_tabs", "tabsize", "replace_whitespace", "fix_sentence_endings", "break_long_words", "break_on_hyphens", "drop_whitespace", "placeholder"], "flags": [], "fullname": "textwrap.shorten", "name": "shorten", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["text", "width", "initial_indent", "subsequent_indent", "expand_tabs", "tabsize", "replace_whitespace", "fix_sentence_endings", "break_long_words", "break_on_hyphens", "drop_whitespace", "placeholder"], "arg_types": ["builtins.str", "builtins.int", "builtins.str", "builtins.str", "builtins.bool", "builtins.int", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shorten", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "wrap": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["text", "width", "initial_indent", "subsequent_indent", "expand_tabs", "tabsize", "replace_whitespace", "fix_sentence_endings", "break_long_words", "break_on_hyphens", "drop_whitespace", "max_lines", "placeholder"], "flags": [], "fullname": "textwrap.wrap", "name": "wrap", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["text", "width", "initial_indent", "subsequent_indent", "expand_tabs", "tabsize", "replace_whitespace", "fix_sentence_endings", "break_long_words", "break_on_hyphens", "drop_whitespace", "max_lines", "placeholder"], "arg_types": ["builtins.str", "builtins.int", "builtins.str", "builtins.str", "builtins.bool", "builtins.int", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wrap", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/textwrap.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/textwrap.meta.json b/.mypy_cache/3.9/textwrap.meta.json deleted file mode 100644 index 081dddcb1..000000000 --- a/.mypy_cache/3.9/textwrap.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 1, 1], "dep_prios": [5, 5, 30], "dependencies": ["typing", "builtins", "abc"], "hash": "480eba856b83e8a53405f2bc114a44c279bcb4a83259b61c1c955a8ffa977733", "id": "textwrap", "ignore_all": true, "interface_hash": "cdbbd6769caeadd0ecec42bfda203c634cc40c085bbe64af2d4d04e41dca829c", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/textwrap.pyi", "plugin_data": null, "size": 3234, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/threading.data.json b/.mypy_cache/3.9/threading.data.json deleted file mode 100644 index 0fa5acbb4..000000000 --- a/.mypy_cache/3.9/threading.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "threading", "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}, "Barrier": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "threading.Barrier", "name": "Barrier", "type_vars": []}, "flags": [], "fullname": "threading.Barrier", "metaclass_type": null, "metadata": {}, "module_name": "threading", "mro": ["threading.Barrier", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "parties", "action", "timeout"], "flags": [], "fullname": "threading.Barrier.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "parties", "action", "timeout"], "arg_types": ["threading.Barrier", "builtins.int", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Barrier", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "abort": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading.Barrier.abort", "name": "abort", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading.Barrier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "abort of Barrier", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "broken": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "threading.Barrier.broken", "name": "broken", "type": "builtins.bool"}}, "n_waiting": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "threading.Barrier.n_waiting", "name": "n_waiting", "type": "builtins.int"}}, "parties": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "threading.Barrier.parties", "name": "parties", "type": "builtins.int"}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading.Barrier.reset", "name": "reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading.Barrier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset of Barrier", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "wait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "threading.Barrier.wait", "name": "wait", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": ["threading.Barrier", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait of Barrier", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BoundedSemaphore": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["threading.Semaphore"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "threading.BoundedSemaphore", "name": "BoundedSemaphore", "type_vars": []}, "flags": [], "fullname": "threading.BoundedSemaphore", "metaclass_type": null, "metadata": {}, "module_name": "threading", "mro": ["threading.BoundedSemaphore", "threading.Semaphore", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BrokenBarrierError": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.RuntimeError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "threading.BrokenBarrierError", "name": "BrokenBarrierError", "type_vars": []}, "flags": [], "fullname": "threading.BrokenBarrierError", "metaclass_type": null, "metadata": {}, "module_name": "threading", "mro": ["threading.BrokenBarrierError", "builtins.RuntimeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Condition": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "threading.Condition", "name": "Condition", "type_vars": []}, "flags": [], "fullname": "threading.Condition", "metaclass_type": null, "metadata": {}, "module_name": "threading", "mro": ["threading.Condition", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading.Condition.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["threading.Condition"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of Condition", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "threading.Condition.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["threading.Condition", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of Condition", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "lock"], "flags": [], "fullname": "threading.Condition.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "lock"], "arg_types": ["threading.Condition", {".class": "UnionType", "items": ["threading.Lock", "threading._RLock", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Condition", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "acquire": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "blocking", "timeout"], "flags": [], "fullname": "threading.Condition.acquire", "name": "acquire", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "blocking", "timeout"], "arg_types": ["threading.Condition", "builtins.bool", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acquire of Condition", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "notify": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "flags": [], "fullname": "threading.Condition.notify", "name": "notify", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "arg_types": ["threading.Condition", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "notify of Condition", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "notifyAll": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading.Condition.notifyAll", "name": "notifyAll", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading.Condition"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "notifyAll of Condition", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "notify_all": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading.Condition.notify_all", "name": "notify_all", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading.Condition"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "notify_all of Condition", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "release": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading.Condition.release", "name": "release", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading.Condition"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "release of Condition", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "wait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "threading.Condition.wait", "name": "wait", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": ["threading.Condition", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait of Condition", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "wait_for": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "predicate", "timeout"], "flags": [], "fullname": "threading.Condition.wait_for", "name": "wait_for", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "predicate", "timeout"], "arg_types": ["threading.Condition", {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "threading._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait_for of Condition", "ret_type": {".class": "TypeVarType", "fullname": "threading._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "threading._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Event": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "threading.Event", "name": "Event", "type_vars": []}, "flags": [], "fullname": "threading.Event", "metaclass_type": null, "metadata": {}, "module_name": "threading", "mro": ["threading.Event", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading.Event.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading.Event"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Event", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading.Event.clear", "name": "clear", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading.Event"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear of Event", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "is_set": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading.Event.is_set", "name": "is_set", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading.Event"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_set of Event", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "set": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading.Event.set", "name": "set", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading.Event"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set of Event", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "wait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "threading.Event.wait", "name": "wait", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": ["threading.Event", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait of Event", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ExceptHookArgs": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "threading.ExceptHookArgs", "line": 162, "no_args": false, "normalized": false, "target": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["threading.Thread", {".class": "NoneType"}]}], "partial_fallback": "_thread._ExceptHookArgs"}}}, "FrameType": {".class": "SymbolTableNode", "cross_ref": "types.FrameType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Lock": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "threading.Lock", "name": "Lock", "type_vars": []}, "flags": [], "fullname": "threading.Lock", "metaclass_type": null, "metadata": {}, "module_name": "threading", "mro": ["threading.Lock", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading.Lock.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["threading.Lock"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of Lock", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "threading.Lock.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["threading.Lock", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of Lock", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading.Lock.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading.Lock"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Lock", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "acquire": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "blocking", "timeout"], "flags": [], "fullname": "threading.Lock.acquire", "name": "acquire", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "blocking", "timeout"], "arg_types": ["threading.Lock", "builtins.bool", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acquire of Lock", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "locked": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading.Lock.locked", "name": "locked", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading.Lock"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "locked of Lock", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "release": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading.Lock.release", "name": "release", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading.Lock"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "release of Lock", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "RLock": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "threading.RLock", "line": 111, "no_args": true, "normalized": false, "target": "threading._RLock"}}, "Semaphore": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "threading.Semaphore", "name": "Semaphore", "type_vars": []}, "flags": [], "fullname": "threading.Semaphore", "metaclass_type": null, "metadata": {}, "module_name": "threading", "mro": ["threading.Semaphore", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "blocking", "timeout"], "flags": [], "fullname": "threading.Semaphore.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": [null, null, null], "arg_types": ["threading.Semaphore", "builtins.bool", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of Semaphore", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "threading.Semaphore.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["threading.Semaphore", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of Semaphore", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "value"], "flags": [], "fullname": "threading.Semaphore.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "value"], "arg_types": ["threading.Semaphore", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Semaphore", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "acquire": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "blocking", "timeout"], "flags": [], "fullname": "threading.Semaphore.acquire", "name": "acquire", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "blocking", "timeout"], "arg_types": ["threading.Semaphore", "builtins.bool", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acquire of Semaphore", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "release": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "flags": [], "fullname": "threading.Semaphore.release", "name": "release", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "arg_types": ["threading.Semaphore", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "release of Semaphore", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TIMEOUT_MAX": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "threading.TIMEOUT_MAX", "name": "TIMEOUT_MAX", "type": "builtins.float"}}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Thread": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "threading.Thread", "name": "Thread", "type_vars": []}, "flags": [], "fullname": "threading.Thread", "metaclass_type": null, "metadata": {}, "module_name": "threading", "mro": ["threading.Thread", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "group", "target", "name", "args", "kwargs", "daemon"], "flags": [], "fullname": "threading.Thread.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "group", "target", "name", "args", "kwargs", "daemon"], "arg_types": ["threading.Thread", {".class": "NoneType"}, {".class": "UnionType", "items": [{".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", "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": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Thread", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "daemon": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "threading.Thread.daemon", "name": "daemon", "type": "builtins.bool"}}, "getName": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading.Thread.getName", "name": "getName", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading.Thread"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getName of Thread", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "ident": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "threading.Thread.ident", "name": "ident", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "isDaemon": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading.Thread.isDaemon", "name": "isDaemon", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading.Thread"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isDaemon of Thread", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_alive": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading.Thread.is_alive", "name": "is_alive", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading.Thread"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_alive of Thread", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "join": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "threading.Thread.join", "name": "join", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": ["threading.Thread", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "join of Thread", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "threading.Thread.name", "name": "name", "type": "builtins.str"}}, "native_id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "threading.Thread.native_id", "name": "native_id", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading.Thread"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "native_id of Thread", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "native_id", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading.Thread"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "native_id of Thread", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading.Thread.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading.Thread"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run of Thread", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setDaemon": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "daemonic"], "flags": [], "fullname": "threading.Thread.setDaemon", "name": "setDaemon", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "daemonic"], "arg_types": ["threading.Thread", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setDaemon of Thread", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setName": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "threading.Thread.setName", "name": "setName", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["threading.Thread", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setName of Thread", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "start": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading.Thread.start", "name": "start", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading.Thread"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "start of Thread", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ThreadError": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "threading.ThreadError", "name": "ThreadError", "type_vars": []}, "flags": [], "fullname": "threading.ThreadError", "metaclass_type": null, "metadata": {}, "module_name": "threading", "mro": ["threading.ThreadError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Timer": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["threading.Thread"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "threading.Timer", "name": "Timer", "type_vars": []}, "flags": [], "fullname": "threading.Timer", "metaclass_type": null, "metadata": {}, "module_name": "threading", "mro": ["threading.Timer", "threading.Thread", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "interval", "function", "args", "kwargs"], "flags": [], "fullname": "threading.Timer.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "interval", "function", "args", "kwargs"], "arg_types": ["threading.Timer", "builtins.float", {".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", "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": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".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": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Timer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cancel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading.Timer.cancel", "name": "cancel", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading.Timer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cancel of Timer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "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}, "_DummyThread": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["threading.Thread"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "threading._DummyThread", "name": "_DummyThread", "type_vars": []}, "flags": [], "fullname": "threading._DummyThread", "metaclass_type": null, "metadata": {}, "module_name": "threading", "mro": ["threading._DummyThread", "threading.Thread", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ExceptHookArgs": {".class": "SymbolTableNode", "cross_ref": "_thread._ExceptHookArgs", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_PF": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "threading._PF", "line": 8, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["types.FrameType", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_RLock": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "threading._RLock", "name": "_RLock", "type_vars": []}, "flags": [], "fullname": "threading._RLock", "metaclass_type": null, "metadata": {}, "module_name": "threading", "mro": ["threading._RLock", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading._RLock.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["threading._RLock"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of _RLock", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "threading._RLock.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["threading._RLock", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of _RLock", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading._RLock.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading._RLock"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _RLock", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "acquire": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "blocking", "timeout"], "flags": [], "fullname": "threading._RLock.acquire", "name": "acquire", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "blocking", "timeout"], "arg_types": ["threading._RLock", "builtins.bool", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acquire of _RLock", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "release": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "threading._RLock.release", "name": "release", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["threading._RLock"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "release of _RLock", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "threading._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_TF": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "threading._TF", "line": 6, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["types.FrameType", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "threading.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "threading.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "threading.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "threading.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "threading.__package__", "name": "__package__", "type": "builtins.str"}}, "_excepthook": {".class": "SymbolTableNode", "cross_ref": "_thread._excepthook", "kind": "Gdef", "module_hidden": true, "module_public": false}, "active_count": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "threading.active_count", "name": "active_count", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "active_count", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "currentThread": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "threading.currentThread", "name": "currentThread", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "currentThread", "ret_type": "threading.Thread", "type_guard": null, "variables": []}}}, "current_thread": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "threading.current_thread", "name": "current_thread", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "current_thread", "ret_type": "threading.Thread", "type_guard": null, "variables": []}}}, "enumerate": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "threading.enumerate", "name": "enumerate", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "enumerate", "ret_type": {".class": "Instance", "args": ["threading.Thread"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "excepthook": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "threading.excepthook", "name": "excepthook", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["threading.Thread", {".class": "NoneType"}]}], "partial_fallback": "_thread._ExceptHookArgs"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": []}}}, "get_ident": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "threading.get_ident", "name": "get_ident", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_ident", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "get_native_id": {".class": "SymbolTableNode", "cross_ref": "_thread.get_native_id", "kind": "Gdef", "module_public": false}, "local": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "threading.local", "name": "local", "type_vars": []}, "flags": [], "fullname": "threading.local", "metaclass_type": null, "metadata": {}, "module_name": "threading", "mro": ["threading.local", "builtins.object"], "names": {".class": "SymbolTable", "__delattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "threading.local.__delattr__", "name": "__delattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["threading.local", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delattr__ of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getattribute__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "threading.local.__getattribute__", "name": "__getattribute__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["threading.local", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattribute__ of local", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__setattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "threading.local.__setattr__", "name": "__setattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["threading.local", "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", "implicit": false, "is_ellipsis_args": false, "name": "__setattr__ of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "main_thread": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "threading.main_thread", "name": "main_thread", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "main_thread", "ret_type": "threading.Thread", "type_guard": null, "variables": []}}}, "setprofile": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "threading.setprofile", "name": "setprofile", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["func"], "arg_types": [{".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["types.FrameType", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setprofile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "settrace": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "threading.settrace", "name": "settrace", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["func"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "threading._TF"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "settrace", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "stack_size": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["size"], "flags": [], "fullname": "threading.stack_size", "name": "stack_size", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["size"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stack_size", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/threading.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/threading.meta.json b/.mypy_cache/3.9/threading.meta.json deleted file mode 100644 index a82f64b79..000000000 --- a/.mypy_cache/3.9/threading.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 30, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30], "dependencies": ["sys", "types", "typing", "_thread", "builtins", "abc"], "hash": "0790a5e56e1dd10095cd9423d76f87bbd23c0daca1110219f9c6a1f3e2eecf5a", "id": "threading", "ignore_all": true, "interface_hash": "f03327a63eac4967bba2fb4c99d887d1ddd83cf0583db821248d87766bb7ccc0", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/threading.pyi", "plugin_data": null, "size": 6460, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/time.data.json b/.mypy_cache/3.9/time.data.json deleted file mode 100644 index e44dc5331..000000000 --- a/.mypy_cache/3.9/time.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "time", "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}, "CLOCK_BOOTTIME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "time.CLOCK_BOOTTIME", "name": "CLOCK_BOOTTIME", "type": "builtins.int"}}, "CLOCK_MONOTONIC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "time.CLOCK_MONOTONIC", "name": "CLOCK_MONOTONIC", "type": "builtins.int"}}, "CLOCK_MONOTONIC_RAW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "time.CLOCK_MONOTONIC_RAW", "name": "CLOCK_MONOTONIC_RAW", "type": "builtins.int"}}, "CLOCK_PROCESS_CPUTIME_ID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "time.CLOCK_PROCESS_CPUTIME_ID", "name": "CLOCK_PROCESS_CPUTIME_ID", "type": "builtins.int"}}, "CLOCK_REALTIME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "time.CLOCK_REALTIME", "name": "CLOCK_REALTIME", "type": "builtins.int"}}, "CLOCK_TAI": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "time.CLOCK_TAI", "name": "CLOCK_TAI", "type": "builtins.int"}}, "CLOCK_THREAD_CPUTIME_ID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "time.CLOCK_THREAD_CPUTIME_ID", "name": "CLOCK_THREAD_CPUTIME_ID", "type": "builtins.int"}}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SimpleNamespace": {".class": "SymbolTableNode", "cross_ref": "types.SimpleNamespace", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_TimeTuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "time._TimeTuple", "line": 7, "no_args": false, "normalized": false, "target": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "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"}}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "time.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "time.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "time.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "time.__package__", "name": "__package__", "type": "builtins.str"}}, "_struct_time": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "time._struct_time", "name": "_struct_time", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "time._struct_time", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["tm_year", "tm_mon", "tm_mday", "tm_hour", "tm_min", "tm_sec", "tm_wday", "tm_yday", "tm_isdst"]}}, "module_name": "time", "mro": ["time._struct_time", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "time._struct_time._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "time._struct_time.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "time._struct_time.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "tm_year", "tm_mon", "tm_mday", "tm_hour", "tm_min", "tm_sec", "tm_wday", "tm_yday", "tm_isdst"], "flags": [], "fullname": "time._struct_time.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "tm_year", "tm_mon", "tm_mday", "tm_hour", "tm_min", "tm_sec", "tm_wday", "tm_yday", "tm_isdst"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "time._struct_time._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _struct_time", "ret_type": {".class": "TypeVarType", "fullname": "time._struct_time._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "time._struct_time._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "time._struct_time._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "time._struct_time._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of _struct_time", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "time._struct_time._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "time._struct_time._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "time._struct_time._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "time._struct_time._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "time._struct_time._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "time._struct_time._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _struct_time", "ret_type": {".class": "TypeVarType", "fullname": "time._struct_time._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "time._struct_time._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "time._struct_time._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "time._struct_time._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _struct_time", "ret_type": {".class": "TypeVarType", "fullname": "time._struct_time._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "time._struct_time._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["_self", "tm_year", "tm_mon", "tm_mday", "tm_hour", "tm_min", "tm_sec", "tm_wday", "tm_yday", "tm_isdst"], "flags": [], "fullname": "time._struct_time._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["_self", "tm_year", "tm_mon", "tm_mday", "tm_hour", "tm_min", "tm_sec", "tm_wday", "tm_yday", "tm_isdst"], "arg_types": [{".class": "TypeVarType", "fullname": "time._struct_time._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of _struct_time", "ret_type": {".class": "TypeVarType", "fullname": "time._struct_time._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "time._struct_time._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "time._struct_time._source", "name": "_source", "type": "builtins.str"}}, "n_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "time._struct_time.n_fields", "name": "n_fields", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time._struct_time"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "n_fields of _struct_time", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "n_fields", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time._struct_time"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "n_fields of _struct_time", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "n_sequence_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "time._struct_time.n_sequence_fields", "name": "n_sequence_fields", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time._struct_time"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "n_sequence_fields of _struct_time", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "n_sequence_fields", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time._struct_time"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "n_sequence_fields of _struct_time", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "n_unnamed_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "time._struct_time.n_unnamed_fields", "name": "n_unnamed_fields", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time._struct_time"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "n_unnamed_fields of _struct_time", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "n_unnamed_fields", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time._struct_time"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "n_unnamed_fields of _struct_time", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tm_hour": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "time._struct_time.tm_hour", "name": "tm_hour", "type": "builtins.int"}}, "tm_hour-redefinition": {".class": "SymbolTableNode", "cross_ref": "time._struct_time.tm_hour", "kind": "Mdef"}, "tm_isdst": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "time._struct_time.tm_isdst", "name": "tm_isdst", "type": "builtins.int"}}, "tm_isdst-redefinition": {".class": "SymbolTableNode", "cross_ref": "time._struct_time.tm_isdst", "kind": "Mdef"}, "tm_mday": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "time._struct_time.tm_mday", "name": "tm_mday", "type": "builtins.int"}}, "tm_mday-redefinition": {".class": "SymbolTableNode", "cross_ref": "time._struct_time.tm_mday", "kind": "Mdef"}, "tm_min": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "time._struct_time.tm_min", "name": "tm_min", "type": "builtins.int"}}, "tm_min-redefinition": {".class": "SymbolTableNode", "cross_ref": "time._struct_time.tm_min", "kind": "Mdef"}, "tm_mon": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "time._struct_time.tm_mon", "name": "tm_mon", "type": "builtins.int"}}, "tm_mon-redefinition": {".class": "SymbolTableNode", "cross_ref": "time._struct_time.tm_mon", "kind": "Mdef"}, "tm_sec": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "time._struct_time.tm_sec", "name": "tm_sec", "type": "builtins.int"}}, "tm_sec-redefinition": {".class": "SymbolTableNode", "cross_ref": "time._struct_time.tm_sec", "kind": "Mdef"}, "tm_wday": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "time._struct_time.tm_wday", "name": "tm_wday", "type": "builtins.int"}}, "tm_wday-redefinition": {".class": "SymbolTableNode", "cross_ref": "time._struct_time.tm_wday", "kind": "Mdef"}, "tm_yday": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "time._struct_time.tm_yday", "name": "tm_yday", "type": "builtins.int"}}, "tm_yday-redefinition": {".class": "SymbolTableNode", "cross_ref": "time._struct_time.tm_yday", "kind": "Mdef"}, "tm_year": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "time._struct_time.tm_year", "name": "tm_year", "type": "builtins.int"}}, "tm_year-redefinition": {".class": "SymbolTableNode", "cross_ref": "time._struct_time.tm_year", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "altzone": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "time.altzone", "name": "altzone", "type": "builtins.int"}}, "asctime": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["t"], "flags": [], "fullname": "time.asctime", "name": "asctime", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["t"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "time._TimeTuple"}, {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time.struct_time"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asctime", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "clock_getres": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["clk_id"], "flags": [], "fullname": "time.clock_getres", "name": "clock_getres", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["clk_id"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clock_getres", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "clock_gettime": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["clk_id"], "flags": [], "fullname": "time.clock_gettime", "name": "clock_gettime", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["clk_id"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clock_gettime", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "clock_gettime_ns": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["clock_id"], "flags": [], "fullname": "time.clock_gettime_ns", "name": "clock_gettime_ns", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["clock_id"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clock_gettime_ns", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "clock_settime": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["clk_id", "time"], "flags": [], "fullname": "time.clock_settime", "name": "clock_settime", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["clk_id", "time"], "arg_types": ["builtins.int", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clock_settime", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "clock_settime_ns": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["clock_id", "time"], "flags": [], "fullname": "time.clock_settime_ns", "name": "clock_settime_ns", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["clock_id", "time"], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clock_settime_ns", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "ctime": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["secs"], "flags": [], "fullname": "time.ctime", "name": "ctime", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["secs"], "arg_types": [{".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ctime", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "daylight": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "time.daylight", "name": "daylight", "type": "builtins.int"}}, "get_clock_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "time.get_clock_info", "name": "get_clock_info", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_clock_info", "ret_type": "types.SimpleNamespace", "type_guard": null, "variables": []}}}, "gmtime": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["secs"], "flags": [], "fullname": "time.gmtime", "name": "gmtime", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["secs"], "arg_types": [{".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gmtime", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time.struct_time"}, "type_guard": null, "variables": []}}}, "localtime": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["secs"], "flags": [], "fullname": "time.localtime", "name": "localtime", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["secs"], "arg_types": [{".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "localtime", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time.struct_time"}, "type_guard": null, "variables": []}}}, "mktime": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["t"], "flags": [], "fullname": "time.mktime", "name": "mktime", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["t"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "time._TimeTuple"}, {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time.struct_time"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mktime", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "monotonic": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "time.monotonic", "name": "monotonic", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "monotonic", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "monotonic_ns": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "time.monotonic_ns", "name": "monotonic_ns", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "monotonic_ns", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "perf_counter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "time.perf_counter", "name": "perf_counter", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "perf_counter", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "perf_counter_ns": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "time.perf_counter_ns", "name": "perf_counter_ns", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "perf_counter_ns", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "process_time": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "time.process_time", "name": "process_time", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "process_time", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "process_time_ns": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "time.process_time_ns", "name": "process_time_ns", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "process_time_ns", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sleep": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["secs"], "flags": [], "fullname": "time.sleep", "name": "sleep", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["secs"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sleep", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "strftime": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["format", "t"], "flags": [], "fullname": "time.strftime", "name": "strftime", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["format", "t"], "arg_types": ["builtins.str", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "time._TimeTuple"}, {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time.struct_time"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strftime", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "strptime": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["string", "format"], "flags": [], "fullname": "time.strptime", "name": "strptime", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["string", "format"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strptime", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time.struct_time"}, "type_guard": null, "variables": []}}}, "struct_time": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["time._struct_time"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "time.struct_time", "name": "struct_time", "type_vars": []}, "flags": [], "fullname": "time.struct_time", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "time", "mro": ["time.struct_time", "time._struct_time", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "o", "_arg"], "flags": [], "fullname": "time.struct_time.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "o", "_arg"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time.struct_time"}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "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"}}, {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "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.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "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", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of struct_time", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "o", "_arg"], "flags": [], "fullname": "time.struct_time.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "o", "_arg"], "arg_types": [{".class": "TypeType", "item": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time.struct_time"}}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "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"}}, {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "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.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of struct_time", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time.struct_time"}, "type_guard": null, "variables": []}}}, "tm_gmtoff": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "time.struct_time.tm_gmtoff", "name": "tm_gmtoff", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time.struct_time"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tm_gmtoff of struct_time", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "tm_gmtoff", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time.struct_time"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tm_gmtoff of struct_time", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tm_zone": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "time.struct_time.tm_zone", "name": "tm_zone", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time.struct_time"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tm_zone of struct_time", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "tm_zone", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time.struct_time"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tm_zone of struct_time", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time._struct_time"}, "type_vars": [], "typeddict_type": null}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "thread_time": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "time.thread_time", "name": "thread_time", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "thread_time", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "thread_time_ns": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "time.thread_time_ns", "name": "thread_time_ns", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "thread_time_ns", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "time": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "time.time", "name": "time", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "time", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "time_ns": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "time.time_ns", "name": "time_ns", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "time_ns", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "timezone": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "time.timezone", "name": "timezone", "type": "builtins.int"}}, "tzname": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "time.tzname", "name": "tzname", "type": {".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"}}}}, "tzset": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "time.tzset", "name": "tzset", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tzset", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/time.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/time.meta.json b/.mypy_cache/3.9/time.meta.json deleted file mode 100644 index 6fa580975..000000000 --- a/.mypy_cache/3.9/time.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 5, 1, 1], "dep_prios": [10, 5, 5, 5, 30], "dependencies": ["sys", "typing", "types", "builtins", "abc"], "hash": "6fd58f9dba889d5937ef1fb25a09cc979d1ca810fb99a9078b27dc0fe897f3a6", "id": "time", "ignore_all": true, "interface_hash": "700fae0a1bc2e1cf5f3fb4f7c8debd49b1bd64352698ed1988b618df83877e86", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/time.pyi", "plugin_data": null, "size": 4063, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/token.data.json b/.mypy_cache/3.9/token.data.json deleted file mode 100644 index 5b120cd3f..000000000 --- a/.mypy_cache/3.9/token.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "token", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AMPER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.AMPER", "name": "AMPER", "type": "builtins.int"}}, "AMPEREQUAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.AMPEREQUAL", "name": "AMPEREQUAL", "type": "builtins.int"}}, "ASYNC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.ASYNC", "name": "ASYNC", "type": "builtins.int"}}, "AT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.AT", "name": "AT", "type": "builtins.int"}}, "ATEQUAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.ATEQUAL", "name": "ATEQUAL", "type": "builtins.int"}}, "AWAIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.AWAIT", "name": "AWAIT", "type": "builtins.int"}}, "CIRCUMFLEX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.CIRCUMFLEX", "name": "CIRCUMFLEX", "type": "builtins.int"}}, "CIRCUMFLEXEQUAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.CIRCUMFLEXEQUAL", "name": "CIRCUMFLEXEQUAL", "type": "builtins.int"}}, "COLON": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.COLON", "name": "COLON", "type": "builtins.int"}}, "COLONEQUAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.COLONEQUAL", "name": "COLONEQUAL", "type": "builtins.int"}}, "COMMA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.COMMA", "name": "COMMA", "type": "builtins.int"}}, "COMMENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.COMMENT", "name": "COMMENT", "type": "builtins.int"}}, "DEDENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.DEDENT", "name": "DEDENT", "type": "builtins.int"}}, "DOT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.DOT", "name": "DOT", "type": "builtins.int"}}, "DOUBLESLASH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.DOUBLESLASH", "name": "DOUBLESLASH", "type": "builtins.int"}}, "DOUBLESLASHEQUAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.DOUBLESLASHEQUAL", "name": "DOUBLESLASHEQUAL", "type": "builtins.int"}}, "DOUBLESTAR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.DOUBLESTAR", "name": "DOUBLESTAR", "type": "builtins.int"}}, "DOUBLESTAREQUAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.DOUBLESTAREQUAL", "name": "DOUBLESTAREQUAL", "type": "builtins.int"}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ELLIPSIS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.ELLIPSIS", "name": "ELLIPSIS", "type": "builtins.int"}}, "ENCODING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.ENCODING", "name": "ENCODING", "type": "builtins.int"}}, "ENDMARKER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.ENDMARKER", "name": "ENDMARKER", "type": "builtins.int"}}, "EQEQUAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.EQEQUAL", "name": "EQEQUAL", "type": "builtins.int"}}, "EQUAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.EQUAL", "name": "EQUAL", "type": "builtins.int"}}, "ERRORTOKEN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.ERRORTOKEN", "name": "ERRORTOKEN", "type": "builtins.int"}}, "EXACT_TOKEN_TYPES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.EXACT_TOKEN_TYPES", "name": "EXACT_TOKEN_TYPES", "type": {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}}}, "GREATER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.GREATER", "name": "GREATER", "type": "builtins.int"}}, "GREATEREQUAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.GREATEREQUAL", "name": "GREATEREQUAL", "type": "builtins.int"}}, "INDENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.INDENT", "name": "INDENT", "type": "builtins.int"}}, "ISEOF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "token.ISEOF", "name": "ISEOF", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["x"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ISEOF", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "ISNONTERMINAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "token.ISNONTERMINAL", "name": "ISNONTERMINAL", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["x"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ISNONTERMINAL", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "ISTERMINAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "token.ISTERMINAL", "name": "ISTERMINAL", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["x"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ISTERMINAL", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "LBRACE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.LBRACE", "name": "LBRACE", "type": "builtins.int"}}, "LEFTSHIFT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.LEFTSHIFT", "name": "LEFTSHIFT", "type": "builtins.int"}}, "LEFTSHIFTEQUAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.LEFTSHIFTEQUAL", "name": "LEFTSHIFTEQUAL", "type": "builtins.int"}}, "LESS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.LESS", "name": "LESS", "type": "builtins.int"}}, "LESSEQUAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.LESSEQUAL", "name": "LESSEQUAL", "type": "builtins.int"}}, "LPAR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.LPAR", "name": "LPAR", "type": "builtins.int"}}, "LSQB": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.LSQB", "name": "LSQB", "type": "builtins.int"}}, "MINEQUAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.MINEQUAL", "name": "MINEQUAL", "type": "builtins.int"}}, "MINUS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.MINUS", "name": "MINUS", "type": "builtins.int"}}, "NAME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.NAME", "name": "NAME", "type": "builtins.int"}}, "NEWLINE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.NEWLINE", "name": "NEWLINE", "type": "builtins.int"}}, "NL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.NL", "name": "NL", "type": "builtins.int"}}, "NOTEQUAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.NOTEQUAL", "name": "NOTEQUAL", "type": "builtins.int"}}, "NT_OFFSET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.NT_OFFSET", "name": "NT_OFFSET", "type": "builtins.int"}}, "NUMBER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.NUMBER", "name": "NUMBER", "type": "builtins.int"}}, "N_TOKENS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.N_TOKENS", "name": "N_TOKENS", "type": "builtins.int"}}, "OP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.OP", "name": "OP", "type": "builtins.int"}}, "PERCENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.PERCENT", "name": "PERCENT", "type": "builtins.int"}}, "PERCENTEQUAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.PERCENTEQUAL", "name": "PERCENTEQUAL", "type": "builtins.int"}}, "PLUS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.PLUS", "name": "PLUS", "type": "builtins.int"}}, "PLUSEQUAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.PLUSEQUAL", "name": "PLUSEQUAL", "type": "builtins.int"}}, "RARROW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.RARROW", "name": "RARROW", "type": "builtins.int"}}, "RBRACE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.RBRACE", "name": "RBRACE", "type": "builtins.int"}}, "RIGHTSHIFT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.RIGHTSHIFT", "name": "RIGHTSHIFT", "type": "builtins.int"}}, "RIGHTSHIFTEQUAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.RIGHTSHIFTEQUAL", "name": "RIGHTSHIFTEQUAL", "type": "builtins.int"}}, "RPAR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.RPAR", "name": "RPAR", "type": "builtins.int"}}, "RSQB": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.RSQB", "name": "RSQB", "type": "builtins.int"}}, "SEMI": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.SEMI", "name": "SEMI", "type": "builtins.int"}}, "SLASH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.SLASH", "name": "SLASH", "type": "builtins.int"}}, "SLASHEQUAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.SLASHEQUAL", "name": "SLASHEQUAL", "type": "builtins.int"}}, "STAR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.STAR", "name": "STAR", "type": "builtins.int"}}, "STAREQUAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.STAREQUAL", "name": "STAREQUAL", "type": "builtins.int"}}, "STRING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.STRING", "name": "STRING", "type": "builtins.int"}}, "TILDE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.TILDE", "name": "TILDE", "type": "builtins.int"}}, "TYPE_COMMENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.TYPE_COMMENT", "name": "TYPE_COMMENT", "type": "builtins.int"}}, "TYPE_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.TYPE_IGNORE", "name": "TYPE_IGNORE", "type": "builtins.int"}}, "VBAR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.VBAR", "name": "VBAR", "type": "builtins.int"}}, "VBAREQUAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.VBAREQUAL", "name": "VBAREQUAL", "type": "builtins.int"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.__package__", "name": "__package__", "type": "builtins.str"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "tok_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "token.tok_name", "name": "tok_name", "type": {".class": "Instance", "args": ["builtins.int", "builtins.str"], "type_ref": "builtins.dict"}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/token.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/token.meta.json b/.mypy_cache/3.9/token.meta.json deleted file mode 100644 index 982f9cd74..000000000 --- a/.mypy_cache/3.9/token.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "d38a78f69a2a9184d65224a96f6b327fb757f388be78ffcd0545db2489057116", "id": "token", "ignore_all": true, "interface_hash": "978e875ad347c96d58b9d7fe6673e205c5f318a646d4b65046aadc9258fb6a87", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/token.pyi", "plugin_data": null, "size": 1468, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/tokenize.data.json b/.mypy_cache/3.9/tokenize.data.json deleted file mode 100644 index 16bff5d23..000000000 --- a/.mypy_cache/3.9/tokenize.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "tokenize", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AMPER": {".class": "SymbolTableNode", "cross_ref": "token.AMPER", "kind": "Gdef"}, "AMPEREQUAL": {".class": "SymbolTableNode", "cross_ref": "token.AMPEREQUAL", "kind": "Gdef"}, "ASYNC": {".class": "SymbolTableNode", "cross_ref": "token.ASYNC", "kind": "Gdef"}, "AT": {".class": "SymbolTableNode", "cross_ref": "token.AT", "kind": "Gdef"}, "ATEQUAL": {".class": "SymbolTableNode", "cross_ref": "token.ATEQUAL", "kind": "Gdef"}, "AWAIT": {".class": "SymbolTableNode", "cross_ref": "token.AWAIT", "kind": "Gdef"}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Binnumber": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Binnumber", "name": "Binnumber", "type": "builtins.str"}}, "CIRCUMFLEX": {".class": "SymbolTableNode", "cross_ref": "token.CIRCUMFLEX", "kind": "Gdef"}, "CIRCUMFLEXEQUAL": {".class": "SymbolTableNode", "cross_ref": "token.CIRCUMFLEXEQUAL", "kind": "Gdef"}, "COLON": {".class": "SymbolTableNode", "cross_ref": "token.COLON", "kind": "Gdef"}, "COLONEQUAL": {".class": "SymbolTableNode", "cross_ref": "token.COLONEQUAL", "kind": "Gdef"}, "COMMA": {".class": "SymbolTableNode", "cross_ref": "token.COMMA", "kind": "Gdef"}, "COMMENT": {".class": "SymbolTableNode", "cross_ref": "token.COMMENT", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Comment": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Comment", "name": "Comment", "type": "builtins.str"}}, "ContStr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.ContStr", "name": "ContStr", "type": "builtins.str"}}, "DEDENT": {".class": "SymbolTableNode", "cross_ref": "token.DEDENT", "kind": "Gdef"}, "DOT": {".class": "SymbolTableNode", "cross_ref": "token.DOT", "kind": "Gdef"}, "DOUBLESLASH": {".class": "SymbolTableNode", "cross_ref": "token.DOUBLESLASH", "kind": "Gdef"}, "DOUBLESLASHEQUAL": {".class": "SymbolTableNode", "cross_ref": "token.DOUBLESLASHEQUAL", "kind": "Gdef"}, "DOUBLESTAR": {".class": "SymbolTableNode", "cross_ref": "token.DOUBLESTAR", "kind": "Gdef"}, "DOUBLESTAREQUAL": {".class": "SymbolTableNode", "cross_ref": "token.DOUBLESTAREQUAL", "kind": "Gdef"}, "Decnumber": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Decnumber", "name": "Decnumber", "type": "builtins.str"}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Double": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Double", "name": "Double", "type": "builtins.str"}}, "Double3": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Double3", "name": "Double3", "type": "builtins.str"}}, "ELLIPSIS": {".class": "SymbolTableNode", "cross_ref": "token.ELLIPSIS", "kind": "Gdef"}, "ENCODING": {".class": "SymbolTableNode", "cross_ref": "token.ENCODING", "kind": "Gdef"}, "ENDMARKER": {".class": "SymbolTableNode", "cross_ref": "token.ENDMARKER", "kind": "Gdef"}, "EQEQUAL": {".class": "SymbolTableNode", "cross_ref": "token.EQEQUAL", "kind": "Gdef"}, "EQUAL": {".class": "SymbolTableNode", "cross_ref": "token.EQUAL", "kind": "Gdef"}, "ERRORTOKEN": {".class": "SymbolTableNode", "cross_ref": "token.ERRORTOKEN", "kind": "Gdef"}, "EXACT_TOKEN_TYPES": {".class": "SymbolTableNode", "cross_ref": "token.EXACT_TOKEN_TYPES", "kind": "Gdef"}, "Expfloat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Expfloat", "name": "Expfloat", "type": "builtins.str"}}, "Exponent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Exponent", "name": "Exponent", "type": "builtins.str"}}, "Floatnumber": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Floatnumber", "name": "Floatnumber", "type": "builtins.str"}}, "Funny": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Funny", "name": "Funny", "type": "builtins.str"}}, "GREATER": {".class": "SymbolTableNode", "cross_ref": "token.GREATER", "kind": "Gdef"}, "GREATEREQUAL": {".class": "SymbolTableNode", "cross_ref": "token.GREATEREQUAL", "kind": "Gdef"}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Hexnumber": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Hexnumber", "name": "Hexnumber", "type": "builtins.str"}}, "INDENT": {".class": "SymbolTableNode", "cross_ref": "token.INDENT", "kind": "Gdef"}, "ISEOF": {".class": "SymbolTableNode", "cross_ref": "token.ISEOF", "kind": "Gdef"}, "ISNONTERMINAL": {".class": "SymbolTableNode", "cross_ref": "token.ISNONTERMINAL", "kind": "Gdef"}, "ISTERMINAL": {".class": "SymbolTableNode", "cross_ref": "token.ISTERMINAL", "kind": "Gdef"}, "Ignore": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Ignore", "name": "Ignore", "type": "builtins.str"}}, "Imagnumber": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Imagnumber", "name": "Imagnumber", "type": "builtins.str"}}, "Intnumber": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Intnumber", "name": "Intnumber", "type": "builtins.str"}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "LBRACE": {".class": "SymbolTableNode", "cross_ref": "token.LBRACE", "kind": "Gdef"}, "LEFTSHIFT": {".class": "SymbolTableNode", "cross_ref": "token.LEFTSHIFT", "kind": "Gdef"}, "LEFTSHIFTEQUAL": {".class": "SymbolTableNode", "cross_ref": "token.LEFTSHIFTEQUAL", "kind": "Gdef"}, "LESS": {".class": "SymbolTableNode", "cross_ref": "token.LESS", "kind": "Gdef"}, "LESSEQUAL": {".class": "SymbolTableNode", "cross_ref": "token.LESSEQUAL", "kind": "Gdef"}, "LPAR": {".class": "SymbolTableNode", "cross_ref": "token.LPAR", "kind": "Gdef"}, "LSQB": {".class": "SymbolTableNode", "cross_ref": "token.LSQB", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MINEQUAL": {".class": "SymbolTableNode", "cross_ref": "token.MINEQUAL", "kind": "Gdef"}, "MINUS": {".class": "SymbolTableNode", "cross_ref": "token.MINUS", "kind": "Gdef"}, "NAME": {".class": "SymbolTableNode", "cross_ref": "token.NAME", "kind": "Gdef"}, "NEWLINE": {".class": "SymbolTableNode", "cross_ref": "token.NEWLINE", "kind": "Gdef"}, "NL": {".class": "SymbolTableNode", "cross_ref": "token.NL", "kind": "Gdef"}, "NOTEQUAL": {".class": "SymbolTableNode", "cross_ref": "token.NOTEQUAL", "kind": "Gdef"}, "NT_OFFSET": {".class": "SymbolTableNode", "cross_ref": "token.NT_OFFSET", "kind": "Gdef"}, "NUMBER": {".class": "SymbolTableNode", "cross_ref": "token.NUMBER", "kind": "Gdef"}, "N_TOKENS": {".class": "SymbolTableNode", "cross_ref": "token.N_TOKENS", "kind": "Gdef"}, "Name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Name", "name": "Name", "type": "builtins.str"}}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Number": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Number", "name": "Number", "type": "builtins.str"}}, "OP": {".class": "SymbolTableNode", "cross_ref": "token.OP", "kind": "Gdef"}, "Octnumber": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Octnumber", "name": "Octnumber", "type": "builtins.str"}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PERCENT": {".class": "SymbolTableNode", "cross_ref": "token.PERCENT", "kind": "Gdef"}, "PERCENTEQUAL": {".class": "SymbolTableNode", "cross_ref": "token.PERCENTEQUAL", "kind": "Gdef"}, "PLUS": {".class": "SymbolTableNode", "cross_ref": "token.PLUS", "kind": "Gdef"}, "PLUSEQUAL": {".class": "SymbolTableNode", "cross_ref": "token.PLUSEQUAL", "kind": "Gdef"}, "PathLike": {".class": "SymbolTableNode", "cross_ref": "os.PathLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Pattern": {".class": "SymbolTableNode", "cross_ref": "typing.Pattern", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PlainToken": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.PlainToken", "name": "PlainToken", "type": "builtins.str"}}, "Pointfloat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Pointfloat", "name": "Pointfloat", "type": "builtins.str"}}, "PseudoExtras": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.PseudoExtras", "name": "PseudoExtras", "type": "builtins.str"}}, "PseudoToken": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.PseudoToken", "name": "PseudoToken", "type": "builtins.str"}}, "RARROW": {".class": "SymbolTableNode", "cross_ref": "token.RARROW", "kind": "Gdef"}, "RBRACE": {".class": "SymbolTableNode", "cross_ref": "token.RBRACE", "kind": "Gdef"}, "RIGHTSHIFT": {".class": "SymbolTableNode", "cross_ref": "token.RIGHTSHIFT", "kind": "Gdef"}, "RIGHTSHIFTEQUAL": {".class": "SymbolTableNode", "cross_ref": "token.RIGHTSHIFTEQUAL", "kind": "Gdef"}, "RPAR": {".class": "SymbolTableNode", "cross_ref": "token.RPAR", "kind": "Gdef"}, "RSQB": {".class": "SymbolTableNode", "cross_ref": "token.RSQB", "kind": "Gdef"}, "SEMI": {".class": "SymbolTableNode", "cross_ref": "token.SEMI", "kind": "Gdef"}, "SLASH": {".class": "SymbolTableNode", "cross_ref": "token.SLASH", "kind": "Gdef"}, "SLASHEQUAL": {".class": "SymbolTableNode", "cross_ref": "token.SLASHEQUAL", "kind": "Gdef"}, "STAR": {".class": "SymbolTableNode", "cross_ref": "token.STAR", "kind": "Gdef"}, "STAREQUAL": {".class": "SymbolTableNode", "cross_ref": "token.STAREQUAL", "kind": "Gdef"}, "STRING": {".class": "SymbolTableNode", "cross_ref": "token.STRING", "kind": "Gdef"}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Single": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Single", "name": "Single", "type": "builtins.str"}}, "Single3": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Single3", "name": "Single3", "type": "builtins.str"}}, "Special": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Special", "name": "Special", "type": "builtins.str"}}, "StopTokenizing": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "tokenize.StopTokenizing", "name": "StopTokenizing", "type_vars": []}, "flags": [], "fullname": "tokenize.StopTokenizing", "metaclass_type": null, "metadata": {}, "module_name": "tokenize", "mro": ["tokenize.StopTokenizing", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "String": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.String", "name": "String", "type": "builtins.str"}}, "StringPrefix": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.StringPrefix", "name": "StringPrefix", "type": "builtins.str"}}, "TILDE": {".class": "SymbolTableNode", "cross_ref": "token.TILDE", "kind": "Gdef"}, "TYPE_COMMENT": {".class": "SymbolTableNode", "cross_ref": "token.TYPE_COMMENT", "kind": "Gdef"}, "TYPE_IGNORE": {".class": "SymbolTableNode", "cross_ref": "token.TYPE_IGNORE", "kind": "Gdef"}, "TextIO": {".class": "SymbolTableNode", "cross_ref": "typing.TextIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Token": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Token", "name": "Token", "type": "builtins.str"}}, "TokenError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "tokenize.TokenError", "name": "TokenError", "type_vars": []}, "flags": [], "fullname": "tokenize.TokenError", "metaclass_type": null, "metadata": {}, "module_name": "tokenize", "mro": ["tokenize.TokenError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TokenInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["tokenize._TokenInfo"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "tokenize.TokenInfo", "name": "TokenInfo", "type_vars": []}, "flags": [], "fullname": "tokenize.TokenInfo", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "tokenize", "mro": ["tokenize.TokenInfo", "tokenize._TokenInfo", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "exact_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "tokenize.TokenInfo.exact_type", "name": "exact_type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": "tokenize.TokenInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exact_type of TokenInfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "exact_type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": "tokenize.TokenInfo"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exact_type of TokenInfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": "tokenize._TokenInfo"}, "type_vars": [], "typeddict_type": null}}, "Triple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Triple", "name": "Triple", "type": "builtins.str"}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Untokenizer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "tokenize.Untokenizer", "name": "Untokenizer", "type_vars": []}, "flags": [], "fullname": "tokenize.Untokenizer", "metaclass_type": null, "metadata": {}, "module_name": "tokenize", "mro": ["tokenize.Untokenizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tokenize.Untokenizer.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["tokenize.Untokenizer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Untokenizer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_whitespace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "start"], "flags": [], "fullname": "tokenize.Untokenizer.add_whitespace", "name": "add_whitespace", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "start"], "arg_types": ["tokenize.Untokenizer", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_whitespace of Untokenizer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "compat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "token", "iterable"], "flags": [], "fullname": "tokenize.Untokenizer.compat", "name": "compat", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "token", "iterable"], "arg_types": ["tokenize.Untokenizer", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Token"}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compat of Untokenizer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "encoding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tokenize.Untokenizer.encoding", "name": "encoding", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "prev_col": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tokenize.Untokenizer.prev_col", "name": "prev_col", "type": "builtins.int"}}, "prev_row": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tokenize.Untokenizer.prev_row", "name": "prev_row", "type": "builtins.int"}}, "tokens": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tokenize.Untokenizer.tokens", "name": "tokens", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "untokenize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "iterable"], "flags": [], "fullname": "tokenize.Untokenizer.untokenize", "name": "untokenize", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "iterable"], "arg_types": ["tokenize.Untokenizer", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Token"}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "untokenize of Untokenizer", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "VBAR": {".class": "SymbolTableNode", "cross_ref": "token.VBAR", "kind": "Gdef"}, "VBAREQUAL": {".class": "SymbolTableNode", "cross_ref": "token.VBAREQUAL", "kind": "Gdef"}, "Whitespace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.Whitespace", "name": "Whitespace", "type": "builtins.str"}}, "_Position": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "tokenize._Position", "line": 30, "no_args": false, "normalized": false, "target": {".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"}}}}, "_Token": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "tokenize._Token", "line": 44, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": "tokenize.TokenInfo"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}]}], "type_ref": "typing.Sequence"}]}}}, "_TokenInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "tokenize._TokenInfo", "name": "_TokenInfo", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "tokenize._TokenInfo", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["type", "string", "start", "end", "line"]}}, "module_name": "tokenize", "mro": ["tokenize._TokenInfo", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "tokenize._TokenInfo._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tokenize._TokenInfo.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tokenize._TokenInfo.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "type", "string", "start", "end", "line"], "flags": [], "fullname": "tokenize._TokenInfo.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "type", "string", "start", "end", "line"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "tokenize._TokenInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _TokenInfo", "ret_type": {".class": "TypeVarType", "fullname": "tokenize._TokenInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "tokenize._TokenInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "tokenize._TokenInfo._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "tokenize._TokenInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of _TokenInfo", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "tokenize._TokenInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tokenize._TokenInfo._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tokenize._TokenInfo._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tokenize._TokenInfo._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "tokenize._TokenInfo._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "tokenize._TokenInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _TokenInfo", "ret_type": {".class": "TypeVarType", "fullname": "tokenize._TokenInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "tokenize._TokenInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "tokenize._TokenInfo._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "tokenize._TokenInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _TokenInfo", "ret_type": {".class": "TypeVarType", "fullname": "tokenize._TokenInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "tokenize._TokenInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["_self", "type", "string", "start", "end", "line"], "flags": [], "fullname": "tokenize._TokenInfo._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["_self", "type", "string", "start", "end", "line"], "arg_types": [{".class": "TypeVarType", "fullname": "tokenize._TokenInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of _TokenInfo", "ret_type": {".class": "TypeVarType", "fullname": "tokenize._TokenInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "tokenize._TokenInfo._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "tokenize._TokenInfo._source", "name": "_source", "type": "builtins.str"}}, "end": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "tokenize._TokenInfo.end", "name": "end", "type": {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}}}, "end-redefinition": {".class": "SymbolTableNode", "cross_ref": "tokenize._TokenInfo.end", "kind": "Mdef"}, "line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "tokenize._TokenInfo.line", "name": "line", "type": "builtins.str"}}, "line-redefinition": {".class": "SymbolTableNode", "cross_ref": "tokenize._TokenInfo.line", "kind": "Mdef"}, "start": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "tokenize._TokenInfo.start", "name": "start", "type": {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}}}, "start-redefinition": {".class": "SymbolTableNode", "cross_ref": "tokenize._TokenInfo.start", "kind": "Mdef"}, "string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "tokenize._TokenInfo.string", "name": "string", "type": "builtins.str"}}, "string-redefinition": {".class": "SymbolTableNode", "cross_ref": "tokenize._TokenInfo.string", "kind": "Mdef"}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "tokenize._TokenInfo.type", "name": "type", "type": "builtins.int"}}, "type-redefinition": {".class": "SymbolTableNode", "cross_ref": "tokenize._TokenInfo.type", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.__package__", "name": "__package__", "type": "builtins.str"}}, "_all_string_prefixes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "tokenize._all_string_prefixes", "name": "_all_string_prefixes", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_all_string_prefixes", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "_builtin_open": {".class": "SymbolTableNode", "cross_ref": "builtins.open", "kind": "Gdef", "module_hidden": true, "module_public": false}, "any": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["choices"], "flags": [], "fullname": "tokenize.any", "name": "any", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["choices"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "blank_re": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.blank_re", "name": "blank_re", "type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Pattern"}}}, "cookie_re": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.cookie_re", "name": "cookie_re", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "detect_encoding": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["readline"], "flags": [], "fullname": "tokenize.detect_encoding", "name": "detect_encoding", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["readline"], "arg_types": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bytes", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "detect_encoding", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Sequence"}], "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": []}}}, "endpats": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.endpats", "name": "endpats", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "generate_tokens": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["readline"], "flags": [], "fullname": "tokenize.generate_tokens", "name": "generate_tokens", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["readline"], "arg_types": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "generate_tokens", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": "tokenize.TokenInfo"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}, "group": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["choices"], "flags": [], "fullname": "tokenize.group", "name": "group", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["choices"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "group", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "maybe": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["choices"], "flags": [], "fullname": "tokenize.maybe", "name": "maybe", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["choices"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "maybe", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "open": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["filename"], "flags": [], "fullname": "tokenize.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["filename"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes", "builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "os.PathLike"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": "typing.TextIO", "type_guard": null, "variables": []}}}, "single_quoted": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.single_quoted", "name": "single_quoted", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "tabsize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.tabsize", "name": "tabsize", "type": "builtins.int"}}, "tok_name": {".class": "SymbolTableNode", "cross_ref": "token.tok_name", "kind": "Gdef"}, "tokenize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["readline"], "flags": [], "fullname": "tokenize.tokenize", "name": "tokenize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["readline"], "arg_types": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bytes", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tokenize", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, {".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Position"}, "builtins.str"], "partial_fallback": "tokenize.TokenInfo"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}, "triple_quoted": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tokenize.triple_quoted", "name": "triple_quoted", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "untokenize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["iterable"], "flags": [], "fullname": "tokenize.untokenize", "name": "untokenize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["iterable"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "tokenize._Token"}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "untokenize", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/tokenize.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/tokenize.meta.json b/.mypy_cache/3.9/tokenize.meta.json deleted file mode 100644 index a81b86283..000000000 --- a/.mypy_cache/3.9/tokenize.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 4, 5, 1], "dep_prios": [10, 5, 5, 5, 5, 30], "dependencies": ["sys", "builtins", "os", "token", "typing", "abc"], "hash": "30a32467913e69920e6d62689b9535fb825c28c114bb292428336cd6d724a363", "id": "tokenize", "ignore_all": true, "interface_hash": "8f1546b4142eb405f6b93be18bd72b06f4ff51d1ebf65ecfc47218c76227cce3", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/tokenize.pyi", "plugin_data": null, "size": 3110, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/_VariableFunctions.data.json b/.mypy_cache/3.9/torch/_C/_VariableFunctions.data.json deleted file mode 100644 index ddd2b8440..000000000 --- a/.mypy_cache/3.9/torch/_C/_VariableFunctions.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._C._VariableFunctions", "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}, "ContextManager": {".class": "SymbolTableNode", "cross_ref": "typing.ContextManager", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Generator": {".class": "SymbolTableNode", "cross_ref": "torch._C.Generator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Number": {".class": "SymbolTableNode", "cross_ref": "torch.types.Number", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "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}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch._C._VariableFunctions.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__and__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.__and__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__and__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__and__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._VariableFunctions.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._VariableFunctions.__file__", "name": "__file__", "type": "builtins.str"}}, "__lshift__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.__lshift__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.__lshift__", "name": "__lshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lshift__", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__lshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.__lshift__", "name": "__lshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lshift__", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__lshift__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lshift__", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lshift__", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._VariableFunctions.__name__", "name": "__name__", "type": "builtins.str"}}, "__or__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.__or__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__or__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__or__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._VariableFunctions.__package__", "name": "__package__", "type": "builtins.str"}}, "__rshift__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.__rshift__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.__rshift__", "name": "__rshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rshift__", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.__rshift__", "name": "__rshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rshift__", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rshift__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rshift__", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rshift__", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.__xor__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__xor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__xor__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "_adaptive_avg_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "output_size"], "flags": [], "fullname": "torch._C._VariableFunctions._adaptive_avg_pool2d", "name": "_adaptive_avg_pool2d", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "output_size"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_adaptive_avg_pool2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_adaptive_avg_pool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "output_size"], "flags": [], "fullname": "torch._C._VariableFunctions._adaptive_avg_pool3d", "name": "_adaptive_avg_pool3d", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "output_size"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_adaptive_avg_pool3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_add_batch_dim": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "batch_dim", "level"], "flags": [], "fullname": "torch._C._VariableFunctions._add_batch_dim", "name": "_add_batch_dim", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "batch_dim", "level"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_add_batch_dim", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_add_relu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions._add_relu", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "other", "alpha", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._add_relu", "name": "_add_relu", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "other", "alpha", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_add_relu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_add_relu", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "other", "alpha"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._add_relu", "name": "_add_relu", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "other", "alpha"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_add_relu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_add_relu", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "other", "alpha", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_add_relu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "other", "alpha"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_add_relu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "_add_relu_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions._add_relu_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "alpha"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._add_relu_", "name": "_add_relu_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "alpha"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_add_relu_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_add_relu_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "other", "alpha"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._add_relu_", "name": "_add_relu_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "other", "alpha"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_add_relu_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_add_relu_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "alpha"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_add_relu_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "other", "alpha"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_add_relu_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "_aminmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions._aminmax", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._aminmax", "name": "_aminmax", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_aminmax", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_aminmax", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._aminmax", "name": "_aminmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "keepdim"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_aminmax", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_aminmax", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_aminmax", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "keepdim"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_aminmax", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}]}}}, "_amp_foreach_non_finite_check_and_unscale_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "found_inf", "inv_scale"], "flags": [], "fullname": "torch._C._VariableFunctions._amp_foreach_non_finite_check_and_unscale_", "name": "_amp_foreach_non_finite_check_and_unscale_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "found_inf", "inv_scale"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_amp_foreach_non_finite_check_and_unscale_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_amp_update_scale_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["input", "growth_tracker", "found_inf", "scale_growth_factor", "scale_backoff_factor", "growth_interval"], "flags": [], "fullname": "torch._C._VariableFunctions._amp_update_scale_", "name": "_amp_update_scale_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["input", "growth_tracker", "found_inf", "scale_growth_factor", "scale_backoff_factor", "growth_interval"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", "builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_amp_update_scale_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_assert_async": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions._assert_async", "name": "_assert_async", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_assert_async", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_baddbmm_mkl_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["input", "batch1", "batch2", "beta", "alpha"], "flags": [], "fullname": "torch._C._VariableFunctions._baddbmm_mkl_", "name": "_baddbmm_mkl_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["input", "batch1", "batch2", "beta", "alpha"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_baddbmm_mkl_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_batch_norm_impl_index": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "running_mean", "running_var", "training", "momentum", "eps", "cudnn_enabled"], "flags": [], "fullname": "torch._C._VariableFunctions._batch_norm_impl_index", "name": "_batch_norm_impl_index", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "running_mean", "running_var", "training", "momentum", "eps", "cudnn_enabled"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_batch_norm_impl_index", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "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": []}}}, "_bool": {".class": "SymbolTableNode", "cross_ref": "torch.types._bool", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_cast_Byte": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "non_blocking"], "flags": [], "fullname": "torch._C._VariableFunctions._cast_Byte", "name": "_cast_Byte", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "non_blocking"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cast_Byte", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_cast_Char": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "non_blocking"], "flags": [], "fullname": "torch._C._VariableFunctions._cast_Char", "name": "_cast_Char", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "non_blocking"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cast_Char", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_cast_Double": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "non_blocking"], "flags": [], "fullname": "torch._C._VariableFunctions._cast_Double", "name": "_cast_Double", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "non_blocking"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cast_Double", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_cast_Float": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "non_blocking"], "flags": [], "fullname": "torch._C._VariableFunctions._cast_Float", "name": "_cast_Float", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "non_blocking"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cast_Float", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_cast_Half": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "non_blocking"], "flags": [], "fullname": "torch._C._VariableFunctions._cast_Half", "name": "_cast_Half", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "non_blocking"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cast_Half", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_cast_Int": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "non_blocking"], "flags": [], "fullname": "torch._C._VariableFunctions._cast_Int", "name": "_cast_Int", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "non_blocking"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cast_Int", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_cast_Long": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "non_blocking"], "flags": [], "fullname": "torch._C._VariableFunctions._cast_Long", "name": "_cast_Long", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "non_blocking"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cast_Long", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_cast_Short": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "non_blocking"], "flags": [], "fullname": "torch._C._VariableFunctions._cast_Short", "name": "_cast_Short", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "non_blocking"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cast_Short", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_cat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["tensors", "dim", "out"], "flags": [], "fullname": "torch._C._VariableFunctions._cat", "name": "_cat", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["tensors", "dim", "out"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cat", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_choose_qparams_per_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "reduce_range"], "flags": [], "fullname": "torch._C._VariableFunctions._choose_qparams_per_tensor", "name": "_choose_qparams_per_tensor", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "reduce_range"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_choose_qparams_per_tensor", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "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": []}}}, "_coalesce": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions._coalesce", "name": "_coalesce", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_coalesce", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_compute_linear_combination": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "coefficients", "out"], "flags": [], "fullname": "torch._C._VariableFunctions._compute_linear_combination", "name": "_compute_linear_combination", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "coefficients", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compute_linear_combination", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_conj": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions._conj", "name": "_conj", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_conj", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_conj_physical": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions._conj_physical", "name": "_conj_physical", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_conj_physical", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_convert_indices_from_coo_to_csr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "size", "out_int32", "out"], "flags": [], "fullname": "torch._C._VariableFunctions._convert_indices_from_coo_to_csr", "name": "_convert_indices_from_coo_to_csr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "size", "out_int32", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_convert_indices_from_coo_to_csr", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_convolution": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions._convolution", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "transposed", "output_padding", "groups", "benchmark", "deterministic", "cudnn_enabled"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._convolution", "name": "_convolution", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "transposed", "output_padding", "groups", "benchmark", "deterministic", "cudnn_enabled"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_convolution", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_convolution", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "transposed", "output_padding", "groups", "benchmark", "deterministic", "cudnn_enabled", "allow_tf32"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._convolution", "name": "_convolution", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "transposed", "output_padding", "groups", "benchmark", "deterministic", "cudnn_enabled", "allow_tf32"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_convolution", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_convolution", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "transposed", "output_padding", "groups", "benchmark", "deterministic", "cudnn_enabled"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_convolution", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "transposed", "output_padding", "groups", "benchmark", "deterministic", "cudnn_enabled", "allow_tf32"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_convolution", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "_convolution_mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "flags": [], "fullname": "torch._C._VariableFunctions._convolution_mode", "name": "_convolution_mode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_convolution_mode", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_convolution_nogroup": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "transposed", "output_padding"], "flags": [], "fullname": "torch._C._VariableFunctions._convolution_nogroup", "name": "_convolution_nogroup", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "transposed", "output_padding"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_convolution_nogroup", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_copy_from": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dst", "non_blocking"], "flags": [], "fullname": "torch._C._VariableFunctions._copy_from", "name": "_copy_from", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dst", "non_blocking"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_copy_from", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_copy_from_and_resize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "dst"], "flags": [], "fullname": "torch._C._VariableFunctions._copy_from_and_resize", "name": "_copy_from_and_resize", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "dst"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_copy_from_and_resize", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_ctc_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["log_probs", "targets", "input_lengths", "target_lengths", "blank", "zero_infinity"], "flags": [], "fullname": "torch._C._VariableFunctions._ctc_loss", "name": "_ctc_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["log_probs", "targets", "input_lengths", "target_lengths", "blank", "zero_infinity"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_ctc_loss", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_cudnn_ctc_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["log_probs", "targets", "input_lengths", "target_lengths", "blank", "deterministic", "zero_infinity"], "flags": [], "fullname": "torch._C._VariableFunctions._cudnn_ctc_loss", "name": "_cudnn_ctc_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["log_probs", "targets", "input_lengths", "target_lengths", "blank", "deterministic", "zero_infinity"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cudnn_ctc_loss", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_cudnn_init_dropout_state": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5], "arg_names": ["dropout", "train", "dropout_seed", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions._cudnn_init_dropout_state", "name": "_cudnn_init_dropout_state", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5], "arg_names": ["dropout", "train", "dropout_seed", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.float", "builtins.bool", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cudnn_init_dropout_state", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_cudnn_rnn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "weight_stride0", "weight_buf", "hx", "cx", "mode", "hidden_size", "proj_size", "num_layers", "batch_first", "dropout", "train", "bidirectional", "batch_sizes", "dropout_state"], "flags": [], "fullname": "torch._C._VariableFunctions._cudnn_rnn", "name": "_cudnn_rnn", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "weight_stride0", "weight_buf", "hx", "cx", "mode", "hidden_size", "proj_size", "num_layers", "batch_first", "dropout", "train", "bidirectional", "batch_sizes", "dropout_state"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.bool", "builtins.float", "builtins.bool", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cudnn_rnn", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_cudnn_rnn_flatten_weight": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["weight_arr", "weight_stride0", "input_size", "mode", "hidden_size", "proj_size", "num_layers", "batch_first", "bidirectional"], "flags": [], "fullname": "torch._C._VariableFunctions._cudnn_rnn_flatten_weight", "name": "_cudnn_rnn_flatten_weight", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["weight_arr", "weight_stride0", "input_size", "mode", "hidden_size", "proj_size", "num_layers", "batch_first", "bidirectional"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cudnn_rnn_flatten_weight", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_cufft_clear_plan_cache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["device_index"], "flags": [], "fullname": "torch._C._VariableFunctions._cufft_clear_plan_cache", "name": "_cufft_clear_plan_cache", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["device_index"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cufft_clear_plan_cache", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_cufft_get_plan_cache_max_size": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["device_index"], "flags": [], "fullname": "torch._C._VariableFunctions._cufft_get_plan_cache_max_size", "name": "_cufft_get_plan_cache_max_size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["device_index"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cufft_get_plan_cache_max_size", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_cufft_get_plan_cache_size": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["device_index"], "flags": [], "fullname": "torch._C._VariableFunctions._cufft_get_plan_cache_size", "name": "_cufft_get_plan_cache_size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["device_index"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cufft_get_plan_cache_size", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_cufft_set_plan_cache_max_size": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["device_index", "max_size"], "flags": [], "fullname": "torch._C._VariableFunctions._cufft_set_plan_cache_max_size", "name": "_cufft_set_plan_cache_max_size", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["device_index", "max_size"], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cufft_set_plan_cache_max_size", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_cummax_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "values", "indices", "dim"], "flags": [], "fullname": "torch._C._VariableFunctions._cummax_helper", "name": "_cummax_helper", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "values", "indices", "dim"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cummax_helper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_cummin_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "values", "indices", "dim"], "flags": [], "fullname": "torch._C._VariableFunctions._cummin_helper", "name": "_cummin_helper", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "values", "indices", "dim"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cummin_helper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_debug_has_internal_overlap": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions._debug_has_internal_overlap", "name": "_debug_has_internal_overlap", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_debug_has_internal_overlap", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_det_lu_based_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions._det_lu_based_helper", "name": "_det_lu_based_helper", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_det_lu_based_helper", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_det_lu_pivs"}, "type_guard": null, "variables": []}}}, "_det_lu_based_helper_backward_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["det_grad", "det", "input", "lu", "pivs"], "flags": [], "fullname": "torch._C._VariableFunctions._det_lu_based_helper_backward_helper", "name": "_det_lu_based_helper_backward_helper", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["det_grad", "det", "input", "lu", "pivs"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_det_lu_based_helper_backward_helper", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_device": {".class": "SymbolTableNode", "cross_ref": "torch.types._device", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_dim_arange": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["like", "dim"], "flags": [], "fullname": "torch._C._VariableFunctions._dim_arange", "name": "_dim_arange", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["like", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_dim_arange", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_dirichlet_grad": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "alpha", "total"], "flags": [], "fullname": "torch._C._VariableFunctions._dirichlet_grad", "name": "_dirichlet_grad", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["x", "alpha", "total"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_dirichlet_grad", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_dtype": {".class": "SymbolTableNode", "cross_ref": "torch.types._dtype", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_embedding_bag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["weight", "indices", "offsets", "scale_grad_by_freq", "mode", "sparse", "per_sample_weights", "include_last_offset", "padding_idx"], "flags": [], "fullname": "torch._C._VariableFunctions._embedding_bag", "name": "_embedding_bag", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["weight", "indices", "offsets", "scale_grad_by_freq", "mode", "sparse", "per_sample_weights", "include_last_offset", "padding_idx"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_embedding_bag", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_embedding_bag_forward_only": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["weight", "indices", "offsets", "scale_grad_by_freq", "mode", "sparse", "per_sample_weights", "include_last_offset", "padding_idx"], "flags": [], "fullname": "torch._C._VariableFunctions._embedding_bag_forward_only", "name": "_embedding_bag_forward_only", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["weight", "indices", "offsets", "scale_grad_by_freq", "mode", "sparse", "per_sample_weights", "include_last_offset", "padding_idx"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_embedding_bag_forward_only", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_empty_affine_quantized": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions._empty_affine_quantized", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "scale", "zero_point", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._empty_affine_quantized", "name": "_empty_affine_quantized", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "scale", "zero_point", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.float", "builtins.int", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_empty_affine_quantized", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_empty_affine_quantized", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "scale", "zero_point", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._empty_affine_quantized", "name": "_empty_affine_quantized", "type": {".class": "CallableType", "arg_kinds": [2, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "scale", "zero_point", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.float", "builtins.int", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_empty_affine_quantized", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_empty_affine_quantized", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "scale", "zero_point", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.float", "builtins.int", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_empty_affine_quantized", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "scale", "zero_point", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.float", "builtins.int", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_empty_affine_quantized", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "_empty_per_channel_affine_quantized": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions._empty_per_channel_affine_quantized", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 3, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "scales", "zero_points", "axis", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._empty_per_channel_affine_quantized", "name": "_empty_per_channel_affine_quantized", "type": {".class": "CallableType", "arg_kinds": [0, 3, 3, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "scales", "zero_points", "axis", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_empty_per_channel_affine_quantized", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_empty_per_channel_affine_quantized", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2, 3, 3, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "scales", "zero_points", "axis", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._empty_per_channel_affine_quantized", "name": "_empty_per_channel_affine_quantized", "type": {".class": "CallableType", "arg_kinds": [2, 3, 3, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "scales", "zero_points", "axis", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_empty_per_channel_affine_quantized", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_empty_per_channel_affine_quantized", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 3, 3, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "scales", "zero_points", "axis", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_empty_per_channel_affine_quantized", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 3, 3, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "scales", "zero_points", "axis", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_empty_per_channel_affine_quantized", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "_euclidean_dist": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x1", "x2"], "flags": [], "fullname": "torch._C._VariableFunctions._euclidean_dist", "name": "_euclidean_dist", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["x1", "x2"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_euclidean_dist", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_fake_quantize_learnable_per_channel_affine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["input", "scale", "zero_point", "axis", "quant_min", "quant_max", "grad_factor"], "flags": [], "fullname": "torch._C._VariableFunctions._fake_quantize_learnable_per_channel_affine", "name": "_fake_quantize_learnable_per_channel_affine", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["input", "scale", "zero_point", "axis", "quant_min", "quant_max", "grad_factor"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "builtins.int", "builtins.int", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_fake_quantize_learnable_per_channel_affine", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_fake_quantize_learnable_per_tensor_affine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1], "arg_names": ["input", "scale", "zero_point", "quant_min", "quant_max", "grad_factor"], "flags": [], "fullname": "torch._C._VariableFunctions._fake_quantize_learnable_per_tensor_affine", "name": "_fake_quantize_learnable_per_tensor_affine", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 1], "arg_names": ["input", "scale", "zero_point", "quant_min", "quant_max", "grad_factor"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "builtins.int", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_fake_quantize_learnable_per_tensor_affine", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_fake_quantize_per_tensor_affine_cachemask_tensor_qparams": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["input", "scale", "zero_point", "fake_quant_enabled", "quant_min", "quant_max"], "flags": [], "fullname": "torch._C._VariableFunctions._fake_quantize_per_tensor_affine_cachemask_tensor_qparams", "name": "_fake_quantize_per_tensor_affine_cachemask_tensor_qparams", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["input", "scale", "zero_point", "fake_quant_enabled", "quant_min", "quant_max"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_fake_quantize_per_tensor_affine_cachemask_tensor_qparams", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_output_mask"}, "type_guard": null, "variables": []}}}, "_fft_c2c": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "dim", "normalization", "forward", "out"], "flags": [], "fullname": "torch._C._VariableFunctions._fft_c2c", "name": "_fft_c2c", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "dim", "normalization", "forward", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_fft_c2c", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_fft_c2r": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "dim", "normalization", "last_dim_size", "out"], "flags": [], "fullname": "torch._C._VariableFunctions._fft_c2r", "name": "_fft_c2r", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "dim", "normalization", "last_dim_size", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_fft_c2r", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_fft_r2c": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "dim", "normalization", "onesided", "out"], "flags": [], "fullname": "torch._C._VariableFunctions._fft_r2c", "name": "_fft_r2c", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "dim", "normalization", "onesided", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_fft_r2c", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_float": {".class": "SymbolTableNode", "cross_ref": "torch.types._float", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_foreach_abs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_abs", "name": "_foreach_abs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_abs", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_abs_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_abs_", "name": "_foreach_abs_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_abs_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_acos": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_acos", "name": "_foreach_acos", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_acos", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_acos_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_acos_", "name": "_foreach_acos_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_acos_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_add": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions._foreach_add", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalar"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_add", "name": "_foreach_add", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalar"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_add", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_add", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalars"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_add", "name": "_foreach_add", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_add", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_add", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["tensors1", "tensors2", "alpha"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_add", "name": "_foreach_add", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["tensors1", "tensors2", "alpha"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_add", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_add", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalar"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_add", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_add", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["tensors1", "tensors2", "alpha"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_add", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}]}}}, "_foreach_add_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions._foreach_add_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "scalar"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_add_", "name": "_foreach_add_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "scalar"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_add_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_add_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "scalars"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_add_", "name": "_foreach_add_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_add_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_add_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "alpha"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_add_", "name": "_foreach_add_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "alpha"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_add_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_add_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "scalar"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_add_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_add_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "alpha"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_add_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "_foreach_addcdiv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions._foreach_addcdiv", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "tensor1", "tensor2", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_addcdiv", "name": "_foreach_addcdiv", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "tensor1", "tensor2", "value"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_addcdiv", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_addcdiv", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "tensor1", "tensor2", "scalars"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_addcdiv", "name": "_foreach_addcdiv", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "tensor1", "tensor2", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_addcdiv", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_addcdiv", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "tensor1", "tensor2", "value"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_addcdiv", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "tensor1", "tensor2", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_addcdiv", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}]}}}, "_foreach_addcdiv_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions._foreach_addcdiv_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "tensor1", "tensor2", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_addcdiv_", "name": "_foreach_addcdiv_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "tensor1", "tensor2", "value"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_addcdiv_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_addcdiv_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "tensor1", "tensor2", "scalars"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_addcdiv_", "name": "_foreach_addcdiv_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "tensor1", "tensor2", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_addcdiv_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_addcdiv_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "tensor1", "tensor2", "value"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_addcdiv_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "tensor1", "tensor2", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_addcdiv_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "_foreach_addcmul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions._foreach_addcmul", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "tensor1", "tensor2", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_addcmul", "name": "_foreach_addcmul", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "tensor1", "tensor2", "value"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_addcmul", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_addcmul", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "tensor1", "tensor2", "scalars"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_addcmul", "name": "_foreach_addcmul", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "tensor1", "tensor2", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_addcmul", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_addcmul", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "tensor1", "tensor2", "value"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_addcmul", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "tensor1", "tensor2", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_addcmul", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}]}}}, "_foreach_addcmul_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions._foreach_addcmul_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "tensor1", "tensor2", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_addcmul_", "name": "_foreach_addcmul_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "tensor1", "tensor2", "value"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_addcmul_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_addcmul_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "tensor1", "tensor2", "scalars"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_addcmul_", "name": "_foreach_addcmul_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "tensor1", "tensor2", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_addcmul_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_addcmul_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "tensor1", "tensor2", "value"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_addcmul_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "tensor1", "tensor2", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_addcmul_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "_foreach_asin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_asin", "name": "_foreach_asin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_asin", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_asin_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_asin_", "name": "_foreach_asin_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_asin_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_atan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_atan", "name": "_foreach_atan", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_atan", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_atan_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_atan_", "name": "_foreach_atan_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_atan_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_ceil": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_ceil", "name": "_foreach_ceil", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_ceil", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_ceil_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_ceil_", "name": "_foreach_ceil_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_ceil_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_cos": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_cos", "name": "_foreach_cos", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_cos", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_cos_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_cos_", "name": "_foreach_cos_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_cos_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_cosh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_cosh", "name": "_foreach_cosh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_cosh", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_cosh_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_cosh_", "name": "_foreach_cosh_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_cosh_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_div": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions._foreach_div", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalar"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_div", "name": "_foreach_div", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalar"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_div", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_div", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalars"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_div", "name": "_foreach_div", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_div", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_div", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensors1", "tensors2"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_div", "name": "_foreach_div", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors1", "tensors2"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_div", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_div", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalar"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_div", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_div", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors1", "tensors2"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_div", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}]}}}, "_foreach_div_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions._foreach_div_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "scalar"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_div_", "name": "_foreach_div_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "scalar"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_div_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_div_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "scalars"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_div_", "name": "_foreach_div_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_div_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_div_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_div_", "name": "_foreach_div_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_div_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_div_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "scalar"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_div_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_div_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_div_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "_foreach_erf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_erf", "name": "_foreach_erf", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_erf", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_erf_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_erf_", "name": "_foreach_erf_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_erf_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_erfc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_erfc", "name": "_foreach_erfc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_erfc", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_erfc_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_erfc_", "name": "_foreach_erfc_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_erfc_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_exp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_exp", "name": "_foreach_exp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_exp", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_exp_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_exp_", "name": "_foreach_exp_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_exp_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_expm1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_expm1", "name": "_foreach_expm1", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_expm1", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_expm1_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_expm1_", "name": "_foreach_expm1_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_expm1_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_floor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_floor", "name": "_foreach_floor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_floor", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_floor_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_floor_", "name": "_foreach_floor_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_floor_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_frac": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_frac", "name": "_foreach_frac", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_frac", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_frac_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_frac_", "name": "_foreach_frac_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_frac_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_lgamma": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_lgamma", "name": "_foreach_lgamma", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_lgamma", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_lgamma_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_lgamma_", "name": "_foreach_lgamma_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_lgamma_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_log": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_log", "name": "_foreach_log", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_log", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_log10": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_log10", "name": "_foreach_log10", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_log10", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_log10_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_log10_", "name": "_foreach_log10_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_log10_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_log1p": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_log1p", "name": "_foreach_log1p", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_log1p", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_log1p_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_log1p_", "name": "_foreach_log1p_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_log1p_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_log2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_log2", "name": "_foreach_log2", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_log2", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_log2_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_log2_", "name": "_foreach_log2_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_log2_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_log_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_log_", "name": "_foreach_log_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_log_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_maximum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensors1", "tensors2"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_maximum", "name": "_foreach_maximum", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors1", "tensors2"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_maximum", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_minimum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensors1", "tensors2"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_minimum", "name": "_foreach_minimum", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors1", "tensors2"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_minimum", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_mul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions._foreach_mul", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalar"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_mul", "name": "_foreach_mul", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalar"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_mul", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_mul", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalars"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_mul", "name": "_foreach_mul", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_mul", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_mul", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensors1", "tensors2"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_mul", "name": "_foreach_mul", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors1", "tensors2"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_mul", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_mul", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalar"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_mul", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_mul", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors1", "tensors2"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_mul", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}]}}}, "_foreach_mul_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions._foreach_mul_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "scalar"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_mul_", "name": "_foreach_mul_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "scalar"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_mul_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_mul_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "scalars"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_mul_", "name": "_foreach_mul_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_mul_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_mul_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_mul_", "name": "_foreach_mul_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_mul_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_mul_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "scalar"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_mul_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_mul_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_mul_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "_foreach_neg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_neg", "name": "_foreach_neg", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_neg", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_neg_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_neg_", "name": "_foreach_neg_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_neg_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_reciprocal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_reciprocal", "name": "_foreach_reciprocal", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_reciprocal", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_reciprocal_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_reciprocal_", "name": "_foreach_reciprocal_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_reciprocal_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_round": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_round", "name": "_foreach_round", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_round", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_round_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_round_", "name": "_foreach_round_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_round_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_sigmoid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_sigmoid", "name": "_foreach_sigmoid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_sigmoid", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_sigmoid_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_sigmoid_", "name": "_foreach_sigmoid_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_sigmoid_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_sin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_sin", "name": "_foreach_sin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_sin", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_sin_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_sin_", "name": "_foreach_sin_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_sin_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_sinh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_sinh", "name": "_foreach_sinh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_sinh", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_sinh_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_sinh_", "name": "_foreach_sinh_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_sinh_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_sqrt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_sqrt", "name": "_foreach_sqrt", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_sqrt", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_sqrt_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_sqrt_", "name": "_foreach_sqrt_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_sqrt_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_sub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions._foreach_sub", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalar"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_sub", "name": "_foreach_sub", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalar"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_sub", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_sub", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalars"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_sub", "name": "_foreach_sub", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_sub", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_sub", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["tensors1", "tensors2", "alpha"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_sub", "name": "_foreach_sub", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["tensors1", "tensors2", "alpha"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_sub", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_sub", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalar"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_sub", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_sub", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["tensors1", "tensors2", "alpha"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_sub", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}]}}}, "_foreach_sub_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions._foreach_sub_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "scalar"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_sub_", "name": "_foreach_sub_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "scalar"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_sub_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_sub_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "scalars"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_sub_", "name": "_foreach_sub_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_sub_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_sub_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "alpha"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._foreach_sub_", "name": "_foreach_sub_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "alpha"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_sub_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_foreach_sub_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "scalar"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_sub_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "scalars"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_sub_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "alpha"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_sub_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "_foreach_tan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_tan", "name": "_foreach_tan", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_tan", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_tan_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_tan_", "name": "_foreach_tan_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_tan_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_tanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_tanh", "name": "_foreach_tanh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_tanh", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_tanh_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_tanh_", "name": "_foreach_tanh_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_tanh_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_trunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_trunc", "name": "_foreach_trunc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_trunc", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_foreach_trunc_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_trunc_", "name": "_foreach_trunc_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_trunc_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_foreach_zero_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions._foreach_zero_", "name": "_foreach_zero_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_foreach_zero_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_fused_dropout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "p", "generator"], "flags": [], "fullname": "torch._C._VariableFunctions._fused_dropout", "name": "_fused_dropout", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "p", "generator"], "arg_types": ["torch._tensor.Tensor", "builtins.float", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_fused_dropout", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_fused_moving_avg_obs_fq_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["input", "observer_on", "fake_quant_on", "running_min", "running_max", "scale", "zero_point", "averaging_const", "quant_min", "quant_max", "ch_axis", "per_row_fake_quant", "symmetric_quant"], "flags": [], "fullname": "torch._C._VariableFunctions._fused_moving_avg_obs_fq_helper", "name": "_fused_moving_avg_obs_fq_helper", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["input", "observer_on", "fake_quant_on", "running_min", "running_max", "scale", "zero_point", "averaging_const", "quant_min", "quant_max", "ch_axis", "per_row_fake_quant", "symmetric_quant"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", "builtins.int", "builtins.int", "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_fused_moving_avg_obs_fq_helper", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_output_mask"}, "type_guard": null, "variables": []}}}, "_grid_sampler_2d_cpu_fallback": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "grid", "interpolation_mode", "padding_mode", "align_corners"], "flags": [], "fullname": "torch._C._VariableFunctions._grid_sampler_2d_cpu_fallback", "name": "_grid_sampler_2d_cpu_fallback", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "grid", "interpolation_mode", "padding_mode", "align_corners"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_grid_sampler_2d_cpu_fallback", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_has_compatible_shallow_copy_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "from_"], "flags": [], "fullname": "torch._C._VariableFunctions._has_compatible_shallow_copy_type", "name": "_has_compatible_shallow_copy_type", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "from_"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_has_compatible_shallow_copy_type", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_index_copy_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "source"], "flags": [], "fullname": "torch._C._VariableFunctions._index_copy_", "name": "_index_copy_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "source"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_index_copy_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_index_put_impl_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["input", "indices", "values", "accumulate", "unsafe"], "flags": [], "fullname": "torch._C._VariableFunctions._index_put_impl_", "name": "_index_put_impl_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["input", "indices", "values", "accumulate", "unsafe"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "torch._tensor.Tensor", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_index_put_impl_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_int": {".class": "SymbolTableNode", "cross_ref": "torch.types._int", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_layout": {".class": "SymbolTableNode", "cross_ref": "torch.types._layout", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_linalg_inv_out_helper_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "infos_lu", "infos_getri"], "flags": [], "fullname": "torch._C._VariableFunctions._linalg_inv_out_helper_", "name": "_linalg_inv_out_helper_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "infos_lu", "infos_getri"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_linalg_inv_out_helper_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_linalg_qr_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "mode"], "flags": [], "fullname": "torch._C._VariableFunctions._linalg_qr_helper", "name": "_linalg_qr_helper", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "mode"], "arg_types": ["torch._tensor.Tensor", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_linalg_qr_helper", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_log_softmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["input", "dim", "half_to_float", "out"], "flags": [], "fullname": "torch._C._VariableFunctions._log_softmax", "name": "_log_softmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["input", "dim", "half_to_float", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_log_softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_log_softmax_backward_data": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["grad_output", "output", "dim", "input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions._log_softmax_backward_data", "name": "_log_softmax_backward_data", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["grad_output", "output", "dim", "input", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_log_softmax_backward_data", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_logcumsumexp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "out"], "flags": [], "fullname": "torch._C._VariableFunctions._logcumsumexp", "name": "_logcumsumexp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_logcumsumexp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_lu_with_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["input", "pivot", "check_errors"], "flags": [], "fullname": "torch._C._VariableFunctions._lu_with_info", "name": "_lu_with_info", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "pivot", "check_errors"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_lu_with_info", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_LU_pivots_info"}, "type_guard": null, "variables": []}}}, "_make_dual": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["primal", "tangent", "level"], "flags": [], "fullname": "torch._C._VariableFunctions._make_dual", "name": "_make_dual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["primal", "tangent", "level"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make_dual", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_make_per_channel_quantized_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "scale", "zero_point", "axis"], "flags": [], "fullname": "torch._C._VariableFunctions._make_per_channel_quantized_tensor", "name": "_make_per_channel_quantized_tensor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "scale", "zero_point", "axis"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make_per_channel_quantized_tensor", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_make_per_tensor_quantized_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "scale", "zero_point"], "flags": [], "fullname": "torch._C._VariableFunctions._make_per_tensor_quantized_tensor", "name": "_make_per_tensor_quantized_tensor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "scale", "zero_point"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make_per_tensor_quantized_tensor", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_masked_scale": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "mask", "scale"], "flags": [], "fullname": "torch._C._VariableFunctions._masked_scale", "name": "_masked_scale", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "mask", "scale"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_masked_scale", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_mkldnn_reshape": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "shape"], "flags": [], "fullname": "torch._C._VariableFunctions._mkldnn_reshape", "name": "_mkldnn_reshape", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "shape"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_mkldnn_reshape", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_mkldnn_transpose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim0", "dim1"], "flags": [], "fullname": "torch._C._VariableFunctions._mkldnn_transpose", "name": "_mkldnn_transpose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim0", "dim1"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_mkldnn_transpose", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_mkldnn_transpose_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim0", "dim1"], "flags": [], "fullname": "torch._C._VariableFunctions._mkldnn_transpose_", "name": "_mkldnn_transpose_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim0", "dim1"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_mkldnn_transpose_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_neg_view": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions._neg_view", "name": "_neg_view", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_neg_view", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_nnpack_available": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._VariableFunctions._nnpack_available", "name": "_nnpack_available", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_nnpack_available", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_nnpack_spatial_convolution": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["input", "weight", "bias", "padding", "stride"], "flags": [], "fullname": "torch._C._VariableFunctions._nnpack_spatial_convolution", "name": "_nnpack_spatial_convolution", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["input", "weight", "bias", "padding", "stride"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_nnpack_spatial_convolution", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_pack_padded_sequence": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "lengths", "batch_first"], "flags": [], "fullname": "torch._C._VariableFunctions._pack_padded_sequence", "name": "_pack_padded_sequence", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "lengths", "batch_first"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_pack_padded_sequence", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_pad_packed_sequence": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["data", "batch_sizes", "batch_first", "padding_value", "total_length"], "flags": [], "fullname": "torch._C._VariableFunctions._pad_packed_sequence", "name": "_pad_packed_sequence", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["data", "batch_sizes", "batch_first", "padding_value", "total_length"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_pad_packed_sequence", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_pin_memory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "device"], "flags": [], "fullname": "torch._C._VariableFunctions._pin_memory", "name": "_pin_memory", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "device"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_pin_memory", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_qscheme": {".class": "SymbolTableNode", "cross_ref": "torch.types._qscheme", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_remove_batch_dim": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "level", "batch_size", "out_dim"], "flags": [], "fullname": "torch._C._VariableFunctions._remove_batch_dim", "name": "_remove_batch_dim", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "level", "batch_size", "out_dim"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_remove_batch_dim", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_reshape_from_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "shape"], "flags": [], "fullname": "torch._C._VariableFunctions._reshape_from_tensor", "name": "_reshape_from_tensor", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "shape"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_reshape_from_tensor", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_rowwise_prune": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["weight", "mask", "compressed_indices_dtype"], "flags": [], "fullname": "torch._C._VariableFunctions._rowwise_prune", "name": "_rowwise_prune", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["weight", "mask", "compressed_indices_dtype"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_rowwise_prune", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_s_where": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["condition", "input", "other"], "flags": [], "fullname": "torch._C._VariableFunctions._s_where", "name": "_s_where", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["condition", "input", "other"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_s_where", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_sample_dirichlet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "generator"], "flags": [], "fullname": "torch._C._VariableFunctions._sample_dirichlet", "name": "_sample_dirichlet", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "generator"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sample_dirichlet", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_saturate_weight_to_fp16": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["weight"], "flags": [], "fullname": "torch._C._VariableFunctions._saturate_weight_to_fp16", "name": "_saturate_weight_to_fp16", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["weight"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_saturate_weight_to_fp16", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_shape_as_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions._shape_as_tensor", "name": "_shape_as_tensor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_shape_as_tensor", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_size": {".class": "SymbolTableNode", "cross_ref": "torch.types._size", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_sobol_engine_draw": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["quasi", "n", "sobolstate", "dimension", "num_generated", "dtype"], "flags": [], "fullname": "torch._C._VariableFunctions._sobol_engine_draw", "name": "_sobol_engine_draw", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["quasi", "n", "sobolstate", "dimension", "num_generated", "dtype"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sobol_engine_draw", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_sobol_engine_ff_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "n", "sobolstate", "dimension", "num_generated"], "flags": [], "fullname": "torch._C._VariableFunctions._sobol_engine_ff_", "name": "_sobol_engine_ff_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "n", "sobolstate", "dimension", "num_generated"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sobol_engine_ff_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_sobol_engine_initialize_state_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "dimension"], "flags": [], "fullname": "torch._C._VariableFunctions._sobol_engine_initialize_state_", "name": "_sobol_engine_initialize_state_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "dimension"], "arg_types": ["torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sobol_engine_initialize_state_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_sobol_engine_scramble_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "ltm", "dimension"], "flags": [], "fullname": "torch._C._VariableFunctions._sobol_engine_scramble_", "name": "_sobol_engine_scramble_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "ltm", "dimension"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sobol_engine_scramble_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_softmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["input", "dim", "half_to_float", "out"], "flags": [], "fullname": "torch._C._VariableFunctions._softmax", "name": "_softmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["input", "dim", "half_to_float", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_softmax_backward_data": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["grad_output", "output", "dim", "input", "grad_input"], "flags": [], "fullname": "torch._C._VariableFunctions._softmax_backward_data", "name": "_softmax_backward_data", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["grad_output", "output", "dim", "input", "grad_input"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_softmax_backward_data", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_sparse_addmm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["input", "sparse", "dense", "beta", "alpha"], "flags": [], "fullname": "torch._C._VariableFunctions._sparse_addmm", "name": "_sparse_addmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["input", "sparse", "dense", "beta", "alpha"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_addmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_sparse_coo_tensor_unsafe": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["indices", "values", "size", "dtype", "device", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions._sparse_coo_tensor_unsafe", "name": "_sparse_coo_tensor_unsafe", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["indices", "values", "size", "dtype", "device", "requires_grad"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_coo_tensor_unsafe", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_sparse_csr_tensor_unsafe": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["crow_indices", "col_indices", "values", "size", "dtype", "device", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions._sparse_csr_tensor_unsafe", "name": "_sparse_csr_tensor_unsafe", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["crow_indices", "col_indices", "values", "size", "dtype", "device", "requires_grad"], "arg_types": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}]}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_csr_tensor_unsafe", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_sparse_log_softmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions._sparse_log_softmax", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._sparse_log_softmax", "name": "_sparse_log_softmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "dtype"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_log_softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_sparse_log_softmax", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim", "half_to_float"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._sparse_log_softmax", "name": "_sparse_log_softmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim", "half_to_float"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_log_softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_sparse_log_softmax", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._sparse_log_softmax", "name": "_sparse_log_softmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_log_softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_sparse_log_softmax", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "dtype"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_log_softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim", "half_to_float"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_log_softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_log_softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "_sparse_log_softmax_backward_data": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["grad_output", "output", "dim", "input"], "flags": [], "fullname": "torch._C._VariableFunctions._sparse_log_softmax_backward_data", "name": "_sparse_log_softmax_backward_data", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["grad_output", "output", "dim", "input"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_log_softmax_backward_data", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_sparse_mask_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["t", "mask_indices"], "flags": [], "fullname": "torch._C._VariableFunctions._sparse_mask_helper", "name": "_sparse_mask_helper", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["t", "mask_indices"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_mask_helper", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_sparse_mm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["sparse", "dense"], "flags": [], "fullname": "torch._C._VariableFunctions._sparse_mm", "name": "_sparse_mm", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["sparse", "dense"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_mm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_sparse_softmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions._sparse_softmax", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._sparse_softmax", "name": "_sparse_softmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "dtype"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_sparse_softmax", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim", "half_to_float"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._sparse_softmax", "name": "_sparse_softmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim", "half_to_float"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_sparse_softmax", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._sparse_softmax", "name": "_sparse_softmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_sparse_softmax", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "dtype"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim", "half_to_float"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "_sparse_softmax_backward_data": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["grad_output", "output", "dim", "input"], "flags": [], "fullname": "torch._C._VariableFunctions._sparse_softmax_backward_data", "name": "_sparse_softmax_backward_data", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["grad_output", "output", "dim", "input"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_softmax_backward_data", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_sparse_sparse_matmul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "flags": [], "fullname": "torch._C._VariableFunctions._sparse_sparse_matmul", "name": "_sparse_sparse_matmul", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_sparse_matmul", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_sparse_sum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions._sparse_sum", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._sparse_sum", "name": "_sparse_sum", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_sum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_sparse_sum", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3], "arg_names": ["input", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._sparse_sum", "name": "_sparse_sum", "type": {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["input", "dtype"], "arg_types": ["torch._tensor.Tensor", "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_sum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_sparse_sum", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._sparse_sum", "name": "_sparse_sum", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "dim"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_sum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_sparse_sum", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3], "arg_names": ["input", "dim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions._sparse_sum", "name": "_sparse_sum", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["input", "dim", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_sum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_sparse_sum", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_sum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["input", "dtype"], "arg_types": ["torch._tensor.Tensor", "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_sum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "dim"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_sum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["input", "dim", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sparse_sum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "_stack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["tensors", "dim", "out"], "flags": [], "fullname": "torch._C._VariableFunctions._stack", "name": "_stack", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["tensors", "dim", "out"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_stack", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_standard_gamma": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "generator"], "flags": [], "fullname": "torch._C._VariableFunctions._standard_gamma", "name": "_standard_gamma", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "generator"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_standard_gamma", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_standard_gamma_grad": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "output"], "flags": [], "fullname": "torch._C._VariableFunctions._standard_gamma_grad", "name": "_standard_gamma_grad", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "output"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_standard_gamma_grad", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_test_serialization_subcmul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "other", "alpha"], "flags": [], "fullname": "torch._C._VariableFunctions._test_serialization_subcmul", "name": "_test_serialization_subcmul", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "other", "alpha"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_test_serialization_subcmul", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_to_cpu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._VariableFunctions._to_cpu", "name": "_to_cpu", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_to_cpu", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "_trilinear": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 1], "arg_names": ["i1", "i2", "i3", "expand1", "expand2", "expand3", "sumdim", "unroll_dim"], "flags": [], "fullname": "torch._C._VariableFunctions._trilinear", "name": "_trilinear", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 1], "arg_names": ["i1", "i2", "i3", "expand1", "expand2", "expand3", "sumdim", "unroll_dim"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_trilinear", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_unique": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["input", "sorted", "return_inverse"], "flags": [], "fullname": "torch._C._VariableFunctions._unique", "name": "_unique", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "sorted", "return_inverse"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_unique", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_unique2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "sorted", "return_inverse", "return_counts"], "flags": [], "fullname": "torch._C._VariableFunctions._unique2", "name": "_unique2", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "sorted", "return_inverse", "return_counts"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_unique2", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_unpack_dual": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["dual", "level"], "flags": [], "fullname": "torch._C._VariableFunctions._unpack_dual", "name": "_unpack_dual", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["dual", "level"], "arg_types": ["torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_unpack_dual", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_primal_tangent"}, "type_guard": null, "variables": []}}}, "_use_cudnn_ctc_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["log_probs", "targets", "input_lengths", "target_lengths", "blank"], "flags": [], "fullname": "torch._C._VariableFunctions._use_cudnn_ctc_loss", "name": "_use_cudnn_ctc_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["log_probs", "targets", "input_lengths", "target_lengths", "blank"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_use_cudnn_ctc_loss", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_use_cudnn_rnn_flatten_weight": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._VariableFunctions._use_cudnn_rnn_flatten_weight", "name": "_use_cudnn_rnn_flatten_weight", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_use_cudnn_rnn_flatten_weight", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_validate_sparse_coo_tensor_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["indices", "values", "size"], "flags": [], "fullname": "torch._C._VariableFunctions._validate_sparse_coo_tensor_args", "name": "_validate_sparse_coo_tensor_args", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["indices", "values", "size"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_validate_sparse_coo_tensor_args", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_validate_sparse_csr_tensor_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["crow_indices", "col_indices", "values", "size"], "flags": [], "fullname": "torch._C._VariableFunctions._validate_sparse_csr_tensor_args", "name": "_validate_sparse_csr_tensor_args", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["crow_indices", "col_indices", "values", "size"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_validate_sparse_csr_tensor_args", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_weight_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["v", "g", "dim"], "flags": [], "fullname": "torch._C._VariableFunctions._weight_norm", "name": "_weight_norm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["v", "g", "dim"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_weight_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_weight_norm_cuda_interface": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["v", "g", "dim"], "flags": [], "fullname": "torch._C._VariableFunctions._weight_norm_cuda_interface", "name": "_weight_norm_cuda_interface", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["v", "g", "dim"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_weight_norm_cuda_interface", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "abs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.abs", "name": "abs", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "abs", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "abs_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.abs_", "name": "abs_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "abs_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "absolute": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.absolute", "name": "absolute", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "absolute", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "acos": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.acos", "name": "acos", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acos", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "acos_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.acos_", "name": "acos_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acos_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "acosh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.acosh", "name": "acosh", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acosh", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "acosh_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.acosh_", "name": "acosh_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acosh_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "adaptive_avg_pool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "output_size"], "flags": [], "fullname": "torch._C._VariableFunctions.adaptive_avg_pool1d", "name": "adaptive_avg_pool1d", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "output_size"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "adaptive_avg_pool1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "adaptive_max_pool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "output_size"], "flags": [], "fullname": "torch._C._VariableFunctions.adaptive_max_pool1d", "name": "adaptive_max_pool1d", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "output_size"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "adaptive_max_pool1d", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "add": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.add", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "other", "alpha", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.add", "name": "add", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "other", "alpha", "out"], "arg_types": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "add", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "alpha", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.add", "name": "add", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "alpha", "other"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "add", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 3], "arg_names": ["self", "alpha", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.add", "name": "add", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 3], "arg_names": ["self", "alpha", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "add", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "other", "alpha", "out"], "arg_types": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "alpha", "other"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 3], "arg_names": ["self", "alpha", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "addbmm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.addbmm", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["beta", "self", "batch1", "batch2"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addbmm", "name": "addbmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["beta", "self", "batch1", "batch2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addbmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addbmm", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["beta", "self", "batch1", "batch2", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addbmm", "name": "addbmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["beta", "self", "batch1", "batch2", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addbmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addbmm", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["beta", "self", "alpha", "batch1", "batch2"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addbmm", "name": "addbmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["beta", "self", "alpha", "batch1", "batch2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addbmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addbmm", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 3], "arg_names": ["beta", "self", "alpha", "batch1", "batch2", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addbmm", "name": "addbmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 3], "arg_names": ["beta", "self", "alpha", "batch1", "batch2", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addbmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addbmm", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["input", "batch1", "batch2", "beta", "alpha", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addbmm", "name": "addbmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["input", "batch1", "batch2", "beta", "alpha", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addbmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addbmm", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["beta", "self", "batch1", "batch2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addbmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["beta", "self", "batch1", "batch2", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addbmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["beta", "self", "alpha", "batch1", "batch2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addbmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 3], "arg_names": ["beta", "self", "alpha", "batch1", "batch2", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addbmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["input", "batch1", "batch2", "beta", "alpha", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addbmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "addcdiv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.addcdiv", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "value", "tensor1", "tensor2"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addcdiv", "name": "addcdiv", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "value", "tensor1", "tensor2"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addcdiv", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addcdiv", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "value", "tensor1", "tensor2", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addcdiv", "name": "addcdiv", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "value", "tensor1", "tensor2", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addcdiv", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addcdiv", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["input", "tensor1", "tensor2", "value", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addcdiv", "name": "addcdiv", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["input", "tensor1", "tensor2", "value", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addcdiv", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addcdiv", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "value", "tensor1", "tensor2"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addcdiv", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "value", "tensor1", "tensor2", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addcdiv", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["input", "tensor1", "tensor2", "value", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addcdiv", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "addcmul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.addcmul", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "value", "tensor1", "tensor2"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addcmul", "name": "addcmul", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "value", "tensor1", "tensor2"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addcmul", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addcmul", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "value", "tensor1", "tensor2", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addcmul", "name": "addcmul", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "value", "tensor1", "tensor2", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addcmul", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addcmul", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["input", "tensor1", "tensor2", "value", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addcmul", "name": "addcmul", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["input", "tensor1", "tensor2", "value", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addcmul", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addcmul", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "value", "tensor1", "tensor2"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addcmul", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "value", "tensor1", "tensor2", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addcmul", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["input", "tensor1", "tensor2", "value", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addcmul", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "addmm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.addmm", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["beta", "self", "mat1", "mat2"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addmm", "name": "addmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["beta", "self", "mat1", "mat2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addmm", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["beta", "self", "mat1", "mat2", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addmm", "name": "addmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["beta", "self", "mat1", "mat2", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addmm", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["beta", "self", "alpha", "mat1", "mat2"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addmm", "name": "addmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["beta", "self", "alpha", "mat1", "mat2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addmm", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 3], "arg_names": ["beta", "self", "alpha", "mat1", "mat2", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addmm", "name": "addmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 3], "arg_names": ["beta", "self", "alpha", "mat1", "mat2", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addmm", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["input", "mat1", "mat2", "beta", "alpha", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addmm", "name": "addmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["input", "mat1", "mat2", "beta", "alpha", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addmm", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["beta", "self", "mat1", "mat2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["beta", "self", "mat1", "mat2", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["beta", "self", "alpha", "mat1", "mat2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 3], "arg_names": ["beta", "self", "alpha", "mat1", "mat2", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["input", "mat1", "mat2", "beta", "alpha", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "addmv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.addmv", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["beta", "self", "mat", "vec"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addmv", "name": "addmv", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["beta", "self", "mat", "vec"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmv", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addmv", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["beta", "self", "mat", "vec", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addmv", "name": "addmv", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["beta", "self", "mat", "vec", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmv", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addmv", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["beta", "self", "alpha", "mat", "vec"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addmv", "name": "addmv", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["beta", "self", "alpha", "mat", "vec"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmv", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addmv", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 3], "arg_names": ["beta", "self", "alpha", "mat", "vec", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addmv", "name": "addmv", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 3], "arg_names": ["beta", "self", "alpha", "mat", "vec", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmv", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addmv", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["input", "mat", "vec", "beta", "alpha", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addmv", "name": "addmv", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["input", "mat", "vec", "beta", "alpha", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmv", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addmv", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["beta", "self", "mat", "vec"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmv", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["beta", "self", "mat", "vec", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmv", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["beta", "self", "alpha", "mat", "vec"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmv", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 3], "arg_names": ["beta", "self", "alpha", "mat", "vec", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmv", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["input", "mat", "vec", "beta", "alpha", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmv", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "addmv_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["input", "mat", "vec", "beta", "alpha"], "flags": [], "fullname": "torch._C._VariableFunctions.addmv_", "name": "addmv_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["input", "mat", "vec", "beta", "alpha"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmv_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "addr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.addr", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["beta", "self", "vec1", "vec2"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addr", "name": "addr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["beta", "self", "vec1", "vec2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addr", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addr", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["beta", "self", "vec1", "vec2", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addr", "name": "addr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["beta", "self", "vec1", "vec2", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addr", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addr", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["beta", "self", "alpha", "vec1", "vec2"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addr", "name": "addr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["beta", "self", "alpha", "vec1", "vec2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addr", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addr", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 3], "arg_names": ["beta", "self", "alpha", "vec1", "vec2", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addr", "name": "addr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 3], "arg_names": ["beta", "self", "alpha", "vec1", "vec2", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addr", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addr", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["input", "vec1", "vec2", "beta", "alpha", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.addr", "name": "addr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["input", "vec1", "vec2", "beta", "alpha", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addr", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "addr", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["beta", "self", "vec1", "vec2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addr", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["beta", "self", "vec1", "vec2", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addr", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["beta", "self", "alpha", "vec1", "vec2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addr", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 3], "arg_names": ["beta", "self", "alpha", "vec1", "vec2", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addr", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["input", "vec1", "vec2", "beta", "alpha", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addr", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "affine_grid_generator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["theta", "size", "align_corners"], "flags": [], "fullname": "torch._C._VariableFunctions.affine_grid_generator", "name": "affine_grid_generator", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["theta", "size", "align_corners"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "affine_grid_generator", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "all": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.all", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.all", "name": "all", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "all", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.all", "name": "all", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "all", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.all", "name": "all", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "all", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "allclose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "other", "rtol", "atol", "equal_nan"], "flags": [], "fullname": "torch._C._VariableFunctions.allclose", "name": "allclose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "other", "rtol", "atol", "equal_nan"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "allclose", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "alpha_dropout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "p", "train"], "flags": [], "fullname": "torch._C._VariableFunctions.alpha_dropout", "name": "alpha_dropout", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "p", "train"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "alpha_dropout", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "alpha_dropout_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "p", "train"], "flags": [], "fullname": "torch._C._VariableFunctions.alpha_dropout_", "name": "alpha_dropout_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "p", "train"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "alpha_dropout_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "amax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.amax", "name": "amax", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "amax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "amin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.amin", "name": "amin", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "amin", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "aminmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.aminmax", "name": "aminmax", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "aminmax", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_min_max"}, "type_guard": null, "variables": []}}}, "angle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.angle", "name": "angle", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "angle", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "any": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.any", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.any", "name": "any", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "any", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.any", "name": "any", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "any", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.any", "name": "any", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "any", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "arange": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.arange", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5, 5], "arg_names": ["start", "end", "step", "out", "dtype", "device", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.arange", "name": "arange", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5], "arg_names": ["start", "end", "step", "out", "dtype", "device", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arange", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "arange", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5], "arg_names": ["start", "end", "out", "dtype", "device", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.arange", "name": "arange", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5], "arg_names": ["start", "end", "out", "dtype", "device", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arange", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "arange", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["end", "out", "dtype", "device", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.arange", "name": "arange", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["end", "out", "dtype", "device", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arange", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "arange", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5], "arg_names": ["start", "end", "step", "out", "dtype", "device", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arange", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5], "arg_names": ["start", "end", "out", "dtype", "device", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arange", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["end", "out", "dtype", "device", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arange", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "arccos": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.arccos", "name": "arccos", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arccos", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arccos_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.arccos_", "name": "arccos_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arccos_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arccosh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.arccosh", "name": "arccosh", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arccosh", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arccosh_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.arccosh_", "name": "arccosh_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arccosh_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arcsin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.arcsin", "name": "arcsin", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arcsin", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arcsin_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.arcsin_", "name": "arcsin_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arcsin_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arcsinh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.arcsinh", "name": "arcsinh", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arcsinh", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arcsinh_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.arcsinh_", "name": "arcsinh_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arcsinh_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arctan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.arctan", "name": "arctan", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arctan", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arctan_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.arctan_", "name": "arctan_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arctan_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arctanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.arctanh", "name": "arctanh", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arctanh", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arctanh_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.arctanh_", "name": "arctanh_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arctanh_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "argmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.argmax", "name": "argmax", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "argmin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.argmin", "name": "argmin", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmin", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "argsort": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.argsort", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["input", "dim", "descending"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.argsort", "name": "argsort", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "dim", "descending"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argsort", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "argsort", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "descending"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.argsort", "name": "argsort", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "descending"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argsort", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "argsort", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "dim", "descending"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argsort", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "descending"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argsort", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "as_strided": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "size", "stride", "storage_offset"], "flags": [], "fullname": "torch._C._VariableFunctions.as_strided", "name": "as_strided", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "size", "stride", "storage_offset"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "as_strided", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "as_strided_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "size", "stride", "storage_offset"], "flags": [], "fullname": "torch._C._VariableFunctions.as_strided_", "name": "as_strided_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "size", "stride", "storage_offset"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "as_strided_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "as_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["data", "dtype", "device"], "flags": [], "fullname": "torch._C._VariableFunctions.as_tensor", "name": "as_tensor", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["data", "dtype", "device"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "as_tensor", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "asin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.asin", "name": "asin", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asin", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "asin_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.asin_", "name": "asin_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asin_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "asinh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.asinh", "name": "asinh", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asinh", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "asinh_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.asinh_", "name": "asinh_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asinh_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "atan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.atan", "name": "atan", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atan", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "atan2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.atan2", "name": "atan2", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atan2", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "atan_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.atan_", "name": "atan_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atan_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "atanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.atanh", "name": "atanh", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atanh", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "atanh_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.atanh_", "name": "atanh_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atanh_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "avg_pool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "ceil_mode", "count_include_pad"], "flags": [], "fullname": "torch._C._VariableFunctions.avg_pool1d", "name": "avg_pool1d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "ceil_mode", "count_include_pad"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "avg_pool1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "baddbmm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.baddbmm", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["beta", "self", "batch1", "batch2"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.baddbmm", "name": "baddbmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["beta", "self", "batch1", "batch2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "baddbmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "baddbmm", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["beta", "self", "batch1", "batch2", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.baddbmm", "name": "baddbmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["beta", "self", "batch1", "batch2", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "baddbmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "baddbmm", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["beta", "self", "alpha", "batch1", "batch2"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.baddbmm", "name": "baddbmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["beta", "self", "alpha", "batch1", "batch2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "baddbmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "baddbmm", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 3], "arg_names": ["beta", "self", "alpha", "batch1", "batch2", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.baddbmm", "name": "baddbmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 3], "arg_names": ["beta", "self", "alpha", "batch1", "batch2", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "baddbmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "baddbmm", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["input", "batch1", "batch2", "beta", "alpha", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.baddbmm", "name": "baddbmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["input", "batch1", "batch2", "beta", "alpha", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "baddbmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "baddbmm", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["beta", "self", "batch1", "batch2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "baddbmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["beta", "self", "batch1", "batch2", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "baddbmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["beta", "self", "alpha", "batch1", "batch2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "baddbmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 3], "arg_names": ["beta", "self", "alpha", "batch1", "batch2", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "baddbmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["input", "batch1", "batch2", "beta", "alpha", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "baddbmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "bartlett_window": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.bartlett_window", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.bartlett_window", "name": "bartlett_window", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bartlett_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bartlett_window", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.bartlett_window", "name": "bartlett_window", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bartlett_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bartlett_window", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bartlett_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bartlett_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "batch_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "running_mean", "running_var", "training", "momentum", "eps", "cudnn_enabled"], "flags": [], "fullname": "torch._C._VariableFunctions.batch_norm", "name": "batch_norm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "running_mean", "running_var", "training", "momentum", "eps", "cudnn_enabled"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "batch_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "batch_norm_backward_elemt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["grad_out", "input", "mean", "invstd", "weight", "mean_dy", "mean_dy_xmu", "count"], "flags": [], "fullname": "torch._C._VariableFunctions.batch_norm_backward_elemt", "name": "batch_norm_backward_elemt", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["grad_out", "input", "mean", "invstd", "weight", "mean_dy", "mean_dy_xmu", "count"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "batch_norm_backward_elemt", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "batch_norm_backward_reduce": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["grad_out", "input", "mean", "invstd", "weight", "input_g", "weight_g", "bias_g"], "flags": [], "fullname": "torch._C._VariableFunctions.batch_norm_backward_reduce", "name": "batch_norm_backward_reduce", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["grad_out", "input", "mean", "invstd", "weight", "input_g", "weight_g", "bias_g"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "batch_norm_backward_reduce", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "batch_norm_elemt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 5], "arg_names": ["input", "weight", "bias", "mean", "invstd", "eps", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.batch_norm_elemt", "name": "batch_norm_elemt", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 5], "arg_names": ["input", "weight", "bias", "mean", "invstd", "eps", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "batch_norm_elemt", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "batch_norm_gather_stats": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "mean", "invstd", "running_mean", "running_var", "momentum", "eps", "count"], "flags": [], "fullname": "torch._C._VariableFunctions.batch_norm_gather_stats", "name": "batch_norm_gather_stats", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "mean", "invstd", "running_mean", "running_var", "momentum", "eps", "count"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.float", "builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "batch_norm_gather_stats", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "batch_norm_gather_stats_with_counts": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "mean", "invstd", "running_mean", "running_var", "momentum", "eps", "counts"], "flags": [], "fullname": "torch._C._VariableFunctions.batch_norm_gather_stats_with_counts", "name": "batch_norm_gather_stats_with_counts", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "mean", "invstd", "running_mean", "running_var", "momentum", "eps", "counts"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.float", "builtins.float", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "batch_norm_gather_stats_with_counts", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "batch_norm_stats": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "eps"], "flags": [], "fullname": "torch._C._VariableFunctions.batch_norm_stats", "name": "batch_norm_stats", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "eps"], "arg_types": ["torch._tensor.Tensor", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "batch_norm_stats", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "batch_norm_update_stats": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "running_mean", "running_var", "momentum"], "flags": [], "fullname": "torch._C._VariableFunctions.batch_norm_update_stats", "name": "batch_norm_update_stats", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "running_mean", "running_var", "momentum"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "batch_norm_update_stats", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "bernoulli": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.bernoulli", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["input", "generator", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.bernoulli", "name": "bernoulli", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["input", "generator", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bernoulli", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bernoulli", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "p", "generator"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.bernoulli", "name": "bernoulli", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "p", "generator"], "arg_types": ["torch._tensor.Tensor", "builtins.float", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bernoulli", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bernoulli", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["input", "generator", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bernoulli", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "p", "generator"], "arg_types": ["torch._tensor.Tensor", "builtins.float", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bernoulli", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "bilinear": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input1", "input2", "weight", "bias"], "flags": [], "fullname": "torch._C._VariableFunctions.bilinear", "name": "bilinear", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input1", "input2", "weight", "bias"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bilinear", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "binary_cross_entropy_with_logits": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "target", "weight", "size_average", "reduce", "reduction", "pos_weight"], "flags": [], "fullname": "torch._C._VariableFunctions.binary_cross_entropy_with_logits", "name": "binary_cross_entropy_with_logits", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "target", "weight", "size_average", "reduce", "reduction", "pos_weight"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "binary_cross_entropy_with_logits", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "bincount": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["input", "weights", "minlength"], "flags": [], "fullname": "torch._C._VariableFunctions.bincount", "name": "bincount", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "weights", "minlength"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bincount", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "binomial": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["count", "prob", "generator"], "flags": [], "fullname": "torch._C._VariableFunctions.binomial", "name": "binomial", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["count", "prob", "generator"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "binomial", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "bitwise_and": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.bitwise_and", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.bitwise_and", "name": "bitwise_and", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_and", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_and", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.bitwise_and", "name": "bitwise_and", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_and", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_and", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_and", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_and", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "bitwise_left_shift": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.bitwise_left_shift", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.bitwise_left_shift", "name": "bitwise_left_shift", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_left_shift", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_left_shift", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.bitwise_left_shift", "name": "bitwise_left_shift", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_left_shift", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_left_shift", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.bitwise_left_shift", "name": "bitwise_left_shift", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_left_shift", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_left_shift", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_left_shift", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_left_shift", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_left_shift", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "bitwise_not": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.bitwise_not", "name": "bitwise_not", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_not", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "bitwise_or": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.bitwise_or", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.bitwise_or", "name": "bitwise_or", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_or", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_or", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.bitwise_or", "name": "bitwise_or", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_or", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_or", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_or", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_or", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "bitwise_right_shift": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.bitwise_right_shift", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.bitwise_right_shift", "name": "bitwise_right_shift", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_right_shift", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_right_shift", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.bitwise_right_shift", "name": "bitwise_right_shift", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_right_shift", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_right_shift", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.bitwise_right_shift", "name": "bitwise_right_shift", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_right_shift", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_right_shift", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_right_shift", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_right_shift", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_right_shift", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "bitwise_xor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.bitwise_xor", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.bitwise_xor", "name": "bitwise_xor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_xor", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_xor", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.bitwise_xor", "name": "bitwise_xor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_xor", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_xor", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_xor", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_xor", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "blackman_window": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.blackman_window", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.blackman_window", "name": "blackman_window", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "blackman_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "blackman_window", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.blackman_window", "name": "blackman_window", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "blackman_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "blackman_window", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "blackman_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "blackman_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "bmm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "mat2", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.bmm", "name": "bmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "mat2", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "broadcast_to": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "size"], "flags": [], "fullname": "torch._C._VariableFunctions.broadcast_to", "name": "broadcast_to", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "size"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "broadcast_to", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "bucketize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.bucketize", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["input", "boundaries", "out_int32", "right", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.bucketize", "name": "bucketize", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["input", "boundaries", "out_int32", "right", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bucketize", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bucketize", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["self", "boundaries", "out_int32", "right"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.bucketize", "name": "bucketize", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["self", "boundaries", "out_int32", "right"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bucketize", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bucketize", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["input", "boundaries", "out_int32", "right", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bucketize", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["self", "boundaries", "out_int32", "right"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bucketize", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "builtins": {".class": "SymbolTableNode", "cross_ref": "builtins", "kind": "Gdef", "module_hidden": true, "module_public": false}, "can_cast": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["from_", "to"], "flags": [], "fullname": "torch._C._VariableFunctions.can_cast", "name": "can_cast", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["from_", "to"], "arg_types": ["torch._C.dtype", "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "can_cast", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "cat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.cat", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["tensors", "dim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.cat", "name": "cat", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["tensors", "dim", "out"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cat", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cat", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["tensors", "dim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.cat", "name": "cat", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["tensors", "dim", "out"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cat", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cat", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["tensors", "dim", "out"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cat", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["tensors", "dim", "out"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cat", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "ceil": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.ceil", "name": "ceil", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ceil", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "ceil_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.ceil_", "name": "ceil_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ceil_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "celu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "alpha"], "flags": [], "fullname": "torch._C._VariableFunctions.celu", "name": "celu", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "alpha"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "celu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "celu_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "alpha"], "flags": [], "fullname": "torch._C._VariableFunctions.celu_", "name": "celu_", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "alpha"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "celu_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "channel_shuffle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "groups"], "flags": [], "fullname": "torch._C._VariableFunctions.channel_shuffle", "name": "channel_shuffle", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "groups"], "arg_types": ["torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "channel_shuffle", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cholesky": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["input", "upper", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.cholesky", "name": "cholesky", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["input", "upper", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cholesky", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cholesky_inverse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["input", "upper", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.cholesky_inverse", "name": "cholesky_inverse", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["input", "upper", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cholesky_inverse", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cholesky_solve": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "input2", "upper", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.cholesky_solve", "name": "cholesky_solve", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "input2", "upper", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cholesky_solve", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "choose_qparams_optimized": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "numel", "n_bins", "ratio", "bit_width"], "flags": [], "fullname": "torch._C._VariableFunctions.choose_qparams_optimized", "name": "choose_qparams_optimized", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "numel", "n_bins", "ratio", "bit_width"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int", "builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "choose_qparams_optimized", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "chunk": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "chunks", "dim"], "flags": [], "fullname": "torch._C._VariableFunctions.chunk", "name": "chunk", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "chunks", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "chunk", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "clamp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.clamp", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "min", "max", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.clamp", "name": "clamp", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "min", "max", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "min", "max", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.clamp", "name": "clamp", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "min", "max", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "min", "max", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "min", "max", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "clamp_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.clamp_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["input", "min", "max"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.clamp_", "name": "clamp_", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "min", "max"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["input", "min", "max"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.clamp_", "name": "clamp_", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "min", "max"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "min", "max"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "min", "max"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "clamp_max": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.clamp_max", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "max", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.clamp_max", "name": "clamp_max", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "max", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_max", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp_max", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "max", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.clamp_max", "name": "clamp_max", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "max", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_max", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp_max", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "max", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_max", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "max", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_max", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "clamp_max_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.clamp_max_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "max"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.clamp_max_", "name": "clamp_max_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "max"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_max_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp_max_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "max"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.clamp_max_", "name": "clamp_max_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "max"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_max_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp_max_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "max"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_max_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "max"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_max_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "clamp_min": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.clamp_min", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "min", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.clamp_min", "name": "clamp_min", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "min", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_min", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp_min", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "min", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.clamp_min", "name": "clamp_min", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "min", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_min", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp_min", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "min", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_min", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "min", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_min", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "clamp_min_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.clamp_min_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "min"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.clamp_min_", "name": "clamp_min_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "min"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_min_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp_min_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "min"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.clamp_min_", "name": "clamp_min_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "min"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_min_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp_min_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "min"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_min_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "min"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_min_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "clip": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.clip", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "min", "max", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.clip", "name": "clip", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "min", "max", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clip", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "min", "max", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.clip", "name": "clip", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "min", "max", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clip", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "min", "max", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "min", "max", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "clip_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.clip_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["input", "min", "max"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.clip_", "name": "clip_", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "min", "max"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clip_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["input", "min", "max"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.clip_", "name": "clip_", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "min", "max"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clip_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "min", "max"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "min", "max"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "clone": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "memory_format"], "flags": [], "fullname": "torch._C._VariableFunctions.clone", "name": "clone", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "memory_format"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clone", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "column_stack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["tensors", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.column_stack", "name": "column_stack", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["tensors", "out"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "column_stack", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "combinations": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["input", "r", "with_replacement"], "flags": [], "fullname": "torch._C._VariableFunctions.combinations", "name": "combinations", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "r", "with_replacement"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "combinations", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "complex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["real", "imag", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.complex", "name": "complex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["real", "imag", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "complex", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "concat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.concat", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["tensors", "dim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.concat", "name": "concat", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["tensors", "dim", "out"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "concat", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "concat", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["tensors", "dim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.concat", "name": "concat", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["tensors", "dim", "out"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "concat", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "concat", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["tensors", "dim", "out"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "concat", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["tensors", "dim", "out"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "concat", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "conj": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.conj", "name": "conj", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conj", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "conj_physical": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.conj_physical", "name": "conj_physical", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conj_physical", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "conj_physical_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.conj_physical_", "name": "conj_physical_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conj_physical_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "constant_pad_nd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "pad", "value"], "flags": [], "fullname": "torch._C._VariableFunctions.constant_pad_nd", "name": "constant_pad_nd", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "pad", "value"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "constant_pad_nd", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "contiguous_format": {".class": "SymbolTableNode", "cross_ref": "torch._C.contiguous_format", "kind": "Gdef", "module_hidden": true, "module_public": false}, "conv1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.conv1d", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.conv1d", "name": "conv1d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conv1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "conv1d", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.conv1d", "name": "conv1d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conv1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "conv1d", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conv1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conv1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "conv2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.conv2d", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.conv2d", "name": "conv2d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conv2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "conv2d", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.conv2d", "name": "conv2d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conv2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "conv2d", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conv2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conv2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "conv3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.conv3d", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.conv3d", "name": "conv3d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conv3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "conv3d", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.conv3d", "name": "conv3d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conv3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "conv3d", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conv3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conv3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "conv_tbc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "weight", "bias", "pad"], "flags": [], "fullname": "torch._C._VariableFunctions.conv_tbc", "name": "conv_tbc", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "weight", "bias", "pad"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conv_tbc", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "conv_transpose1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "output_padding", "groups", "dilation"], "flags": [], "fullname": "torch._C._VariableFunctions.conv_transpose1d", "name": "conv_transpose1d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "output_padding", "groups", "dilation"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conv_transpose1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "conv_transpose2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "output_padding", "groups", "dilation"], "flags": [], "fullname": "torch._C._VariableFunctions.conv_transpose2d", "name": "conv_transpose2d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "output_padding", "groups", "dilation"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conv_transpose2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "conv_transpose3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "output_padding", "groups", "dilation"], "flags": [], "fullname": "torch._C._VariableFunctions.conv_transpose3d", "name": "conv_transpose3d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "output_padding", "groups", "dilation"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conv_transpose3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "convolution": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "transposed", "output_padding", "groups"], "flags": [], "fullname": "torch._C._VariableFunctions.convolution", "name": "convolution", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "transposed", "output_padding", "groups"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "convolution", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "copysign": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.copysign", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.copysign", "name": "copysign", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copysign", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "copysign", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.copysign", "name": "copysign", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copysign", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "copysign", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copysign", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copysign", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "corrcoef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.corrcoef", "name": "corrcoef", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "corrcoef", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cos": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.cos", "name": "cos", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cos", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cos_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.cos_", "name": "cos_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cos_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cosh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.cosh", "name": "cosh", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cosh", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cosh_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.cosh_", "name": "cosh_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cosh_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cosine_embedding_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["input1", "input2", "target", "margin", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch._C._VariableFunctions.cosine_embedding_loss", "name": "cosine_embedding_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["input1", "input2", "target", "margin", "size_average", "reduce", "reduction"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cosine_embedding_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cosine_similarity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["x1", "x2", "dim", "eps"], "flags": [], "fullname": "torch._C._VariableFunctions.cosine_similarity", "name": "cosine_similarity", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["x1", "x2", "dim", "eps"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cosine_similarity", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "count_nonzero": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.count_nonzero", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.count_nonzero", "name": "count_nonzero", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "dim"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count_nonzero", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "count_nonzero", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.count_nonzero", "name": "count_nonzero", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "dim"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count_nonzero", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "count_nonzero", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "dim"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count_nonzero", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "dim"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count_nonzero", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "cov": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["input", "correction", "fweights", "aweights"], "flags": [], "fullname": "torch._C._VariableFunctions.cov", "name": "cov", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["input", "correction", "fweights", "aweights"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cov", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cross": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "other", "dim", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.cross", "name": "cross", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "other", "dim", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cross", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "ctc_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["log_probs", "targets", "input_lengths", "target_lengths", "blank", "reduction", "zero_infinity"], "flags": [], "fullname": "torch._C._VariableFunctions.ctc_loss", "name": "ctc_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["log_probs", "targets", "input_lengths", "target_lengths", "blank", "reduction", "zero_infinity"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ctc_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cudnn_affine_grid_generator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["theta", "N", "C", "H", "W"], "flags": [], "fullname": "torch._C._VariableFunctions.cudnn_affine_grid_generator", "name": "cudnn_affine_grid_generator", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["theta", "N", "C", "H", "W"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cudnn_affine_grid_generator", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cudnn_batch_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "running_mean", "running_var", "training", "exponential_average_factor", "epsilon"], "flags": [], "fullname": "torch._C._VariableFunctions.cudnn_batch_norm", "name": "cudnn_batch_norm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "running_mean", "running_var", "training", "exponential_average_factor", "epsilon"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cudnn_batch_norm", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "cudnn_convolution": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.cudnn_convolution", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "padding", "stride", "dilation", "groups", "benchmark", "deterministic"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.cudnn_convolution", "name": "cudnn_convolution", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "padding", "stride", "dilation", "groups", "benchmark", "deterministic"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cudnn_convolution", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cudnn_convolution", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "padding", "stride", "dilation", "groups", "benchmark", "deterministic", "allow_tf32"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.cudnn_convolution", "name": "cudnn_convolution", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "padding", "stride", "dilation", "groups", "benchmark", "deterministic", "allow_tf32"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cudnn_convolution", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cudnn_convolution", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "padding", "stride", "dilation", "groups", "benchmark", "deterministic"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.cudnn_convolution", "name": "cudnn_convolution", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "padding", "stride", "dilation", "groups", "benchmark", "deterministic"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cudnn_convolution", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cudnn_convolution", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "padding", "stride", "dilation", "groups", "benchmark", "deterministic"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cudnn_convolution", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "padding", "stride", "dilation", "groups", "benchmark", "deterministic", "allow_tf32"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cudnn_convolution", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "padding", "stride", "dilation", "groups", "benchmark", "deterministic"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cudnn_convolution", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "cudnn_convolution_add_relu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "z", "alpha", "bias", "stride", "padding", "dilation", "groups"], "flags": [], "fullname": "torch._C._VariableFunctions.cudnn_convolution_add_relu", "name": "cudnn_convolution_add_relu", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "z", "alpha", "bias", "stride", "padding", "dilation", "groups"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cudnn_convolution_add_relu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cudnn_convolution_relu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "flags": [], "fullname": "torch._C._VariableFunctions.cudnn_convolution_relu", "name": "cudnn_convolution_relu", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cudnn_convolution_relu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cudnn_convolution_transpose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.cudnn_convolution_transpose", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "padding", "output_padding", "stride", "dilation", "groups", "benchmark", "deterministic"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.cudnn_convolution_transpose", "name": "cudnn_convolution_transpose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "padding", "output_padding", "stride", "dilation", "groups", "benchmark", "deterministic"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cudnn_convolution_transpose", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cudnn_convolution_transpose", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "padding", "output_padding", "stride", "dilation", "groups", "benchmark", "deterministic", "allow_tf32"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.cudnn_convolution_transpose", "name": "cudnn_convolution_transpose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "padding", "output_padding", "stride", "dilation", "groups", "benchmark", "deterministic", "allow_tf32"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cudnn_convolution_transpose", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cudnn_convolution_transpose", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "padding", "output_padding", "stride", "dilation", "groups", "benchmark", "deterministic"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.cudnn_convolution_transpose", "name": "cudnn_convolution_transpose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "padding", "output_padding", "stride", "dilation", "groups", "benchmark", "deterministic"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cudnn_convolution_transpose", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cudnn_convolution_transpose", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "padding", "output_padding", "stride", "dilation", "groups", "benchmark", "deterministic"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cudnn_convolution_transpose", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "padding", "output_padding", "stride", "dilation", "groups", "benchmark", "deterministic", "allow_tf32"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cudnn_convolution_transpose", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "padding", "output_padding", "stride", "dilation", "groups", "benchmark", "deterministic"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cudnn_convolution_transpose", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "cudnn_grid_sampler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "grid"], "flags": [], "fullname": "torch._C._VariableFunctions.cudnn_grid_sampler", "name": "cudnn_grid_sampler", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "grid"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cudnn_grid_sampler", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cudnn_is_acceptable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.cudnn_is_acceptable", "name": "cudnn_is_acceptable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cudnn_is_acceptable", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "cummax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.cummax", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.cummax", "name": "cummax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cummax", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cummax", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.cummax", "name": "cummax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cummax", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cummax", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cummax", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cummax", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}]}}}, "cummin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.cummin", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.cummin", "name": "cummin", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cummin", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cummin", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.cummin", "name": "cummin", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cummin", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cummin", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cummin", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cummin", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}]}}}, "cumprod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.cumprod", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "dim", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.cumprod", "name": "cumprod", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "dim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumprod", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumprod", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "dim", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.cumprod", "name": "cumprod", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "dim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumprod", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumprod", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "dim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumprod", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "dim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumprod", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "cumsum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.cumsum", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "dim", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.cumsum", "name": "cumsum", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "dim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumsum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumsum", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "dim", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.cumsum", "name": "cumsum", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "dim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumsum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumsum", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "dim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumsum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "dim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumsum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "cumulative_trapezoid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.cumulative_trapezoid", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["y", "x", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.cumulative_trapezoid", "name": "cumulative_trapezoid", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["y", "x", "dim"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumulative_trapezoid", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumulative_trapezoid", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["y", "dx", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.cumulative_trapezoid", "name": "cumulative_trapezoid", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["y", "dx", "dim"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumulative_trapezoid", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumulative_trapezoid", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["y", "x", "dim"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumulative_trapezoid", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["y", "dx", "dim"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumulative_trapezoid", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "deg2rad": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.deg2rad", "name": "deg2rad", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "deg2rad", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "deg2rad_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.deg2rad_", "name": "deg2rad_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "deg2rad_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "dequantize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.dequantize", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.dequantize", "name": "dequantize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dequantize", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "dequantize", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.dequantize", "name": "dequantize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dequantize", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "dequantize", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dequantize", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dequantize", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}]}}}, "det": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.det", "name": "det", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "det", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "detach": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.detach", "name": "detach", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "detach", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "detach_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.detach_", "name": "detach_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "detach_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "diag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["input", "diagonal", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.diag", "name": "diag", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["input", "diagonal", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "diag", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "diag_embed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "offset", "dim1", "dim2"], "flags": [], "fullname": "torch._C._VariableFunctions.diag_embed", "name": "diag_embed", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "offset", "dim1", "dim2"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "diag_embed", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "diagflat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "offset"], "flags": [], "fullname": "torch._C._VariableFunctions.diagflat", "name": "diagflat", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "offset"], "arg_types": ["torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "diagflat", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "diagonal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.diagonal", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "offset", "dim1", "dim2"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.diagonal", "name": "diagonal", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "offset", "dim1", "dim2"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "diagonal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "diagonal", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 3, 3, 5], "arg_names": ["input", "outdim", "dim1", "dim2", "offset"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.diagonal", "name": "diagonal", "type": {".class": "CallableType", "arg_kinds": [0, 3, 3, 3, 5], "arg_names": ["input", "outdim", "dim1", "dim2", "offset"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "diagonal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "diagonal", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "offset", "dim1", "dim2"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "diagonal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3, 3, 3, 5], "arg_names": ["input", "outdim", "dim1", "dim2", "offset"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "diagonal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "diff": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 5], "arg_names": ["input", "n", "dim", "prepend", "append", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.diff", "name": "diff", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 5], "arg_names": ["input", "n", "dim", "prepend", "append", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "diff", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "digamma": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.digamma", "name": "digamma", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "digamma", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "dist": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "other", "p"], "flags": [], "fullname": "torch._C._VariableFunctions.dist", "name": "dist", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "other", "p"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dist", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "div": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "other", "rounding_mode", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.div", "name": "div", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "other", "rounding_mode", "out"], "arg_types": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "div", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "divide": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.divide", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.divide", "name": "divide", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "divide", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 5], "arg_names": ["input", "other", "rounding_mode", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.divide", "name": "divide", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["input", "other", "rounding_mode", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "divide", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3], "arg_names": ["input", "other", "rounding_mode"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.divide", "name": "divide", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["input", "other", "rounding_mode"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "divide", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.divide", "name": "divide", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "divide", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["input", "other", "rounding_mode", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["input", "other", "rounding_mode"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "dot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "tensor", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.dot", "name": "dot", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "tensor", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dot", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "dropout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "p", "train"], "flags": [], "fullname": "torch._C._VariableFunctions.dropout", "name": "dropout", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "p", "train"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dropout", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "dropout_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "p", "train"], "flags": [], "fullname": "torch._C._VariableFunctions.dropout_", "name": "dropout_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "p", "train"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dropout_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "dsmm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "mat2"], "flags": [], "fullname": "torch._C._VariableFunctions.dsmm", "name": "dsmm", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "mat2"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dsmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "dsplit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.dsplit", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "sections"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.dsplit", "name": "dsplit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "sections"], "arg_types": ["torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dsplit", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "dsplit", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "indices"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.dsplit", "name": "dsplit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "indices"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dsplit", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "dsplit", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "sections"], "arg_types": ["torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dsplit", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "indices"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dsplit", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}]}}}, "dstack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["tensors", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.dstack", "name": "dstack", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["tensors", "out"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dstack", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "eig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["input", "eigenvectors", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.eig", "name": "eig", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["input", "eigenvectors", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eig", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors"}, "type_guard": null, "variables": []}}}, "embedding": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["weight", "indices", "padding_idx", "scale_grad_by_freq", "sparse"], "flags": [], "fullname": "torch._C._VariableFunctions.embedding", "name": "embedding", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["weight", "indices", "padding_idx", "scale_grad_by_freq", "sparse"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "embedding", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "embedding_bag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.embedding_bag", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["weight", "indices", "offsets", "scale_grad_by_freq", "mode", "sparse", "per_sample_weights", "include_last_offset", "padding_idx"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.embedding_bag", "name": "embedding_bag", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["weight", "indices", "offsets", "scale_grad_by_freq", "mode", "sparse", "per_sample_weights", "include_last_offset", "padding_idx"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "embedding_bag", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "embedding_bag", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["weight", "indices", "offsets", "scale_grad_by_freq", "mode", "sparse", "per_sample_weights", "include_last_offset"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.embedding_bag", "name": "embedding_bag", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["weight", "indices", "offsets", "scale_grad_by_freq", "mode", "sparse", "per_sample_weights", "include_last_offset"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "embedding_bag", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "embedding_bag", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["weight", "indices", "offsets", "scale_grad_by_freq", "mode", "sparse", "per_sample_weights", "include_last_offset", "padding_idx"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "embedding_bag", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["weight", "indices", "offsets", "scale_grad_by_freq", "mode", "sparse", "per_sample_weights", "include_last_offset"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "embedding_bag", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}]}}}, "embedding_renorm_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "indices", "max_norm", "norm_type"], "flags": [], "fullname": "torch._C._VariableFunctions.embedding_renorm_", "name": "embedding_renorm_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "indices", "max_norm", "norm_type"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "embedding_renorm_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "empty": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.empty", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "memory_format", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.empty", "name": "empty", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "memory_format", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "empty", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "empty", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "memory_format", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.empty", "name": "empty", "type": {".class": "CallableType", "arg_kinds": [2, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "memory_format", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "empty", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "empty", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.empty", "name": "empty", "type": {".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "empty", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "empty", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.empty", "name": "empty", "type": {".class": "CallableType", "arg_kinds": [2, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "empty", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "empty", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "memory_format", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "empty", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "memory_format", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "empty", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "empty", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "empty", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "empty_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["input", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions.empty_like", "name": "empty_like", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["input", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "empty_like", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "empty_quantized": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "qtensor", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions.empty_quantized", "name": "empty_quantized", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "qtensor", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "empty_quantized", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "empty_strided": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["size", "stride", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions.empty_strided", "name": "empty_strided", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["size", "stride", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "empty_strided", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "eq": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.eq", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.eq", "name": "eq", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eq", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "eq", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.eq", "name": "eq", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eq", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "eq", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eq", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eq", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "equal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "flags": [], "fullname": "torch._C._VariableFunctions.equal", "name": "equal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "equal", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "erf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.erf", "name": "erf", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "erf", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "erf_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.erf_", "name": "erf_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "erf_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "erfc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.erfc", "name": "erfc", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "erfc", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "erfc_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.erfc_", "name": "erfc_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "erfc_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "erfinv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.erfinv", "name": "erfinv", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "erfinv", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "exp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.exp", "name": "exp", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "exp2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.exp2", "name": "exp2", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exp2", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "exp2_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.exp2_", "name": "exp2_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exp2_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "exp_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.exp_", "name": "exp_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exp_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "expm1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.expm1", "name": "expm1", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expm1", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "expm1_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.expm1_", "name": "expm1_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expm1_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "eye": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.eye", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["n", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.eye", "name": "eye", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["n", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eye", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "eye", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5], "arg_names": ["n", "m", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.eye", "name": "eye", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5], "arg_names": ["n", "m", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eye", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "eye", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["n", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eye", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5], "arg_names": ["n", "m", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eye", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "fake_quantize_per_channel_affine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["input", "scale", "zero_point", "axis", "quant_min", "quant_max"], "flags": [], "fullname": "torch._C._VariableFunctions.fake_quantize_per_channel_affine", "name": "fake_quantize_per_channel_affine", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["input", "scale", "zero_point", "axis", "quant_min", "quant_max"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fake_quantize_per_channel_affine", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fake_quantize_per_tensor_affine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.fake_quantize_per_tensor_affine", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "scale", "zero_point", "quant_min", "quant_max"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.fake_quantize_per_tensor_affine", "name": "fake_quantize_per_tensor_affine", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "scale", "zero_point", "quant_min", "quant_max"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fake_quantize_per_tensor_affine", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fake_quantize_per_tensor_affine", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "scale", "zero_point", "quant_min", "quant_max"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.fake_quantize_per_tensor_affine", "name": "fake_quantize_per_tensor_affine", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "scale", "zero_point", "quant_min", "quant_max"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fake_quantize_per_tensor_affine", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fake_quantize_per_tensor_affine", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "scale", "zero_point", "quant_min", "quant_max"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fake_quantize_per_tensor_affine", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "scale", "zero_point", "quant_min", "quant_max"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fake_quantize_per_tensor_affine", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "fbgemm_linear_fp16_weight": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "packed_weight", "bias"], "flags": [], "fullname": "torch._C._VariableFunctions.fbgemm_linear_fp16_weight", "name": "fbgemm_linear_fp16_weight", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "packed_weight", "bias"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fbgemm_linear_fp16_weight", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fbgemm_linear_fp16_weight_fp32_activation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "packed_weight", "bias"], "flags": [], "fullname": "torch._C._VariableFunctions.fbgemm_linear_fp16_weight_fp32_activation", "name": "fbgemm_linear_fp16_weight_fp32_activation", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "packed_weight", "bias"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fbgemm_linear_fp16_weight_fp32_activation", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fbgemm_linear_int8_weight": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "packed", "col_offsets", "weight_scale", "weight_zero_point", "bias"], "flags": [], "fullname": "torch._C._VariableFunctions.fbgemm_linear_int8_weight", "name": "fbgemm_linear_int8_weight", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "packed", "col_offsets", "weight_scale", "weight_zero_point", "bias"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fbgemm_linear_int8_weight", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fbgemm_linear_int8_weight_fp32_activation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "packed", "col_offsets", "weight_scale", "weight_zero_point", "bias"], "flags": [], "fullname": "torch._C._VariableFunctions.fbgemm_linear_int8_weight_fp32_activation", "name": "fbgemm_linear_int8_weight_fp32_activation", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "packed", "col_offsets", "weight_scale", "weight_zero_point", "bias"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fbgemm_linear_int8_weight_fp32_activation", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fbgemm_linear_quantize_weight": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.fbgemm_linear_quantize_weight", "name": "fbgemm_linear_quantize_weight", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fbgemm_linear_quantize_weight", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", "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": []}}}, "fbgemm_pack_gemm_matrix_fp16": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.fbgemm_pack_gemm_matrix_fp16", "name": "fbgemm_pack_gemm_matrix_fp16", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fbgemm_pack_gemm_matrix_fp16", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fbgemm_pack_quantized_matrix": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.fbgemm_pack_quantized_matrix", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.fbgemm_pack_quantized_matrix", "name": "fbgemm_pack_quantized_matrix", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fbgemm_pack_quantized_matrix", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fbgemm_pack_quantized_matrix", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "K", "N"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.fbgemm_pack_quantized_matrix", "name": "fbgemm_pack_quantized_matrix", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "K", "N"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fbgemm_pack_quantized_matrix", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fbgemm_pack_quantized_matrix", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fbgemm_pack_quantized_matrix", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "K", "N"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fbgemm_pack_quantized_matrix", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "feature_alpha_dropout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "p", "train"], "flags": [], "fullname": "torch._C._VariableFunctions.feature_alpha_dropout", "name": "feature_alpha_dropout", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "p", "train"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "feature_alpha_dropout", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "feature_alpha_dropout_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "p", "train"], "flags": [], "fullname": "torch._C._VariableFunctions.feature_alpha_dropout_", "name": "feature_alpha_dropout_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "p", "train"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "feature_alpha_dropout_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "feature_dropout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "p", "train"], "flags": [], "fullname": "torch._C._VariableFunctions.feature_dropout", "name": "feature_dropout", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "p", "train"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "feature_dropout", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "feature_dropout_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "p", "train"], "flags": [], "fullname": "torch._C._VariableFunctions.feature_dropout_", "name": "feature_dropout_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "p", "train"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "feature_dropout_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fill_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.fill_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.fill_", "name": "fill_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "value"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fill_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fill_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.fill_", "name": "fill_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "value"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fill_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fill_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "value"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fill_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "value"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fill_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "fix": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.fix", "name": "fix", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fix", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fix_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.fix_", "name": "fix_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fix_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "flatten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.flatten", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["input", "start_dim", "end_dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.flatten", "name": "flatten", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "start_dim", "end_dim"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flatten", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "flatten", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "start_dim", "end_dim", "out_dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.flatten", "name": "flatten", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "start_dim", "end_dim", "out_dim"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flatten", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "flatten", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "start_dim", "end_dim", "out_dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.flatten", "name": "flatten", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "start_dim", "end_dim", "out_dim"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flatten", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "flatten", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dims", "out_dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.flatten", "name": "flatten", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dims", "out_dim"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flatten", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "flatten", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "start_dim", "end_dim"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flatten", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "start_dim", "end_dim", "out_dim"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flatten", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "start_dim", "end_dim", "out_dim"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flatten", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dims", "out_dim"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flatten", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "flip": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "dims"], "flags": [], "fullname": "torch._C._VariableFunctions.flip", "name": "flip", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "dims"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flip", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fliplr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.fliplr", "name": "fliplr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fliplr", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "flipud": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.flipud", "name": "flipud", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flipud", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "float_power": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.float_power", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "exponent", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.float_power", "name": "float_power", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "exponent", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "float_power", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "float_power", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "exponent", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.float_power", "name": "float_power", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "exponent", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "float_power", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "float_power", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "exponent", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.float_power", "name": "float_power", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "exponent", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "float_power", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "float_power", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "exponent", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "float_power", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "exponent", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "float_power", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "exponent", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "float_power", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "floor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.floor", "name": "floor", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "floor", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "floor_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.floor_", "name": "floor_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "floor_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "floor_divide": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.floor_divide", "name": "floor_divide", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "floor_divide", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.fmax", "name": "fmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fmin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.fmin", "name": "fmin", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fmin", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fmod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.fmod", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.fmod", "name": "fmod", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fmod", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fmod", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.fmod", "name": "fmod", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fmod", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fmod", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fmod", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fmod", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "frac": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.frac", "name": "frac", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "frac", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "frac_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.frac_", "name": "frac_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "frac_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "frexp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.frexp", "name": "frexp", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "frexp", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_mantissa_exponent"}, "type_guard": null, "variables": []}}}, "frobenius_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.frobenius_norm", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.frobenius_norm", "name": "frobenius_norm", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "frobenius_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "frobenius_norm", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.frobenius_norm", "name": "frobenius_norm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "frobenius_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "frobenius_norm", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "frobenius_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "frobenius_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "from_file": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5, 5, 5, 5, 5], "arg_names": ["filename", "shared", "size", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions.from_file", "name": "from_file", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5, 5, 5, 5, 5], "arg_names": ["filename", "shared", "size", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_file", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "from_numpy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ndarray"], "flags": [], "fullname": "torch._C._VariableFunctions.from_numpy", "name": "from_numpy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ndarray"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_numpy", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "frombuffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 3, 5, 5, 5, 5], "arg_names": ["buffer", "dtype", "count", "offset", "device", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions.frombuffer", "name": "frombuffer", "type": {".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5, 5], "arg_names": ["buffer", "dtype", "count", "offset", "device", "requires_grad"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "torch._C.dtype", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "frombuffer", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "full": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.full", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["size", "fill_value", "out", "layout", "dtype", "device", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.full", "name": "full", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["size", "fill_value", "out", "layout", "dtype", "device", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "torch._C.layout", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "full", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "full", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 5, 5, 5, 5], "arg_names": ["size", "fill_value", "names", "layout", "dtype", "device", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.full", "name": "full", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 5, 5, 5, 5], "arg_names": ["size", "fill_value", "names", "layout", "dtype", "device", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "type_ref": "builtins.list"}, "torch._C.layout", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "full", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "full", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["size", "fill_value", "out", "layout", "dtype", "device", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "torch._C.layout", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "full", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3, 5, 5, 5, 5], "arg_names": ["size", "fill_value", "names", "layout", "dtype", "device", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "type_ref": "builtins.list"}, "torch._C.layout", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "full", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "full_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5], "arg_names": ["input", "fill_value", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions.full_like", "name": "full_like", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5], "arg_names": ["input", "fill_value", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "full_like", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fused_moving_avg_obs_fake_quant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["input", "observer_on", "fake_quant_on", "running_min", "running_max", "scale", "zero_point", "averaging_const", "quant_min", "quant_max", "ch_axis", "per_row_fake_quant", "symmetric_quant"], "flags": [], "fullname": "torch._C._VariableFunctions.fused_moving_avg_obs_fake_quant", "name": "fused_moving_avg_obs_fake_quant", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["input", "observer_on", "fake_quant_on", "running_min", "running_max", "scale", "zero_point", "averaging_const", "quant_min", "quant_max", "ch_axis", "per_row_fake_quant", "symmetric_quant"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", "builtins.int", "builtins.int", "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fused_moving_avg_obs_fake_quant", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "gather": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.gather", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["input", "dim", "index", "sparse_grad", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.gather", "name": "gather", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["input", "dim", "index", "sparse_grad", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gather", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "gather", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["input", "dim", "index", "sparse_grad", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.gather", "name": "gather", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["input", "dim", "index", "sparse_grad", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gather", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "gather", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["input", "dim", "index", "sparse_grad", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gather", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["input", "dim", "index", "sparse_grad", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gather", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "gcd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.gcd", "name": "gcd", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gcd", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "gcd_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "flags": [], "fullname": "torch._C._VariableFunctions.gcd_", "name": "gcd_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gcd_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "ge": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.ge", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.ge", "name": "ge", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ge", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ge", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.ge", "name": "ge", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ge", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ge", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ge", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ge", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "geqrf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.geqrf", "name": "geqrf", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "geqrf", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_a_tau"}, "type_guard": null, "variables": []}}}, "ger": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "vec2", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.ger", "name": "ger", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "vec2", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ger", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "get_default_dtype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._VariableFunctions.get_default_dtype", "name": "get_default_dtype", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_default_dtype", "ret_type": "torch._C.dtype", "type_guard": null, "variables": []}}}, "get_num_interop_threads": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._VariableFunctions.get_num_interop_threads", "name": "get_num_interop_threads", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_num_interop_threads", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "get_num_threads": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._VariableFunctions.get_num_threads", "name": "get_num_threads", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_num_threads", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "gradient": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.gradient", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 3, 5], "arg_names": ["input", "spacing", "dim", "edge_order"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.gradient", "name": "gradient", "type": {".class": "CallableType", "arg_kinds": [0, 3, 3, 5], "arg_names": ["input", "spacing", "dim", "edge_order"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gradient", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "gradient", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["input", "spacing", "dim", "edge_order"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.gradient", "name": "gradient", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["input", "spacing", "dim", "edge_order"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gradient", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "gradient", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 5, 5], "arg_names": ["input", "spacing", "dim", "edge_order"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.gradient", "name": "gradient", "type": {".class": "CallableType", "arg_kinds": [0, 3, 5, 5], "arg_names": ["input", "spacing", "dim", "edge_order"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gradient", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "gradient", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 3, 5], "arg_names": ["input", "spacing", "dim", "edge_order"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.gradient", "name": "gradient", "type": {".class": "CallableType", "arg_kinds": [0, 3, 3, 5], "arg_names": ["input", "spacing", "dim", "edge_order"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gradient", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "gradient", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 5, 5], "arg_names": ["input", "spacing", "dim", "edge_order"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.gradient", "name": "gradient", "type": {".class": "CallableType", "arg_kinds": [0, 3, 5, 5], "arg_names": ["input", "spacing", "dim", "edge_order"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gradient", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "gradient", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 5], "arg_names": ["input", "dim", "edge_order"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.gradient", "name": "gradient", "type": {".class": "CallableType", "arg_kinds": [0, 3, 5], "arg_names": ["input", "dim", "edge_order"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gradient", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "gradient", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 3, 5], "arg_names": ["input", "spacing", "dim", "edge_order"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.gradient", "name": "gradient", "type": {".class": "CallableType", "arg_kinds": [0, 3, 3, 5], "arg_names": ["input", "spacing", "dim", "edge_order"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gradient", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "gradient", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 3, 3, 5], "arg_names": ["input", "spacing", "dim", "edge_order"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gradient", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["input", "spacing", "dim", "edge_order"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gradient", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3, 5, 5], "arg_names": ["input", "spacing", "dim", "edge_order"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gradient", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3, 3, 5], "arg_names": ["input", "spacing", "dim", "edge_order"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "type_ref": "typing.Sequence"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gradient", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3, 5, 5], "arg_names": ["input", "spacing", "dim", "edge_order"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gradient", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3, 5], "arg_names": ["input", "dim", "edge_order"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gradient", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3, 3, 5], "arg_names": ["input", "spacing", "dim", "edge_order"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gradient", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}]}}}, "greater": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.greater", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.greater", "name": "greater", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "greater", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.greater", "name": "greater", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "greater", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "greater_equal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.greater_equal", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.greater_equal", "name": "greater_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater_equal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "greater_equal", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.greater_equal", "name": "greater_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater_equal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "greater_equal", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater_equal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater_equal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "grid_sampler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "grid", "interpolation_mode", "padding_mode", "align_corners"], "flags": [], "fullname": "torch._C._VariableFunctions.grid_sampler", "name": "grid_sampler", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "grid", "interpolation_mode", "padding_mode", "align_corners"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "grid_sampler", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "grid_sampler_2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "grid", "interpolation_mode", "padding_mode", "align_corners"], "flags": [], "fullname": "torch._C._VariableFunctions.grid_sampler_2d", "name": "grid_sampler_2d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "grid", "interpolation_mode", "padding_mode", "align_corners"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "grid_sampler_2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "grid_sampler_3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "grid", "interpolation_mode", "padding_mode", "align_corners"], "flags": [], "fullname": "torch._C._VariableFunctions.grid_sampler_3d", "name": "grid_sampler_3d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "grid", "interpolation_mode", "padding_mode", "align_corners"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "grid_sampler_3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "group_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "num_groups", "weight", "bias", "eps", "cudnn_enabled"], "flags": [], "fullname": "torch._C._VariableFunctions.group_norm", "name": "group_norm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "num_groups", "weight", "bias", "eps", "cudnn_enabled"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "group_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "gru": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.gru", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["data", "batch_sizes", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.gru", "name": "gru", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["data", "batch_sizes", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.bool", "builtins.int", "builtins.float", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gru", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "gru", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional", "batch_first"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.gru", "name": "gru", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional", "batch_first"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.bool", "builtins.int", "builtins.float", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gru", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "gru", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["data", "batch_sizes", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.bool", "builtins.int", "builtins.float", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gru", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional", "batch_first"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.bool", "builtins.int", "builtins.float", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gru", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}]}}}, "gru_cell": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["input", "hx", "w_ih", "w_hh", "b_ih", "b_hh"], "flags": [], "fullname": "torch._C._VariableFunctions.gru_cell", "name": "gru_cell", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["input", "hx", "w_ih", "w_hh", "b_ih", "b_hh"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gru_cell", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "gt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.gt", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.gt", "name": "gt", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gt", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "gt", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.gt", "name": "gt", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gt", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "gt", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gt", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gt", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "hamming_window": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.hamming_window", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.hamming_window", "name": "hamming_window", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hamming_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "hamming_window", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.hamming_window", "name": "hamming_window", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hamming_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "hamming_window", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "alpha", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.hamming_window", "name": "hamming_window", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "alpha", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hamming_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "hamming_window", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "alpha", "beta", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.hamming_window", "name": "hamming_window", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "alpha", "beta", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.bool", "builtins.float", "builtins.float", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hamming_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "hamming_window", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hamming_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hamming_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "alpha", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hamming_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "alpha", "beta", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.bool", "builtins.float", "builtins.float", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hamming_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "hann_window": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.hann_window", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.hann_window", "name": "hann_window", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hann_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "hann_window", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.hann_window", "name": "hann_window", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hann_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "hann_window", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hann_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hann_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "hardshrink": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["input", "lambd", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.hardshrink", "name": "hardshrink", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["input", "lambd", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hardshrink", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "heaviside": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "values", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.heaviside", "name": "heaviside", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "values", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "heaviside", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "hinge_embedding_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "target", "margin", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch._C._VariableFunctions.hinge_embedding_loss", "name": "hinge_embedding_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "target", "margin", "size_average", "reduce", "reduction"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hinge_embedding_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "histc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 5], "arg_names": ["input", "bins", "min", "max", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.histc", "name": "histc", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 5], "arg_names": ["input", "bins", "min", "max", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "histc", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "histogram": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.histogram", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["input", "bins", "weight", "density", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.histogram", "name": "histogram", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["input", "bins", "weight", "density", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "histogram", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_hist_bin_edges"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "histogram", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 5, 5, 5, 5], "arg_names": ["input", "bins", "range", "weight", "density", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.histogram", "name": "histogram", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5, 5, 5, 5], "arg_names": ["input", "bins", "range", "weight", "density", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.float"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "histogram", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_hist_bin_edges"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "histogram", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["input", "bins", "weight", "density", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "histogram", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_hist_bin_edges"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 5, 5, 5, 5], "arg_names": ["input", "bins", "range", "weight", "density", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.float"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "histogram", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_hist_bin_edges"}, "type_guard": null, "variables": []}]}}}, "hsmm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "mat2"], "flags": [], "fullname": "torch._C._VariableFunctions.hsmm", "name": "hsmm", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "mat2"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hsmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "hsplit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.hsplit", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "sections"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.hsplit", "name": "hsplit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "sections"], "arg_types": ["torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hsplit", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "hsplit", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "indices"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.hsplit", "name": "hsplit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "indices"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hsplit", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "hsplit", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "sections"], "arg_types": ["torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hsplit", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "indices"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hsplit", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}]}}}, "hspmm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["mat1", "mat2", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.hspmm", "name": "hspmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["mat1", "mat2", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hspmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "hstack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["tensors", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.hstack", "name": "hstack", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["tensors", "out"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hstack", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "hypot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.hypot", "name": "hypot", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hypot", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "i0": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.i0", "name": "i0", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "i0", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "i0_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.i0_", "name": "i0_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "i0_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "igamma": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.igamma", "name": "igamma", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "igamma", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "igammac": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.igammac", "name": "igammac", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "igammac", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "imag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "imag", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "index_add": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.index_add", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "source"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.index_add", "name": "index_add", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "source"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_add", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_add", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["input", "dim", "index", "source", "alpha"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.index_add", "name": "index_add", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["input", "dim", "index", "source", "alpha"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_add", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_add", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "dim", "index", "source", "alpha"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.index_add", "name": "index_add", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "dim", "index", "source", "alpha"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_add", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_add", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "source"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_add", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["input", "dim", "index", "source", "alpha"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_add", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "dim", "index", "source", "alpha"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_add", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "index_copy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.index_copy", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "source"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.index_copy", "name": "index_copy", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "source"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_copy", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_copy", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "source"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.index_copy", "name": "index_copy", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "source"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_copy", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_copy", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "source"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_copy", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "source"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_copy", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "index_fill": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.index_fill", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.index_fill", "name": "index_fill", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "value"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_fill", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.index_fill", "name": "index_fill", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "value"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_fill", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.index_fill", "name": "index_fill", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "value"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_fill", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.index_fill", "name": "index_fill", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "value"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_fill", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "value"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "value"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "value"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "value"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "index_put": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "indices", "values", "accumulate"], "flags": [], "fullname": "torch._C._VariableFunctions.index_put", "name": "index_put", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "indices", "values", "accumulate"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_put", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "index_put_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "indices", "values", "accumulate"], "flags": [], "fullname": "torch._C._VariableFunctions.index_put_", "name": "index_put_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "indices", "values", "accumulate"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_put_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "index_select": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.index_select", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["input", "dim", "index", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.index_select", "name": "index_select", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["input", "dim", "index", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_select", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_select", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["input", "dim", "index", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.index_select", "name": "index_select", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["input", "dim", "index", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_select", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_select", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["input", "dim", "index", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_select", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["input", "dim", "index", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_select", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "inf": {".class": "SymbolTableNode", "cross_ref": "torch._six.inf", "kind": "Gdef", "module_hidden": true, "module_public": false}, "init_num_threads": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._VariableFunctions.init_num_threads", "name": "init_num_threads", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "init_num_threads", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "inner": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.inner", "name": "inner", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "inner", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "instance_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "running_mean", "running_var", "use_input_stats", "momentum", "eps", "cudnn_enabled"], "flags": [], "fullname": "torch._C._VariableFunctions.instance_norm", "name": "instance_norm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "running_mean", "running_var", "use_input_stats", "momentum", "eps", "cudnn_enabled"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "instance_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "int_repr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.int_repr", "name": "int_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "int_repr", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "inverse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.inverse", "name": "inverse", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "inverse", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "is_complex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.is_complex", "name": "is_complex", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_complex", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_conj": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.is_conj", "name": "is_conj", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_conj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_distributed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.is_distributed", "name": "is_distributed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_distributed", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_floating_point": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.is_floating_point", "name": "is_floating_point", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_floating_point", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_grad_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._VariableFunctions.is_grad_enabled", "name": "is_grad_enabled", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_grad_enabled", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_inference": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.is_inference", "name": "is_inference", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_inference", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_inference_mode_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._VariableFunctions.is_inference_mode_enabled", "name": "is_inference_mode_enabled", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_inference_mode_enabled", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_neg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.is_neg", "name": "is_neg", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_neg", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_nonzero": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.is_nonzero", "name": "is_nonzero", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_nonzero", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_same_size": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "flags": [], "fullname": "torch._C._VariableFunctions.is_same_size", "name": "is_same_size", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_same_size", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_signed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.is_signed", "name": "is_signed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_signed", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_vulkan_available": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._VariableFunctions.is_vulkan_available", "name": "is_vulkan_available", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_vulkan_available", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isclose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "other", "rtol", "atol", "equal_nan"], "flags": [], "fullname": "torch._C._VariableFunctions.isclose", "name": "isclose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "other", "rtol", "atol", "equal_nan"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isclose", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "isfinite": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.isfinite", "name": "isfinite", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isfinite", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "isin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.isin", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["elements", "test_elements", "assume_unique", "invert", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.isin", "name": "isin", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["elements", "test_elements", "assume_unique", "invert", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isin", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "isin", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["element", "test_elements", "assume_unique", "invert", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.isin", "name": "isin", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["element", "test_elements", "assume_unique", "invert", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isin", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "isin", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["elements", "test_element", "assume_unique", "invert", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.isin", "name": "isin", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["elements", "test_element", "assume_unique", "invert", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isin", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "isin", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["elements", "test_elements", "assume_unique", "invert", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isin", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["element", "test_elements", "assume_unique", "invert", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isin", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["elements", "test_element", "assume_unique", "invert", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isin", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "isinf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.isinf", "name": "isinf", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isinf", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "isnan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.isnan", "name": "isnan", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isnan", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "isneginf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.isneginf", "name": "isneginf", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isneginf", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "isposinf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.isposinf", "name": "isposinf", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isposinf", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "isreal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.isreal", "name": "isreal", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isreal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "kaiser_window": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.kaiser_window", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.kaiser_window", "name": "kaiser_window", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kaiser_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "kaiser_window", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.kaiser_window", "name": "kaiser_window", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kaiser_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "kaiser_window", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "beta", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.kaiser_window", "name": "kaiser_window", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "beta", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kaiser_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "kaiser_window", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kaiser_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kaiser_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5], "arg_names": ["window_length", "periodic", "beta", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kaiser_window", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "kl_div": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "target", "size_average", "reduce", "reduction", "log_target"], "flags": [], "fullname": "torch._C._VariableFunctions.kl_div", "name": "kl_div", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "target", "size_average", "reduce", "reduction", "log_target"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kl_div", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "kron": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.kron", "name": "kron", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kron", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "kthvalue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.kthvalue", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "k", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.kthvalue", "name": "kthvalue", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "k", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kthvalue", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "kthvalue", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 5], "arg_names": ["input", "k", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.kthvalue", "name": "kthvalue", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 5], "arg_names": ["input", "k", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kthvalue", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "kthvalue", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "k", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kthvalue", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 5], "arg_names": ["input", "k", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kthvalue", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}]}}}, "layer_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "normalized_shape", "weight", "bias", "eps", "cudnn_enable"], "flags": [], "fullname": "torch._C._VariableFunctions.layer_norm", "name": "layer_norm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "normalized_shape", "weight", "bias", "eps", "cudnn_enable"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "layer_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "lcm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.lcm", "name": "lcm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lcm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "lcm_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "flags": [], "fullname": "torch._C._VariableFunctions.lcm_", "name": "lcm_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lcm_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "ldexp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.ldexp", "name": "ldexp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ldexp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "ldexp_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "flags": [], "fullname": "torch._C._VariableFunctions.ldexp_", "name": "ldexp_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ldexp_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "le": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.le", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.le", "name": "le", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "le", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "le", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.le", "name": "le", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "le", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "le", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "le", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "le", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "lerp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.lerp", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["input", "end", "weight", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.lerp", "name": "lerp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["input", "end", "weight", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lerp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "lerp", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["input", "end", "weight", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.lerp", "name": "lerp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["input", "end", "weight", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lerp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "lerp", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["input", "end", "weight", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lerp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["input", "end", "weight", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lerp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "less": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.less", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.less", "name": "less", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "less", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.less", "name": "less", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "less", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "less_equal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.less_equal", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.less_equal", "name": "less_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less_equal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "less_equal", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.less_equal", "name": "less_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less_equal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "less_equal", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less_equal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less_equal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "lgamma": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.lgamma", "name": "lgamma", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lgamma", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "linspace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5, 5, 5, 5], "arg_names": ["start", "end", "steps", "out", "dtype", "device", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions.linspace", "name": "linspace", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5, 5, 5], "arg_names": ["start", "end", "steps", "out", "dtype", "device", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "linspace", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.log", "name": "log", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log10": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.log10", "name": "log10", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log10", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log10_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.log10_", "name": "log10_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log10_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log1p": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.log1p", "name": "log1p", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log1p", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log1p_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.log1p_", "name": "log1p_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log1p_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.log2", "name": "log2", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log2", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log2_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.log2_", "name": "log2_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log2_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.log_", "name": "log_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log_softmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.log_softmax", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.log_softmax", "name": "log_softmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "dtype"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log_softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "log_softmax", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.log_softmax", "name": "log_softmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log_softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "log_softmax", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "dtype"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log_softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log_softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "logaddexp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.logaddexp", "name": "logaddexp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logaddexp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logaddexp2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.logaddexp2", "name": "logaddexp2", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logaddexp2", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logcumsumexp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.logcumsumexp", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.logcumsumexp", "name": "logcumsumexp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logcumsumexp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "logcumsumexp", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.logcumsumexp", "name": "logcumsumexp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logcumsumexp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "logcumsumexp", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logcumsumexp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logcumsumexp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "logdet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.logdet", "name": "logdet", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logdet", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logical_and": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.logical_and", "name": "logical_and", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logical_and", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logical_not": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.logical_not", "name": "logical_not", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logical_not", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logical_or": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.logical_or", "name": "logical_or", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logical_or", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logical_xor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.logical_xor", "name": "logical_xor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logical_xor", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["input", "eps", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.logit", "name": "logit", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["input", "eps", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logit", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logit_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "eps"], "flags": [], "fullname": "torch._C._VariableFunctions.logit_", "name": "logit_", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "eps"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logit_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logspace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5], "arg_names": ["start", "end", "steps", "base", "out", "dtype", "device", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions.logspace", "name": "logspace", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5], "arg_names": ["start", "end", "steps", "base", "out", "dtype", "device", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.float", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logspace", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logsumexp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.logsumexp", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.logsumexp", "name": "logsumexp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logsumexp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "logsumexp", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.logsumexp", "name": "logsumexp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logsumexp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "logsumexp", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logsumexp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logsumexp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "lstm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.lstm", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["data", "batch_sizes", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.lstm", "name": "lstm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["data", "batch_sizes", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.bool", "builtins.int", "builtins.float", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lstm", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "lstm", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional", "batch_first"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.lstm", "name": "lstm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional", "batch_first"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.bool", "builtins.int", "builtins.float", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lstm", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "lstm", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["data", "batch_sizes", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.bool", "builtins.int", "builtins.float", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lstm", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional", "batch_first"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.bool", "builtins.int", "builtins.float", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lstm", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}]}}}, "lstm_cell": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["input", "hx", "w_ih", "w_hh", "b_ih", "b_hh"], "flags": [], "fullname": "torch._C._VariableFunctions.lstm_cell", "name": "lstm_cell", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["input", "hx", "w_ih", "w_hh", "b_ih", "b_hh"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lstm_cell", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "lstsq": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "A", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.lstsq", "name": "lstsq", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "A", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lstsq", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_solution_QR"}, "type_guard": null, "variables": []}}}, "lt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.lt", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.lt", "name": "lt", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lt", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "lt", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.lt", "name": "lt", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lt", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "lt", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lt", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lt", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "lu_solve": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["input", "LU_data", "LU_pivots", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.lu_solve", "name": "lu_solve", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["input", "LU_data", "LU_pivots", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lu_solve", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "lu_unpack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["LU_data", "LU_pivots", "unpack_data", "unpack_pivots", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.lu_unpack", "name": "lu_unpack", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["LU_data", "LU_pivots", "unpack_data", "unpack_pivots", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lu_unpack", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_P_L_U"}, "type_guard": null, "variables": []}}}, "margin_ranking_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["input1", "input2", "target", "margin", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch._C._VariableFunctions.margin_ranking_loss", "name": "margin_ranking_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["input1", "input2", "target", "margin", "size_average", "reduce", "reduction"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "margin_ranking_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "masked_fill": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.masked_fill", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "mask", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.masked_fill", "name": "masked_fill", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "mask", "value"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "masked_fill", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "masked_fill", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "mask", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.masked_fill", "name": "masked_fill", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "mask", "value"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "masked_fill", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "masked_fill", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "mask", "value"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "masked_fill", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "mask", "value"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "masked_fill", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "masked_scatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "mask", "source"], "flags": [], "fullname": "torch._C._VariableFunctions.masked_scatter", "name": "masked_scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "mask", "source"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "masked_scatter", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "masked_select": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "mask", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.masked_select", "name": "masked_select", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "mask", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "masked_select", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "matmul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.matmul", "name": "matmul", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "matmul", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "matrix_exp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.matrix_exp", "name": "matrix_exp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "matrix_exp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "matrix_power": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "n", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.matrix_power", "name": "matrix_power", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "n", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "matrix_power", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "matrix_rank": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.matrix_rank", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "symmetric"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.matrix_rank", "name": "matrix_rank", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "symmetric"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "matrix_rank", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "matrix_rank", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "tol", "symmetric"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.matrix_rank", "name": "matrix_rank", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "tol", "symmetric"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "matrix_rank", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "matrix_rank", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "symmetric"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "matrix_rank", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "tol", "symmetric"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "matrix_rank", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "max": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.max", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.max", "name": "max", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "max", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.max", "name": "max", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "max", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.max", "name": "max", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "max", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.max", "name": "max", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "max", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}]}}}, "max_pool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode"], "flags": [], "fullname": "torch._C._VariableFunctions.max_pool1d", "name": "max_pool1d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max_pool1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "max_pool1d_with_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode"], "flags": [], "fullname": "torch._C._VariableFunctions.max_pool1d_with_indices", "name": "max_pool1d_with_indices", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max_pool1d_with_indices", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "max_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode"], "flags": [], "fullname": "torch._C._VariableFunctions.max_pool2d", "name": "max_pool2d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max_pool2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "max_pool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode"], "flags": [], "fullname": "torch._C._VariableFunctions.max_pool3d", "name": "max_pool3d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max_pool3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "maximum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.maximum", "name": "maximum", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "maximum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mean": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.mean", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.mean", "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mean", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "mean", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.mean", "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mean", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "mean", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.mean", "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mean", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "mean", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mean", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mean", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mean", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "median": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.median", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.median", "name": "median", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "median", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "median", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.median", "name": "median", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "median", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "median", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.median", "name": "median", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "median", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "median", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "median", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "median", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "median", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}]}}}, "memory_format": {".class": "SymbolTableNode", "cross_ref": "torch._C.memory_format", "kind": "Gdef", "module_hidden": true, "module_public": false}, "min": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.min", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.min", "name": "min", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "min", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.min", "name": "min", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "min", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.min", "name": "min", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "min", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.min", "name": "min", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "min", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}]}}}, "minimum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.minimum", "name": "minimum", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "minimum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "miopen_batch_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "running_mean", "running_var", "training", "exponential_average_factor", "epsilon"], "flags": [], "fullname": "torch._C._VariableFunctions.miopen_batch_norm", "name": "miopen_batch_norm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "running_mean", "running_var", "training", "exponential_average_factor", "epsilon"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "miopen_batch_norm", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "miopen_convolution": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "padding", "stride", "dilation", "groups", "benchmark", "deterministic"], "flags": [], "fullname": "torch._C._VariableFunctions.miopen_convolution", "name": "miopen_convolution", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "padding", "stride", "dilation", "groups", "benchmark", "deterministic"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "miopen_convolution", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "miopen_convolution_transpose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "padding", "output_padding", "stride", "dilation", "groups", "benchmark", "deterministic"], "flags": [], "fullname": "torch._C._VariableFunctions.miopen_convolution_transpose", "name": "miopen_convolution_transpose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "padding", "output_padding", "stride", "dilation", "groups", "benchmark", "deterministic"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "miopen_convolution_transpose", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "miopen_depthwise_convolution": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "padding", "stride", "dilation", "groups", "benchmark", "deterministic"], "flags": [], "fullname": "torch._C._VariableFunctions.miopen_depthwise_convolution", "name": "miopen_depthwise_convolution", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "padding", "stride", "dilation", "groups", "benchmark", "deterministic"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "miopen_depthwise_convolution", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "miopen_rnn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "weight_stride0", "hx", "cx", "mode", "hidden_size", "num_layers", "batch_first", "dropout", "train", "bidirectional", "batch_sizes", "dropout_state"], "flags": [], "fullname": "torch._C._VariableFunctions.miopen_rnn", "name": "miopen_rnn", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "weight_stride0", "hx", "cx", "mode", "hidden_size", "num_layers", "batch_first", "dropout", "train", "bidirectional", "batch_sizes", "dropout_state"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.int", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.int", "builtins.int", "builtins.int", "builtins.bool", "builtins.float", "builtins.bool", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "miopen_rnn", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "mkldnn_adaptive_avg_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "output_size"], "flags": [], "fullname": "torch._C._VariableFunctions.mkldnn_adaptive_avg_pool2d", "name": "mkldnn_adaptive_avg_pool2d", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "output_size"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkldnn_adaptive_avg_pool2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mkldnn_convolution": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "padding", "stride", "dilation", "groups"], "flags": [], "fullname": "torch._C._VariableFunctions.mkldnn_convolution", "name": "mkldnn_convolution", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "padding", "stride", "dilation", "groups"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkldnn_convolution", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mkldnn_convolution_backward_weights": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["weight_size", "grad_output", "input", "padding", "stride", "dilation", "groups", "bias_defined"], "flags": [], "fullname": "torch._C._VariableFunctions.mkldnn_convolution_backward_weights", "name": "mkldnn_convolution_backward_weights", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["weight_size", "grad_output", "input", "padding", "stride", "dilation", "groups", "bias_defined"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkldnn_convolution_backward_weights", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "mkldnn_linear_backward_weights": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["grad_output", "input", "weight", "bias_defined"], "flags": [], "fullname": "torch._C._VariableFunctions.mkldnn_linear_backward_weights", "name": "mkldnn_linear_backward_weights", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["grad_output", "input", "weight", "bias_defined"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkldnn_linear_backward_weights", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "mkldnn_max_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode"], "flags": [], "fullname": "torch._C._VariableFunctions.mkldnn_max_pool2d", "name": "mkldnn_max_pool2d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkldnn_max_pool2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mkldnn_max_pool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode"], "flags": [], "fullname": "torch._C._VariableFunctions.mkldnn_max_pool3d", "name": "mkldnn_max_pool3d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkldnn_max_pool3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "mat2", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.mm", "name": "mm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "mat2", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.mode", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.mode", "name": "mode", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mode", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "mode", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.mode", "name": "mode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mode", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "mode", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mode", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mode", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}]}}}, "moveaxis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.moveaxis", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "source", "destination"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.moveaxis", "name": "moveaxis", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "source", "destination"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "moveaxis", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "moveaxis", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "source", "destination"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.moveaxis", "name": "moveaxis", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "source", "destination"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "moveaxis", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "moveaxis", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "source", "destination"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "moveaxis", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "source", "destination"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "moveaxis", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "movedim": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.movedim", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "source", "destination"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.movedim", "name": "movedim", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "source", "destination"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "movedim", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "movedim", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "source", "destination"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.movedim", "name": "movedim", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "source", "destination"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "movedim", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "movedim", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "source", "destination"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "movedim", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "source", "destination"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "movedim", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "msort": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.msort", "name": "msort", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "msort", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.mul", "name": "mul", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mul", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "multinomial": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "num_samples", "replacement", "generator", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.multinomial", "name": "multinomial", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "num_samples", "replacement", "generator", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "multinomial", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "multiply": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.multiply", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.multiply", "name": "multiply", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "multiply", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "multiply", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.multiply", "name": "multiply", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "multiply", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "multiply", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "multiply", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "multiply", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "mv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "vec", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.mv", "name": "mv", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "vec", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mv", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mvlgamma": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "p", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.mvlgamma", "name": "mvlgamma", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "p", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mvlgamma", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "namedtuple_LU_pivots_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info", "name": "namedtuple_LU_pivots_info", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["LU", "pivots", "info"]}}, "module_name": "torch._C._VariableFunctions", "mro": ["torch._C._VariableFunctions.namedtuple_LU_pivots_info", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "LU": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info.LU", "name": "LU", "type": "torch._tensor.Tensor"}}, "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "LU", "pivots", "info"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "LU", "pivots", "info"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_LU_pivots_info", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_LU_pivots_info", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_LU_pivots_info", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_LU_pivots_info", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "LU", "pivots", "info"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "LU", "pivots", "info"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_LU_pivots_info", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info._source", "name": "_source", "type": "builtins.str"}}, "info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info.info", "name": "info", "type": "torch._tensor.Tensor"}}, "pivots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_LU_pivots_info.pivots", "name": "pivots", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_P_L_U": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U", "name": "namedtuple_P_L_U", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["P", "L", "U"]}}, "module_name": "torch._C._VariableFunctions", "mro": ["torch._C._VariableFunctions.namedtuple_P_L_U", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "L": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U.L", "name": "L", "type": "torch._tensor.Tensor"}}, "P": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U.P", "name": "P", "type": "torch._tensor.Tensor"}}, "U": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U.U", "name": "U", "type": "torch._tensor.Tensor"}}, "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "P", "L", "U"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "P", "L", "U"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_P_L_U", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_P_L_U", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_P_L_U", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_P_L_U", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "P", "L", "U"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "P", "L", "U"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_P_L_U", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_P_L_U._source", "name": "_source", "type": "builtins.str"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_Q_R": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._VariableFunctions.namedtuple_Q_R", "name": "namedtuple_Q_R", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C._VariableFunctions.namedtuple_Q_R", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["Q", "R"]}}, "module_name": "torch._C._VariableFunctions", "mro": ["torch._C._VariableFunctions.namedtuple_Q_R", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "Q": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_Q_R.Q", "name": "Q", "type": "torch._tensor.Tensor"}}, "R": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_Q_R.R", "name": "R", "type": "torch._tensor.Tensor"}}, "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_Q_R.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_Q_R.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "Q", "R"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_Q_R.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "Q", "R"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_Q_R", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_Q_R", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_Q_R", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_Q_R", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "Q", "R"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "Q", "R"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_Q_R", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_Q_R._source", "name": "_source", "type": "builtins.str"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_U_S_V": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V", "name": "namedtuple_U_S_V", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["U", "S", "V"]}}, "module_name": "torch._C._VariableFunctions", "mro": ["torch._C._VariableFunctions.namedtuple_U_S_V", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "S": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V.S", "name": "S", "type": "torch._tensor.Tensor"}}, "U": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V.U", "name": "U", "type": "torch._tensor.Tensor"}}, "V": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V.V", "name": "V", "type": "torch._tensor.Tensor"}}, "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "U", "S", "V"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "U", "S", "V"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_U_S_V", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_U_S_V", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_U_S_V", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_U_S_V", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "U", "S", "V"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "U", "S", "V"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_U_S_V", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_U_S_V._source", "name": "_source", "type": "builtins.str"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_a_tau": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._VariableFunctions.namedtuple_a_tau", "name": "namedtuple_a_tau", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C._VariableFunctions.namedtuple_a_tau", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["a", "tau"]}}, "module_name": "torch._C._VariableFunctions", "mro": ["torch._C._VariableFunctions.namedtuple_a_tau", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_a_tau.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_a_tau.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "a", "tau"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_a_tau.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "a", "tau"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_a_tau", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_a_tau", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_a_tau", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_a_tau", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "a", "tau"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "a", "tau"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_a_tau", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_a_tau._source", "name": "_source", "type": "builtins.str"}}, "a": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_a_tau.a", "name": "a", "type": "torch._tensor.Tensor"}}, "tau": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_a_tau.tau", "name": "tau", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_det_lu_pivs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs", "name": "namedtuple_det_lu_pivs", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["det", "lu", "pivs"]}}, "module_name": "torch._C._VariableFunctions", "mro": ["torch._C._VariableFunctions.namedtuple_det_lu_pivs", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "det", "lu", "pivs"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "det", "lu", "pivs"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_det_lu_pivs", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_det_lu_pivs", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_det_lu_pivs", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_det_lu_pivs", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "det", "lu", "pivs"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "det", "lu", "pivs"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_det_lu_pivs", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs._source", "name": "_source", "type": "builtins.str"}}, "det": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs.det", "name": "det", "type": "torch._tensor.Tensor"}}, "lu": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs.lu", "name": "lu", "type": "torch._tensor.Tensor"}}, "pivs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_det_lu_pivs.pivs", "name": "pivs", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_eigenvalues_eigenvectors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors", "name": "namedtuple_eigenvalues_eigenvectors", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["eigenvalues", "eigenvectors"]}}, "module_name": "torch._C._VariableFunctions", "mro": ["torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "eigenvalues", "eigenvectors"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "eigenvalues", "eigenvectors"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_eigenvalues_eigenvectors", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_eigenvalues_eigenvectors", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_eigenvalues_eigenvectors", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_eigenvalues_eigenvectors", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "eigenvalues", "eigenvectors"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "eigenvalues", "eigenvectors"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_eigenvalues_eigenvectors", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors._source", "name": "_source", "type": "builtins.str"}}, "eigenvalues": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors.eigenvalues", "name": "eigenvalues", "type": "torch._tensor.Tensor"}}, "eigenvectors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors.eigenvectors", "name": "eigenvectors", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_hist_bin_edges": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges", "name": "namedtuple_hist_bin_edges", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["hist", "bin_edges"]}}, "module_name": "torch._C._VariableFunctions", "mro": ["torch._C._VariableFunctions.namedtuple_hist_bin_edges", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "hist", "bin_edges"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "hist", "bin_edges"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_hist_bin_edges", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_hist_bin_edges", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_hist_bin_edges", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_hist_bin_edges", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "hist", "bin_edges"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "hist", "bin_edges"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_hist_bin_edges", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges._source", "name": "_source", "type": "builtins.str"}}, "bin_edges": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges.bin_edges", "name": "bin_edges", "type": "torch._tensor.Tensor"}}, "hist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_hist_bin_edges.hist", "name": "hist", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_mantissa_exponent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent", "name": "namedtuple_mantissa_exponent", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["mantissa", "exponent"]}}, "module_name": "torch._C._VariableFunctions", "mro": ["torch._C._VariableFunctions.namedtuple_mantissa_exponent", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "mantissa", "exponent"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "mantissa", "exponent"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_mantissa_exponent", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_mantissa_exponent", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_mantissa_exponent", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_mantissa_exponent", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "mantissa", "exponent"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "mantissa", "exponent"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_mantissa_exponent", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent._source", "name": "_source", "type": "builtins.str"}}, "exponent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent.exponent", "name": "exponent", "type": "torch._tensor.Tensor"}}, "mantissa": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_mantissa_exponent.mantissa", "name": "mantissa", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_min_max": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._VariableFunctions.namedtuple_min_max", "name": "namedtuple_min_max", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C._VariableFunctions.namedtuple_min_max", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["min", "max"]}}, "module_name": "torch._C._VariableFunctions", "mro": ["torch._C._VariableFunctions.namedtuple_min_max", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C._VariableFunctions.namedtuple_min_max._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_min_max.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_min_max.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "min", "max"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_min_max.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "min", "max"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_min_max", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_min_max._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_min_max", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_min_max._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_min_max._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_min_max._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C._VariableFunctions.namedtuple_min_max._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_min_max", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_min_max._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_min_max", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "min", "max"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_min_max._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "min", "max"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_min_max", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_min_max._source", "name": "_source", "type": "builtins.str"}}, "max": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_min_max.max", "name": "max", "type": "torch._tensor.Tensor"}}, "min": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_min_max.min", "name": "min", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_output_mask": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._VariableFunctions.namedtuple_output_mask", "name": "namedtuple_output_mask", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C._VariableFunctions.namedtuple_output_mask", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["output", "mask"]}}, "module_name": "torch._C._VariableFunctions", "mro": ["torch._C._VariableFunctions.namedtuple_output_mask", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_output_mask.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_output_mask.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "output", "mask"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_output_mask.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "output", "mask"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_output_mask", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_output_mask", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_output_mask", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_output_mask", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "output", "mask"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "output", "mask"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_output_mask", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_output_mask._source", "name": "_source", "type": "builtins.str"}}, "mask": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_output_mask.mask", "name": "mask", "type": "torch._tensor.Tensor"}}, "output": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_output_mask.output", "name": "output", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_primal_tangent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent", "name": "namedtuple_primal_tangent", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["primal", "tangent"]}}, "module_name": "torch._C._VariableFunctions", "mro": ["torch._C._VariableFunctions.namedtuple_primal_tangent", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "primal", "tangent"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "primal", "tangent"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_primal_tangent", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_primal_tangent", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_primal_tangent", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_primal_tangent", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "primal", "tangent"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "primal", "tangent"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_primal_tangent", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent._source", "name": "_source", "type": "builtins.str"}}, "primal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent.primal", "name": "primal", "type": "torch._tensor.Tensor"}}, "tangent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_primal_tangent.tangent", "name": "tangent", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_sign_logabsdet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet", "name": "namedtuple_sign_logabsdet", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["sign", "logabsdet"]}}, "module_name": "torch._C._VariableFunctions", "mro": ["torch._C._VariableFunctions.namedtuple_sign_logabsdet", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "sign", "logabsdet"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "sign", "logabsdet"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_sign_logabsdet", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_sign_logabsdet", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_sign_logabsdet", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_sign_logabsdet", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "sign", "logabsdet"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "sign", "logabsdet"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_sign_logabsdet", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet._source", "name": "_source", "type": "builtins.str"}}, "logabsdet": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet.logabsdet", "name": "logabsdet", "type": "torch._tensor.Tensor"}}, "sign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_sign_logabsdet.sign", "name": "sign", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_solution_LU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU", "name": "namedtuple_solution_LU", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["solution", "LU"]}}, "module_name": "torch._C._VariableFunctions", "mro": ["torch._C._VariableFunctions.namedtuple_solution_LU", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "LU": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU.LU", "name": "LU", "type": "torch._tensor.Tensor"}}, "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "solution", "LU"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "solution", "LU"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_solution_LU", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_solution_LU", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_solution_LU", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_solution_LU", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "solution", "LU"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "solution", "LU"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_solution_LU", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU._source", "name": "_source", "type": "builtins.str"}}, "solution": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_LU.solution", "name": "solution", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_solution_QR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR", "name": "namedtuple_solution_QR", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["solution", "QR"]}}, "module_name": "torch._C._VariableFunctions", "mro": ["torch._C._VariableFunctions.namedtuple_solution_QR", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "QR": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR.QR", "name": "QR", "type": "torch._tensor.Tensor"}}, "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "solution", "QR"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "solution", "QR"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_solution_QR", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_solution_QR", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_solution_QR", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_solution_QR", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "solution", "QR"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "solution", "QR"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_solution_QR", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR._source", "name": "_source", "type": "builtins.str"}}, "solution": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_QR.solution", "name": "solution", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_solution_cloned_coefficient": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient", "name": "namedtuple_solution_cloned_coefficient", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["solution", "cloned_coefficient"]}}, "module_name": "torch._C._VariableFunctions", "mro": ["torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "solution", "cloned_coefficient"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "solution", "cloned_coefficient"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_solution_cloned_coefficient", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_solution_cloned_coefficient", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_solution_cloned_coefficient", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_solution_cloned_coefficient", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "solution", "cloned_coefficient"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "solution", "cloned_coefficient"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_solution_cloned_coefficient", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient._source", "name": "_source", "type": "builtins.str"}}, "cloned_coefficient": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient.cloned_coefficient", "name": "cloned_coefficient", "type": "torch._tensor.Tensor"}}, "solution": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient.solution", "name": "solution", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_values_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._VariableFunctions.namedtuple_values_indices", "name": "namedtuple_values_indices", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C._VariableFunctions.namedtuple_values_indices", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["values", "indices"]}}, "module_name": "torch._C._VariableFunctions", "mro": ["torch._C._VariableFunctions.namedtuple_values_indices", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_values_indices.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_values_indices.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "values", "indices"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_values_indices.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "values", "indices"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_values_indices", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_values_indices", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_values_indices", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_values_indices", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "values", "indices"], "flags": [], "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "values", "indices"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_values_indices", "ret_type": {".class": "TypeVarType", "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_values_indices._source", "name": "_source", "type": "builtins.str"}}, "indices": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_values_indices.indices", "name": "indices", "type": "torch._tensor.Tensor"}}, "values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C._VariableFunctions.namedtuple_values_indices.values", "name": "values", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "nan_to_num": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 5], "arg_names": ["input", "nan", "posinf", "neginf", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.nan_to_num", "name": "nan_to_num", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 5], "arg_names": ["input", "nan", "posinf", "neginf", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nan_to_num", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "nan_to_num_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "nan", "posinf", "neginf"], "flags": [], "fullname": "torch._C._VariableFunctions.nan_to_num_", "name": "nan_to_num_", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "nan", "posinf", "neginf"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nan_to_num_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "nanmean": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.nanmean", "name": "nanmean", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanmean", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "nanmedian": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.nanmedian", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.nanmedian", "name": "nanmedian", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanmedian", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nanmedian", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.nanmedian", "name": "nanmedian", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanmedian", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nanmedian", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.nanmedian", "name": "nanmedian", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanmedian", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nanmedian", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanmedian", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanmedian", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanmedian", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}]}}}, "nanquantile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.nanquantile", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3, 5], "arg_names": ["input", "q", "dim", "keepdim", "interpolation", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.nanquantile", "name": "nanquantile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3, 5], "arg_names": ["input", "q", "dim", "keepdim", "interpolation", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.str", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanquantile", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nanquantile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "q", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.nanquantile", "name": "nanquantile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "q", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanquantile", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nanquantile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3, 5], "arg_names": ["input", "q", "dim", "keepdim", "interpolation", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.nanquantile", "name": "nanquantile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3, 5], "arg_names": ["input", "q", "dim", "keepdim", "interpolation", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.str", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanquantile", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nanquantile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "q", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.nanquantile", "name": "nanquantile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "q", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanquantile", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nanquantile", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3, 5], "arg_names": ["input", "q", "dim", "keepdim", "interpolation", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.str", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanquantile", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "q", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanquantile", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3, 5], "arg_names": ["input", "q", "dim", "keepdim", "interpolation", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.str", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanquantile", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "q", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanquantile", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "nansum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.nansum", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.nansum", "name": "nansum", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nansum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nansum", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.nansum", "name": "nansum", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nansum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nansum", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nansum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nansum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "narrow": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.narrow", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "start", "length"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.narrow", "name": "narrow", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "start", "length"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "narrow", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "narrow", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "start", "length"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.narrow", "name": "narrow", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "start", "length"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "narrow", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "narrow", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "start", "length"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "narrow", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "start", "length"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "narrow", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "narrow_copy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "dim", "start", "length", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.narrow_copy", "name": "narrow_copy", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "dim", "start", "length", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "narrow_copy", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "native_batch_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 5], "arg_names": ["input", "weight", "bias", "running_mean", "running_var", "training", "momentum", "eps", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.native_batch_norm", "name": "native_batch_norm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 5], "arg_names": ["input", "weight", "bias", "running_mean", "running_var", "training", "momentum", "eps", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", "builtins.float", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "native_batch_norm", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "native_group_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "N", "C", "HxW", "group", "eps"], "flags": [], "fullname": "torch._C._VariableFunctions.native_group_norm", "name": "native_group_norm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "N", "C", "HxW", "group", "eps"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "native_group_norm", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "native_layer_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "normalized_shape", "weight", "bias", "eps"], "flags": [], "fullname": "torch._C._VariableFunctions.native_layer_norm", "name": "native_layer_norm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "normalized_shape", "weight", "bias", "eps"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "native_layer_norm", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "native_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.native_norm", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "p", "dim", "keepdim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.native_norm", "name": "native_norm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "p", "dim", "keepdim", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "native_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "native_norm", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "p"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.native_norm", "name": "native_norm", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "p"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "native_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "native_norm", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "p", "dim", "keepdim", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "native_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "p"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "native_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "ne": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.ne", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.ne", "name": "ne", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ne", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ne", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.ne", "name": "ne", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ne", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ne", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ne", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ne", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "neg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.neg", "name": "neg", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "neg", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "neg_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.neg_", "name": "neg_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "neg_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "negative": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.negative", "name": "negative", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "negative", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "negative_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.negative_", "name": "negative_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "negative_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "nextafter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.nextafter", "name": "nextafter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nextafter", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "nonzero": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.nonzero", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["input", "as_tuple", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.nonzero", "name": "nonzero", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["input", "as_tuple", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nonzero", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nonzero", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3], "arg_names": ["input", "as_tuple"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.nonzero", "name": "nonzero", "type": {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["input", "as_tuple"], "arg_types": ["torch._tensor.Tensor", {".class": "LiteralType", "fallback": "builtins.bool", "value": true}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nonzero", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nonzero", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["input", "as_tuple", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nonzero", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["input", "as_tuple"], "arg_types": ["torch._tensor.Tensor", {".class": "LiteralType", "fallback": "builtins.bool", "value": true}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nonzero", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}]}}}, "norm_except_dim": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["v", "pow", "dim"], "flags": [], "fullname": "torch._C._VariableFunctions.norm_except_dim", "name": "norm_except_dim", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["v", "pow", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "norm_except_dim", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "normal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.normal", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["mean", "std", "generator", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.normal", "name": "normal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["mean", "std", "generator", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "normal", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 5, 5], "arg_names": ["mean", "std", "generator", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.normal", "name": "normal", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5, 5], "arg_names": ["mean", "std", "generator", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.float", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "normal", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["mean", "std", "generator", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.normal", "name": "normal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["mean", "std", "generator", "out"], "arg_types": ["builtins.float", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "normal", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["mean", "std", "size", "generator", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.normal", "name": "normal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["mean", "std", "size", "generator", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.float", "builtins.float", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "normal", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["mean", "std", "generator", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 5, 5], "arg_names": ["mean", "std", "generator", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.float", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["mean", "std", "generator", "out"], "arg_types": ["builtins.float", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["mean", "std", "size", "generator", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.float", "builtins.float", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "not_equal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.not_equal", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.not_equal", "name": "not_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "not_equal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "not_equal", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.not_equal", "name": "not_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "not_equal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "not_equal", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "not_equal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "not_equal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "nuclear_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.nuclear_norm", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.nuclear_norm", "name": "nuclear_norm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nuclear_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nuclear_norm", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["input", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.nuclear_norm", "name": "nuclear_norm", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["input", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nuclear_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nuclear_norm", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nuclear_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["input", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nuclear_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "numel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._VariableFunctions.numel", "name": "numel", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "numel", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "ones": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.ones", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.ones", "name": "ones", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ones", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ones", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.ones", "name": "ones", "type": {".class": "CallableType", "arg_kinds": [2, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ones", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ones", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.ones", "name": "ones", "type": {".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ones", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ones", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.ones", "name": "ones", "type": {".class": "CallableType", "arg_kinds": [2, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ones", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ones", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ones", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ones", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ones", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ones", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "ones_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["input", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions.ones_like", "name": "ones_like", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["input", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ones_like", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "orgqr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "input2", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.orgqr", "name": "orgqr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "input2", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "orgqr", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "ormqr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 5], "arg_names": ["input", "input2", "input3", "left", "transpose", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.ormqr", "name": "ormqr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 5], "arg_names": ["input", "input2", "input3", "left", "transpose", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ormqr", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "outer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "vec2", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.outer", "name": "outer", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "vec2", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "outer", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "pairwise_distance": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["x1", "x2", "p", "eps", "keepdim"], "flags": [], "fullname": "torch._C._VariableFunctions.pairwise_distance", "name": "pairwise_distance", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["x1", "x2", "p", "eps", "keepdim"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pairwise_distance", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "pdist": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "p"], "flags": [], "fullname": "torch._C._VariableFunctions.pdist", "name": "pdist", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "p"], "arg_types": ["torch._tensor.Tensor", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pdist", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "permute": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "dims"], "flags": [], "fullname": "torch._C._VariableFunctions.permute", "name": "permute", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "dims"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "permute", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "pinverse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "rcond"], "flags": [], "fullname": "torch._C._VariableFunctions.pinverse", "name": "pinverse", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "rcond"], "arg_types": ["torch._tensor.Tensor", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pinverse", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "pixel_shuffle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "upscale_factor"], "flags": [], "fullname": "torch._C._VariableFunctions.pixel_shuffle", "name": "pixel_shuffle", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "upscale_factor"], "arg_types": ["torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pixel_shuffle", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "pixel_unshuffle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "downscale_factor"], "flags": [], "fullname": "torch._C._VariableFunctions.pixel_unshuffle", "name": "pixel_unshuffle", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "downscale_factor"], "arg_types": ["torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pixel_unshuffle", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "poisson": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "generator"], "flags": [], "fullname": "torch._C._VariableFunctions.poisson", "name": "poisson", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "generator"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "poisson", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "poisson_nll_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["input", "target", "log_input", "full", "eps", "reduction"], "flags": [], "fullname": "torch._C._VariableFunctions.poisson_nll_loss", "name": "poisson_nll_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["input", "target", "log_input", "full", "eps", "reduction"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", "builtins.bool", "builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "poisson_nll_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "polar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["abs", "angle", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.polar", "name": "polar", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["abs", "angle", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "polar", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "polygamma": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["n", "input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.polygamma", "name": "polygamma", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["n", "input", "out"], "arg_types": ["builtins.int", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "polygamma", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "positive": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.positive", "name": "positive", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "positive", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "pow": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.pow", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "exponent", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.pow", "name": "pow", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "exponent", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "pow", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "exponent", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.pow", "name": "pow", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "exponent", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "pow", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "exponent", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.pow", "name": "pow", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "exponent", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "pow", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "exponent", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "exponent", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "exponent", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "prelu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "weight"], "flags": [], "fullname": "torch._C._VariableFunctions.prelu", "name": "prelu", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "weight"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prelu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "prod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.prod", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.prod", "name": "prod", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prod", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "prod", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.prod", "name": "prod", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prod", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "prod", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.prod", "name": "prod", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prod", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "prod", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prod", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prod", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prod", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "promote_types": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["type1", "type2"], "flags": [], "fullname": "torch._C._VariableFunctions.promote_types", "name": "promote_types", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["type1", "type2"], "arg_types": ["torch._C.dtype", "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "promote_types", "ret_type": "torch._C.dtype", "type_guard": null, "variables": []}}}, "put": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "index", "source", "accumulate"], "flags": [], "fullname": "torch._C._VariableFunctions.put", "name": "put", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "index", "source", "accumulate"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "put", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "q_per_channel_axis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.q_per_channel_axis", "name": "q_per_channel_axis", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "q_per_channel_axis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "q_per_channel_scales": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.q_per_channel_scales", "name": "q_per_channel_scales", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "q_per_channel_scales", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "q_per_channel_zero_points": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.q_per_channel_zero_points", "name": "q_per_channel_zero_points", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "q_per_channel_zero_points", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "q_scale": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.q_scale", "name": "q_scale", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "q_scale", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "q_zero_point": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.q_zero_point", "name": "q_zero_point", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "q_zero_point", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "qr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["input", "some", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.qr", "name": "qr", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["input", "some", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "qr", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_Q_R"}, "type_guard": null, "variables": []}}}, "quantile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.quantile", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3, 5], "arg_names": ["input", "q", "dim", "keepdim", "interpolation", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.quantile", "name": "quantile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3, 5], "arg_names": ["input", "q", "dim", "keepdim", "interpolation", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.str", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantile", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "quantile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "q", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.quantile", "name": "quantile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "q", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantile", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "quantile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3, 5], "arg_names": ["input", "q", "dim", "keepdim", "interpolation", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.quantile", "name": "quantile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3, 5], "arg_names": ["input", "q", "dim", "keepdim", "interpolation", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.str", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantile", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "quantile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "q", "dim", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.quantile", "name": "quantile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "q", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantile", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "quantile", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3, 5], "arg_names": ["input", "q", "dim", "keepdim", "interpolation", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.str", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantile", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "q", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantile", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3, 5], "arg_names": ["input", "q", "dim", "keepdim", "interpolation", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.str", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantile", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "q", "dim", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantile", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "quantize_per_channel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "scales", "zero_points", "axis", "dtype"], "flags": [], "fullname": "torch._C._VariableFunctions.quantize_per_channel", "name": "quantize_per_channel", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "scales", "zero_points", "axis", "dtype"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantize_per_channel", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "quantize_per_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.quantize_per_tensor", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "scale", "zero_point", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.quantize_per_tensor", "name": "quantize_per_tensor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "scale", "zero_point", "dtype"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantize_per_tensor", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "quantize_per_tensor", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "scale", "zero_point", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.quantize_per_tensor", "name": "quantize_per_tensor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "scale", "zero_point", "dtype"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.int", "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantize_per_tensor", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "quantize_per_tensor", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["tensors", "scales", "zero_points", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.quantize_per_tensor", "name": "quantize_per_tensor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["tensors", "scales", "zero_points", "dtype"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantize_per_tensor", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "quantize_per_tensor", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "scale", "zero_point", "dtype"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantize_per_tensor", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "scale", "zero_point", "dtype"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.int", "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantize_per_tensor", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["tensors", "scales", "zero_points", "dtype"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantize_per_tensor", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}]}}}, "quantized_batch_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "mean", "var", "eps", "output_scale", "output_zero_point"], "flags": [], "fullname": "torch._C._VariableFunctions.quantized_batch_norm", "name": "quantized_batch_norm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "weight", "bias", "mean", "var", "eps", "output_scale", "output_zero_point"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", "builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantized_batch_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "quantized_gru_cell": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "hx", "w_ih", "w_hh", "b_ih", "b_hh", "packed_ih", "packed_hh", "col_offsets_ih", "col_offsets_hh", "scale_ih", "scale_hh", "zero_point_ih", "zero_point_hh"], "flags": [], "fullname": "torch._C._VariableFunctions.quantized_gru_cell", "name": "quantized_gru_cell", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "hx", "w_ih", "w_hh", "b_ih", "b_hh", "packed_ih", "packed_hh", "col_offsets_ih", "col_offsets_hh", "scale_ih", "scale_hh", "zero_point_ih", "zero_point_hh"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantized_gru_cell", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "quantized_lstm_cell": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "hx", "w_ih", "w_hh", "b_ih", "b_hh", "packed_ih", "packed_hh", "col_offsets_ih", "col_offsets_hh", "scale_ih", "scale_hh", "zero_point_ih", "zero_point_hh"], "flags": [], "fullname": "torch._C._VariableFunctions.quantized_lstm_cell", "name": "quantized_lstm_cell", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "hx", "w_ih", "w_hh", "b_ih", "b_hh", "packed_ih", "packed_hh", "col_offsets_ih", "col_offsets_hh", "scale_ih", "scale_hh", "zero_point_ih", "zero_point_hh"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantized_lstm_cell", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "quantized_max_pool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode"], "flags": [], "fullname": "torch._C._VariableFunctions.quantized_max_pool1d", "name": "quantized_max_pool1d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantized_max_pool1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "quantized_max_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode"], "flags": [], "fullname": "torch._C._VariableFunctions.quantized_max_pool2d", "name": "quantized_max_pool2d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantized_max_pool2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "quantized_rnn_relu_cell": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "hx", "w_ih", "w_hh", "b_ih", "b_hh", "packed_ih", "packed_hh", "col_offsets_ih", "col_offsets_hh", "scale_ih", "scale_hh", "zero_point_ih", "zero_point_hh"], "flags": [], "fullname": "torch._C._VariableFunctions.quantized_rnn_relu_cell", "name": "quantized_rnn_relu_cell", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "hx", "w_ih", "w_hh", "b_ih", "b_hh", "packed_ih", "packed_hh", "col_offsets_ih", "col_offsets_hh", "scale_ih", "scale_hh", "zero_point_ih", "zero_point_hh"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantized_rnn_relu_cell", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "quantized_rnn_tanh_cell": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "hx", "w_ih", "w_hh", "b_ih", "b_hh", "packed_ih", "packed_hh", "col_offsets_ih", "col_offsets_hh", "scale_ih", "scale_hh", "zero_point_ih", "zero_point_hh"], "flags": [], "fullname": "torch._C._VariableFunctions.quantized_rnn_tanh_cell", "name": "quantized_rnn_tanh_cell", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "hx", "w_ih", "w_hh", "b_ih", "b_hh", "packed_ih", "packed_hh", "col_offsets_ih", "col_offsets_hh", "scale_ih", "scale_hh", "zero_point_ih", "zero_point_hh"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantized_rnn_tanh_cell", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "rad2deg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.rad2deg", "name": "rad2deg", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rad2deg", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "rad2deg_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.rad2deg_", "name": "rad2deg_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rad2deg_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "rand": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.rand", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.rand", "name": "rand", "type": {".class": "CallableType", "arg_kinds": [0, 3, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rand", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "rand", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2, 3, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.rand", "name": "rand", "type": {".class": "CallableType", "arg_kinds": [2, 3, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rand", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "rand", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.rand", "name": "rand", "type": {".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rand", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "rand", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.rand", "name": "rand", "type": {".class": "CallableType", "arg_kinds": [2, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rand", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "rand", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.rand", "name": "rand", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rand", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "rand", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.rand", "name": "rand", "type": {".class": "CallableType", "arg_kinds": [2, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rand", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "rand", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.rand", "name": "rand", "type": {".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rand", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "rand", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.rand", "name": "rand", "type": {".class": "CallableType", "arg_kinds": [2, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rand", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "rand", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 3, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rand", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 3, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rand", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rand", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rand", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rand", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rand", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rand", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rand", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "rand_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["input", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions.rand_like", "name": "rand_like", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["input", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rand_like", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "randint": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.randint", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5, 5], "arg_names": ["low", "high", "size", "generator", "dtype", "device", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.randint", "name": "randint", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5], "arg_names": ["low", "high", "size", "generator", "dtype", "device", "requires_grad"], "arg_types": ["builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randint", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "randint", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5], "arg_names": ["high", "size", "generator", "dtype", "device", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.randint", "name": "randint", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5], "arg_names": ["high", "size", "generator", "dtype", "device", "requires_grad"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randint", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "randint", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5], "arg_names": ["low", "high", "size", "generator", "dtype", "device", "requires_grad"], "arg_types": ["builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randint", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5], "arg_names": ["high", "size", "generator", "dtype", "device", "requires_grad"], "arg_types": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randint", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "randint_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.randint_like", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5], "arg_names": ["input", "high", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.randint_like", "name": "randint_like", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5], "arg_names": ["input", "high", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randint_like", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "randint_like", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5, 5], "arg_names": ["input", "low", "high", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.randint_like", "name": "randint_like", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5, 5], "arg_names": ["input", "low", "high", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randint_like", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "randint_like", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5], "arg_names": ["input", "high", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randint_like", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5, 5], "arg_names": ["input", "low", "high", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randint_like", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "randn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.randn", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.randn", "name": "randn", "type": {".class": "CallableType", "arg_kinds": [0, 3, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randn", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "randn", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2, 3, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.randn", "name": "randn", "type": {".class": "CallableType", "arg_kinds": [2, 3, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randn", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "randn", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.randn", "name": "randn", "type": {".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randn", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "randn", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.randn", "name": "randn", "type": {".class": "CallableType", "arg_kinds": [2, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randn", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "randn", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.randn", "name": "randn", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randn", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "randn", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.randn", "name": "randn", "type": {".class": "CallableType", "arg_kinds": [2, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randn", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "randn", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.randn", "name": "randn", "type": {".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randn", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "randn", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.randn", "name": "randn", "type": {".class": "CallableType", "arg_kinds": [2, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randn", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "randn", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 3, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randn", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 3, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randn", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randn", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "generator", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randn", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randn", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randn", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randn", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randn", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "randn_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["input", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions.randn_like", "name": "randn_like", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["input", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randn_like", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "randperm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.randperm", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["n", "generator", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.randperm", "name": "randperm", "type": {".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["n", "generator", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randperm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "randperm", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["n", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.randperm", "name": "randperm", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["n", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randperm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "randperm", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5, 5, 5, 5], "arg_names": ["n", "generator", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randperm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["n", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randperm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "range": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5, 5, 5, 5], "arg_names": ["start", "end", "step", "out", "dtype", "device", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions.range", "name": "range", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5, 5, 5], "arg_names": ["start", "end", "step", "out", "dtype", "device", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "range", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "ravel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.ravel", "name": "ravel", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ravel", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "real": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "reciprocal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.reciprocal", "name": "reciprocal", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reciprocal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "reciprocal_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.reciprocal_", "name": "reciprocal_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reciprocal_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "relu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.relu", "name": "relu", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "relu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "relu_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.relu_", "name": "relu_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "relu_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "remainder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.remainder", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.remainder", "name": "remainder", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remainder", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "remainder", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.remainder", "name": "remainder", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remainder", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "remainder", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.remainder", "name": "remainder", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remainder", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "remainder", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remainder", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remainder", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remainder", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "renorm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "p", "dim", "maxnorm", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.renorm", "name": "renorm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "p", "dim", "maxnorm", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "renorm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "repeat_interleave": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.repeat_interleave", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "repeats", "dim", "output_size"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.repeat_interleave", "name": "repeat_interleave", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "repeats", "dim", "output_size"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repeat_interleave", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "repeat_interleave", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "repeats", "dim", "output_size"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.repeat_interleave", "name": "repeat_interleave", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "repeats", "dim", "output_size"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repeat_interleave", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "repeat_interleave", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["repeats", "output_size"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.repeat_interleave", "name": "repeat_interleave", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["repeats", "output_size"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repeat_interleave", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "repeat_interleave", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "repeats", "dim", "output_size"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repeat_interleave", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "repeats", "dim", "output_size"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repeat_interleave", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["repeats", "output_size"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repeat_interleave", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "reshape": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "shape"], "flags": [], "fullname": "torch._C._VariableFunctions.reshape", "name": "reshape", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "shape"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reshape", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "resize_as_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "the_template", "memory_format"], "flags": [], "fullname": "torch._C._VariableFunctions.resize_as_", "name": "resize_as_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "the_template", "memory_format"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resize_as_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "resize_as_sparse_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "the_template"], "flags": [], "fullname": "torch._C._VariableFunctions.resize_as_sparse_", "name": "resize_as_sparse_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "the_template"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resize_as_sparse_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "resolve_conj": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.resolve_conj", "name": "resolve_conj", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resolve_conj", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "resolve_neg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.resolve_neg", "name": "resolve_neg", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resolve_neg", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "result_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.result_type", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensor", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.result_type", "name": "result_type", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensor", "other"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "result_type", "ret_type": "torch._C.dtype", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "result_type", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["scalar", "tensor"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.result_type", "name": "result_type", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["scalar", "tensor"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "result_type", "ret_type": "torch._C.dtype", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "result_type", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensor", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.result_type", "name": "result_type", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensor", "other"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "result_type", "ret_type": "torch._C.dtype", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "result_type", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["scalar1", "scalar2"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.result_type", "name": "result_type", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["scalar1", "scalar2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "result_type", "ret_type": "torch._C.dtype", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "result_type", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensor", "other"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "result_type", "ret_type": "torch._C.dtype", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["scalar", "tensor"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "result_type", "ret_type": "torch._C.dtype", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensor", "other"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "result_type", "ret_type": "torch._C.dtype", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["scalar1", "scalar2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "result_type", "ret_type": "torch._C.dtype", "type_guard": null, "variables": []}]}}}, "rnn_relu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.rnn_relu", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["data", "batch_sizes", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.rnn_relu", "name": "rnn_relu", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["data", "batch_sizes", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.bool", "builtins.int", "builtins.float", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rnn_relu", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "rnn_relu", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional", "batch_first"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.rnn_relu", "name": "rnn_relu", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional", "batch_first"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.bool", "builtins.int", "builtins.float", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rnn_relu", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "rnn_relu", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["data", "batch_sizes", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.bool", "builtins.int", "builtins.float", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rnn_relu", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional", "batch_first"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.bool", "builtins.int", "builtins.float", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rnn_relu", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}]}}}, "rnn_relu_cell": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["input", "hx", "w_ih", "w_hh", "b_ih", "b_hh"], "flags": [], "fullname": "torch._C._VariableFunctions.rnn_relu_cell", "name": "rnn_relu_cell", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["input", "hx", "w_ih", "w_hh", "b_ih", "b_hh"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rnn_relu_cell", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "rnn_tanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.rnn_tanh", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["data", "batch_sizes", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.rnn_tanh", "name": "rnn_tanh", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["data", "batch_sizes", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.bool", "builtins.int", "builtins.float", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rnn_tanh", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "rnn_tanh", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional", "batch_first"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.rnn_tanh", "name": "rnn_tanh", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional", "batch_first"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.bool", "builtins.int", "builtins.float", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rnn_tanh", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "rnn_tanh", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["data", "batch_sizes", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.bool", "builtins.int", "builtins.float", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rnn_tanh", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["input", "hx", "params", "has_biases", "num_layers", "dropout", "train", "bidirectional", "batch_first"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.bool", "builtins.int", "builtins.float", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rnn_tanh", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}]}}}, "rnn_tanh_cell": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["input", "hx", "w_ih", "w_hh", "b_ih", "b_hh"], "flags": [], "fullname": "torch._C._VariableFunctions.rnn_tanh_cell", "name": "rnn_tanh_cell", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["input", "hx", "w_ih", "w_hh", "b_ih", "b_hh"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rnn_tanh_cell", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "roll": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "shifts", "dims"], "flags": [], "fullname": "torch._C._VariableFunctions.roll", "name": "roll", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "shifts", "dims"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "roll", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "rot90": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["input", "k", "dims"], "flags": [], "fullname": "torch._C._VariableFunctions.rot90", "name": "rot90", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "k", "dims"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rot90", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "round": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.round", "name": "round", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "round", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "round_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.round_", "name": "round_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "round_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "row_stack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["tensors", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.row_stack", "name": "row_stack", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["tensors", "out"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "row_stack", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "rrelu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "lower", "upper", "training", "generator"], "flags": [], "fullname": "torch._C._VariableFunctions.rrelu", "name": "rrelu", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "lower", "upper", "training", "generator"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rrelu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "rrelu_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "lower", "upper", "training", "generator"], "flags": [], "fullname": "torch._C._VariableFunctions.rrelu_", "name": "rrelu_", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "lower", "upper", "training", "generator"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rrelu_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "rsqrt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.rsqrt", "name": "rsqrt", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rsqrt", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "rsqrt_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.rsqrt_", "name": "rsqrt_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rsqrt_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "rsub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.rsub", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "alpha"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.rsub", "name": "rsub", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "alpha"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rsub", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "rsub", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "other", "alpha"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.rsub", "name": "rsub", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "other", "alpha"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rsub", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "rsub", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "alpha"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rsub", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "other", "alpha"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rsub", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "saddmm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["input", "mat1", "mat2", "beta", "alpha", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.saddmm", "name": "saddmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["input", "mat1", "mat2", "beta", "alpha", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "saddmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "scalar_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["s", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions.scalar_tensor", "name": "scalar_tensor", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["s", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scalar_tensor", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "scatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.scatter", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "dim", "index", "src", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.scatter", "name": "scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "dim", "index", "src", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3, 5], "arg_names": ["input", "dim", "index", "src", "reduce", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.scatter", "name": "scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3, 5], "arg_names": ["input", "dim", "index", "src", "reduce", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.str", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3, 5], "arg_names": ["input", "dim", "index", "value", "reduce", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.scatter", "name": "scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3, 5], "arg_names": ["input", "dim", "index", "value", "reduce", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "builtins.str", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "src"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.scatter", "name": "scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "src"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "dim", "index", "value", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.scatter", "name": "scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "dim", "index", "value", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.scatter", "name": "scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "value"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "dim", "index", "src", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3, 5], "arg_names": ["input", "dim", "index", "src", "reduce", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.str", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3, 5], "arg_names": ["input", "dim", "index", "value", "reduce", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "builtins.str", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "src"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "dim", "index", "value", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "value"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "scatter_add": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.scatter_add", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "dim", "index", "src", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.scatter_add", "name": "scatter_add", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "dim", "index", "src", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter_add", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter_add", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "src"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.scatter_add", "name": "scatter_add", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "src"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter_add", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter_add", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["input", "dim", "index", "src", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter_add", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "dim", "index", "src"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter_add", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "searchsorted": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.searchsorted", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["sorted_sequence", "input", "out_int32", "right", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.searchsorted", "name": "searchsorted", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["sorted_sequence", "input", "out_int32", "right", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "searchsorted", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "searchsorted", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["sorted_sequence", "self", "out_int32", "right"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.searchsorted", "name": "searchsorted", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["sorted_sequence", "self", "out_int32", "right"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "searchsorted", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "searchsorted", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["sorted_sequence", "input", "out_int32", "right", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "searchsorted", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["sorted_sequence", "self", "out_int32", "right"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "searchsorted", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "segment_reduce": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["data", "reduce", "lengths", "indices", "axis", "unsafe", "initial"], "flags": [], "fullname": "torch._C._VariableFunctions.segment_reduce", "name": "segment_reduce", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["data", "reduce", "lengths", "indices", "axis", "unsafe", "initial"], "arg_types": ["torch._tensor.Tensor", "builtins.str", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "segment_reduce", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "select": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.select", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim", "index"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.select", "name": "select", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim", "index"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "select", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "select", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim", "index"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.select", "name": "select", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim", "index"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "select", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "select", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim", "index"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "select", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim", "index"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "select", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "selu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.selu", "name": "selu", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "selu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "selu_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.selu_", "name": "selu_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "selu_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "set_flush_denormal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mode"], "flags": [], "fullname": "torch._C._VariableFunctions.set_flush_denormal", "name": "set_flush_denormal", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mode"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_flush_denormal", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "set_num_interop_threads": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["num"], "flags": [], "fullname": "torch._C._VariableFunctions.set_num_interop_threads", "name": "set_num_interop_threads", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["num"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_num_interop_threads", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_num_threads": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["num"], "flags": [], "fullname": "torch._C._VariableFunctions.set_num_threads", "name": "set_num_threads", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["num"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_num_threads", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sgn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.sgn", "name": "sgn", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sgn", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sigmoid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.sigmoid", "name": "sigmoid", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sigmoid", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sigmoid_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.sigmoid_", "name": "sigmoid_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sigmoid_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sign": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.sign", "name": "sign", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sign", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "signbit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.signbit", "name": "signbit", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "signbit", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.sin", "name": "sin", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sin", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sin_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.sin_", "name": "sin_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sin_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sinc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.sinc", "name": "sinc", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sinc", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sinc_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.sinc_", "name": "sinc_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sinc_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sinh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.sinh", "name": "sinh", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sinh", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sinh_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.sinh_", "name": "sinh_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sinh_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "slogdet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.slogdet", "name": "slogdet", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "slogdet", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_sign_logabsdet"}, "type_guard": null, "variables": []}}}, "smm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "mat2"], "flags": [], "fullname": "torch._C._VariableFunctions.smm", "name": "smm", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "mat2"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "smm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "softmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.softmax", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.softmax", "name": "softmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "dtype"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "softmax", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.softmax", "name": "softmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "softmax", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "dtype"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "dim", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "solve": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "A", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.solve", "name": "solve", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "A", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "solve", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_solution_LU"}, "type_guard": null, "variables": []}}}, "sort": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.sort", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 5, 5, 5], "arg_names": ["input", "stable", "dim", "descending", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.sort", "name": "sort", "type": {".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5], "arg_names": ["input", "stable", "dim", "descending", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sort", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "dim", "descending", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.sort", "name": "sort", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "dim", "descending", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sort", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 3, 5, 5], "arg_names": ["input", "stable", "dim", "descending", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.sort", "name": "sort", "type": {".class": "CallableType", "arg_kinds": [0, 3, 3, 5, 5], "arg_names": ["input", "stable", "dim", "descending", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sort", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "descending", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.sort", "name": "sort", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "descending", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sort", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5], "arg_names": ["input", "stable", "dim", "descending", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "dim", "descending", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3, 3, 5, 5], "arg_names": ["input", "stable", "dim", "descending", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "dim", "descending", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}]}}}, "sparse_coo_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5, 5, 5], "arg_names": ["indices", "values", "size", "dtype", "device", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions.sparse_coo_tensor", "name": "sparse_coo_tensor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5, 5], "arg_names": ["indices", "values", "size", "dtype", "device", "requires_grad"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": ["torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sparse_coo_tensor", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sparse_csr_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 5, 5, 5], "arg_names": ["crow_indices", "col_indices", "values", "size", "dtype", "device", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions.sparse_csr_tensor", "name": "sparse_csr_tensor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 5, 5, 5], "arg_names": ["crow_indices", "col_indices", "values", "size", "dtype", "device", "requires_grad"], "arg_types": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": ["torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sparse_csr_tensor", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "split_with_sizes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "split_sizes", "dim"], "flags": [], "fullname": "torch._C._VariableFunctions.split_with_sizes", "name": "split_with_sizes", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "split_sizes", "dim"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "split_with_sizes", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "spmm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "mat2"], "flags": [], "fullname": "torch._C._VariableFunctions.spmm", "name": "spmm", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "mat2"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sqrt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.sqrt", "name": "sqrt", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sqrt", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sqrt_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.sqrt_", "name": "sqrt_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sqrt_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "square": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.square", "name": "square", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "square", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "square_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.square_", "name": "square_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "square_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "squeeze": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.squeeze", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.squeeze", "name": "squeeze", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "squeeze", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.squeeze", "name": "squeeze", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "squeeze", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.squeeze", "name": "squeeze", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "dim"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "squeeze", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "dim"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "sspaddmm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.sspaddmm", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["beta", "self", "mat1", "mat2"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.sspaddmm", "name": "sspaddmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["beta", "self", "mat1", "mat2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sspaddmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sspaddmm", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["beta", "self", "alpha", "mat1", "mat2"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.sspaddmm", "name": "sspaddmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["beta", "self", "alpha", "mat1", "mat2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sspaddmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sspaddmm", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["input", "mat1", "mat2", "beta", "alpha", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.sspaddmm", "name": "sspaddmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["input", "mat1", "mat2", "beta", "alpha", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sspaddmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sspaddmm", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["beta", "self", "mat1", "mat2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sspaddmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["beta", "self", "alpha", "mat1", "mat2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sspaddmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["input", "mat1", "mat2", "beta", "alpha", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sspaddmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "stack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["tensors", "dim", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.stack", "name": "stack", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["tensors", "dim", "out"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stack", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "std": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.std", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "dim", "unbiased", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.std", "name": "std", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "dim", "unbiased", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "std", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 5, 5], "arg_names": ["input", "dim", "correction", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.std", "name": "std", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 5, 5], "arg_names": ["input", "dim", "correction", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "std", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "unbiased"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.std", "name": "std", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "unbiased"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "std", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 5, 5], "arg_names": ["input", "dim", "correction", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.std", "name": "std", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 5, 5], "arg_names": ["input", "dim", "correction", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "std", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "dim", "unbiased", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.std", "name": "std", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "dim", "unbiased", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "std", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "dim", "unbiased", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3, 5, 5], "arg_names": ["input", "dim", "correction", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "unbiased"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3, 5, 5], "arg_names": ["input", "dim", "correction", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "dim", "unbiased", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "std_mean": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.std_mean", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["input", "dim", "unbiased", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.std_mean", "name": "std_mean", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["input", "dim", "unbiased", "keepdim"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std_mean", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "std_mean", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 5], "arg_names": ["input", "dim", "correction", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.std_mean", "name": "std_mean", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["input", "dim", "correction", "keepdim"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std_mean", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "std_mean", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "unbiased"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.std_mean", "name": "std_mean", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "unbiased"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std_mean", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "std_mean", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 5], "arg_names": ["input", "dim", "correction", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.std_mean", "name": "std_mean", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["input", "dim", "correction", "keepdim"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std_mean", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "std_mean", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["input", "dim", "unbiased", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.std_mean", "name": "std_mean", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["input", "dim", "unbiased", "keepdim"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std_mean", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "std_mean", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["input", "dim", "unbiased", "keepdim"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std_mean", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["input", "dim", "correction", "keepdim"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std_mean", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}, {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "unbiased"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std_mean", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["input", "dim", "correction", "keepdim"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std_mean", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["input", "dim", "unbiased", "keepdim"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std_mean", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}]}}}, "strided": {".class": "SymbolTableNode", "cross_ref": "torch._C.strided", "kind": "Gdef", "module_hidden": true, "module_public": false}, "sub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.sub", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "other", "alpha", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.sub", "name": "sub", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "other", "alpha", "out"], "arg_types": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sub", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sub", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "alpha", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.sub", "name": "sub", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "alpha", "other"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sub", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sub", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 3], "arg_names": ["self", "alpha", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.sub", "name": "sub", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 3], "arg_names": ["self", "alpha", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sub", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sub", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "other", "alpha", "out"], "arg_types": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sub", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "alpha", "other"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sub", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 3], "arg_names": ["self", "alpha", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sub", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "subtract": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.subtract", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "other", "alpha", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.subtract", "name": "subtract", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "other", "alpha", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subtract", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "subtract", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "other", "alpha"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.subtract", "name": "subtract", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "other", "alpha"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subtract", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "subtract", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["input", "other", "alpha", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subtract", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "other", "alpha"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subtract", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "sum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.sum", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.sum", "name": "sum", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sum", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.sum", "name": "sum", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sum", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.sum", "name": "sum", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sum", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5], "arg_names": ["input", "dim", "keepdim", "dtype", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "svd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "some", "compute_uv", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.svd", "name": "svd", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "some", "compute_uv", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "svd", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_U_S_V"}, "type_guard": null, "variables": []}}}, "swapaxes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "axis0", "axis1"], "flags": [], "fullname": "torch._C._VariableFunctions.swapaxes", "name": "swapaxes", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "axis0", "axis1"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "swapaxes", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "swapdims": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim0", "dim1"], "flags": [], "fullname": "torch._C._VariableFunctions.swapdims", "name": "swapdims", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim0", "dim1"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "swapdims", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "symeig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "eigenvectors", "upper", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.symeig", "name": "symeig", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["input", "eigenvectors", "upper", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "symeig", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_eigenvalues_eigenvectors"}, "type_guard": null, "variables": []}}}, "t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.t", "name": "t", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "t", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "take": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "index", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.take", "name": "take", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "index", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "take", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "take_along_dim": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "indices", "dim", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.take_along_dim", "name": "take_along_dim", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["input", "indices", "dim", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "take_along_dim", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "tan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.tan", "name": "tan", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tan", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "tan_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.tan_", "name": "tan_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tan_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "tanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.tanh", "name": "tanh", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tanh", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "tanh_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.tanh_", "name": "tanh_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tanh_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["data", "dtype", "device", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions.tensor", "name": "tensor", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["data", "dtype", "device", "requires_grad"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tensor", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "tensor_split": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.tensor_split", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "tensor_indices_or_sections", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.tensor_split", "name": "tensor_split", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "tensor_indices_or_sections", "dim"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tensor_split", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "tensor_split", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "sections", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.tensor_split", "name": "tensor_split", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "sections", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tensor_split", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "tensor_split", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "indices", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.tensor_split", "name": "tensor_split", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "indices", "dim"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tensor_split", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "tensor_split", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "tensor_indices_or_sections", "dim"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tensor_split", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "sections", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tensor_split", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "indices", "dim"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tensor_split", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}]}}}, "threshold": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["input", "threshold", "value", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.threshold", "name": "threshold", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["input", "threshold", "value", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "threshold", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "threshold_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "threshold", "value"], "flags": [], "fullname": "torch._C._VariableFunctions.threshold_", "name": "threshold_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "threshold", "value"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "threshold_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "tile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "dims"], "flags": [], "fullname": "torch._C._VariableFunctions.tile", "name": "tile", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "dims"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tile", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "topk": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 5], "arg_names": ["input", "k", "dim", "largest", "sorted", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.topk", "name": "topk", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 5], "arg_names": ["input", "k", "dim", "largest", "sorted", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "topk", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_values_indices"}, "type_guard": null, "variables": []}}}, "trace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.trace", "name": "trace", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trace", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "transpose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.transpose", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim0", "dim1"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.transpose", "name": "transpose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim0", "dim1"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "transpose", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "transpose", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim0", "dim1"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.transpose", "name": "transpose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim0", "dim1"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "transpose", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "transpose", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim0", "dim1"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "transpose", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "dim0", "dim1"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "transpose", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "trapezoid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.trapezoid", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["y", "x", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.trapezoid", "name": "trapezoid", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["y", "x", "dim"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trapezoid", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "trapezoid", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["y", "dx", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.trapezoid", "name": "trapezoid", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["y", "dx", "dim"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trapezoid", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "trapezoid", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["y", "x", "dim"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trapezoid", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["y", "dx", "dim"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trapezoid", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "trapz": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.trapz", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["y", "dx", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.trapz", "name": "trapz", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["y", "dx", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trapz", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "trapz", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["y", "x", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.trapz", "name": "trapz", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["y", "x", "dim"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trapz", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "trapz", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["y", "dx", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trapz", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["y", "x", "dim"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trapz", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "triangular_solve": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 5], "arg_names": ["input", "A", "upper", "transpose", "unitriangular", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.triangular_solve", "name": "triangular_solve", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 5], "arg_names": ["input", "A", "upper", "transpose", "unitriangular", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "triangular_solve", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C._VariableFunctions.namedtuple_solution_cloned_coefficient"}, "type_guard": null, "variables": []}}}, "tril": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["input", "diagonal", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.tril", "name": "tril", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["input", "diagonal", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tril", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "tril_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5, 5, 5, 5, 5], "arg_names": ["row", "col", "offset", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions.tril_indices", "name": "tril_indices", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5, 5, 5, 5], "arg_names": ["row", "col", "offset", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tril_indices", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "triplet_margin_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["anchor", "positive", "negative", "margin", "p", "eps", "swap", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch._C._VariableFunctions.triplet_margin_loss", "name": "triplet_margin_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["anchor", "positive", "negative", "margin", "p", "eps", "swap", "size_average", "reduce", "reduction"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", "builtins.float", "builtins.float", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "triplet_margin_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "triu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["input", "diagonal", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.triu", "name": "triu", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["input", "diagonal", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "triu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "triu_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5, 5, 5, 5, 5], "arg_names": ["row", "col", "offset", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions.triu_indices", "name": "triu_indices", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5, 5, 5, 5], "arg_names": ["row", "col", "offset", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "triu_indices", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "true_divide": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.true_divide", "name": "true_divide", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "true_divide", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "trunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.trunc", "name": "trunc", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["input", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trunc", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "trunc_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.trunc_", "name": "trunc_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trunc_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "unbind": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.unbind", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.unbind", "name": "unbind", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unbind", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "unbind", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.unbind", "name": "unbind", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "dim"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unbind", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "unbind", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unbind", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "dim"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unbind", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}]}}}, "unique_dim": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "dim", "sorted", "return_inverse", "return_counts"], "flags": [], "fullname": "torch._C._VariableFunctions.unique_dim", "name": "unique_dim", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "dim", "sorted", "return_inverse", "return_counts"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unique_dim", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "unsafe_chunk": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "chunks", "dim"], "flags": [], "fullname": "torch._C._VariableFunctions.unsafe_chunk", "name": "unsafe_chunk", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "chunks", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unsafe_chunk", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "unsafe_split": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "split_size", "dim"], "flags": [], "fullname": "torch._C._VariableFunctions.unsafe_split", "name": "unsafe_split", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "split_size", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unsafe_split", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "unsafe_split_with_sizes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "split_sizes", "dim"], "flags": [], "fullname": "torch._C._VariableFunctions.unsafe_split_with_sizes", "name": "unsafe_split_with_sizes", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "split_sizes", "dim"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unsafe_split_with_sizes", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "unsqueeze": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "dim"], "flags": [], "fullname": "torch._C._VariableFunctions.unsqueeze", "name": "unsqueeze", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unsqueeze", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "vander": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["x", "N", "increasing"], "flags": [], "fullname": "torch._C._VariableFunctions.vander", "name": "vander", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["x", "N", "increasing"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "vander", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "var": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.var", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "dim", "unbiased", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.var", "name": "var", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "dim", "unbiased", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "var", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 5, 5], "arg_names": ["input", "dim", "correction", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.var", "name": "var", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 5, 5], "arg_names": ["input", "dim", "correction", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "var", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "unbiased"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.var", "name": "var", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "unbiased"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "var", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 5, 5], "arg_names": ["input", "dim", "correction", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.var", "name": "var", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 5, 5], "arg_names": ["input", "dim", "correction", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "var", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "dim", "unbiased", "keepdim", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.var", "name": "var", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "dim", "unbiased", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "var", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "dim", "unbiased", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3, 5, 5], "arg_names": ["input", "dim", "correction", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "unbiased"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3, 5, 5], "arg_names": ["input", "dim", "correction", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["input", "dim", "unbiased", "keepdim", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "var_mean": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.var_mean", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["input", "dim", "unbiased", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.var_mean", "name": "var_mean", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["input", "dim", "unbiased", "keepdim"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var_mean", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "var_mean", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 5], "arg_names": ["input", "dim", "correction", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.var_mean", "name": "var_mean", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["input", "dim", "correction", "keepdim"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var_mean", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "var_mean", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "unbiased"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.var_mean", "name": "var_mean", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "unbiased"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var_mean", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "var_mean", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 5], "arg_names": ["input", "dim", "correction", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.var_mean", "name": "var_mean", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["input", "dim", "correction", "keepdim"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var_mean", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "var_mean", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["input", "dim", "unbiased", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.var_mean", "name": "var_mean", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["input", "dim", "unbiased", "keepdim"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var_mean", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "var_mean", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["input", "dim", "unbiased", "keepdim"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var_mean", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["input", "dim", "correction", "keepdim"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var_mean", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}, {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "unbiased"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var_mean", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["input", "dim", "correction", "keepdim"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var_mean", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["input", "dim", "unbiased", "keepdim"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var_mean", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}]}}}, "vdot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.vdot", "name": "vdot", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "vdot", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "view_as_complex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.view_as_complex", "name": "view_as_complex", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "view_as_complex", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "view_as_real": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.view_as_real", "name": "view_as_real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "view_as_real", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "vsplit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.vsplit", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "sections"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.vsplit", "name": "vsplit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "sections"], "arg_types": ["torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "vsplit", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "vsplit", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "indices"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.vsplit", "name": "vsplit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "indices"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "vsplit", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "vsplit", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "sections"], "arg_types": ["torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "vsplit", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "indices"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "vsplit", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}]}}}, "vstack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["tensors", "out"], "flags": [], "fullname": "torch._C._VariableFunctions.vstack", "name": "vstack", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["tensors", "out"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "vstack", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "where": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.where", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["condition"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.where", "name": "where", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["condition"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "where", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "where", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["condition", "input", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.where", "name": "where", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["condition", "input", "other"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "where", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "where", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["condition", "self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.where", "name": "where", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["condition", "self", "other"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "where", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "where", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["condition", "input", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.where", "name": "where", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["condition", "input", "other"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "where", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "where", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["condition", "self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.where", "name": "where", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["condition", "self", "other"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "where", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "where", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["condition"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "where", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["condition", "input", "other"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "where", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["condition", "self", "other"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "where", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["condition", "input", "other"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "where", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["condition", "self", "other"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "where", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "xlogy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.xlogy", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.xlogy", "name": "xlogy", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xlogy", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "xlogy", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.xlogy", "name": "xlogy", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xlogy", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "xlogy", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.xlogy", "name": "xlogy", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xlogy", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "xlogy", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xlogy", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "out"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xlogy", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["input", "other", "out"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xlogy", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "xlogy_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.xlogy_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.xlogy_", "name": "xlogy_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xlogy_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "xlogy_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.xlogy_", "name": "xlogy_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xlogy_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "xlogy_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xlogy_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "other"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xlogy_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "zero_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C._VariableFunctions.zero_", "name": "zero_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zero_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "zeros": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._VariableFunctions.zeros", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.zeros", "name": "zeros", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zeros", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "zeros", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.zeros", "name": "zeros", "type": {".class": "CallableType", "arg_kinds": [2, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zeros", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "zeros", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.zeros", "name": "zeros", "type": {".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zeros", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "zeros", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._VariableFunctions.zeros", "name": "zeros", "type": {".class": "CallableType", "arg_kinds": [2, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zeros", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "zeros", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zeros", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 5, 5, 5, 5, 5, 5], "arg_names": ["size", "out", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zeros", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zeros", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 3, 5, 5, 5, 5, 5], "arg_names": ["size", "names", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zeros", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "zeros_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["input", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": [], "fullname": "torch._C._VariableFunctions.zeros_like", "name": "zeros_like", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["input", "memory_format", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zeros_like", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_C/_VariableFunctions.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/_VariableFunctions.meta.json b/.mypy_cache/3.9/torch/_C/_VariableFunctions.meta.json deleted file mode 100644 index 6021f6d92..000000000 --- a/.mypy_cache/3.9/torch/_C/_VariableFunctions.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [3, 4, 5, 6, 8, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 10, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30], "dependencies": ["torch", "typing", "typing_extensions", "torch._six", "torch.types", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc"], "hash": "caab4b2c93b960936790e85820be3a02269460cfe1748a2b7fdc27d6479f9ead", "id": "torch._C._VariableFunctions", "ignore_all": true, "interface_hash": "80347163bcebd9d7c19d6933f19e6d1e921fa8ef1b39d7868cdc92f4a460fcac", "mtime": 1634272372, "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_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/anaconda3/lib/python3.9/site-packages/torch/_C/_VariableFunctions.pyi", "plugin_data": null, "size": 141026, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/__init__.data.json b/.mypy_cache/3.9/torch/_C/__init__.data.json deleted file mode 100644 index f3268ef46..000000000 --- a/.mypy_cache/3.9/torch/_C/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._C", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AggregationType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.AggregationType", "name": "AggregationType", "type_vars": []}, "flags": ["is_enum"], "fullname": "torch._C.AggregationType", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.AggregationType", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "AVG": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.AggregationType.AVG", "name": "AVG", "type": "builtins.int"}}, "SUM": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.AggregationType.SUM", "name": "SUM", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AliasDb": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.AliasDb", "name": "AliasDb", "type_vars": []}, "flags": [], "fullname": "torch._C.AliasDb", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.AliasDb", "builtins.object"], "names": {".class": "SymbolTable", "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.AliasDb.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch._C.AliasDb"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of AliasDb", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "AnyType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.JitType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.AnyType", "name": "AnyType", "type_vars": []}, "flags": [], "fullname": "torch._C.AnyType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.AnyType", "torch._C.JitType", "builtins.object"], "names": {".class": "SymbolTable", "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "torch._C.AnyType.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of AnyType", "ret_type": "torch._C.AnyType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "get", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of AnyType", "ret_type": "torch._C.AnyType", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Argument": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.Argument", "name": "Argument", "type_vars": []}, "flags": [], "fullname": "torch._C.Argument", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.Argument", "builtins.object"], "names": {".class": "SymbolTable", "default_value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.Argument.default_value", "name": "default_value", "type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}}}, "has_default_value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.Argument.has_default_value", "name": "has_default_value", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.Argument"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "has_default_value of Argument", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "kwarg_only": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.Argument.kwarg_only", "name": "kwarg_only", "type": "builtins.bool"}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.Argument.name", "name": "name", "type": "builtins.str"}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.Argument.type", "name": "type", "type": "torch._C.JitType"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BFloat16StorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.BFloat16StorageBase", "name": "BFloat16StorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.BFloat16StorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.BFloat16StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BenchmarkConfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.BenchmarkConfig", "name": "BenchmarkConfig", "type_vars": []}, "flags": [], "fullname": "torch._C.BenchmarkConfig", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.BenchmarkConfig", "builtins.object"], "names": {".class": "SymbolTable", "num_calling_threads": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.BenchmarkConfig.num_calling_threads", "name": "num_calling_threads", "type": "builtins.int"}}, "num_iters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.BenchmarkConfig.num_iters", "name": "num_iters", "type": "builtins.int"}}, "num_warmup_iters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.BenchmarkConfig.num_warmup_iters", "name": "num_warmup_iters", "type": "builtins.int"}}, "num_worker_threads": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.BenchmarkConfig.num_worker_threads", "name": "num_worker_threads", "type": "builtins.int"}}, "profiler_output_path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.BenchmarkConfig.profiler_output_path", "name": "profiler_output_path", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BenchmarkExecutionStats": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.BenchmarkExecutionStats", "name": "BenchmarkExecutionStats", "type_vars": []}, "flags": [], "fullname": "torch._C.BenchmarkExecutionStats", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.BenchmarkExecutionStats", "builtins.object"], "names": {".class": "SymbolTable", "latency_avg_ms": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.BenchmarkExecutionStats.latency_avg_ms", "name": "latency_avg_ms", "type": "builtins.float"}}, "num_iters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.BenchmarkExecutionStats.num_iters", "name": "num_iters", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BinaryIO": {".class": "SymbolTableNode", "cross_ref": "typing.BinaryIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Block": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.Block", "name": "Block", "type_vars": []}, "flags": [], "fullname": "torch._C.Block", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.Block", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BoolStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.BoolStorageBase", "name": "BoolStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.BoolStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.BoolStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BoolTensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._tensor.Tensor"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.BoolTensor", "name": "BoolTensor", "type_vars": []}, "flags": [], "fullname": "torch._C.BoolTensor", "metaclass_type": "torch._C._TensorMeta", "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.BoolTensor", "torch._tensor.Tensor", "torch._C._TensorBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BoolType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.JitType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.BoolType", "name": "BoolType", "type_vars": []}, "flags": [], "fullname": "torch._C.BoolType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.BoolType", "torch._C.JitType", "builtins.object"], "names": {".class": "SymbolTable", "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "torch._C.BoolType.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of BoolType", "ret_type": "torch._C.BoolType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "get", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of BoolType", "ret_type": "torch._C.BoolType", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BufferDict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.BufferDict", "name": "BufferDict", "type_vars": []}, "flags": [], "fullname": "torch._C.BufferDict", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.BufferDict", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mod"], "flags": [], "fullname": "torch._C.BufferDict.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mod"], "arg_types": ["torch._C.BufferDict", "torch._C.ScriptModule"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BufferDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ByteStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.ByteStorageBase", "name": "ByteStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.ByteStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.ByteStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ByteTensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._tensor.Tensor"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.ByteTensor", "name": "ByteTensor", "type_vars": []}, "flags": [], "fullname": "torch._C.ByteTensor", "metaclass_type": "torch._C._TensorMeta", "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.ByteTensor", "torch._tensor.Tensor", "torch._C._TensorBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CONV_BN_FUSION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.CONV_BN_FUSION", "name": "CONV_BN_FUSION", "type": "torch._C.MobileOptimizerType"}}, "CallStack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.CallStack", "name": "CallStack", "type_vars": []}, "flags": [], "fullname": "torch._C.CallStack", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.CallStack", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "range"], "flags": [], "fullname": "torch._C.CallStack.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "range"], "arg_types": ["torch._C.CallStack", "builtins.str", "torch._C.SourceRange"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CallStack", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "CharStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.CharStorageBase", "name": "CharStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.CharStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.CharStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CharTensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._tensor.Tensor"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.CharTensor", "name": "CharTensor", "type_vars": []}, "flags": [], "fullname": "torch._C.CharTensor", "metaclass_type": "torch._C._TensorMeta", "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.CharTensor", "torch._tensor.Tensor", "torch._C._TensorBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ClassDef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.TreeView"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.ClassDef", "name": "ClassDef", "type_vars": []}, "flags": [], "fullname": "torch._C.ClassDef", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.ClassDef", "torch._C.TreeView", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ClassType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.JitType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.ClassType", "name": "ClassType", "type_vars": []}, "flags": [], "fullname": "torch._C.ClassType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.ClassType", "torch._C.JitType", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "qualified_name"], "flags": [], "fullname": "torch._C.ClassType.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "qualified_name"], "arg_types": ["torch._C.ClassType", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ClassType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CompilationUnit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.CompilationUnit", "name": "CompilationUnit", "type_vars": []}, "flags": [], "fullname": "torch._C.CompilationUnit", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.CompilationUnit", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch._C.CompilationUnit.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C.CompilationUnit", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of CompilationUnit", "ret_type": "torch._C.ScriptFunction", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "lang", "_frames_up"], "flags": [], "fullname": "torch._C.CompilationUnit.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "lang", "_frames_up"], "arg_types": ["torch._C.CompilationUnit", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CompilationUnit", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "create_function": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "graph", "shouldMangle"], "flags": [], "fullname": "torch._C.CompilationUnit.create_function", "name": "create_function", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "graph", "shouldMangle"], "arg_types": ["torch._C.CompilationUnit", "builtins.str", "torch._C.Graph", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_function of CompilationUnit", "ret_type": "torch._C.ScriptFunction", "type_guard": null, "variables": []}}}, "define": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "script", "rcb", "_frames_up"], "flags": [], "fullname": "torch._C.CompilationUnit.define", "name": "define", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "script", "rcb", "_frames_up"], "arg_types": ["torch._C.CompilationUnit", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "torch._C.ResolutionCallback"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "define of CompilationUnit", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "find_function": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch._C.CompilationUnit.find_function", "name": "find_function", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["torch._C.CompilationUnit", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_function of CompilationUnit", "ret_type": "torch._C.ScriptFunction", "type_guard": null, "variables": []}}}, "get_class": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch._C.CompilationUnit.get_class", "name": "get_class", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["torch._C.CompilationUnit", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_class of CompilationUnit", "ret_type": "torch._C.ClassType", "type_guard": null, "variables": []}}}, "get_functions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.CompilationUnit.get_functions", "name": "get_functions", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.CompilationUnit"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_functions of CompilationUnit", "ret_type": {".class": "Instance", "args": ["torch._C.ScriptFunction"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_interface": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch._C.CompilationUnit.get_interface", "name": "get_interface", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["torch._C.CompilationUnit", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_interface of CompilationUnit", "ret_type": "torch._C.InterfaceType", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ComplexDoubleStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.ComplexDoubleStorageBase", "name": "ComplexDoubleStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.ComplexDoubleStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.ComplexDoubleStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ComplexFloatStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.ComplexFloatStorageBase", "name": "ComplexFloatStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.ComplexFloatStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.ComplexFloatStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ComplexType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.JitType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.ComplexType", "name": "ComplexType", "type_vars": []}, "flags": [], "fullname": "torch._C.ComplexType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.ComplexType", "torch._C.JitType", "builtins.object"], "names": {".class": "SymbolTable", "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "torch._C.ComplexType.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of ComplexType", "ret_type": "torch._C.ComplexType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "get", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of ComplexType", "ret_type": "torch._C.ComplexType", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConcreteModuleType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.ConcreteModuleType", "name": "ConcreteModuleType", "type_vars": []}, "flags": [], "fullname": "torch._C.ConcreteModuleType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.ConcreteModuleType", "builtins.object"], "names": {".class": "SymbolTable", "equals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C.ConcreteModuleType.equals", "name": "equals", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C.ConcreteModuleType", "torch._C.ConcreteModuleType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "equals of ConcreteModuleType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "from_jit_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ty"], "flags": ["is_static", "is_decorated"], "fullname": "torch._C.ConcreteModuleType.from_jit_type", "name": "from_jit_type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ty"], "arg_types": ["torch._C.JitType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_jit_type of ConcreteModuleType", "ret_type": "torch._C.ConcreteModuleType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "from_jit_type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ty"], "arg_types": ["torch._C.JitType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_jit_type of ConcreteModuleType", "ret_type": "torch._C.ConcreteModuleType", "type_guard": null, "variables": []}}}}, "get_constants": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.ConcreteModuleType.get_constants", "name": "get_constants", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.ConcreteModuleType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_constants of ConcreteModuleType", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConcreteModuleTypeBuilder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.ConcreteModuleTypeBuilder", "name": "ConcreteModuleTypeBuilder", "type_vars": []}, "flags": [], "fullname": "torch._C.ConcreteModuleTypeBuilder", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.ConcreteModuleTypeBuilder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "torch._C.ConcreteModuleTypeBuilder.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "arg_types": ["torch._C.ConcreteModuleTypeBuilder", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ConcreteModuleTypeBuilder", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_attribute": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "name", "ty", "is_param", "is_buffer"], "flags": [], "fullname": "torch._C.ConcreteModuleTypeBuilder.add_attribute", "name": "add_attribute", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "name", "ty", "is_param", "is_buffer"], "arg_types": ["torch._C.ConcreteModuleTypeBuilder", "builtins.str", "torch._C.JitType", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_attribute of ConcreteModuleTypeBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "add_builtin_function": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "symbol_name"], "flags": [], "fullname": "torch._C.ConcreteModuleTypeBuilder.add_builtin_function", "name": "add_builtin_function", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "symbol_name"], "arg_types": ["torch._C.ConcreteModuleTypeBuilder", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_builtin_function of ConcreteModuleTypeBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "add_constant": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "torch._C.ConcreteModuleTypeBuilder.add_constant", "name": "add_constant", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": ["torch._C.ConcreteModuleTypeBuilder", "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", "implicit": false, "is_ellipsis_args": false, "name": "add_constant of ConcreteModuleTypeBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "add_failed_attribute": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "failure_reason"], "flags": [], "fullname": "torch._C.ConcreteModuleTypeBuilder.add_failed_attribute", "name": "add_failed_attribute", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "failure_reason"], "arg_types": ["torch._C.ConcreteModuleTypeBuilder", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_failed_attribute of ConcreteModuleTypeBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "add_forward_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "flags": [], "fullname": "torch._C.ConcreteModuleTypeBuilder.add_forward_hook", "name": "add_forward_hook", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "arg_types": ["torch._C.ConcreteModuleTypeBuilder", {".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", "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": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_forward_hook of ConcreteModuleTypeBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "add_forward_pre_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "pre_hook"], "flags": [], "fullname": "torch._C.ConcreteModuleTypeBuilder.add_forward_pre_hook", "name": "add_forward_pre_hook", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "pre_hook"], "arg_types": ["torch._C.ConcreteModuleTypeBuilder", {".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", "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": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_forward_pre_hook of ConcreteModuleTypeBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "add_function_attribute": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "ty", "func"], "flags": [], "fullname": "torch._C.ConcreteModuleTypeBuilder.add_function_attribute", "name": "add_function_attribute", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "ty", "func"], "arg_types": ["torch._C.ConcreteModuleTypeBuilder", "builtins.str", "torch._C.JitType", {".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", "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": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_function_attribute of ConcreteModuleTypeBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "add_ignored_attribute": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch._C.ConcreteModuleTypeBuilder.add_ignored_attribute", "name": "add_ignored_attribute", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["torch._C.ConcreteModuleTypeBuilder", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_ignored_attribute of ConcreteModuleTypeBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "add_ignored_attributes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "flags": [], "fullname": "torch._C.ConcreteModuleTypeBuilder.add_ignored_attributes", "name": "add_ignored_attributes", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "arg_types": ["torch._C.ConcreteModuleTypeBuilder", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_ignored_attributes of ConcreteModuleTypeBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "add_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "meta"], "flags": [], "fullname": "torch._C.ConcreteModuleTypeBuilder.add_module", "name": "add_module", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "meta"], "arg_types": ["torch._C.ConcreteModuleTypeBuilder", "builtins.str", "torch._C.ConcreteModuleType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_module of ConcreteModuleTypeBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "add_overload": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "method_name", "overloaded_method_names"], "flags": [], "fullname": "torch._C.ConcreteModuleTypeBuilder.add_overload", "name": "add_overload", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "method_name", "overloaded_method_names"], "arg_types": ["torch._C.ConcreteModuleTypeBuilder", "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_overload of ConcreteModuleTypeBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "set_module_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.ConcreteModuleTypeBuilder.set_module_dict", "name": "set_module_dict", "type": null}}, "set_module_list": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.ConcreteModuleTypeBuilder.set_module_list", "name": "set_module_list", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ContextManager": {".class": "SymbolTableNode", "cross_ref": "typing.ContextManager", "kind": "Gdef", "module_hidden": true, "module_public": false}, "CudaBFloat16StorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.CudaBFloat16StorageBase", "name": "CudaBFloat16StorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.CudaBFloat16StorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.CudaBFloat16StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CudaBoolStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.CudaBoolStorageBase", "name": "CudaBoolStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.CudaBoolStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.CudaBoolStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CudaByteStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.CudaByteStorageBase", "name": "CudaByteStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.CudaByteStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.CudaByteStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CudaCharStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.CudaCharStorageBase", "name": "CudaCharStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.CudaCharStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.CudaCharStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CudaComplexDoubleStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.CudaComplexDoubleStorageBase", "name": "CudaComplexDoubleStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.CudaComplexDoubleStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.CudaComplexDoubleStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CudaComplexFloatStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.CudaComplexFloatStorageBase", "name": "CudaComplexFloatStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.CudaComplexFloatStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.CudaComplexFloatStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CudaDoubleStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.CudaDoubleStorageBase", "name": "CudaDoubleStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.CudaDoubleStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.CudaDoubleStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CudaFloatStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.CudaFloatStorageBase", "name": "CudaFloatStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.CudaFloatStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.CudaFloatStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CudaHalfStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.CudaHalfStorageBase", "name": "CudaHalfStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.CudaHalfStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.CudaHalfStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CudaIntStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.CudaIntStorageBase", "name": "CudaIntStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.CudaIntStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.CudaIntStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CudaLongStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.CudaLongStorageBase", "name": "CudaLongStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.CudaLongStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.CudaLongStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CudaQInt32StorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.CudaQInt32StorageBase", "name": "CudaQInt32StorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.CudaQInt32StorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.CudaQInt32StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CudaQInt8StorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.CudaQInt8StorageBase", "name": "CudaQInt8StorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.CudaQInt8StorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.CudaQInt8StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CudaQUInt4x2StorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.CudaQUInt4x2StorageBase", "name": "CudaQUInt4x2StorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.CudaQUInt4x2StorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.CudaQUInt4x2StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CudaQUInt8StorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.CudaQUInt8StorageBase", "name": "CudaQUInt8StorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.CudaQUInt8StorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.CudaQUInt8StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CudaShortStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.CudaShortStorageBase", "name": "CudaShortStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.CudaShortStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.CudaShortStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Decl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.TreeView"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.Decl", "name": "Decl", "type_vars": []}, "flags": [], "fullname": "torch._C.Decl", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.Decl", "torch._C.TreeView", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Def": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.TreeView"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.Def", "name": "Def", "type_vars": []}, "flags": [], "fullname": "torch._C.Def", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.Def", "torch._C.TreeView", "builtins.object"], "names": {".class": "SymbolTable", "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.Def.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.Def"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of Def", "ret_type": "torch._C.Ident", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DeserializationStorageContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.DeserializationStorageContext", "name": "DeserializationStorageContext", "type_vars": []}, "flags": [], "fullname": "torch._C.DeserializationStorageContext", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.DeserializationStorageContext", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.DeserializationStorageContext.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.DeserializationStorageContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of DeserializationStorageContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_storage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "tensor"], "flags": [], "fullname": "torch._C.DeserializationStorageContext.add_storage", "name": "add_storage", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "tensor"], "arg_types": ["torch._C.DeserializationStorageContext", "builtins.str", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_storage of DeserializationStorageContext", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "get_storage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "dtype"], "flags": [], "fullname": "torch._C.DeserializationStorageContext.get_storage", "name": "get_storage", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "dtype"], "arg_types": ["torch._C.DeserializationStorageContext", "builtins.str", "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_storage of DeserializationStorageContext", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "has_storage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch._C.DeserializationStorageContext.has_storage", "name": "has_storage", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["torch._C.DeserializationStorageContext", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "has_storage of DeserializationStorageContext", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Device": {".class": "SymbolTableNode", "cross_ref": "torch.types.Device", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DeviceObjType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.JitType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.DeviceObjType", "name": "DeviceObjType", "type_vars": []}, "flags": [], "fullname": "torch._C.DeviceObjType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.DeviceObjType", "torch._C.JitType", "builtins.object"], "names": {".class": "SymbolTable", "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "torch._C.DeviceObjType.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of DeviceObjType", "ret_type": "torch._C.DeviceObjType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "get", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of DeviceObjType", "ret_type": "torch._C.DeviceObjType", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DictType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.JitType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.DictType", "name": "DictType", "type_vars": []}, "flags": [], "fullname": "torch._C.DictType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.DictType", "torch._C.JitType", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "flags": [], "fullname": "torch._C.DictType.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "arg_types": ["torch._C.DictType", "torch._C.JitType", "torch._C.JitType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of DictType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getKeyType": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.DictType.getKeyType", "name": "getKeyType", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.DictType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getKeyType of DictType", "ret_type": "torch._C.JitType", "type_guard": null, "variables": []}}}, "getValueType": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.DictType.getValueType", "name": "getValueType", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.DictType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getValueType of DictType", "ret_type": "torch._C.JitType", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DisableTorchFunction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C.DisableTorchFunction", "name": "DisableTorchFunction", "type": null}}, "DoubleStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.DoubleStorageBase", "name": "DoubleStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.DoubleStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.DoubleStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DoubleTensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._tensor.Tensor"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.DoubleTensor", "name": "DoubleTensor", "type_vars": []}, "flags": [], "fullname": "torch._C.DoubleTensor", "metaclass_type": "torch._C._TensorMeta", "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.DoubleTensor", "torch._tensor.Tensor", "torch._C._TensorBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Enum": {".class": "SymbolTableNode", "cross_ref": "enum.Enum", "kind": "Gdef", "module_hidden": true, "module_public": false}, "EnumType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.JitType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.EnumType", "name": "EnumType", "type_vars": []}, "flags": [], "fullname": "torch._C.EnumType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.EnumType", "torch._C.JitType", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "qualified_name", "value_type", "enum_names_values"], "flags": [], "fullname": "torch._C.EnumType.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "qualified_name", "value_type", "enum_names_values"], "arg_types": ["torch._C.EnumType", "builtins.str", "torch._C.JitType", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of EnumType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ErrorReport": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.ErrorReport", "name": "ErrorReport", "type_vars": []}, "flags": [], "fullname": "torch._C.ErrorReport", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.ErrorReport", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "range"], "flags": [], "fullname": "torch._C.ErrorReport.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "range"], "arg_types": ["torch._C.ErrorReport", "torch._C.SourceRange"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ErrorReport", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "call_stack": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "torch._C.ErrorReport.call_stack", "name": "call_stack", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "call_stack of ErrorReport", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "call_stack", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "call_stack of ErrorReport", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "what": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.ErrorReport.what", "name": "what", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.ErrorReport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "what of ErrorReport", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FUSE_ADD_RELU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.FUSE_ADD_RELU", "name": "FUSE_ADD_RELU", "type": "torch._C.MobileOptimizerType"}}, "FileCheck": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.FileCheck", "name": "FileCheck", "type_vars": []}, "flags": [], "fullname": "torch._C.FileCheck", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.FileCheck", "builtins.object"], "names": {".class": "SymbolTable", "check_source_highlighted": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "highlight"], "flags": [], "fullname": "torch._C.FileCheck.check_source_highlighted", "name": "check_source_highlighted", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "highlight"], "arg_types": ["torch._C.FileCheck", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_source_highlighted of FileCheck", "ret_type": "torch._C.FileCheck", "type_guard": null, "variables": []}}}, "run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "test_string"], "flags": [], "fullname": "torch._C.FileCheck.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "test_string"], "arg_types": ["torch._C.FileCheck", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run of FileCheck", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FloatStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.FloatStorageBase", "name": "FloatStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.FloatStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.FloatStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FloatTensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._tensor.Tensor"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.FloatTensor", "name": "FloatTensor", "type_vars": []}, "flags": [], "fullname": "torch._C.FloatTensor", "metaclass_type": "torch._C._TensorMeta", "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.FloatTensor", "torch._tensor.Tensor", "torch._C._TensorBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FloatType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.JitType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.FloatType", "name": "FloatType", "type_vars": []}, "flags": [], "fullname": "torch._C.FloatType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.FloatType", "torch._C.JitType", "builtins.object"], "names": {".class": "SymbolTable", "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "torch._C.FloatType.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of FloatType", "ret_type": "torch._C.FloatType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "get", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of FloatType", "ret_type": "torch._C.FloatType", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FunctionSchema": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.FunctionSchema", "name": "FunctionSchema", "type_vars": []}, "flags": [], "fullname": "torch._C.FunctionSchema", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.FunctionSchema", "builtins.object"], "names": {".class": "SymbolTable", "arguments": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.FunctionSchema.arguments", "name": "arguments", "type": {".class": "Instance", "args": ["torch._C.Argument"], "type_ref": "builtins.list"}}}, "returns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.FunctionSchema.returns", "name": "returns", "type": {".class": "Instance", "args": ["torch._C.Argument"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Future": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.Future", "name": "Future", "type_vars": []}, "flags": [], "fullname": "torch._C.Future", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.Future", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "devices"], "flags": [], "fullname": "torch._C.Future.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "devices"], "arg_types": ["torch._C.Future", {".class": "Instance", "args": ["torch._C.device"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Future", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_set_unwrap_func": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "callback"], "flags": [], "fullname": "torch._C.Future._set_unwrap_func", "name": "_set_unwrap_func", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "callback"], "arg_types": ["torch._C.Future", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_unwrap_func of Future", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_done_callback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "callback"], "flags": [], "fullname": "torch._C.Future.add_done_callback", "name": "add_done_callback", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "callback"], "arg_types": ["torch._C.Future", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_done_callback of Future", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "done": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.Future.done", "name": "done", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.Future"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "done of Future", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "set_result": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "result"], "flags": [], "fullname": "torch._C.Future.set_result", "name": "set_result", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "result"], "arg_types": ["torch._C.Future", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_result of Future", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "then": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "callback"], "flags": [], "fullname": "torch._C.Future.then", "name": "then", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "callback"], "arg_types": ["torch._C.Future", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "then of Future", "ret_type": "torch._C.Future", "type_guard": null, "variables": []}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.Future.value", "name": "value", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.Future"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "value of Future", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "wait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.Future.wait", "name": "wait", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.Future"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait of Future", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FutureType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.JitType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.FutureType", "name": "FutureType", "type_vars": []}, "flags": [], "fullname": "torch._C.FutureType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.FutureType", "torch._C.JitType", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "a"], "flags": [], "fullname": "torch._C.FutureType.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "a"], "arg_types": ["torch._C.FutureType", "torch._C.JitType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FutureType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getElementType": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.FutureType.getElementType", "name": "getElementType", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.FutureType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getElementType of FutureType", "ret_type": "torch._C.JitType", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Generator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.Generator", "name": "Generator", "type_vars": []}, "flags": [], "fullname": "torch._C.Generator", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.Generator", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "device"], "flags": [], "fullname": "torch._C.Generator.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "device"], "arg_types": ["torch._C.Generator", {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Generator", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.Generator.device", "name": "device", "type": "torch._C.device"}}, "get_state": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.Generator.get_state", "name": "get_state", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.Generator"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_state of Generator", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "initial_seed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.Generator.initial_seed", "name": "initial_seed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.Generator"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "initial_seed of Generator", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "manual_seed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "seed"], "flags": [], "fullname": "torch._C.Generator.manual_seed", "name": "manual_seed", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "seed"], "arg_types": ["torch._C.Generator", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "manual_seed of Generator", "ret_type": "torch._C.Generator", "type_guard": null, "variables": []}}}, "seed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.Generator.seed", "name": "seed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.Generator"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seed of Generator", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "set_state": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "_new_state"], "flags": [], "fullname": "torch._C.Generator.set_state", "name": "set_state", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "_new_state"], "arg_types": ["torch._C.Generator", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_state of Generator", "ret_type": "torch._C.Generator", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Graph": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.Graph", "name": "Graph", "type_vars": []}, "flags": [], "fullname": "torch._C.Graph", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.Graph", "builtins.object"], "names": {".class": "SymbolTable", "alias_db": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.Graph.alias_db", "name": "alias_db", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "alias_db of Graph", "ret_type": "torch._C.AliasDb", "type_guard": null, "variables": []}}}, "eraseInput": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": [], "fullname": "torch._C.Graph.eraseInput", "name": "eraseInput", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "arg_types": ["torch._C.Graph", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eraseInput of Graph", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "GraphExecutorState": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.GraphExecutorState", "name": "GraphExecutorState", "type_vars": []}, "flags": [], "fullname": "torch._C.GraphExecutorState", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.GraphExecutorState", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HOIST_CONV_PACKED_PARAMS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.HOIST_CONV_PACKED_PARAMS", "name": "HOIST_CONV_PACKED_PARAMS", "type": "torch._C.MobileOptimizerType"}}, "HalfStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.HalfStorageBase", "name": "HalfStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.HalfStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.HalfStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HalfTensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._tensor.Tensor"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.HalfTensor", "name": "HalfTensor", "type_vars": []}, "flags": [], "fullname": "torch._C.HalfTensor", "metaclass_type": "torch._C._TensorMeta", "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.HalfTensor", "torch._tensor.Tensor", "torch._C._TensorBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "INSERT_FOLD_PREPACK_OPS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.INSERT_FOLD_PREPACK_OPS", "name": "INSERT_FOLD_PREPACK_OPS", "type": "torch._C.MobileOptimizerType"}}, "IODescriptor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.IODescriptor", "name": "IODescriptor", "type_vars": []}, "flags": [], "fullname": "torch._C.IODescriptor", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.IODescriptor", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IValue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.IValue", "name": "IValue", "type_vars": []}, "flags": [], "fullname": "torch._C.IValue", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.IValue", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Ident": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.TreeView"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.Ident", "name": "Ident", "type_vars": []}, "flags": [], "fullname": "torch._C.Ident", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.Ident", "torch._C.TreeView", "builtins.object"], "names": {".class": "SymbolTable", "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch._C.Ident.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.Ident"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of Ident", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.Ident"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of Ident", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InferredType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.InferredType", "name": "InferredType", "type_vars": []}, "flags": [], "fullname": "torch._C.InferredType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.InferredType", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "torch._C.InferredType.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["torch._C.InferredType", {".class": "UnionType", "items": ["torch._C.JitType", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of InferredType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reason": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.InferredType.reason", "name": "reason", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.InferredType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reason of InferredType", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "success": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.InferredType.success", "name": "success", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.InferredType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "success of InferredType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.InferredType.type", "name": "type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.InferredType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "type of InferredType", "ret_type": "torch._C.JitType", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IntStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.IntStorageBase", "name": "IntStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.IntStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.IntStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IntTensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._tensor.Tensor"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.IntTensor", "name": "IntTensor", "type_vars": []}, "flags": [], "fullname": "torch._C.IntTensor", "metaclass_type": "torch._C._TensorMeta", "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.IntTensor", "torch._tensor.Tensor", "torch._C._TensorBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IntType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.JitType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.IntType", "name": "IntType", "type_vars": []}, "flags": [], "fullname": "torch._C.IntType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.IntType", "torch._C.JitType", "builtins.object"], "names": {".class": "SymbolTable", "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "torch._C.IntType.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of IntType", "ret_type": "torch._C.IntType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "get", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of IntType", "ret_type": "torch._C.IntType", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InterfaceType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.JitType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.InterfaceType", "name": "InterfaceType", "type_vars": []}, "flags": [], "fullname": "torch._C.InterfaceType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.InterfaceType", "torch._C.JitType", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "qualified_name"], "flags": [], "fullname": "torch._C.InterfaceType.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "qualified_name"], "arg_types": ["torch._C.InterfaceType", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of InterfaceType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getMethod": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch._C.InterfaceType.getMethod", "name": "getMethod", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["torch._C.InterfaceType", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getMethod of InterfaceType", "ret_type": {".class": "UnionType", "items": ["torch._C.FunctionSchema", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "getMethodNames": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.InterfaceType.getMethodNames", "name": "getMethodNames", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.InterfaceType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getMethodNames of InterfaceType", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "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}, "JITException": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.JITException", "name": "JITException", "type_vars": []}, "flags": [], "fullname": "torch._C.JITException", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.JITException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "JitType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.JitType", "name": "JitType", "type_vars": []}, "flags": [], "fullname": "torch._C.JitType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.JitType", "builtins.object"], "names": {".class": "SymbolTable", "annotation_str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.JitType.annotation_str", "name": "annotation_str", "type": "builtins.str"}}, "isSubtypeOf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C.JitType.isSubtypeOf", "name": "isSubtypeOf", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C.JitType", "torch._C.JitType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isSubtypeOf of JitType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ListType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.JitType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.ListType", "name": "ListType", "type_vars": []}, "flags": [], "fullname": "torch._C.ListType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.ListType", "torch._C.JitType", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "a"], "flags": [], "fullname": "torch._C.ListType.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "a"], "arg_types": ["torch._C.ListType", "torch._C.JitType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ListType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getElementType": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.ListType.getElementType", "name": "getElementType", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.ListType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getElementType of ListType", "ret_type": "torch._C.JitType", "type_guard": null, "variables": []}}}, "ofBools": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "torch._C.ListType.ofBools", "name": "ofBools", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ofBools of ListType", "ret_type": "torch._C.ListType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "ofBools", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ofBools of ListType", "ret_type": "torch._C.ListType", "type_guard": null, "variables": []}}}}, "ofComplexDoubles": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "torch._C.ListType.ofComplexDoubles", "name": "ofComplexDoubles", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ofComplexDoubles of ListType", "ret_type": "torch._C.ListType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "ofComplexDoubles", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ofComplexDoubles of ListType", "ret_type": "torch._C.ListType", "type_guard": null, "variables": []}}}}, "ofFloats": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "torch._C.ListType.ofFloats", "name": "ofFloats", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ofFloats of ListType", "ret_type": "torch._C.ListType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "ofFloats", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ofFloats of ListType", "ret_type": "torch._C.ListType", "type_guard": null, "variables": []}}}}, "ofInts": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "torch._C.ListType.ofInts", "name": "ofInts", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ofInts of ListType", "ret_type": "torch._C.ListType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "ofInts", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ofInts of ListType", "ret_type": "torch._C.ListType", "type_guard": null, "variables": []}}}}, "ofTensors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "torch._C.ListType.ofTensors", "name": "ofTensors", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ofTensors of ListType", "ret_type": "torch._C.ListType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "ofTensors", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ofTensors of ListType", "ret_type": "torch._C.ListType", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LiteScriptModule": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.LiteScriptModule", "name": "LiteScriptModule", "type_vars": []}, "flags": [], "fullname": "torch._C.LiteScriptModule", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.LiteScriptModule", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "input"], "flags": [], "fullname": "torch._C.LiteScriptModule.__call__", "name": "__call__", "type": null}}, "find_method": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "method_name"], "flags": [], "fullname": "torch._C.LiteScriptModule.find_method", "name": "find_method", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "method_name"], "arg_types": ["torch._C.LiteScriptModule", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_method of LiteScriptModule", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "input"], "flags": [], "fullname": "torch._C.LiteScriptModule.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "input"], "arg_types": ["torch._C.LiteScriptModule", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of LiteScriptModule", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "run_method": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "method_name", "input"], "flags": [], "fullname": "torch._C.LiteScriptModule.run_method", "name": "run_method", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "method_name", "input"], "arg_types": ["torch._C.LiteScriptModule", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run_method of LiteScriptModule", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "LockingLogger": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.LoggerBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.LockingLogger", "name": "LockingLogger", "type_vars": []}, "flags": [], "fullname": "torch._C.LockingLogger", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.LockingLogger", "torch._C.LoggerBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LoggerBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.LoggerBase", "name": "LoggerBase", "type_vars": []}, "flags": [], "fullname": "torch._C.LoggerBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.LoggerBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LongStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.LongStorageBase", "name": "LongStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.LongStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.LongStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LongTensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._tensor.Tensor"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.LongTensor", "name": "LongTensor", "type_vars": []}, "flags": [], "fullname": "torch._C.LongTensor", "metaclass_type": "torch._C._TensorMeta", "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.LongTensor", "torch._tensor.Tensor", "torch._C._TensorBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MobileOptimizerType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.MobileOptimizerType", "name": "MobileOptimizerType", "type_vars": []}, "flags": [], "fullname": "torch._C.MobileOptimizerType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.MobileOptimizerType", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.Module", "name": "Module", "type_vars": []}, "flags": [], "fullname": "torch._C.Module", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.Module", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ModuleDict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.ModuleDict", "name": "ModuleDict", "type_vars": []}, "flags": [], "fullname": "torch._C.ModuleDict", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.ModuleDict", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mod"], "flags": [], "fullname": "torch._C.ModuleDict.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mod"], "arg_types": ["torch._C.ModuleDict", "torch._C.ScriptModule"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ModuleDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "items": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.ModuleDict.items", "name": "items", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.ModuleDict"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "items of ModuleDict", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Node": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.Node", "name": "Node", "type_vars": []}, "flags": [], "fullname": "torch._C.Node", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.Node", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NoneType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.JitType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.NoneType", "name": "NoneType", "type_vars": []}, "flags": [], "fullname": "torch._C.NoneType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.NoneType", "torch._C.JitType", "builtins.object"], "names": {".class": "SymbolTable", "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "torch._C.NoneType.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of NoneType", "ret_type": "torch._C.NoneType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "get", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of NoneType", "ret_type": "torch._C.NoneType", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NoopLogger": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.LoggerBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.NoopLogger", "name": "NoopLogger", "type_vars": []}, "flags": [], "fullname": "torch._C.NoopLogger", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.NoopLogger", "torch._C.LoggerBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Number": {".class": "SymbolTableNode", "cross_ref": "torch.types.Number", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "OptionalType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.JitType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.OptionalType", "name": "OptionalType", "type_vars": [{".class": "TypeVarDef", "fullname": "torch._C.R", "id": 1, "name": "R", "upper_bound": "torch._C.JitType", "values": [], "variance": 0}]}, "flags": [], "fullname": "torch._C.OptionalType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.OptionalType", "torch._C.JitType", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "a"], "flags": [], "fullname": "torch._C.OptionalType.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "a"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "torch._C.R", "id": 1, "name": "R", "upper_bound": "torch._C.JitType", "values": [], "variance": 0}], "type_ref": "torch._C.OptionalType"}, "torch._C.JitType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of OptionalType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getElementType": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.OptionalType.getElementType", "name": "getElementType", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "torch._C.R", "id": 1, "name": "R", "upper_bound": "torch._C.JitType", "values": [], "variance": 0}], "type_ref": "torch._C.OptionalType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getElementType of OptionalType", "ret_type": "torch._C.JitType", "type_guard": null, "variables": []}}}, "ofTensor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "torch._C.OptionalType.ofTensor", "name": "ofTensor", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ofTensor of OptionalType", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "torch._C.OptionalType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "ofTensor", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ofTensor of OptionalType", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "torch._C.OptionalType"}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": ["R"], "typeddict_type": null}}, "PackageExporter": {".class": "SymbolTableNode", "cross_ref": "torch.package.package_exporter.PackageExporter", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ParameterDict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.ParameterDict", "name": "ParameterDict", "type_vars": []}, "flags": [], "fullname": "torch._C.ParameterDict", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.ParameterDict", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mod"], "flags": [], "fullname": "torch._C.ParameterDict.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mod"], "arg_types": ["torch._C.ParameterDict", "torch._C.ScriptModule"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ParameterDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PyTorchFileReader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.PyTorchFileReader", "name": "PyTorchFileReader", "type_vars": []}, "flags": [], "fullname": "torch._C.PyTorchFileReader", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.PyTorchFileReader", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C.PyTorchFileReader.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C.PyTorchFileReader.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["torch._C.PyTorchFileReader", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PyTorchFileReader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "buffer"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C.PyTorchFileReader.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "buffer"], "arg_types": ["torch._C.PyTorchFileReader", "typing.BinaryIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PyTorchFileReader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["torch._C.PyTorchFileReader", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PyTorchFileReader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "buffer"], "arg_types": ["torch._C.PyTorchFileReader", "typing.BinaryIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PyTorchFileReader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "get_record": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch._C.PyTorchFileReader.get_record", "name": "get_record", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["torch._C.PyTorchFileReader", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_record of PyTorchFileReader", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PyTorchFileWriter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.PyTorchFileWriter", "name": "PyTorchFileWriter", "type_vars": []}, "flags": [], "fullname": "torch._C.PyTorchFileWriter", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.PyTorchFileWriter", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C.PyTorchFileWriter.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C.PyTorchFileWriter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["torch._C.PyTorchFileWriter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PyTorchFileWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "buffer"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C.PyTorchFileWriter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "buffer"], "arg_types": ["torch._C.PyTorchFileWriter", "typing.BinaryIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PyTorchFileWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["torch._C.PyTorchFileWriter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PyTorchFileWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "buffer"], "arg_types": ["torch._C.PyTorchFileWriter", "typing.BinaryIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PyTorchFileWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "archive_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.PyTorchFileWriter.archive_name", "name": "archive_name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.PyTorchFileWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "archive_name of PyTorchFileWriter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "get_all_written_records": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.PyTorchFileWriter.get_all_written_records", "name": "get_all_written_records", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.PyTorchFileWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_all_written_records of PyTorchFileWriter", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "set_min_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "version"], "flags": [], "fullname": "torch._C.PyTorchFileWriter.set_min_version", "name": "set_min_version", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "version"], "arg_types": ["torch._C.PyTorchFileWriter", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_min_version of PyTorchFileWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "write_end_of_file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.PyTorchFileWriter.write_end_of_file", "name": "write_end_of_file", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.PyTorchFileWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write_end_of_file of PyTorchFileWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "write_record": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "data", "size"], "flags": [], "fullname": "torch._C.PyTorchFileWriter.write_record", "name": "write_record", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "data", "size"], "arg_types": ["torch._C.PyTorchFileWriter", "builtins.str", "builtins.bytes", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write_record of PyTorchFileWriter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "QInt32StorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.QInt32StorageBase", "name": "QInt32StorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.QInt32StorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.QInt32StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "QInt8StorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.QInt8StorageBase", "name": "QInt8StorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.QInt8StorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.QInt8StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "QUInt4x2StorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.QUInt4x2StorageBase", "name": "QUInt4x2StorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.QUInt4x2StorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.QUInt4x2StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "QUInt8StorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.QUInt8StorageBase", "name": "QUInt8StorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.QUInt8StorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.QUInt8StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "R": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C.R", "name": "R", "upper_bound": "torch._C.JitType", "values": [], "variance": 0}}, "REMOVE_DROPOUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.REMOVE_DROPOUT", "name": "REMOVE_DROPOUT", "type": "torch._C.MobileOptimizerType"}}, "RRefType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.JitType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.RRefType", "name": "RRefType", "type_vars": []}, "flags": [], "fullname": "torch._C.RRefType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.RRefType", "torch._C.JitType", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "a"], "flags": [], "fullname": "torch._C.RRefType.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "a"], "arg_types": ["torch._C.RRefType", "torch._C.JitType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of RRefType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ResolutionCallback": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch._C.ResolutionCallback", "line": 273, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "ScriptFunction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.ScriptFunction", "name": "ScriptFunction", "type_vars": []}, "flags": [], "fullname": "torch._C.ScriptFunction", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.ScriptFunction", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch._C.ScriptFunction.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["torch._C.ScriptFunction", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of ScriptFunction", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.ScriptFunction.code", "name": "code", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.ScriptFunction"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "code of ScriptFunction", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "graph": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch._C.ScriptFunction.graph", "name": "graph", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.ScriptFunction"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "graph of ScriptFunction", "ret_type": "torch._C.Graph", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "graph", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.ScriptFunction"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "graph of ScriptFunction", "ret_type": "torch._C.Graph", "type_guard": null, "variables": []}}}}, "inlined_graph": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.ScriptFunction.inlined_graph", "name": "inlined_graph", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.ScriptFunction"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "inlined_graph of ScriptFunction", "ret_type": "torch._C.Graph", "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.ScriptFunction.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.ScriptFunction"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of ScriptFunction", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "qualified_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch._C.ScriptFunction.qualified_name", "name": "qualified_name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.ScriptFunction"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "qualified_name of ScriptFunction", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "qualified_name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.ScriptFunction"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "qualified_name of ScriptFunction", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "save": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "filename", "_extra_files"], "flags": [], "fullname": "torch._C.ScriptFunction.save", "name": "save", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "filename", "_extra_files"], "arg_types": ["torch._C.ScriptFunction", "builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.bytes"], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "save of ScriptFunction", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "save_to_buffer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "_extra_files"], "flags": [], "fullname": "torch._C.ScriptFunction.save_to_buffer", "name": "save_to_buffer", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "_extra_files"], "arg_types": ["torch._C.ScriptFunction", {".class": "Instance", "args": ["builtins.str", "builtins.bytes"], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "save_to_buffer of ScriptFunction", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "schema": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.ScriptFunction.schema", "name": "schema", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.ScriptFunction"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "schema of ScriptFunction", "ret_type": "torch._C.FunctionSchema", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ScriptMethod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.ScriptMethod", "name": "ScriptMethod", "type_vars": []}, "flags": [], "fullname": "torch._C.ScriptMethod", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.ScriptMethod", "builtins.object"], "names": {".class": "SymbolTable", "graph": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.ScriptMethod.graph", "name": "graph", "type": "torch._C.Graph"}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch._C.ScriptMethod.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.ScriptMethod"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of ScriptMethod", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.ScriptMethod"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of ScriptMethod", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "owner": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch._C.ScriptMethod.owner", "name": "owner", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.ScriptMethod"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "owner of ScriptMethod", "ret_type": "torch._C.ScriptModule", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "owner", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.ScriptMethod"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "owner of ScriptMethod", "ret_type": "torch._C.ScriptModule", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ScriptModule": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.ScriptObject"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.ScriptModule", "name": "ScriptModule", "type_vars": []}, "flags": [], "fullname": "torch._C.ScriptModule", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.ScriptModule", "torch._C.ScriptObject", "builtins.object"], "names": {".class": "SymbolTable", "_get_method": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch._C.ScriptModule._get_method", "name": "_get_method", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["torch._C.ScriptModule", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_method of ScriptModule", "ret_type": "torch._C.ScriptMethod", "type_guard": null, "variables": []}}}, "_method_names": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.ScriptModule._method_names", "name": "_method_names", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.ScriptModule"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_method_names of ScriptModule", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ScriptModuleSerializer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.ScriptModuleSerializer", "name": "ScriptModuleSerializer", "type_vars": []}, "flags": [], "fullname": "torch._C.ScriptModuleSerializer", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.ScriptModuleSerializer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "export_writer"], "flags": [], "fullname": "torch._C.ScriptModuleSerializer.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "export_writer"], "arg_types": ["torch._C.ScriptModuleSerializer", "torch._C.PyTorchFileWriter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ScriptModuleSerializer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "serialize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "model", "script_module_id"], "flags": [], "fullname": "torch._C.ScriptModuleSerializer.serialize", "name": "serialize", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "model", "script_module_id"], "arg_types": ["torch._C.ScriptModuleSerializer", "torch._C.ScriptModule", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "serialize of ScriptModuleSerializer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "storage_context": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.ScriptModuleSerializer.storage_context", "name": "storage_context", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.ScriptModuleSerializer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "storage_context of ScriptModuleSerializer", "ret_type": "torch._C.SerializationStorageContext", "type_guard": null, "variables": []}}}, "write_files": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.ScriptModuleSerializer.write_files", "name": "write_files", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.ScriptModuleSerializer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write_files of ScriptModuleSerializer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ScriptObject": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.ScriptObject", "name": "ScriptObject", "type_vars": []}, "flags": [], "fullname": "torch._C.ScriptObject", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.ScriptObject", "builtins.object"], "names": {".class": "SymbolTable", "setattr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "torch._C.ScriptObject.setattr", "name": "setattr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": ["torch._C.ScriptObject", "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", "implicit": false, "is_ellipsis_args": false, "name": "setattr of ScriptObject", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SerializationStorageContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.SerializationStorageContext", "name": "SerializationStorageContext", "type_vars": []}, "flags": [], "fullname": "torch._C.SerializationStorageContext", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.SerializationStorageContext", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.SerializationStorageContext.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.SerializationStorageContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SerializationStorageContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get_or_add_storage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "storage"], "flags": [], "fullname": "torch._C.SerializationStorageContext.get_or_add_storage", "name": "get_or_add_storage", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "storage"], "arg_types": ["torch._C.SerializationStorageContext", "torch.types.Storage"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_or_add_storage of SerializationStorageContext", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "has_storage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "storage"], "flags": [], "fullname": "torch._C.SerializationStorageContext.has_storage", "name": "has_storage", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "storage"], "arg_types": ["torch._C.SerializationStorageContext", "torch.types.Storage"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "has_storage of SerializationStorageContext", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ShortStorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.ShortStorageBase", "name": "ShortStorageBase", "type_vars": []}, "flags": [], "fullname": "torch._C.ShortStorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.ShortStorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ShortTensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._tensor.Tensor"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.ShortTensor", "name": "ShortTensor", "type_vars": []}, "flags": [], "fullname": "torch._C.ShortTensor", "metaclass_type": "torch._C._TensorMeta", "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.ShortTensor", "torch._tensor.Tensor", "torch._C._TensorBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Size": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.Size", "name": "Size", "type_vars": []}, "flags": [], "fullname": "torch._C.Size", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.Size", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C.Size.__getitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C.Size.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C.Size", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Size", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C.Size.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C.Size", "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Size", "ret_type": "torch._C.Size", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C.Size", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Size", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C.Size", "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Size", "ret_type": "torch._C.Size", "type_guard": null, "variables": []}]}}}, "numel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.Size.numel", "name": "numel", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.Size"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "numel of Size", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SourceRange": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.SourceRange", "name": "SourceRange", "type_vars": []}, "flags": [], "fullname": "torch._C.SourceRange", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.SourceRange", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Stack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch._C.Stack", "line": 2209, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["torch._C.IValue"], "type_ref": "builtins.list"}}}, "Storage": {".class": "SymbolTableNode", "cross_ref": "torch.types.Storage", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Stream": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.Stream", "name": "Stream", "type_vars": []}, "flags": [], "fullname": "torch._C.Stream", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.Stream", "builtins.object"], "names": {".class": "SymbolTable", "_cdata": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.Stream._cdata", "name": "_cdata", "type": "builtins.int"}}, "device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.Stream.device", "name": "device", "type": "torch._C.device"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "StreamObjType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.JitType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.StreamObjType", "name": "StreamObjType", "type_vars": []}, "flags": [], "fullname": "torch._C.StreamObjType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.StreamObjType", "torch._C.JitType", "builtins.object"], "names": {".class": "SymbolTable", "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "torch._C.StreamObjType.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of StreamObjType", "ret_type": "torch._C.StreamObjType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "get", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of StreamObjType", "ret_type": "torch._C.StreamObjType", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "StringType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.JitType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.StringType", "name": "StringType", "type_vars": []}, "flags": [], "fullname": "torch._C.StringType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.StringType", "torch._C.JitType", "builtins.object"], "names": {".class": "SymbolTable", "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "torch._C.StringType.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of StringType", "ret_type": "torch._C.StringType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "get", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of StringType", "ret_type": "torch._C.StringType", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C.T", "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TensorType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.JitType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.TensorType", "name": "TensorType", "type_vars": []}, "flags": [], "fullname": "torch._C.TensorType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.TensorType", "torch._C.JitType", "builtins.object"], "names": {".class": "SymbolTable", "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C.TensorType.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "torch._C.TensorType"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of TensorType", "ret_type": "torch._C.TensorType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "get", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "torch._C.TensorType"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of TensorType", "ret_type": "torch._C.TensorType", "type_guard": null, "variables": []}}}}, "getInferred": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C.TensorType.getInferred", "name": "getInferred", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "torch._C.TensorType"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getInferred of TensorType", "ret_type": "torch._C.TensorType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "getInferred", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "torch._C.TensorType"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getInferred of TensorType", "ret_type": "torch._C.TensorType", "type_guard": null, "variables": []}}}}, "sizes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.TensorType.sizes", "name": "sizes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.TensorType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sizes of TensorType", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "with_sizes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C.TensorType.with_sizes", "name": "with_sizes", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C.TensorType", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "with_sizes of TensorType", "ret_type": "torch._C.TensorType", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ThroughputBenchmark": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.ThroughputBenchmark", "name": "ThroughputBenchmark", "type_vars": []}, "flags": [], "fullname": "torch._C.ThroughputBenchmark", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.ThroughputBenchmark", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "flags": [], "fullname": "torch._C.ThroughputBenchmark.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "arg_types": ["torch._C.ThroughputBenchmark", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ThroughputBenchmark", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_input": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch._C.ThroughputBenchmark.add_input", "name": "add_input", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["torch._C.ThroughputBenchmark", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_input of ThroughputBenchmark", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "benchmark": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "flags": [], "fullname": "torch._C.ThroughputBenchmark.benchmark", "name": "benchmark", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "arg_types": ["torch._C.ThroughputBenchmark", "torch._C.BenchmarkConfig"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "benchmark of ThroughputBenchmark", "ret_type": "torch._C.BenchmarkExecutionStats", "type_guard": null, "variables": []}}}, "run_once": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch._C.ThroughputBenchmark.run_once", "name": "run_once", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["torch._C.ThroughputBenchmark", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run_once of ThroughputBenchmark", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TracingState": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.TracingState", "name": "TracingState", "type_vars": []}, "flags": [], "fullname": "torch._C.TracingState", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.TracingState", "builtins.object"], "names": {".class": "SymbolTable", "current_scope": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.TracingState.current_scope", "name": "current_scope", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.TracingState"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "current_scope of TracingState", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "graph": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.TracingState.graph", "name": "graph", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.TracingState"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "graph of TracingState", "ret_type": "torch._C.Graph", "type_guard": null, "variables": []}}}, "pop_scope": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.TracingState.pop_scope", "name": "pop_scope", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.TracingState"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop_scope of TracingState", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "push_scope": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "scope_name"], "flags": [], "fullname": "torch._C.TracingState.push_scope", "name": "push_scope", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "scope_name"], "arg_types": ["torch._C.TracingState", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "push_scope of TracingState", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_graph": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "graph"], "flags": [], "fullname": "torch._C.TracingState.set_graph", "name": "set_graph", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "graph"], "arg_types": ["torch._C.TracingState", "torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_graph of TracingState", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TreeView": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.TreeView", "name": "TreeView", "type_vars": []}, "flags": [], "fullname": "torch._C.TreeView", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.TreeView", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TupleType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.JitType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.TupleType", "name": "TupleType", "type_vars": []}, "flags": [], "fullname": "torch._C.TupleType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.TupleType", "torch._C.JitType", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "a"], "flags": [], "fullname": "torch._C.TupleType.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "a"], "arg_types": ["torch._C.TupleType", {".class": "Instance", "args": [{".class": "UnionType", "items": ["torch._C.JitType", {".class": "NoneType"}]}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TupleType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "elements": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.TupleType.elements", "name": "elements", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.TupleType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "elements of TupleType", "ret_type": {".class": "Instance", "args": ["torch._C.JitType"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "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}, "UnionType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.JitType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.UnionType", "name": "UnionType", "type_vars": []}, "flags": [], "fullname": "torch._C.UnionType", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.UnionType", "torch._C.JitType", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "a"], "flags": [], "fullname": "torch._C.UnionType.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "a"], "arg_types": ["torch._C.UnionType", {".class": "Instance", "args": ["torch._C.JitType"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of UnionType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Value": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.Value", "name": "Value", "type_vars": []}, "flags": [], "fullname": "torch._C.Value", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.Value", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_CUDAGraph": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._CUDAGraph", "name": "_CUDAGraph", "type_vars": []}, "flags": [], "fullname": "torch._C._CUDAGraph", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C._CUDAGraph", "builtins.object"], "names": {".class": "SymbolTable", "capture_begin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "pool"], "flags": [], "fullname": "torch._C._CUDAGraph.capture_begin", "name": "capture_begin", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "pool"], "arg_types": ["torch._C._CUDAGraph", {".class": "UnionType", "items": [{".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"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "capture_begin of _CUDAGraph", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "capture_end": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._CUDAGraph.capture_end", "name": "capture_end", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._CUDAGraph"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "capture_end of _CUDAGraph", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pool": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._CUDAGraph.pool", "name": "pool", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._CUDAGraph"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pool of _CUDAGraph", "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": []}}}, "replay": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._CUDAGraph.replay", "name": "replay", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._CUDAGraph"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "replay of _CUDAGraph", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._CUDAGraph.reset", "name": "reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._CUDAGraph"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset of _CUDAGraph", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_CudaDeviceProperties": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._CudaDeviceProperties", "name": "_CudaDeviceProperties", "type_vars": []}, "flags": [], "fullname": "torch._C._CudaDeviceProperties", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C._CudaDeviceProperties", "builtins.object"], "names": {".class": "SymbolTable", "is_integrated": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._CudaDeviceProperties.is_integrated", "name": "is_integrated", "type": "builtins.int"}}, "is_multi_gpu_board": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._CudaDeviceProperties.is_multi_gpu_board", "name": "is_multi_gpu_board", "type": "builtins.int"}}, "major": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._CudaDeviceProperties.major", "name": "major", "type": "builtins.int"}}, "minor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._CudaDeviceProperties.minor", "name": "minor", "type": "builtins.int"}}, "multi_processor_count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._CudaDeviceProperties.multi_processor_count", "name": "multi_processor_count", "type": "builtins.int"}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._CudaDeviceProperties.name", "name": "name", "type": "builtins.str"}}, "total_memory": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._CudaDeviceProperties.total_memory", "name": "total_memory", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_CudaEventBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._CudaEventBase", "name": "_CudaEventBase", "type_vars": []}, "flags": [], "fullname": "torch._C._CudaEventBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C._CudaEventBase", "builtins.object"], "names": {".class": "SymbolTable", "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["cls", "enable_timing", "blocking", "interprocess"], "flags": [], "fullname": "torch._C._CudaEventBase.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["cls", "enable_timing", "blocking", "interprocess"], "arg_types": [{".class": "TypeType", "item": "torch._C._CudaEventBase"}, "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _CudaEventBase", "ret_type": "torch._C._CudaEventBase", "type_guard": null, "variables": []}}}, "cuda_event": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._CudaEventBase.cuda_event", "name": "cuda_event", "type": "builtins.int"}}, "device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._CudaEventBase.device", "name": "device", "type": "torch._C.device"}}, "elapsed_time": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._CudaEventBase.elapsed_time", "name": "elapsed_time", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._CudaEventBase", "torch._C._CudaEventBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "elapsed_time of _CudaEventBase", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "from_ipc_handle": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "device", "ipc_handle"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C._CudaEventBase.from_ipc_handle", "name": "from_ipc_handle", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "device", "ipc_handle"], "arg_types": [{".class": "TypeType", "item": "torch._C._CudaEventBase"}, "torch._C.device", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_ipc_handle of _CudaEventBase", "ret_type": "torch._C._CudaEventBase", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_ipc_handle", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "device", "ipc_handle"], "arg_types": [{".class": "TypeType", "item": "torch._C._CudaEventBase"}, "torch._C.device", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_ipc_handle of _CudaEventBase", "ret_type": "torch._C._CudaEventBase", "type_guard": null, "variables": []}}}}, "ipc_handle": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._CudaEventBase.ipc_handle", "name": "ipc_handle", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._CudaEventBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ipc_handle of _CudaEventBase", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "query": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._CudaEventBase.query", "name": "query", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._CudaEventBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "query of _CudaEventBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "record": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "stream"], "flags": [], "fullname": "torch._C._CudaEventBase.record", "name": "record", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "stream"], "arg_types": ["torch._C._CudaEventBase", "torch._C._CudaStreamBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "record of _CudaEventBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "synchronize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._CudaEventBase.synchronize", "name": "synchronize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._CudaEventBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "synchronize of _CudaEventBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "wait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "stream"], "flags": [], "fullname": "torch._C._CudaEventBase.wait", "name": "wait", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "stream"], "arg_types": ["torch._C._CudaEventBase", "torch._C._CudaStreamBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait of _CudaEventBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_CudaStreamBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._CudaStreamBase", "name": "_CudaStreamBase", "type_vars": []}, "flags": [], "fullname": "torch._C._CudaStreamBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C._CudaStreamBase", "builtins.object"], "names": {".class": "SymbolTable", "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "priority", "_cdata", "stream_ptr"], "flags": [], "fullname": "torch._C._CudaStreamBase.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "priority", "_cdata", "stream_ptr"], "arg_types": [{".class": "TypeType", "item": "torch._C._CudaStreamBase"}, "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _CudaStreamBase", "ret_type": "torch._C._CudaStreamBase", "type_guard": null, "variables": []}}}, "_cdata": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._CudaStreamBase._cdata", "name": "_cdata", "type": "builtins.int"}}, "cuda_stream": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._CudaStreamBase.cuda_stream", "name": "cuda_stream", "type": "builtins.int"}}, "device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._CudaStreamBase.device", "name": "device", "type": "torch._C.device"}}, "priority": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._CudaStreamBase.priority", "name": "priority", "type": "builtins.int"}}, "priority_range": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._CudaStreamBase.priority_range", "name": "priority_range", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._CudaStreamBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "priority_range of _CudaStreamBase", "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": []}}}, "query": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._CudaStreamBase.query", "name": "query", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._CudaStreamBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "query of _CudaStreamBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "synchronize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._CudaStreamBase.synchronize", "name": "synchronize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._CudaStreamBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "synchronize of _CudaStreamBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_FunctionBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._FunctionBase", "name": "_FunctionBase", "type_vars": []}, "flags": [], "fullname": "torch._C._FunctionBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C._FunctionBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_GLIBCXX_USE_CXX11_ABI": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._GLIBCXX_USE_CXX11_ABI", "name": "_GLIBCXX_USE_CXX11_ABI", "type": "builtins.bool"}}, "_ImperativeEngine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._ImperativeEngine", "name": "_ImperativeEngine", "type_vars": []}, "flags": [], "fullname": "torch._C._ImperativeEngine", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C._ImperativeEngine", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_InferenceMode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._InferenceMode", "name": "_InferenceMode", "type_vars": []}, "flags": [], "fullname": "torch._C._InferenceMode", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C._InferenceMode", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mode"], "flags": [], "fullname": "torch._C._InferenceMode.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mode"], "arg_types": ["torch._C._InferenceMode", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _InferenceMode", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_LegacyVariableBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._LegacyVariableBase", "name": "_LegacyVariableBase", "type_vars": []}, "flags": [], "fullname": "torch._C._LegacyVariableBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C._LegacyVariableBase", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "data", "requires_grad", "volatile", "_grad_fn"], "flags": [], "fullname": "torch._C._LegacyVariableBase.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "data", "requires_grad", "volatile", "_grad_fn"], "arg_types": ["torch._C._LegacyVariableBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C._FunctionBase", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _LegacyVariableBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_TensorBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": "torch._C._TensorMeta", "defn": {".class": "ClassDef", "fullname": "torch._C._TensorBase", "name": "_TensorBase", "type_vars": []}, "flags": [], "fullname": "torch._C._TensorBase", "metaclass_type": "torch._C._TensorMeta", "metadata": {}, "module_name": "torch._C", "mro": ["torch._C._TensorBase", "builtins.object"], "names": {".class": "SymbolTable", "T": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.T", "name": "T", "type": "torch._tensor.Tensor"}}, "__abs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__add__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__and__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.__and__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__and__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__and__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__and__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "__bool__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.__bool__", "name": "__bool__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__bool__ of _TensorBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__complex__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.__complex__", "name": "__complex__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__complex__ of _TensorBase", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__div__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__div__", "name": "__div__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__div__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__float__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.__float__", "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__float__ of _TensorBase", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__floordiv__", "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "indices"], "flags": [], "fullname": "torch._C._TensorBase.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.int", "builtins.slice", "torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__iadd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__iand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.__iand__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__iand__", "name": "__iand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__iand__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__iand__", "name": "__iand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__iand__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__iand__", "name": "__iand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__iand__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "__idiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__idiv__", "name": "__idiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__idiv__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__ifloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__ifloordiv__", "name": "__ifloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ifloordiv__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__ilshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.__ilshift__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__ilshift__", "name": "__ilshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ilshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ilshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__ilshift__", "name": "__ilshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ilshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ilshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__ilshift__", "name": "__ilshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ilshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ilshift__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ilshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ilshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ilshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "__imod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__imod__", "name": "__imod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__imod__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__imul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__imul__", "name": "__imul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__index__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.__index__", "name": "__index__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__index__ of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "device"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "device"], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _TensorBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "storage"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "storage"], "arg_types": ["torch._C._TensorBase", "torch.types.Storage"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _TensorBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _TensorBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "size", "device"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "size", "device"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _TensorBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "device"], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _TensorBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "storage"], "arg_types": ["torch._C._TensorBase", "torch.types.Storage"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _TensorBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _TensorBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "size", "device"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _TensorBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__int__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.__int__", "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__int__ of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__invert__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.__invert__", "name": "__invert__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__invert__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__ior__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.__ior__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__ior__", "name": "__ior__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ior__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__ior__", "name": "__ior__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ior__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__ior__", "name": "__ior__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ior__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "__irshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.__irshift__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__irshift__", "name": "__irshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__irshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__irshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__irshift__", "name": "__irshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__irshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__irshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__irshift__", "name": "__irshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__irshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__irshift__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__irshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__irshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__irshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "__isub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__isub__", "name": "__isub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__ixor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.__ixor__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__ixor__", "name": "__ixor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ixor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__ixor__", "name": "__ixor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ixor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__ixor__", "name": "__ixor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ixor__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__long__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.__long__", "name": "__long__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__long__ of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__lshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.__lshift__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__lshift__", "name": "__lshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__lshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__lshift__", "name": "__lshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__lshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__lshift__", "name": "__lshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__lshift__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__matmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__matmul__", "name": "__matmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__matmul__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__neg__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.__neg__", "name": "__neg__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__nonzero__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.__nonzero__", "name": "__nonzero__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__nonzero__ of _TensorBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.__or__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__or__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__or__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__or__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__pow__", "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__rand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__rand__", "name": "__rand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__ror__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__ror__", "name": "__ror__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__rpow__", "name": "__rpow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__rshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.__rshift__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__rshift__", "name": "__rshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__rshift__", "name": "__rshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__rshift__", "name": "__rshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rshift__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__rtruediv__", "name": "__rtruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__rxor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__rxor__", "name": "__rxor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "indices", "val"], "flags": [], "fullname": "torch._C._TensorBase.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.int", "builtins.slice", "torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of _TensorBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.__xor__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__xor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__xor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__xor__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "_backward_hooks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase._backward_hooks", "name": "_backward_hooks", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "type_guard": null, "variables": []}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}}}, "_base": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase._base", "name": "_base", "type": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}}}, "_cdata": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase._cdata", "name": "_cdata", "type": "builtins.int"}}, "_coalesced_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "coalesced"], "flags": [], "fullname": "torch._C._TensorBase._coalesced_", "name": "_coalesced_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "coalesced"], "arg_types": ["torch._C._TensorBase", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_coalesced_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_conj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase._conj", "name": "_conj", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_conj of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_conj_physical": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase._conj_physical", "name": "_conj_physical", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_conj_physical of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_dimI": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase._dimI", "name": "_dimI", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_dimI of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_dimV": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase._dimV", "name": "_dimV", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_dimV of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_grad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase._grad", "name": "_grad", "type": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}}}, "_grad_fn": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase._grad_fn", "name": "_grad_fn", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "_indices": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase._indices", "name": "_indices", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_indices of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_is_view": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase._is_view", "name": "_is_view", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_view of _TensorBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_make_subclass": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "data", "require_grad"], "flags": [], "fullname": "torch._C._TensorBase._make_subclass", "name": "_make_subclass", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "data", "require_grad"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make_subclass of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_neg_view": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase._neg_view", "name": "_neg_view", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_neg_view of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_nnz": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase._nnz", "name": "_nnz", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_nnz of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase._values", "name": "_values", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_values of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase._version", "name": "_version", "type": "builtins.int"}}, "abs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.abs", "name": "abs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "abs of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "abs_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.abs_", "name": "abs_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "abs_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "absolute": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.absolute", "name": "absolute", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "absolute of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "absolute_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.absolute_", "name": "absolute_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "absolute_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "acos": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.acos", "name": "acos", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acos of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "acos_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.acos_", "name": "acos_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acos_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "acosh": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.acosh", "name": "acosh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acosh of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "acosh_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.acosh_", "name": "acosh_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acosh_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["self", "other", "alpha", "out"], "flags": [], "fullname": "torch._C._TensorBase.add", "name": "add", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["self", "other", "alpha", "out"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "add_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "alpha"], "flags": [], "fullname": "torch._C._TensorBase.add_", "name": "add_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "alpha"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "addbmm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "batch1", "batch2", "beta", "alpha"], "flags": [], "fullname": "torch._C._TensorBase.addbmm", "name": "addbmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "batch1", "batch2", "beta", "alpha"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addbmm of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "addbmm_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "batch1", "batch2", "beta", "alpha"], "flags": [], "fullname": "torch._C._TensorBase.addbmm_", "name": "addbmm_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "batch1", "batch2", "beta", "alpha"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addbmm_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "addcdiv": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "tensor1", "tensor2", "value"], "flags": [], "fullname": "torch._C._TensorBase.addcdiv", "name": "addcdiv", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "tensor1", "tensor2", "value"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addcdiv of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "addcdiv_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "tensor1", "tensor2", "value"], "flags": [], "fullname": "torch._C._TensorBase.addcdiv_", "name": "addcdiv_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "tensor1", "tensor2", "value"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addcdiv_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "addcmul": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "tensor1", "tensor2", "value"], "flags": [], "fullname": "torch._C._TensorBase.addcmul", "name": "addcmul", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "tensor1", "tensor2", "value"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addcmul of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "addcmul_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "tensor1", "tensor2", "value"], "flags": [], "fullname": "torch._C._TensorBase.addcmul_", "name": "addcmul_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "tensor1", "tensor2", "value"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addcmul_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "addmm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "mat1", "mat2", "beta", "alpha"], "flags": [], "fullname": "torch._C._TensorBase.addmm", "name": "addmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "mat1", "mat2", "beta", "alpha"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmm of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "addmm_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "mat1", "mat2", "beta", "alpha"], "flags": [], "fullname": "torch._C._TensorBase.addmm_", "name": "addmm_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "mat1", "mat2", "beta", "alpha"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmm_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "addmv": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "mat", "vec", "beta", "alpha"], "flags": [], "fullname": "torch._C._TensorBase.addmv", "name": "addmv", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "mat", "vec", "beta", "alpha"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmv of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "addmv_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "mat", "vec", "beta", "alpha"], "flags": [], "fullname": "torch._C._TensorBase.addmv_", "name": "addmv_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "mat", "vec", "beta", "alpha"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmv_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "addr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "vec1", "vec2", "beta", "alpha"], "flags": [], "fullname": "torch._C._TensorBase.addr", "name": "addr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "vec1", "vec2", "beta", "alpha"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addr of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "addr_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "vec1", "vec2", "beta", "alpha"], "flags": [], "fullname": "torch._C._TensorBase.addr_", "name": "addr_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "vec1", "vec2", "beta", "alpha"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addr_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "align_as": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.align_as", "name": "align_as", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "align_as of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "align_to": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.align_to", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "order", "ellipsis_idx"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.align_to", "name": "align_to", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "order", "ellipsis_idx"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "align_to of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "align_to", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.align_to", "name": "align_to", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "align_to of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "align_to", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "order", "ellipsis_idx"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "align_to of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "align_to of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "all": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.all", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.all", "name": "all", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "all", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.all", "name": "all", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "all", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.all", "name": "all", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "all", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "allclose": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "other", "rtol", "atol", "equal_nan"], "flags": [], "fullname": "torch._C._TensorBase.allclose", "name": "allclose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "other", "rtol", "atol", "equal_nan"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "allclose of _TensorBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "amax": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dim", "keepdim"], "flags": [], "fullname": "torch._C._TensorBase.amax", "name": "amax", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "amax of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "amin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dim", "keepdim"], "flags": [], "fullname": "torch._C._TensorBase.amin", "name": "amin", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "amin of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "aminmax": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["self", "dim", "keepdim"], "flags": [], "fullname": "torch._C._TensorBase.aminmax", "name": "aminmax", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "aminmax of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_min_max"}, "type_guard": null, "variables": []}}}, "angle": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.angle", "name": "angle", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "angle of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "any": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.any", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.any", "name": "any", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "any", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.any", "name": "any", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "any", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.any", "name": "any", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "any", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "any of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "apply_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "callable"], "flags": [], "fullname": "torch._C._TensorBase.apply_", "name": "apply_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "callable"], "arg_types": ["torch._C._TensorBase", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "apply_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arccos": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.arccos", "name": "arccos", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arccos of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arccos_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.arccos_", "name": "arccos_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arccos_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arccosh": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.arccosh", "name": "arccosh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arccosh of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arccosh_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.arccosh_", "name": "arccosh_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arccosh_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arcsin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.arcsin", "name": "arcsin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arcsin of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arcsin_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.arcsin_", "name": "arcsin_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arcsin_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arcsinh": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.arcsinh", "name": "arcsinh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arcsinh of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arcsinh_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.arcsinh_", "name": "arcsinh_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arcsinh_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arctan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.arctan", "name": "arctan", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arctan of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arctan_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.arctan_", "name": "arctan_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arctan_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arctanh": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.arctanh", "name": "arctanh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arctanh of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "arctanh_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.arctanh_", "name": "arctanh_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arctanh_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "argmax": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dim", "keepdim"], "flags": [], "fullname": "torch._C._TensorBase.argmax", "name": "argmax", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmax of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "argmin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dim", "keepdim"], "flags": [], "fullname": "torch._C._TensorBase.argmin", "name": "argmin", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argmin of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "argsort": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.argsort", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dim", "descending"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.argsort", "name": "argsort", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dim", "descending"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argsort of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "argsort", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "descending"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.argsort", "name": "argsort", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "descending"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argsort of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "argsort", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dim", "descending"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argsort of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "descending"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "argsort of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "as_strided": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "size", "stride", "storage_offset"], "flags": [], "fullname": "torch._C._TensorBase.as_strided", "name": "as_strided", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "size", "stride", "storage_offset"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "as_strided of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "as_strided_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "size", "stride", "storage_offset"], "flags": [], "fullname": "torch._C._TensorBase.as_strided_", "name": "as_strided_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "size", "stride", "storage_offset"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "as_strided_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "as_subclass": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "cls"], "flags": [], "fullname": "torch._C._TensorBase.as_subclass", "name": "as_subclass", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "cls"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "as_subclass of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "asin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.asin", "name": "asin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asin of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "asin_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.asin_", "name": "asin_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asin_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "asinh": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.asinh", "name": "asinh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asinh of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "asinh_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.asinh_", "name": "asinh_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asinh_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "atan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.atan", "name": "atan", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atan of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "atan2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.atan2", "name": "atan2", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atan2 of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "atan2_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.atan2_", "name": "atan2_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atan2_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "atan_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.atan_", "name": "atan_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atan_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "atanh": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.atanh", "name": "atanh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atanh of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "atanh_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.atanh_", "name": "atanh_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "atanh_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "baddbmm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "batch1", "batch2", "beta", "alpha"], "flags": [], "fullname": "torch._C._TensorBase.baddbmm", "name": "baddbmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "batch1", "batch2", "beta", "alpha"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "baddbmm of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "baddbmm_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "batch1", "batch2", "beta", "alpha"], "flags": [], "fullname": "torch._C._TensorBase.baddbmm_", "name": "baddbmm_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "batch1", "batch2", "beta", "alpha"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "baddbmm_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "bernoulli": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.bernoulli", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["self", "generator"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bernoulli", "name": "bernoulli", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "generator"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bernoulli of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bernoulli", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "p", "generator"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bernoulli", "name": "bernoulli", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "p", "generator"], "arg_types": ["torch._C._TensorBase", "builtins.float", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bernoulli of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bernoulli", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "generator"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bernoulli of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "p", "generator"], "arg_types": ["torch._C._TensorBase", "builtins.float", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bernoulli of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "bernoulli_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.bernoulli_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "p", "generator"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bernoulli_", "name": "bernoulli_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "p", "generator"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bernoulli_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bernoulli_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["self", "p", "generator"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bernoulli_", "name": "bernoulli_", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["self", "p", "generator"], "arg_types": ["torch._C._TensorBase", "builtins.float", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bernoulli_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bernoulli_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "p", "generator"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bernoulli_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["self", "p", "generator"], "arg_types": ["torch._C._TensorBase", "builtins.float", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bernoulli_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "bfloat16": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.bfloat16", "name": "bfloat16", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bfloat16 of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "bincount": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "weights", "minlength"], "flags": [], "fullname": "torch._C._TensorBase.bincount", "name": "bincount", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "weights", "minlength"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bincount of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "bitwise_and": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.bitwise_and", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bitwise_and", "name": "bitwise_and", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_and of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_and", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bitwise_and", "name": "bitwise_and", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_and of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_and", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_and of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_and of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "bitwise_and_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.bitwise_and_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bitwise_and_", "name": "bitwise_and_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_and_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_and_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bitwise_and_", "name": "bitwise_and_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_and_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_and_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_and_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_and_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "bitwise_left_shift": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.bitwise_left_shift", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bitwise_left_shift", "name": "bitwise_left_shift", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_left_shift of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_left_shift", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bitwise_left_shift", "name": "bitwise_left_shift", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_left_shift of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_left_shift", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_left_shift of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_left_shift of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "bitwise_left_shift_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.bitwise_left_shift_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bitwise_left_shift_", "name": "bitwise_left_shift_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_left_shift_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_left_shift_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bitwise_left_shift_", "name": "bitwise_left_shift_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_left_shift_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_left_shift_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_left_shift_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_left_shift_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "bitwise_not": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.bitwise_not", "name": "bitwise_not", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_not of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "bitwise_not_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.bitwise_not_", "name": "bitwise_not_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_not_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "bitwise_or": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.bitwise_or", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bitwise_or", "name": "bitwise_or", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_or of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_or", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bitwise_or", "name": "bitwise_or", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_or of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_or", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_or of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_or of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "bitwise_or_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.bitwise_or_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bitwise_or_", "name": "bitwise_or_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_or_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_or_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bitwise_or_", "name": "bitwise_or_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_or_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_or_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_or_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_or_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "bitwise_right_shift": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.bitwise_right_shift", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bitwise_right_shift", "name": "bitwise_right_shift", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_right_shift of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_right_shift", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bitwise_right_shift", "name": "bitwise_right_shift", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_right_shift of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_right_shift", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_right_shift of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_right_shift of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "bitwise_right_shift_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.bitwise_right_shift_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bitwise_right_shift_", "name": "bitwise_right_shift_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_right_shift_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_right_shift_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bitwise_right_shift_", "name": "bitwise_right_shift_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_right_shift_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_right_shift_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_right_shift_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_right_shift_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "bitwise_xor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.bitwise_xor", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bitwise_xor", "name": "bitwise_xor", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_xor of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_xor", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bitwise_xor", "name": "bitwise_xor", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_xor of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_xor", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_xor of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_xor of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "bitwise_xor_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.bitwise_xor_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bitwise_xor_", "name": "bitwise_xor_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_xor_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_xor_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.bitwise_xor_", "name": "bitwise_xor_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_xor_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bitwise_xor_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_xor_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitwise_xor_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "bmm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mat2"], "flags": [], "fullname": "torch._C._TensorBase.bmm", "name": "bmm", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mat2"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bmm of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "bool": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.bool", "name": "bool", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bool of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "broadcast_to": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.broadcast_to", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "size"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.broadcast_to", "name": "broadcast_to", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "size"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "broadcast_to of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "broadcast_to", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "size"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.broadcast_to", "name": "broadcast_to", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "size"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "broadcast_to of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "broadcast_to", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "size"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "broadcast_to of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "size"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "broadcast_to of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "byte": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.byte", "name": "byte", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "byte of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cauchy_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["self", "median", "sigma", "generator"], "flags": [], "fullname": "torch._C._TensorBase.cauchy_", "name": "cauchy_", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["self", "median", "sigma", "generator"], "arg_types": ["torch._C._TensorBase", "builtins.float", "builtins.float", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cauchy_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "ceil": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.ceil", "name": "ceil", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ceil of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "ceil_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.ceil_", "name": "ceil_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ceil_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "char": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.char", "name": "char", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "char of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cholesky": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "upper"], "flags": [], "fullname": "torch._C._TensorBase.cholesky", "name": "cholesky", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "upper"], "arg_types": ["torch._C._TensorBase", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cholesky of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cholesky_inverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "upper"], "flags": [], "fullname": "torch._C._TensorBase.cholesky_inverse", "name": "cholesky_inverse", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "upper"], "arg_types": ["torch._C._TensorBase", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cholesky_inverse of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cholesky_solve": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input2", "upper"], "flags": [], "fullname": "torch._C._TensorBase.cholesky_solve", "name": "cholesky_solve", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input2", "upper"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cholesky_solve of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "chunk": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "chunks", "dim"], "flags": [], "fullname": "torch._C._TensorBase.chunk", "name": "chunk", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "chunks", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "chunk of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "clamp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.clamp", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.clamp", "name": "clamp", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.clamp", "name": "clamp", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "clamp_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.clamp_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.clamp_", "name": "clamp_", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.clamp_", "name": "clamp_", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "clamp_max": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.clamp_max", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "max"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.clamp_max", "name": "clamp_max", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "max"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_max of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp_max", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "max"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.clamp_max", "name": "clamp_max", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "max"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_max of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp_max", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "max"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_max of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "max"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_max of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "clamp_max_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.clamp_max_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "max"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.clamp_max_", "name": "clamp_max_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "max"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_max_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp_max_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "max"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.clamp_max_", "name": "clamp_max_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "max"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_max_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp_max_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "max"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_max_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "max"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_max_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "clamp_min": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.clamp_min", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "min"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.clamp_min", "name": "clamp_min", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "min"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_min of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp_min", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "min"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.clamp_min", "name": "clamp_min", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "min"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_min of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp_min", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "min"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_min of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "min"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_min of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "clamp_min_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.clamp_min_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "min"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.clamp_min_", "name": "clamp_min_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "min"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_min_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp_min_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "min"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.clamp_min_", "name": "clamp_min_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "min"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_min_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clamp_min_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "min"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_min_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "min"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp_min_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "clip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.clip", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.clip", "name": "clip", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clip", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.clip", "name": "clip", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clip", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "clip_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.clip_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.clip_", "name": "clip_", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clip_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.clip_", "name": "clip_", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clip_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "min", "max"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "clone": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["self", "memory_format"], "flags": [], "fullname": "torch._C._TensorBase.clone", "name": "clone", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "memory_format"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clone of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "coalesce": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.coalesce", "name": "coalesce", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "coalesce of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "col_indices": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.col_indices", "name": "col_indices", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "col_indices of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "conj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.conj", "name": "conj", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conj of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "conj_physical": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.conj_physical", "name": "conj_physical", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conj_physical of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "conj_physical_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.conj_physical_", "name": "conj_physical_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "conj_physical_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "contiguous": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "memory_format"], "flags": [], "fullname": "torch._C._TensorBase.contiguous", "name": "contiguous", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "memory_format"], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "contiguous of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "copy_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "src", "non_blocking"], "flags": [], "fullname": "torch._C._TensorBase.copy_", "name": "copy_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "src", "non_blocking"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "copysign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.copysign", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.copysign", "name": "copysign", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copysign of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "copysign", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.copysign", "name": "copysign", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copysign of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "copysign", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copysign of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copysign of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "copysign_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.copysign_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.copysign_", "name": "copysign_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copysign_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "copysign_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.copysign_", "name": "copysign_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copysign_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "copysign_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copysign_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copysign_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "corrcoef": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.corrcoef", "name": "corrcoef", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "corrcoef of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cos": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.cos", "name": "cos", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cos of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cos_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.cos_", "name": "cos_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cos_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cosh": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.cosh", "name": "cosh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cosh of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cosh_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.cosh_", "name": "cosh_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cosh_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "count_nonzero": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.count_nonzero", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.count_nonzero", "name": "count_nonzero", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count_nonzero of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "count_nonzero", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.count_nonzero", "name": "count_nonzero", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count_nonzero of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "count_nonzero", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.count_nonzero", "name": "count_nonzero", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count_nonzero of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "count_nonzero", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count_nonzero of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count_nonzero of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count_nonzero of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "cov": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["self", "correction", "fweights", "aweights"], "flags": [], "fullname": "torch._C._TensorBase.cov", "name": "cov", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["self", "correction", "fweights", "aweights"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cov of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cpu": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.cpu", "name": "cpu", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cpu of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cross": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "dim"], "flags": [], "fullname": "torch._C._TensorBase.cross", "name": "cross", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "dim"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cross of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "crow_indices": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.crow_indices", "name": "crow_indices", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "crow_indices of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cuda": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "device", "non_blocking"], "flags": [], "fullname": "torch._C._TensorBase.cuda", "name": "cuda", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "device", "non_blocking"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._C.device", "builtins.int", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cuda of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cummax": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.cummax", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.cummax", "name": "cummax", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cummax of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cummax", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.cummax", "name": "cummax", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cummax of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cummax", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cummax of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cummax of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}]}}}, "cummin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.cummin", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.cummin", "name": "cummin", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cummin of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cummin", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.cummin", "name": "cummin", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cummin of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cummin", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cummin of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cummin of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}]}}}, "cumprod": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.cumprod", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.cumprod", "name": "cumprod", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumprod of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumprod", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.cumprod", "name": "cumprod", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumprod of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumprod", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumprod of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumprod of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "cumprod_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.cumprod_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.cumprod_", "name": "cumprod_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumprod_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumprod_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.cumprod_", "name": "cumprod_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumprod_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumprod_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumprod_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumprod_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "cumsum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.cumsum", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.cumsum", "name": "cumsum", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumsum of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumsum", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.cumsum", "name": "cumsum", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumsum of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumsum", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumsum of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumsum of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "cumsum_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.cumsum_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.cumsum_", "name": "cumsum_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumsum_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumsum_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.cumsum_", "name": "cumsum_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumsum_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumsum_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumsum_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cumsum_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.data", "name": "data", "type": "torch._tensor.Tensor"}}, "data_ptr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.data_ptr", "name": "data_ptr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "data_ptr of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "deg2rad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.deg2rad", "name": "deg2rad", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "deg2rad of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "deg2rad_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.deg2rad_", "name": "deg2rad_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "deg2rad_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "dense_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.dense_dim", "name": "dense_dim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dense_dim of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "dequantize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.dequantize", "name": "dequantize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dequantize of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "det": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.det", "name": "det", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "det of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "detach": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.detach", "name": "detach", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "detach of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "detach_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.detach_", "name": "detach_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "detach_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.device", "name": "device", "type": "torch._C.device"}}, "diag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "diagonal"], "flags": [], "fullname": "torch._C._TensorBase.diag", "name": "diag", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "diagonal"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "diag of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "diag_embed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "offset", "dim1", "dim2"], "flags": [], "fullname": "torch._C._TensorBase.diag_embed", "name": "diag_embed", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "offset", "dim1", "dim2"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "diag_embed of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "diagflat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "offset"], "flags": [], "fullname": "torch._C._TensorBase.diagflat", "name": "diagflat", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "offset"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "diagflat of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "diagonal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.diagonal", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 3, 3, 5], "arg_names": ["self", "outdim", "dim1", "dim2", "offset"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.diagonal", "name": "diagonal", "type": {".class": "CallableType", "arg_kinds": [0, 3, 3, 3, 5], "arg_names": ["self", "outdim", "dim1", "dim2", "offset"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "diagonal of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "diagonal", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "offset", "dim1", "dim2"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.diagonal", "name": "diagonal", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "offset", "dim1", "dim2"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "diagonal of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "diagonal", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 3, 3, 3, 5], "arg_names": ["self", "outdim", "dim1", "dim2", "offset"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "diagonal of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "offset", "dim1", "dim2"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "diagonal of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "diff": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "n", "dim", "prepend", "append"], "flags": [], "fullname": "torch._C._TensorBase.diff", "name": "diff", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "n", "dim", "prepend", "append"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "diff of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "digamma": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.digamma", "name": "digamma", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "digamma of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "digamma_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.digamma_", "name": "digamma_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "digamma_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.dim", "name": "dim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dim of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "dist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "p"], "flags": [], "fullname": "torch._C._TensorBase.dist", "name": "dist", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "p"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dist of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "div": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "rounding_mode"], "flags": [], "fullname": "torch._C._TensorBase.div", "name": "div", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "rounding_mode"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "div of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "div_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "rounding_mode"], "flags": [], "fullname": "torch._C._TensorBase.div_", "name": "div_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "rounding_mode"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "div_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "divide": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.divide", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.divide", "name": "divide", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "divide", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3], "arg_names": ["self", "other", "rounding_mode"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.divide", "name": "divide", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["self", "other", "rounding_mode"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "divide", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3], "arg_names": ["self", "other", "rounding_mode"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.divide", "name": "divide", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["self", "other", "rounding_mode"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "divide", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.divide", "name": "divide", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "divide", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["self", "other", "rounding_mode"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["self", "other", "rounding_mode"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "divide_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.divide_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.divide_", "name": "divide_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "divide_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3], "arg_names": ["self", "other", "rounding_mode"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.divide_", "name": "divide_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["self", "other", "rounding_mode"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "divide_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3], "arg_names": ["self", "other", "rounding_mode"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.divide_", "name": "divide_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["self", "other", "rounding_mode"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "divide_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.divide_", "name": "divide_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "divide_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["self", "other", "rounding_mode"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["self", "other", "rounding_mode"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "divide_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "dot": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tensor"], "flags": [], "fullname": "torch._C._TensorBase.dot", "name": "dot", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "tensor"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dot of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "double": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.double", "name": "double", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "double of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "dsplit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.dsplit", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "sections"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.dsplit", "name": "dsplit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sections"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dsplit of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "dsplit", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "indices"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.dsplit", "name": "dsplit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "indices"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dsplit of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "dsplit", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "indices"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.dsplit", "name": "dsplit", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "indices"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dsplit of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "dsplit", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sections"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dsplit of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "indices"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dsplit of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "indices"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dsplit of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}]}}}, "dtype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.dtype", "name": "dtype", "type": "torch._C.dtype"}}, "eig": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "eigenvectors"], "flags": [], "fullname": "torch._C._TensorBase.eig", "name": "eig", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "eigenvectors"], "arg_types": ["torch._C._TensorBase", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eig of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_eigenvalues_eigenvectors"}, "type_guard": null, "variables": []}}}, "element_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.element_size", "name": "element_size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "element_size of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "eq": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.eq", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.eq", "name": "eq", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eq of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "eq", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.eq", "name": "eq", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eq of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "eq", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eq of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eq of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "eq_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.eq_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.eq_", "name": "eq_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eq_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "eq_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.eq_", "name": "eq_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eq_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "eq_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eq_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eq_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "equal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.equal", "name": "equal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "equal of _TensorBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "erf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.erf", "name": "erf", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "erf of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "erf_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.erf_", "name": "erf_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "erf_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "erfc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.erfc", "name": "erfc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "erfc of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "erfc_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.erfc_", "name": "erfc_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "erfc_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "erfinv": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.erfinv", "name": "erfinv", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "erfinv of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "erfinv_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.erfinv_", "name": "erfinv_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "erfinv_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "exp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.exp", "name": "exp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exp of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "exp2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.exp2", "name": "exp2", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exp2 of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "exp2_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.exp2_", "name": "exp2_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exp2_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "exp_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.exp_", "name": "exp_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exp_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.expand", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "size", "implicit"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.expand", "name": "expand", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "size", "implicit"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expand of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "expand", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 5], "arg_names": ["self", "size", "implicit"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.expand", "name": "expand", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "size", "implicit"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expand of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "expand", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "size", "implicit"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expand of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "size", "implicit"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expand of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "expand_as": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.expand_as", "name": "expand_as", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expand_as of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "expm1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.expm1", "name": "expm1", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expm1 of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "expm1_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.expm1_", "name": "expm1_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expm1_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "exponential_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["self", "lambd", "generator"], "flags": [], "fullname": "torch._C._TensorBase.exponential_", "name": "exponential_", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["self", "lambd", "generator"], "arg_types": ["torch._C._TensorBase", "builtins.float", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exponential_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fill_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.fill_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.fill_", "name": "fill_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fill_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fill_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.fill_", "name": "fill_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fill_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fill_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fill_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fill_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "fill_diagonal_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "fill_value", "wrap"], "flags": [], "fullname": "torch._C._TensorBase.fill_diagonal_", "name": "fill_diagonal_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "fill_value", "wrap"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fill_diagonal_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.fix", "name": "fix", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fix of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fix_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.fix_", "name": "fix_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fix_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "flatten": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.flatten", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "start_dim", "end_dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.flatten", "name": "flatten", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "start_dim", "end_dim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flatten of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "flatten", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "start_dim", "end_dim", "out_dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.flatten", "name": "flatten", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "start_dim", "end_dim", "out_dim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flatten of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "flatten", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "start_dim", "end_dim", "out_dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.flatten", "name": "flatten", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "start_dim", "end_dim", "out_dim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flatten of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "flatten", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dims", "out_dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.flatten", "name": "flatten", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dims", "out_dim"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flatten of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "flatten", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "start_dim", "end_dim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flatten of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "start_dim", "end_dim", "out_dim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flatten of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "start_dim", "end_dim", "out_dim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flatten of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dims", "out_dim"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flatten of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "flip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.flip", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dims"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.flip", "name": "flip", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dims"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flip of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "flip", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "dims"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.flip", "name": "flip", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "dims"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flip of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "flip", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dims"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flip of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "dims"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flip of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "fliplr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.fliplr", "name": "fliplr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fliplr of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "flipud": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.flipud", "name": "flipud", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flipud of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.float", "name": "float", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "float of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "float_power": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.float_power", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.float_power", "name": "float_power", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "float_power of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "float_power", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.float_power", "name": "float_power", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "float_power of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "float_power", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "float_power of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "float_power of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "float_power_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.float_power_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.float_power_", "name": "float_power_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "float_power_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "float_power_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.float_power_", "name": "float_power_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "float_power_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "float_power_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "float_power_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "float_power_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "floor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.floor", "name": "floor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "floor of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "floor_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.floor_", "name": "floor_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "floor_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "floor_divide": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "out"], "flags": [], "fullname": "torch._C._TensorBase.floor_divide", "name": "floor_divide", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "out"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "floor_divide of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "floor_divide_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.floor_divide_", "name": "floor_divide_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "floor_divide_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fmax": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.fmax", "name": "fmax", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fmax of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fmin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.fmin", "name": "fmin", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fmin of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fmod": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.fmod", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.fmod", "name": "fmod", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fmod of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fmod", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.fmod", "name": "fmod", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fmod of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fmod", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fmod of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fmod of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "fmod_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.fmod_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.fmod_", "name": "fmod_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fmod_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fmod_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.fmod_", "name": "fmod_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fmod_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "fmod_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fmod_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fmod_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "frac": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.frac", "name": "frac", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "frac of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "frac_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.frac_", "name": "frac_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "frac_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "frexp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.frexp", "name": "frexp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "frexp of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_mantissa_exponent"}, "type_guard": null, "variables": []}}}, "gather": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.gather", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "dim", "index", "sparse_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.gather", "name": "gather", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "dim", "index", "sparse_grad"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gather of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "gather", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "dim", "index", "sparse_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.gather", "name": "gather", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "dim", "index", "sparse_grad"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gather of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "gather", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "dim", "index", "sparse_grad"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gather of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "dim", "index", "sparse_grad"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gather of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "gcd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.gcd", "name": "gcd", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gcd of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "gcd_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.gcd_", "name": "gcd_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gcd_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "ge": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.ge", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.ge", "name": "ge", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ge of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ge", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.ge", "name": "ge", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ge of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ge", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ge of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ge of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "ge_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.ge_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.ge_", "name": "ge_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ge_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ge_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.ge_", "name": "ge_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ge_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ge_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ge_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ge_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "geometric_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "p", "generator"], "flags": [], "fullname": "torch._C._TensorBase.geometric_", "name": "geometric_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "p", "generator"], "arg_types": ["torch._C._TensorBase", "builtins.float", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "geometric_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "geqrf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.geqrf", "name": "geqrf", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "geqrf of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_a_tau"}, "type_guard": null, "variables": []}}}, "ger": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "vec2"], "flags": [], "fullname": "torch._C._TensorBase.ger", "name": "ger", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "vec2"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ger of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "get_device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.get_device", "name": "get_device", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_device of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "grad_fn": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.grad_fn", "name": "grad_fn", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "greater": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.greater", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.greater", "name": "greater", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "greater", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.greater", "name": "greater", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "greater", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "greater_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.greater_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.greater_", "name": "greater_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "greater_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.greater_", "name": "greater_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "greater_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "greater_equal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.greater_equal", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.greater_equal", "name": "greater_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater_equal of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "greater_equal", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.greater_equal", "name": "greater_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater_equal of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "greater_equal", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater_equal of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater_equal of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "greater_equal_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.greater_equal_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.greater_equal_", "name": "greater_equal_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater_equal_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "greater_equal_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.greater_equal_", "name": "greater_equal_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater_equal_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "greater_equal_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater_equal_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "greater_equal_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "gt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.gt", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.gt", "name": "gt", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gt of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "gt", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.gt", "name": "gt", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gt of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "gt", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gt of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gt of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "gt_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.gt_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.gt_", "name": "gt_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gt_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "gt_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.gt_", "name": "gt_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gt_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "gt_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gt_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gt_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "half": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.half", "name": "half", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "half of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "hardshrink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "lambd"], "flags": [], "fullname": "torch._C._TensorBase.hardshrink", "name": "hardshrink", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "lambd"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hardshrink of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "has_names": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.has_names", "name": "has_names", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "has_names of _TensorBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "heaviside": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "values"], "flags": [], "fullname": "torch._C._TensorBase.heaviside", "name": "heaviside", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "values"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "heaviside of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "heaviside_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "values"], "flags": [], "fullname": "torch._C._TensorBase.heaviside_", "name": "heaviside_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "values"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "heaviside_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "histc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "bins", "min", "max"], "flags": [], "fullname": "torch._C._TensorBase.histc", "name": "histc", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "bins", "min", "max"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "histc of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "histogram": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.histogram", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["self", "bins", "weight", "density"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.histogram", "name": "histogram", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["self", "bins", "weight", "density"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "histogram of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_hist_bin_edges"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "histogram", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 5, 5, 5], "arg_names": ["self", "bins", "range", "weight", "density"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.histogram", "name": "histogram", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5, 5, 5], "arg_names": ["self", "bins", "range", "weight", "density"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.float"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "histogram of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_hist_bin_edges"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "histogram", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["self", "bins", "weight", "density"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "histogram of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_hist_bin_edges"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 5, 5, 5], "arg_names": ["self", "bins", "range", "weight", "density"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.float"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "histogram of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_hist_bin_edges"}, "type_guard": null, "variables": []}]}}}, "hsplit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.hsplit", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "sections"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.hsplit", "name": "hsplit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sections"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hsplit of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "hsplit", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "indices"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.hsplit", "name": "hsplit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "indices"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hsplit of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "hsplit", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "indices"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.hsplit", "name": "hsplit", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "indices"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hsplit of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "hsplit", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sections"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hsplit of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "indices"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hsplit of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "indices"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hsplit of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}]}}}, "hypot": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.hypot", "name": "hypot", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hypot of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "hypot_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.hypot_", "name": "hypot_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hypot_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "i0": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.i0", "name": "i0", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "i0 of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "i0_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.i0_", "name": "i0_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "i0_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "igamma": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.igamma", "name": "igamma", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "igamma of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "igamma_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.igamma_", "name": "igamma_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "igamma_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "igammac": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.igammac", "name": "igammac", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "igammac of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "igammac_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.igammac_", "name": "igammac_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "igammac_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.imag", "name": "imag", "type": "torch._tensor.Tensor"}}, "index_add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.index_add", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "source"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.index_add", "name": "index_add", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "source"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_add of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_add", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "dim", "index", "source", "alpha"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.index_add", "name": "index_add", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "dim", "index", "source", "alpha"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_add of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_add", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["self", "dim", "index", "source", "alpha"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.index_add", "name": "index_add", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["self", "dim", "index", "source", "alpha"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_add of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_add", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "source"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_add of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "dim", "index", "source", "alpha"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_add of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5], "arg_names": ["self", "dim", "index", "source", "alpha"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_add of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "index_add_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.index_add_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "source"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.index_add_", "name": "index_add_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "source"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_add_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_add_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "dim", "index", "source", "alpha"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.index_add_", "name": "index_add_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "dim", "index", "source", "alpha"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_add_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_add_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "source"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_add_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "dim", "index", "source", "alpha"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_add_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "index_copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.index_copy", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "source"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.index_copy", "name": "index_copy", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "source"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_copy of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_copy", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "source"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.index_copy", "name": "index_copy", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "source"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_copy of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_copy", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "source"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_copy of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "source"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_copy of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "index_copy_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.index_copy_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "source"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.index_copy_", "name": "index_copy_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "source"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_copy_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_copy_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "source"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.index_copy_", "name": "index_copy_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "source"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_copy_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_copy_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "source"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_copy_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "source"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_copy_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "index_fill": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.index_fill", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.index_fill", "name": "index_fill", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_fill", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.index_fill", "name": "index_fill", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_fill", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.index_fill", "name": "index_fill", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_fill", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.index_fill", "name": "index_fill", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_fill", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "index_fill_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.index_fill_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.index_fill_", "name": "index_fill_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_fill_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.index_fill_", "name": "index_fill_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_fill_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.index_fill_", "name": "index_fill_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_fill_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.index_fill_", "name": "index_fill_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_fill_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_fill_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "index_put": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "indices", "values", "accumulate"], "flags": [], "fullname": "torch._C._TensorBase.index_put", "name": "index_put", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "indices", "values", "accumulate"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_put of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "index_put_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "indices", "values", "accumulate"], "flags": [], "fullname": "torch._C._TensorBase.index_put_", "name": "index_put_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "indices", "values", "accumulate"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_put_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "index_select": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.index_select", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim", "index"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.index_select", "name": "index_select", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim", "index"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_select of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_select", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim", "index"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.index_select", "name": "index_select", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim", "index"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_select of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "index_select", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim", "index"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_select of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim", "index"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index_select of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "indices": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.indices", "name": "indices", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "indices of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "inner": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.inner", "name": "inner", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "inner of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "int": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.int", "name": "int", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "int of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "int_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.int_repr", "name": "int_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "int_repr of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "inverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.inverse", "name": "inverse", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "inverse of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "is_coalesced": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.is_coalesced", "name": "is_coalesced", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_coalesced of _TensorBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_complex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.is_complex", "name": "is_complex", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_complex of _TensorBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_conj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.is_conj", "name": "is_conj", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_conj of _TensorBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_contiguous": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "memory_format"], "flags": [], "fullname": "torch._C._TensorBase.is_contiguous", "name": "is_contiguous", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "memory_format"], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_contiguous of _TensorBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_cuda": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.is_cuda", "name": "is_cuda", "type": "builtins.bool"}}, "is_distributed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.is_distributed", "name": "is_distributed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_distributed of _TensorBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_floating_point": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.is_floating_point", "name": "is_floating_point", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_floating_point of _TensorBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_inference": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.is_inference", "name": "is_inference", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_inference of _TensorBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_leaf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.is_leaf", "name": "is_leaf", "type": "builtins.bool"}}, "is_meta": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.is_meta", "name": "is_meta", "type": "builtins.bool"}}, "is_mkldnn": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.is_mkldnn", "name": "is_mkldnn", "type": "builtins.bool"}}, "is_neg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.is_neg", "name": "is_neg", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_neg of _TensorBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_nonzero": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.is_nonzero", "name": "is_nonzero", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_nonzero of _TensorBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_ort": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.is_ort", "name": "is_ort", "type": "builtins.bool"}}, "is_pinned": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "device"], "flags": [], "fullname": "torch._C._TensorBase.is_pinned", "name": "is_pinned", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "device"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_pinned of _TensorBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_quantized": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.is_quantized", "name": "is_quantized", "type": "builtins.bool"}}, "is_same_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.is_same_size", "name": "is_same_size", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_same_size of _TensorBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_set_to": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tensor"], "flags": [], "fullname": "torch._C._TensorBase.is_set_to", "name": "is_set_to", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "tensor"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_set_to of _TensorBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_signed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.is_signed", "name": "is_signed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_signed of _TensorBase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_sparse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.is_sparse", "name": "is_sparse", "type": "builtins.bool"}}, "is_sparse_csr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.is_sparse_csr", "name": "is_sparse_csr", "type": "builtins.bool"}}, "is_vulkan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.is_vulkan", "name": "is_vulkan", "type": "builtins.bool"}}, "isclose": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "other", "rtol", "atol", "equal_nan"], "flags": [], "fullname": "torch._C._TensorBase.isclose", "name": "isclose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "other", "rtol", "atol", "equal_nan"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isclose of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "isfinite": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.isfinite", "name": "isfinite", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isfinite of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "isinf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.isinf", "name": "isinf", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isinf of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "isnan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.isnan", "name": "isnan", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isnan of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "isneginf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.isneginf", "name": "isneginf", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isneginf of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "isposinf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.isposinf", "name": "isposinf", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isposinf of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "isreal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.isreal", "name": "isreal", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isreal of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "item": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.item", "name": "item", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "item of _TensorBase", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "type_guard": null, "variables": []}}}, "kron": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.kron", "name": "kron", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kron of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "kthvalue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.kthvalue", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "k", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.kthvalue", "name": "kthvalue", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "k", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kthvalue of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "kthvalue", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "k", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.kthvalue", "name": "kthvalue", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "k", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kthvalue of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "kthvalue", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "k", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kthvalue of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "k", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kthvalue of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}]}}}, "layout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.layout", "name": "layout", "type": "torch._C.layout"}}, "lcm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.lcm", "name": "lcm", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lcm of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "lcm_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.lcm_", "name": "lcm_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lcm_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "ldexp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.ldexp", "name": "ldexp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ldexp of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "ldexp_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.ldexp_", "name": "ldexp_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ldexp_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "le": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.le", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.le", "name": "le", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "le of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "le", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.le", "name": "le", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "le of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "le", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "le of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "le of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "le_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.le_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.le_", "name": "le_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "le_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "le_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.le_", "name": "le_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "le_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "le_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "le_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "le_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "lerp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.lerp", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "end", "weight"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.lerp", "name": "lerp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "end", "weight"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lerp of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "lerp", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "end", "weight"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.lerp", "name": "lerp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "end", "weight"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lerp of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "lerp", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "end", "weight"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lerp of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "end", "weight"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lerp of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "lerp_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.lerp_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "end", "weight"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.lerp_", "name": "lerp_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "end", "weight"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lerp_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "lerp_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "end", "weight"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.lerp_", "name": "lerp_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "end", "weight"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lerp_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "lerp_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "end", "weight"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lerp_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "end", "weight"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lerp_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "less": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.less", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.less", "name": "less", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "less", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.less", "name": "less", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "less", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "less_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.less_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.less_", "name": "less_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "less_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.less_", "name": "less_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "less_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "less_equal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.less_equal", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.less_equal", "name": "less_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less_equal of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "less_equal", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.less_equal", "name": "less_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less_equal of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "less_equal", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less_equal of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less_equal of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "less_equal_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.less_equal_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.less_equal_", "name": "less_equal_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less_equal_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "less_equal_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.less_equal_", "name": "less_equal_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less_equal_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "less_equal_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less_equal_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "less_equal_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "lgamma": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.lgamma", "name": "lgamma", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lgamma of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "lgamma_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.lgamma_", "name": "lgamma_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lgamma_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.log", "name": "log", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log10": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.log10", "name": "log10", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log10 of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log10_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.log10_", "name": "log10_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log10_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log1p": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.log1p", "name": "log1p", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log1p of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log1p_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.log1p_", "name": "log1p_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log1p_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.log2", "name": "log2", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log2 of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log2_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.log2_", "name": "log2_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log2_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.log_", "name": "log_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log_normal_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["self", "mean", "std", "generator"], "flags": [], "fullname": "torch._C._TensorBase.log_normal_", "name": "log_normal_", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["self", "mean", "std", "generator"], "arg_types": ["torch._C._TensorBase", "builtins.float", "builtins.float", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log_normal_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log_softmax": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.log_softmax", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.log_softmax", "name": "log_softmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log_softmax of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "log_softmax", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.log_softmax", "name": "log_softmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log_softmax of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "log_softmax", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log_softmax of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log_softmax of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "logaddexp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.logaddexp", "name": "logaddexp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logaddexp of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logaddexp2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.logaddexp2", "name": "logaddexp2", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logaddexp2 of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logcumsumexp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.logcumsumexp", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.logcumsumexp", "name": "logcumsumexp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logcumsumexp of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "logcumsumexp", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.logcumsumexp", "name": "logcumsumexp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logcumsumexp of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "logcumsumexp", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logcumsumexp of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logcumsumexp of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "logdet": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.logdet", "name": "logdet", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logdet of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logical_and": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.logical_and", "name": "logical_and", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logical_and of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logical_and_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.logical_and_", "name": "logical_and_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logical_and_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logical_not": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.logical_not", "name": "logical_not", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logical_not of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logical_not_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.logical_not_", "name": "logical_not_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logical_not_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logical_or": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.logical_or", "name": "logical_or", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logical_or of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logical_or_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.logical_or_", "name": "logical_or_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logical_or_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logical_xor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.logical_xor", "name": "logical_xor", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logical_xor of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logical_xor_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.logical_xor_", "name": "logical_xor_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logical_xor_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "eps"], "flags": [], "fullname": "torch._C._TensorBase.logit", "name": "logit", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "eps"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logit of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logit_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "eps"], "flags": [], "fullname": "torch._C._TensorBase.logit_", "name": "logit_", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "eps"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logit_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logsumexp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.logsumexp", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.logsumexp", "name": "logsumexp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logsumexp of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "logsumexp", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.logsumexp", "name": "logsumexp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logsumexp of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "logsumexp", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logsumexp of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "logsumexp of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "long": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.long", "name": "long", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "long of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "lstsq": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "A"], "flags": [], "fullname": "torch._C._TensorBase.lstsq", "name": "lstsq", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "A"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lstsq of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_solution_QR"}, "type_guard": null, "variables": []}}}, "lt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.lt", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.lt", "name": "lt", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lt of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "lt", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.lt", "name": "lt", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lt of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "lt", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lt of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lt of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "lt_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.lt_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.lt_", "name": "lt_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lt_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "lt_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.lt_", "name": "lt_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lt_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "lt_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lt_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lt_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "lu_solve": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "LU_data", "LU_pivots"], "flags": [], "fullname": "torch._C._TensorBase.lu_solve", "name": "lu_solve", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "LU_data", "LU_pivots"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lu_solve of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "map2_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "x", "y", "callable"], "flags": [], "fullname": "torch._C._TensorBase.map2_", "name": "map2_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "x", "y", "callable"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "map2_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "map_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tensor", "callable"], "flags": [], "fullname": "torch._C._TensorBase.map_", "name": "map_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tensor", "callable"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "map_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "masked_fill": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.masked_fill", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mask", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.masked_fill", "name": "masked_fill", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mask", "value"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "masked_fill of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "masked_fill", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mask", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.masked_fill", "name": "masked_fill", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mask", "value"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "masked_fill of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "masked_fill", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mask", "value"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "masked_fill of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mask", "value"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "masked_fill of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "masked_fill_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.masked_fill_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mask", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.masked_fill_", "name": "masked_fill_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mask", "value"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "masked_fill_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "masked_fill_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mask", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.masked_fill_", "name": "masked_fill_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mask", "value"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "masked_fill_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "masked_fill_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mask", "value"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "masked_fill_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mask", "value"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "masked_fill_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "masked_scatter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mask", "source"], "flags": [], "fullname": "torch._C._TensorBase.masked_scatter", "name": "masked_scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mask", "source"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "masked_scatter of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "masked_scatter_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mask", "source"], "flags": [], "fullname": "torch._C._TensorBase.masked_scatter_", "name": "masked_scatter_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mask", "source"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "masked_scatter_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "masked_select": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mask"], "flags": [], "fullname": "torch._C._TensorBase.masked_select", "name": "masked_select", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mask"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "masked_select of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "matmul": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.matmul", "name": "matmul", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "matmul of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "matrix_exp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.matrix_exp", "name": "matrix_exp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "matrix_exp of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "matrix_power": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "torch._C._TensorBase.matrix_power", "name": "matrix_power", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "matrix_power of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "max": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.max", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.max", "name": "max", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "max", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.max", "name": "max", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "max", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.max", "name": "max", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "max", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.max", "name": "max", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "max", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}]}}}, "maximum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.maximum", "name": "maximum", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "maximum of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.mean", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["self", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.mean", "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mean of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "mean", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.mean", "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mean of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "mean", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.mean", "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mean of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "mean", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mean of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mean of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mean of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "median": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.median", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.median", "name": "median", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "median of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "median", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.median", "name": "median", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "median of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "median", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.median", "name": "median", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "median of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "median", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "median of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "median of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "median of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}]}}}, "min": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.min", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.min", "name": "min", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "min", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.min", "name": "min", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "min", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.min", "name": "min", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "min", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.min", "name": "min", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "min", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "min of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}]}}}, "minimum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.minimum", "name": "minimum", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "minimum of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mat2"], "flags": [], "fullname": "torch._C._TensorBase.mm", "name": "mm", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mat2"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mm of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.mode", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.mode", "name": "mode", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mode of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "mode", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.mode", "name": "mode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mode of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "mode", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mode of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mode of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}]}}}, "moveaxis": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.moveaxis", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "source", "destination"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.moveaxis", "name": "moveaxis", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "source", "destination"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "moveaxis of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "moveaxis", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "source", "destination"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.moveaxis", "name": "moveaxis", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "source", "destination"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "moveaxis of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "moveaxis", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "source", "destination"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "moveaxis of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "source", "destination"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "moveaxis of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "movedim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.movedim", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "source", "destination"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.movedim", "name": "movedim", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "source", "destination"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "movedim of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "movedim", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "source", "destination"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.movedim", "name": "movedim", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "source", "destination"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "movedim of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "movedim", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "source", "destination"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "movedim of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "source", "destination"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "movedim of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "msort": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.msort", "name": "msort", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "msort of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mul": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "out"], "flags": [], "fullname": "torch._C._TensorBase.mul", "name": "mul", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "out"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mul of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mul_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.mul_", "name": "mul_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mul_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "multinomial": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "num_samples", "replacement", "generator"], "flags": [], "fullname": "torch._C._TensorBase.multinomial", "name": "multinomial", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "num_samples", "replacement", "generator"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "multinomial of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "multiply": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.multiply", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.multiply", "name": "multiply", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "multiply of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "multiply", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.multiply", "name": "multiply", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "multiply of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "multiply", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "multiply of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "multiply of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "multiply_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.multiply_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.multiply_", "name": "multiply_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "multiply_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "multiply_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.multiply_", "name": "multiply_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "multiply_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "multiply_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "multiply_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "multiply_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "mv": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "vec"], "flags": [], "fullname": "torch._C._TensorBase.mv", "name": "mv", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "vec"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mv of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mvlgamma": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "p"], "flags": [], "fullname": "torch._C._TensorBase.mvlgamma", "name": "mvlgamma", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "p"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mvlgamma of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mvlgamma_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "p"], "flags": [], "fullname": "torch._C._TensorBase.mvlgamma_", "name": "mvlgamma_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "p"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mvlgamma_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "names": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.names", "name": "names", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "nan_to_num": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "nan", "posinf", "neginf"], "flags": [], "fullname": "torch._C._TensorBase.nan_to_num", "name": "nan_to_num", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "nan", "posinf", "neginf"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nan_to_num of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "nan_to_num_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "nan", "posinf", "neginf"], "flags": [], "fullname": "torch._C._TensorBase.nan_to_num_", "name": "nan_to_num_", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "nan", "posinf", "neginf"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nan_to_num_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "nanmean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "flags": [], "fullname": "torch._C._TensorBase.nanmean", "name": "nanmean", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanmean of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "nanmedian": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.nanmedian", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.nanmedian", "name": "nanmedian", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanmedian of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nanmedian", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.nanmedian", "name": "nanmedian", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanmedian of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nanmedian", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.nanmedian", "name": "nanmedian", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanmedian of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nanmedian", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanmedian of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanmedian of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanmedian of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}]}}}, "nanquantile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.nanquantile", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "q", "dim", "keepdim", "interpolation"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.nanquantile", "name": "nanquantile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "q", "dim", "keepdim", "interpolation"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanquantile of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nanquantile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "q", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.nanquantile", "name": "nanquantile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "q", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanquantile of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nanquantile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "q", "dim", "keepdim", "interpolation"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.nanquantile", "name": "nanquantile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "q", "dim", "keepdim", "interpolation"], "arg_types": ["torch._C._TensorBase", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanquantile of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nanquantile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "q", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.nanquantile", "name": "nanquantile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "q", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanquantile of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nanquantile", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "q", "dim", "keepdim", "interpolation"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanquantile of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "q", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanquantile of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "q", "dim", "keepdim", "interpolation"], "arg_types": ["torch._C._TensorBase", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanquantile of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "q", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nanquantile of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "nansum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.nansum", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["self", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.nansum", "name": "nansum", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nansum of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nansum", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.nansum", "name": "nansum", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nansum of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nansum", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nansum of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nansum of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "narrow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.narrow", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "start", "length"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.narrow", "name": "narrow", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "start", "length"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "narrow of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "narrow", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "start", "length"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.narrow", "name": "narrow", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "start", "length"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "narrow of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "narrow", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "start", "length"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "narrow of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "start", "length"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "narrow of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "narrow_copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "start", "length"], "flags": [], "fullname": "torch._C._TensorBase.narrow_copy", "name": "narrow_copy", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "start", "length"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "narrow_copy of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "ndim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.ndim", "name": "ndim", "type": "builtins.int"}}, "ndimension": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.ndimension", "name": "ndimension", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ndimension of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "ne": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.ne", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.ne", "name": "ne", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ne of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ne", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.ne", "name": "ne", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ne of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ne", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ne of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ne of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "ne_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.ne_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.ne_", "name": "ne_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ne_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ne_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.ne_", "name": "ne_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ne_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ne_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ne_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ne_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "neg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.neg", "name": "neg", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "neg of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "neg_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.neg_", "name": "neg_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "neg_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "negative": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.negative", "name": "negative", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "negative of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "negative_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.negative_", "name": "negative_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "negative_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "nelement": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.nelement", "name": "nelement", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nelement of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "new": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.new", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "device"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.new", "name": "new", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "device"], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "new", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "storage"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.new", "name": "new", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "storage"], "arg_types": ["torch._C._TensorBase", "torch.types.Storage"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "new", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.new", "name": "new", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "new", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "size", "device"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.new", "name": "new", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "size", "device"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "new", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "device"], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "storage"], "arg_types": ["torch._C._TensorBase", "torch.types.Storage"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "size", "device"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "new_empty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.new_empty", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.new_empty", "name": "new_empty", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_empty of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "new_empty", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.new_empty", "name": "new_empty", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_empty of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "new_empty", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_empty of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_empty of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "new_empty_strided": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "stride", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": [], "fullname": "torch._C._TensorBase.new_empty_strided", "name": "new_empty_strided", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "stride", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_empty_strided of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "new_full": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "fill_value", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": [], "fullname": "torch._C._TensorBase.new_full", "name": "new_full", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "fill_value", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_full of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "new_ones": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.new_ones", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "size", "dtype", "device", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.new_ones", "name": "new_ones", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "size", "dtype", "device", "requires_grad"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_ones of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "new_ones", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.new_ones", "name": "new_ones", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_ones of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "new_ones", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.new_ones", "name": "new_ones", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_ones of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "new_ones", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "size", "dtype", "device", "requires_grad"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_ones of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_ones of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_ones of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "new_tensor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "data", "dtype", "device", "requires_grad"], "flags": [], "fullname": "torch._C._TensorBase.new_tensor", "name": "new_tensor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "data", "dtype", "device", "requires_grad"], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_tensor of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "new_zeros": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.new_zeros", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.new_zeros", "name": "new_zeros", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_zeros of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "new_zeros", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.new_zeros", "name": "new_zeros", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_zeros of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "new_zeros", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_zeros of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2, 5, 5, 5, 5, 5], "arg_names": ["self", "size", "dtype", "layout", "device", "pin_memory", "requires_grad"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.layout", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_zeros of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "nextafter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.nextafter", "name": "nextafter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nextafter of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "nextafter_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.nextafter_", "name": "nextafter_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nextafter_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "nonzero": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.nonzero", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["self", "as_tuple"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.nonzero", "name": "nonzero", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "as_tuple"], "arg_types": ["torch._C._TensorBase", {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nonzero of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nonzero", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3], "arg_names": ["self", "as_tuple"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.nonzero", "name": "nonzero", "type": {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["self", "as_tuple"], "arg_types": ["torch._C._TensorBase", {".class": "LiteralType", "fallback": "builtins.bool", "value": true}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nonzero of _TensorBase", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "nonzero", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "as_tuple"], "arg_types": ["torch._C._TensorBase", {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nonzero of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["self", "as_tuple"], "arg_types": ["torch._C._TensorBase", {".class": "LiteralType", "fallback": "builtins.bool", "value": true}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nonzero of _TensorBase", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}]}}}, "normal_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["self", "mean", "std", "generator"], "flags": [], "fullname": "torch._C._TensorBase.normal_", "name": "normal_", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["self", "mean", "std", "generator"], "arg_types": ["torch._C._TensorBase", "builtins.float", "builtins.float", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normal_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "not_equal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.not_equal", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.not_equal", "name": "not_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "not_equal of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "not_equal", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.not_equal", "name": "not_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "not_equal of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "not_equal", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "not_equal of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "not_equal of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "not_equal_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.not_equal_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.not_equal_", "name": "not_equal_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "not_equal_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "not_equal_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.not_equal_", "name": "not_equal_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "not_equal_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "not_equal_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "not_equal_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "not_equal_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "numel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.numel", "name": "numel", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "numel of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "numpy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.numpy", "name": "numpy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "numpy of _TensorBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "orgqr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input2"], "flags": [], "fullname": "torch._C._TensorBase.orgqr", "name": "orgqr", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input2"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "orgqr of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "ormqr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "input2", "input3", "left", "transpose"], "flags": [], "fullname": "torch._C._TensorBase.ormqr", "name": "ormqr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "input2", "input3", "left", "transpose"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ormqr of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "outer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "vec2"], "flags": [], "fullname": "torch._C._TensorBase.outer", "name": "outer", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "vec2"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "outer of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "output_nr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.output_nr", "name": "output_nr", "type": "builtins.int"}}, "permute": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.permute", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dims"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.permute", "name": "permute", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dims"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "permute of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "permute", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "dims"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.permute", "name": "permute", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "dims"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "permute of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "permute", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dims"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "permute of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "dims"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "permute of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "pin_memory": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "device"], "flags": [], "fullname": "torch._C._TensorBase.pin_memory", "name": "pin_memory", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "device"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pin_memory of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "pinverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "rcond"], "flags": [], "fullname": "torch._C._TensorBase.pinverse", "name": "pinverse", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "rcond"], "arg_types": ["torch._C._TensorBase", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pinverse of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "polygamma": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "torch._C._TensorBase.polygamma", "name": "polygamma", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "polygamma of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "polygamma_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "torch._C._TensorBase.polygamma_", "name": "polygamma_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "polygamma_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "positive": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.positive", "name": "positive", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "positive of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "pow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.pow", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.pow", "name": "pow", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "pow", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.pow", "name": "pow", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "pow", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "pow_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.pow_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.pow_", "name": "pow_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "pow_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.pow_", "name": "pow_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "pow_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exponent"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pow_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "prelu": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "weight"], "flags": [], "fullname": "torch._C._TensorBase.prelu", "name": "prelu", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "weight"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prelu of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "prod": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.prod", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["self", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.prod", "name": "prod", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prod of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "prod", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.prod", "name": "prod", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prod of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "prod", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.prod", "name": "prod", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prod of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "prod", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prod of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prod of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prod of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "put": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "index", "source", "accumulate"], "flags": [], "fullname": "torch._C._TensorBase.put", "name": "put", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "index", "source", "accumulate"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "put of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "put_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "index", "source", "accumulate"], "flags": [], "fullname": "torch._C._TensorBase.put_", "name": "put_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "index", "source", "accumulate"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "put_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "q_per_channel_axis": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.q_per_channel_axis", "name": "q_per_channel_axis", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "q_per_channel_axis of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "q_per_channel_scales": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.q_per_channel_scales", "name": "q_per_channel_scales", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "q_per_channel_scales of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "q_per_channel_zero_points": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.q_per_channel_zero_points", "name": "q_per_channel_zero_points", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "q_per_channel_zero_points of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "q_scale": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.q_scale", "name": "q_scale", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "q_scale of _TensorBase", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "q_zero_point": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.q_zero_point", "name": "q_zero_point", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "q_zero_point of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "qr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "some"], "flags": [], "fullname": "torch._C._TensorBase.qr", "name": "qr", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "some"], "arg_types": ["torch._C._TensorBase", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "qr of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_Q_R"}, "type_guard": null, "variables": []}}}, "qscheme": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.qscheme", "name": "qscheme", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "qscheme of _TensorBase", "ret_type": "torch._C.qscheme", "type_guard": null, "variables": []}}}, "quantile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.quantile", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "q", "dim", "keepdim", "interpolation"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.quantile", "name": "quantile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "q", "dim", "keepdim", "interpolation"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantile of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "quantile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "q", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.quantile", "name": "quantile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "q", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantile of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "quantile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "q", "dim", "keepdim", "interpolation"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.quantile", "name": "quantile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "q", "dim", "keepdim", "interpolation"], "arg_types": ["torch._C._TensorBase", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantile of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "quantile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "q", "dim", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.quantile", "name": "quantile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "q", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantile of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "quantile", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "q", "dim", "keepdim", "interpolation"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantile of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "q", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantile of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "q", "dim", "keepdim", "interpolation"], "arg_types": ["torch._C._TensorBase", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantile of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "q", "dim", "keepdim"], "arg_types": ["torch._C._TensorBase", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quantile of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "rad2deg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.rad2deg", "name": "rad2deg", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rad2deg of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "rad2deg_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.rad2deg_", "name": "rad2deg_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rad2deg_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "random_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.random_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["self", "generator"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.random_", "name": "random_", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "generator"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "random_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "random_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "from_", "to", "generator"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.random_", "name": "random_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "from_", "to", "generator"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "random_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "random_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "to", "generator"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.random_", "name": "random_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "to", "generator"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "random_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "random_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "generator"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "random_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "from_", "to", "generator"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "random_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "to", "generator"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "random_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "ravel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.ravel", "name": "ravel", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ravel of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.real", "name": "real", "type": "torch._tensor.Tensor"}}, "reciprocal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.reciprocal", "name": "reciprocal", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reciprocal of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "reciprocal_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.reciprocal_", "name": "reciprocal_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reciprocal_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "record_stream": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "torch._C._TensorBase.record_stream", "name": "record_stream", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "arg_types": ["torch._C._TensorBase", "torch._C.Stream"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "record_stream of _TensorBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "refine_names": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "flags": [], "fullname": "torch._C._TensorBase.refine_names", "name": "refine_names", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "refine_names of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "relu": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.relu", "name": "relu", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "relu of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "relu_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.relu_", "name": "relu_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "relu_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "remainder": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.remainder", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.remainder", "name": "remainder", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remainder of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "remainder", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.remainder", "name": "remainder", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remainder of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "remainder", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remainder of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remainder of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "remainder_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.remainder_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.remainder_", "name": "remainder_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remainder_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "remainder_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.remainder_", "name": "remainder_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remainder_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "remainder_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remainder_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remainder_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "rename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "flags": [], "fullname": "torch._C._TensorBase.rename", "name": "rename", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rename of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "rename_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "flags": [], "fullname": "torch._C._TensorBase.rename_", "name": "rename_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "names"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rename_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "renorm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "p", "dim", "maxnorm"], "flags": [], "fullname": "torch._C._TensorBase.renorm", "name": "renorm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "p", "dim", "maxnorm"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "renorm of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "renorm_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "p", "dim", "maxnorm"], "flags": [], "fullname": "torch._C._TensorBase.renorm_", "name": "renorm_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "p", "dim", "maxnorm"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "renorm_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "repeat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.repeat", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "repeats"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.repeat", "name": "repeat", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "repeats"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repeat of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "repeat", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "repeats"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.repeat", "name": "repeat", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "repeats"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repeat of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "repeat", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "repeats"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repeat of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "repeats"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repeat of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "repeat_interleave": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.repeat_interleave", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "repeats", "dim", "output_size"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.repeat_interleave", "name": "repeat_interleave", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "repeats", "dim", "output_size"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repeat_interleave of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "repeat_interleave", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "repeats", "dim", "output_size"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.repeat_interleave", "name": "repeat_interleave", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "repeats", "dim", "output_size"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repeat_interleave of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "repeat_interleave", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "repeats", "dim", "output_size"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repeat_interleave of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "repeats", "dim", "output_size"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "repeat_interleave of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "requires_grad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.requires_grad", "name": "requires_grad", "type": "builtins.bool"}}, "requires_grad_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "mode"], "flags": [], "fullname": "torch._C._TensorBase.requires_grad_", "name": "requires_grad_", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "mode"], "arg_types": ["torch._C._TensorBase", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "requires_grad_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "reshape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.reshape", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.reshape", "name": "reshape", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reshape of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "reshape", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "shape"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.reshape", "name": "reshape", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "shape"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reshape of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "reshape", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reshape of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "shape"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reshape of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "reshape_as": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.reshape_as", "name": "reshape_as", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reshape_as of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "resize_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.resize_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "size", "memory_format"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.resize_", "name": "resize_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "size", "memory_format"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resize_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "resize_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 5], "arg_names": ["self", "size", "memory_format"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.resize_", "name": "resize_", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "size", "memory_format"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resize_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "resize_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "size", "memory_format"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resize_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "size", "memory_format"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resize_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "resize_as_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "the_template", "memory_format"], "flags": [], "fullname": "torch._C._TensorBase.resize_as_", "name": "resize_as_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "the_template", "memory_format"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._C.memory_format", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resize_as_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "resolve_conj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.resolve_conj", "name": "resolve_conj", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resolve_conj of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "resolve_neg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.resolve_neg", "name": "resolve_neg", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resolve_neg of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "retain_grad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.retain_grad", "name": "retain_grad", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "retain_grad of _TensorBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "roll": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "shifts", "dims"], "flags": [], "fullname": "torch._C._TensorBase.roll", "name": "roll", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "shifts", "dims"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "roll of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "rot90": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "k", "dims"], "flags": [], "fullname": "torch._C._TensorBase.rot90", "name": "rot90", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "k", "dims"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rot90 of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "round": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.round", "name": "round", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "round of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "round_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.round_", "name": "round_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "round_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "rsqrt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.rsqrt", "name": "rsqrt", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rsqrt of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "rsqrt_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.rsqrt_", "name": "rsqrt_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rsqrt_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "scatter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.scatter", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "src"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.scatter", "name": "scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "src"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "dim", "index", "src", "reduce"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.scatter", "name": "scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "dim", "index", "src", "reduce"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "dim", "index", "value", "reduce"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.scatter", "name": "scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "dim", "index", "value", "reduce"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "src"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.scatter", "name": "scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "src"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.scatter", "name": "scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.scatter", "name": "scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "src"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "dim", "index", "src", "reduce"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "dim", "index", "value", "reduce"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "src"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "scatter_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.scatter_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "src"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.scatter_", "name": "scatter_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "src"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "dim", "index", "src", "reduce"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.scatter_", "name": "scatter_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "dim", "index", "src", "reduce"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "dim", "index", "value", "reduce"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.scatter_", "name": "scatter_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "dim", "index", "value", "reduce"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.scatter_", "name": "scatter_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "src"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "dim", "index", "src", "reduce"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["self", "dim", "index", "value", "reduce"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "value"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "scatter_add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.scatter_add", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "src"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.scatter_add", "name": "scatter_add", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "src"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter_add of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter_add", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "src"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.scatter_add", "name": "scatter_add", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "src"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter_add of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter_add", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "src"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter_add of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "src"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter_add of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "scatter_add_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "src"], "flags": [], "fullname": "torch._C._TensorBase.scatter_add_", "name": "scatter_add_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "index", "src"], "arg_types": ["torch._C._TensorBase", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter_add_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "select": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.select", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim", "index"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.select", "name": "select", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim", "index"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "select of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "select", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim", "index"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.select", "name": "select", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim", "index"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "select of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "select", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim", "index"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "select of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim", "index"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "select of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "set_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.set_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "storage", "offset", "size", "stride"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.set_", "name": "set_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "storage", "offset", "size", "stride"], "arg_types": ["torch._C._TensorBase", "torch.types.Storage", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "set_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "storage"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.set_", "name": "set_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "storage"], "arg_types": ["torch._C._TensorBase", "torch.types.Storage"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "set_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "storage", "offset", "size", "stride"], "arg_types": ["torch._C._TensorBase", "torch.types.Storage", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "storage"], "arg_types": ["torch._C._TensorBase", "torch.types.Storage"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "sgn": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.sgn", "name": "sgn", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sgn of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sgn_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.sgn_", "name": "sgn_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sgn_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._TensorBase.shape", "name": "shape", "type": "torch._C.Size"}}, "short": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.short", "name": "short", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "short of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sigmoid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.sigmoid", "name": "sigmoid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sigmoid of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sigmoid_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.sigmoid_", "name": "sigmoid_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sigmoid_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.sign", "name": "sign", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sign of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sign_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.sign_", "name": "sign_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sign_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "signbit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.signbit", "name": "signbit", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "signbit of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.sin", "name": "sin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sin of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sin_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.sin_", "name": "sin_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sin_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sinc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.sinc", "name": "sinc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sinc of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sinc_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.sinc_", "name": "sinc_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sinc_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sinh": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.sinh", "name": "sinh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sinh of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sinh_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.sinh_", "name": "sinh_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sinh_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.size", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.size", "name": "size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "size of _TensorBase", "ret_type": "torch._C.Size", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "size", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.size", "name": "size", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "size of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "size", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "size of _TensorBase", "ret_type": "torch._C.Size", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "size of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}]}}}, "slogdet": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.slogdet", "name": "slogdet", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "slogdet of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_sign_logabsdet"}, "type_guard": null, "variables": []}}}, "smm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mat2"], "flags": [], "fullname": "torch._C._TensorBase.smm", "name": "smm", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mat2"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "smm of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "softmax": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.softmax", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.softmax", "name": "softmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "softmax of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "softmax", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.softmax", "name": "softmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "softmax of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "softmax", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "softmax of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "dim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "softmax of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "solve": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "A"], "flags": [], "fullname": "torch._C._TensorBase.solve", "name": "solve", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "A"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "solve of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_solution_LU"}, "type_guard": null, "variables": []}}}, "sort": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.sort", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 5, 5], "arg_names": ["self", "stable", "dim", "descending"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.sort", "name": "sort", "type": {".class": "CallableType", "arg_kinds": [0, 3, 5, 5], "arg_names": ["self", "stable", "dim", "descending"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sort", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dim", "descending"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.sort", "name": "sort", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dim", "descending"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sort", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 3, 5], "arg_names": ["self", "stable", "dim", "descending"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.sort", "name": "sort", "type": {".class": "CallableType", "arg_kinds": [0, 3, 3, 5], "arg_names": ["self", "stable", "dim", "descending"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sort", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "descending"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.sort", "name": "sort", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "descending"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sort", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 3, 5, 5], "arg_names": ["self", "stable", "dim", "descending"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dim", "descending"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3, 3, 5], "arg_names": ["self", "stable", "dim", "descending"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dim", "descending"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}]}}}, "sparse_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.sparse_dim", "name": "sparse_dim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sparse_dim of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sparse_mask": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mask"], "flags": [], "fullname": "torch._C._TensorBase.sparse_mask", "name": "sparse_mask", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mask"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sparse_mask of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sparse_resize_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "size", "sparse_dim", "dense_dim"], "flags": [], "fullname": "torch._C._TensorBase.sparse_resize_", "name": "sparse_resize_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "size", "sparse_dim", "dense_dim"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sparse_resize_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sparse_resize_and_clear_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "size", "sparse_dim", "dense_dim"], "flags": [], "fullname": "torch._C._TensorBase.sparse_resize_and_clear_", "name": "sparse_resize_and_clear_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "size", "sparse_dim", "dense_dim"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sparse_resize_and_clear_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "split": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.split", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "split_size", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.split", "name": "split", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "split_size", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "split of _TensorBase", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "split", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "split_size", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.split", "name": "split", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "split_size", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "split of _TensorBase", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "split", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "split_size", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "split of _TensorBase", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "split_size", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "split of _TensorBase", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}]}}}, "split_with_sizes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "split_sizes", "dim"], "flags": [], "fullname": "torch._C._TensorBase.split_with_sizes", "name": "split_with_sizes", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "split_sizes", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "split_with_sizes of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "sqrt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.sqrt", "name": "sqrt", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sqrt of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sqrt_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.sqrt_", "name": "sqrt_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sqrt_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "square": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.square", "name": "square", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "square of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "square_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.square_", "name": "square_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "square_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "squeeze": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.squeeze", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.squeeze", "name": "squeeze", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "squeeze", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.squeeze", "name": "squeeze", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "squeeze", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.squeeze", "name": "squeeze", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "squeeze", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "squeeze_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.squeeze_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.squeeze_", "name": "squeeze_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "squeeze_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.squeeze_", "name": "squeeze_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "squeeze_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.squeeze_", "name": "squeeze_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "squeeze_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "squeeze_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "sspaddmm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "mat1", "mat2", "beta", "alpha"], "flags": [], "fullname": "torch._C._TensorBase.sspaddmm", "name": "sspaddmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "mat1", "mat2", "beta", "alpha"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sspaddmm of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "std": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.std", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "dim", "unbiased", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.std", "name": "std", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "dim", "unbiased", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "std", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 5], "arg_names": ["self", "dim", "correction", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.std", "name": "std", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["self", "dim", "correction", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", "torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "std", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "unbiased"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.std", "name": "std", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "unbiased"], "arg_types": ["torch._C._TensorBase", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "std", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "dim", "unbiased", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.std", "name": "std", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "dim", "unbiased", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "std", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 5], "arg_names": ["self", "dim", "correction", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.std", "name": "std", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["self", "dim", "correction", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "std", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "dim", "unbiased", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["self", "dim", "correction", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", "torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "unbiased"], "arg_types": ["torch._C._TensorBase", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "dim", "unbiased", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["self", "dim", "correction", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "std of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "storage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.storage", "name": "storage", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "storage of _TensorBase", "ret_type": "torch.types.Storage", "type_guard": null, "variables": []}}}, "storage_offset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.storage_offset", "name": "storage_offset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "storage_offset of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "storage_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.storage_type", "name": "storage_type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "storage_type of _TensorBase", "ret_type": "torch.types.Storage", "type_guard": null, "variables": []}}}, "stride": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.stride", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.stride", "name": "stride", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stride of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "stride", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "_int"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.stride", "name": "stride", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "_int"], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stride of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "stride", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stride of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["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": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "_int"], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stride of _TensorBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}]}}}, "sub": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["self", "other", "alpha", "out"], "flags": [], "fullname": "torch._C._TensorBase.sub", "name": "sub", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["self", "other", "alpha", "out"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sub of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sub_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "alpha"], "flags": [], "fullname": "torch._C._TensorBase.sub_", "name": "sub_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "alpha"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sub_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "subtract": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.subtract", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "alpha"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.subtract", "name": "subtract", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "alpha"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subtract of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "subtract", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "alpha"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.subtract", "name": "subtract", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "alpha"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subtract of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "subtract", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "alpha"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subtract of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "alpha"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subtract of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "subtract_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.subtract_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "alpha"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.subtract_", "name": "subtract_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "alpha"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subtract_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "subtract_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "alpha"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.subtract_", "name": "subtract_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "alpha"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subtract_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "subtract_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "alpha"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subtract_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "other", "alpha"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subtract_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "sum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.sum", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["self", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.sum", "name": "sum", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sum", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.sum", "name": "sum", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sum", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.sum", "name": "sum", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sum", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["self", "dim", "keepdim", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "sum_to_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.sum_to_size", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "size"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.sum_to_size", "name": "sum_to_size", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "size"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum_to_size of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sum_to_size", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "size"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.sum_to_size", "name": "sum_to_size", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "size"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum_to_size of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sum_to_size", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "size"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum_to_size of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "size"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum_to_size of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "svd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "some", "compute_uv"], "flags": [], "fullname": "torch._C._TensorBase.svd", "name": "svd", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "some", "compute_uv"], "arg_types": ["torch._C._TensorBase", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "svd of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_U_S_V"}, "type_guard": null, "variables": []}}}, "swapaxes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "axis0", "axis1"], "flags": [], "fullname": "torch._C._TensorBase.swapaxes", "name": "swapaxes", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "axis0", "axis1"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "swapaxes of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "swapaxes_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "axis0", "axis1"], "flags": [], "fullname": "torch._C._TensorBase.swapaxes_", "name": "swapaxes_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "axis0", "axis1"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "swapaxes_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "swapdims": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim0", "dim1"], "flags": [], "fullname": "torch._C._TensorBase.swapdims", "name": "swapdims", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim0", "dim1"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "swapdims of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "swapdims_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim0", "dim1"], "flags": [], "fullname": "torch._C._TensorBase.swapdims_", "name": "swapdims_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim0", "dim1"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "swapdims_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "symeig": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "eigenvectors", "upper"], "flags": [], "fullname": "torch._C._TensorBase.symeig", "name": "symeig", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "eigenvectors", "upper"], "arg_types": ["torch._C._TensorBase", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "symeig of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_eigenvalues_eigenvectors"}, "type_guard": null, "variables": []}}}, "t": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.t", "name": "t", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "t of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "t_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.t_", "name": "t_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "t_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "take": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "index"], "flags": [], "fullname": "torch._C._TensorBase.take", "name": "take", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "index"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "take of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "take_along_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "indices", "dim"], "flags": [], "fullname": "torch._C._TensorBase.take_along_dim", "name": "take_along_dim", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "indices", "dim"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "take_along_dim of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "tan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.tan", "name": "tan", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tan of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "tan_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.tan_", "name": "tan_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tan_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "tanh": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.tanh", "name": "tanh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tanh of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "tanh_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.tanh_", "name": "tanh_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tanh_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "tensor_split": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.tensor_split", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensor_indices_or_sections", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.tensor_split", "name": "tensor_split", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensor_indices_or_sections", "dim"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tensor_split of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "tensor_split", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "sections", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.tensor_split", "name": "tensor_split", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "sections", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tensor_split of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "tensor_split", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "indices", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.tensor_split", "name": "tensor_split", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "indices", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tensor_split of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "tensor_split", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensor_indices_or_sections", "dim"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tensor_split of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "sections", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tensor_split of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "indices", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tensor_split of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}]}}}, "tile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.tile", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dims"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.tile", "name": "tile", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dims"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tile of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "tile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "dims"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.tile", "name": "tile", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "dims"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tile of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "tile", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dims"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tile of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "dims"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tile of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "to": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.to", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "dtype", "non_blocking", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.to", "name": "to", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "dtype", "non_blocking", "copy"], "arg_types": ["torch._C._TensorBase", "torch._C.dtype", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "to", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "device", "dtype", "non_blocking", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.to", "name": "to", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "device", "dtype", "non_blocking", "copy"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "to", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "other", "non_blocking", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.to", "name": "to", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "other", "non_blocking", "copy"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "to", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "dtype", "non_blocking", "copy"], "arg_types": ["torch._C._TensorBase", "torch._C.dtype", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "device", "dtype", "non_blocking", "copy"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "other", "non_blocking", "copy"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "to_dense": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "dtype"], "flags": [], "fullname": "torch._C._TensorBase.to_dense", "name": "to_dense", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to_dense of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "to_mkldnn": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "dtype"], "flags": [], "fullname": "torch._C._TensorBase.to_mkldnn", "name": "to_mkldnn", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "dtype"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to_mkldnn of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "to_sparse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.to_sparse", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.to_sparse", "name": "to_sparse", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to_sparse of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "to_sparse", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "sparse_dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.to_sparse", "name": "to_sparse", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sparse_dim"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to_sparse of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "to_sparse", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to_sparse of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sparse_dim"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to_sparse of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "tolist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.tolist", "name": "tolist", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tolist of _TensorBase", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "topk": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "k", "dim", "largest", "sorted"], "flags": [], "fullname": "torch._C._TensorBase.topk", "name": "topk", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "k", "dim", "largest", "sorted"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "topk of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_values_indices"}, "type_guard": null, "variables": []}}}, "trace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.trace", "name": "trace", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trace of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "transpose": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.transpose", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim0", "dim1"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.transpose", "name": "transpose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim0", "dim1"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "transpose of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "transpose", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim0", "dim1"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.transpose", "name": "transpose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim0", "dim1"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "transpose of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "transpose", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim0", "dim1"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "transpose of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim0", "dim1"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "transpose of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "transpose_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim0", "dim1"], "flags": [], "fullname": "torch._C._TensorBase.transpose_", "name": "transpose_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim0", "dim1"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "transpose_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "triangular_solve": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "A", "upper", "transpose", "unitriangular"], "flags": [], "fullname": "torch._C._TensorBase.triangular_solve", "name": "triangular_solve", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "A", "upper", "transpose", "unitriangular"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "triangular_solve of _TensorBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch._C.namedtuple_solution_cloned_coefficient"}, "type_guard": null, "variables": []}}}, "tril": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "diagonal"], "flags": [], "fullname": "torch._C._TensorBase.tril", "name": "tril", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "diagonal"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tril of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "tril_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "diagonal"], "flags": [], "fullname": "torch._C._TensorBase.tril_", "name": "tril_", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "diagonal"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tril_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "triu": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "diagonal"], "flags": [], "fullname": "torch._C._TensorBase.triu", "name": "triu", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "diagonal"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "triu of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "triu_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "diagonal"], "flags": [], "fullname": "torch._C._TensorBase.triu_", "name": "triu_", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "diagonal"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "triu_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "true_divide": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "out"], "flags": [], "fullname": "torch._C._TensorBase.true_divide", "name": "true_divide", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "other", "out"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "true_divide of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "true_divide_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.true_divide_", "name": "true_divide_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "true_divide_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "trunc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.trunc", "name": "trunc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trunc of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "trunc_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.trunc_", "name": "trunc_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trunc_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.type", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dtype", "non_blocking"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.type", "name": "type", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dtype", "non_blocking"], "arg_types": ["torch._C._TensorBase", {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "type of _TensorBase", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "type", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "non_blocking"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.type", "name": "type", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "non_blocking"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "torch._C.dtype"]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "type of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "type", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dtype", "non_blocking"], "arg_types": ["torch._C._TensorBase", {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "type of _TensorBase", "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "non_blocking"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "torch._C.dtype"]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "type of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "type_as": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.type_as", "name": "type_as", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "type_as of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "unbind": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.unbind", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.unbind", "name": "unbind", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unbind of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "unbind", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.unbind", "name": "unbind", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unbind of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "unbind", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unbind of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unbind of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}]}}}, "unflatten": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.unflatten", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "dim", "sizes", "names"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.unflatten", "name": "unflatten", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "dim", "sizes", "names"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unflatten of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "unflatten", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "sizes", "names"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.unflatten", "name": "unflatten", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "sizes", "names"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unflatten of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "unflatten", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "dim", "sizes", "names"], "arg_types": ["torch._C._TensorBase", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unflatten of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dim", "sizes", "names"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unflatten of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "unfold": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dimension", "size", "step"], "flags": [], "fullname": "torch._C._TensorBase.unfold", "name": "unfold", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "dimension", "size", "step"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unfold of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "uniform_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["self", "from_", "to", "generator"], "flags": [], "fullname": "torch._C._TensorBase.uniform_", "name": "uniform_", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["self", "from_", "to", "generator"], "arg_types": ["torch._C._TensorBase", "builtins.float", "builtins.float", {".class": "UnionType", "items": ["torch._C.Generator", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "uniform_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "unsafe_chunk": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "chunks", "dim"], "flags": [], "fullname": "torch._C._TensorBase.unsafe_chunk", "name": "unsafe_chunk", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "chunks", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unsafe_chunk of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "unsafe_split": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "split_size", "dim"], "flags": [], "fullname": "torch._C._TensorBase.unsafe_split", "name": "unsafe_split", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "split_size", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unsafe_split of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "unsafe_split_with_sizes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "split_sizes", "dim"], "flags": [], "fullname": "torch._C._TensorBase.unsafe_split_with_sizes", "name": "unsafe_split_with_sizes", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "split_sizes", "dim"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unsafe_split_with_sizes of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}}, "unsqueeze": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "flags": [], "fullname": "torch._C._TensorBase.unsqueeze", "name": "unsqueeze", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unsqueeze of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "unsqueeze_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "flags": [], "fullname": "torch._C._TensorBase.unsqueeze_", "name": "unsqueeze_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dim"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unsqueeze_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.values", "name": "values", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "values of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "var": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.var", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "dim", "unbiased", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.var", "name": "var", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "dim", "unbiased", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "var", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 5], "arg_names": ["self", "dim", "correction", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.var", "name": "var", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["self", "dim", "correction", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", "torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "var", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "unbiased"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.var", "name": "var", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "unbiased"], "arg_types": ["torch._C._TensorBase", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "var", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "dim", "unbiased", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.var", "name": "var", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "dim", "unbiased", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "var", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 5], "arg_names": ["self", "dim", "correction", "keepdim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.var", "name": "var", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["self", "dim", "correction", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "var", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "dim", "unbiased", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["self", "dim", "correction", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "UnionType", "items": ["builtins.int", "torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "unbiased"], "arg_types": ["torch._C._TensorBase", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "dim", "unbiased", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3, 5], "arg_names": ["self", "dim", "correction", "keepdim"], "arg_types": ["torch._C._TensorBase", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.ellipsis", {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "var of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "vdot": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.vdot", "name": "vdot", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "vdot of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "view": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.view", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.view", "name": "view", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dtype"], "arg_types": ["torch._C._TensorBase", "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "view of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "view", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "size"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.view", "name": "view", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "size"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "view of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "view", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "size"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.view", "name": "view", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "size"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "view of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "view", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dtype"], "arg_types": ["torch._C._TensorBase", "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "view of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "size"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "view of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "size"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "view of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "view_as": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._TensorBase.view_as", "name": "view_as", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "view_as of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "vsplit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.vsplit", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "sections"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.vsplit", "name": "vsplit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sections"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "vsplit of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "vsplit", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "indices"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.vsplit", "name": "vsplit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "indices"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "vsplit of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "vsplit", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "indices"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.vsplit", "name": "vsplit", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "indices"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "vsplit of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "vsplit", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sections"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "vsplit of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "indices"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "vsplit of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "indices"], "arg_types": ["torch._C._TensorBase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "vsplit of _TensorBase", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, "type_guard": null, "variables": []}]}}}, "where": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "condition", "other"], "flags": [], "fullname": "torch._C._TensorBase.where", "name": "where", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "condition", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "where of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "xlogy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.xlogy", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.xlogy", "name": "xlogy", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xlogy of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "xlogy", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.xlogy", "name": "xlogy", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xlogy of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "xlogy", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xlogy of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xlogy of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "xlogy_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._TensorBase.xlogy_", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.xlogy_", "name": "xlogy_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xlogy_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "xlogy_", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._TensorBase.xlogy_", "name": "xlogy_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xlogy_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "xlogy_", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xlogy_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._TensorBase", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types.Number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xlogy_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}}}, "zero_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._TensorBase.zero_", "name": "zero_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zero_ of _TensorBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_TensorMeta": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.type"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._TensorMeta", "name": "_TensorMeta", "type_vars": []}, "flags": [], "fullname": "torch._C._TensorMeta", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C._TensorMeta", "builtins.type", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_VariableFunctions": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.__file__", "name": "__file__", "type": "builtins.str"}}, "__is_forward_AD_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C.__is_forward_AD_enabled", "name": "__is_forward_AD_enabled", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__is_forward_AD_enabled", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.__package__", "name": "__package__", "type": "builtins.str"}}, "__set_forward_AD_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["enabled"], "flags": [], "fullname": "torch._C.__set_forward_AD_enabled", "name": "__set_forward_AD_enabled", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["enabled"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__set_forward_AD_enabled", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_add_docstr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["obj", "doc_obj"], "flags": [], "fullname": "torch._C._add_docstr", "name": "_add_docstr", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["obj", "doc_obj"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_add_docstr", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "_assign_output_shapes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["graph", "inputs"], "flags": [], "fullname": "torch._C._assign_output_shapes", "name": "_assign_output_shapes", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["graph", "inputs"], "arg_types": ["torch._C.Graph", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_assign_output_shapes", "ret_type": "torch._C.Graph", "type_guard": null, "variables": []}}}, "_autograd_init": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._autograd_init", "name": "_autograd_init", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_autograd_init", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_backport_for_mobile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["filename_input", "filename_output", "to_version"], "flags": [], "fullname": "torch._C._backport_for_mobile", "name": "_backport_for_mobile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["filename_input", "filename_output", "to_version"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "pathlib.Path"]}, {".class": "UnionType", "items": ["builtins.str", "pathlib.Path"]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_backport_for_mobile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_backport_for_mobile_from_buffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["buffer", "filename_output", "to_version"], "flags": [], "fullname": "torch._C._backport_for_mobile_from_buffer", "name": "_backport_for_mobile_from_buffer", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["buffer", "filename_output", "to_version"], "arg_types": ["typing.BinaryIO", {".class": "UnionType", "items": ["builtins.str", "pathlib.Path"]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_backport_for_mobile_from_buffer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_backport_for_mobile_from_buffer_to_buffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["buffer", "to_version"], "flags": [], "fullname": "torch._C._backport_for_mobile_from_buffer_to_buffer", "name": "_backport_for_mobile_from_buffer_to_buffer", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["buffer", "to_version"], "arg_types": ["typing.BinaryIO", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_backport_for_mobile_from_buffer_to_buffer", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "_backport_for_mobile_to_buffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["filename_input", "to_version"], "flags": [], "fullname": "torch._C._backport_for_mobile_to_buffer", "name": "_backport_for_mobile_to_buffer", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["filename_input", "to_version"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "pathlib.Path"]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_backport_for_mobile_to_buffer", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "_bool": {".class": "SymbolTableNode", "cross_ref": "torch.types._bool", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_broadcast": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensor", "devices"], "flags": [], "fullname": "torch._C._broadcast", "name": "_broadcast", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensor", "devices"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_broadcast", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_broadcast_coalesced": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["tensors", "devices", "buffer_size"], "flags": [], "fullname": "torch._C._broadcast_coalesced", "name": "_broadcast_coalesced", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["tensors", "devices", "buffer_size"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_broadcast_coalesced", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_broadcast_out": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensor", "out_tensors"], "flags": [], "fullname": "torch._C._broadcast_out", "name": "_broadcast_out", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensor", "out_tensors"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_broadcast_out", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_c10d_init": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._c10d_init", "name": "_c10d_init", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_c10d_init", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_check_onnx_proto": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["proto"], "flags": [], "fullname": "torch._C._check_onnx_proto", "name": "_check_onnx_proto", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["proto"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_onnx_proto", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_clone_module_with_class": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["module", "ignored_methods", "ignored_attributes"], "flags": [], "fullname": "torch._C._clone_module_with_class", "name": "_clone_module_with_class", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["module", "ignored_methods", "ignored_attributes"], "arg_types": ["torch.jit._script.ScriptModule", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_clone_module_with_class", "ret_type": "torch.jit._script.ScriptModule", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "_collect_all": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["futures"], "flags": [], "fullname": "torch._C._collect_all", "name": "_collect_all", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["futures"], "arg_types": [{".class": "Instance", "args": ["torch._C.Future"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_collect_all", "ret_type": "torch._C.Future", "type_guard": null, "variables": []}}}, "_crash_if_aten_asan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._crash_if_aten_asan", "name": "_crash_if_aten_asan", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_crash_if_aten_asan", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_crash_if_csrc_asan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._crash_if_csrc_asan", "name": "_crash_if_csrc_asan", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_crash_if_csrc_asan", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_crash_if_csrc_ubsan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._crash_if_csrc_ubsan", "name": "_crash_if_csrc_ubsan", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_crash_if_csrc_ubsan", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_create_function_from_graph": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["qualname", "graph"], "flags": [], "fullname": "torch._C._create_function_from_graph", "name": "_create_function_from_graph", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["qualname", "graph"], "arg_types": ["builtins.str", "torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_create_function_from_graph", "ret_type": "torch._C.Graph", "type_guard": null, "variables": []}}}, "_create_function_from_trace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["qualname", "func", "input_tuple", "var_lookup_fn", "strict", "force_outplace", "argument_names"], "flags": [], "fullname": "torch._C._create_function_from_trace", "name": "_create_function_from_trace", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["qualname", "func", "input_tuple", "var_lookup_fn", "strict", "force_outplace", "argument_names"], "arg_types": ["builtins.str", {".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", "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": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}, "builtins.bool", "builtins.bool", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_create_function_from_trace", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._C.Graph", {".class": "TypeAliasType", "args": [], "type_ref": "torch._C.Stack"}], "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": []}}}, "_create_graph_by_tracing": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1, 1], "arg_names": ["func", "inputs", "var_name_lookup_fn", "strict", "force_outplace", "self", "argument_names"], "flags": [], "fullname": "torch._C._create_graph_by_tracing", "name": "_create_graph_by_tracing", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 1, 1], "arg_names": ["func", "inputs", "var_name_lookup_fn", "strict", "force_outplace", "self", "argument_names"], "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", "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": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".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}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_create_graph_by_tracing", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._C.Graph", {".class": "TypeAliasType", "args": [], "type_ref": "torch._C.Stack"}], "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": []}}}, "_create_module_with_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ty"], "flags": [], "fullname": "torch._C._create_module_with_type", "name": "_create_module_with_type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ty"], "arg_types": ["torch._C.JitType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_create_module_with_type", "ret_type": "torch._C.ScriptModule", "type_guard": null, "variables": []}}}, "_create_object_with_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ty"], "flags": [], "fullname": "torch._C._create_object_with_type", "name": "_create_object_with_type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ty"], "arg_types": ["torch._C.ClassType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_create_object_with_type", "ret_type": "torch._C.ScriptObject", "type_guard": null, "variables": []}}}, "_cuda_canDeviceAccessPeer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["device", "peer_device"], "flags": [], "fullname": "torch._C._cuda_canDeviceAccessPeer", "name": "_cuda_canDeviceAccessPeer", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["device", "peer_device"], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_canDeviceAccessPeer", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_cuda_cudaCachingAllocator_raw_alloc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["size", "cuda_stream"], "flags": [], "fullname": "torch._C._cuda_cudaCachingAllocator_raw_alloc", "name": "_cuda_cudaCachingAllocator_raw_alloc", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["size", "cuda_stream"], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_cudaCachingAllocator_raw_alloc", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_cuda_cudaCachingAllocator_raw_delete": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ptr"], "flags": [], "fullname": "torch._C._cuda_cudaCachingAllocator_raw_delete", "name": "_cuda_cudaCachingAllocator_raw_delete", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ptr"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_cudaCachingAllocator_raw_delete", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_cuda_cudaHostAllocator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._cuda_cudaHostAllocator", "name": "_cuda_cudaHostAllocator", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_cudaHostAllocator", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_cuda_emptyCache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._cuda_emptyCache", "name": "_cuda_emptyCache", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_emptyCache", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_cuda_getArchFlags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._cuda_getArchFlags", "name": "_cuda_getArchFlags", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_getArchFlags", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_cuda_getCompiledVersion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._cuda_getCompiledVersion", "name": "_cuda_getCompiledVersion", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_getCompiledVersion", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_cuda_getCurrentBlasHandle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._cuda_getCurrentBlasHandle", "name": "_cuda_getCurrentBlasHandle", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_getCurrentBlasHandle", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_cuda_getCurrentStream": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["device"], "flags": [], "fullname": "torch._C._cuda_getCurrentStream", "name": "_cuda_getCurrentStream", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["device"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_getCurrentStream", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_cuda_getDefaultStream": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["device"], "flags": [], "fullname": "torch._C._cuda_getDefaultStream", "name": "_cuda_getDefaultStream", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["device"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_getDefaultStream", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_cuda_getDevice": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._cuda_getDevice", "name": "_cuda_getDevice", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_getDevice", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_cuda_getDeviceCount": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._cuda_getDeviceCount", "name": "_cuda_getDeviceCount", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_getDeviceCount", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_cuda_get_sync_debug_mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._cuda_get_sync_debug_mode", "name": "_cuda_get_sync_debug_mode", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_get_sync_debug_mode", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_cuda_init": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._cuda_init", "name": "_cuda_init", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_init", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_cuda_ipc_collect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._cuda_ipc_collect", "name": "_cuda_ipc_collect", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_ipc_collect", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_cuda_lock_mutex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._cuda_lock_mutex", "name": "_cuda_lock_mutex", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_lock_mutex", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_cuda_memorySnapshot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._cuda_memorySnapshot", "name": "_cuda_memorySnapshot", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_memorySnapshot", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_cuda_memoryStats": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["device"], "flags": [], "fullname": "torch._C._cuda_memoryStats", "name": "_cuda_memoryStats", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["device"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_memoryStats", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "_cuda_resetAccumulatedMemoryStats": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["device"], "flags": [], "fullname": "torch._C._cuda_resetAccumulatedMemoryStats", "name": "_cuda_resetAccumulatedMemoryStats", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["device"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_resetAccumulatedMemoryStats", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_cuda_resetPeakMemoryStats": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["device"], "flags": [], "fullname": "torch._C._cuda_resetPeakMemoryStats", "name": "_cuda_resetPeakMemoryStats", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["device"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_resetPeakMemoryStats", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_cuda_setDevice": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["device"], "flags": [], "fullname": "torch._C._cuda_setDevice", "name": "_cuda_setDevice", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["device"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_setDevice", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_cuda_setMemoryFraction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fraction", "device"], "flags": [], "fullname": "torch._C._cuda_setMemoryFraction", "name": "_cuda_setMemoryFraction", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["fraction", "device"], "arg_types": ["builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_setMemoryFraction", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_cuda_setStream": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cuda_stream"], "flags": [], "fullname": "torch._C._cuda_setStream", "name": "_cuda_setStream", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cuda_stream"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_setStream", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_cuda_set_sync_debug_mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["warn_level"], "flags": [], "fullname": "torch._C._cuda_set_sync_debug_mode", "name": "_cuda_set_sync_debug_mode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["warn_level"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_set_sync_debug_mode", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_cuda_sleep": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cycles"], "flags": [], "fullname": "torch._C._cuda_sleep", "name": "_cuda_sleep", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cycles"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_sleep", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_cuda_synchronize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._cuda_synchronize", "name": "_cuda_synchronize", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_synchronize", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_cuda_unlock_mutex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._cuda_unlock_mutex", "name": "_cuda_unlock_mutex", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cuda_unlock_mutex", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_cxx_flags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._cxx_flags", "name": "_cxx_flags", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_cxx_flags", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_debug_get_fusion_group_inlining": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._debug_get_fusion_group_inlining", "name": "_debug_get_fusion_group_inlining", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_debug_get_fusion_group_inlining", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_debug_set_autodiff_subgraph_inlining": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["disabled"], "flags": [], "fullname": "torch._C._debug_set_autodiff_subgraph_inlining", "name": "_debug_set_autodiff_subgraph_inlining", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["disabled"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_debug_set_autodiff_subgraph_inlining", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_debug_set_fusion_group_inlining": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["enable"], "flags": [], "fullname": "torch._C._debug_set_fusion_group_inlining", "name": "_debug_set_fusion_group_inlining", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["enable"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_debug_set_fusion_group_inlining", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_demangle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["str"], "flags": [], "fullname": "torch._C._demangle", "name": "_demangle", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["str"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_demangle", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_device": {".class": "SymbolTableNode", "cross_ref": "torch.types._device", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_disable_minidumps": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._disable_minidumps", "name": "_disable_minidumps", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_disable_minidumps", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_disabled_torch_function_impl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["func", "types", "args", "kwargs"], "flags": [], "fullname": "torch._C._disabled_torch_function_impl", "name": "_disabled_torch_function_impl", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["func", "types", "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": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_disabled_torch_function_impl", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "_dist_autograd_init": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._dist_autograd_init", "name": "_dist_autograd_init", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_dist_autograd_init", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_dtype": {".class": "SymbolTableNode", "cross_ref": "torch.types._dtype", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_enable_minidumps": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["directory"], "flags": [], "fullname": "torch._C._enable_minidumps", "name": "_enable_minidumps", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["directory"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_enable_minidumps", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_enable_minidumps_on_exceptions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._enable_minidumps_on_exceptions", "name": "_enable_minidumps_on_exceptions", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_enable_minidumps_on_exceptions", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_enter_dual_level": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._enter_dual_level", "name": "_enter_dual_level", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_enter_dual_level", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_enter_python_mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": [], "fullname": "torch._C._enter_python_mode", "name": "_enter_python_mode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_enter_python_mode", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_error_if_any_worker_fails": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._error_if_any_worker_fails", "name": "_error_if_any_worker_fails", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_error_if_any_worker_fails", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_exit_dual_level": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["level"], "flags": [], "fullname": "torch._C._exit_dual_level", "name": "_exit_dual_level", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["level"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_exit_dual_level", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_exit_python_mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._exit_python_mode", "name": "_exit_python_mode", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_exit_python_mode", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_export_operator_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": [], "fullname": "torch._C._export_operator_list", "name": "_export_operator_list", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["module"], "arg_types": ["torch._C.LiteScriptModule"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_export_operator_list", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_export_opnames": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": [], "fullname": "torch._C._export_opnames", "name": "_export_opnames", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["module"], "arg_types": ["torch._C.ScriptModule"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_export_opnames", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_faulty_agent_init": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._faulty_agent_init", "name": "_faulty_agent_init", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_faulty_agent_init", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_float": {".class": "SymbolTableNode", "cross_ref": "torch.types._float", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_freeze_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["module", "preserved_attrs", "freeze_interfaces", "preserveParameters"], "flags": [], "fullname": "torch._C._freeze_module", "name": "_freeze_module", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["module", "preserved_attrs", "freeze_interfaces", "preserveParameters"], "arg_types": ["torch._C.ScriptModule", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_freeze_module", "ret_type": "torch._C.ScriptModule", "type_guard": null, "variables": []}}}, "_from_dlpack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["data"], "flags": [], "fullname": "torch._C._from_dlpack", "name": "_from_dlpack", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["data"], "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", "implicit": false, "is_ellipsis_args": false, "name": "_from_dlpack", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_gather": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["tensors", "dim", "destination_index"], "flags": [], "fullname": "torch._C._gather", "name": "_gather", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["tensors", "dim", "destination_index"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_gather", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_gather_out": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["tensors", "out_tensor", "dim"], "flags": [], "fullname": "torch._C._gather_out", "name": "_gather_out", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["tensors", "out_tensor", "dim"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_gather_out", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_get_backcompat_broadcast_warn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._get_backcompat_broadcast_warn", "name": "_get_backcompat_broadcast_warn", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_backcompat_broadcast_warn", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_get_backcompat_keepdim_warn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._get_backcompat_keepdim_warn", "name": "_get_backcompat_keepdim_warn", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_backcompat_keepdim_warn", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_get_cublas_allow_tf32": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._get_cublas_allow_tf32", "name": "_get_cublas_allow_tf32", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_cublas_allow_tf32", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_get_cudnn_allow_tf32": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._get_cudnn_allow_tf32", "name": "_get_cudnn_allow_tf32", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_cudnn_allow_tf32", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_get_cudnn_benchmark": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._get_cudnn_benchmark", "name": "_get_cudnn_benchmark", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_cudnn_benchmark", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_get_cudnn_deterministic": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._get_cudnn_deterministic", "name": "_get_cudnn_deterministic", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_cudnn_deterministic", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_get_cudnn_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._get_cudnn_enabled", "name": "_get_cudnn_enabled", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_cudnn_enabled", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_get_custom_class_python_wrapper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["name", "attr"], "flags": [], "fullname": "torch._C._get_custom_class_python_wrapper", "name": "_get_custom_class_python_wrapper", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["name", "attr"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_custom_class_python_wrapper", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "_get_default_device": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._get_default_device", "name": "_get_default_device", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_default_device", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_get_deterministic_algorithms": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._get_deterministic_algorithms", "name": "_get_deterministic_algorithms", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_deterministic_algorithms", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_get_graph_executor_optimize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._get_graph_executor_optimize", "name": "_get_graph_executor_optimize", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_graph_executor_optimize", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_get_mkldnn_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._get_mkldnn_enabled", "name": "_get_mkldnn_enabled", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_mkldnn_enabled", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_get_model_bytecode_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["filename"], "flags": [], "fullname": "torch._C._get_model_bytecode_version", "name": "_get_model_bytecode_version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["filename"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "pathlib.Path"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_model_bytecode_version", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_get_model_bytecode_version_from_buffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["buffer"], "flags": [], "fullname": "torch._C._get_model_bytecode_version_from_buffer", "name": "_get_model_bytecode_version_from_buffer", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["buffer"], "arg_types": ["typing.BinaryIO"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_model_bytecode_version_from_buffer", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_get_model_ops_and_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["filename"], "flags": [], "fullname": "torch._C._get_model_ops_and_info", "name": "_get_model_ops_and_info", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["filename"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "pathlib.Path"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_model_ops_and_info", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_get_model_ops_and_info_from_buffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["buffer"], "flags": [], "fullname": "torch._C._get_model_ops_and_info_from_buffer", "name": "_get_model_ops_and_info_from_buffer", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["buffer"], "arg_types": ["typing.BinaryIO"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_model_ops_and_info_from_buffer", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_get_qengine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._get_qengine", "name": "_get_qengine", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_qengine", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_get_tracing_state": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._get_tracing_state", "name": "_get_tracing_state", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_tracing_state", "ret_type": "torch._C.TracingState", "type_guard": null, "variables": []}}}, "_get_warnAlways": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._get_warnAlways", "name": "_get_warnAlways", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_warnAlways", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_graph_pool_handle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._graph_pool_handle", "name": "_graph_pool_handle", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_graph_pool_handle", "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": []}}}, "_has_distributed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._has_distributed", "name": "_has_distributed", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_has_distributed", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_has_torch_function": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["args"], "flags": [], "fullname": "torch._C._has_torch_function", "name": "_has_torch_function", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["args"], "arg_types": [{".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": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_has_torch_function", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_has_torch_function_unary": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["Any"], "flags": [], "fullname": "torch._C._has_torch_function_unary", "name": "_has_torch_function_unary", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["Any"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_has_torch_function_unary", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_has_torch_function_variadic": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["args"], "flags": [], "fullname": "torch._C._has_torch_function_variadic", "name": "_has_torch_function_variadic", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["args"], "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", "implicit": false, "is_ellipsis_args": false, "name": "_has_torch_function_variadic", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_import_ir_module_from_package": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["cu", "reader", "storage_context", "map_location", "ts_id"], "flags": [], "fullname": "torch._C._import_ir_module_from_package", "name": "_import_ir_module_from_package", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["cu", "reader", "storage_context", "map_location", "ts_id"], "arg_types": ["torch._C.CompilationUnit", "torch._C.PyTorchFileReader", "torch._C.DeserializationStorageContext", {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_import_ir_module_from_package", "ret_type": "torch._C.ScriptModule", "type_guard": null, "variables": []}}}, "_infer_size": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["arg1", "arg2"], "flags": [], "fullname": "torch._C._infer_size", "name": "_infer_size", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["arg1", "arg2"], "arg_types": ["torch._C.Size", "torch._C.Size"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_infer_size", "ret_type": "torch._C.Size", "type_guard": null, "variables": []}}}, "_initExtension": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["shm_manager_path"], "flags": [], "fullname": "torch._C._initExtension", "name": "_initExtension", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["shm_manager_path"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_initExtension", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_init_names": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arg"], "flags": [], "fullname": "torch._C._init_names", "name": "_init_names", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["arg"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_init_names", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_int": {".class": "SymbolTableNode", "cross_ref": "torch.types._int", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_is_torch_function_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._is_torch_function_enabled", "name": "_is_torch_function_enabled", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_torch_function_enabled", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_is_tracing": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._is_tracing", "name": "_is_tracing", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_tracing", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_is_xnnpack_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._is_xnnpack_enabled", "name": "_is_xnnpack_enabled", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_xnnpack_enabled", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_ivalue_tags_match": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["lhs", "rhs"], "flags": [], "fullname": "torch._C._ivalue_tags_match", "name": "_ivalue_tags_match", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["lhs", "rhs"], "arg_types": ["torch._C.ScriptModule", "torch._C.ScriptModule"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_ivalue_tags_match", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_jit_assert_is_instance": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["obj", "type"], "flags": [], "fullname": "torch._C._jit_assert_is_instance", "name": "_jit_assert_is_instance", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["obj", "type"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "torch._C.JitType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_assert_is_instance", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_can_fuse_on_cpu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._jit_can_fuse_on_cpu", "name": "_jit_can_fuse_on_cpu", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_can_fuse_on_cpu", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_jit_can_fuse_on_cpu_legacy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._jit_can_fuse_on_cpu_legacy", "name": "_jit_can_fuse_on_cpu_legacy", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_can_fuse_on_cpu_legacy", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_jit_can_fuse_on_gpu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._jit_can_fuse_on_gpu", "name": "_jit_can_fuse_on_gpu", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_can_fuse_on_gpu", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_jit_cat_wo_conditionals": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["optimize_cat"], "flags": [], "fullname": "torch._C._jit_cat_wo_conditionals", "name": "_jit_cat_wo_conditionals", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["optimize_cat"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_cat_wo_conditionals", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_check_alias_annotation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "args", "unqualified_op_name"], "flags": [], "fullname": "torch._C._jit_check_alias_annotation", "name": "_jit_check_alias_annotation", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["g", "args", "unqualified_op_name"], "arg_types": ["torch._C.Graph", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_check_alias_annotation", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_clear_class_registry": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._jit_clear_class_registry", "name": "_jit_clear_class_registry", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_clear_class_registry", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_decay_packed_param_input_types": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_decay_packed_param_input_types", "name": "_jit_decay_packed_param_input_types", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_decay_packed_param_input_types", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_erase_non_input_shape_information": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["Graph"], "flags": [], "fullname": "torch._C._jit_erase_non_input_shape_information", "name": "_jit_erase_non_input_shape_information", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["Graph"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_erase_non_input_shape_information", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_flatten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arg"], "flags": [], "fullname": "torch._C._jit_flatten", "name": "_jit_flatten", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["arg"], "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", "implicit": false, "is_ellipsis_args": false, "name": "_jit_flatten", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "torch._C.IODescriptor"], "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": []}}}, "_jit_get_emit_hooks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._jit_get_emit_hooks", "name": "_jit_get_emit_hooks", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_get_emit_hooks", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "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": []}}}, "_jit_get_inline_everything_mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._jit_get_inline_everything_mode", "name": "_jit_get_inline_everything_mode", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_get_inline_everything_mode", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_jit_get_logging_option": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._jit_get_logging_option", "name": "_jit_get_logging_option", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_get_logging_option", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_jit_get_operation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["op_name"], "flags": [], "fullname": "torch._C._jit_get_operation", "name": "_jit_get_operation", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["op_name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_get_operation", "ret_type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "_jit_get_schemas_for_operator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "torch._C._jit_get_schemas_for_operator", "name": "_jit_get_schemas_for_operator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_get_schemas_for_operator", "ret_type": {".class": "Instance", "args": ["torch._C.FunctionSchema"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_jit_get_trigger_value": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["trigger_name"], "flags": [], "fullname": "torch._C._jit_get_trigger_value", "name": "_jit_get_trigger_value", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["trigger_name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_get_trigger_value", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_jit_init": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._jit_init", "name": "_jit_init", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_init", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_jit_is_script_object": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch._C._jit_is_script_object", "name": "_jit_is_script_object", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "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", "implicit": false, "is_ellipsis_args": false, "name": "_jit_is_script_object", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_jit_nvfuser_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._jit_nvfuser_enabled", "name": "_jit_nvfuser_enabled", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_nvfuser_enabled", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_jit_onnx_convert_pattern_from_subblock": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["block", "n", "env"], "flags": [], "fullname": "torch._C._jit_onnx_convert_pattern_from_subblock", "name": "_jit_onnx_convert_pattern_from_subblock", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["block", "n", "env"], "arg_types": ["torch._C.Block", "torch._C.Node", {".class": "Instance", "args": ["torch._C.Value", "torch._C.Value"], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_onnx_convert_pattern_from_subblock", "ret_type": {".class": "Instance", "args": ["torch._C.Value"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_jit_onnx_list_model_parameters": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": [], "fullname": "torch._C._jit_onnx_list_model_parameters", "name": "_jit_onnx_list_model_parameters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["module"], "arg_types": ["torch._C.ScriptModule"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_onnx_list_model_parameters", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._C.ScriptModule", {".class": "Instance", "args": ["torch._C.IValue"], "type_ref": "builtins.list"}], "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": []}}}, "_jit_opt_conditionals": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["opt_conds"], "flags": [], "fullname": "torch._C._jit_opt_conditionals", "name": "_jit_opt_conditionals", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["opt_conds"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_opt_conditionals", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_override_can_fuse_on_cpu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["override"], "flags": [], "fullname": "torch._C._jit_override_can_fuse_on_cpu", "name": "_jit_override_can_fuse_on_cpu", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["override"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_override_can_fuse_on_cpu", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_override_can_fuse_on_cpu_legacy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["override"], "flags": [], "fullname": "torch._C._jit_override_can_fuse_on_cpu_legacy", "name": "_jit_override_can_fuse_on_cpu_legacy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["override"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_override_can_fuse_on_cpu_legacy", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_override_can_fuse_on_gpu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["override"], "flags": [], "fullname": "torch._C._jit_override_can_fuse_on_gpu", "name": "_jit_override_can_fuse_on_gpu", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["override"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_override_can_fuse_on_gpu", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_pass_canonicalize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_pass_canonicalize", "name": "_jit_pass_canonicalize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_canonicalize", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_pass_canonicalize_graph_fuser_ops": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_pass_canonicalize_graph_fuser_ops", "name": "_jit_pass_canonicalize_graph_fuser_ops", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_canonicalize_graph_fuser_ops", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_constant_propagation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["Graph"], "flags": [], "fullname": "torch._C._jit_pass_constant_propagation", "name": "_jit_pass_constant_propagation", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["Graph"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_constant_propagation", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_convert_frozen_ops_to_mkldnn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_pass_convert_frozen_ops_to_mkldnn", "name": "_jit_pass_convert_frozen_ops_to_mkldnn", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_convert_frozen_ops_to_mkldnn", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_pass_custom_pattern_based_rewrite_graph": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["pattern", "fused_node_name", "graph"], "flags": [], "fullname": "torch._C._jit_pass_custom_pattern_based_rewrite_graph", "name": "_jit_pass_custom_pattern_based_rewrite_graph", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["pattern", "fused_node_name", "graph"], "arg_types": ["builtins.str", "builtins.str", "torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_custom_pattern_based_rewrite_graph", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_dce": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["Graph"], "flags": [], "fullname": "torch._C._jit_pass_dce", "name": "_jit_pass_dce", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["Graph"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_dce", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_dce_allow_deleting_nodes_with_side_effects": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_pass_dce_allow_deleting_nodes_with_side_effects", "name": "_jit_pass_dce_allow_deleting_nodes_with_side_effects", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_dce_allow_deleting_nodes_with_side_effects", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_erase_number_types": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_pass_erase_number_types", "name": "_jit_pass_erase_number_types", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_erase_number_types", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_erase_shape_information": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_pass_erase_shape_information", "name": "_jit_pass_erase_shape_information", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_erase_shape_information", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_pass_filter_non_tensor_arguments": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["params"], "flags": [], "fullname": "torch._C._jit_pass_filter_non_tensor_arguments", "name": "_jit_pass_filter_non_tensor_arguments", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["params"], "arg_types": [{".class": "Instance", "args": ["builtins.str", "torch._C.IValue"], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_filter_non_tensor_arguments", "ret_type": {".class": "Instance", "args": ["builtins.str", "torch._tensor.Tensor"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "_jit_pass_fixup_onnx_controlflow_node": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["n", "opset_version"], "flags": [], "fullname": "torch._C._jit_pass_fixup_onnx_controlflow_node", "name": "_jit_pass_fixup_onnx_controlflow_node", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["n", "opset_version"], "arg_types": ["torch._C.Node", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_fixup_onnx_controlflow_node", "ret_type": "torch._C.Node", "type_guard": null, "variables": []}}}, "_jit_pass_fold_convbn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": [], "fullname": "torch._C._jit_pass_fold_convbn", "name": "_jit_pass_fold_convbn", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["module"], "arg_types": ["torch.jit._script.ScriptModule"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_fold_convbn", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_pass_fold_frozen_conv_add_or_sub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_pass_fold_frozen_conv_add_or_sub", "name": "_jit_pass_fold_frozen_conv_add_or_sub", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_fold_frozen_conv_add_or_sub", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_pass_fold_frozen_conv_bn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_pass_fold_frozen_conv_bn", "name": "_jit_pass_fold_frozen_conv_bn", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_fold_frozen_conv_bn", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_pass_fold_frozen_conv_mul_or_div": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_pass_fold_frozen_conv_mul_or_div", "name": "_jit_pass_fold_frozen_conv_mul_or_div", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_fold_frozen_conv_mul_or_div", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_pass_fuse_addmm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_pass_fuse_addmm", "name": "_jit_pass_fuse_addmm", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_fuse_addmm", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_fuse_frozen_conv_add_relu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_pass_fuse_frozen_conv_add_relu", "name": "_jit_pass_fuse_frozen_conv_add_relu", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_fuse_frozen_conv_add_relu", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_pass_inline": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["Graph"], "flags": [], "fullname": "torch._C._jit_pass_inline", "name": "_jit_pass_inline", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["Graph"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_inline", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_inline_fork_wait": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_pass_inline_fork_wait", "name": "_jit_pass_inline_fork_wait", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_inline_fork_wait", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_insert_observers": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["module", "method_name", "qconfig_dict", "inplace", "quant_type"], "flags": [], "fullname": "torch._C._jit_pass_insert_observers", "name": "_jit_pass_insert_observers", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["module", "method_name", "qconfig_dict", "inplace", "quant_type"], "arg_types": ["torch.jit._script.ScriptModule", "builtins.str", {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_insert_observers", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_pass_insert_quant_dequant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["module", "method_name", "inplace", "debug", "quant_type"], "flags": [], "fullname": "torch._C._jit_pass_insert_quant_dequant", "name": "_jit_pass_insert_quant_dequant", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["module", "method_name", "inplace", "debug", "quant_type"], "arg_types": ["torch.jit._script.ScriptModule", "builtins.str", "builtins.bool", "builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_insert_quant_dequant", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_pass_lint": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["Graph"], "flags": [], "fullname": "torch._C._jit_pass_lint", "name": "_jit_pass_lint", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["Graph"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_lint", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_lower_all_tuples": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_pass_lower_all_tuples", "name": "_jit_pass_lower_all_tuples", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_lower_all_tuples", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_lower_graph": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["graph", "m"], "flags": [], "fullname": "torch._C._jit_pass_lower_graph", "name": "_jit_pass_lower_graph", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["graph", "m"], "arg_types": ["torch._C.Graph", "torch._C.Module"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_lower_graph", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._C.Graph", {".class": "Instance", "args": ["torch._C.IValue"], "type_ref": "builtins.list"}], "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": []}}}, "_jit_pass_metal_optimize_for_mobile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["module", "preserved_methods"], "flags": [], "fullname": "torch._C._jit_pass_metal_optimize_for_mobile", "name": "_jit_pass_metal_optimize_for_mobile", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["module", "preserved_methods"], "arg_types": ["torch.jit._script.ScriptModule", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_metal_optimize_for_mobile", "ret_type": "torch.jit._script.ScriptModule", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "_jit_pass_onnx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["graph", "_jit_pass_onnx"], "flags": [], "fullname": "torch._C._jit_pass_onnx", "name": "_jit_pass_onnx", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["graph", "_jit_pass_onnx"], "arg_types": ["torch._C.Graph", "torch._C._onnx.OperatorExportTypes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_onnx", "ret_type": "torch._C.Graph", "type_guard": null, "variables": []}}}, "_jit_pass_onnx_assign_output_shape": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["graph", "tensors", "desc", "onnx_shape_inference"], "flags": [], "fullname": "torch._C._jit_pass_onnx_assign_output_shape", "name": "_jit_pass_onnx_assign_output_shape", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["graph", "tensors", "desc", "onnx_shape_inference"], "arg_types": ["torch._C.Graph", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "torch._C.IODescriptor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_onnx_assign_output_shape", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_onnx_block": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["old_block", "new_block", "operator_export_type", "env", "is_sub_block"], "flags": [], "fullname": "torch._C._jit_pass_onnx_block", "name": "_jit_pass_onnx_block", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["old_block", "new_block", "operator_export_type", "env", "is_sub_block"], "arg_types": ["torch._C.Block", "torch._C.Block", "torch._C._onnx.OperatorExportTypes", {".class": "Instance", "args": ["torch._C.Value", "torch._C.Value"], "type_ref": "builtins.dict"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_onnx_block", "ret_type": {".class": "Instance", "args": ["torch._C.Value", "torch._C.Value"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "_jit_pass_onnx_cast_all_constant_to_floating": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_pass_onnx_cast_all_constant_to_floating", "name": "_jit_pass_onnx_cast_all_constant_to_floating", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_onnx_cast_all_constant_to_floating", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_onnx_constant_fold": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["graph", "paramsDict", "opset_version"], "flags": [], "fullname": "torch._C._jit_pass_onnx_constant_fold", "name": "_jit_pass_onnx_constant_fold", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["graph", "paramsDict", "opset_version"], "arg_types": ["torch._C.Graph", {".class": "Instance", "args": ["builtins.str", "torch._C.IValue"], "type_ref": "builtins.dict"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_onnx_constant_fold", "ret_type": {".class": "Instance", "args": ["builtins.str", "torch._C.IValue"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "_jit_pass_onnx_eliminate_unused_items": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["graph", "paramsDict"], "flags": [], "fullname": "torch._C._jit_pass_onnx_eliminate_unused_items", "name": "_jit_pass_onnx_eliminate_unused_items", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["graph", "paramsDict"], "arg_types": ["torch._C.Graph", {".class": "Instance", "args": ["builtins.str", "torch._C.IValue"], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_onnx_eliminate_unused_items", "ret_type": {".class": "Instance", "args": ["builtins.str", "torch._C.IValue"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "_jit_pass_onnx_eval_peephole": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["graph", "paramsDict"], "flags": [], "fullname": "torch._C._jit_pass_onnx_eval_peephole", "name": "_jit_pass_onnx_eval_peephole", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["graph", "paramsDict"], "arg_types": ["torch._C.Graph", {".class": "Instance", "args": ["builtins.str", "torch._C.IValue"], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_onnx_eval_peephole", "ret_type": {".class": "Instance", "args": ["builtins.str", "torch._C.IValue"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "_jit_pass_onnx_fold_if": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_pass_onnx_fold_if", "name": "_jit_pass_onnx_fold_if", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_onnx_fold_if", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_onnx_function_substitution": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_pass_onnx_function_substitution", "name": "_jit_pass_onnx_function_substitution", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_onnx_function_substitution", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_onnx_graph_shape_type_inference": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["graph", "paramsDict", "opset_version"], "flags": [], "fullname": "torch._C._jit_pass_onnx_graph_shape_type_inference", "name": "_jit_pass_onnx_graph_shape_type_inference", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["graph", "paramsDict", "opset_version"], "arg_types": ["torch._C.Graph", {".class": "Instance", "args": ["builtins.str", "torch._C.IValue"], "type_ref": "builtins.dict"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_onnx_graph_shape_type_inference", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_onnx_node_shape_type_inference": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["n", "paramsDict", "opset_version"], "flags": [], "fullname": "torch._C._jit_pass_onnx_node_shape_type_inference", "name": "_jit_pass_onnx_node_shape_type_inference", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["n", "paramsDict", "opset_version"], "arg_types": ["torch._C.Node", {".class": "Instance", "args": ["builtins.str", "torch._C.IValue"], "type_ref": "builtins.dict"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_onnx_node_shape_type_inference", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_onnx_peephole": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["graph", "opset_version", "fixed_batch_size"], "flags": [], "fullname": "torch._C._jit_pass_onnx_peephole", "name": "_jit_pass_onnx_peephole", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["graph", "opset_version", "fixed_batch_size"], "arg_types": ["torch._C.Graph", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_onnx_peephole", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_onnx_preprocess": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_pass_onnx_preprocess", "name": "_jit_pass_onnx_preprocess", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_onnx_preprocess", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_onnx_preprocess_caffe2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_pass_onnx_preprocess_caffe2", "name": "_jit_pass_onnx_preprocess_caffe2", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_onnx_preprocess_caffe2", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_onnx_quantization_insert_permutes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["graph", "paramsDict"], "flags": [], "fullname": "torch._C._jit_pass_onnx_quantization_insert_permutes", "name": "_jit_pass_onnx_quantization_insert_permutes", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["graph", "paramsDict"], "arg_types": ["torch._C.Graph", {".class": "Instance", "args": ["builtins.str", "torch._C.IValue"], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_onnx_quantization_insert_permutes", "ret_type": {".class": "Instance", "args": ["builtins.str", "torch._C.IValue"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "_jit_pass_onnx_remove_inplace_ops_for_onnx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["graph", "module"], "flags": [], "fullname": "torch._C._jit_pass_onnx_remove_inplace_ops_for_onnx", "name": "_jit_pass_onnx_remove_inplace_ops_for_onnx", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["graph", "module"], "arg_types": ["torch._C.Graph", "torch._C.Module"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_onnx_remove_inplace_ops_for_onnx", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_onnx_remove_print": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_pass_onnx_remove_print", "name": "_jit_pass_onnx_remove_print", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_onnx_remove_print", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_onnx_scalar_type_analysis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["graph", "lowprecision_cast", "opset_version"], "flags": [], "fullname": "torch._C._jit_pass_onnx_scalar_type_analysis", "name": "_jit_pass_onnx_scalar_type_analysis", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["graph", "lowprecision_cast", "opset_version"], "arg_types": ["torch._C.Graph", "builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_onnx_scalar_type_analysis", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_onnx_set_dynamic_input_shape": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["graph", "dynamic_axes", "input_names"], "flags": [], "fullname": "torch._C._jit_pass_onnx_set_dynamic_input_shape", "name": "_jit_pass_onnx_set_dynamic_input_shape", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["graph", "dynamic_axes", "input_names"], "arg_types": ["torch._C.Graph", {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": ["builtins.int", "builtins.str"], "type_ref": "builtins.dict"}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_onnx_set_dynamic_input_shape", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_onnx_unpack_quantized_weights": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["graph", "paramsDict"], "flags": [], "fullname": "torch._C._jit_pass_onnx_unpack_quantized_weights", "name": "_jit_pass_onnx_unpack_quantized_weights", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["graph", "paramsDict"], "arg_types": ["torch._C.Graph", {".class": "Instance", "args": ["builtins.str", "torch._C.IValue"], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_onnx_unpack_quantized_weights", "ret_type": {".class": "Instance", "args": ["builtins.str", "torch._C.IValue"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "_jit_pass_optimize_for_mobile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["module", "optimization_blocklist", "preserved_methods"], "flags": [], "fullname": "torch._C._jit_pass_optimize_for_mobile", "name": "_jit_pass_optimize_for_mobile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["module", "optimization_blocklist", "preserved_methods"], "arg_types": ["torch.jit._script.ScriptModule", {".class": "Instance", "args": ["torch._C.MobileOptimizerType"], "type_ref": "builtins.set"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_optimize_for_mobile", "ret_type": "torch.jit._script.ScriptModule", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "_jit_pass_optimize_frozen_graph": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["Graph"], "flags": [], "fullname": "torch._C._jit_pass_optimize_frozen_graph", "name": "_jit_pass_optimize_frozen_graph", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["Graph"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_optimize_frozen_graph", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_peephole": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["graph", "addmm_fusion_enabled"], "flags": [], "fullname": "torch._C._jit_pass_peephole", "name": "_jit_pass_peephole", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["graph", "addmm_fusion_enabled"], "arg_types": ["torch._C.Graph", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_peephole", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_prepare_division_for_onnx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_pass_prepare_division_for_onnx", "name": "_jit_pass_prepare_division_for_onnx", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_prepare_division_for_onnx", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_propagate_shapes_on_graph": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["Graph"], "flags": [], "fullname": "torch._C._jit_pass_propagate_shapes_on_graph", "name": "_jit_pass_propagate_shapes_on_graph", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["Graph"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_propagate_shapes_on_graph", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_quant_finalize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["module", "quant_type", "preserved_attrs"], "flags": [], "fullname": "torch._C._jit_pass_quant_finalize", "name": "_jit_pass_quant_finalize", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["module", "quant_type", "preserved_attrs"], "arg_types": ["torch.jit._script.ScriptModule", "builtins.int", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_quant_finalize", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_pass_remove_dropout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": [], "fullname": "torch._C._jit_pass_remove_dropout", "name": "_jit_pass_remove_dropout", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["module"], "arg_types": ["torch.jit._script.ScriptModule"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_remove_dropout", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_pass_remove_inplace_ops": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch._C._jit_pass_remove_inplace_ops", "name": "_jit_pass_remove_inplace_ops", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["graph"], "arg_types": ["torch._C.Graph"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_remove_inplace_ops", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_pass_vulkan_optimize_for_mobile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["module", "preserved_methods"], "flags": [], "fullname": "torch._C._jit_pass_vulkan_optimize_for_mobile", "name": "_jit_pass_vulkan_optimize_for_mobile", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["module", "preserved_methods"], "arg_types": ["torch.jit._script.ScriptModule", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_pass_vulkan_optimize_for_mobile", "ret_type": "torch.jit._script.ScriptModule", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "_jit_script_class_compile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["qual_name", "definition", "defaults", "rcb"], "flags": [], "fullname": "torch._C._jit_script_class_compile", "name": "_jit_script_class_compile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["qual_name", "definition", "defaults", "rcb"], "arg_types": ["builtins.str", "torch._C.ClassDef", {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "type_ref": "builtins.dict"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch._C.ResolutionCallback"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_script_class_compile", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_script_compile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["qual_name", "definition", "rcb", "defaults"], "flags": [], "fullname": "torch._C._jit_script_compile", "name": "_jit_script_compile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["qual_name", "definition", "rcb", "defaults"], "arg_types": ["builtins.str", "torch._C.Def", {".class": "TypeAliasType", "args": [], "type_ref": "torch._C.ResolutionCallback"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "_jit_script_compile", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_script_compile_overload": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["qualname", "overload_decl", "implementation_def", "rcb", "implementation_defaults", "signature"], "flags": [], "fullname": "torch._C._jit_script_compile_overload", "name": "_jit_script_compile_overload", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["qualname", "overload_decl", "implementation_def", "rcb", "implementation_defaults", "signature"], "arg_types": ["builtins.str", "torch._C.Decl", "torch._C.Def", {".class": "TypeAliasType", "args": [], "type_ref": "torch._C.ResolutionCallback"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_script_compile_overload", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_script_interface_compile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["name", "class_def", "rcb", "is_module"], "flags": [], "fullname": "torch._C._jit_script_interface_compile", "name": "_jit_script_interface_compile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["name", "class_def", "rcb", "is_module"], "arg_types": ["builtins.str", "torch._C.ClassDef", {".class": "TypeAliasType", "args": [], "type_ref": "torch._C.ResolutionCallback"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_script_interface_compile", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_set_emit_hooks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ModuleHook", "FunctionHook"], "flags": [], "fullname": "torch._C._jit_set_emit_hooks", "name": "_jit_set_emit_hooks", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ModuleHook", "FunctionHook"], "arg_types": [{".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_set_emit_hooks", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_set_inline_everything_mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["enabled"], "flags": [], "fullname": "torch._C._jit_set_inline_everything_mode", "name": "_jit_set_inline_everything_mode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["enabled"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_set_inline_everything_mode", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_set_logging_option": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["option"], "flags": [], "fullname": "torch._C._jit_set_logging_option", "name": "_jit_set_logging_option", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["option"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_set_logging_option", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_jit_set_num_profiled_runs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["num"], "flags": [], "fullname": "torch._C._jit_set_num_profiled_runs", "name": "_jit_set_num_profiled_runs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["num"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_set_num_profiled_runs", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "type_guard": null, "variables": []}}}, "_jit_set_nvfuser_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["enable"], "flags": [], "fullname": "torch._C._jit_set_nvfuser_enabled", "name": "_jit_set_nvfuser_enabled", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["enable"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_set_nvfuser_enabled", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_jit_set_profiling_executor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["profiling_flag"], "flags": [], "fullname": "torch._C._jit_set_profiling_executor", "name": "_jit_set_profiling_executor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["profiling_flag"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_set_profiling_executor", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_jit_set_profiling_mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["profiling_flag"], "flags": [], "fullname": "torch._C._jit_set_profiling_mode", "name": "_jit_set_profiling_mode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["profiling_flag"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_set_profiling_mode", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_jit_set_symbolic_shapes_test_mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["override"], "flags": [], "fullname": "torch._C._jit_set_symbolic_shapes_test_mode", "name": "_jit_set_symbolic_shapes_test_mode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["override"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_set_symbolic_shapes_test_mode", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_set_te_must_use_llvm_cpu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["use_llvm"], "flags": [], "fullname": "torch._C._jit_set_te_must_use_llvm_cpu", "name": "_jit_set_te_must_use_llvm_cpu", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["use_llvm"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_set_te_must_use_llvm_cpu", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_set_texpr_fuser_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["enable"], "flags": [], "fullname": "torch._C._jit_set_texpr_fuser_enabled", "name": "_jit_set_texpr_fuser_enabled", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["enable"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_set_texpr_fuser_enabled", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_jit_symbolic_shapes_test_mode_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._jit_symbolic_shapes_test_mode_enabled", "name": "_jit_symbolic_shapes_test_mode_enabled", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_symbolic_shapes_test_mode_enabled", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_jit_texpr_fuser_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._jit_texpr_fuser_enabled", "name": "_jit_texpr_fuser_enabled", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_texpr_fuser_enabled", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_jit_try_infer_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch._C._jit_try_infer_type", "name": "_jit_try_infer_type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "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", "implicit": false, "is_ellipsis_args": false, "name": "_jit_try_infer_type", "ret_type": "torch._C.InferredType", "type_guard": null, "variables": []}}}, "_jit_unflatten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["vars", "desc"], "flags": [], "fullname": "torch._C._jit_unflatten", "name": "_jit_unflatten", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["vars", "desc"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "torch._C.IODescriptor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_jit_unflatten", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "_last_executed_optimized_graph": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._last_executed_optimized_graph", "name": "_last_executed_optimized_graph", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_last_executed_optimized_graph", "ret_type": "torch._C.Graph", "type_guard": null, "variables": []}}}, "_layout": {".class": "SymbolTableNode", "cross_ref": "torch.types._layout", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_llvm_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._llvm_enabled", "name": "_llvm_enabled", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_llvm_enabled", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_load_for_lite_interpreter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["filename", "map_location"], "flags": [], "fullname": "torch._C._load_for_lite_interpreter", "name": "_load_for_lite_interpreter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["filename", "map_location"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "pathlib.Path"]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_load_for_lite_interpreter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_load_for_lite_interpreter_from_buffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["buffer", "map_location"], "flags": [], "fullname": "torch._C._load_for_lite_interpreter_from_buffer", "name": "_load_for_lite_interpreter_from_buffer", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["buffer", "map_location"], "arg_types": ["typing.BinaryIO", {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_load_for_lite_interpreter_from_buffer", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_log_api_usage_once": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["str"], "flags": [], "fullname": "torch._C._log_api_usage_once", "name": "_log_api_usage_once", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["str"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_log_api_usage_once", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_logging_set_logger": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["logger"], "flags": [], "fullname": "torch._C._logging_set_logger", "name": "_logging_set_logger", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["logger"], "arg_types": ["torch._C.LoggerBase"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_logging_set_logger", "ret_type": "torch._C.LoggerBase", "type_guard": null, "variables": []}}}, "_make_dual": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["tensor", "tangent", "level"], "flags": [], "fullname": "torch._C._make_dual", "name": "_make_dual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["tensor", "tangent", "level"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make_dual", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_mkldnn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._mkldnn", "name": "_mkldnn", "type": "torch._C.layout"}}, "_multiprocessing_init": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._multiprocessing_init", "name": "_multiprocessing_init", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_multiprocessing_init", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_nccl_all_gather": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "output", "streams", "comms"], "flags": [], "fullname": "torch._C._nccl_all_gather", "name": "_nccl_all_gather", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "output", "streams", "comms"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._C._CudaStreamBase"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_nccl_all_gather", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_nccl_all_reduce": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "output", "op", "streams", "comms"], "flags": [], "fullname": "torch._C._nccl_all_reduce", "name": "_nccl_all_reduce", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "output", "op", "streams", "comms"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Sequence"}, "builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._C._CudaStreamBase"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_nccl_all_reduce", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_nccl_broadcast": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "root", "streams", "comms"], "flags": [], "fullname": "torch._C._nccl_broadcast", "name": "_nccl_broadcast", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "root", "streams", "comms"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Sequence"}, "builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._C._CudaStreamBase"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_nccl_broadcast", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_nccl_init_rank": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["nranks", "comm_id", "rank"], "flags": [], "fullname": "torch._C._nccl_init_rank", "name": "_nccl_init_rank", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["nranks", "comm_id", "rank"], "arg_types": ["builtins.int", "builtins.bytes", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_nccl_init_rank", "ret_type": "builtins.object", "type_guard": null, "variables": []}}}, "_nccl_reduce": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["input", "output", "root", "op", "streams", "comms"], "flags": [], "fullname": "torch._C._nccl_reduce", "name": "_nccl_reduce", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["input", "output", "root", "op", "streams", "comms"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Sequence"}, "torch._tensor.Tensor", "builtins.int", "builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._C._CudaStreamBase"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_nccl_reduce", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_nccl_reduce_scatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "output", "op", "streams", "comms"], "flags": [], "fullname": "torch._C._nccl_reduce_scatter", "name": "_nccl_reduce_scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["input", "output", "op", "streams", "comms"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Sequence"}, "builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._C._CudaStreamBase"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_nccl_reduce_scatter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_nccl_unique_id": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._nccl_unique_id", "name": "_nccl_unique_id", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_nccl_unique_id", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "_nccl_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._nccl_version", "name": "_nccl_version", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_nccl_version", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_nn": {".class": "SymbolTableNode", "cross_ref": "torch._C._nn", "kind": "Gdef"}, "_onnx": {".class": "SymbolTableNode", "cross_ref": "torch._C._onnx", "kind": "Gdef"}, "_parallel_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._parallel_info", "name": "_parallel_info", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parallel_info", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_parse_source_def": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["src"], "flags": [], "fullname": "torch._C._parse_source_def", "name": "_parse_source_def", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["src"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse_source_def", "ret_type": "torch._C.Def", "type_guard": null, "variables": []}}}, "_propagate_and_assign_input_shapes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["graph", "inputs", "param_count_list", "with_grad", "propagate"], "flags": [], "fullname": "torch._C._propagate_and_assign_input_shapes", "name": "_propagate_and_assign_input_shapes", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["graph", "inputs", "param_count_list", "with_grad", "propagate"], "arg_types": ["torch._C.Graph", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_propagate_and_assign_input_shapes", "ret_type": "torch._C.Graph", "type_guard": null, "variables": []}}}, "_qscheme": {".class": "SymbolTableNode", "cross_ref": "torch.types._qscheme", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_register_default_hooks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["pack_hook", "unpack_hook"], "flags": [], "fullname": "torch._C._register_default_hooks", "name": "_register_default_hooks", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["pack_hook", "unpack_hook"], "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": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_register_default_hooks", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_remove_worker_pids": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["loader_id"], "flags": [], "fullname": "torch._C._remove_worker_pids", "name": "_remove_worker_pids", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["loader_id"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_remove_worker_pids", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_replace_overloaded_method_decl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["overload_decl", "implementation_def", "new_name"], "flags": [], "fullname": "torch._C._replace_overloaded_method_decl", "name": "_replace_overloaded_method_decl", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["overload_decl", "implementation_def", "new_name"], "arg_types": ["torch._C.Decl", "torch._C.Def", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace_overloaded_method_decl", "ret_type": "torch._C.Def", "type_guard": null, "variables": []}}}, "_reset_default_hooks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._reset_default_hooks", "name": "_reset_default_hooks", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_reset_default_hooks", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_resolve_type_from_object": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["obj", "range", "rcb"], "flags": [], "fullname": "torch._C._resolve_type_from_object", "name": "_resolve_type_from_object", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["obj", "range", "rcb"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "torch._C.SourceRange", {".class": "TypeAliasType", "args": [], "type_ref": "torch._C.ResolutionCallback"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_resolve_type_from_object", "ret_type": "torch._C.JitType", "type_guard": null, "variables": []}}}, "_rpc_init": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._rpc_init", "name": "_rpc_init", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_rpc_init", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_run_emit_module_hook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["m"], "flags": [], "fullname": "torch._C._run_emit_module_hook", "name": "_run_emit_module_hook", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["m"], "arg_types": ["torch._C.ScriptModule"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_run_emit_module_hook", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_scatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["tensor", "devices", "chunk_sizes", "dim", "streams"], "flags": [], "fullname": "torch._C._scatter", "name": "_scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["tensor", "devices", "chunk_sizes", "dim", "streams"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._C.Stream"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_scatter", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_scatter_out": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["tensor", "out_tensors", "dim", "streams"], "flags": [], "fullname": "torch._C._scatter_out", "name": "_scatter_out", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["tensor", "out_tensors", "dim", "streams"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._C.Stream"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_scatter_out", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_set_backcompat_broadcast_warn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arg"], "flags": [], "fullname": "torch._C._set_backcompat_broadcast_warn", "name": "_set_backcompat_broadcast_warn", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["arg"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_backcompat_broadcast_warn", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_set_backcompat_keepdim_warn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arg"], "flags": [], "fullname": "torch._C._set_backcompat_keepdim_warn", "name": "_set_backcompat_keepdim_warn", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["arg"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_backcompat_keepdim_warn", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_set_cublas_allow_tf32": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arg"], "flags": [], "fullname": "torch._C._set_cublas_allow_tf32", "name": "_set_cublas_allow_tf32", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["arg"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_cublas_allow_tf32", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_set_cudnn_allow_tf32": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arg"], "flags": [], "fullname": "torch._C._set_cudnn_allow_tf32", "name": "_set_cudnn_allow_tf32", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["arg"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_cudnn_allow_tf32", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_set_cudnn_benchmark": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arg"], "flags": [], "fullname": "torch._C._set_cudnn_benchmark", "name": "_set_cudnn_benchmark", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["arg"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_cudnn_benchmark", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_set_cudnn_deterministic": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arg"], "flags": [], "fullname": "torch._C._set_cudnn_deterministic", "name": "_set_cudnn_deterministic", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["arg"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_cudnn_deterministic", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_set_cudnn_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arg"], "flags": [], "fullname": "torch._C._set_cudnn_enabled", "name": "_set_cudnn_enabled", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["arg"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_cudnn_enabled", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_set_default_dtype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["d"], "flags": [], "fullname": "torch._C._set_default_dtype", "name": "_set_default_dtype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["d"], "arg_types": ["torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_default_dtype", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_set_default_mobile_cpu_allocator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._set_default_mobile_cpu_allocator", "name": "_set_default_mobile_cpu_allocator", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_default_mobile_cpu_allocator", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_set_default_tensor_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["type"], "flags": [], "fullname": "torch._C._set_default_tensor_type", "name": "_set_default_tensor_type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["type"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_default_tensor_type", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_set_deterministic_algorithms": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arg"], "flags": [], "fullname": "torch._C._set_deterministic_algorithms", "name": "_set_deterministic_algorithms", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["arg"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_deterministic_algorithms", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_set_grad_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["enabled"], "flags": [], "fullname": "torch._C._set_grad_enabled", "name": "_set_grad_enabled", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["enabled"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_grad_enabled", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_set_graph_executor_optimize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["optimize"], "flags": [], "fullname": "torch._C._set_graph_executor_optimize", "name": "_set_graph_executor_optimize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["optimize"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_graph_executor_optimize", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_set_mkldnn_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arg"], "flags": [], "fullname": "torch._C._set_mkldnn_enabled", "name": "_set_mkldnn_enabled", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["arg"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_mkldnn_enabled", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_set_print_stack_traces_on_fatal_signal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["print"], "flags": [], "fullname": "torch._C._set_print_stack_traces_on_fatal_signal", "name": "_set_print_stack_traces_on_fatal_signal", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["print"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_print_stack_traces_on_fatal_signal", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_set_qengine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["qegine"], "flags": [], "fullname": "torch._C._set_qengine", "name": "_set_qengine", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["qegine"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_qengine", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_set_warnAlways": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arg"], "flags": [], "fullname": "torch._C._set_warnAlways", "name": "_set_warnAlways", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["arg"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_warnAlways", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_set_worker_pids": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["key", "child_pids"], "flags": [], "fullname": "torch._C._set_worker_pids", "name": "_set_worker_pids", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["key", "child_pids"], "arg_types": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_worker_pids", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_set_worker_signal_handlers": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["arg"], "flags": [], "fullname": "torch._C._set_worker_signal_handlers", "name": "_set_worker_signal_handlers", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["arg"], "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", "implicit": false, "is_ellipsis_args": false, "name": "_set_worker_signal_handlers", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_show_config": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._show_config", "name": "_show_config", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_show_config", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_size": {".class": "SymbolTableNode", "cross_ref": "torch.types._size", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_supported_qengines": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._supported_qengines", "name": "_supported_qengines", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_supported_qengines", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_to_dlpack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["data"], "flags": [], "fullname": "torch._C._to_dlpack", "name": "_to_dlpack", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["data"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_to_dlpack", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "_tracer_warn_use_python": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._tracer_warn_use_python", "name": "_tracer_warn_use_python", "type": null}}, "_unpack_dual": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensor", "level"], "flags": [], "fullname": "torch._C._unpack_dual", "name": "_unpack_dual", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensor", "level"], "arg_types": ["torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_unpack_dual", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_unset_default_mobile_cpu_allocator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._unset_default_mobile_cpu_allocator", "name": "_unset_default_mobile_cpu_allocator", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_unset_default_mobile_cpu_allocator", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_valgrind_supported_platform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._valgrind_supported_platform", "name": "_valgrind_supported_platform", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_valgrind_supported_platform", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_valgrind_toggle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._valgrind_toggle", "name": "_valgrind_toggle", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_valgrind_toggle", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_valgrind_toggle_and_dump_stats": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._valgrind_toggle_and_dump_stats", "name": "_valgrind_toggle_and_dump_stats", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_valgrind_toggle_and_dump_stats", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_vmapmode_decrement_nesting": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._vmapmode_decrement_nesting", "name": "_vmapmode_decrement_nesting", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_vmapmode_decrement_nesting", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_vmapmode_increment_nesting": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._vmapmode_increment_nesting", "name": "_vmapmode_increment_nesting", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_vmapmode_increment_nesting", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "autocast_decrement_nesting": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C.autocast_decrement_nesting", "name": "autocast_decrement_nesting", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "autocast_decrement_nesting", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "autocast_increment_nesting": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C.autocast_increment_nesting", "name": "autocast_increment_nesting", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "autocast_increment_nesting", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "bfloat16": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.bfloat16", "name": "bfloat16", "type": "torch._C.dtype"}}, "bool": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.bool", "name": "bool", "type": "torch._C.dtype"}}, "builtins": {".class": "SymbolTableNode", "cross_ref": "builtins", "kind": "Gdef", "module_hidden": true, "module_public": false}, "cdouble": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.cdouble", "name": "cdouble", "type": "torch._C.dtype"}}, "cfloat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.cfloat", "name": "cfloat", "type": "torch._C.dtype"}}, "channels_last": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.channels_last", "name": "channels_last", "type": "torch._C.memory_format"}}, "channels_last_3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.channels_last_3d", "name": "channels_last_3d", "type": "torch._C.memory_format"}}, "clear_autocast_cache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C.clear_autocast_cache", "name": "clear_autocast_cache", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear_autocast_cache", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "complex128": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.complex128", "name": "complex128", "type": "torch._C.dtype"}}, "complex32": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.complex32", "name": "complex32", "type": "torch._C.dtype"}}, "complex64": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.complex64", "name": "complex64", "type": "torch._C.dtype"}}, "contiguous_format": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.contiguous_format", "name": "contiguous_format", "type": "torch._C.memory_format"}}, "default_generator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.default_generator", "name": "default_generator", "type": "torch._C.Generator"}}, "device": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.device", "name": "device", "type_vars": []}, "flags": [], "fullname": "torch._C.device", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.device", "builtins.object"], "names": {".class": "SymbolTable", "__get__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "instance", "owner"], "flags": [], "fullname": "torch._C.device.__get__", "name": "__get__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "instance", "owner"], "arg_types": ["torch._C.device", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__get__ of device", "ret_type": "torch._C.device", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C.device.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "device"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C.device.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "device"], "arg_types": ["torch._C.device", {".class": "UnionType", "items": ["torch._C.device", "builtins.int", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of device", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "type", "index"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C.device.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "type", "index"], "arg_types": ["torch._C.device", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of device", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "device"], "arg_types": ["torch._C.device", {".class": "UnionType", "items": ["torch._C.device", "builtins.int", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of device", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "type", "index"], "arg_types": ["torch._C.device", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of device", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__reduce__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C.device.__reduce__", "name": "__reduce__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.device"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reduce__ of device", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.device.index", "name": "index", "type": "builtins.int"}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.device.type", "name": "type", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "double": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.double", "name": "double", "type": "torch._C.dtype"}}, "dtype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.dtype", "name": "dtype", "type_vars": []}, "flags": [], "fullname": "torch._C.dtype", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.dtype", "builtins.object"], "names": {".class": "SymbolTable", "is_complex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.dtype.is_complex", "name": "is_complex", "type": "builtins.bool"}}, "is_floating_point": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.dtype.is_floating_point", "name": "is_floating_point", "type": "builtins.bool"}}, "is_signed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.dtype.is_signed", "name": "is_signed", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "finfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.finfo", "name": "finfo", "type_vars": []}, "flags": [], "fullname": "torch._C.finfo", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.finfo", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C.finfo.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C.finfo.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dtype"], "arg_types": ["torch._C.finfo", "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of finfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C.finfo.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.finfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of finfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dtype"], "arg_types": ["torch._C.finfo", "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of finfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C.finfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of finfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "bits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.finfo.bits", "name": "bits", "type": "builtins.int"}}, "dtype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.finfo.dtype", "name": "dtype", "type": "builtins.str"}}, "eps": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.finfo.eps", "name": "eps", "type": "builtins.float"}}, "max": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.finfo.max", "name": "max", "type": "builtins.float"}}, "min": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.finfo.min", "name": "min", "type": "builtins.float"}}, "resolution": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.finfo.resolution", "name": "resolution", "type": "builtins.float"}}, "tiny": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.finfo.tiny", "name": "tiny", "type": "builtins.float"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "float": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.float", "name": "float", "type": "torch._C.dtype"}}, "float16": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.float16", "name": "float16", "type": "torch._C.dtype"}}, "float32": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.float32", "name": "float32", "type": "torch._C.dtype"}}, "float64": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.float64", "name": "float64", "type": "torch._C.dtype"}}, "fork": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "flags": [], "fullname": "torch._C.fork", "name": "fork", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fork", "ret_type": "torch._C.Future", "type_guard": null, "variables": []}}}, "get_autocast_cpu_dtype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C.get_autocast_cpu_dtype", "name": "get_autocast_cpu_dtype", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_autocast_cpu_dtype", "ret_type": "torch._C.dtype", "type_guard": null, "variables": []}}}, "get_autocast_gpu_dtype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C.get_autocast_gpu_dtype", "name": "get_autocast_gpu_dtype", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_autocast_gpu_dtype", "ret_type": "torch._C.dtype", "type_guard": null, "variables": []}}}, "get_default_dtype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C.get_default_dtype", "name": "get_default_dtype", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_default_dtype", "ret_type": "torch._C.dtype", "type_guard": null, "variables": []}}}, "get_device": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C.get_device", "name": "get_device", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_device", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "get_num_interop_threads": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C.get_num_interop_threads", "name": "get_num_interop_threads", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_num_interop_threads", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "get_num_thread": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C.get_num_thread", "name": "get_num_thread", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_num_thread", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "half": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.half", "name": "half", "type": "torch._C.dtype"}}, "has_cuda": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.has_cuda", "name": "has_cuda", "type": "builtins.bool"}}, "has_cudnn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.has_cudnn", "name": "has_cudnn", "type": "builtins.bool"}}, "has_lapack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.has_lapack", "name": "has_lapack", "type": "builtins.bool"}}, "has_mkl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.has_mkl", "name": "has_mkl", "type": "builtins.bool"}}, "has_mkldnn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.has_mkldnn", "name": "has_mkldnn", "type": "builtins.bool"}}, "has_openmp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.has_openmp", "name": "has_openmp", "type": "builtins.bool"}}, "has_spectral": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.has_spectral", "name": "has_spectral", "type": "builtins.bool"}}, "iinfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.iinfo", "name": "iinfo", "type_vars": []}, "flags": [], "fullname": "torch._C.iinfo", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.iinfo", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dtype"], "flags": [], "fullname": "torch._C.iinfo.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dtype"], "arg_types": ["torch._C.iinfo", "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of iinfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "bits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.iinfo.bits", "name": "bits", "type": "builtins.int"}}, "dtype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.iinfo.dtype", "name": "dtype", "type": "builtins.str"}}, "max": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.iinfo.max", "name": "max", "type": "builtins.int"}}, "min": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.iinfo.min", "name": "min", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "import_ir_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cu", "filename", "map_location", "extra_files"], "flags": [], "fullname": "torch._C.import_ir_module", "name": "import_ir_module", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cu", "filename", "map_location", "extra_files"], "arg_types": ["torch._C.CompilationUnit", {".class": "UnionType", "items": ["builtins.str", "pathlib.Path"]}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "import_ir_module", "ret_type": "torch._C.ScriptModule", "type_guard": null, "variables": []}}}, "import_ir_module_from_buffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cu", "buffer", "map_location", "extra_files"], "flags": [], "fullname": "torch._C.import_ir_module_from_buffer", "name": "import_ir_module_from_buffer", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cu", "buffer", "map_location", "extra_files"], "arg_types": ["torch._C.CompilationUnit", "typing.BinaryIO", {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "import_ir_module_from_buffer", "ret_type": "torch._C.ScriptModule", "type_guard": null, "variables": []}}}, "inf": {".class": "SymbolTableNode", "cross_ref": "torch._six.inf", "kind": "Gdef", "module_hidden": true, "module_public": false}, "int": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.int", "name": "int", "type": "torch._C.dtype"}}, "int16": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.int16", "name": "int16", "type": "torch._C.dtype"}}, "int32": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.int32", "name": "int32", "type": "torch._C.dtype"}}, "int64": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.int64", "name": "int64", "type": "torch._C.dtype"}}, "int8": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.int8", "name": "int8", "type": "torch._C.dtype"}}, "is_anomaly_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C.is_anomaly_enabled", "name": "is_anomaly_enabled", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_anomaly_enabled", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_autocast_cache_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C.is_autocast_cache_enabled", "name": "is_autocast_cache_enabled", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_autocast_cache_enabled", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_autocast_cpu_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C.is_autocast_cpu_enabled", "name": "is_autocast_cpu_enabled", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_autocast_cpu_enabled", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_autocast_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C.is_autocast_enabled", "name": "is_autocast_enabled", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_autocast_enabled", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_grad_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C.is_grad_enabled", "name": "is_grad_enabled", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_grad_enabled", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_inference_mode_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C.is_inference_mode_enabled", "name": "is_inference_mode_enabled", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_inference_mode_enabled", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "layout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.layout", "name": "layout", "type_vars": []}, "flags": [], "fullname": "torch._C.layout", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.layout", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "long": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.long", "name": "long", "type": "torch._C.dtype"}}, "memory_format": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.memory_format", "name": "memory_format", "type_vars": []}, "flags": [], "fullname": "torch._C.memory_format", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.memory_format", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "merge_type_from_type_comment": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["decl", "type_annotation_decl", "is_method"], "flags": [], "fullname": "torch._C.merge_type_from_type_comment", "name": "merge_type_from_type_comment", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["decl", "type_annotation_decl", "is_method"], "arg_types": ["torch._C.Decl", "torch._C.Decl", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "merge_type_from_type_comment", "ret_type": "torch._C.Decl", "type_guard": null, "variables": []}}}, "namedtuple_LU_pivots_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.namedtuple_LU_pivots_info", "name": "namedtuple_LU_pivots_info", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C.namedtuple_LU_pivots_info", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["LU", "pivots", "info"]}}, "module_name": "torch._C", "mro": ["torch._C.namedtuple_LU_pivots_info", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "LU": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_LU_pivots_info.LU", "name": "LU", "type": "torch._tensor.Tensor"}}, "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C.namedtuple_LU_pivots_info._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_LU_pivots_info.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_LU_pivots_info.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "LU", "pivots", "info"], "flags": [], "fullname": "torch._C.namedtuple_LU_pivots_info.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "LU", "pivots", "info"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_LU_pivots_info", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C.namedtuple_LU_pivots_info._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_LU_pivots_info", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_LU_pivots_info._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_LU_pivots_info._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_LU_pivots_info._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C.namedtuple_LU_pivots_info._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_LU_pivots_info", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C.namedtuple_LU_pivots_info._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_LU_pivots_info", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "LU", "pivots", "info"], "flags": [], "fullname": "torch._C.namedtuple_LU_pivots_info._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "LU", "pivots", "info"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_LU_pivots_info", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_LU_pivots_info._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_LU_pivots_info._source", "name": "_source", "type": "builtins.str"}}, "info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_LU_pivots_info.info", "name": "info", "type": "torch._tensor.Tensor"}}, "pivots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_LU_pivots_info.pivots", "name": "pivots", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_P_L_U": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.namedtuple_P_L_U", "name": "namedtuple_P_L_U", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C.namedtuple_P_L_U", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["P", "L", "U"]}}, "module_name": "torch._C", "mro": ["torch._C.namedtuple_P_L_U", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "L": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_P_L_U.L", "name": "L", "type": "torch._tensor.Tensor"}}, "P": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_P_L_U.P", "name": "P", "type": "torch._tensor.Tensor"}}, "U": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_P_L_U.U", "name": "U", "type": "torch._tensor.Tensor"}}, "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C.namedtuple_P_L_U._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_P_L_U.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_P_L_U.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "P", "L", "U"], "flags": [], "fullname": "torch._C.namedtuple_P_L_U.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "P", "L", "U"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_P_L_U", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C.namedtuple_P_L_U._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_P_L_U", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_P_L_U._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_P_L_U._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_P_L_U._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C.namedtuple_P_L_U._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_P_L_U", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C.namedtuple_P_L_U._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_P_L_U", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "P", "L", "U"], "flags": [], "fullname": "torch._C.namedtuple_P_L_U._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "P", "L", "U"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_P_L_U", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_P_L_U._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_P_L_U._source", "name": "_source", "type": "builtins.str"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_Q_R": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.namedtuple_Q_R", "name": "namedtuple_Q_R", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C.namedtuple_Q_R", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["Q", "R"]}}, "module_name": "torch._C", "mro": ["torch._C.namedtuple_Q_R", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "Q": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_Q_R.Q", "name": "Q", "type": "torch._tensor.Tensor"}}, "R": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_Q_R.R", "name": "R", "type": "torch._tensor.Tensor"}}, "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C.namedtuple_Q_R._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_Q_R.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_Q_R.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "Q", "R"], "flags": [], "fullname": "torch._C.namedtuple_Q_R.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "Q", "R"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_Q_R", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C.namedtuple_Q_R._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_Q_R", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_Q_R._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_Q_R._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_Q_R._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C.namedtuple_Q_R._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_Q_R", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C.namedtuple_Q_R._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_Q_R", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "Q", "R"], "flags": [], "fullname": "torch._C.namedtuple_Q_R._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "Q", "R"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_Q_R", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_Q_R._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_Q_R._source", "name": "_source", "type": "builtins.str"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_U_S_V": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.namedtuple_U_S_V", "name": "namedtuple_U_S_V", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C.namedtuple_U_S_V", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["U", "S", "V"]}}, "module_name": "torch._C", "mro": ["torch._C.namedtuple_U_S_V", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "S": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_U_S_V.S", "name": "S", "type": "torch._tensor.Tensor"}}, "U": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_U_S_V.U", "name": "U", "type": "torch._tensor.Tensor"}}, "V": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_U_S_V.V", "name": "V", "type": "torch._tensor.Tensor"}}, "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C.namedtuple_U_S_V._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_U_S_V.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_U_S_V.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "U", "S", "V"], "flags": [], "fullname": "torch._C.namedtuple_U_S_V.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "U", "S", "V"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_U_S_V", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C.namedtuple_U_S_V._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_U_S_V", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_U_S_V._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_U_S_V._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_U_S_V._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C.namedtuple_U_S_V._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_U_S_V", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C.namedtuple_U_S_V._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_U_S_V", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "U", "S", "V"], "flags": [], "fullname": "torch._C.namedtuple_U_S_V._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "U", "S", "V"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_U_S_V", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_U_S_V._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_U_S_V._source", "name": "_source", "type": "builtins.str"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_a_tau": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.namedtuple_a_tau", "name": "namedtuple_a_tau", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C.namedtuple_a_tau", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["a", "tau"]}}, "module_name": "torch._C", "mro": ["torch._C.namedtuple_a_tau", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C.namedtuple_a_tau._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_a_tau.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_a_tau.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "a", "tau"], "flags": [], "fullname": "torch._C.namedtuple_a_tau.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "a", "tau"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_a_tau", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C.namedtuple_a_tau._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_a_tau", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_a_tau._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_a_tau._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_a_tau._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C.namedtuple_a_tau._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_a_tau", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C.namedtuple_a_tau._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_a_tau", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "a", "tau"], "flags": [], "fullname": "torch._C.namedtuple_a_tau._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "a", "tau"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_a_tau", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_a_tau._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_a_tau._source", "name": "_source", "type": "builtins.str"}}, "a": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_a_tau.a", "name": "a", "type": "torch._tensor.Tensor"}}, "tau": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_a_tau.tau", "name": "tau", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_det_lu_pivs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.namedtuple_det_lu_pivs", "name": "namedtuple_det_lu_pivs", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C.namedtuple_det_lu_pivs", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["det", "lu", "pivs"]}}, "module_name": "torch._C", "mro": ["torch._C.namedtuple_det_lu_pivs", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C.namedtuple_det_lu_pivs._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_det_lu_pivs.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_det_lu_pivs.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "det", "lu", "pivs"], "flags": [], "fullname": "torch._C.namedtuple_det_lu_pivs.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "det", "lu", "pivs"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_det_lu_pivs", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C.namedtuple_det_lu_pivs._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_det_lu_pivs", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_det_lu_pivs._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_det_lu_pivs._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_det_lu_pivs._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C.namedtuple_det_lu_pivs._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_det_lu_pivs", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C.namedtuple_det_lu_pivs._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_det_lu_pivs", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "det", "lu", "pivs"], "flags": [], "fullname": "torch._C.namedtuple_det_lu_pivs._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "det", "lu", "pivs"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_det_lu_pivs", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_det_lu_pivs._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_det_lu_pivs._source", "name": "_source", "type": "builtins.str"}}, "det": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_det_lu_pivs.det", "name": "det", "type": "torch._tensor.Tensor"}}, "lu": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_det_lu_pivs.lu", "name": "lu", "type": "torch._tensor.Tensor"}}, "pivs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_det_lu_pivs.pivs", "name": "pivs", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_eigenvalues_eigenvectors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors", "name": "namedtuple_eigenvalues_eigenvectors", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["eigenvalues", "eigenvectors"]}}, "module_name": "torch._C", "mro": ["torch._C.namedtuple_eigenvalues_eigenvectors", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "eigenvalues", "eigenvectors"], "flags": [], "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "eigenvalues", "eigenvectors"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_eigenvalues_eigenvectors", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_eigenvalues_eigenvectors", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_eigenvalues_eigenvectors", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_eigenvalues_eigenvectors", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "eigenvalues", "eigenvectors"], "flags": [], "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "eigenvalues", "eigenvectors"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_eigenvalues_eigenvectors", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors._source", "name": "_source", "type": "builtins.str"}}, "eigenvalues": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors.eigenvalues", "name": "eigenvalues", "type": "torch._tensor.Tensor"}}, "eigenvectors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_eigenvalues_eigenvectors.eigenvectors", "name": "eigenvectors", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_hist_bin_edges": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.namedtuple_hist_bin_edges", "name": "namedtuple_hist_bin_edges", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C.namedtuple_hist_bin_edges", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["hist", "bin_edges"]}}, "module_name": "torch._C", "mro": ["torch._C.namedtuple_hist_bin_edges", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C.namedtuple_hist_bin_edges._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_hist_bin_edges.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_hist_bin_edges.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "hist", "bin_edges"], "flags": [], "fullname": "torch._C.namedtuple_hist_bin_edges.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "hist", "bin_edges"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_hist_bin_edges", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C.namedtuple_hist_bin_edges._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_hist_bin_edges", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_hist_bin_edges._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_hist_bin_edges._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_hist_bin_edges._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C.namedtuple_hist_bin_edges._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_hist_bin_edges", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C.namedtuple_hist_bin_edges._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_hist_bin_edges", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "hist", "bin_edges"], "flags": [], "fullname": "torch._C.namedtuple_hist_bin_edges._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "hist", "bin_edges"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_hist_bin_edges", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_hist_bin_edges._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_hist_bin_edges._source", "name": "_source", "type": "builtins.str"}}, "bin_edges": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_hist_bin_edges.bin_edges", "name": "bin_edges", "type": "torch._tensor.Tensor"}}, "hist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_hist_bin_edges.hist", "name": "hist", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_mantissa_exponent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.namedtuple_mantissa_exponent", "name": "namedtuple_mantissa_exponent", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C.namedtuple_mantissa_exponent", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["mantissa", "exponent"]}}, "module_name": "torch._C", "mro": ["torch._C.namedtuple_mantissa_exponent", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C.namedtuple_mantissa_exponent._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_mantissa_exponent.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_mantissa_exponent.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "mantissa", "exponent"], "flags": [], "fullname": "torch._C.namedtuple_mantissa_exponent.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "mantissa", "exponent"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_mantissa_exponent", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C.namedtuple_mantissa_exponent._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_mantissa_exponent", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_mantissa_exponent._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_mantissa_exponent._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_mantissa_exponent._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C.namedtuple_mantissa_exponent._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_mantissa_exponent", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C.namedtuple_mantissa_exponent._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_mantissa_exponent", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "mantissa", "exponent"], "flags": [], "fullname": "torch._C.namedtuple_mantissa_exponent._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "mantissa", "exponent"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_mantissa_exponent", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_mantissa_exponent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_mantissa_exponent._source", "name": "_source", "type": "builtins.str"}}, "exponent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_mantissa_exponent.exponent", "name": "exponent", "type": "torch._tensor.Tensor"}}, "mantissa": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_mantissa_exponent.mantissa", "name": "mantissa", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_min_max": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.namedtuple_min_max", "name": "namedtuple_min_max", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C.namedtuple_min_max", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["min", "max"]}}, "module_name": "torch._C", "mro": ["torch._C.namedtuple_min_max", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C.namedtuple_min_max._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_min_max.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_min_max.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "min", "max"], "flags": [], "fullname": "torch._C.namedtuple_min_max.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "min", "max"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_min_max", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C.namedtuple_min_max._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_min_max", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_min_max._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_min_max._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_min_max._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C.namedtuple_min_max._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_min_max", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C.namedtuple_min_max._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_min_max", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "min", "max"], "flags": [], "fullname": "torch._C.namedtuple_min_max._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "min", "max"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_min_max", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_min_max._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_min_max._source", "name": "_source", "type": "builtins.str"}}, "max": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_min_max.max", "name": "max", "type": "torch._tensor.Tensor"}}, "min": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_min_max.min", "name": "min", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_output_mask": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.namedtuple_output_mask", "name": "namedtuple_output_mask", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C.namedtuple_output_mask", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["output", "mask"]}}, "module_name": "torch._C", "mro": ["torch._C.namedtuple_output_mask", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C.namedtuple_output_mask._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_output_mask.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_output_mask.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "output", "mask"], "flags": [], "fullname": "torch._C.namedtuple_output_mask.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "output", "mask"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_output_mask", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C.namedtuple_output_mask._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_output_mask", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_output_mask._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_output_mask._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_output_mask._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C.namedtuple_output_mask._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_output_mask", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C.namedtuple_output_mask._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_output_mask", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "output", "mask"], "flags": [], "fullname": "torch._C.namedtuple_output_mask._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "output", "mask"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_output_mask", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_output_mask._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_output_mask._source", "name": "_source", "type": "builtins.str"}}, "mask": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_output_mask.mask", "name": "mask", "type": "torch._tensor.Tensor"}}, "output": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_output_mask.output", "name": "output", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_primal_tangent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.namedtuple_primal_tangent", "name": "namedtuple_primal_tangent", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C.namedtuple_primal_tangent", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["primal", "tangent"]}}, "module_name": "torch._C", "mro": ["torch._C.namedtuple_primal_tangent", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C.namedtuple_primal_tangent._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_primal_tangent.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_primal_tangent.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "primal", "tangent"], "flags": [], "fullname": "torch._C.namedtuple_primal_tangent.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "primal", "tangent"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_primal_tangent", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C.namedtuple_primal_tangent._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_primal_tangent", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_primal_tangent._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_primal_tangent._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_primal_tangent._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C.namedtuple_primal_tangent._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_primal_tangent", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C.namedtuple_primal_tangent._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_primal_tangent", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "primal", "tangent"], "flags": [], "fullname": "torch._C.namedtuple_primal_tangent._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "primal", "tangent"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_primal_tangent", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_primal_tangent._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_primal_tangent._source", "name": "_source", "type": "builtins.str"}}, "primal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_primal_tangent.primal", "name": "primal", "type": "torch._tensor.Tensor"}}, "tangent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_primal_tangent.tangent", "name": "tangent", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_sign_logabsdet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.namedtuple_sign_logabsdet", "name": "namedtuple_sign_logabsdet", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C.namedtuple_sign_logabsdet", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["sign", "logabsdet"]}}, "module_name": "torch._C", "mro": ["torch._C.namedtuple_sign_logabsdet", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C.namedtuple_sign_logabsdet._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_sign_logabsdet.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_sign_logabsdet.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "sign", "logabsdet"], "flags": [], "fullname": "torch._C.namedtuple_sign_logabsdet.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "sign", "logabsdet"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_sign_logabsdet", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C.namedtuple_sign_logabsdet._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_sign_logabsdet", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_sign_logabsdet._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_sign_logabsdet._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_sign_logabsdet._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C.namedtuple_sign_logabsdet._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_sign_logabsdet", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C.namedtuple_sign_logabsdet._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_sign_logabsdet", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "sign", "logabsdet"], "flags": [], "fullname": "torch._C.namedtuple_sign_logabsdet._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "sign", "logabsdet"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_sign_logabsdet", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_sign_logabsdet._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_sign_logabsdet._source", "name": "_source", "type": "builtins.str"}}, "logabsdet": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_sign_logabsdet.logabsdet", "name": "logabsdet", "type": "torch._tensor.Tensor"}}, "sign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_sign_logabsdet.sign", "name": "sign", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_solution_LU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.namedtuple_solution_LU", "name": "namedtuple_solution_LU", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C.namedtuple_solution_LU", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["solution", "LU"]}}, "module_name": "torch._C", "mro": ["torch._C.namedtuple_solution_LU", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "LU": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_solution_LU.LU", "name": "LU", "type": "torch._tensor.Tensor"}}, "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C.namedtuple_solution_LU._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_solution_LU.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_solution_LU.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "solution", "LU"], "flags": [], "fullname": "torch._C.namedtuple_solution_LU.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "solution", "LU"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_solution_LU", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C.namedtuple_solution_LU._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_solution_LU", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_solution_LU._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_solution_LU._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_solution_LU._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C.namedtuple_solution_LU._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_solution_LU", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C.namedtuple_solution_LU._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_solution_LU", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "solution", "LU"], "flags": [], "fullname": "torch._C.namedtuple_solution_LU._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "solution", "LU"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_solution_LU", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_solution_LU._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_solution_LU._source", "name": "_source", "type": "builtins.str"}}, "solution": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_solution_LU.solution", "name": "solution", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_solution_QR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.namedtuple_solution_QR", "name": "namedtuple_solution_QR", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C.namedtuple_solution_QR", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["solution", "QR"]}}, "module_name": "torch._C", "mro": ["torch._C.namedtuple_solution_QR", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "QR": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_solution_QR.QR", "name": "QR", "type": "torch._tensor.Tensor"}}, "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C.namedtuple_solution_QR._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_solution_QR.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_solution_QR.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "solution", "QR"], "flags": [], "fullname": "torch._C.namedtuple_solution_QR.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "solution", "QR"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_solution_QR", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C.namedtuple_solution_QR._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_solution_QR", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_solution_QR._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_solution_QR._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_solution_QR._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C.namedtuple_solution_QR._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_solution_QR", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C.namedtuple_solution_QR._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_solution_QR", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "solution", "QR"], "flags": [], "fullname": "torch._C.namedtuple_solution_QR._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "solution", "QR"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_solution_QR", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_solution_QR._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_solution_QR._source", "name": "_source", "type": "builtins.str"}}, "solution": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_solution_QR.solution", "name": "solution", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_solution_cloned_coefficient": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.namedtuple_solution_cloned_coefficient", "name": "namedtuple_solution_cloned_coefficient", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C.namedtuple_solution_cloned_coefficient", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["solution", "cloned_coefficient"]}}, "module_name": "torch._C", "mro": ["torch._C.namedtuple_solution_cloned_coefficient", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C.namedtuple_solution_cloned_coefficient._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_solution_cloned_coefficient.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_solution_cloned_coefficient.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "solution", "cloned_coefficient"], "flags": [], "fullname": "torch._C.namedtuple_solution_cloned_coefficient.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "solution", "cloned_coefficient"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_solution_cloned_coefficient", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C.namedtuple_solution_cloned_coefficient._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_solution_cloned_coefficient", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_solution_cloned_coefficient._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_solution_cloned_coefficient._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_solution_cloned_coefficient._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C.namedtuple_solution_cloned_coefficient._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_solution_cloned_coefficient", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C.namedtuple_solution_cloned_coefficient._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_solution_cloned_coefficient", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "solution", "cloned_coefficient"], "flags": [], "fullname": "torch._C.namedtuple_solution_cloned_coefficient._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "solution", "cloned_coefficient"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_solution_cloned_coefficient", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_solution_cloned_coefficient._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_solution_cloned_coefficient._source", "name": "_source", "type": "builtins.str"}}, "cloned_coefficient": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_solution_cloned_coefficient.cloned_coefficient", "name": "cloned_coefficient", "type": "torch._tensor.Tensor"}}, "solution": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_solution_cloned_coefficient.solution", "name": "solution", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "namedtuple_values_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.namedtuple_values_indices", "name": "namedtuple_values_indices", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._C.namedtuple_values_indices", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["values", "indices"]}}, "module_name": "torch._C", "mro": ["torch._C.namedtuple_values_indices", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._C.namedtuple_values_indices._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_values_indices.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_values_indices.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "values", "indices"], "flags": [], "fullname": "torch._C.namedtuple_values_indices.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "values", "indices"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of namedtuple_values_indices", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._C.namedtuple_values_indices._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of namedtuple_values_indices", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_values_indices._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_values_indices._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_values_indices._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._C.namedtuple_values_indices._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_values_indices", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._C.namedtuple_values_indices._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of namedtuple_values_indices", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "values", "indices"], "flags": [], "fullname": "torch._C.namedtuple_values_indices._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "values", "indices"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._C.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of namedtuple_values_indices", "ret_type": {".class": "TypeVarType", "fullname": "torch._C.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._C.namedtuple_values_indices._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C.namedtuple_values_indices._source", "name": "_source", "type": "builtins.str"}}, "indices": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_values_indices.indices", "name": "indices", "type": "torch._tensor.Tensor"}}, "values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._C.namedtuple_values_indices.values", "name": "values", "type": "torch._tensor.Tensor"}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "parse_ir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch._C.parse_ir", "name": "parse_ir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_ir", "ret_type": "torch._C.Graph", "type_guard": null, "variables": []}}}, "parse_schema": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["schema"], "flags": [], "fullname": "torch._C.parse_schema", "name": "parse_schema", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["schema"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_schema", "ret_type": "torch._C.FunctionSchema", "type_guard": null, "variables": []}}}, "parse_type_comment": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["comment"], "flags": [], "fullname": "torch._C.parse_type_comment", "name": "parse_type_comment", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["comment"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_type_comment", "ret_type": "torch._C.Decl", "type_guard": null, "variables": []}}}, "per_channel_affine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.per_channel_affine", "name": "per_channel_affine", "type": "torch._C.qscheme"}}, "per_channel_affine_float_qparams": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.per_channel_affine_float_qparams", "name": "per_channel_affine_float_qparams", "type": "torch._C.qscheme"}}, "per_channel_symmetric": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.per_channel_symmetric", "name": "per_channel_symmetric", "type": "torch._C.qscheme"}}, "per_tensor_affine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.per_tensor_affine", "name": "per_tensor_affine", "type": "torch._C.qscheme"}}, "per_tensor_symmetric": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.per_tensor_symmetric", "name": "per_tensor_symmetric", "type": "torch._C.qscheme"}}, "preserve_format": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.preserve_format", "name": "preserve_format", "type": "torch._C.memory_format"}}, "qint32": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.qint32", "name": "qint32", "type": "torch._C.dtype"}}, "qint8": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.qint8", "name": "qint8", "type": "torch._C.dtype"}}, "qscheme": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C.qscheme", "name": "qscheme", "type_vars": []}, "flags": [], "fullname": "torch._C.qscheme", "metaclass_type": null, "metadata": {}, "module_name": "torch._C", "mro": ["torch._C.qscheme", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "quint4x2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.quint4x2", "name": "quint4x2", "type": "torch._C.dtype"}}, "quint8": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.quint8", "name": "quint8", "type": "torch._C.dtype"}}, "set_anomaly_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["enabled"], "flags": [], "fullname": "torch._C.set_anomaly_enabled", "name": "set_anomaly_enabled", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["enabled"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_anomaly_enabled", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_autocast_cache_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["enabled"], "flags": [], "fullname": "torch._C.set_autocast_cache_enabled", "name": "set_autocast_cache_enabled", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["enabled"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_autocast_cache_enabled", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_autocast_cpu_dtype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["dtype"], "flags": [], "fullname": "torch._C.set_autocast_cpu_dtype", "name": "set_autocast_cpu_dtype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["dtype"], "arg_types": ["torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_autocast_cpu_dtype", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_autocast_cpu_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["enabled"], "flags": [], "fullname": "torch._C.set_autocast_cpu_enabled", "name": "set_autocast_cpu_enabled", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["enabled"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_autocast_cpu_enabled", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_autocast_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["enabled"], "flags": [], "fullname": "torch._C.set_autocast_enabled", "name": "set_autocast_enabled", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["enabled"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_autocast_enabled", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_autocast_gpu_dtype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["dtype"], "flags": [], "fullname": "torch._C.set_autocast_gpu_dtype", "name": "set_autocast_gpu_dtype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["dtype"], "arg_types": ["torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_autocast_gpu_dtype", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_flush_denormal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arg"], "flags": [], "fullname": "torch._C.set_flush_denormal", "name": "set_flush_denormal", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["arg"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_flush_denormal", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "set_num_interop_threads": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["nthreads"], "flags": [], "fullname": "torch._C.set_num_interop_threads", "name": "set_num_interop_threads", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["nthreads"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_num_interop_threads", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_num_threads": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["nthreads"], "flags": [], "fullname": "torch._C.set_num_threads", "name": "set_num_threads", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["nthreads"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_num_threads", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "short": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.short", "name": "short", "type": "torch._C.dtype"}}, "sparse_coo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.sparse_coo", "name": "sparse_coo", "type": "torch._C.layout"}}, "strided": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.strided", "name": "strided", "type": "torch._C.layout"}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_hidden": true, "module_public": false}, "uint8": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C.uint8", "name": "uint8", "type": "torch._C.dtype"}}, "unify_type_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["types"], "flags": [], "fullname": "torch._C.unify_type_list", "name": "unify_type_list", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["types"], "arg_types": [{".class": "Instance", "args": ["torch._C.JitType"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unify_type_list", "ret_type": "torch._C.JitType", "type_guard": null, "variables": []}}}, "wait": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fut"], "flags": [], "fullname": "torch._C.wait", "name": "wait", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["fut"], "arg_types": ["torch._C.Future"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_C/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/__init__.meta.json b/.mypy_cache/3.9/torch/_C/__init__.meta.json deleted file mode 100644 index 15258fa01..000000000 --- a/.mypy_cache/3.9/torch/_C/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [3, 4, 6, 7, 8, 12, 13, 15, 17, 21, 22, 23, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 5, 5, 5, 10, 10, 10, 10, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch", "torch.package", "enum", "pathlib", "typing", "typing_extensions", "torch._six", "torch.types", "builtins", "torch._C._nn", "torch._C._onnx", "torch._C._VariableFunctions", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._tensor"], "hash": "3db4ac4f0ef97f82ca6e4bf316627f842f4a4cf981a23702150b022a4bf27bf8", "id": "torch._C", "ignore_all": true, "interface_hash": "022434989ec0ed202be87ac1f1b59fd976e5418ff5581081bbea2ae78e7efac8", "mtime": 1634272371, "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_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/anaconda3/lib/python3.9/site-packages/torch/_C/__init__.pyi", "plugin_data": null, "size": 103906, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/_autograd.data.json b/.mypy_cache/3.9/torch/_C/_autograd.data.json deleted file mode 100644 index c3837d0b4..000000000 --- a/.mypy_cache/3.9/torch/_C/_autograd.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._C._autograd", "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}, "DeviceType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._autograd.DeviceType", "name": "DeviceType", "type_vars": []}, "flags": ["is_enum"], "fullname": "torch._C._autograd.DeviceType", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "torch._C._autograd", "mro": ["torch._C._autograd.DeviceType", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "CPU": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.DeviceType.CPU", "name": "CPU", "type": "builtins.ellipsis"}}, "CUDA": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.DeviceType.CUDA", "name": "CUDA", "type": "builtins.ellipsis"}}, "FPGA": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.DeviceType.FPGA", "name": "FPGA", "type": "builtins.ellipsis"}}, "HIP": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.DeviceType.HIP", "name": "HIP", "type": "builtins.ellipsis"}}, "HPU": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.DeviceType.HPU", "name": "HPU", "type": "builtins.ellipsis"}}, "IDEEP": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.DeviceType.IDEEP", "name": "IDEEP", "type": "builtins.ellipsis"}}, "MKLDNN": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.DeviceType.MKLDNN", "name": "MKLDNN", "type": "builtins.ellipsis"}}, "MLC": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.DeviceType.MLC", "name": "MLC", "type": "builtins.ellipsis"}}, "Meta": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.DeviceType.Meta", "name": "Meta", "type": "builtins.ellipsis"}}, "Metal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.DeviceType.Metal", "name": "Metal", "type": "builtins.ellipsis"}}, "OPENCL": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.DeviceType.OPENCL", "name": "OPENCL", "type": "builtins.ellipsis"}}, "OPENGL": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.DeviceType.OPENGL", "name": "OPENGL", "type": "builtins.ellipsis"}}, "ORT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.DeviceType.ORT", "name": "ORT", "type": "builtins.ellipsis"}}, "Vulkan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.DeviceType.Vulkan", "name": "Vulkan", "type": "builtins.ellipsis"}}, "XLA": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.DeviceType.XLA", "name": "XLA", "type": "builtins.ellipsis"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Enum": {".class": "SymbolTableNode", "cross_ref": "enum.Enum", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ProfilerActivity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._autograd.ProfilerActivity", "name": "ProfilerActivity", "type_vars": []}, "flags": ["is_enum"], "fullname": "torch._C._autograd.ProfilerActivity", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "torch._C._autograd", "mro": ["torch._C._autograd.ProfilerActivity", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "CPU": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.ProfilerActivity.CPU", "name": "CPU", "type": "builtins.ellipsis"}}, "CUDA": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.ProfilerActivity.CUDA", "name": "CUDA", "type": "builtins.ellipsis"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ProfilerConfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._autograd.ProfilerConfig", "name": "ProfilerConfig", "type_vars": []}, "flags": [], "fullname": "torch._C._autograd.ProfilerConfig", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._autograd", "mro": ["torch._C._autograd.ProfilerConfig", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state", "report_input_shapes", "profile_memory", "with_stack", "with_flops", "with_modules"], "flags": [], "fullname": "torch._C._autograd.ProfilerConfig.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state", "report_input_shapes", "profile_memory", "with_stack", "with_flops", "with_modules"], "arg_types": ["torch._C._autograd.ProfilerConfig", "torch._C._autograd.ProfilerState", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ProfilerConfig", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ProfilerEvent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._autograd.ProfilerEvent", "name": "ProfilerEvent", "type_vars": []}, "flags": [], "fullname": "torch._C._autograd.ProfilerEvent", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._autograd", "mro": ["torch._C._autograd.ProfilerEvent", "builtins.object"], "names": {".class": "SymbolTable", "cpu_elapsed_us": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._autograd.ProfilerEvent.cpu_elapsed_us", "name": "cpu_elapsed_us", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._autograd.ProfilerEvent", "torch._C._autograd.ProfilerEvent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cpu_elapsed_us of ProfilerEvent", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "cpu_memory_usage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._autograd.ProfilerEvent.cpu_memory_usage", "name": "cpu_memory_usage", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._autograd.ProfilerEvent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cpu_memory_usage of ProfilerEvent", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "cuda_elapsed_us": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._autograd.ProfilerEvent.cuda_elapsed_us", "name": "cuda_elapsed_us", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["torch._C._autograd.ProfilerEvent", "torch._C._autograd.ProfilerEvent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cuda_elapsed_us of ProfilerEvent", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "cuda_memory_usage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._autograd.ProfilerEvent.cuda_memory_usage", "name": "cuda_memory_usage", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._autograd.ProfilerEvent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cuda_memory_usage of ProfilerEvent", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._autograd.ProfilerEvent.device", "name": "device", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._autograd.ProfilerEvent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "device of ProfilerEvent", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "flops": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._autograd.ProfilerEvent.flops", "name": "flops", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._autograd.ProfilerEvent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flops of ProfilerEvent", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "handle": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._autograd.ProfilerEvent.handle", "name": "handle", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._autograd.ProfilerEvent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handle of ProfilerEvent", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "has_cuda": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._autograd.ProfilerEvent.has_cuda", "name": "has_cuda", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._autograd.ProfilerEvent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "has_cuda of ProfilerEvent", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_async": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._autograd.ProfilerEvent.is_async", "name": "is_async", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._autograd.ProfilerEvent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_async of ProfilerEvent", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_remote": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._autograd.ProfilerEvent.is_remote", "name": "is_remote", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._autograd.ProfilerEvent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_remote of ProfilerEvent", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "kind": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._autograd.ProfilerEvent.kind", "name": "kind", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._autograd.ProfilerEvent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kind of ProfilerEvent", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._autograd.ProfilerEvent.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._autograd.ProfilerEvent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of ProfilerEvent", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "node_id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._autograd.ProfilerEvent.node_id", "name": "node_id", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._autograd.ProfilerEvent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "node_id of ProfilerEvent", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sequence_nr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._autograd.ProfilerEvent.sequence_nr", "name": "sequence_nr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._autograd.ProfilerEvent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sequence_nr of ProfilerEvent", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "shapes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._autograd.ProfilerEvent.shapes", "name": "shapes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._autograd.ProfilerEvent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shapes of ProfilerEvent", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "thread_id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._autograd.ProfilerEvent.thread_id", "name": "thread_id", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._autograd.ProfilerEvent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "thread_id of ProfilerEvent", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ProfilerState": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._autograd.ProfilerState", "name": "ProfilerState", "type_vars": []}, "flags": ["is_enum"], "fullname": "torch._C._autograd.ProfilerState", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "torch._C._autograd", "mro": ["torch._C._autograd.ProfilerState", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "CPU": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.ProfilerState.CPU", "name": "CPU", "type": "builtins.ellipsis"}}, "CUDA": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.ProfilerState.CUDA", "name": "CUDA", "type": "builtins.ellipsis"}}, "Disable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.ProfilerState.Disable", "name": "Disable", "type": "builtins.ellipsis"}}, "KINETO": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.ProfilerState.KINETO", "name": "KINETO", "type": "builtins.ellipsis"}}, "KINETO_GPU_FALLBACK": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.ProfilerState.KINETO_GPU_FALLBACK", "name": "KINETO_GPU_FALLBACK", "type": "builtins.ellipsis"}}, "NVTX": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._autograd.ProfilerState.NVTX", "name": "NVTX", "type": "builtins.ellipsis"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SavedTensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._autograd.SavedTensor", "name": "SavedTensor", "type_vars": []}, "flags": [], "fullname": "torch._C._autograd.SavedTensor", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._autograd", "mro": ["torch._C._autograd.SavedTensor", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_KinetoEvent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._autograd._KinetoEvent", "name": "_KinetoEvent", "type_vars": []}, "flags": [], "fullname": "torch._C._autograd._KinetoEvent", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._autograd", "mro": ["torch._C._autograd._KinetoEvent", "builtins.object"], "names": {".class": "SymbolTable", "device_index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._autograd._KinetoEvent.device_index", "name": "device_index", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._autograd._KinetoEvent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "device_index of _KinetoEvent", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "duration_us": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._autograd._KinetoEvent.duration_us", "name": "duration_us", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._autograd._KinetoEvent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "duration_us of _KinetoEvent", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "is_async": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._autograd._KinetoEvent.is_async", "name": "is_async", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._autograd._KinetoEvent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_async of _KinetoEvent", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._autograd._KinetoEvent.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._autograd._KinetoEvent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of _KinetoEvent", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "start_us": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._autograd._KinetoEvent.start_us", "name": "start_us", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._autograd._KinetoEvent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "start_us of _KinetoEvent", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ProfilerResult": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._autograd._ProfilerResult", "name": "_ProfilerResult", "type_vars": []}, "flags": [], "fullname": "torch._C._autograd._ProfilerResult", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._autograd", "mro": ["torch._C._autograd._ProfilerResult", "builtins.object"], "names": {".class": "SymbolTable", "events": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._autograd._ProfilerResult.events", "name": "events", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._autograd._ProfilerResult"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "events of _ProfilerResult", "ret_type": {".class": "Instance", "args": ["torch._C._autograd._KinetoEvent"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "legacy_events": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._autograd._ProfilerResult.legacy_events", "name": "legacy_events", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._autograd._ProfilerResult"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "legacy_events of _ProfilerResult", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["torch._C._autograd.ProfilerEvent"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "save": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "torch._C._autograd._ProfilerResult.save", "name": "save", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["torch._C._autograd._ProfilerResult", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "save of _ProfilerResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._autograd.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._autograd.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._autograd.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._autograd.__package__", "name": "__package__", "type": "builtins.str"}}, "_add_metadata_json": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["key", "value"], "flags": [], "fullname": "torch._C._autograd._add_metadata_json", "name": "_add_metadata_json", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["key", "value"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_add_metadata_json", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_disable_profiler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._autograd._disable_profiler", "name": "_disable_profiler", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_disable_profiler", "ret_type": "torch._C._autograd._ProfilerResult", "type_guard": null, "variables": []}}}, "_disable_profiler_legacy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._autograd._disable_profiler_legacy", "name": "_disable_profiler_legacy", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_disable_profiler_legacy", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["torch._C._autograd.ProfilerEvent"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_enable_profiler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["config", "activities"], "flags": [], "fullname": "torch._C._autograd._enable_profiler", "name": "_enable_profiler", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["config", "activities"], "arg_types": ["torch._C._autograd.ProfilerConfig", {".class": "Instance", "args": ["torch._C._autograd.ProfilerActivity"], "type_ref": "builtins.set"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_enable_profiler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_enable_profiler_legacy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "torch._C._autograd._enable_profiler_legacy", "name": "_enable_profiler_legacy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["torch._C._autograd.ProfilerConfig"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_enable_profiler_legacy", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_enable_record_function": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["enable"], "flags": [], "fullname": "torch._C._autograd._enable_record_function", "name": "_enable_record_function", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["enable"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_enable_record_function", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_prepare_profiler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["config", "activities"], "flags": [], "fullname": "torch._C._autograd._prepare_profiler", "name": "_prepare_profiler", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["config", "activities"], "arg_types": ["torch._C._autograd.ProfilerConfig", {".class": "Instance", "args": ["torch._C._autograd.ProfilerActivity"], "type_ref": "builtins.set"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_prepare_profiler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_profiler_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._autograd._profiler_enabled", "name": "_profiler_enabled", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_profiler_enabled", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_register_saved_tensors_default_hooks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["pack_hook", "unpack_hook"], "flags": [], "fullname": "torch._C._autograd._register_saved_tensors_default_hooks", "name": "_register_saved_tensors_default_hooks", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["pack_hook", "unpack_hook"], "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": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_register_saved_tensors_default_hooks", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_reset_saved_tensors_default_hooks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._autograd._reset_saved_tensors_default_hooks", "name": "_reset_saved_tensors_default_hooks", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_reset_saved_tensors_default_hooks", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_set_empty_test_observer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["is_global", "sampling_prob"], "flags": [], "fullname": "torch._C._autograd._set_empty_test_observer", "name": "_set_empty_test_observer", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["is_global", "sampling_prob"], "arg_types": ["builtins.bool", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_empty_test_observer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_supported_activities": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._autograd._supported_activities", "name": "_supported_activities", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_supported_activities", "ret_type": {".class": "Instance", "args": ["torch._C._autograd.ProfilerActivity"], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "kineto_available": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._autograd.kineto_available", "name": "kineto_available", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kineto_available", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_C/_autograd.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/_autograd.meta.json b/.mypy_cache/3.9/torch/_C/_autograd.meta.json deleted file mode 100644 index 0182d6cf7..000000000 --- a/.mypy_cache/3.9/torch/_C/_autograd.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 1], "dep_prios": [5, 5, 5], "dependencies": ["typing", "enum", "builtins"], "hash": "3ded2999fb4826daae57a1864a66cb6401d35ab04929055b6ab46f49b822fa5a", "id": "torch._C._autograd", "ignore_all": true, "interface_hash": "c94c1b8b647de1c93021a8dca14b668ba43d7c346e4c6db29b599324b16f650d", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/_C/_autograd.pyi", "plugin_data": null, "size": 2744, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/_cudnn.data.json b/.mypy_cache/3.9/torch/_C/_cudnn.data.json deleted file mode 100644 index 2c5380a8c..000000000 --- a/.mypy_cache/3.9/torch/_C/_cudnn.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._C._cudnn", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Enum": {".class": "SymbolTableNode", "cross_ref": "enum.Enum", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Number": {".class": "SymbolTableNode", "cross_ref": "torch.types.Number", "kind": "Gdef", "module_hidden": true, "module_public": false}, "RNNMode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.int", "enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._cudnn.RNNMode", "name": "RNNMode", "type_vars": []}, "flags": ["is_enum"], "fullname": "torch._C._cudnn.RNNMode", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "torch._C._cudnn", "mro": ["torch._C._cudnn.RNNMode", "builtins.int", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "gru": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._cudnn.RNNMode.gru", "name": "gru", "type": "builtins.ellipsis"}}, "lstm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._cudnn.RNNMode.lstm", "name": "lstm", "type": "builtins.ellipsis"}}, "rnn_relu": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._cudnn.RNNMode.rnn_relu", "name": "rnn_relu", "type": "builtins.ellipsis"}}, "rnn_tanh": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._cudnn.RNNMode.rnn_tanh", "name": "rnn_tanh", "type": "builtins.ellipsis"}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._cudnn.RNNMode.value", "name": "value", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._cudnn.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._cudnn.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._cudnn.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._cudnn.__package__", "name": "__package__", "type": "builtins.str"}}, "_bool": {".class": "SymbolTableNode", "cross_ref": "torch.types._bool", "kind": "Gdef", "module_hidden": true, "module_public": false}, "getCompileVersion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._cudnn.getCompileVersion", "name": "getCompileVersion", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getCompileVersion", "ret_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"}}, "type_guard": null, "variables": []}}}, "getRuntimeVersion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._cudnn.getRuntimeVersion", "name": "getRuntimeVersion", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getRuntimeVersion", "ret_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"}}, "type_guard": null, "variables": []}}}, "getVersionInt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._cudnn.getVersionInt", "name": "getVersionInt", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getVersionInt", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "is_cuda": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._cudnn.is_cuda", "name": "is_cuda", "type": "builtins.bool"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_C/_cudnn.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/_cudnn.meta.json b/.mypy_cache/3.9/torch/_C/_cudnn.meta.json deleted file mode 100644 index 9807152dd..000000000 --- a/.mypy_cache/3.9/torch/_C/_cudnn.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["enum", "torch.types", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "d5e9d8fd058b672a6edc256eb1204a494507ad043598a122b4d55f3ffcad2ce1", "id": "torch._C._cudnn", "ignore_all": true, "interface_hash": "94065639b4aaec4bce52fbee2db0fd131809fe0bb4a72bf355ebb0cf17ee0223", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/_C/_cudnn.pyi", "plugin_data": null, "size": 378, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/_distributed_autograd.data.json b/.mypy_cache/3.9/torch/_C/_distributed_autograd.data.json deleted file mode 100644 index dd54b3f73..000000000 --- a/.mypy_cache/3.9/torch/_C/_distributed_autograd.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._C._distributed_autograd", "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}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DistAutogradContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_autograd.DistAutogradContext", "name": "DistAutogradContext", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_autograd.DistAutogradContext", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_autograd", "mro": ["torch._C._distributed_autograd.DistAutogradContext", "builtins.object"], "names": {".class": "SymbolTable", "_context_id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_autograd.DistAutogradContext._context_id", "name": "_context_id", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_autograd.DistAutogradContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_context_id of DistAutogradContext", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_known_worker_ids": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_autograd.DistAutogradContext._known_worker_ids", "name": "_known_worker_ids", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_autograd.DistAutogradContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_known_worker_ids of DistAutogradContext", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "_recv_functions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_autograd.DistAutogradContext._recv_functions", "name": "_recv_functions", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_autograd.DistAutogradContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_recv_functions of DistAutogradContext", "ret_type": {".class": "Instance", "args": ["builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "_send_functions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_autograd.DistAutogradContext._send_functions", "name": "_send_functions", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_autograd.DistAutogradContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_send_functions of DistAutogradContext", "ret_type": {".class": "Instance", "args": ["builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._distributed_autograd.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._distributed_autograd.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._distributed_autograd.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._distributed_autograd.__package__", "name": "__package__", "type": "builtins.str"}}, "_current_context": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._distributed_autograd._current_context", "name": "_current_context", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_current_context", "ret_type": "torch._C._distributed_autograd.DistAutogradContext", "type_guard": null, "variables": []}}}, "_get_debug_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._distributed_autograd._get_debug_info", "name": "_get_debug_info", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_debug_info", "ret_type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "_get_max_id": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._distributed_autograd._get_max_id", "name": "_get_max_id", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_max_id", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_init": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["worker_id"], "flags": [], "fullname": "torch._C._distributed_autograd._init", "name": "_init", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["worker_id"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_init", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_is_valid_context": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["worker_id"], "flags": [], "fullname": "torch._C._distributed_autograd._is_valid_context", "name": "_is_valid_context", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["worker_id"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_valid_context", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_new_context": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._distributed_autograd._new_context", "name": "_new_context", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_new_context", "ret_type": "torch._C._distributed_autograd.DistAutogradContext", "type_guard": null, "variables": []}}}, "_release_context": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["context_id"], "flags": [], "fullname": "torch._C._distributed_autograd._release_context", "name": "_release_context", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["context_id"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_release_context", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_retrieve_context": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["context_id"], "flags": [], "fullname": "torch._C._distributed_autograd._retrieve_context", "name": "_retrieve_context", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["context_id"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_retrieve_context", "ret_type": "torch._C._distributed_autograd.DistAutogradContext", "type_guard": null, "variables": []}}}, "backward": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["context_id", "roots", "retain_graph"], "flags": [], "fullname": "torch._C._distributed_autograd.backward", "name": "backward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["context_id", "roots", "retain_graph"], "arg_types": ["builtins.int", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "backward", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get_gradients": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["context_id"], "flags": [], "fullname": "torch._C._distributed_autograd.get_gradients", "name": "get_gradients", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["context_id"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_gradients", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_C/_distributed_autograd.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/_distributed_autograd.meta.json b/.mypy_cache/3.9/torch/_C/_distributed_autograd.meta.json deleted file mode 100644 index b1b35821c..000000000 --- a/.mypy_cache/3.9/torch/_C/_distributed_autograd.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time"], "hash": "995f8c8d1e8fce7ffa42bb0f7a6743caf45e413899606492269907752c6e7446", "id": "torch._C._distributed_autograd", "ignore_all": true, "interface_hash": "9e2ab3b361f99048f9fdb4203c4ec7de24b45bdfe38e8507d13c47fa9bb5fb7f", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/_C/_distributed_autograd.pyi", "plugin_data": null, "size": 908, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/_distributed_c10d.data.json b/.mypy_cache/3.9/torch/_C/_distributed_c10d.data.json deleted file mode 100644 index cf152faf7..000000000 --- a/.mypy_cache/3.9/torch/_C/_distributed_c10d.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._C._distributed_c10d", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AllGatherOptions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.AllGatherOptions", "name": "AllGatherOptions", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.AllGatherOptions", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.AllGatherOptions", "builtins.object"], "names": {".class": "SymbolTable", "timeout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_c10d.AllGatherOptions.timeout", "name": "timeout", "type": "datetime.timedelta"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AllToAllOptions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.AllToAllOptions", "name": "AllToAllOptions", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.AllToAllOptions", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.AllToAllOptions", "builtins.object"], "names": {".class": "SymbolTable", "timeout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_c10d.AllToAllOptions.timeout", "name": "timeout", "type": "datetime.timedelta"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AllreduceCoalescedOptions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C._distributed_c10d.AllreduceOptions"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.AllreduceCoalescedOptions", "name": "AllreduceCoalescedOptions", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.AllreduceCoalescedOptions", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.AllreduceCoalescedOptions", "torch._C._distributed_c10d.AllreduceOptions", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AllreduceOptions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.AllreduceOptions", "name": "AllreduceOptions", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.AllreduceOptions", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.AllreduceOptions", "builtins.object"], "names": {".class": "SymbolTable", "reduceOp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_c10d.AllreduceOptions.reduceOp", "name": "reduceOp", "type": "torch._C._distributed_c10d.ReduceOp"}}, "timeout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_c10d.AllreduceOptions.timeout", "name": "timeout", "type": "datetime.timedelta"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BarrierOptions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.BarrierOptions", "name": "BarrierOptions", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.BarrierOptions", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.BarrierOptions", "builtins.object"], "names": {".class": "SymbolTable", "device_ids": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_c10d.BarrierOptions.device_ids", "name": "device_ids", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}}}, "timeout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_c10d.BarrierOptions.timeout", "name": "timeout", "type": "datetime.timedelta"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BroadcastOptions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.BroadcastOptions", "name": "BroadcastOptions", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.BroadcastOptions", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.BroadcastOptions", "builtins.object"], "names": {".class": "SymbolTable", "rootRank": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_c10d.BroadcastOptions.rootRank", "name": "rootRank", "type": "builtins.int"}}, "rootTensor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_c10d.BroadcastOptions.rootTensor", "name": "rootTensor", "type": "builtins.int"}}, "timeout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_c10d.BroadcastOptions.timeout", "name": "timeout", "type": "datetime.timedelta"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BuiltinCommHookType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.BuiltinCommHookType", "name": "BuiltinCommHookType", "type_vars": []}, "flags": ["is_enum"], "fullname": "torch._C._distributed_c10d.BuiltinCommHookType", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.BuiltinCommHookType", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "ALLREDUCE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._distributed_c10d.BuiltinCommHookType.ALLREDUCE", "name": "ALLREDUCE", "type": "builtins.ellipsis"}}, "FP16_COMPRESS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._distributed_c10d.BuiltinCommHookType.FP16_COMPRESS", "name": "FP16_COMPRESS", "type": "builtins.ellipsis"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Enum": {".class": "SymbolTableNode", "cross_ref": "enum.Enum", "kind": "Gdef", "module_hidden": true, "module_public": false}, "FileStore": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C._distributed_c10d.Store"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.FileStore", "name": "FileStore", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.FileStore", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.FileStore", "torch._C._distributed_c10d.Store", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "path", "numWorkers"], "flags": [], "fullname": "torch._C._distributed_c10d.FileStore.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "path", "numWorkers"], "arg_types": ["torch._C._distributed_c10d.FileStore", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FileStore", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "GatherOptions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.GatherOptions", "name": "GatherOptions", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.GatherOptions", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.GatherOptions", "builtins.object"], "names": {".class": "SymbolTable", "rootRank": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_c10d.GatherOptions.rootRank", "name": "rootRank", "type": "builtins.int"}}, "timeout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_c10d.GatherOptions.timeout", "name": "timeout", "type": "datetime.timedelta"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "GradBucket": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.GradBucket", "name": "GradBucket", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.GradBucket", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.GradBucket", "builtins.object"], "names": {".class": "SymbolTable", "buffer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_c10d.GradBucket.buffer", "name": "buffer", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_c10d.GradBucket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "buffer of GradBucket", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "gradients": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_c10d.GradBucket.gradients", "name": "gradients", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_c10d.GradBucket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gradients of GradBucket", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_c10d.GradBucket.index", "name": "index", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_c10d.GradBucket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index of GradBucket", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "is_last": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_c10d.GradBucket.is_last", "name": "is_last", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_c10d.GradBucket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_last of GradBucket", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_c10d.GradBucket.parameters", "name": "parameters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_c10d.GradBucket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parameters of GradBucket", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "set_buffer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tensor"], "flags": [], "fullname": "torch._C._distributed_c10d.GradBucket.set_buffer", "name": "set_buffer", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "tensor"], "arg_types": ["torch._C._distributed_c10d.GradBucket", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_buffer of GradBucket", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HashStore": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C._distributed_c10d.Store"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.HashStore", "name": "HashStore", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.HashStore", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.HashStore", "torch._C._distributed_c10d.Store", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_c10d.HashStore.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Logger": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.Logger", "name": "Logger", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.Logger", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.Logger", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "reducer"], "flags": [], "fullname": "torch._C._distributed_c10d.Logger.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "reducer"], "arg_types": ["torch._C._distributed_c10d.Logger", "torch._C._distributed_c10d.Reducer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Logger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_construction_data_and_log": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "module_name", "device_ids", "output_device", "broadcast_buffers"], "flags": [], "fullname": "torch._C._distributed_c10d.Logger.set_construction_data_and_log", "name": "set_construction_data_and_log", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "module_name", "device_ids", "output_device", "broadcast_buffers"], "arg_types": ["torch._C._distributed_c10d.Logger", "builtins.str", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_construction_data_and_log of Logger", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PrefixStore": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C._distributed_c10d.Store"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.PrefixStore", "name": "PrefixStore", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.PrefixStore", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.PrefixStore", "torch._C._distributed_c10d.Store", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prefix", "store"], "flags": [], "fullname": "torch._C._distributed_c10d.PrefixStore.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "prefix", "store"], "arg_types": ["torch._C._distributed_c10d.PrefixStore", "builtins.str", "torch._C._distributed_c10d.Store"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PrefixStore", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ProcessGroup": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.ProcessGroup", "name": "ProcessGroup", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.ProcessGroup", "builtins.object"], "names": {".class": "SymbolTable", "Options": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.ProcessGroup.Options", "name": "Options", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup.Options", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.ProcessGroup.Options", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup.__init__", "name": "__init__", "type": null}}, "_allgather_base": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "output", "input", "opts"], "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup._allgather_base", "name": "_allgather_base", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "output", "input", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_allgather_base of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}}, "_reduce_scatter_base": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "outputTensor", "inputTensor"], "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup._reduce_scatter_base", "name": "_reduce_scatter_base", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "outputTensor", "inputTensor"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_reduce_scatter_base of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}}, "allgather": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup.allgather", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "output_tensors", "input_tensors", "opts"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroup.allgather", "name": "allgather", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "output_tensors", "input_tensors", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "allgather of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "allgather", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "output_tensors", "input_tensor"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroup.allgather", "name": "allgather", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "output_tensors", "input_tensor"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "allgather of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "allgather", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "output_tensors", "input_tensors", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "allgather of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "output_tensors", "input_tensor"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "allgather of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}]}}}, "allgather_coalesced": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "output_lists", "input_list", "opts"], "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup.allgather_coalesced", "name": "allgather_coalesced", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "output_lists", "input_list", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "allgather_coalesced of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}}, "allreduce": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup.allreduce", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensors", "opts"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroup.allreduce", "name": "allreduce", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensors", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "torch._C._distributed_c10d.AllreduceOptions"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "allreduce of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "allreduce", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensors", "op"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroup.allreduce", "name": "allreduce", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensors", "op"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "allreduce of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "allreduce", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensor", "op"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroup.allreduce", "name": "allreduce", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensor", "op"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", "torch._tensor.Tensor", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "allreduce of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "allreduce", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensors", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "torch._C._distributed_c10d.AllreduceOptions"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "allreduce of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensors", "op"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "allreduce of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensor", "op"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", "torch._tensor.Tensor", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "allreduce of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}]}}}, "allreduce_coalesced": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensors", "opts"], "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup.allreduce_coalesced", "name": "allreduce_coalesced", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensors", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "allreduce_coalesced of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}}, "alltoall": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup.alltoall", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "output_tensor", "input_tensor", "opts"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroup.alltoall", "name": "alltoall", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "output_tensor", "input_tensor", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "alltoall of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "alltoall", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "output", "input"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroup.alltoall", "name": "alltoall", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "output", "input"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "alltoall of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "alltoall", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "output_tensor", "input_tensor", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "alltoall of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "output", "input"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "alltoall of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}]}}}, "alltoall_base": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup.alltoall_base", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1], "arg_names": ["self", "output_tensor", "input_tensor", "output_split_sizes", "input_split_sizes", "opts"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroup.alltoall_base", "name": "alltoall_base", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 1], "arg_names": ["self", "output_tensor", "input_tensor", "output_split_sizes", "input_split_sizes", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "alltoall_base of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "alltoall_base", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "output", "input", "output_split_sizes", "input_split_sizes"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroup.alltoall_base", "name": "alltoall_base", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "output", "input", "output_split_sizes", "input_split_sizes"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "alltoall_base of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "alltoall_base", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 1], "arg_names": ["self", "output_tensor", "input_tensor", "output_split_sizes", "input_split_sizes", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "alltoall_base of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "output", "input", "output_split_sizes", "input_split_sizes"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "alltoall_base of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}]}}}, "barrier": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "opts"], "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup.barrier", "name": "barrier", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "barrier of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}}, "broadcast": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup.broadcast", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensors", "opts"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroup.broadcast", "name": "broadcast", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensors", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "broadcast of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "broadcast", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tensor", "root"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroup.broadcast", "name": "broadcast", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tensor", "root"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "broadcast of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "broadcast", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensors", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "broadcast of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tensor", "root"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "broadcast of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}]}}}, "gather": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup.gather", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "output_tensors", "input_tensors", "opts"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroup.gather", "name": "gather", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "output_tensors", "input_tensors", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gather of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "gather", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "output_tensors", "input_tensor", "root"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroup.gather", "name": "gather", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "output_tensors", "input_tensor", "root"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gather of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "gather", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "output_tensors", "input_tensors", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gather of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "output_tensors", "input_tensor", "root"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gather of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}]}}}, "rank": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup.rank", "name": "rank", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rank of ProcessGroup", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "recv": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "tensors", "srcRank", "tag"], "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup.recv", "name": "recv", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "tensors", "srcRank", "tag"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "recv of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}}, "recv_anysource": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tensors", "tag"], "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup.recv_anysource", "name": "recv_anysource", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "tensors", "tag"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "recv_anysource of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}}, "reduce": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup.reduce", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensors", "opts"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroup.reduce", "name": "reduce", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensors", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reduce of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "reduce", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "tensor", "root", "op"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroup.reduce", "name": "reduce", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "tensor", "root", "op"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", "torch._tensor.Tensor", "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reduce of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "reduce", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensors", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reduce of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "tensor", "root", "op"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", "torch._tensor.Tensor", "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reduce of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}]}}}, "reduce_scatter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup.reduce_scatter", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "output_tensors", "input_tensors", "opts"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroup.reduce_scatter", "name": "reduce_scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "output_tensors", "input_tensors", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reduce_scatter of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "reduce_scatter", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "output_tensors", "input_tensor"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroup.reduce_scatter", "name": "reduce_scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "output_tensors", "input_tensor"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", "torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reduce_scatter of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "reduce_scatter", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "output_tensors", "input_tensors", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reduce_scatter of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "output_tensors", "input_tensor"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", "torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reduce_scatter of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}]}}}, "scatter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup.scatter", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "output_tensors", "input_tensors", "opts"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroup.scatter", "name": "scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "output_tensors", "input_tensors", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "output_tensor", "input_tensors", "root"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroup.scatter", "name": "scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "output_tensor", "input_tensors", "root"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", "torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "output_tensors", "input_tensors", "opts"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "output_tensor", "input_tensors", "root"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", "torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}]}}}, "send": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "tensors", "dstRank", "tag"], "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup.send", "name": "send", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "tensors", "dstRank", "tag"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "send of ProcessGroup", "ret_type": "torch._C._distributed_c10d.Work", "type_guard": null, "variables": []}}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroup.size", "name": "size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "size of ProcessGroup", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ProcessGroupGloo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C._distributed_c10d.ProcessGroup"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.ProcessGroupGloo", "name": "ProcessGroupGloo", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroupGloo", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.ProcessGroupGloo", "torch._C._distributed_c10d.ProcessGroup", "builtins.object"], "names": {".class": "SymbolTable", "Device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.ProcessGroupGloo.Device", "name": "Device", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroupGloo.Device", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.ProcessGroupGloo.Device", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Options": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.ProcessGroupGloo.Options", "name": "Options", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroupGloo.Options", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.ProcessGroupGloo.Options", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "store", "rank", "size", "timeout"], "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroupGloo.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "store", "rank", "size", "timeout"], "arg_types": ["torch._C._distributed_c10d.ProcessGroupGloo", "torch._C._distributed_c10d.Store", "builtins.int", "builtins.int", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ProcessGroupGloo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "create_default_device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroupGloo.create_default_device", "name": "create_default_device", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_default_device of ProcessGroupGloo", "ret_type": "torch._C._distributed_c10d.ProcessGroupGloo.Device", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "create_default_device", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_default_device of ProcessGroupGloo", "ret_type": "torch._C._distributed_c10d.ProcessGroupGloo.Device", "type_guard": null, "variables": []}}}}, "create_device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1, 1], "arg_names": ["hostname", "interface"], "flags": ["is_static", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroupGloo.create_device", "name": "create_device", "type": {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["hostname", "interface"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_device of ProcessGroupGloo", "ret_type": "torch._C._distributed_c10d.ProcessGroupGloo.Device", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "create_device", "type": {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["hostname", "interface"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_device of ProcessGroupGloo", "ret_type": "torch._C._distributed_c10d.ProcessGroupGloo.Device", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ProcessGroupMPI": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C._distributed_c10d.ProcessGroup"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.ProcessGroupMPI", "name": "ProcessGroupMPI", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroupMPI", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.ProcessGroupMPI", "torch._C._distributed_c10d.ProcessGroup", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "rank", "size", "pgComm"], "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroupMPI.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "rank", "size", "pgComm"], "arg_types": ["torch._C._distributed_c10d.ProcessGroupMPI", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ProcessGroupMPI", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "create": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ranks"], "flags": ["is_static", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroupMPI.create", "name": "create", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ranks"], "arg_types": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create of ProcessGroupMPI", "ret_type": "torch._C._distributed_c10d.ProcessGroupMPI", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "create", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ranks"], "arg_types": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create of ProcessGroupMPI", "ret_type": "torch._C._distributed_c10d.ProcessGroupMPI", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ProcessGroupNCCL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C._distributed_c10d.ProcessGroup"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.ProcessGroupNCCL", "name": "ProcessGroupNCCL", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroupNCCL", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.ProcessGroupNCCL", "torch._C._distributed_c10d.ProcessGroup", "builtins.object"], "names": {".class": "SymbolTable", "Options": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.ProcessGroupNCCL.Options", "name": "Options", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroupNCCL.Options", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.ProcessGroupNCCL.Options", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "store", "rank", "size", "timeout"], "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroupNCCL.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "store", "rank", "size", "timeout"], "arg_types": ["torch._C._distributed_c10d.ProcessGroupNCCL", "torch._C._distributed_c10d.Store", "builtins.int", "builtins.int", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ProcessGroupNCCL", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_group_end": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroupNCCL._group_end", "name": "_group_end", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_group_end of ProcessGroupNCCL", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_group_end", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_group_end of ProcessGroupNCCL", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "_group_start": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "torch._C._distributed_c10d.ProcessGroupNCCL._group_start", "name": "_group_start", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_group_start of ProcessGroupNCCL", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_group_start", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_group_start of ProcessGroupNCCL", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ProcessGroupRoundRobin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C._distributed_c10d.ProcessGroup"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.ProcessGroupRoundRobin", "name": "ProcessGroupRoundRobin", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.ProcessGroupRoundRobin", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.ProcessGroupRoundRobin", "torch._C._distributed_c10d.ProcessGroup", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReduceOp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.ReduceOp", "name": "ReduceOp", "type_vars": []}, "flags": ["is_enum"], "fullname": "torch._C._distributed_c10d.ReduceOp", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.ReduceOp", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "BAND": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._distributed_c10d.ReduceOp.BAND", "name": "BAND", "type": "builtins.ellipsis"}}, "BOR": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._distributed_c10d.ReduceOp.BOR", "name": "BOR", "type": "builtins.ellipsis"}}, "BXOR": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._distributed_c10d.ReduceOp.BXOR", "name": "BXOR", "type": "builtins.ellipsis"}}, "MAX": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._distributed_c10d.ReduceOp.MAX", "name": "MAX", "type": "builtins.ellipsis"}}, "MIN": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._distributed_c10d.ReduceOp.MIN", "name": "MIN", "type": "builtins.ellipsis"}}, "PRODUCT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._distributed_c10d.ReduceOp.PRODUCT", "name": "PRODUCT", "type": "builtins.ellipsis"}}, "SUM": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._distributed_c10d.ReduceOp.SUM", "name": "SUM", "type": "builtins.ellipsis"}}, "UNUSED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._distributed_c10d.ReduceOp.UNUSED", "name": "UNUSED", "type": "builtins.ellipsis"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReduceOptions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.ReduceOptions", "name": "ReduceOptions", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.ReduceOptions", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.ReduceOptions", "builtins.object"], "names": {".class": "SymbolTable", "reduceOp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_c10d.ReduceOptions.reduceOp", "name": "reduceOp", "type": "torch._C._distributed_c10d.ReduceOp"}}, "rootRank": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_c10d.ReduceOptions.rootRank", "name": "rootRank", "type": "builtins.int"}}, "rootTensor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_c10d.ReduceOptions.rootTensor", "name": "rootTensor", "type": "builtins.int"}}, "timeout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_c10d.ReduceOptions.timeout", "name": "timeout", "type": "datetime.timedelta"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReduceScatterOptions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.ReduceScatterOptions", "name": "ReduceScatterOptions", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.ReduceScatterOptions", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.ReduceScatterOptions", "builtins.object"], "names": {".class": "SymbolTable", "reduceOp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_c10d.ReduceScatterOptions.reduceOp", "name": "reduceOp", "type": "torch._C._distributed_c10d.ReduceOp"}}, "timeout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_c10d.ReduceScatterOptions.timeout", "name": "timeout", "type": "datetime.timedelta"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Reducer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.Reducer", "name": "Reducer", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.Reducer", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.Reducer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "replicas", "bucket_indices", "process_group", "expect_sparse_gradients", "bucket_bytes_cap", "find_unused_parameters", "gradient_as_bucket_view"], "flags": [], "fullname": "torch._C._distributed_c10d.Reducer.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "replicas", "bucket_indices", "process_group", "expect_sparse_gradients", "bucket_bytes_cap", "find_unused_parameters", "gradient_as_bucket_view"], "arg_types": ["torch._C._distributed_c10d.Reducer", {".class": "Instance", "args": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, "torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.bool"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Reducer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ScatterOptions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.ScatterOptions", "name": "ScatterOptions", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.ScatterOptions", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.ScatterOptions", "builtins.object"], "names": {".class": "SymbolTable", "rootRank": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_c10d.ScatterOptions.rootRank", "name": "rootRank", "type": "builtins.int"}}, "timeout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_c10d.ScatterOptions.timeout", "name": "timeout", "type": "datetime.timedelta"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Store": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.Store", "name": "Store", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.Store", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.Store", "builtins.object"], "names": {".class": "SymbolTable", "add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "flags": [], "fullname": "torch._C._distributed_c10d.Store.add", "name": "add", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "arg_types": ["torch._C._distributed_c10d.Store", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add of Store", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "compare_set": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "key", "expected_value", "desired_value"], "flags": [], "fullname": "torch._C._distributed_c10d.Store.compare_set", "name": "compare_set", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "key", "expected_value", "desired_value"], "arg_types": ["torch._C._distributed_c10d.Store", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compare_set of Store", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "delete_key": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "torch._C._distributed_c10d.Store.delete_key", "name": "delete_key", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "arg_types": ["torch._C._distributed_c10d.Store", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "delete_key of Store", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "torch._C._distributed_c10d.Store.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "arg_types": ["torch._C._distributed_c10d.Store", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of Store", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "num_keys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_c10d.Store.num_keys", "name": "num_keys", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_c10d.Store"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "num_keys of Store", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "set": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "flags": [], "fullname": "torch._C._distributed_c10d.Store.set", "name": "set", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "arg_types": ["torch._C._distributed_c10d.Store", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set of Store", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "set_timeout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "timeout"], "flags": [], "fullname": "torch._C._distributed_c10d.Store.set_timeout", "name": "set_timeout", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "timeout"], "arg_types": ["torch._C._distributed_c10d.Store", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_timeout of Store", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "wait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._distributed_c10d.Store.wait", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "keys"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_c10d.Store.wait", "name": "wait", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "keys"], "arg_types": ["torch._C._distributed_c10d.Store", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait of Store", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "wait", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "keys", "timeout"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_c10d.Store.wait", "name": "wait", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "keys", "timeout"], "arg_types": ["torch._C._distributed_c10d.Store", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait of Store", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "wait", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "keys"], "arg_types": ["torch._C._distributed_c10d.Store", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait of Store", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "keys", "timeout"], "arg_types": ["torch._C._distributed_c10d.Store", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait of Store", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TCPStore": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C._distributed_c10d.Store"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.TCPStore", "name": "TCPStore", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.TCPStore", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.TCPStore", "torch._C._distributed_c10d.Store", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "host_name", "port", "world_size", "is_master", "timeout", "wait_for_workers", "multi_tenant"], "flags": [], "fullname": "torch._C._distributed_c10d.TCPStore.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "host_name", "port", "world_size", "is_master", "timeout", "wait_for_workers", "multi_tenant"], "arg_types": ["torch._C._distributed_c10d.TCPStore", "builtins.str", "builtins.int", "builtins.int", "builtins.bool", "datetime.timedelta", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TCPStore", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Work": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d.Work", "name": "Work", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d.Work", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d.Work", "builtins.object"], "names": {".class": "SymbolTable", "_source_rank": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_c10d.Work._source_rank", "name": "_source_rank", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_c10d.Work"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_source_rank of Work", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "exception": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_c10d.Work.exception", "name": "exception", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_c10d.Work"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exception of Work", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "is_completed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_c10d.Work.is_completed", "name": "is_completed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_c10d.Work"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_completed of Work", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_success": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_c10d.Work.is_success", "name": "is_success", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_c10d.Work"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_success of Work", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "result": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_c10d.Work.result", "name": "result", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_c10d.Work"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "result of Work", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "source_rank": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_c10d.Work.source_rank", "name": "source_rank", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_c10d.Work"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "source_rank of Work", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "synchronize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_c10d.Work.synchronize", "name": "synchronize", "type": null}}, "wait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "torch._C._distributed_c10d.Work.wait", "name": "wait", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": ["torch._C._distributed_c10d.Work", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait of Work", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_DEFAULT_FIRST_BUCKET_BYTES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._distributed_c10d._DEFAULT_FIRST_BUCKET_BYTES", "name": "_DEFAULT_FIRST_BUCKET_BYTES", "type": "builtins.int"}}, "_DEFAULT_NO_TIMEOUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._distributed_c10d._DEFAULT_NO_TIMEOUT", "name": "_DEFAULT_NO_TIMEOUT", "type": "datetime.timedelta"}}, "_DEFAULT_PG_TIMEOUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._distributed_c10d._DEFAULT_PG_TIMEOUT", "name": "_DEFAULT_PG_TIMEOUT", "type": "datetime.timedelta"}}, "_DistributedDebugLevel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d._DistributedDebugLevel", "name": "_DistributedDebugLevel", "type_vars": []}, "flags": ["is_enum"], "fullname": "torch._C._distributed_c10d._DistributedDebugLevel", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d._DistributedDebugLevel", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "DETAIL": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._distributed_c10d._DistributedDebugLevel.DETAIL", "name": "DETAIL", "type": "builtins.ellipsis"}}, "INFO": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._distributed_c10d._DistributedDebugLevel.INFO", "name": "INFO", "type": "builtins.ellipsis"}}, "OFF": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._distributed_c10d._DistributedDebugLevel.OFF", "name": "OFF", "type": "builtins.ellipsis"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ProcessGroupWrapper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C._distributed_c10d.ProcessGroup"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_c10d._ProcessGroupWrapper", "name": "_ProcessGroupWrapper", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_c10d._ProcessGroupWrapper", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_c10d", "mro": ["torch._C._distributed_c10d._ProcessGroupWrapper", "torch._C._distributed_c10d.ProcessGroup", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "pg", "gloo_pg"], "flags": [], "fullname": "torch._C._distributed_c10d._ProcessGroupWrapper.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "pg", "gloo_pg"], "arg_types": ["torch._C._distributed_c10d._ProcessGroupWrapper", "torch._C._distributed_c10d.ProcessGroup", "torch._C._distributed_c10d.ProcessGroupGloo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _ProcessGroupWrapper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._distributed_c10d.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._distributed_c10d.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._distributed_c10d.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._distributed_c10d.__package__", "name": "__package__", "type": "builtins.str"}}, "_broadcast_coalesced": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["process_group", "tensors", "buffer_size", "src"], "flags": [], "fullname": "torch._C._distributed_c10d._broadcast_coalesced", "name": "_broadcast_coalesced", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["process_group", "tensors", "buffer_size", "src"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_broadcast_coalesced", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_compute_bucket_assignment_by_size": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["tensors", "bucket_size", "expect_sparse_gradient", "tensor_indices"], "flags": [], "fullname": "torch._C._distributed_c10d._compute_bucket_assignment_by_size", "name": "_compute_bucket_assignment_by_size", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["tensors", "bucket_size", "expect_sparse_gradient", "tensor_indices"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "builtins.int", {".class": "Instance", "args": ["builtins.bool"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compute_bucket_assignment_by_size", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}], "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_debug_mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._distributed_c10d._get_debug_mode", "name": "_get_debug_mode", "type": null}}, "_register_builtin_comm_hook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["reducer", "comm_hook_type"], "flags": [], "fullname": "torch._C._distributed_c10d._register_builtin_comm_hook", "name": "_register_builtin_comm_hook", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["reducer", "comm_hook_type"], "arg_types": ["torch._C._distributed_c10d.Reducer", "torch._C._distributed_c10d.BuiltinCommHookType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_register_builtin_comm_hook", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_register_comm_hook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["reducer", "state", "comm_hook"], "flags": [], "fullname": "torch._C._distributed_c10d._register_comm_hook", "name": "_register_comm_hook", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["reducer", "state", "comm_hook"], "arg_types": ["torch._C._distributed_c10d.Reducer", {".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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_register_comm_hook", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_round_robin_process_groups": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["process_groups"], "flags": [], "fullname": "torch._C._distributed_c10d._round_robin_process_groups", "name": "_round_robin_process_groups", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["process_groups"], "arg_types": [{".class": "Instance", "args": ["torch._C._distributed_c10d.ProcessGroup"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_round_robin_process_groups", "ret_type": "torch._C._distributed_c10d.ProcessGroupRoundRobin", "type_guard": null, "variables": []}}}, "_test_python_store": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["store"], "flags": [], "fullname": "torch._C._distributed_c10d._test_python_store", "name": "_test_python_store", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["store"], "arg_types": ["torch._C._distributed_c10d.Store"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_test_python_store", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_verify_model_across_ranks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["process_group", "replicas"], "flags": [], "fullname": "torch._C._distributed_c10d._verify_model_across_ranks", "name": "_verify_model_across_ranks", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["process_group", "replicas"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_verify_model_across_ranks", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "timedelta": {".class": "SymbolTableNode", "cross_ref": "datetime.timedelta", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_C/_distributed_c10d.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/_distributed_c10d.meta.json b/.mypy_cache/3.9/torch/_C/_distributed_c10d.meta.json deleted file mode 100644 index a1a73a033..000000000 --- a/.mypy_cache/3.9/torch/_C/_distributed_c10d.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30], "dependencies": ["datetime", "enum", "typing", "torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc"], "hash": "367ec64eb818817cf5f828a74e64fd74025cda05c0c81f6fd32915afd240cc3c", "id": "torch._C._distributed_c10d", "ignore_all": true, "interface_hash": "bb22fe2a20751203346a48605ffb55cbc05d322825413e91c184ba4819b457cb", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/_C/_distributed_c10d.pyi", "plugin_data": null, "size": 9376, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/_distributed_rpc.data.json b/.mypy_cache/3.9/torch/_C/_distributed_rpc.data.json deleted file mode 100644 index 7073eca42..000000000 --- a/.mypy_cache/3.9/torch/_C/_distributed_rpc.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._C._distributed_rpc", "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}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Future": {".class": "SymbolTableNode", "cross_ref": "torch._C.Future", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ProcessGroup": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.ProcessGroup", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ProfilerConfig": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.ProfilerConfig", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ProfilerEvent": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.ProfilerEvent", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ProfilerState": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.ProfilerState", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PyRRef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_rpc.PyRRef", "name": "PyRRef", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_rpc.PyRRef", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_rpc", "mro": ["torch._C._distributed_rpc.PyRRef", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "value", "type_hint"], "flags": [], "fullname": "torch._C._distributed_rpc.PyRRef.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "value", "type_hint"], "arg_types": ["torch._C._distributed_rpc.PyRRef", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PyRRef", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_rpc.PyRRef.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch._C._distributed_rpc.PyRRef"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of PyRRef", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_deserialize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tp"], "flags": ["is_static", "is_decorated"], "fullname": "torch._C._distributed_rpc.PyRRef._deserialize", "name": "_deserialize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tp"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_deserialize of PyRRef", "ret_type": "torch._C._distributed_rpc.PyRRef", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_deserialize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tp"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_deserialize of PyRRef", "ret_type": "torch._C._distributed_rpc.PyRRef", "type_guard": null, "variables": []}}}}, "_get_future": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_rpc.PyRRef._get_future", "name": "_get_future", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_rpc.PyRRef"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_future of PyRRef", "ret_type": "torch._C.Future", "type_guard": null, "variables": []}}}, "_get_profiling_future": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_rpc.PyRRef._get_profiling_future", "name": "_get_profiling_future", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_rpc.PyRRef"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_profiling_future of PyRRef", "ret_type": "torch._C.Future", "type_guard": null, "variables": []}}}, "_get_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_rpc.PyRRef._get_type", "name": "_get_type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_rpc.PyRRef"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_type of PyRRef", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "_serialize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_rpc.PyRRef._serialize", "name": "_serialize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_rpc.PyRRef"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_serialize of PyRRef", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "_set_profiling_future": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "profilingFuture"], "flags": [], "fullname": "torch._C._distributed_rpc.PyRRef._set_profiling_future", "name": "_set_profiling_future", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "profilingFuture"], "arg_types": ["torch._C._distributed_rpc.PyRRef", "torch._C.Future"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_profiling_future of PyRRef", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "confirmed_by_owner": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_rpc.PyRRef.confirmed_by_owner", "name": "confirmed_by_owner", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_rpc.PyRRef"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "confirmed_by_owner of PyRRef", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_owner": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_rpc.PyRRef.is_owner", "name": "is_owner", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_rpc.PyRRef"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_owner of PyRRef", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "local_value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_rpc.PyRRef.local_value", "name": "local_value", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_rpc.PyRRef"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "local_value of PyRRef", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "owner": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_rpc.PyRRef.owner", "name": "owner", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_rpc.PyRRef"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "owner of PyRRef", "ret_type": "torch._C._distributed_rpc.WorkerInfo", "type_guard": null, "variables": []}}}, "owner_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_rpc.PyRRef.owner_name", "name": "owner_name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_rpc.PyRRef"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "owner_name of PyRRef", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "remote": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "torch._C._distributed_rpc.PyRRef.remote", "name": "remote", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": ["torch._C._distributed_rpc.PyRRef", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remote of PyRRef", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "rpc_async": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "torch._C._distributed_rpc.PyRRef.rpc_async", "name": "rpc_async", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": ["torch._C._distributed_rpc.PyRRef", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rpc_async of PyRRef", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "rpc_sync": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "torch._C._distributed_rpc.PyRRef.rpc_sync", "name": "rpc_sync", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": ["torch._C._distributed_rpc.PyRRef", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rpc_sync of PyRRef", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "to_here": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "torch._C._distributed_rpc.PyRRef.to_here", "name": "to_here", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": ["torch._C._distributed_rpc.PyRRef", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to_here of PyRRef", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RemoteProfilerManager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_rpc.RemoteProfilerManager", "name": "RemoteProfilerManager", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_rpc.RemoteProfilerManager", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_rpc", "mro": ["torch._C._distributed_rpc.RemoteProfilerManager", "builtins.object"], "names": {".class": "SymbolTable", "set_current_profiling_key": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["key"], "flags": ["is_static", "is_decorated"], "fullname": "torch._C._distributed_rpc.RemoteProfilerManager.set_current_profiling_key", "name": "set_current_profiling_key", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["key"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_current_profiling_key of RemoteProfilerManager", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "set_current_profiling_key", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["key"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_current_profiling_key of RemoteProfilerManager", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RpcAgent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_rpc.RpcAgent", "name": "RpcAgent", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_rpc.RpcAgent", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_rpc", "mro": ["torch._C._distributed_rpc.RpcAgent", "builtins.object"], "names": {".class": "SymbolTable", "_get_device_map": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dst"], "flags": [], "fullname": "torch._C._distributed_rpc.RpcAgent._get_device_map", "name": "_get_device_map", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dst"], "arg_types": ["torch._C._distributed_rpc.RpcAgent", "torch._C._distributed_rpc.WorkerInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_device_map of RpcAgent", "ret_type": {".class": "Instance", "args": ["torch._C.device", "torch._C.device"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "get_debug_info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_rpc.RpcAgent.get_debug_info", "name": "get_debug_info", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_rpc.RpcAgent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_debug_info of RpcAgent", "ret_type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "get_metrics": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_rpc.RpcAgent.get_metrics", "name": "get_metrics", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_rpc.RpcAgent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_metrics of RpcAgent", "ret_type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "get_worker_info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._distributed_rpc.RpcAgent.get_worker_info", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_rpc.RpcAgent.get_worker_info", "name": "get_worker_info", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_rpc.RpcAgent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_worker_info of RpcAgent", "ret_type": "torch._C._distributed_rpc.WorkerInfo", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_worker_info", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "workerName"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_rpc.RpcAgent.get_worker_info", "name": "get_worker_info", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "workerName"], "arg_types": ["torch._C._distributed_rpc.RpcAgent", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_worker_info of RpcAgent", "ret_type": "torch._C._distributed_rpc.WorkerInfo", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_worker_info", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_rpc.RpcAgent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_worker_info of RpcAgent", "ret_type": "torch._C._distributed_rpc.WorkerInfo", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "workerName"], "arg_types": ["torch._C._distributed_rpc.RpcAgent", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_worker_info of RpcAgent", "ret_type": "torch._C._distributed_rpc.WorkerInfo", "type_guard": null, "variables": []}]}}}, "get_worker_infos": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_rpc.RpcAgent.get_worker_infos", "name": "get_worker_infos", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_rpc.RpcAgent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_worker_infos of RpcAgent", "ret_type": {".class": "Instance", "args": ["torch._C._distributed_rpc.WorkerInfo"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "join": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "shutdown"], "flags": [], "fullname": "torch._C._distributed_rpc.RpcAgent.join", "name": "join", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "shutdown"], "arg_types": ["torch._C._distributed_rpc.RpcAgent", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "join of RpcAgent", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "shutdown": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_rpc.RpcAgent.shutdown", "name": "shutdown", "type": null}}, "sync": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_rpc.RpcAgent.sync", "name": "sync", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RpcBackendOptions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_rpc.RpcBackendOptions", "name": "RpcBackendOptions", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_rpc.RpcBackendOptions", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_rpc", "mro": ["torch._C._distributed_rpc.RpcBackendOptions", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "rpc_timeout", "init_method"], "flags": [], "fullname": "torch._C._distributed_rpc.RpcBackendOptions.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "rpc_timeout", "init_method"], "arg_types": ["torch._C._distributed_rpc.RpcBackendOptions", "builtins.float", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of RpcBackendOptions", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "init_method": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_rpc.RpcBackendOptions.init_method", "name": "init_method", "type": "builtins.str"}}, "rpc_timeout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_rpc.RpcBackendOptions.rpc_timeout", "name": "rpc_timeout", "type": "builtins.float"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Store": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.Store", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TensorPipeAgent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C._distributed_rpc.RpcAgent"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_rpc.TensorPipeAgent", "name": "TensorPipeAgent", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_rpc.TensorPipeAgent", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_rpc", "mro": ["torch._C._distributed_rpc.TensorPipeAgent", "torch._C._distributed_rpc.RpcAgent", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "store", "name", "worker_id", "world_size", "pg", "opts", "reverse_device_maps", "devices"], "flags": [], "fullname": "torch._C._distributed_rpc.TensorPipeAgent.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "store", "name", "worker_id", "world_size", "pg", "opts", "reverse_device_maps", "devices"], "arg_types": ["torch._C._distributed_rpc.TensorPipeAgent", "torch._C._distributed_c10d.Store", "builtins.str", "builtins.int", "builtins.int", "torch._C._distributed_c10d.ProcessGroup", "torch._C._distributed_rpc._TensorPipeRpcBackendOptionsBase", {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": ["torch._C.device", "torch._C.device"], "type_ref": "builtins.dict"}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": ["torch._C.device"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TensorPipeAgent", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_device_map": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dst"], "flags": [], "fullname": "torch._C._distributed_rpc.TensorPipeAgent._get_device_map", "name": "_get_device_map", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dst"], "arg_types": ["torch._C._distributed_rpc.TensorPipeAgent", "torch._C._distributed_rpc.WorkerInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_device_map of TensorPipeAgent", "ret_type": {".class": "Instance", "args": ["torch._C.device", "torch._C.device"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "get_worker_info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._distributed_rpc.TensorPipeAgent.get_worker_info", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_rpc.TensorPipeAgent.get_worker_info", "name": "get_worker_info", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_rpc.TensorPipeAgent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_worker_info of TensorPipeAgent", "ret_type": "torch._C._distributed_rpc.WorkerInfo", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_worker_info", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "workerName"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_rpc.TensorPipeAgent.get_worker_info", "name": "get_worker_info", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "workerName"], "arg_types": ["torch._C._distributed_rpc.TensorPipeAgent", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_worker_info of TensorPipeAgent", "ret_type": "torch._C._distributed_rpc.WorkerInfo", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_worker_info", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "id"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._distributed_rpc.TensorPipeAgent.get_worker_info", "name": "get_worker_info", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "id"], "arg_types": ["torch._C._distributed_rpc.TensorPipeAgent", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_worker_info of TensorPipeAgent", "ret_type": "torch._C._distributed_rpc.WorkerInfo", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_worker_info", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_rpc.TensorPipeAgent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_worker_info of TensorPipeAgent", "ret_type": "torch._C._distributed_rpc.WorkerInfo", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "workerName"], "arg_types": ["torch._C._distributed_rpc.TensorPipeAgent", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_worker_info of TensorPipeAgent", "ret_type": "torch._C._distributed_rpc.WorkerInfo", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "id"], "arg_types": ["torch._C._distributed_rpc.TensorPipeAgent", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_worker_info of TensorPipeAgent", "ret_type": "torch._C._distributed_rpc.WorkerInfo", "type_guard": null, "variables": []}]}}}, "get_worker_infos": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_rpc.TensorPipeAgent.get_worker_infos", "name": "get_worker_infos", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_rpc.TensorPipeAgent"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_worker_infos of TensorPipeAgent", "ret_type": {".class": "Instance", "args": ["torch._C._distributed_rpc.WorkerInfo"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "join": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_rpc.TensorPipeAgent.join", "name": "join", "type": null}}, "shutdown": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_rpc.TensorPipeAgent.shutdown", "name": "shutdown", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "WorkerInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_rpc.WorkerInfo", "name": "WorkerInfo", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_rpc.WorkerInfo", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_rpc", "mro": ["torch._C._distributed_rpc.WorkerInfo", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._C._distributed_rpc.WorkerInfo.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._distributed_rpc.WorkerInfo", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of WorkerInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "worker_id"], "flags": [], "fullname": "torch._C._distributed_rpc.WorkerInfo.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "worker_id"], "arg_types": ["torch._C._distributed_rpc.WorkerInfo", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of WorkerInfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._distributed_rpc.WorkerInfo.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch._C._distributed_rpc.WorkerInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of WorkerInfo", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch._C._distributed_rpc.WorkerInfo.id", "name": "id", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_rpc.WorkerInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "id of WorkerInfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "id", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_rpc.WorkerInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "id of WorkerInfo", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch._C._distributed_rpc.WorkerInfo.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_rpc.WorkerInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of WorkerInfo", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._distributed_rpc.WorkerInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of WorkerInfo", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_DEFAULT_INIT_METHOD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._distributed_rpc._DEFAULT_INIT_METHOD", "name": "_DEFAULT_INIT_METHOD", "type": "builtins.str"}}, "_DEFAULT_NUM_WORKER_THREADS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._distributed_rpc._DEFAULT_NUM_WORKER_THREADS", "name": "_DEFAULT_NUM_WORKER_THREADS", "type": "builtins.int"}}, "_DEFAULT_RPC_TIMEOUT_SEC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._distributed_rpc._DEFAULT_RPC_TIMEOUT_SEC", "name": "_DEFAULT_RPC_TIMEOUT_SEC", "type": "builtins.float"}}, "_TensorPipeRpcBackendOptionsBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C._distributed_rpc.RpcBackendOptions"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._distributed_rpc._TensorPipeRpcBackendOptionsBase", "name": "_TensorPipeRpcBackendOptionsBase", "type_vars": []}, "flags": [], "fullname": "torch._C._distributed_rpc._TensorPipeRpcBackendOptionsBase", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._distributed_rpc", "mro": ["torch._C._distributed_rpc._TensorPipeRpcBackendOptionsBase", "torch._C._distributed_rpc.RpcBackendOptions", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "num_worker_threads", "_transports", "_channels", "rpc_timeout", "init_method", "device_maps", "devices"], "flags": [], "fullname": "torch._C._distributed_rpc._TensorPipeRpcBackendOptionsBase.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "num_worker_threads", "_transports", "_channels", "rpc_timeout", "init_method", "device_maps", "devices"], "arg_types": ["torch._C._distributed_rpc._TensorPipeRpcBackendOptionsBase", "builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "builtins.float", "builtins.str", {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": ["torch._C.device", "torch._C.device"], "type_ref": "builtins.dict"}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": ["torch._C.device"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _TensorPipeRpcBackendOptionsBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_set_device_map": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "to", "device_map"], "flags": [], "fullname": "torch._C._distributed_rpc._TensorPipeRpcBackendOptionsBase._set_device_map", "name": "_set_device_map", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "to", "device_map"], "arg_types": ["torch._C._distributed_rpc._TensorPipeRpcBackendOptionsBase", "builtins.str", {".class": "Instance", "args": ["torch._C.device", "torch._C.device"], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_device_map of _TensorPipeRpcBackendOptionsBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "device_maps": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_rpc._TensorPipeRpcBackendOptionsBase.device_maps", "name": "device_maps", "type": {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": ["torch._C.device", "torch._C.device"], "type_ref": "builtins.dict"}], "type_ref": "builtins.dict"}}}, "num_worker_threads": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._C._distributed_rpc._TensorPipeRpcBackendOptionsBase.num_worker_threads", "name": "num_worker_threads", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_UNSET_RPC_TIMEOUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._distributed_rpc._UNSET_RPC_TIMEOUT", "name": "_UNSET_RPC_TIMEOUT", "type": "builtins.float"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._distributed_rpc.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._distributed_rpc.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._distributed_rpc.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._distributed_rpc.__package__", "name": "__package__", "type": "builtins.str"}}, "_cleanup_python_rpc_handler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._distributed_rpc._cleanup_python_rpc_handler", "name": "_cleanup_python_rpc_handler", "type": null}}, "_delete_all_user_and_unforked_owner_rrefs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["timeout"], "flags": [], "fullname": "torch._C._distributed_rpc._delete_all_user_and_unforked_owner_rrefs", "name": "_delete_all_user_and_unforked_owner_rrefs", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["timeout"], "arg_types": ["datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_delete_all_user_and_unforked_owner_rrefs", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_destroy_rref_context": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ignoreRRefLeak"], "flags": [], "fullname": "torch._C._distributed_rpc._destroy_rref_context", "name": "_destroy_rref_context", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ignoreRRefLeak"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_destroy_rref_context", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_disable_jit_rref_pickle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._distributed_rpc._disable_jit_rref_pickle", "name": "_disable_jit_rref_pickle", "type": null}}, "_disable_server_process_global_profiler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._distributed_rpc._disable_server_process_global_profiler", "name": "_disable_server_process_global_profiler", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_disable_server_process_global_profiler", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": ["torch._C._autograd.ProfilerEvent"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_enable_jit_rref_pickle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._distributed_rpc._enable_jit_rref_pickle", "name": "_enable_jit_rref_pickle", "type": null}}, "_enable_server_process_global_profiler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["new_config"], "flags": [], "fullname": "torch._C._distributed_rpc._enable_server_process_global_profiler", "name": "_enable_server_process_global_profiler", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["new_config"], "arg_types": ["torch._C._autograd.ProfilerConfig"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_enable_server_process_global_profiler", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_get_current_rpc_agent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._distributed_rpc._get_current_rpc_agent", "name": "_get_current_rpc_agent", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_current_rpc_agent", "ret_type": "torch._C._distributed_rpc.RpcAgent", "type_guard": null, "variables": []}}}, "_invoke_remote_builtin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2, 4], "arg_names": ["dst", "opName", "rpcTimeoutSeconds", "args", "kwargs"], "flags": [], "fullname": "torch._C._distributed_rpc._invoke_remote_builtin", "name": "_invoke_remote_builtin", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2, 4], "arg_names": ["dst", "opName", "rpcTimeoutSeconds", "args", "kwargs"], "arg_types": ["torch._C._distributed_rpc.WorkerInfo", "builtins.str", "builtins.float", {".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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_invoke_remote_builtin", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_invoke_remote_python_udf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["dst", "pickledPythonUDF", "tensors", "rpcTimeoutSeconds", "isAsyncExecution"], "flags": [], "fullname": "torch._C._distributed_rpc._invoke_remote_python_udf", "name": "_invoke_remote_python_udf", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["dst", "pickledPythonUDF", "tensors", "rpcTimeoutSeconds", "isAsyncExecution"], "arg_types": ["torch._C._distributed_rpc.WorkerInfo", "builtins.str", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_invoke_remote_python_udf", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_invoke_remote_torchscript": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 2, 4], "arg_names": ["dstWorkerName", "qualifiedNameStr", "rpcTimeoutSeconds", "isAsyncExecution", "args", "kwargs"], "flags": [], "fullname": "torch._C._distributed_rpc._invoke_remote_torchscript", "name": "_invoke_remote_torchscript", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 2, 4], "arg_names": ["dstWorkerName", "qualifiedNameStr", "rpcTimeoutSeconds", "isAsyncExecution", "args", "kwargs"], "arg_types": ["torch._C._distributed_rpc.WorkerInfo", "builtins.str", "builtins.float", "builtins.bool", {".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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_invoke_remote_torchscript", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_invoke_rpc_builtin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2, 4], "arg_names": ["dst", "opName", "rpcTimeoutSeconds", "args", "kwargs"], "flags": [], "fullname": "torch._C._distributed_rpc._invoke_rpc_builtin", "name": "_invoke_rpc_builtin", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2, 4], "arg_names": ["dst", "opName", "rpcTimeoutSeconds", "args", "kwargs"], "arg_types": ["torch._C._distributed_rpc.WorkerInfo", "builtins.str", "builtins.float", {".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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_invoke_rpc_builtin", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_invoke_rpc_python_udf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["dst", "pickledPythonUDF", "tensors", "rpcTimeoutSeconds", "isAsyncExecution"], "flags": [], "fullname": "torch._C._distributed_rpc._invoke_rpc_python_udf", "name": "_invoke_rpc_python_udf", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["dst", "pickledPythonUDF", "tensors", "rpcTimeoutSeconds", "isAsyncExecution"], "arg_types": ["torch._C._distributed_rpc.WorkerInfo", "builtins.str", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_invoke_rpc_python_udf", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_invoke_rpc_torchscript": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["dstWorkerName", "qualifiedNameStr", "argsTuple", "kwargsDict", "rpcTimeoutSeconds", "isAsyncExecution"], "flags": [], "fullname": "torch._C._distributed_rpc._invoke_rpc_torchscript", "name": "_invoke_rpc_torchscript", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["dstWorkerName", "qualifiedNameStr", "argsTuple", "kwargsDict", "rpcTimeoutSeconds", "isAsyncExecution"], "arg_types": ["builtins.str", "builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}, "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_invoke_rpc_torchscript", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_is_current_rpc_agent_set": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._distributed_rpc._is_current_rpc_agent_set", "name": "_is_current_rpc_agent_set", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_current_rpc_agent_set", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_reset_current_rpc_agent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._distributed_rpc._reset_current_rpc_agent", "name": "_reset_current_rpc_agent", "type": null}}, "_rref_context_get_debug_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._distributed_rpc._rref_context_get_debug_info", "name": "_rref_context_get_debug_info", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_rref_context_get_debug_info", "ret_type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "_set_and_start_rpc_agent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["agent"], "flags": [], "fullname": "torch._C._distributed_rpc._set_and_start_rpc_agent", "name": "_set_and_start_rpc_agent", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["agent"], "arg_types": ["torch._C._distributed_rpc.RpcAgent"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_and_start_rpc_agent", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_set_profiler_node_id": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["default_node_id"], "flags": [], "fullname": "torch._C._distributed_rpc._set_profiler_node_id", "name": "_set_profiler_node_id", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["default_node_id"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_profiler_node_id", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_set_rpc_timeout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["rpcTimeoutSeconds"], "flags": [], "fullname": "torch._C._distributed_rpc._set_rpc_timeout", "name": "_set_rpc_timeout", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["rpcTimeoutSeconds"], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_rpc_timeout", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "enable_gil_profiling": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["flag"], "flags": [], "fullname": "torch._C._distributed_rpc.enable_gil_profiling", "name": "enable_gil_profiling", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["flag"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "enable_gil_profiling", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "enum": {".class": "SymbolTableNode", "cross_ref": "enum", "kind": "Gdef", "module_hidden": true, "module_public": false}, "get_rpc_timeout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._distributed_rpc.get_rpc_timeout", "name": "get_rpc_timeout", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_rpc_timeout", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "timedelta": {".class": "SymbolTableNode", "cross_ref": "datetime.timedelta", "kind": "Gdef", "module_hidden": true, "module_public": false}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_C/_distributed_rpc.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/_distributed_rpc.meta.json b/.mypy_cache/3.9/torch/_C/_distributed_rpc.meta.json deleted file mode 100644 index 9730127e2..000000000 --- a/.mypy_cache/3.9/torch/_C/_distributed_rpc.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 10, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30], "dependencies": ["typing", "datetime", "enum", "torch", "torch._C", "torch._C._autograd", "torch._C._distributed_c10d", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc"], "hash": "e88cddd4ca903c4ba108c204afef5d808b1ca2b554bf885006fdb2ce14980e28", "id": "torch._C._distributed_rpc", "ignore_all": true, "interface_hash": "b3a9351a100061f6807b4800d9c6427ab23ce113cee5fa318dd45dd159dcf18e", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/_C/_distributed_rpc.pyi", "plugin_data": null, "size": 5630, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/_functions.data.json b/.mypy_cache/3.9/torch/_C/_functions.data.json deleted file mode 100644 index 0d32e387d..000000000 --- a/.mypy_cache/3.9/torch/_C/_functions.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._C._functions", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DelayedError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._functions.DelayedError", "name": "DelayedError", "type_vars": []}, "flags": [], "fullname": "torch._C._functions.DelayedError", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._functions", "mro": ["torch._C._functions.DelayedError", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "inputs"], "flags": [], "fullname": "torch._C._functions.DelayedError.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "inputs"], "arg_types": ["torch._C._functions.DelayedError", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of DelayedError", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "msg", "num_inputs"], "flags": [], "fullname": "torch._C._functions.DelayedError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "msg", "num_inputs"], "arg_types": ["torch._C._functions.DelayedError", {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of DelayedError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef", "module_hidden": true, "module_public": false}, "UndefinedGrad": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._functions.UndefinedGrad", "name": "UndefinedGrad", "type_vars": []}, "flags": [], "fullname": "torch._C._functions.UndefinedGrad", "metaclass_type": null, "metadata": {}, "module_name": "torch._C._functions", "mro": ["torch._C._functions.UndefinedGrad", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "inputs"], "flags": [], "fullname": "torch._C._functions.UndefinedGrad.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "inputs"], "arg_types": ["torch._C._functions.UndefinedGrad", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of UndefinedGrad", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._C._functions.UndefinedGrad.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._functions.UndefinedGrad"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of UndefinedGrad", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._functions.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._functions.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._functions.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._functions.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_C/_functions.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/_functions.meta.json b/.mypy_cache/3.9/torch/_C/_functions.meta.json deleted file mode 100644 index f6c00b0cc..000000000 --- a/.mypy_cache/3.9/torch/_C/_functions.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time"], "hash": "7140c1d06886d7782d7fe0353dcc5b40891d8db1243bdc4879483f9e4ec0549a", "id": "torch._C._functions", "ignore_all": true, "interface_hash": "65f03cc0e1b653166ca2f80b61d9a3ca1f4d4c78f381ed616403dc0fcd8f2634", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/_C/_functions.pyi", "plugin_data": null, "size": 345, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/_nn.data.json b/.mypy_cache/3.9/torch/_C/_nn.data.json deleted file mode 100644 index 9f3360192..000000000 --- a/.mypy_cache/3.9/torch/_C/_nn.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._C._nn", "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.__package__", "name": "__package__", "type": "builtins.str"}}, "_bool": {".class": "SymbolTableNode", "cross_ref": "torch.types._bool", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_device": {".class": "SymbolTableNode", "cross_ref": "torch.types._device", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_dtype": {".class": "SymbolTableNode", "cross_ref": "torch.types._dtype", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_parse_to": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch._C._nn._parse_to", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["device", "dtype", "non_blocking", "copy", "memory_format"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._nn._parse_to", "name": "_parse_to", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["device", "dtype", "non_blocking", "copy", "memory_format"], "arg_types": ["torch._C.device", "torch._C.dtype", "builtins.bool", "builtins.bool", "torch._C.memory_format"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse_to", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._C.device", "torch._C.dtype", "builtins.bool", "torch._C.memory_format"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_parse_to", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 3], "arg_names": ["dtype", "non_blocking", "copy", "memory_format"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._nn._parse_to", "name": "_parse_to", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 3], "arg_names": ["dtype", "non_blocking", "copy", "memory_format"], "arg_types": ["torch._C.dtype", "builtins.bool", "builtins.bool", "torch._C.memory_format"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse_to", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._C.device", "torch._C.dtype", "builtins.bool", "torch._C.memory_format"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_parse_to", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 3], "arg_names": ["tensor", "non_blocking", "copy", "memory_format"], "flags": ["is_overload", "is_decorated"], "fullname": "torch._C._nn._parse_to", "name": "_parse_to", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 3], "arg_names": ["tensor", "non_blocking", "copy", "memory_format"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", "builtins.bool", "torch._C.memory_format"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse_to", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._C.device", "torch._C.dtype", "builtins.bool", "torch._C.memory_format"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "_parse_to", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3], "arg_names": ["device", "dtype", "non_blocking", "copy", "memory_format"], "arg_types": ["torch._C.device", "torch._C.dtype", "builtins.bool", "builtins.bool", "torch._C.memory_format"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse_to", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._C.device", "torch._C.dtype", "builtins.bool", "torch._C.memory_format"], "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": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 3], "arg_names": ["dtype", "non_blocking", "copy", "memory_format"], "arg_types": ["torch._C.dtype", "builtins.bool", "builtins.bool", "torch._C.memory_format"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse_to", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._C.device", "torch._C.dtype", "builtins.bool", "torch._C.memory_format"], "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": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 3], "arg_names": ["tensor", "non_blocking", "copy", "memory_format"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", "builtins.bool", "torch._C.memory_format"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse_to", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._C.device", "torch._C.dtype", "builtins.bool", "torch._C.memory_format"], "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": []}]}}}, "adaptive_max_pool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.adaptive_max_pool1d", "name": "adaptive_max_pool1d", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "adaptive_max_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.adaptive_max_pool2d", "name": "adaptive_max_pool2d", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "adaptive_max_pool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.adaptive_max_pool3d", "name": "adaptive_max_pool3d", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "avg_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.avg_pool2d", "name": "avg_pool2d", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "avg_pool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.avg_pool3d", "name": "avg_pool3d", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "elu_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.elu_", "name": "elu_", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "flatten_dense_tensors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._C._nn.flatten_dense_tensors", "name": "flatten_dense_tensors", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensors"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flatten_dense_tensors", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fractional_max_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.fractional_max_pool2d", "name": "fractional_max_pool2d", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "fractional_max_pool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.fractional_max_pool3d", "name": "fractional_max_pool3d", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "hardsigmoid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.hardsigmoid", "name": "hardsigmoid", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "hardtanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.hardtanh", "name": "hardtanh", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "hardtanh_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.hardtanh_", "name": "hardtanh_", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "leaky_relu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.leaky_relu", "name": "leaky_relu", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "leaky_relu_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.leaky_relu_", "name": "leaky_relu_", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "logsigmoid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.logsigmoid", "name": "logsigmoid", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "max_pool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.max_pool1d", "name": "max_pool1d", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "max_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.max_pool2d", "name": "max_pool2d", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "max_pool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.max_pool3d", "name": "max_pool3d", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "memory_format": {".class": "SymbolTableNode", "cross_ref": "torch._C.memory_format", "kind": "Gdef", "module_hidden": true, "module_public": false}, "mkldnn_linear": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "weight", "bias"], "flags": [], "fullname": "torch._C._nn.mkldnn_linear", "name": "mkldnn_linear", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "weight", "bias"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkldnn_linear", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mkldnn_reorder_conv2d_weight": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "padding", "stride", "dilatation", "groups"], "flags": [], "fullname": "torch._C._nn.mkldnn_reorder_conv2d_weight", "name": "mkldnn_reorder_conv2d_weight", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "padding", "stride", "dilatation", "groups"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkldnn_reorder_conv2d_weight", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mkldnn_reorder_conv3d_weight": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "padding", "stride", "dilatation", "groups"], "flags": [], "fullname": "torch._C._nn.mkldnn_reorder_conv3d_weight", "name": "mkldnn_reorder_conv3d_weight", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "padding", "stride", "dilatation", "groups"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkldnn_reorder_conv3d_weight", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "one_hot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.one_hot", "name": "one_hot", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "pad_sequence": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["sequences", "batch_first", "padding_value"], "flags": [], "fullname": "torch._C._nn.pad_sequence", "name": "pad_sequence", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["sequences", "batch_first", "padding_value"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "builtins.bool", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pad_sequence", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "softplus": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.softplus", "name": "softplus", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "softshrink": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nn.softshrink", "name": "softshrink", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "unflatten_dense_tensors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["flat", "tensors"], "flags": [], "fullname": "torch._C._nn.unflatten_dense_tensors", "name": "unflatten_dense_tensors", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["flat", "tensors"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unflatten_dense_tensors", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_C/_nn.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/_nn.meta.json b/.mypy_cache/3.9/torch/_C/_nn.meta.json deleted file mode 100644 index 677f33ecf..000000000 --- a/.mypy_cache/3.9/torch/_C/_nn.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch", "typing", "torch.types", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time"], "hash": "f6dd31d86d50226dd2d6123bf98f15cb07c992a0e902919bb48fe8b5b1c54e3e", "id": "torch._C._nn", "ignore_all": true, "interface_hash": "6da461e52d546309ec5840c67c76f54b4f05ec9c3433dbae8e72e2e74d9e353e", "mtime": 1634272371, "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_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/anaconda3/lib/python3.9/site-packages/torch/_C/_nn.pyi", "plugin_data": null, "size": 2050, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/_nvtx.data.json b/.mypy_cache/3.9/torch/_C/_nvtx.data.json deleted file mode 100644 index 313f58200..000000000 --- a/.mypy_cache/3.9/torch/_C/_nvtx.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._C._nvtx", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nvtx.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nvtx.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nvtx.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._nvtx.__package__", "name": "__package__", "type": "builtins.str"}}, "markA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["message"], "flags": [], "fullname": "torch._C._nvtx.markA", "name": "markA", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["message"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "markA", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "rangePop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._C._nvtx.rangePop", "name": "rangePop", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rangePop", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "rangePushA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["message"], "flags": [], "fullname": "torch._C._nvtx.rangePushA", "name": "rangePushA", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["message"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rangePushA", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_C/_nvtx.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/_nvtx.meta.json b/.mypy_cache/3.9/torch/_C/_nvtx.meta.json deleted file mode 100644 index 85d8ab7d1..000000000 --- a/.mypy_cache/3.9/torch/_C/_nvtx.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1], "dep_prios": [5], "dependencies": ["builtins"], "hash": "2cb7c4f6d0bfc48689e083d7d369ad309a08b9238ff093e3fc1c2d19b7d1d550", "id": "torch._C._nvtx", "ignore_all": true, "interface_hash": "2c4a210f764512e7f5a2736883217d81b067ae28cc2caf07be759287eb0a193b", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/_C/_nvtx.pyi", "plugin_data": null, "size": 150, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/_onnx.data.json b/.mypy_cache/3.9/torch/_C/_onnx.data.json deleted file mode 100644 index 1882752cf..000000000 --- a/.mypy_cache/3.9/torch/_C/_onnx.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._C._onnx", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Enum": {".class": "SymbolTableNode", "cross_ref": "enum.Enum", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IR_VERSION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._onnx.IR_VERSION", "name": "IR_VERSION", "type": "builtins.int"}}, "OperatorExportTypes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._onnx.OperatorExportTypes", "name": "OperatorExportTypes", "type_vars": []}, "flags": ["is_enum"], "fullname": "torch._C._onnx.OperatorExportTypes", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "torch._C._onnx", "mro": ["torch._C._onnx.OperatorExportTypes", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "ONNX": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.OperatorExportTypes.ONNX", "name": "ONNX", "type": "builtins.ellipsis"}}, "ONNX_ATEN": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.OperatorExportTypes.ONNX_ATEN", "name": "ONNX_ATEN", "type": "builtins.ellipsis"}}, "ONNX_ATEN_FALLBACK": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.OperatorExportTypes.ONNX_ATEN_FALLBACK", "name": "ONNX_ATEN_FALLBACK", "type": "builtins.ellipsis"}}, "ONNX_FALLTHROUGH": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.OperatorExportTypes.ONNX_FALLTHROUGH", "name": "ONNX_FALLTHROUGH", "type": "builtins.ellipsis"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PRODUCER_VERSION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._onnx.PRODUCER_VERSION", "name": "PRODUCER_VERSION", "type": "builtins.str"}}, "PYTORCH_ONNX_CAFFE2_BUNDLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._onnx.PYTORCH_ONNX_CAFFE2_BUNDLE", "name": "PYTORCH_ONNX_CAFFE2_BUNDLE", "type": "builtins.bool"}}, "TensorProtoDataType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._onnx.TensorProtoDataType", "name": "TensorProtoDataType", "type_vars": []}, "flags": ["is_enum"], "fullname": "torch._C._onnx.TensorProtoDataType", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "torch._C._onnx", "mro": ["torch._C._onnx.TensorProtoDataType", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "BOOL": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.TensorProtoDataType.BOOL", "name": "BOOL", "type": "builtins.ellipsis"}}, "COMPLEX128": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.TensorProtoDataType.COMPLEX128", "name": "COMPLEX128", "type": "builtins.ellipsis"}}, "COMPLEX64": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.TensorProtoDataType.COMPLEX64", "name": "COMPLEX64", "type": "builtins.ellipsis"}}, "DOUBLE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.TensorProtoDataType.DOUBLE", "name": "DOUBLE", "type": "builtins.ellipsis"}}, "FLOAT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.TensorProtoDataType.FLOAT", "name": "FLOAT", "type": "builtins.ellipsis"}}, "FLOAT16": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.TensorProtoDataType.FLOAT16", "name": "FLOAT16", "type": "builtins.ellipsis"}}, "INT16": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.TensorProtoDataType.INT16", "name": "INT16", "type": "builtins.ellipsis"}}, "INT32": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.TensorProtoDataType.INT32", "name": "INT32", "type": "builtins.ellipsis"}}, "INT64": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.TensorProtoDataType.INT64", "name": "INT64", "type": "builtins.ellipsis"}}, "INT8": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.TensorProtoDataType.INT8", "name": "INT8", "type": "builtins.ellipsis"}}, "STRING": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.TensorProtoDataType.STRING", "name": "STRING", "type": "builtins.ellipsis"}}, "UINT16": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.TensorProtoDataType.UINT16", "name": "UINT16", "type": "builtins.ellipsis"}}, "UINT32": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.TensorProtoDataType.UINT32", "name": "UINT32", "type": "builtins.ellipsis"}}, "UINT64": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.TensorProtoDataType.UINT64", "name": "UINT64", "type": "builtins.ellipsis"}}, "UINT8": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.TensorProtoDataType.UINT8", "name": "UINT8", "type": "builtins.ellipsis"}}, "UNDEFINED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.TensorProtoDataType.UNDEFINED", "name": "UNDEFINED", "type": "builtins.ellipsis"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TrainingMode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._C._onnx.TrainingMode", "name": "TrainingMode", "type_vars": []}, "flags": ["is_enum"], "fullname": "torch._C._onnx.TrainingMode", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "torch._C._onnx", "mro": ["torch._C._onnx.TrainingMode", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "EVAL": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.TrainingMode.EVAL", "name": "EVAL", "type": "builtins.ellipsis"}}, "PRESERVE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.TrainingMode.PRESERVE", "name": "PRESERVE", "type": "builtins.ellipsis"}}, "TRAINING": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._C._onnx.TrainingMode.TRAINING", "name": "TRAINING", "type": "builtins.ellipsis"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._onnx.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._onnx.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._onnx.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._C._onnx.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_C/_onnx.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_C/_onnx.meta.json b/.mypy_cache/3.9/torch/_C/_onnx.meta.json deleted file mode 100644 index 36fafb9f4..000000000 --- a/.mypy_cache/3.9/torch/_C/_onnx.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [3, 1, 1, 1], "dep_prios": [5, 5, 30, 30], "dependencies": ["enum", "builtins", "abc", "typing"], "hash": "b51edabdfd77055804cfdad7fa66bec62ed92b55f7850dce6acccf3110957ba4", "id": "torch._C._onnx", "ignore_all": true, "interface_hash": "de0922fe572522eddba9d443aa743e84bd766834c811c2ab86043d81ab740b91", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/_C/_onnx.pyi", "plugin_data": null, "size": 646, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_VF.data.json b/.mypy_cache/3.9/torch/_VF.data.json deleted file mode 100644 index 65720ac86..000000000 --- a/.mypy_cache/3.9/torch/_VF.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._VF", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "VFModule": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["types.ModuleType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._VF.VFModule", "name": "VFModule", "type_vars": []}, "flags": [], "fullname": "torch._VF.VFModule", "metaclass_type": null, "metadata": {}, "module_name": "torch._VF", "mro": ["torch._VF.VFModule", "types.ModuleType", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "attr"], "flags": [], "fullname": "torch._VF.VFModule.__getattr__", "name": "__getattr__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch._VF.VFModule.__init__", "name": "__init__", "type": null}}, "vf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._VF.VFModule.vf", "name": "vf", "type": "types.ModuleType"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._VF.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._VF.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._VF.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._VF.__package__", "name": "__package__", "type": "builtins.str"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_VF.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_VF.meta.json b/.mypy_cache/3.9/torch/_VF.meta.json deleted file mode 100644 index 648a97ba1..000000000 --- a/.mypy_cache/3.9/torch/_VF.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [13, 14, 15, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch", "sys", "types", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "typing"], "hash": "2d9aa0ede673d14e6c768e979ec338785f3fb5b6f68e868599f7f7facce69c78", "id": "torch._VF", "ignore_all": true, "interface_hash": "7a6d3929a35200e31266efdc5ae2040cda4d98c85758bf389e8d17ecff62d97c", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/_VF.py", "plugin_data": null, "size": 656, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/__config__.data.json b/.mypy_cache/3.9/torch/__config__.data.json deleted file mode 100644 index c871253a1..000000000 --- a/.mypy_cache/3.9/torch/__config__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.__config__", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.__config__.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.__config__.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.__config__.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.__config__.__package__", "name": "__package__", "type": "builtins.str"}}, "_cxx_flags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.__config__._cxx_flags", "name": "_cxx_flags", "type": null}}, "parallel_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.__config__.parallel_info", "name": "parallel_info", "type": null}}, "show": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.__config__.show", "name": "show", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/__config__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/__config__.meta.json b/.mypy_cache/3.9/torch/__config__.meta.json deleted file mode 100644 index 70a599052..000000000 --- a/.mypy_cache/3.9/torch/__config__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "typing"], "hash": "ccbbb94f326ef53aa5a3c7d269aee3513d223c91b2b90e08d04576e18e7087fe", "id": "torch.__config__", "ignore_all": true, "interface_hash": "5c97361393305924dc96a3c01cb993106b69f98b9b4458832eec59dbb07accad", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/__config__.py", "plugin_data": null, "size": 551, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/__future__.data.json b/.mypy_cache/3.9/torch/__future__.data.json deleted file mode 100644 index dad27a988..000000000 --- a/.mypy_cache/3.9/torch/__future__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.__future__", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.__future__.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.__future__.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.__future__.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.__future__.__package__", "name": "__package__", "type": "builtins.str"}}, "_overwrite_module_params_on_conversion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.__future__._overwrite_module_params_on_conversion", "name": "_overwrite_module_params_on_conversion", "type": "builtins.bool"}}, "get_overwrite_module_params_on_conversion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.__future__.get_overwrite_module_params_on_conversion", "name": "get_overwrite_module_params_on_conversion", "type": null}}, "set_overwrite_module_params_on_conversion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["value"], "flags": [], "fullname": "torch.__future__.set_overwrite_module_params_on_conversion", "name": "set_overwrite_module_params_on_conversion", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/__future__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/__future__.meta.json b/.mypy_cache/3.9/torch/__future__.meta.json deleted file mode 100644 index 4b09145c8..000000000 --- a/.mypy_cache/3.9/torch/__future__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 30, 30], "dependencies": ["builtins", "abc", "typing"], "hash": "0b42035a6aa76e40e04dd0d40cc44fdffb96e7ef23a0cc81a05d2cb6aefebc38", "id": "torch.__future__", "ignore_all": true, "interface_hash": "b5b44d60fa26a559385a153cb9ea054693eb8777e2de02cb7798402f5fcecc5d", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/__future__.py", "plugin_data": null, "size": 813, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/__init__.data.json b/.mypy_cache/3.9/torch/__init__.data.json deleted file mode 100644 index d6d8a42a7..000000000 --- a/.mypy_cache/3.9/torch/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AggregationType": {".class": "SymbolTableNode", "cross_ref": "torch._C.AggregationType", "kind": "Gdef", "module_public": false}, "AliasDb": {".class": "SymbolTableNode", "cross_ref": "torch._C.AliasDb", "kind": "Gdef", "module_public": false}, "AnyType": {".class": "SymbolTableNode", "cross_ref": "torch._C.AnyType", "kind": "Gdef", "module_public": false}, "Argument": {".class": "SymbolTableNode", "cross_ref": "torch._C.Argument", "kind": "Gdef", "module_public": false}, "BFloat16Storage": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.BFloat16StorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.BFloat16Storage", "name": "BFloat16Storage", "type_vars": []}, "flags": [], "fullname": "torch.BFloat16Storage", "metaclass_type": null, "metadata": {}, "module_name": "torch", "mro": ["torch.BFloat16Storage", "torch._C.BFloat16StorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BFloat16StorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.BFloat16StorageBase", "kind": "Gdef", "module_public": false}, "BenchmarkConfig": {".class": "SymbolTableNode", "cross_ref": "torch._C.BenchmarkConfig", "kind": "Gdef", "module_public": false}, "BenchmarkExecutionStats": {".class": "SymbolTableNode", "cross_ref": "torch._C.BenchmarkExecutionStats", "kind": "Gdef", "module_public": false}, "Block": {".class": "SymbolTableNode", "cross_ref": "torch._C.Block", "kind": "Gdef", "module_public": false}, "BoolStorage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.BoolStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.BoolStorage", "name": "BoolStorage", "type_vars": []}, "flags": [], "fullname": "torch.BoolStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch", "mro": ["torch.BoolStorage", "torch._C.BoolStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BoolStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.BoolStorageBase", "kind": "Gdef", "module_public": false}, "BoolTensor": {".class": "SymbolTableNode", "cross_ref": "torch._C.BoolTensor", "kind": "Gdef"}, "BoolType": {".class": "SymbolTableNode", "cross_ref": "torch._C.BoolType", "kind": "Gdef", "module_public": false}, "BufferDict": {".class": "SymbolTableNode", "cross_ref": "torch._C.BufferDict", "kind": "Gdef", "module_public": false}, "ByteStorage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.ByteStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ByteStorage", "name": "ByteStorage", "type_vars": []}, "flags": [], "fullname": "torch.ByteStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch", "mro": ["torch.ByteStorage", "torch._C.ByteStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ByteStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.ByteStorageBase", "kind": "Gdef", "module_public": false}, "ByteTensor": {".class": "SymbolTableNode", "cross_ref": "torch._C.ByteTensor", "kind": "Gdef"}, "CONV_BN_FUSION": {".class": "SymbolTableNode", "cross_ref": "torch._C.CONV_BN_FUSION", "kind": "Gdef", "module_public": false}, "CallStack": {".class": "SymbolTableNode", "cross_ref": "torch._C.CallStack", "kind": "Gdef", "module_public": false}, "CharStorage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.CharStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.CharStorage", "name": "CharStorage", "type_vars": []}, "flags": [], "fullname": "torch.CharStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch", "mro": ["torch.CharStorage", "torch._C.CharStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CharStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.CharStorageBase", "kind": "Gdef", "module_public": false}, "CharTensor": {".class": "SymbolTableNode", "cross_ref": "torch._C.CharTensor", "kind": "Gdef"}, "ClassDef": {".class": "SymbolTableNode", "cross_ref": "torch._C.ClassDef", "kind": "Gdef", "module_public": false}, "ClassType": {".class": "SymbolTableNode", "cross_ref": "torch._C.ClassType", "kind": "Gdef", "module_public": false}, "CompilationUnit": {".class": "SymbolTableNode", "cross_ref": "torch._C.CompilationUnit", "kind": "Gdef", "module_public": false}, "ComplexDoubleStorage": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.ComplexDoubleStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ComplexDoubleStorage", "name": "ComplexDoubleStorage", "type_vars": []}, "flags": [], "fullname": "torch.ComplexDoubleStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch", "mro": ["torch.ComplexDoubleStorage", "torch._C.ComplexDoubleStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ComplexDoubleStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.ComplexDoubleStorageBase", "kind": "Gdef", "module_public": false}, "ComplexFloatStorage": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.ComplexFloatStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ComplexFloatStorage", "name": "ComplexFloatStorage", "type_vars": []}, "flags": [], "fullname": "torch.ComplexFloatStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch", "mro": ["torch.ComplexFloatStorage", "torch._C.ComplexFloatStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ComplexFloatStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.ComplexFloatStorageBase", "kind": "Gdef", "module_public": false}, "ComplexType": {".class": "SymbolTableNode", "cross_ref": "torch._C.ComplexType", "kind": "Gdef", "module_public": false}, "ConcreteModuleType": {".class": "SymbolTableNode", "cross_ref": "torch._C.ConcreteModuleType", "kind": "Gdef", "module_public": false}, "ConcreteModuleTypeBuilder": {".class": "SymbolTableNode", "cross_ref": "torch._C.ConcreteModuleTypeBuilder", "kind": "Gdef", "module_public": false}, "CudaBFloat16StorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.CudaBFloat16StorageBase", "kind": "Gdef", "module_public": false}, "CudaBoolStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.CudaBoolStorageBase", "kind": "Gdef", "module_public": false}, "CudaByteStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.CudaByteStorageBase", "kind": "Gdef", "module_public": false}, "CudaCharStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.CudaCharStorageBase", "kind": "Gdef", "module_public": false}, "CudaComplexDoubleStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.CudaComplexDoubleStorageBase", "kind": "Gdef", "module_public": false}, "CudaComplexFloatStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.CudaComplexFloatStorageBase", "kind": "Gdef", "module_public": false}, "CudaDoubleStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.CudaDoubleStorageBase", "kind": "Gdef", "module_public": false}, "CudaFloatStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.CudaFloatStorageBase", "kind": "Gdef", "module_public": false}, "CudaHalfStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.CudaHalfStorageBase", "kind": "Gdef", "module_public": false}, "CudaIntStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.CudaIntStorageBase", "kind": "Gdef", "module_public": false}, "CudaLongStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.CudaLongStorageBase", "kind": "Gdef", "module_public": false}, "CudaQInt32StorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.CudaQInt32StorageBase", "kind": "Gdef", "module_public": false}, "CudaQInt8StorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.CudaQInt8StorageBase", "kind": "Gdef", "module_public": false}, "CudaQUInt4x2StorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.CudaQUInt4x2StorageBase", "kind": "Gdef", "module_public": false}, "CudaQUInt8StorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.CudaQUInt8StorageBase", "kind": "Gdef", "module_public": false}, "CudaShortStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.CudaShortStorageBase", "kind": "Gdef", "module_public": false}, "Decl": {".class": "SymbolTableNode", "cross_ref": "torch._C.Decl", "kind": "Gdef", "module_public": false}, "Def": {".class": "SymbolTableNode", "cross_ref": "torch._C.Def", "kind": "Gdef", "module_public": false}, "DeserializationStorageContext": {".class": "SymbolTableNode", "cross_ref": "torch._C.DeserializationStorageContext", "kind": "Gdef", "module_public": false}, "DeviceObjType": {".class": "SymbolTableNode", "cross_ref": "torch._C.DeviceObjType", "kind": "Gdef", "module_public": false}, "DictType": {".class": "SymbolTableNode", "cross_ref": "torch._C.DictType", "kind": "Gdef", "module_public": false}, "DisableTorchFunction": {".class": "SymbolTableNode", "cross_ref": "torch._C.DisableTorchFunction", "kind": "Gdef", "module_public": false}, "DoubleStorage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.DoubleStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.DoubleStorage", "name": "DoubleStorage", "type_vars": []}, "flags": [], "fullname": "torch.DoubleStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch", "mro": ["torch.DoubleStorage", "torch._C.DoubleStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DoubleStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.DoubleStorageBase", "kind": "Gdef", "module_public": false}, "DoubleTensor": {".class": "SymbolTableNode", "cross_ref": "torch._C.DoubleTensor", "kind": "Gdef"}, "EnumType": {".class": "SymbolTableNode", "cross_ref": "torch._C.EnumType", "kind": "Gdef", "module_public": false}, "ErrorReport": {".class": "SymbolTableNode", "cross_ref": "torch._C.ErrorReport", "kind": "Gdef", "module_public": false}, "FUSE_ADD_RELU": {".class": "SymbolTableNode", "cross_ref": "torch._C.FUSE_ADD_RELU", "kind": "Gdef", "module_public": false}, "FileCheck": {".class": "SymbolTableNode", "cross_ref": "torch._C.FileCheck", "kind": "Gdef", "module_public": false}, "FloatStorage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.FloatStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.FloatStorage", "name": "FloatStorage", "type_vars": []}, "flags": [], "fullname": "torch.FloatStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch", "mro": ["torch.FloatStorage", "torch._C.FloatStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FloatStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.FloatStorageBase", "kind": "Gdef", "module_public": false}, "FloatTensor": {".class": "SymbolTableNode", "cross_ref": "torch._C.FloatTensor", "kind": "Gdef"}, "FloatType": {".class": "SymbolTableNode", "cross_ref": "torch._C.FloatType", "kind": "Gdef", "module_public": false}, "FunctionSchema": {".class": "SymbolTableNode", "cross_ref": "torch._C.FunctionSchema", "kind": "Gdef", "module_public": false}, "Future": {".class": "SymbolTableNode", "cross_ref": "torch._C.Future", "kind": "Gdef", "module_public": false}, "FutureType": {".class": "SymbolTableNode", "cross_ref": "torch._C.FutureType", "kind": "Gdef", "module_public": false}, "Generator": {".class": "SymbolTableNode", "cross_ref": "torch._C.Generator", "kind": "Gdef", "module_public": false}, "Graph": {".class": "SymbolTableNode", "cross_ref": "torch._C.Graph", "kind": "Gdef", "module_public": false}, "GraphExecutorState": {".class": "SymbolTableNode", "cross_ref": "torch._C.GraphExecutorState", "kind": "Gdef", "module_public": false}, "HOIST_CONV_PACKED_PARAMS": {".class": "SymbolTableNode", "cross_ref": "torch._C.HOIST_CONV_PACKED_PARAMS", "kind": "Gdef", "module_public": false}, "HalfStorage": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.HalfStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.HalfStorage", "name": "HalfStorage", "type_vars": []}, "flags": [], "fullname": "torch.HalfStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch", "mro": ["torch.HalfStorage", "torch._C.HalfStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HalfStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.HalfStorageBase", "kind": "Gdef", "module_public": false}, "HalfTensor": {".class": "SymbolTableNode", "cross_ref": "torch._C.HalfTensor", "kind": "Gdef", "module_public": false}, "INSERT_FOLD_PREPACK_OPS": {".class": "SymbolTableNode", "cross_ref": "torch._C.INSERT_FOLD_PREPACK_OPS", "kind": "Gdef", "module_public": false}, "IODescriptor": {".class": "SymbolTableNode", "cross_ref": "torch._C.IODescriptor", "kind": "Gdef", "module_public": false}, "IValue": {".class": "SymbolTableNode", "cross_ref": "torch._C.IValue", "kind": "Gdef", "module_public": false}, "Ident": {".class": "SymbolTableNode", "cross_ref": "torch._C.Ident", "kind": "Gdef", "module_public": false}, "InferredType": {".class": "SymbolTableNode", "cross_ref": "torch._C.InferredType", "kind": "Gdef", "module_public": false}, "IntStorage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.IntStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.IntStorage", "name": "IntStorage", "type_vars": []}, "flags": [], "fullname": "torch.IntStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch", "mro": ["torch.IntStorage", "torch._C.IntStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IntStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.IntStorageBase", "kind": "Gdef", "module_public": false}, "IntTensor": {".class": "SymbolTableNode", "cross_ref": "torch._C.IntTensor", "kind": "Gdef"}, "IntType": {".class": "SymbolTableNode", "cross_ref": "torch._C.IntType", "kind": "Gdef", "module_public": false}, "InterfaceType": {".class": "SymbolTableNode", "cross_ref": "torch._C.InterfaceType", "kind": "Gdef", "module_public": false}, "JITException": {".class": "SymbolTableNode", "cross_ref": "torch._C.JITException", "kind": "Gdef", "module_public": false}, "JitType": {".class": "SymbolTableNode", "cross_ref": "torch._C.JitType", "kind": "Gdef", "module_public": false}, "ListType": {".class": "SymbolTableNode", "cross_ref": "torch._C.ListType", "kind": "Gdef", "module_public": false}, "LiteScriptModule": {".class": "SymbolTableNode", "cross_ref": "torch._C.LiteScriptModule", "kind": "Gdef", "module_public": false}, "LockingLogger": {".class": "SymbolTableNode", "cross_ref": "torch._C.LockingLogger", "kind": "Gdef", "module_public": false}, "LoggerBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.LoggerBase", "kind": "Gdef", "module_public": false}, "LongStorage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.LongStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.LongStorage", "name": "LongStorage", "type_vars": []}, "flags": [], "fullname": "torch.LongStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch", "mro": ["torch.LongStorage", "torch._C.LongStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LongStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.LongStorageBase", "kind": "Gdef", "module_public": false}, "LongTensor": {".class": "SymbolTableNode", "cross_ref": "torch._C.LongTensor", "kind": "Gdef"}, "MobileOptimizerType": {".class": "SymbolTableNode", "cross_ref": "torch._C.MobileOptimizerType", "kind": "Gdef", "module_public": false}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch._C.Module", "kind": "Gdef", "module_public": false}, "ModuleDict": {".class": "SymbolTableNode", "cross_ref": "torch._C.ModuleDict", "kind": "Gdef", "module_public": false}, "Node": {".class": "SymbolTableNode", "cross_ref": "torch._C.Node", "kind": "Gdef", "module_public": false}, "NoneType": {".class": "SymbolTableNode", "cross_ref": "torch._C.NoneType", "kind": "Gdef", "module_public": false}, "NoopLogger": {".class": "SymbolTableNode", "cross_ref": "torch._C.NoopLogger", "kind": "Gdef", "module_public": false}, "OptionalType": {".class": "SymbolTableNode", "cross_ref": "torch._C.OptionalType", "kind": "Gdef", "module_public": false}, "PRIVATE_OPS": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.PRIVATE_OPS", "name": "PRIVATE_OPS", "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"}}}}, "ParameterDict": {".class": "SymbolTableNode", "cross_ref": "torch._C.ParameterDict", "kind": "Gdef", "module_public": false}, "PyTorchFileReader": {".class": "SymbolTableNode", "cross_ref": "torch._C.PyTorchFileReader", "kind": "Gdef", "module_public": false}, "PyTorchFileWriter": {".class": "SymbolTableNode", "cross_ref": "torch._C.PyTorchFileWriter", "kind": "Gdef", "module_public": false}, "QInt32Storage": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.QInt32StorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.QInt32Storage", "name": "QInt32Storage", "type_vars": []}, "flags": [], "fullname": "torch.QInt32Storage", "metaclass_type": null, "metadata": {}, "module_name": "torch", "mro": ["torch.QInt32Storage", "torch._C.QInt32StorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "QInt32StorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.QInt32StorageBase", "kind": "Gdef", "module_public": false}, "QInt8Storage": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.QInt8StorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.QInt8Storage", "name": "QInt8Storage", "type_vars": []}, "flags": [], "fullname": "torch.QInt8Storage", "metaclass_type": null, "metadata": {}, "module_name": "torch", "mro": ["torch.QInt8Storage", "torch._C.QInt8StorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "QInt8StorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.QInt8StorageBase", "kind": "Gdef", "module_public": false}, "QUInt4x2Storage": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.QUInt4x2StorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.QUInt4x2Storage", "name": "QUInt4x2Storage", "type_vars": []}, "flags": [], "fullname": "torch.QUInt4x2Storage", "metaclass_type": null, "metadata": {}, "module_name": "torch", "mro": ["torch.QUInt4x2Storage", "torch._C.QUInt4x2StorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "QUInt4x2StorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.QUInt4x2StorageBase", "kind": "Gdef", "module_public": false}, "QUInt8Storage": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.QUInt8StorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.QUInt8Storage", "name": "QUInt8Storage", "type_vars": []}, "flags": [], "fullname": "torch.QUInt8Storage", "metaclass_type": null, "metadata": {}, "module_name": "torch", "mro": ["torch.QUInt8Storage", "torch._C.QUInt8StorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "QUInt8StorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.QUInt8StorageBase", "kind": "Gdef", "module_public": false}, "R": {".class": "SymbolTableNode", "cross_ref": "torch._C.R", "kind": "Gdef", "module_public": false}, "REMOVE_DROPOUT": {".class": "SymbolTableNode", "cross_ref": "torch._C.REMOVE_DROPOUT", "kind": "Gdef", "module_public": false}, "RRefType": {".class": "SymbolTableNode", "cross_ref": "torch._C.RRefType", "kind": "Gdef", "module_public": false}, "ResolutionCallback": {".class": "SymbolTableNode", "cross_ref": "torch._C.ResolutionCallback", "kind": "Gdef", "module_public": false}, "ScriptFunction": {".class": "SymbolTableNode", "cross_ref": "torch._C.ScriptFunction", "kind": "Gdef", "module_public": false}, "ScriptMethod": {".class": "SymbolTableNode", "cross_ref": "torch._C.ScriptMethod", "kind": "Gdef", "module_public": false}, "ScriptModule": {".class": "SymbolTableNode", "cross_ref": "torch._C.ScriptModule", "kind": "Gdef", "module_public": false}, "ScriptModuleSerializer": {".class": "SymbolTableNode", "cross_ref": "torch._C.ScriptModuleSerializer", "kind": "Gdef", "module_public": false}, "ScriptObject": {".class": "SymbolTableNode", "cross_ref": "torch._C.ScriptObject", "kind": "Gdef", "module_public": false}, "SerializationStorageContext": {".class": "SymbolTableNode", "cross_ref": "torch._C.SerializationStorageContext", "kind": "Gdef", "module_public": false}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef", "module_public": false}, "ShortStorage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.ShortStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ShortStorage", "name": "ShortStorage", "type_vars": []}, "flags": [], "fullname": "torch.ShortStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch", "mro": ["torch.ShortStorage", "torch._C.ShortStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ShortStorageBase": {".class": "SymbolTableNode", "cross_ref": "torch._C.ShortStorageBase", "kind": "Gdef", "module_public": false}, "ShortTensor": {".class": "SymbolTableNode", "cross_ref": "torch._C.ShortTensor", "kind": "Gdef"}, "Size": {".class": "SymbolTableNode", "cross_ref": "torch._C.Size", "kind": "Gdef", "module_public": false}, "SourceRange": {".class": "SymbolTableNode", "cross_ref": "torch._C.SourceRange", "kind": "Gdef", "module_public": false}, "Stack": {".class": "SymbolTableNode", "cross_ref": "torch._C.Stack", "kind": "Gdef", "module_public": false}, "Stream": {".class": "SymbolTableNode", "cross_ref": "torch._C.Stream", "kind": "Gdef", "module_public": false}, "StreamObjType": {".class": "SymbolTableNode", "cross_ref": "torch._C.StreamObjType", "kind": "Gdef", "module_public": false}, "StringType": {".class": "SymbolTableNode", "cross_ref": "torch._C.StringType", "kind": "Gdef", "module_public": false}, "T": {".class": "SymbolTableNode", "cross_ref": "torch._C.T", "kind": "Gdef", "module_public": false}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef", "module_public": false}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "TensorType": {".class": "SymbolTableNode", "cross_ref": "torch._C.TensorType", "kind": "Gdef", "module_public": false}, "ThroughputBenchmark": {".class": "SymbolTableNode", "cross_ref": "torch._C.ThroughputBenchmark", "kind": "Gdef", "module_public": false}, "TracingState": {".class": "SymbolTableNode", "cross_ref": "torch._C.TracingState", "kind": "Gdef", "module_public": false}, "TreeView": {".class": "SymbolTableNode", "cross_ref": "torch._C.TreeView", "kind": "Gdef", "module_public": false}, "TupleType": {".class": "SymbolTableNode", "cross_ref": "torch._C.TupleType", "kind": "Gdef", "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_public": false}, "USE_GLOBAL_DEPS": {".class": "SymbolTableNode", "cross_ref": "torch._utils_internal.USE_GLOBAL_DEPS", "kind": "Gdef", "module_public": false}, "USE_RTLD_GLOBAL_WITH_LIBTORCH": {".class": "SymbolTableNode", "cross_ref": "torch._utils_internal.USE_RTLD_GLOBAL_WITH_LIBTORCH", "kind": "Gdef", "module_public": false}, "UnionType": {".class": "SymbolTableNode", "cross_ref": "torch._C.UnionType", "kind": "Gdef", "module_public": false}, "Value": {".class": "SymbolTableNode", "cross_ref": "torch._C.Value", "kind": "Gdef", "module_public": false}, "_C": {".class": "SymbolTableNode", "cross_ref": "torch._C", "kind": "Gdef", "module_public": false}, "_C_for_compiled_check": {".class": "SymbolTableNode", "cross_ref": "torch._C", "kind": "Gdef", "module_public": false}, "_StorageBase": {".class": "SymbolTableNode", "cross_ref": "torch.storage._StorageBase", "kind": "Gdef", "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__and__": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.__and__", "kind": "Gdef", "module_public": false}, "__config__": {".class": "SymbolTableNode", "cross_ref": "torch.__config__", "kind": "Gdef", "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.__file__", "name": "__file__", "type": "builtins.str"}}, "__future__": {".class": "SymbolTableNode", "cross_ref": "torch.__future__", "kind": "Gdef", "module_public": false}, "__lshift__": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.__lshift__", "kind": "Gdef", "module_public": false}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.__name__", "name": "__name__", "type": "builtins.str"}}, "__or__": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.__or__", "kind": "Gdef", "module_public": false}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.__package__", "name": "__package__", "type": "builtins.str"}}, "__rshift__": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.__rshift__", "kind": "Gdef", "module_public": false}, "__version__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.__version__", "name": "__version__", "type": "builtins.str"}}, "__xor__": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.__xor__", "kind": "Gdef", "module_public": false}, "_adaptive_avg_pool2d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._adaptive_avg_pool2d", "kind": "Gdef", "module_public": false}, "_adaptive_avg_pool3d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._adaptive_avg_pool3d", "kind": "Gdef", "module_public": false}, "_add_batch_dim": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._add_batch_dim", "kind": "Gdef", "module_public": false}, "_add_relu": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._add_relu", "kind": "Gdef", "module_public": false}, "_add_relu_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._add_relu_", "kind": "Gdef", "module_public": false}, "_aminmax": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._aminmax", "kind": "Gdef", "module_public": false}, "_amp_foreach_non_finite_check_and_unscale_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._amp_foreach_non_finite_check_and_unscale_", "kind": "Gdef", "module_public": false}, "_amp_update_scale_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._amp_update_scale_", "kind": "Gdef", "module_public": false}, "_assert": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["condition", "message"], "flags": [], "fullname": "torch._assert", "name": "_assert", "type": null}}, "_assert_async": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._assert_async", "kind": "Gdef", "module_public": false}, "_baddbmm_mkl_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._baddbmm_mkl_", "kind": "Gdef", "module_public": false}, "_batch_norm_impl_index": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._batch_norm_impl_index", "kind": "Gdef", "module_public": false}, "_cast_Byte": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._cast_Byte", "kind": "Gdef", "module_public": false}, "_cast_Char": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._cast_Char", "kind": "Gdef", "module_public": false}, "_cast_Double": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._cast_Double", "kind": "Gdef", "module_public": false}, "_cast_Float": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._cast_Float", "kind": "Gdef", "module_public": false}, "_cast_Half": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._cast_Half", "kind": "Gdef", "module_public": false}, "_cast_Int": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._cast_Int", "kind": "Gdef", "module_public": false}, "_cast_Long": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._cast_Long", "kind": "Gdef", "module_public": false}, "_cast_Short": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._cast_Short", "kind": "Gdef", "module_public": false}, "_cat": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._cat", "kind": "Gdef", "module_public": false}, "_choose_qparams_per_tensor": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._choose_qparams_per_tensor", "kind": "Gdef", "module_public": false}, "_coalesce": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._coalesce", "kind": "Gdef", "module_public": false}, "_compute_linear_combination": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._compute_linear_combination", "kind": "Gdef", "module_public": false}, "_conj": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._conj", "kind": "Gdef", "module_public": false}, "_conj_physical": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._conj_physical", "kind": "Gdef", "module_public": false}, "_convert_indices_from_coo_to_csr": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._convert_indices_from_coo_to_csr", "kind": "Gdef", "module_public": false}, "_convolution": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._convolution", "kind": "Gdef", "module_public": false}, "_convolution_mode": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._convolution_mode", "kind": "Gdef", "module_public": false}, "_convolution_nogroup": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._convolution_nogroup", "kind": "Gdef", "module_public": false}, "_copy_from": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._copy_from", "kind": "Gdef", "module_public": false}, "_copy_from_and_resize": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._copy_from_and_resize", "kind": "Gdef", "module_public": false}, "_ctc_loss": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._ctc_loss", "kind": "Gdef", "module_public": false}, "_cudnn_ctc_loss": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._cudnn_ctc_loss", "kind": "Gdef", "module_public": false}, "_cudnn_init_dropout_state": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._cudnn_init_dropout_state", "kind": "Gdef", "module_public": false}, "_cudnn_rnn": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._cudnn_rnn", "kind": "Gdef", "module_public": false}, "_cudnn_rnn_flatten_weight": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._cudnn_rnn_flatten_weight", "kind": "Gdef", "module_public": false}, "_cufft_clear_plan_cache": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._cufft_clear_plan_cache", "kind": "Gdef", "module_public": false}, "_cufft_get_plan_cache_max_size": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._cufft_get_plan_cache_max_size", "kind": "Gdef", "module_public": false}, "_cufft_get_plan_cache_size": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._cufft_get_plan_cache_size", "kind": "Gdef", "module_public": false}, "_cufft_set_plan_cache_max_size": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._cufft_set_plan_cache_max_size", "kind": "Gdef", "module_public": false}, "_cummax_helper": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._cummax_helper", "kind": "Gdef", "module_public": false}, "_cummin_helper": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._cummin_helper", "kind": "Gdef", "module_public": false}, "_debug_has_internal_overlap": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._debug_has_internal_overlap", "kind": "Gdef", "module_public": false}, "_det_lu_based_helper": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._det_lu_based_helper", "kind": "Gdef", "module_public": false}, "_det_lu_based_helper_backward_helper": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._det_lu_based_helper_backward_helper", "kind": "Gdef", "module_public": false}, "_dim_arange": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._dim_arange", "kind": "Gdef", "module_public": false}, "_dirichlet_grad": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._dirichlet_grad", "kind": "Gdef", "module_public": false}, "_dl_flags": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_public": false}, "_embedding_bag": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._embedding_bag", "kind": "Gdef", "module_public": false}, "_embedding_bag_forward_only": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._embedding_bag_forward_only", "kind": "Gdef", "module_public": false}, "_empty_affine_quantized": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._empty_affine_quantized", "kind": "Gdef", "module_public": false}, "_empty_per_channel_affine_quantized": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._empty_per_channel_affine_quantized", "kind": "Gdef", "module_public": false}, "_euclidean_dist": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._euclidean_dist", "kind": "Gdef", "module_public": false}, "_fake_quantize_learnable_per_channel_affine": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._fake_quantize_learnable_per_channel_affine", "kind": "Gdef", "module_public": false}, "_fake_quantize_learnable_per_tensor_affine": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._fake_quantize_learnable_per_tensor_affine", "kind": "Gdef", "module_public": false}, "_fake_quantize_per_tensor_affine_cachemask_tensor_qparams": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._fake_quantize_per_tensor_affine_cachemask_tensor_qparams", "kind": "Gdef", "module_public": false}, "_fft_c2c": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._fft_c2c", "kind": "Gdef", "module_public": false}, "_fft_c2r": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._fft_c2r", "kind": "Gdef", "module_public": false}, "_fft_r2c": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._fft_r2c", "kind": "Gdef", "module_public": false}, "_foreach_abs": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_abs", "kind": "Gdef", "module_public": false}, "_foreach_abs_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_abs_", "kind": "Gdef", "module_public": false}, "_foreach_acos": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_acos", "kind": "Gdef", "module_public": false}, "_foreach_acos_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_acos_", "kind": "Gdef", "module_public": false}, "_foreach_add": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_add", "kind": "Gdef", "module_public": false}, "_foreach_add_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_add_", "kind": "Gdef", "module_public": false}, "_foreach_addcdiv": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_addcdiv", "kind": "Gdef", "module_public": false}, "_foreach_addcdiv_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_addcdiv_", "kind": "Gdef", "module_public": false}, "_foreach_addcmul": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_addcmul", "kind": "Gdef", "module_public": false}, "_foreach_addcmul_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_addcmul_", "kind": "Gdef", "module_public": false}, "_foreach_asin": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_asin", "kind": "Gdef", "module_public": false}, "_foreach_asin_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_asin_", "kind": "Gdef", "module_public": false}, "_foreach_atan": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_atan", "kind": "Gdef", "module_public": false}, "_foreach_atan_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_atan_", "kind": "Gdef", "module_public": false}, "_foreach_ceil": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_ceil", "kind": "Gdef", "module_public": false}, "_foreach_ceil_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_ceil_", "kind": "Gdef", "module_public": false}, "_foreach_cos": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_cos", "kind": "Gdef", "module_public": false}, "_foreach_cos_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_cos_", "kind": "Gdef", "module_public": false}, "_foreach_cosh": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_cosh", "kind": "Gdef", "module_public": false}, "_foreach_cosh_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_cosh_", "kind": "Gdef", "module_public": false}, "_foreach_div": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_div", "kind": "Gdef", "module_public": false}, "_foreach_div_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_div_", "kind": "Gdef", "module_public": false}, "_foreach_erf": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_erf", "kind": "Gdef", "module_public": false}, "_foreach_erf_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_erf_", "kind": "Gdef", "module_public": false}, "_foreach_erfc": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_erfc", "kind": "Gdef", "module_public": false}, "_foreach_erfc_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_erfc_", "kind": "Gdef", "module_public": false}, "_foreach_exp": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_exp", "kind": "Gdef", "module_public": false}, "_foreach_exp_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_exp_", "kind": "Gdef", "module_public": false}, "_foreach_expm1": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_expm1", "kind": "Gdef", "module_public": false}, "_foreach_expm1_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_expm1_", "kind": "Gdef", "module_public": false}, "_foreach_floor": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_floor", "kind": "Gdef", "module_public": false}, "_foreach_floor_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_floor_", "kind": "Gdef", "module_public": false}, "_foreach_frac": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_frac", "kind": "Gdef", "module_public": false}, "_foreach_frac_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_frac_", "kind": "Gdef", "module_public": false}, "_foreach_lgamma": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_lgamma", "kind": "Gdef", "module_public": false}, "_foreach_lgamma_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_lgamma_", "kind": "Gdef", "module_public": false}, "_foreach_log": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_log", "kind": "Gdef", "module_public": false}, "_foreach_log10": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_log10", "kind": "Gdef", "module_public": false}, "_foreach_log10_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_log10_", "kind": "Gdef", "module_public": false}, "_foreach_log1p": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_log1p", "kind": "Gdef", "module_public": false}, "_foreach_log1p_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_log1p_", "kind": "Gdef", "module_public": false}, "_foreach_log2": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_log2", "kind": "Gdef", "module_public": false}, "_foreach_log2_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_log2_", "kind": "Gdef", "module_public": false}, "_foreach_log_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_log_", "kind": "Gdef", "module_public": false}, "_foreach_maximum": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_maximum", "kind": "Gdef", "module_public": false}, "_foreach_minimum": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_minimum", "kind": "Gdef", "module_public": false}, "_foreach_mul": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_mul", "kind": "Gdef", "module_public": false}, "_foreach_mul_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_mul_", "kind": "Gdef", "module_public": false}, "_foreach_neg": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_neg", "kind": "Gdef", "module_public": false}, "_foreach_neg_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_neg_", "kind": "Gdef", "module_public": false}, "_foreach_reciprocal": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_reciprocal", "kind": "Gdef", "module_public": false}, "_foreach_reciprocal_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_reciprocal_", "kind": "Gdef", "module_public": false}, "_foreach_round": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_round", "kind": "Gdef", "module_public": false}, "_foreach_round_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_round_", "kind": "Gdef", "module_public": false}, "_foreach_sigmoid": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_sigmoid", "kind": "Gdef", "module_public": false}, "_foreach_sigmoid_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_sigmoid_", "kind": "Gdef", "module_public": false}, "_foreach_sin": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_sin", "kind": "Gdef", "module_public": false}, "_foreach_sin_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_sin_", "kind": "Gdef", "module_public": false}, "_foreach_sinh": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_sinh", "kind": "Gdef", "module_public": false}, "_foreach_sinh_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_sinh_", "kind": "Gdef", "module_public": false}, "_foreach_sqrt": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_sqrt", "kind": "Gdef", "module_public": false}, "_foreach_sqrt_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_sqrt_", "kind": "Gdef", "module_public": false}, "_foreach_sub": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_sub", "kind": "Gdef", "module_public": false}, "_foreach_sub_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_sub_", "kind": "Gdef", "module_public": false}, "_foreach_tan": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_tan", "kind": "Gdef", "module_public": false}, "_foreach_tan_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_tan_", "kind": "Gdef", "module_public": false}, "_foreach_tanh": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_tanh", "kind": "Gdef", "module_public": false}, "_foreach_tanh_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_tanh_", "kind": "Gdef", "module_public": false}, "_foreach_trunc": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_trunc", "kind": "Gdef", "module_public": false}, "_foreach_trunc_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_trunc_", "kind": "Gdef", "module_public": false}, "_foreach_zero_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._foreach_zero_", "kind": "Gdef", "module_public": false}, "_fused_dropout": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._fused_dropout", "kind": "Gdef", "module_public": false}, "_fused_moving_avg_obs_fq_helper": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._fused_moving_avg_obs_fq_helper", "kind": "Gdef", "module_public": false}, "_grid_sampler_2d_cpu_fallback": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._grid_sampler_2d_cpu_fallback", "kind": "Gdef", "module_public": false}, "_has_compatible_shallow_copy_type": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._has_compatible_shallow_copy_type", "kind": "Gdef", "module_public": false}, "_import_dotted_name": {".class": "SymbolTableNode", "cross_ref": "torch._utils._import_dotted_name", "kind": "Gdef", "module_public": false}, "_index_copy_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._index_copy_", "kind": "Gdef", "module_public": false}, "_index_put_impl_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._index_put_impl_", "kind": "Gdef", "module_public": false}, "_initExtension": {".class": "SymbolTableNode", "cross_ref": "torch._C._initExtension", "kind": "Gdef", "module_public": false}, "_linalg_inv_out_helper_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._linalg_inv_out_helper_", "kind": "Gdef", "module_public": false}, "_linalg_qr_helper": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._linalg_qr_helper", "kind": "Gdef", "module_public": false}, "_load_global_deps": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._load_global_deps", "name": "_load_global_deps", "type": null}}, "_log_softmax": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._log_softmax", "kind": "Gdef", "module_public": false}, "_log_softmax_backward_data": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._log_softmax_backward_data", "kind": "Gdef", "module_public": false}, "_logcumsumexp": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._logcumsumexp", "kind": "Gdef", "module_public": false}, "_lu_with_info": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._lu_with_info", "kind": "Gdef", "module_public": false}, "_make_dual": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._make_dual", "kind": "Gdef", "module_public": false}, "_make_per_channel_quantized_tensor": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._make_per_channel_quantized_tensor", "kind": "Gdef", "module_public": false}, "_make_per_tensor_quantized_tensor": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._make_per_tensor_quantized_tensor", "kind": "Gdef", "module_public": false}, "_masked_scale": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._masked_scale", "kind": "Gdef", "module_public": false}, "_mkldnn_reshape": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._mkldnn_reshape", "kind": "Gdef", "module_public": false}, "_mkldnn_transpose": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._mkldnn_transpose", "kind": "Gdef", "module_public": false}, "_mkldnn_transpose_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._mkldnn_transpose_", "kind": "Gdef", "module_public": false}, "_neg_view": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._neg_view", "kind": "Gdef", "module_public": false}, "_nnpack_available": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._nnpack_available", "kind": "Gdef", "module_public": false}, "_nnpack_spatial_convolution": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._nnpack_spatial_convolution", "kind": "Gdef", "module_public": false}, "_pack_padded_sequence": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._pack_padded_sequence", "kind": "Gdef", "module_public": false}, "_pad_packed_sequence": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._pad_packed_sequence", "kind": "Gdef", "module_public": false}, "_pin_memory": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._pin_memory", "kind": "Gdef", "module_public": false}, "_register_device_module": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["device_type", "module"], "flags": [], "fullname": "torch._register_device_module", "name": "_register_device_module", "type": null}}, "_remove_batch_dim": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._remove_batch_dim", "kind": "Gdef", "module_public": false}, "_reshape_from_tensor": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._reshape_from_tensor", "kind": "Gdef", "module_public": false}, "_rowwise_prune": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._rowwise_prune", "kind": "Gdef", "module_public": false}, "_s_where": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._s_where", "kind": "Gdef", "module_public": false}, "_sample_dirichlet": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._sample_dirichlet", "kind": "Gdef", "module_public": false}, "_saturate_weight_to_fp16": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._saturate_weight_to_fp16", "kind": "Gdef", "module_public": false}, "_shape_as_tensor": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._shape_as_tensor", "kind": "Gdef", "module_public": false}, "_sobol_engine_draw": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._sobol_engine_draw", "kind": "Gdef", "module_public": false}, "_sobol_engine_ff_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._sobol_engine_ff_", "kind": "Gdef", "module_public": false}, "_sobol_engine_initialize_state_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._sobol_engine_initialize_state_", "kind": "Gdef", "module_public": false}, "_sobol_engine_scramble_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._sobol_engine_scramble_", "kind": "Gdef", "module_public": false}, "_softmax": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._softmax", "kind": "Gdef", "module_public": false}, "_softmax_backward_data": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._softmax_backward_data", "kind": "Gdef", "module_public": false}, "_sparse_addmm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._sparse_addmm", "kind": "Gdef", "module_public": false}, "_sparse_coo_tensor_unsafe": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._sparse_coo_tensor_unsafe", "kind": "Gdef", "module_public": false}, "_sparse_csr_tensor_unsafe": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._sparse_csr_tensor_unsafe", "kind": "Gdef", "module_public": false}, "_sparse_log_softmax": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._sparse_log_softmax", "kind": "Gdef", "module_public": false}, "_sparse_log_softmax_backward_data": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._sparse_log_softmax_backward_data", "kind": "Gdef", "module_public": false}, "_sparse_mask_helper": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._sparse_mask_helper", "kind": "Gdef", "module_public": false}, "_sparse_mm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._sparse_mm", "kind": "Gdef", "module_public": false}, "_sparse_softmax": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._sparse_softmax", "kind": "Gdef", "module_public": false}, "_sparse_softmax_backward_data": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._sparse_softmax_backward_data", "kind": "Gdef", "module_public": false}, "_sparse_sparse_matmul": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._sparse_sparse_matmul", "kind": "Gdef", "module_public": false}, "_sparse_sum": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._sparse_sum", "kind": "Gdef", "module_public": false}, "_stack": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._stack", "kind": "Gdef", "module_public": false}, "_standard_gamma": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._standard_gamma", "kind": "Gdef", "module_public": false}, "_standard_gamma_grad": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._standard_gamma_grad", "kind": "Gdef", "module_public": false}, "_storage_classes": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch._storage_classes", "name": "_storage_classes", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.QUInt4x2Storage"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.storage._StorageBase", "type_guard": null, "variables": []}], "type_ref": "builtins.set"}}}, "_storage_docs": {".class": "SymbolTableNode", "cross_ref": "torch._storage_docs", "kind": "Gdef", "module_public": false}, "_string_classes": {".class": "SymbolTableNode", "cross_ref": "torch._six.string_classes", "kind": "Gdef", "module_public": false}, "_tensor_classes": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._tensor_classes", "name": "_tensor_classes", "type": {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}}], "type_ref": "builtins.set"}}}, "_tensor_docs": {".class": "SymbolTableNode", "cross_ref": "torch._tensor_docs", "kind": "Gdef", "module_public": false}, "_test_serialization_subcmul": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._test_serialization_subcmul", "kind": "Gdef", "module_public": false}, "_to_cpu": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._to_cpu", "kind": "Gdef", "module_public": false}, "_torch_docs": {".class": "SymbolTableNode", "cross_ref": "torch._torch_docs", "kind": "Gdef", "module_public": false}, "_trilinear": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._trilinear", "kind": "Gdef", "module_public": false}, "_unique": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._unique", "kind": "Gdef", "module_public": false}, "_unique2": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._unique2", "kind": "Gdef", "module_public": false}, "_unpack_dual": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._unpack_dual", "kind": "Gdef", "module_public": false}, "_use_cudnn_ctc_loss": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._use_cudnn_ctc_loss", "kind": "Gdef", "module_public": false}, "_use_cudnn_rnn_flatten_weight": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._use_cudnn_rnn_flatten_weight", "kind": "Gdef", "module_public": false}, "_validate_sparse_coo_tensor_args": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._validate_sparse_coo_tensor_args", "kind": "Gdef", "module_public": false}, "_validate_sparse_csr_tensor_args": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._validate_sparse_csr_tensor_args", "kind": "Gdef", "module_public": false}, "_weight_norm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._weight_norm", "kind": "Gdef", "module_public": false}, "_weight_norm_cuda_interface": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._weight_norm_cuda_interface", "kind": "Gdef", "module_public": false}, "abs": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.abs", "kind": "Gdef", "module_public": false}, "abs_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.abs_", "kind": "Gdef", "module_public": false}, "absolute": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.absolute", "kind": "Gdef", "module_public": false}, "acos": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.acos", "kind": "Gdef", "module_public": false}, "acos_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.acos_", "kind": "Gdef", "module_public": false}, "acosh": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.acosh", "kind": "Gdef", "module_public": false}, "acosh_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.acosh_", "kind": "Gdef", "module_public": false}, "adaptive_avg_pool1d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.adaptive_avg_pool1d", "kind": "Gdef", "module_public": false}, "adaptive_max_pool1d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.adaptive_max_pool1d", "kind": "Gdef", "module_public": false}, "add": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.add", "kind": "Gdef", "module_public": false}, "addbmm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.addbmm", "kind": "Gdef", "module_public": false}, "addcdiv": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.addcdiv", "kind": "Gdef", "module_public": false}, "addcmul": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.addcmul", "kind": "Gdef", "module_public": false}, "addmm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.addmm", "kind": "Gdef", "module_public": false}, "addmv": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.addmv", "kind": "Gdef", "module_public": false}, "addmv_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.addmv_", "kind": "Gdef", "module_public": false}, "addr": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.addr", "kind": "Gdef", "module_public": false}, "affine_grid_generator": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.affine_grid_generator", "kind": "Gdef", "module_public": false}, "align_tensors": {".class": "SymbolTableNode", "cross_ref": "torch.functional.align_tensors", "kind": "Gdef", "module_public": false}, "all": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.all", "kind": "Gdef", "module_public": false}, "allclose": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.allclose", "kind": "Gdef", "module_public": false}, "alpha_dropout": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.alpha_dropout", "kind": "Gdef", "module_public": false}, "alpha_dropout_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.alpha_dropout_", "kind": "Gdef", "module_public": false}, "amax": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.amax", "kind": "Gdef", "module_public": false}, "amin": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.amin", "kind": "Gdef", "module_public": false}, "aminmax": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.aminmax", "kind": "Gdef", "module_public": false}, "angle": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.angle", "kind": "Gdef", "module_public": false}, "any": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.any", "kind": "Gdef", "module_public": false}, "ao": {".class": "SymbolTableNode", "cross_ref": "torch.ao", "kind": "Gdef", "module_public": false}, "arange": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.arange", "kind": "Gdef", "module_public": false}, "arccos": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.arccos", "kind": "Gdef", "module_public": false}, "arccos_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.arccos_", "kind": "Gdef", "module_public": false}, "arccosh": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.arccosh", "kind": "Gdef", "module_public": false}, "arccosh_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.arccosh_", "kind": "Gdef", "module_public": false}, "arcsin": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.arcsin", "kind": "Gdef", "module_public": false}, "arcsin_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.arcsin_", "kind": "Gdef", "module_public": false}, "arcsinh": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.arcsinh", "kind": "Gdef", "module_public": false}, "arcsinh_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.arcsinh_", "kind": "Gdef", "module_public": false}, "arctan": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.arctan", "kind": "Gdef", "module_public": false}, "arctan_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.arctan_", "kind": "Gdef", "module_public": false}, "arctanh": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.arctanh", "kind": "Gdef", "module_public": false}, "arctanh_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.arctanh_", "kind": "Gdef", "module_public": false}, "are_deterministic_algorithms_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.are_deterministic_algorithms_enabled", "name": "are_deterministic_algorithms_enabled", "type": null}}, "argmax": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.argmax", "kind": "Gdef", "module_public": false}, "argmin": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.argmin", "kind": "Gdef", "module_public": false}, "argsort": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.argsort", "kind": "Gdef", "module_public": false}, "as_strided": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.as_strided", "kind": "Gdef", "module_public": false}, "as_strided_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.as_strided_", "kind": "Gdef", "module_public": false}, "as_tensor": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.as_tensor", "kind": "Gdef", "module_public": false}, "asin": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.asin", "kind": "Gdef", "module_public": false}, "asin_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.asin_", "kind": "Gdef", "module_public": false}, "asinh": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.asinh", "kind": "Gdef", "module_public": false}, "asinh_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.asinh_", "kind": "Gdef", "module_public": false}, "atan": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.atan", "kind": "Gdef", "module_public": false}, "atan2": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.atan2", "kind": "Gdef", "module_public": false}, "atan_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.atan_", "kind": "Gdef", "module_public": false}, "atanh": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.atanh", "kind": "Gdef", "module_public": false}, "atanh_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.atanh_", "kind": "Gdef", "module_public": false}, "atleast_1d": {".class": "SymbolTableNode", "cross_ref": "torch.functional.atleast_1d", "kind": "Gdef", "module_public": false}, "atleast_2d": {".class": "SymbolTableNode", "cross_ref": "torch.functional.atleast_2d", "kind": "Gdef", "module_public": false}, "atleast_3d": {".class": "SymbolTableNode", "cross_ref": "torch.functional.atleast_3d", "kind": "Gdef", "module_public": false}, "autocast": {".class": "SymbolTableNode", "cross_ref": "torch.autocast_mode.autocast", "kind": "Gdef", "module_public": false}, "autocast_decrement_nesting": {".class": "SymbolTableNode", "cross_ref": "torch._C.autocast_decrement_nesting", "kind": "Gdef", "module_public": false}, "autocast_increment_nesting": {".class": "SymbolTableNode", "cross_ref": "torch._C.autocast_increment_nesting", "kind": "Gdef", "module_public": false}, "autograd": {".class": "SymbolTableNode", "cross_ref": "torch.autograd", "kind": "Gdef", "module_public": false}, "avg_pool1d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.avg_pool1d", "kind": "Gdef", "module_public": false}, "baddbmm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.baddbmm", "kind": "Gdef", "module_public": false}, "bartlett_window": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.bartlett_window", "kind": "Gdef", "module_public": false}, "batch_norm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.batch_norm", "kind": "Gdef", "module_public": false}, "batch_norm_backward_elemt": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.batch_norm_backward_elemt", "kind": "Gdef", "module_public": false}, "batch_norm_backward_reduce": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.batch_norm_backward_reduce", "kind": "Gdef", "module_public": false}, "batch_norm_elemt": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.batch_norm_elemt", "kind": "Gdef", "module_public": false}, "batch_norm_gather_stats": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.batch_norm_gather_stats", "kind": "Gdef", "module_public": false}, "batch_norm_gather_stats_with_counts": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.batch_norm_gather_stats_with_counts", "kind": "Gdef", "module_public": false}, "batch_norm_stats": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.batch_norm_stats", "kind": "Gdef", "module_public": false}, "batch_norm_update_stats": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.batch_norm_update_stats", "kind": "Gdef", "module_public": false}, "bernoulli": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.bernoulli", "kind": "Gdef", "module_public": false}, "bfloat16": {".class": "SymbolTableNode", "cross_ref": "torch._C.bfloat16", "kind": "Gdef", "module_public": false}, "bilinear": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.bilinear", "kind": "Gdef", "module_public": false}, "binary_cross_entropy_with_logits": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.binary_cross_entropy_with_logits", "kind": "Gdef", "module_public": false}, "bincount": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.bincount", "kind": "Gdef", "module_public": false}, "binomial": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.binomial", "kind": "Gdef", "module_public": false}, "bitwise_and": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.bitwise_and", "kind": "Gdef", "module_public": false}, "bitwise_left_shift": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.bitwise_left_shift", "kind": "Gdef", "module_public": false}, "bitwise_not": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.bitwise_not", "kind": "Gdef", "module_public": false}, "bitwise_or": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.bitwise_or", "kind": "Gdef", "module_public": false}, "bitwise_right_shift": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.bitwise_right_shift", "kind": "Gdef", "module_public": false}, "bitwise_xor": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.bitwise_xor", "kind": "Gdef", "module_public": false}, "blackman_window": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.blackman_window", "kind": "Gdef", "module_public": false}, "block_diag": {".class": "SymbolTableNode", "cross_ref": "torch.functional.block_diag", "kind": "Gdef", "module_public": false}, "bmm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.bmm", "kind": "Gdef", "module_public": false}, "bool": {".class": "SymbolTableNode", "cross_ref": "torch._C.bool", "kind": "Gdef", "module_public": false}, "broadcast_shapes": {".class": "SymbolTableNode", "cross_ref": "torch.functional.broadcast_shapes", "kind": "Gdef", "module_public": false}, "broadcast_tensors": {".class": "SymbolTableNode", "cross_ref": "torch.functional.broadcast_tensors", "kind": "Gdef", "module_public": false}, "broadcast_to": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.broadcast_to", "kind": "Gdef", "module_public": false}, "bucketize": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.bucketize", "kind": "Gdef", "module_public": false}, "can_cast": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.can_cast", "kind": "Gdef", "module_public": false}, "cartesian_prod": {".class": "SymbolTableNode", "cross_ref": "torch.functional.cartesian_prod", "kind": "Gdef", "module_public": false}, "cat": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cat", "kind": "Gdef", "module_public": false}, "cdist": {".class": "SymbolTableNode", "cross_ref": "torch.functional.cdist", "kind": "Gdef", "module_public": false}, "cdouble": {".class": "SymbolTableNode", "cross_ref": "torch._C.cdouble", "kind": "Gdef", "module_public": false}, "ceil": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.ceil", "kind": "Gdef", "module_public": false}, "ceil_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.ceil_", "kind": "Gdef", "module_public": false}, "celu": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.celu", "kind": "Gdef", "module_public": false}, "celu_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.celu_", "kind": "Gdef", "module_public": false}, "cfloat": {".class": "SymbolTableNode", "cross_ref": "torch._C.cfloat", "kind": "Gdef", "module_public": false}, "chain_matmul": {".class": "SymbolTableNode", "cross_ref": "torch.functional.chain_matmul", "kind": "Gdef", "module_public": false}, "channel_shuffle": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.channel_shuffle", "kind": "Gdef", "module_public": false}, "channels_last": {".class": "SymbolTableNode", "cross_ref": "torch._C.channels_last", "kind": "Gdef", "module_public": false}, "channels_last_3d": {".class": "SymbolTableNode", "cross_ref": "torch._C.channels_last_3d", "kind": "Gdef", "module_public": false}, "cholesky": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cholesky", "kind": "Gdef", "module_public": false}, "cholesky_inverse": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cholesky_inverse", "kind": "Gdef", "module_public": false}, "cholesky_solve": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cholesky_solve", "kind": "Gdef", "module_public": false}, "choose_qparams_optimized": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.choose_qparams_optimized", "kind": "Gdef", "module_public": false}, "chunk": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.chunk", "kind": "Gdef"}, "clamp": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.clamp", "kind": "Gdef", "module_public": false}, "clamp_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.clamp_", "kind": "Gdef", "module_public": false}, "clamp_max": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.clamp_max", "kind": "Gdef", "module_public": false}, "clamp_max_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.clamp_max_", "kind": "Gdef", "module_public": false}, "clamp_min": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.clamp_min", "kind": "Gdef", "module_public": false}, "clamp_min_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.clamp_min_", "kind": "Gdef", "module_public": false}, "classes": {".class": "SymbolTableNode", "cross_ref": "torch._classes.classes", "kind": "Gdef", "module_public": false}, "clear_autocast_cache": {".class": "SymbolTableNode", "cross_ref": "torch._C.clear_autocast_cache", "kind": "Gdef", "module_public": false}, "clip": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.clip", "kind": "Gdef", "module_public": false}, "clip_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.clip_", "kind": "Gdef", "module_public": false}, "clone": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.clone", "kind": "Gdef", "module_public": false}, "column_stack": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.column_stack", "kind": "Gdef", "module_public": false}, "combinations": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.combinations", "kind": "Gdef", "module_public": false}, "compiled_with_cxx11_abi": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.compiled_with_cxx11_abi", "name": "compiled_with_cxx11_abi", "type": null}}, "complex": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.complex", "kind": "Gdef", "module_public": false}, "complex128": {".class": "SymbolTableNode", "cross_ref": "torch._C.complex128", "kind": "Gdef", "module_public": false}, "complex32": {".class": "SymbolTableNode", "cross_ref": "torch._C.complex32", "kind": "Gdef", "module_public": false}, "complex64": {".class": "SymbolTableNode", "cross_ref": "torch._C.complex64", "kind": "Gdef", "module_public": false}, "concat": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.concat", "kind": "Gdef", "module_public": false}, "conj": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.conj", "kind": "Gdef", "module_public": false}, "conj_physical": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.conj_physical", "kind": "Gdef", "module_public": false}, "conj_physical_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.conj_physical_", "kind": "Gdef", "module_public": false}, "constant_pad_nd": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.constant_pad_nd", "kind": "Gdef", "module_public": false}, "contiguous_format": {".class": "SymbolTableNode", "cross_ref": "torch._C.contiguous_format", "kind": "Gdef", "module_public": false}, "conv1d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.conv1d", "kind": "Gdef", "module_public": false}, "conv2d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.conv2d", "kind": "Gdef", "module_public": false}, "conv3d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.conv3d", "kind": "Gdef", "module_public": false}, "conv_tbc": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.conv_tbc", "kind": "Gdef", "module_public": false}, "conv_transpose1d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.conv_transpose1d", "kind": "Gdef", "module_public": false}, "conv_transpose2d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.conv_transpose2d", "kind": "Gdef", "module_public": false}, "conv_transpose3d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.conv_transpose3d", "kind": "Gdef", "module_public": false}, "convolution": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.convolution", "kind": "Gdef", "module_public": false}, "copysign": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.copysign", "kind": "Gdef", "module_public": false}, "corrcoef": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.corrcoef", "kind": "Gdef", "module_public": false}, "cos": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cos", "kind": "Gdef", "module_public": false}, "cos_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cos_", "kind": "Gdef", "module_public": false}, "cosh": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cosh", "kind": "Gdef", "module_public": false}, "cosh_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cosh_", "kind": "Gdef", "module_public": false}, "cosine_embedding_loss": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cosine_embedding_loss", "kind": "Gdef", "module_public": false}, "cosine_similarity": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cosine_similarity", "kind": "Gdef", "module_public": false}, "count_nonzero": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.count_nonzero", "kind": "Gdef", "module_public": false}, "cov": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cov", "kind": "Gdef", "module_public": false}, "cpu": {".class": "SymbolTableNode", "cross_ref": "torch.cpu", "kind": "Gdef", "module_public": false}, "cross": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cross", "kind": "Gdef", "module_public": false}, "ctc_loss": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.ctc_loss", "kind": "Gdef", "module_public": false}, "ctypes": {".class": "SymbolTableNode", "cross_ref": "ctypes", "kind": "Gdef", "module_public": false}, "cuda": {".class": "SymbolTableNode", "cross_ref": "torch.cuda", "kind": "Gdef", "module_public": false}, "cudnn_affine_grid_generator": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cudnn_affine_grid_generator", "kind": "Gdef", "module_public": false}, "cudnn_batch_norm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cudnn_batch_norm", "kind": "Gdef", "module_public": false}, "cudnn_convolution": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cudnn_convolution", "kind": "Gdef", "module_public": false}, "cudnn_convolution_add_relu": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cudnn_convolution_add_relu", "kind": "Gdef", "module_public": false}, "cudnn_convolution_relu": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cudnn_convolution_relu", "kind": "Gdef", "module_public": false}, "cudnn_convolution_transpose": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cudnn_convolution_transpose", "kind": "Gdef", "module_public": false}, "cudnn_grid_sampler": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cudnn_grid_sampler", "kind": "Gdef", "module_public": false}, "cudnn_is_acceptable": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cudnn_is_acceptable", "kind": "Gdef", "module_public": false}, "cummax": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cummax", "kind": "Gdef", "module_public": false}, "cummin": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cummin", "kind": "Gdef", "module_public": false}, "cumprod": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cumprod", "kind": "Gdef", "module_public": false}, "cumsum": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cumsum", "kind": "Gdef", "module_public": false}, "cumulative_trapezoid": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cumulative_trapezoid", "kind": "Gdef", "module_public": false}, "default_generator": {".class": "SymbolTableNode", "cross_ref": "torch._C.default_generator", "kind": "Gdef", "module_public": false}, "deg2rad": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.deg2rad", "kind": "Gdef", "module_public": false}, "deg2rad_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.deg2rad_", "kind": "Gdef", "module_public": false}, "dequantize": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.dequantize", "kind": "Gdef", "module_public": false}, "det": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.det", "kind": "Gdef", "module_public": false}, "detach": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.detach", "kind": "Gdef", "module_public": false}, "detach_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.detach_", "kind": "Gdef", "module_public": false}, "device": {".class": "SymbolTableNode", "cross_ref": "torch._C.device", "kind": "Gdef", "module_public": false}, "diag": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.diag", "kind": "Gdef", "module_public": false}, "diag_embed": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.diag_embed", "kind": "Gdef", "module_public": false}, "diagflat": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.diagflat", "kind": "Gdef", "module_public": false}, "diagonal": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.diagonal", "kind": "Gdef", "module_public": false}, "diff": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.diff", "kind": "Gdef", "module_public": false}, "digamma": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.digamma", "kind": "Gdef", "module_public": false}, "dist": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.dist", "kind": "Gdef", "module_public": false}, "distributions": {".class": "SymbolTableNode", "cross_ref": "torch.distributions", "kind": "Gdef", "module_public": false}, "div": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.div", "kind": "Gdef", "module_public": false}, "divide": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.divide", "kind": "Gdef", "module_public": false}, "dot": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.dot", "kind": "Gdef", "module_public": false}, "double": {".class": "SymbolTableNode", "cross_ref": "torch._C.double", "kind": "Gdef", "module_public": false}, "dropout": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.dropout", "kind": "Gdef", "module_public": false}, "dropout_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.dropout_", "kind": "Gdef", "module_public": false}, "dsmm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.dsmm", "kind": "Gdef", "module_public": false}, "dsplit": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.dsplit", "kind": "Gdef", "module_public": false}, "dstack": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.dstack", "kind": "Gdef", "module_public": false}, "dtype": {".class": "SymbolTableNode", "cross_ref": "torch._C.dtype", "kind": "Gdef", "module_public": false}, "e": {".class": "SymbolTableNode", "cross_ref": "math.e", "kind": "Gdef"}, "eig": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.eig", "kind": "Gdef", "module_public": false}, "einsum": {".class": "SymbolTableNode", "cross_ref": "torch.functional.einsum", "kind": "Gdef", "module_public": false}, "embedding": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.embedding", "kind": "Gdef", "module_public": false}, "embedding_bag": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.embedding_bag", "kind": "Gdef", "module_public": false}, "embedding_renorm_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.embedding_renorm_", "kind": "Gdef", "module_public": false}, "empty": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.empty", "kind": "Gdef", "module_public": false}, "empty_like": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.empty_like", "kind": "Gdef", "module_public": false}, "empty_quantized": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.empty_quantized", "kind": "Gdef", "module_public": false}, "empty_strided": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.empty_strided", "kind": "Gdef", "module_public": false}, "enable_grad": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.grad_mode.enable_grad", "kind": "Gdef"}, "eq": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.eq", "kind": "Gdef", "module_public": false}, "equal": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.equal", "kind": "Gdef", "module_public": false}, "erf": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.erf", "kind": "Gdef", "module_public": false}, "erf_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.erf_", "kind": "Gdef", "module_public": false}, "erfc": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.erfc", "kind": "Gdef", "module_public": false}, "erfc_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.erfc_", "kind": "Gdef", "module_public": false}, "erfinv": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.erfinv", "kind": "Gdef", "module_public": false}, "exp": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.exp", "kind": "Gdef", "module_public": false}, "exp2": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.exp2", "kind": "Gdef", "module_public": false}, "exp2_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.exp2_", "kind": "Gdef", "module_public": false}, "exp_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.exp_", "kind": "Gdef", "module_public": false}, "expm1": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.expm1", "kind": "Gdef", "module_public": false}, "expm1_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.expm1_", "kind": "Gdef", "module_public": false}, "eye": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.eye", "kind": "Gdef", "module_public": false}, "fake_quantize_per_channel_affine": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.fake_quantize_per_channel_affine", "kind": "Gdef", "module_public": false}, "fake_quantize_per_tensor_affine": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.fake_quantize_per_tensor_affine", "kind": "Gdef", "module_public": false}, "fbgemm_linear_fp16_weight": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.fbgemm_linear_fp16_weight", "kind": "Gdef", "module_public": false}, "fbgemm_linear_fp16_weight_fp32_activation": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.fbgemm_linear_fp16_weight_fp32_activation", "kind": "Gdef", "module_public": false}, "fbgemm_linear_int8_weight": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.fbgemm_linear_int8_weight", "kind": "Gdef", "module_public": false}, "fbgemm_linear_int8_weight_fp32_activation": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.fbgemm_linear_int8_weight_fp32_activation", "kind": "Gdef", "module_public": false}, "fbgemm_linear_quantize_weight": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.fbgemm_linear_quantize_weight", "kind": "Gdef", "module_public": false}, "fbgemm_pack_gemm_matrix_fp16": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.fbgemm_pack_gemm_matrix_fp16", "kind": "Gdef", "module_public": false}, "fbgemm_pack_quantized_matrix": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.fbgemm_pack_quantized_matrix", "kind": "Gdef", "module_public": false}, "feature_alpha_dropout": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.feature_alpha_dropout", "kind": "Gdef", "module_public": false}, "feature_alpha_dropout_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.feature_alpha_dropout_", "kind": "Gdef", "module_public": false}, "feature_dropout": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.feature_dropout", "kind": "Gdef", "module_public": false}, "feature_dropout_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.feature_dropout_", "kind": "Gdef", "module_public": false}, "fft": {".class": "SymbolTableNode", "cross_ref": "torch.fft", "kind": "Gdef", "module_public": false}, "fill_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.fill_", "kind": "Gdef", "module_public": false}, "finfo": {".class": "SymbolTableNode", "cross_ref": "torch._C.finfo", "kind": "Gdef", "module_public": false}, "fix": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.fix", "kind": "Gdef", "module_public": false}, "fix_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.fix_", "kind": "Gdef", "module_public": false}, "flatten": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.flatten", "kind": "Gdef", "module_public": false}, "flip": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.flip", "kind": "Gdef", "module_public": false}, "fliplr": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.fliplr", "kind": "Gdef", "module_public": false}, "flipud": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.flipud", "kind": "Gdef", "module_public": false}, "float": {".class": "SymbolTableNode", "cross_ref": "torch._C.float", "kind": "Gdef", "module_public": false}, "float16": {".class": "SymbolTableNode", "cross_ref": "torch._C.float16", "kind": "Gdef", "module_public": false}, "float32": {".class": "SymbolTableNode", "cross_ref": "torch._C.float32", "kind": "Gdef", "module_public": false}, "float64": {".class": "SymbolTableNode", "cross_ref": "torch._C.float64", "kind": "Gdef", "module_public": false}, "float_power": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.float_power", "kind": "Gdef", "module_public": false}, "floor": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.floor", "kind": "Gdef", "module_public": false}, "floor_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.floor_", "kind": "Gdef", "module_public": false}, "floor_divide": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.floor_divide", "kind": "Gdef", "module_public": false}, "fmax": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.fmax", "kind": "Gdef", "module_public": false}, "fmin": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.fmin", "kind": "Gdef", "module_public": false}, "fmod": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.fmod", "kind": "Gdef", "module_public": false}, "fork": {".class": "SymbolTableNode", "cross_ref": "torch._C.fork", "kind": "Gdef", "module_public": false}, "frac": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.frac", "kind": "Gdef", "module_public": false}, "frac_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.frac_", "kind": "Gdef", "module_public": false}, "frexp": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.frexp", "kind": "Gdef", "module_public": false}, "frobenius_norm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.frobenius_norm", "kind": "Gdef", "module_public": false}, "from_dlpack": {".class": "SymbolTableNode", "cross_ref": "torch.utils.dlpack.from_dlpack", "kind": "Gdef", "module_public": false}, "from_file": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.from_file", "kind": "Gdef", "module_public": false}, "from_numpy": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.from_numpy", "kind": "Gdef", "module_public": false}, "frombuffer": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.frombuffer", "kind": "Gdef", "module_public": false}, "full": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.full", "kind": "Gdef", "module_public": false}, "full_like": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.full_like", "kind": "Gdef", "module_public": false}, "fused_moving_avg_obs_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.fused_moving_avg_obs_fake_quant", "kind": "Gdef", "module_public": false}, "futures": {".class": "SymbolTableNode", "cross_ref": "torch.futures", "kind": "Gdef", "module_public": false}, "gather": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.gather", "kind": "Gdef", "module_public": false}, "gcd": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.gcd", "kind": "Gdef", "module_public": false}, "gcd_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.gcd_", "kind": "Gdef", "module_public": false}, "ge": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.ge", "kind": "Gdef", "module_public": false}, "geqrf": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.geqrf", "kind": "Gdef", "module_public": false}, "ger": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.ger", "kind": "Gdef", "module_public": false}, "get_autocast_cpu_dtype": {".class": "SymbolTableNode", "cross_ref": "torch._C.get_autocast_cpu_dtype", "kind": "Gdef", "module_public": false}, "get_autocast_gpu_dtype": {".class": "SymbolTableNode", "cross_ref": "torch._C.get_autocast_gpu_dtype", "kind": "Gdef", "module_public": false}, "get_default_dtype": {".class": "SymbolTableNode", "cross_ref": "torch._C.get_default_dtype", "kind": "Gdef", "module_public": false}, "get_device": {".class": "SymbolTableNode", "cross_ref": "torch._C.get_device", "kind": "Gdef", "module_public": false}, "get_file_path": {".class": "SymbolTableNode", "cross_ref": "torch._utils_internal.get_file_path", "kind": "Gdef", "module_public": false}, "get_num_interop_threads": {".class": "SymbolTableNode", "cross_ref": "torch._C.get_num_interop_threads", "kind": "Gdef", "module_public": false}, "get_num_thread": {".class": "SymbolTableNode", "cross_ref": "torch._C.get_num_thread", "kind": "Gdef", "module_public": false}, "get_num_threads": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.get_num_threads", "kind": "Gdef", "module_public": false}, "get_rng_state": {".class": "SymbolTableNode", "cross_ref": "torch.random.get_rng_state", "kind": "Gdef"}, "gradient": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.gradient", "kind": "Gdef", "module_public": false}, "greater": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.greater", "kind": "Gdef", "module_public": false}, "greater_equal": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.greater_equal", "kind": "Gdef", "module_public": false}, "grid_sampler": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.grid_sampler", "kind": "Gdef", "module_public": false}, "grid_sampler_2d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.grid_sampler_2d", "kind": "Gdef", "module_public": false}, "grid_sampler_3d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.grid_sampler_3d", "kind": "Gdef", "module_public": false}, "group_norm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.group_norm", "kind": "Gdef", "module_public": false}, "gru": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.gru", "kind": "Gdef", "module_public": false}, "gru_cell": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.gru_cell", "kind": "Gdef", "module_public": false}, "gt": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.gt", "kind": "Gdef", "module_public": false}, "half": {".class": "SymbolTableNode", "cross_ref": "torch._C.half", "kind": "Gdef", "module_public": false}, "hamming_window": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.hamming_window", "kind": "Gdef", "module_public": false}, "hann_window": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.hann_window", "kind": "Gdef", "module_public": false}, "hardshrink": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.hardshrink", "kind": "Gdef", "module_public": false}, "has_cuda": {".class": "SymbolTableNode", "cross_ref": "torch._C.has_cuda", "kind": "Gdef", "module_public": false}, "has_cudnn": {".class": "SymbolTableNode", "cross_ref": "torch._C.has_cudnn", "kind": "Gdef", "module_public": false}, "has_lapack": {".class": "SymbolTableNode", "cross_ref": "torch._C.has_lapack", "kind": "Gdef", "module_public": false}, "has_mkl": {".class": "SymbolTableNode", "cross_ref": "torch._C.has_mkl", "kind": "Gdef", "module_public": false}, "has_mkldnn": {".class": "SymbolTableNode", "cross_ref": "torch._C.has_mkldnn", "kind": "Gdef", "module_public": false}, "has_openmp": {".class": "SymbolTableNode", "cross_ref": "torch._C.has_openmp", "kind": "Gdef", "module_public": false}, "has_spectral": {".class": "SymbolTableNode", "cross_ref": "torch._C.has_spectral", "kind": "Gdef", "module_public": false}, "heaviside": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.heaviside", "kind": "Gdef", "module_public": false}, "hinge_embedding_loss": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.hinge_embedding_loss", "kind": "Gdef", "module_public": false}, "histc": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.histc", "kind": "Gdef", "module_public": false}, "histogram": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.histogram", "kind": "Gdef", "module_public": false}, "hsmm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.hsmm", "kind": "Gdef", "module_public": false}, "hsplit": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.hsplit", "kind": "Gdef", "module_public": false}, "hspmm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.hspmm", "kind": "Gdef", "module_public": false}, "hstack": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.hstack", "kind": "Gdef", "module_public": false}, "hub": {".class": "SymbolTableNode", "cross_ref": "torch.hub", "kind": "Gdef", "module_public": false}, "hypot": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.hypot", "kind": "Gdef", "module_public": false}, "i0": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.i0", "kind": "Gdef", "module_public": false}, "i0_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.i0_", "kind": "Gdef", "module_public": false}, "igamma": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.igamma", "kind": "Gdef", "module_public": false}, "igammac": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.igammac", "kind": "Gdef", "module_public": false}, "iinfo": {".class": "SymbolTableNode", "cross_ref": "torch._C.iinfo", "kind": "Gdef", "module_public": false}, "imag": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.imag", "kind": "Gdef", "module_public": false}, "import_ir_module": {".class": "SymbolTableNode", "cross_ref": "torch._C.import_ir_module", "kind": "Gdef", "module_public": false}, "import_ir_module_from_buffer": {".class": "SymbolTableNode", "cross_ref": "torch._C.import_ir_module_from_buffer", "kind": "Gdef", "module_public": false}, "index_add": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.index_add", "kind": "Gdef", "module_public": false}, "index_copy": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.index_copy", "kind": "Gdef", "module_public": false}, "index_fill": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.index_fill", "kind": "Gdef", "module_public": false}, "index_put": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.index_put", "kind": "Gdef", "module_public": false}, "index_put_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.index_put_", "kind": "Gdef", "module_public": false}, "index_select": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.index_select", "kind": "Gdef", "module_public": false}, "inf": {".class": "SymbolTableNode", "cross_ref": "math.inf", "kind": "Gdef"}, "inference_mode": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.grad_mode.inference_mode", "kind": "Gdef"}, "init_num_threads": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.init_num_threads", "kind": "Gdef", "module_public": false}, "initial_seed": {".class": "SymbolTableNode", "cross_ref": "torch.random.initial_seed", "kind": "Gdef"}, "inner": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.inner", "kind": "Gdef", "module_public": false}, "instance_norm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.instance_norm", "kind": "Gdef", "module_public": false}, "int": {".class": "SymbolTableNode", "cross_ref": "torch._C.int", "kind": "Gdef", "module_public": false}, "int16": {".class": "SymbolTableNode", "cross_ref": "torch._C.int16", "kind": "Gdef", "module_public": false}, "int32": {".class": "SymbolTableNode", "cross_ref": "torch._C.int32", "kind": "Gdef", "module_public": false}, "int64": {".class": "SymbolTableNode", "cross_ref": "torch._C.int64", "kind": "Gdef", "module_public": false}, "int8": {".class": "SymbolTableNode", "cross_ref": "torch._C.int8", "kind": "Gdef", "module_public": false}, "int_repr": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.int_repr", "kind": "Gdef", "module_public": false}, "inverse": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.inverse", "kind": "Gdef", "module_public": false}, "is_anomaly_enabled": {".class": "SymbolTableNode", "cross_ref": "torch._C.is_anomaly_enabled", "kind": "Gdef", "module_public": false}, "is_autocast_cache_enabled": {".class": "SymbolTableNode", "cross_ref": "torch._C.is_autocast_cache_enabled", "kind": "Gdef", "module_public": false}, "is_autocast_cpu_enabled": {".class": "SymbolTableNode", "cross_ref": "torch._C.is_autocast_cpu_enabled", "kind": "Gdef", "module_public": false}, "is_autocast_enabled": {".class": "SymbolTableNode", "cross_ref": "torch._C.is_autocast_enabled", "kind": "Gdef", "module_public": false}, "is_complex": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.is_complex", "kind": "Gdef", "module_public": false}, "is_conj": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.is_conj", "kind": "Gdef", "module_public": false}, "is_distributed": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.is_distributed", "kind": "Gdef", "module_public": false}, "is_floating_point": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.is_floating_point", "kind": "Gdef", "module_public": false}, "is_grad_enabled": {".class": "SymbolTableNode", "cross_ref": "torch._C.is_grad_enabled", "kind": "Gdef", "module_public": false}, "is_inference": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.is_inference", "kind": "Gdef", "module_public": false}, "is_inference_mode_enabled": {".class": "SymbolTableNode", "cross_ref": "torch._C.is_inference_mode_enabled", "kind": "Gdef", "module_public": false}, "is_neg": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.is_neg", "kind": "Gdef", "module_public": false}, "is_nonzero": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.is_nonzero", "kind": "Gdef", "module_public": false}, "is_same_size": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.is_same_size", "kind": "Gdef", "module_public": false}, "is_signed": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.is_signed", "kind": "Gdef", "module_public": false}, "is_storage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch.is_storage", "name": "is_storage", "type": null}}, "is_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch.is_tensor", "name": "is_tensor", "type": null}}, "is_vulkan_available": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.is_vulkan_available", "kind": "Gdef", "module_public": false}, "is_warn_always_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.is_warn_always_enabled", "name": "is_warn_always_enabled", "type": null}}, "isclose": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.isclose", "kind": "Gdef", "module_public": false}, "isfinite": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.isfinite", "kind": "Gdef", "module_public": false}, "isin": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.isin", "kind": "Gdef", "module_public": false}, "isinf": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.isinf", "kind": "Gdef", "module_public": false}, "isnan": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.isnan", "kind": "Gdef", "module_public": false}, "isneginf": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.isneginf", "kind": "Gdef", "module_public": false}, "isposinf": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.isposinf", "kind": "Gdef", "module_public": false}, "isreal": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.isreal", "kind": "Gdef", "module_public": false}, "istft": {".class": "SymbolTableNode", "cross_ref": "torch.functional.istft", "kind": "Gdef", "module_public": false}, "jit": {".class": "SymbolTableNode", "cross_ref": "torch.jit", "kind": "Gdef", "module_public": false}, "kaiser_window": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.kaiser_window", "kind": "Gdef", "module_public": false}, "kl_div": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.kl_div", "kind": "Gdef", "module_public": false}, "kron": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.kron", "kind": "Gdef", "module_public": false}, "kthvalue": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.kthvalue", "kind": "Gdef", "module_public": false}, "layer_norm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.layer_norm", "kind": "Gdef", "module_public": false}, "layout": {".class": "SymbolTableNode", "cross_ref": "torch._C.layout", "kind": "Gdef", "module_public": false}, "lcm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.lcm", "kind": "Gdef", "module_public": false}, "lcm_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.lcm_", "kind": "Gdef", "module_public": false}, "ldexp": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.ldexp", "kind": "Gdef", "module_public": false}, "ldexp_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.ldexp_", "kind": "Gdef", "module_public": false}, "le": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.le", "kind": "Gdef", "module_public": false}, "legacy_contiguous_format": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.legacy_contiguous_format", "name": "legacy_contiguous_format", "type": "torch._C.memory_format"}}, "lerp": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.lerp", "kind": "Gdef", "module_public": false}, "less": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.less", "kind": "Gdef", "module_public": false}, "less_equal": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.less_equal", "kind": "Gdef", "module_public": false}, "lgamma": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.lgamma", "kind": "Gdef", "module_public": false}, "linalg": {".class": "SymbolTableNode", "cross_ref": "torch.linalg", "kind": "Gdef", "module_public": false}, "linspace": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.linspace", "kind": "Gdef", "module_public": false}, "load": {".class": "SymbolTableNode", "cross_ref": "torch.serialization.load", "kind": "Gdef"}, "lobpcg": {".class": "SymbolTableNode", "cross_ref": "torch._lobpcg.lobpcg", "kind": "Gdef"}, "log": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.log", "kind": "Gdef", "module_public": false}, "log10": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.log10", "kind": "Gdef", "module_public": false}, "log10_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.log10_", "kind": "Gdef", "module_public": false}, "log1p": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.log1p", "kind": "Gdef", "module_public": false}, "log1p_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.log1p_", "kind": "Gdef", "module_public": false}, "log2": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.log2", "kind": "Gdef", "module_public": false}, "log2_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.log2_", "kind": "Gdef", "module_public": false}, "log_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.log_", "kind": "Gdef", "module_public": false}, "log_softmax": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.log_softmax", "kind": "Gdef", "module_public": false}, "logaddexp": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.logaddexp", "kind": "Gdef", "module_public": false}, "logaddexp2": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.logaddexp2", "kind": "Gdef", "module_public": false}, "logcumsumexp": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.logcumsumexp", "kind": "Gdef", "module_public": false}, "logdet": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.logdet", "kind": "Gdef", "module_public": false}, "logical_and": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.logical_and", "kind": "Gdef", "module_public": false}, "logical_not": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.logical_not", "kind": "Gdef", "module_public": false}, "logical_or": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.logical_or", "kind": "Gdef", "module_public": false}, "logical_xor": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.logical_xor", "kind": "Gdef", "module_public": false}, "logit": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.logit", "kind": "Gdef", "module_public": false}, "logit_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.logit_", "kind": "Gdef", "module_public": false}, "logspace": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.logspace", "kind": "Gdef", "module_public": false}, "logsumexp": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.logsumexp", "kind": "Gdef", "module_public": false}, "long": {".class": "SymbolTableNode", "cross_ref": "torch._C.long", "kind": "Gdef", "module_public": false}, "lstm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.lstm", "kind": "Gdef", "module_public": false}, "lstm_cell": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.lstm_cell", "kind": "Gdef", "module_public": false}, "lstsq": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.lstsq", "kind": "Gdef", "module_public": false}, "lt": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.lt", "kind": "Gdef", "module_public": false}, "lu": {".class": "SymbolTableNode", "cross_ref": "torch.functional.lu", "kind": "Gdef", "module_public": false}, "lu_solve": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.lu_solve", "kind": "Gdef", "module_public": false}, "lu_unpack": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.lu_unpack", "kind": "Gdef", "module_public": false}, "manager_path": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.manager_path", "name": "manager_path", "type": null}}, "manual_seed": {".class": "SymbolTableNode", "cross_ref": "torch.random.manual_seed", "kind": "Gdef"}, "margin_ranking_loss": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.margin_ranking_loss", "kind": "Gdef", "module_public": false}, "masked_fill": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.masked_fill", "kind": "Gdef", "module_public": false}, "masked_scatter": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.masked_scatter", "kind": "Gdef", "module_public": false}, "masked_select": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.masked_select", "kind": "Gdef", "module_public": false}, "matmul": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.matmul", "kind": "Gdef"}, "matrix_exp": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.matrix_exp", "kind": "Gdef", "module_public": false}, "matrix_power": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.matrix_power", "kind": "Gdef", "module_public": false}, "matrix_rank": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.matrix_rank", "kind": "Gdef", "module_public": false}, "max": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.max", "kind": "Gdef", "module_public": false}, "max_pool1d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.max_pool1d", "kind": "Gdef", "module_public": false}, "max_pool1d_with_indices": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.max_pool1d_with_indices", "kind": "Gdef", "module_public": false}, "max_pool2d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.max_pool2d", "kind": "Gdef", "module_public": false}, "max_pool3d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.max_pool3d", "kind": "Gdef", "module_public": false}, "maximum": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.maximum", "kind": "Gdef", "module_public": false}, "mean": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.mean", "kind": "Gdef", "module_public": false}, "median": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.median", "kind": "Gdef", "module_public": false}, "memory_format": {".class": "SymbolTableNode", "cross_ref": "torch._C.memory_format", "kind": "Gdef", "module_public": false}, "merge_type_from_type_comment": {".class": "SymbolTableNode", "cross_ref": "torch._C.merge_type_from_type_comment", "kind": "Gdef", "module_public": false}, "meshgrid": {".class": "SymbolTableNode", "cross_ref": "torch.functional.meshgrid", "kind": "Gdef", "module_public": false}, "min": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.min", "kind": "Gdef", "module_public": false}, "minimum": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.minimum", "kind": "Gdef", "module_public": false}, "miopen_batch_norm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.miopen_batch_norm", "kind": "Gdef", "module_public": false}, "miopen_convolution": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.miopen_convolution", "kind": "Gdef", "module_public": false}, "miopen_convolution_transpose": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.miopen_convolution_transpose", "kind": "Gdef", "module_public": false}, "miopen_depthwise_convolution": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.miopen_depthwise_convolution", "kind": "Gdef", "module_public": false}, "miopen_rnn": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.miopen_rnn", "kind": "Gdef", "module_public": false}, "mkldnn_adaptive_avg_pool2d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.mkldnn_adaptive_avg_pool2d", "kind": "Gdef", "module_public": false}, "mkldnn_convolution": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.mkldnn_convolution", "kind": "Gdef", "module_public": false}, "mkldnn_convolution_backward_weights": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.mkldnn_convolution_backward_weights", "kind": "Gdef", "module_public": false}, "mkldnn_linear_backward_weights": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.mkldnn_linear_backward_weights", "kind": "Gdef", "module_public": false}, "mkldnn_max_pool2d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.mkldnn_max_pool2d", "kind": "Gdef", "module_public": false}, "mkldnn_max_pool3d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.mkldnn_max_pool3d", "kind": "Gdef", "module_public": false}, "mm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.mm", "kind": "Gdef", "module_public": false}, "mode": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.mode", "kind": "Gdef", "module_public": false}, "moveaxis": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.moveaxis", "kind": "Gdef", "module_public": false}, "movedim": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.movedim", "kind": "Gdef", "module_public": false}, "msort": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.msort", "kind": "Gdef", "module_public": false}, "mul": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.mul", "kind": "Gdef", "module_public": false}, "multinomial": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.multinomial", "kind": "Gdef", "module_public": false}, "multiply": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.multiply", "kind": "Gdef", "module_public": false}, "multiprocessing": {".class": "SymbolTableNode", "cross_ref": "torch.multiprocessing", "kind": "Gdef", "module_public": false}, "mv": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.mv", "kind": "Gdef", "module_public": false}, "mvlgamma": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.mvlgamma", "kind": "Gdef", "module_public": false}, "name": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.name", "name": "name", "type": "builtins.str"}}, "namedtuple_LU_pivots_info": {".class": "SymbolTableNode", "cross_ref": "torch._C.namedtuple_LU_pivots_info", "kind": "Gdef", "module_public": false}, "namedtuple_P_L_U": {".class": "SymbolTableNode", "cross_ref": "torch._C.namedtuple_P_L_U", "kind": "Gdef", "module_public": false}, "namedtuple_Q_R": {".class": "SymbolTableNode", "cross_ref": "torch._C.namedtuple_Q_R", "kind": "Gdef", "module_public": false}, "namedtuple_U_S_V": {".class": "SymbolTableNode", "cross_ref": "torch._C.namedtuple_U_S_V", "kind": "Gdef", "module_public": false}, "namedtuple_a_tau": {".class": "SymbolTableNode", "cross_ref": "torch._C.namedtuple_a_tau", "kind": "Gdef", "module_public": false}, "namedtuple_det_lu_pivs": {".class": "SymbolTableNode", "cross_ref": "torch._C.namedtuple_det_lu_pivs", "kind": "Gdef", "module_public": false}, "namedtuple_eigenvalues_eigenvectors": {".class": "SymbolTableNode", "cross_ref": "torch._C.namedtuple_eigenvalues_eigenvectors", "kind": "Gdef", "module_public": false}, "namedtuple_hist_bin_edges": {".class": "SymbolTableNode", "cross_ref": "torch._C.namedtuple_hist_bin_edges", "kind": "Gdef", "module_public": false}, "namedtuple_mantissa_exponent": {".class": "SymbolTableNode", "cross_ref": "torch._C.namedtuple_mantissa_exponent", "kind": "Gdef", "module_public": false}, "namedtuple_min_max": {".class": "SymbolTableNode", "cross_ref": "torch._C.namedtuple_min_max", "kind": "Gdef", "module_public": false}, "namedtuple_output_mask": {".class": "SymbolTableNode", "cross_ref": "torch._C.namedtuple_output_mask", "kind": "Gdef", "module_public": false}, "namedtuple_primal_tangent": {".class": "SymbolTableNode", "cross_ref": "torch._C.namedtuple_primal_tangent", "kind": "Gdef", "module_public": false}, "namedtuple_sign_logabsdet": {".class": "SymbolTableNode", "cross_ref": "torch._C.namedtuple_sign_logabsdet", "kind": "Gdef", "module_public": false}, "namedtuple_solution_LU": {".class": "SymbolTableNode", "cross_ref": "torch._C.namedtuple_solution_LU", "kind": "Gdef", "module_public": false}, "namedtuple_solution_QR": {".class": "SymbolTableNode", "cross_ref": "torch._C.namedtuple_solution_QR", "kind": "Gdef", "module_public": false}, "namedtuple_solution_cloned_coefficient": {".class": "SymbolTableNode", "cross_ref": "torch._C.namedtuple_solution_cloned_coefficient", "kind": "Gdef", "module_public": false}, "namedtuple_values_indices": {".class": "SymbolTableNode", "cross_ref": "torch._C.namedtuple_values_indices", "kind": "Gdef", "module_public": false}, "nan": {".class": "SymbolTableNode", "cross_ref": "math.nan", "kind": "Gdef"}, "nan_to_num": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.nan_to_num", "kind": "Gdef", "module_public": false}, "nan_to_num_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.nan_to_num_", "kind": "Gdef", "module_public": false}, "nanmean": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.nanmean", "kind": "Gdef", "module_public": false}, "nanmedian": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.nanmedian", "kind": "Gdef", "module_public": false}, "nanquantile": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.nanquantile", "kind": "Gdef", "module_public": false}, "nansum": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.nansum", "kind": "Gdef", "module_public": false}, "narrow": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.narrow", "kind": "Gdef", "module_public": false}, "narrow_copy": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.narrow_copy", "kind": "Gdef", "module_public": false}, "native_batch_norm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.native_batch_norm", "kind": "Gdef", "module_public": false}, "native_group_norm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.native_group_norm", "kind": "Gdef", "module_public": false}, "native_layer_norm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.native_layer_norm", "kind": "Gdef", "module_public": false}, "native_norm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.native_norm", "kind": "Gdef", "module_public": false}, "ne": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.ne", "kind": "Gdef", "module_public": false}, "neg": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.neg", "kind": "Gdef", "module_public": false}, "neg_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.neg_", "kind": "Gdef", "module_public": false}, "negative": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.negative", "kind": "Gdef", "module_public": false}, "negative_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.negative_", "kind": "Gdef", "module_public": false}, "nextafter": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.nextafter", "kind": "Gdef", "module_public": false}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef", "module_public": false}, "no_grad": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.grad_mode.no_grad", "kind": "Gdef"}, "nonzero": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.nonzero", "kind": "Gdef", "module_public": false}, "norm": {".class": "SymbolTableNode", "cross_ref": "torch.functional.norm", "kind": "Gdef", "module_public": false}, "norm_except_dim": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.norm_except_dim", "kind": "Gdef", "module_public": false}, "normal": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.normal", "kind": "Gdef", "module_public": false}, "not_equal": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.not_equal", "kind": "Gdef", "module_public": false}, "nuclear_norm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.nuclear_norm", "kind": "Gdef", "module_public": false}, "numel": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.numel", "kind": "Gdef", "module_public": false}, "old_flags": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.old_flags", "name": "old_flags", "type": "builtins.int"}}, "ones": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.ones", "kind": "Gdef", "module_public": false}, "ones_like": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.ones_like", "kind": "Gdef", "module_public": false}, "onnx": {".class": "SymbolTableNode", "cross_ref": "torch.onnx", "kind": "Gdef", "module_public": false}, "ops": {".class": "SymbolTableNode", "cross_ref": "torch._ops.ops", "kind": "Gdef", "module_public": false}, "optim": {".class": "SymbolTableNode", "cross_ref": "torch.optim", "kind": "Gdef", "module_public": false}, "orgqr": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.orgqr", "kind": "Gdef", "module_public": false}, "ormqr": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.ormqr", "kind": "Gdef", "module_public": false}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_public": false}, "outer": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.outer", "kind": "Gdef", "module_public": false}, "pairwise_distance": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.pairwise_distance", "kind": "Gdef", "module_public": false}, "parse_ir": {".class": "SymbolTableNode", "cross_ref": "torch._C.parse_ir", "kind": "Gdef", "module_public": false}, "parse_schema": {".class": "SymbolTableNode", "cross_ref": "torch._C.parse_schema", "kind": "Gdef", "module_public": false}, "parse_type_comment": {".class": "SymbolTableNode", "cross_ref": "torch._C.parse_type_comment", "kind": "Gdef", "module_public": false}, "pca_lowrank": {".class": "SymbolTableNode", "cross_ref": "torch._lowrank.pca_lowrank", "kind": "Gdef", "module_public": false}, "pdist": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.pdist", "kind": "Gdef", "module_public": false}, "per_channel_affine": {".class": "SymbolTableNode", "cross_ref": "torch._C.per_channel_affine", "kind": "Gdef", "module_public": false}, "per_channel_affine_float_qparams": {".class": "SymbolTableNode", "cross_ref": "torch._C.per_channel_affine_float_qparams", "kind": "Gdef", "module_public": false}, "per_channel_symmetric": {".class": "SymbolTableNode", "cross_ref": "torch._C.per_channel_symmetric", "kind": "Gdef", "module_public": false}, "per_tensor_affine": {".class": "SymbolTableNode", "cross_ref": "torch._C.per_tensor_affine", "kind": "Gdef", "module_public": false}, "per_tensor_symmetric": {".class": "SymbolTableNode", "cross_ref": "torch._C.per_tensor_symmetric", "kind": "Gdef", "module_public": false}, "permute": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.permute", "kind": "Gdef", "module_public": false}, "pi": {".class": "SymbolTableNode", "cross_ref": "math.pi", "kind": "Gdef"}, "pinverse": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.pinverse", "kind": "Gdef", "module_public": false}, "pixel_shuffle": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.pixel_shuffle", "kind": "Gdef", "module_public": false}, "pixel_unshuffle": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.pixel_unshuffle", "kind": "Gdef", "module_public": false}, "platform": {".class": "SymbolTableNode", "cross_ref": "platform", "kind": "Gdef", "module_public": false}, "poisson": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.poisson", "kind": "Gdef", "module_public": false}, "poisson_nll_loss": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.poisson_nll_loss", "kind": "Gdef", "module_public": false}, "polar": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.polar", "kind": "Gdef", "module_public": false}, "polygamma": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.polygamma", "kind": "Gdef", "module_public": false}, "positive": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.positive", "kind": "Gdef", "module_public": false}, "pow": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.pow", "kind": "Gdef", "module_public": false}, "prelu": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.prelu", "kind": "Gdef", "module_public": false}, "prepare_multiprocessing_environment": {".class": "SymbolTableNode", "cross_ref": "torch._utils_internal.prepare_multiprocessing_environment", "kind": "Gdef", "module_public": false}, "preserve_format": {".class": "SymbolTableNode", "cross_ref": "torch._C.preserve_format", "kind": "Gdef", "module_public": false}, "prod": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.prod", "kind": "Gdef", "module_public": false}, "profiler": {".class": "SymbolTableNode", "cross_ref": "torch.profiler", "kind": "Gdef", "module_public": false}, "promote_types": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.promote_types", "kind": "Gdef", "module_public": false}, "put": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.put", "kind": "Gdef", "module_public": false}, "q_per_channel_axis": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.q_per_channel_axis", "kind": "Gdef", "module_public": false}, "q_per_channel_scales": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.q_per_channel_scales", "kind": "Gdef", "module_public": false}, "q_per_channel_zero_points": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.q_per_channel_zero_points", "kind": "Gdef", "module_public": false}, "q_scale": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.q_scale", "kind": "Gdef", "module_public": false}, "q_zero_point": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.q_zero_point", "kind": "Gdef", "module_public": false}, "qint32": {".class": "SymbolTableNode", "cross_ref": "torch._C.qint32", "kind": "Gdef", "module_public": false}, "qint8": {".class": "SymbolTableNode", "cross_ref": "torch._C.qint8", "kind": "Gdef", "module_public": false}, "qr": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.qr", "kind": "Gdef", "module_public": false}, "qscheme": {".class": "SymbolTableNode", "cross_ref": "torch._C.qscheme", "kind": "Gdef", "module_public": false}, "quantile": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.quantile", "kind": "Gdef", "module_public": false}, "quantization": {".class": "SymbolTableNode", "cross_ref": "torch.quantization", "kind": "Gdef", "module_public": false}, "quantize_per_channel": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.quantize_per_channel", "kind": "Gdef", "module_public": false}, "quantize_per_tensor": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.quantize_per_tensor", "kind": "Gdef", "module_public": false}, "quantized_batch_norm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.quantized_batch_norm", "kind": "Gdef", "module_public": false}, "quantized_gru": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.quantized_gru", "name": "quantized_gru", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "quantized_gru_cell": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.quantized_gru_cell", "kind": "Gdef", "module_public": false}, "quantized_lstm": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.quantized_lstm", "name": "quantized_lstm", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "quantized_lstm_cell": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.quantized_lstm_cell", "kind": "Gdef", "module_public": false}, "quantized_max_pool1d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.quantized_max_pool1d", "kind": "Gdef", "module_public": false}, "quantized_max_pool2d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.quantized_max_pool2d", "kind": "Gdef", "module_public": false}, "quantized_rnn_relu_cell": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.quantized_rnn_relu_cell", "kind": "Gdef", "module_public": false}, "quantized_rnn_tanh_cell": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.quantized_rnn_tanh_cell", "kind": "Gdef", "module_public": false}, "quasirandom": {".class": "SymbolTableNode", "cross_ref": "torch.quasirandom", "kind": "Gdef", "module_public": false}, "quint4x2": {".class": "SymbolTableNode", "cross_ref": "torch._C.quint4x2", "kind": "Gdef", "module_public": false}, "quint8": {".class": "SymbolTableNode", "cross_ref": "torch._C.quint8", "kind": "Gdef", "module_public": false}, "rad2deg": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.rad2deg", "kind": "Gdef", "module_public": false}, "rad2deg_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.rad2deg_", "kind": "Gdef", "module_public": false}, "rand": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.rand", "kind": "Gdef"}, "rand_like": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.rand_like", "kind": "Gdef", "module_public": false}, "randint": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.randint", "kind": "Gdef", "module_public": false}, "randint_like": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.randint_like", "kind": "Gdef", "module_public": false}, "randn": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.randn", "kind": "Gdef"}, "randn_like": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.randn_like", "kind": "Gdef", "module_public": false}, "random": {".class": "SymbolTableNode", "cross_ref": "torch.random", "kind": "Gdef", "module_public": false}, "randperm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.randperm", "kind": "Gdef", "module_public": false}, "range": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.range", "kind": "Gdef", "module_public": false}, "ravel": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.ravel", "kind": "Gdef", "module_public": false}, "real": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.real", "kind": "Gdef", "module_public": false}, "reciprocal": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.reciprocal", "kind": "Gdef", "module_public": false}, "reciprocal_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.reciprocal_", "kind": "Gdef", "module_public": false}, "register_after_fork": {".class": "SymbolTableNode", "cross_ref": "torch.multiprocessing._atfork.register_after_fork", "kind": "Gdef", "module_public": false}, "relu": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.relu", "kind": "Gdef", "module_public": false}, "relu_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.relu_", "kind": "Gdef", "module_public": false}, "remainder": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.remainder", "kind": "Gdef", "module_public": false}, "renorm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.renorm", "kind": "Gdef", "module_public": false}, "repeat_interleave": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.repeat_interleave", "kind": "Gdef", "module_public": false}, "reshape": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.reshape", "kind": "Gdef", "module_public": false}, "resize_as_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.resize_as_", "kind": "Gdef", "module_public": false}, "resize_as_sparse_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.resize_as_sparse_", "kind": "Gdef", "module_public": false}, "resolve_conj": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.resolve_conj", "kind": "Gdef", "module_public": false}, "resolve_neg": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.resolve_neg", "kind": "Gdef", "module_public": false}, "result_type": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.result_type", "kind": "Gdef", "module_public": false}, "rnn_relu": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.rnn_relu", "kind": "Gdef", "module_public": false}, "rnn_relu_cell": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.rnn_relu_cell", "kind": "Gdef", "module_public": false}, "rnn_tanh": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.rnn_tanh", "kind": "Gdef", "module_public": false}, "rnn_tanh_cell": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.rnn_tanh_cell", "kind": "Gdef", "module_public": false}, "roll": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.roll", "kind": "Gdef", "module_public": false}, "rot90": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.rot90", "kind": "Gdef", "module_public": false}, "round": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.round", "kind": "Gdef", "module_public": false}, "round_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.round_", "kind": "Gdef", "module_public": false}, "row_stack": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.row_stack", "kind": "Gdef", "module_public": false}, "rrelu": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.rrelu", "kind": "Gdef", "module_public": false}, "rrelu_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.rrelu_", "kind": "Gdef", "module_public": false}, "rsqrt": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.rsqrt", "kind": "Gdef", "module_public": false}, "rsqrt_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.rsqrt_", "kind": "Gdef", "module_public": false}, "rsub": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.rsub", "kind": "Gdef", "module_public": false}, "saddmm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.saddmm", "kind": "Gdef", "module_public": false}, "save": {".class": "SymbolTableNode", "cross_ref": "torch.serialization.save", "kind": "Gdef"}, "scalar_tensor": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.scalar_tensor", "kind": "Gdef", "module_public": false}, "scatter": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.scatter", "kind": "Gdef", "module_public": false}, "scatter_add": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.scatter_add", "kind": "Gdef", "module_public": false}, "searchsorted": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.searchsorted", "kind": "Gdef", "module_public": false}, "seed": {".class": "SymbolTableNode", "cross_ref": "torch.random.seed", "kind": "Gdef"}, "segment_reduce": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.segment_reduce", "kind": "Gdef", "module_public": false}, "select": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.select", "kind": "Gdef", "module_public": false}, "selu": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.selu", "kind": "Gdef", "module_public": false}, "selu_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.selu_", "kind": "Gdef", "module_public": false}, "set_anomaly_enabled": {".class": "SymbolTableNode", "cross_ref": "torch._C.set_anomaly_enabled", "kind": "Gdef", "module_public": false}, "set_autocast_cache_enabled": {".class": "SymbolTableNode", "cross_ref": "torch._C.set_autocast_cache_enabled", "kind": "Gdef", "module_public": false}, "set_autocast_cpu_dtype": {".class": "SymbolTableNode", "cross_ref": "torch._C.set_autocast_cpu_dtype", "kind": "Gdef", "module_public": false}, "set_autocast_cpu_enabled": {".class": "SymbolTableNode", "cross_ref": "torch._C.set_autocast_cpu_enabled", "kind": "Gdef", "module_public": false}, "set_autocast_enabled": {".class": "SymbolTableNode", "cross_ref": "torch._C.set_autocast_enabled", "kind": "Gdef", "module_public": false}, "set_autocast_gpu_dtype": {".class": "SymbolTableNode", "cross_ref": "torch._C.set_autocast_gpu_dtype", "kind": "Gdef", "module_public": false}, "set_default_dtype": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["d"], "flags": [], "fullname": "torch.set_default_dtype", "name": "set_default_dtype", "type": null}}, "set_default_tensor_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["t"], "flags": [], "fullname": "torch.set_default_tensor_type", "name": "set_default_tensor_type", "type": null}}, "set_flush_denormal": {".class": "SymbolTableNode", "cross_ref": "torch._C.set_flush_denormal", "kind": "Gdef", "module_public": false}, "set_grad_enabled": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.grad_mode.set_grad_enabled", "kind": "Gdef", "module_public": false}, "set_num_interop_threads": {".class": "SymbolTableNode", "cross_ref": "torch._C.set_num_interop_threads", "kind": "Gdef", "module_public": false}, "set_num_threads": {".class": "SymbolTableNode", "cross_ref": "torch._C.set_num_threads", "kind": "Gdef", "module_public": false}, "set_printoptions": {".class": "SymbolTableNode", "cross_ref": "torch._tensor_str.set_printoptions", "kind": "Gdef"}, "set_rng_state": {".class": "SymbolTableNode", "cross_ref": "torch.random.set_rng_state", "kind": "Gdef"}, "set_warn_always": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["b"], "flags": [], "fullname": "torch.set_warn_always", "name": "set_warn_always", "type": null}}, "sgn": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.sgn", "kind": "Gdef", "module_public": false}, "short": {".class": "SymbolTableNode", "cross_ref": "torch._C.short", "kind": "Gdef", "module_public": false}, "sigmoid": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.sigmoid", "kind": "Gdef", "module_public": false}, "sigmoid_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.sigmoid_", "kind": "Gdef", "module_public": false}, "sign": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.sign", "kind": "Gdef", "module_public": false}, "signbit": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.signbit", "kind": "Gdef", "module_public": false}, "sin": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.sin", "kind": "Gdef", "module_public": false}, "sin_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.sin_", "kind": "Gdef", "module_public": false}, "sinc": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.sinc", "kind": "Gdef", "module_public": false}, "sinc_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.sinc_", "kind": "Gdef", "module_public": false}, "sinh": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.sinh", "kind": "Gdef", "module_public": false}, "sinh_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.sinh_", "kind": "Gdef", "module_public": false}, "slogdet": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.slogdet", "kind": "Gdef", "module_public": false}, "smm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.smm", "kind": "Gdef", "module_public": false}, "softmax": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.softmax", "kind": "Gdef", "module_public": false}, "solve": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.solve", "kind": "Gdef", "module_public": false}, "sort": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.sort", "kind": "Gdef", "module_public": false}, "sparse": {".class": "SymbolTableNode", "cross_ref": "torch.sparse", "kind": "Gdef", "module_public": false}, "sparse_coo": {".class": "SymbolTableNode", "cross_ref": "torch._C.sparse_coo", "kind": "Gdef", "module_public": false}, "sparse_coo_tensor": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.sparse_coo_tensor", "kind": "Gdef", "module_public": false}, "sparse_csr_tensor": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.sparse_csr_tensor", "kind": "Gdef", "module_public": false}, "special": {".class": "SymbolTableNode", "cross_ref": "torch.special", "kind": "Gdef", "module_public": false}, "split": {".class": "SymbolTableNode", "cross_ref": "torch.functional.split", "kind": "Gdef"}, "split_with_sizes": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.split_with_sizes", "kind": "Gdef", "module_public": false}, "spmm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.spmm", "kind": "Gdef", "module_public": false}, "sqrt": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.sqrt", "kind": "Gdef", "module_public": false}, "sqrt_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.sqrt_", "kind": "Gdef", "module_public": false}, "square": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.square", "kind": "Gdef", "module_public": false}, "square_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.square_", "kind": "Gdef", "module_public": false}, "squeeze": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.squeeze", "kind": "Gdef", "module_public": false}, "sspaddmm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.sspaddmm", "kind": "Gdef", "module_public": false}, "stack": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.stack", "kind": "Gdef"}, "std": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.std", "kind": "Gdef", "module_public": false}, "std_mean": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.std_mean", "kind": "Gdef", "module_public": false}, "stft": {".class": "SymbolTableNode", "cross_ref": "torch.functional.stft", "kind": "Gdef", "module_public": false}, "strided": {".class": "SymbolTableNode", "cross_ref": "torch._C.strided", "kind": "Gdef", "module_public": false}, "sub": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.sub", "kind": "Gdef", "module_public": false}, "subtract": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.subtract", "kind": "Gdef", "module_public": false}, "sum": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.sum", "kind": "Gdef", "module_public": false}, "svd": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.svd", "kind": "Gdef", "module_public": false}, "svd_lowrank": {".class": "SymbolTableNode", "cross_ref": "torch._lowrank.svd_lowrank", "kind": "Gdef", "module_public": false}, "swapaxes": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.swapaxes", "kind": "Gdef", "module_public": false}, "swapdims": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.swapdims", "kind": "Gdef", "module_public": false}, "symeig": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.symeig", "kind": "Gdef", "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_public": false}, "t": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.t", "kind": "Gdef", "module_public": false}, "take": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.take", "kind": "Gdef", "module_public": false}, "take_along_dim": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.take_along_dim", "kind": "Gdef", "module_public": false}, "tan": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.tan", "kind": "Gdef", "module_public": false}, "tan_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.tan_", "kind": "Gdef", "module_public": false}, "tanh": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.tanh", "kind": "Gdef", "module_public": false}, "tanh_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.tanh_", "kind": "Gdef", "module_public": false}, "tensor": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.tensor", "kind": "Gdef", "module_public": false}, "tensor_split": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.tensor_split", "kind": "Gdef", "module_public": false}, "tensordot": {".class": "SymbolTableNode", "cross_ref": "torch.functional.tensordot", "kind": "Gdef", "module_public": false}, "testing": {".class": "SymbolTableNode", "cross_ref": "torch.testing", "kind": "Gdef", "module_public": false}, "textwrap": {".class": "SymbolTableNode", "cross_ref": "textwrap", "kind": "Gdef", "module_public": false}, "threshold": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.threshold", "kind": "Gdef", "module_public": false}, "threshold_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.threshold_", "kind": "Gdef", "module_public": false}, "tile": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.tile", "kind": "Gdef", "module_public": false}, "to_dlpack": {".class": "SymbolTableNode", "cross_ref": "torch._C._to_dlpack", "kind": "Gdef", "module_public": false}, "topk": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.topk", "kind": "Gdef", "module_public": false}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}, "trace": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.trace", "kind": "Gdef", "module_public": false}, "transpose": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.transpose", "kind": "Gdef", "module_public": false}, "trapezoid": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.trapezoid", "kind": "Gdef", "module_public": false}, "trapz": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.trapz", "kind": "Gdef", "module_public": false}, "triangular_solve": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.triangular_solve", "kind": "Gdef", "module_public": false}, "tril": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.tril", "kind": "Gdef", "module_public": false}, "tril_indices": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.tril_indices", "kind": "Gdef", "module_public": false}, "triplet_margin_loss": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.triplet_margin_loss", "kind": "Gdef", "module_public": false}, "triu": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.triu", "kind": "Gdef", "module_public": false}, "triu_indices": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.triu_indices", "kind": "Gdef", "module_public": false}, "true_divide": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.true_divide", "kind": "Gdef", "module_public": false}, "trunc": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.trunc", "kind": "Gdef", "module_public": false}, "trunc_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.trunc_", "kind": "Gdef", "module_public": false}, "typename": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["o"], "flags": [], "fullname": "torch.typename", "name": "typename", "type": null}}, "uint8": {".class": "SymbolTableNode", "cross_ref": "torch._C.uint8", "kind": "Gdef", "module_public": false}, "unbind": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.unbind", "kind": "Gdef", "module_public": false}, "unify_type_list": {".class": "SymbolTableNode", "cross_ref": "torch._C.unify_type_list", "kind": "Gdef", "module_public": false}, "unique": {".class": "SymbolTableNode", "cross_ref": "torch.functional.unique", "kind": "Gdef", "module_public": false}, "unique_consecutive": {".class": "SymbolTableNode", "cross_ref": "torch.functional.unique_consecutive", "kind": "Gdef", "module_public": false}, "unique_dim": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.unique_dim", "kind": "Gdef", "module_public": false}, "unsafe_chunk": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.unsafe_chunk", "kind": "Gdef", "module_public": false}, "unsafe_split": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.unsafe_split", "kind": "Gdef", "module_public": false}, "unsafe_split_with_sizes": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.unsafe_split_with_sizes", "kind": "Gdef", "module_public": false}, "unsqueeze": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.unsqueeze", "kind": "Gdef", "module_public": false}, "use_deterministic_algorithms": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mode"], "flags": [], "fullname": "torch.use_deterministic_algorithms", "name": "use_deterministic_algorithms", "type": null}}, "vander": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.vander", "kind": "Gdef", "module_public": false}, "var": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.var", "kind": "Gdef", "module_public": false}, "var_mean": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.var_mean", "kind": "Gdef", "module_public": false}, "vdot": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.vdot", "kind": "Gdef", "module_public": false}, "view_as_complex": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.view_as_complex", "kind": "Gdef", "module_public": false}, "view_as_real": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.view_as_real", "kind": "Gdef", "module_public": false}, "vsplit": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.vsplit", "kind": "Gdef", "module_public": false}, "vstack": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.vstack", "kind": "Gdef", "module_public": false}, "wait": {".class": "SymbolTableNode", "cross_ref": "torch._C.wait", "kind": "Gdef", "module_public": false}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef", "module_public": false}, "where": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.where", "kind": "Gdef", "module_public": false}, "xlogy": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.xlogy", "kind": "Gdef", "module_public": false}, "xlogy_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.xlogy_", "kind": "Gdef", "module_public": false}, "zero_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.zero_", "kind": "Gdef", "module_public": false}, "zeros": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.zeros", "kind": "Gdef", "module_public": false}, "zeros_like": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.zeros_like", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/__init__.meta.json b/.mypy_cache/3.9/torch/__init__.meta.json deleted file mode 100644 index 4c3bde0bb..000000000 --- a/.mypy_cache/3.9/torch/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [12, 13, 14, 15, 16, 17, 18, 22, 23, 29, 31, 33, 180, 516, 523, 524, 594, 595, 596, 624, 643, 672, 685, 686, 687, 694, 695, 696, 697, 698, 699, 701, 702, 703, 704, 705, 706, 707, 707, 708, 709, 710, 711, 713, 714, 715, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 729, 729, 729, 739, 740, 743, 751, 757, 765, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 177, 174], "dep_prios": [10, 10, 10, 10, 10, 10, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 25, 5, 20, 10, 10, 5, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 20, 10, 10, 10, 10, 10, 10, 10, 20, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 5, 5, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 10, 10], "dependencies": ["os", "sys", "platform", "textwrap", "ctypes", "warnings", "torch.autocast_mode", "torch._utils", "torch._utils_internal", "torch.torch_version", "torch._six", "typing", "torch._C", "math", "torch._tensor", "torch.storage", "torch.random", "torch.serialization", "torch._tensor_str", "torch._C._VariableFunctions", "torch.functional", "torch.overrides", "torch.cuda", "torch.cpu", "torch.autograd", "torch.fft", "torch.futures", "torch.nn", "torch.nn.intrinsic", "torch.nn.quantizable", "torch.nn.quantized", "torch.ao", "torch.optim", "torch.optim._multi_tensor", "torch.multiprocessing", "torch.sparse", "torch.special", "torch.utils.backcompat", "torch.utils", "torch.onnx", "torch.jit", "torch.linalg", "torch.hub", "torch.distributions", "torch.testing", "torch.backends.cuda", "torch.backends", "torch.backends.mkl", "torch.backends.mkldnn", "torch.backends.openmp", "torch.backends.quantized", "torch.quantization", "torch.utils.data", "torch.__config__", "torch.__future__", "torch.profiler", "torch._torch_docs", "torch._tensor_docs", "torch._storage_docs", "torch._ops", "torch._classes", "torch.quasirandom", "torch.multiprocessing._atfork", "torch._lobpcg", "torch.utils.dlpack", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "pickle", "time", "abc", "torch.types", "types", "typing_extensions"], "hash": "46d4fc3b9878807f083df57d3b31b2b58e9ce5dc34f4be35ae3658d63a76b515", "id": "torch", "ignore_all": true, "interface_hash": "ece22e18763c706453511519a96f295eb0b6ddcb301786a85b5839c124048ae1", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/__init__.py", "plugin_data": null, "size": 31199, "suppressed": ["torch._dl", "DLFCN"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_classes.data.json b/.mypy_cache/3.9/torch/_classes.data.json deleted file mode 100644 index 1f7b02d37..000000000 --- a/.mypy_cache/3.9/torch/_classes.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._classes", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "_ClassNamespace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["types.ModuleType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._classes._ClassNamespace", "name": "_ClassNamespace", "type_vars": []}, "flags": [], "fullname": "torch._classes._ClassNamespace", "metaclass_type": null, "metadata": {}, "module_name": "torch._classes", "mro": ["torch._classes._ClassNamespace", "types.ModuleType", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "attr"], "flags": [], "fullname": "torch._classes._ClassNamespace.__getattr__", "name": "__getattr__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch._classes._ClassNamespace.__init__", "name": "__init__", "type": null}}, "name": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._classes._ClassNamespace.name", "name": "name", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Classes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["types.ModuleType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._classes._Classes", "name": "_Classes", "type_vars": []}, "flags": [], "fullname": "torch._classes._Classes", "metaclass_type": null, "metadata": {}, "module_name": "torch._classes", "mro": ["torch._classes._Classes", "types.ModuleType", "builtins.object"], "names": {".class": "SymbolTable", "__file__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._classes._Classes.__file__", "name": "__file__", "type": "builtins.str"}}, "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch._classes._Classes.__getattr__", "name": "__getattr__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._classes._Classes.__init__", "name": "__init__", "type": null}}, "load_library": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "torch._classes._Classes.load_library", "name": "load_library", "type": null}}, "loaded_libraries": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch._classes._Classes.loaded_libraries", "name": "loaded_libraries", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "loaded_libraries", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._classes._Classes"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "loaded_libraries of _Classes", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._classes.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._classes.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._classes.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._classes.__package__", "name": "__package__", "type": "builtins.str"}}, "classes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._classes.classes", "name": "classes", "type": "torch._classes._Classes"}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_classes.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_classes.meta.json b/.mypy_cache/3.9/torch/_classes.meta.json deleted file mode 100644 index a28c93cb1..000000000 --- a/.mypy_cache/3.9/torch/_classes.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["types", "torch._C", "torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "069cf0033391c00c36b2f2d17e0e2e7fcc90fef592beb4cf8777514080183654", "id": "torch._classes", "ignore_all": true, "interface_hash": "588ebf08b8bca79251049a325ae6e15f6fa2779f7fa309a6d4873132fc8226fb", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/_classes.py", "plugin_data": null, "size": 1717, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_jit_internal.data.json b/.mypy_cache/3.9/torch/_jit_internal.data.json deleted file mode 100644 index bb9f3ec6b..000000000 --- a/.mypy_cache/3.9/torch/_jit_internal.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._jit_internal", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "BroadcastingList1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._jit_internal.BroadcastingList1", "name": "BroadcastingList1", "type": "torch._jit_internal.BroadcastingListCls"}}, "BroadcastingListCls": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._jit_internal.BroadcastingListCls", "name": "BroadcastingListCls", "type_vars": []}, "flags": [], "fullname": "torch._jit_internal.BroadcastingListCls", "metaclass_type": null, "metadata": {}, "module_name": "torch._jit_internal", "mro": ["torch._jit_internal.BroadcastingListCls", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "types"], "flags": [], "fullname": "torch._jit_internal.BroadcastingListCls.__getitem__", "name": "__getitem__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CFuture": {".class": "SymbolTableNode", "cross_ref": "torch._C.Future", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Final": {".class": "SymbolTableNode", "cross_ref": "typing.Final", "kind": "Gdef"}, "FunctionModifiers": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._jit_internal.FunctionModifiers", "name": "FunctionModifiers", "type_vars": []}, "flags": [], "fullname": "torch._jit_internal.FunctionModifiers", "metaclass_type": null, "metadata": {}, "module_name": "torch._jit_internal", "mro": ["torch._jit_internal.FunctionModifiers", "builtins.object"], "names": {".class": "SymbolTable", "COPY_TO_SCRIPT_WRAPPER": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._jit_internal.FunctionModifiers.COPY_TO_SCRIPT_WRAPPER", "name": "COPY_TO_SCRIPT_WRAPPER", "type": "builtins.str"}}, "DEFAULT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._jit_internal.FunctionModifiers.DEFAULT", "name": "DEFAULT", "type": "builtins.str"}}, "EXPORT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._jit_internal.FunctionModifiers.EXPORT", "name": "EXPORT", "type": "builtins.str"}}, "IGNORE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._jit_internal.FunctionModifiers.IGNORE", "name": "IGNORE", "type": "builtins.str"}}, "UNUSED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._jit_internal.FunctionModifiers.UNUSED", "name": "UNUSED", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Future": {".class": "SymbolTableNode", "cross_ref": "torch.futures.Future", "kind": "Gdef"}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "LockType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._jit_internal.LockType", "name": "LockType", "type": {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}}}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "PyRRef": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc.PyRRef", "kind": "Gdef"}, "RRef": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.api.RRef", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_IgnoreContextManager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "typing.ContextManager"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._jit_internal._IgnoreContextManager", "name": "_IgnoreContextManager", "type_vars": []}, "flags": [], "fullname": "torch._jit_internal._IgnoreContextManager", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch._jit_internal", "mro": ["torch._jit_internal._IgnoreContextManager", "typing.ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_value", "traceback"], "flags": [], "fullname": "torch._jit_internal._IgnoreContextManager.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["torch._jit_internal._IgnoreContextManager", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of _IgnoreContextManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "flags": [], "fullname": "torch._jit_internal._IgnoreContextManager.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_OVERLOAD_EXAMPLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._jit_internal._OVERLOAD_EXAMPLE", "name": "_OVERLOAD_EXAMPLE", "type": "builtins.str"}}, "_TensorExtractor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["pickle.Pickler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._jit_internal._TensorExtractor", "name": "_TensorExtractor", "type_vars": []}, "flags": [], "fullname": "torch._jit_internal._TensorExtractor", "metaclass_type": null, "metadata": {}, "module_name": "torch._jit_internal", "mro": ["torch._jit_internal._TensorExtractor", "pickle.Pickler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 3, 4], "arg_names": ["self", "args", "tensors", "kwargs"], "flags": [], "fullname": "torch._jit_internal._TensorExtractor.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 3, 4], "arg_names": ["self", "args", "tensors", "kwargs"], "arg_types": ["torch._jit_internal._TensorExtractor", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _TensorExtractor", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "persistent_id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "torch._jit_internal._TensorExtractor.persistent_id", "name": "persistent_id", "type": null}}, "tensors": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._jit_internal._TensorExtractor.tensors", "name": "tensors", "type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._jit_internal.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._jit_internal.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._jit_internal.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._jit_internal.__package__", "name": "__package__", "type": "builtins.str"}}, "_check_overload_body": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "torch._jit_internal._check_overload_body", "name": "_check_overload_body", "type": null}}, "_clear_fn_overloads": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["qual_name"], "flags": [], "fullname": "torch._jit_internal._clear_fn_overloads", "name": "_clear_fn_overloads", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["qual_name"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_clear_fn_overloads", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_copy_to_script_wrapper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch._jit_internal._copy_to_script_wrapper", "name": "_copy_to_script_wrapper", "type": null}}, "_create_named_tuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["t", "unqual_name", "field_names", "defaults"], "flags": [], "fullname": "torch._jit_internal._create_named_tuple", "name": "_create_named_tuple", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["t", "unqual_name", "field_names", "defaults"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_create_named_tuple", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_disable_emit_hooks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_generator", "is_decorated"], "fullname": "torch._jit_internal._disable_emit_hooks", "name": "_disable_emit_hooks", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_disable_emit_hooks", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_disable_emit_hooks", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "_disable_emit_hooks_decorator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_DecoratorContextManager"], "flags": [], "fullname": "torch._jit_internal._disable_emit_hooks_decorator", "name": "_disable_emit_hooks_decorator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_DecoratorContextManager"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_disable_emit_hooks_decorator", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_dummy_thread": {".class": "SymbolTableNode", "cross_ref": "_dummy_thread", "kind": "Gdef"}, "_extract_tensors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch._jit_internal._extract_tensors", "name": "_extract_tensors", "type": null}}, "_get_fn_overloads": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["qual_name"], "flags": [], "fullname": "torch._jit_internal._get_fn_overloads", "name": "_get_fn_overloads", "type": null}}, "_get_named_tuple_properties": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch._jit_internal._get_named_tuple_properties", "name": "_get_named_tuple_properties", "type": null}}, "_get_overloaded_methods": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["method", "mod_class"], "flags": [], "fullname": "torch._jit_internal._get_overloaded_methods", "name": "_get_overloaded_methods", "type": null}}, "_is_exception": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch._jit_internal._is_exception", "name": "_is_exception", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_exception", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_isinstance": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["obj", "target_type"], "flags": [], "fullname": "torch._jit_internal._isinstance", "name": "_isinstance", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["obj", "target_type"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_isinstance", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_overload": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "torch._jit_internal._overload", "name": "_overload", "type": null}}, "_overload_method": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "torch._jit_internal._overload_method", "name": "_overload_method", "type": null}}, "_overloaded_fns": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._jit_internal._overloaded_fns", "name": "_overloaded_fns", "type": {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}}}, "_overloaded_method_class_fileno": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._jit_internal._overloaded_method_class_fileno", "name": "_overloaded_method_class_fileno", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.dict"}}}, "_overloaded_methods": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._jit_internal._overloaded_methods", "name": "_overloaded_methods", "type": {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}], "type_ref": "builtins.dict"}}}, "_qualified_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch._jit_internal._qualified_name", "name": "_qualified_name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_qualified_name", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_thread": {".class": "SymbolTableNode", "cross_ref": "_thread", "kind": "Gdef"}, "_try_get_dispatched_fn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch._jit_internal._try_get_dispatched_fn", "name": "_try_get_dispatched_fn", "type": null}}, "ast": {".class": "SymbolTableNode", "cross_ref": "ast", "kind": "Gdef"}, "boolean_dispatch": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["arg_name", "arg_index", "default", "if_true", "if_false", "module_name", "func_name"], "flags": [], "fullname": "torch._jit_internal.boolean_dispatch", "name": "boolean_dispatch", "type": null}}, "boolean_dispatched": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._jit_internal.boolean_dispatched", "name": "boolean_dispatched", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "Instance", "args": ["builtins.str", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.dict"}], "type_ref": "weakref.WeakKeyDictionary"}}}, "builtins": {".class": "SymbolTableNode", "cross_ref": "builtins", "kind": "Gdef"}, "can_compile_class": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": [], "fullname": "torch._jit_internal.can_compile_class", "name": "can_compile_class", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "can_compile_class", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "check_args_exist": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["target_type"], "flags": [], "fullname": "torch._jit_internal.check_args_exist", "name": "check_args_exist", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["target_type"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_args_exist", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "check_empty_containers": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch._jit_internal.check_empty_containers", "name": "check_empty_containers", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_empty_containers", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "closure_lookup@228": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._jit_internal.closure_lookup@228", "name": "closure_lookup", "type_vars": []}, "flags": [], "fullname": "torch._jit_internal.closure_lookup@228", "metaclass_type": null, "metadata": {}, "module_name": "torch._jit_internal", "mro": ["torch._jit_internal.closure_lookup@228", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "torch._jit_internal.closure_lookup@228.__getattr__", "name": "__getattr__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "container_checker": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["obj", "target_type"], "flags": [], "fullname": "torch._jit_internal.container_checker", "name": "container_checker", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["obj", "target_type"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "container_checker", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "contextlib": {".class": "SymbolTableNode", "cross_ref": "contextlib", "kind": "Gdef"}, "copy_torchscript_modifier": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["orig", "new"], "flags": [], "fullname": "torch._jit_internal.copy_torchscript_modifier", "name": "copy_torchscript_modifier", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["orig", "new"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy_torchscript_modifier", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "createResolutionCallbackForClassMethods": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": [], "fullname": "torch._jit_internal.createResolutionCallbackForClassMethods", "name": "createResolutionCallbackForClassMethods", "type": null}}, "createResolutionCallbackFromClosure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch._jit_internal.createResolutionCallbackFromClosure", "name": "createResolutionCallbackFromClosure", "type": null}}, "createResolutionCallbackFromEnv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["lookup_base"], "flags": [], "fullname": "torch._jit_internal.createResolutionCallbackFromEnv", "name": "createResolutionCallbackFromEnv", "type": null}}, "createResolutionCallbackFromFrame": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["frames_up"], "flags": [], "fullname": "torch._jit_internal.createResolutionCallbackFromFrame", "name": "createResolutionCallbackFromFrame", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["frames_up"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "createResolutionCallbackFromFrame", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "dedent": {".class": "SymbolTableNode", "cross_ref": "textwrap.dedent", "kind": "Gdef"}, "enum": {".class": "SymbolTableNode", "cross_ref": "enum", "kind": "Gdef"}, "env@151": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._jit_internal.env@151", "name": "env", "type_vars": []}, "flags": [], "fullname": "torch._jit_internal.env@151", "metaclass_type": null, "metadata": {}, "module_name": "torch._jit_internal", "mro": ["torch._jit_internal.env@151", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "torch._jit_internal.env@151.__getattr__", "name": "__getattr__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "export": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch._jit_internal.export", "name": "export", "type": null}}, "fake_range": {".class": "SymbolTableNode", "cross_ref": "torch._sources.fake_range", "kind": "Gdef"}, "get_annotation_str": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["annotation"], "flags": [], "fullname": "torch._jit_internal.get_annotation_str", "name": "get_annotation_str", "type": null}}, "get_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["target_type"], "flags": [], "fullname": "torch._jit_internal.get_args", "name": "get_args", "type": null}}, "get_callable_argument_names": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch._jit_internal.get_callable_argument_names", "name": "get_callable_argument_names", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["fn"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_callable_argument_names", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_class_name_lineno": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["method"], "flags": [], "fullname": "torch._jit_internal.get_class_name_lineno", "name": "get_class_name_lineno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_class_name_lineno", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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_closure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch._jit_internal.get_closure", "name": "get_closure", "type": null}}, "get_origin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["target_type"], "flags": [], "fullname": "torch._jit_internal.get_origin", "name": "get_origin", "type": null}}, "get_overload_no_implementation_error_message": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["kind", "obj"], "flags": [], "fullname": "torch._jit_internal.get_overload_no_implementation_error_message", "name": "get_overload_no_implementation_error_message", "type": null}}, "get_source_lines_and_file": {".class": "SymbolTableNode", "cross_ref": "torch._sources.get_source_lines_and_file", "kind": "Gdef"}, "get_static_fn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "fn"], "flags": [], "fullname": "torch._jit_internal.get_static_fn", "name": "get_static_fn", "type": null}}, "get_torchscript_modifier": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch._jit_internal.get_torchscript_modifier", "name": "get_torchscript_modifier", "type": null}}, "get_type_hint_captures": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch._jit_internal.get_type_hint_captures", "name": "get_type_hint_captures", "type": null}}, "i": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._jit_internal.i", "name": "i", "type": "builtins.int"}}, "ignore": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 4], "arg_names": ["drop", "kwargs"], "flags": [], "fullname": "torch._jit_internal.ignore", "name": "ignore", "type": null}}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef"}, "io": {".class": "SymbolTableNode", "cross_ref": "io", "kind": "Gdef"}, "is_dict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ann"], "flags": [], "fullname": "torch._jit_internal.is_dict", "name": "is_dict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ann"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_dict", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_final": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ann"], "flags": [], "fullname": "torch._jit_internal.is_final", "name": "is_final", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ann"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_final", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_future": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ann"], "flags": [], "fullname": "torch._jit_internal.is_future", "name": "is_future", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ann"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_future", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_ignored_fn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch._jit_internal.is_ignored_fn", "name": "is_ignored_fn", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["fn"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_ignored_fn", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ann"], "flags": [], "fullname": "torch._jit_internal.is_list", "name": "is_list", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ann"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_list", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_optional": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ann"], "flags": [], "fullname": "torch._jit_internal.is_optional", "name": "is_optional", "type": null}}, "is_rref": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ann"], "flags": [], "fullname": "torch._jit_internal.is_rref", "name": "is_rref", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ann"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_rref", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_rref_instance": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch._jit_internal.is_rref_instance", "name": "is_rref_instance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_rref_instance", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_scripting": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._jit_internal.is_scripting", "name": "is_scripting", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_scripting", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_static_fn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "fn"], "flags": [], "fullname": "torch._jit_internal.is_static_fn", "name": "is_static_fn", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "fn"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_static_fn", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_tuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ann"], "flags": [], "fullname": "torch._jit_internal.is_tuple", "name": "is_tuple", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ann"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_tuple", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_union": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ann"], "flags": [], "fullname": "torch._jit_internal.is_union", "name": "is_union", "type": null}}, "module_has_exports": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mod"], "flags": [], "fullname": "torch._jit_internal.module_has_exports", "name": "module_has_exports", "type": null}}, "package_mangling": {".class": "SymbolTableNode", "cross_ref": "torch.package._mangling", "kind": "Gdef"}, "parse_def": {".class": "SymbolTableNode", "cross_ref": "torch._sources.parse_def", "kind": "Gdef"}, "pickle": {".class": "SymbolTableNode", "cross_ref": "pickle", "kind": "Gdef"}, "raise_error_container_parameter_missing": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["target_type"], "flags": [], "fullname": "torch._jit_internal.raise_error_container_parameter_missing", "name": "raise_error_container_parameter_missing", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["target_type"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "raise_error_container_parameter_missing", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "should_drop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch._jit_internal.should_drop", "name": "should_drop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["fn"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "should_drop", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "typing": {".class": "SymbolTableNode", "cross_ref": "typing", "kind": "Gdef"}, "unused": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch._jit_internal.unused", "name": "unused", "type": null}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}, "weakref": {".class": "SymbolTableNode", "cross_ref": "weakref", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_jit_internal.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_jit_internal.meta.json b/.mypy_cache/3.9/torch/_jit_internal.meta.json deleted file mode 100644 index 6a87d4082..000000000 --- a/.mypy_cache/3.9/torch/_jit_internal.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 24, 24, 25, 26, 27, 28, 28, 41, 38, 922, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 10, 10, 5, 10, 10, 10, 5, 10, 10, 5, 20, 5, 5, 5, 10, 20, 10, 10, 5, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["contextlib", "collections", "enum", "inspect", "ast", "weakref", "warnings", "textwrap", "torch", "sys", "builtins", "typing", "io", "pickle", "torch.distributed.rpc", "torch.distributed", "torch._C", "torch._sources", "torch.futures", "torch.package._mangling", "torch.package", "_dummy_thread", "_thread", "torch._C._distributed_rpc", "functools", "threading", "logging", "os", "time", "_ast", "_typeshed", "abc", "collections.abc", "torch._tensor", "torch.cuda", "torch.cuda.streams", "torch.distributed.rpc.api", "torch.jit", "torch.jit.annotations", "torch.nn", "torch.nn.modules", "torch.nn.modules.module", "torch.types", "types", "typing_extensions"], "hash": "680836c113642a9b9f5dfd3c14290fdb32346389e51dd4e0c9a995ae1bc41504", "id": "torch._jit_internal", "ignore_all": true, "interface_hash": "759c5bf06bb043f179f13a303cee8bb045c0221cc0b3cabcb3dfca59af67a641", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/_jit_internal.py", "plugin_data": null, "size": 46910, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_linalg_utils.data.json b/.mypy_cache/3.9/torch/_linalg_utils.data.json deleted file mode 100644 index 72ad64e91..000000000 --- a/.mypy_cache/3.9/torch/_linalg_utils.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._linalg_utils", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._linalg_utils.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._linalg_utils.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._linalg_utils.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._linalg_utils.__package__", "name": "__package__", "type": "builtins.str"}}, "basis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["A"], "flags": [], "fullname": "torch._linalg_utils.basis", "name": "basis", "type": null}}, "bform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["X", "A", "Y"], "flags": [], "fullname": "torch._linalg_utils.bform", "name": "bform", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["X", "A", "Y"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bform", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "conjugate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["A"], "flags": [], "fullname": "torch._linalg_utils.conjugate", "name": "conjugate", "type": null}}, "get_floating_dtype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["A"], "flags": [], "fullname": "torch._linalg_utils.get_floating_dtype", "name": "get_floating_dtype", "type": null}}, "is_sparse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["A"], "flags": [], "fullname": "torch._linalg_utils.is_sparse", "name": "is_sparse", "type": null}}, "matmul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["A", "B"], "flags": [], "fullname": "torch._linalg_utils.matmul", "name": "matmul", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["A", "B"], "arg_types": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "matmul", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "qform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["A", "S"], "flags": [], "fullname": "torch._linalg_utils.qform", "name": "qform", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["A", "S"], "arg_types": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "qform", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "symeig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["A", "largest"], "flags": [], "fullname": "torch._linalg_utils.symeig", "name": "symeig", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["A", "largest"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "symeig", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "transjugate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["A"], "flags": [], "fullname": "torch._linalg_utils.transjugate", "name": "transjugate", "type": null}}, "transpose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["A"], "flags": [], "fullname": "torch._linalg_utils.transpose", "name": "transpose", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_linalg_utils.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_linalg_utils.meta.json b/.mypy_cache/3.9/torch/_linalg_utils.meta.json deleted file mode 100644 index 31fa0301e..000000000 --- a/.mypy_cache/3.9/torch/_linalg_utils.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [5, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._jit_internal", "torch._tensor", "torch.jit", "torch.linalg", "torch.sparse", "torch.types"], "hash": "a8f6d34714032c280e5a320e49ee1751c9cd6355baff29e86dbadf243baf33ea", "id": "torch._linalg_utils", "ignore_all": true, "interface_hash": "832473f1a3431c19dac43156e784d8bd33db0e7fc63740c828f453b62c9ff020", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/_linalg_utils.py", "plugin_data": null, "size": 2373, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_lobpcg.data.json b/.mypy_cache/3.9/torch/_lobpcg.data.json deleted file mode 100644 index 5b78dac69..000000000 --- a/.mypy_cache/3.9/torch/_lobpcg.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._lobpcg", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_public": false}, "LOBPCG": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._lobpcg.LOBPCG", "name": "LOBPCG", "type_vars": []}, "flags": [], "fullname": "torch._lobpcg.LOBPCG", "metaclass_type": null, "metadata": {}, "module_name": "torch._lobpcg", "mro": ["torch._lobpcg.LOBPCG", "builtins.object"], "names": {".class": "SymbolTable", "A": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._lobpcg.LOBPCG.A", "name": "A", "type": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}}}, "B": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._lobpcg.LOBPCG.B", "name": "B", "type": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}}}, "E": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._lobpcg.LOBPCG.E", "name": "E", "type": "torch._tensor.Tensor"}}, "R": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._lobpcg.LOBPCG.R", "name": "R", "type": "torch._tensor.Tensor"}}, "S": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._lobpcg.LOBPCG.S", "name": "S", "type": "torch._tensor.Tensor"}}, "X": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._lobpcg.LOBPCG.X", "name": "X", "type": "torch._tensor.Tensor"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "A", "B", "X", "iK", "iparams", "fparams", "bparams", "method", "tracker"], "flags": [], "fullname": "torch._lobpcg.LOBPCG.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "A", "B", "X", "iK", "iparams", "fparams", "bparams", "method", "tracker"], "arg_types": ["torch._lobpcg.LOBPCG", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}, {".class": "Instance", "args": ["builtins.str", "builtins.float"], "type_ref": "builtins.dict"}, {".class": "Instance", "args": ["builtins.str", "builtins.bool"], "type_ref": "builtins.dict"}, "builtins.str", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LOBPCG", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._lobpcg.LOBPCG.__str__", "name": "__str__", "type": null}}, "_get_ortho": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "U", "V"], "flags": [], "fullname": "torch._lobpcg.LOBPCG._get_ortho", "name": "_get_ortho", "type": null}}, "_get_rayleigh_ritz_transform": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "S"], "flags": [], "fullname": "torch._lobpcg.LOBPCG._get_rayleigh_ritz_transform", "name": "_get_rayleigh_ritz_transform", "type": null}}, "_get_svqb": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "U", "drop", "tau"], "flags": [], "fullname": "torch._lobpcg.LOBPCG._get_svqb", "name": "_get_svqb", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "U", "drop", "tau"], "arg_types": ["torch._lobpcg.LOBPCG", "torch._tensor.Tensor", "builtins.bool", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_svqb of LOBPCG", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_update_basic": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._lobpcg.LOBPCG._update_basic", "name": "_update_basic", "type": null}}, "_update_ortho": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._lobpcg.LOBPCG._update_ortho", "name": "_update_ortho", "type": null}}, "bparams": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._lobpcg.LOBPCG.bparams", "name": "bparams", "type": {".class": "Instance", "args": ["builtins.str", "builtins.bool"], "type_ref": "builtins.dict"}}}, "bvars": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch._lobpcg.LOBPCG.bvars", "name": "bvars", "type": {".class": "Instance", "args": ["builtins.str", "builtins.bool"], "type_ref": "builtins.dict"}}}, "call_tracker": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch._lobpcg.LOBPCG.call_tracker", "name": "call_tracker", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "call_tracker", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "fparams": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._lobpcg.LOBPCG.fparams", "name": "fparams", "type": {".class": "Instance", "args": ["builtins.str", "builtins.float"], "type_ref": "builtins.dict"}}}, "fvars": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch._lobpcg.LOBPCG.fvars", "name": "fvars", "type": {".class": "Instance", "args": ["builtins.str", "builtins.float"], "type_ref": "builtins.dict"}}}, "iK": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._lobpcg.LOBPCG.iK", "name": "iK", "type": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}}}, "iparams": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._lobpcg.LOBPCG.iparams", "name": "iparams", "type": {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}}}, "ivars": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch._lobpcg.LOBPCG.ivars", "name": "ivars", "type": {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}}}, "method": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._lobpcg.LOBPCG.method", "name": "method", "type": "builtins.str"}}, "run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._lobpcg.LOBPCG.run", "name": "run", "type": null}}, "stop_iteration": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._lobpcg.LOBPCG.stop_iteration", "name": "stop_iteration", "type": null}}, "tracker": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._lobpcg.LOBPCG.tracker", "name": "tracker", "type": {".class": "NoneType"}}}, "tvars": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch._lobpcg.LOBPCG.tvars", "name": "tvars", "type": {".class": "Instance", "args": ["builtins.str", "torch._tensor.Tensor"], "type_ref": "builtins.dict"}}}, "update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._lobpcg.LOBPCG.update", "name": "update", "type": null}}, "update_converged_count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._lobpcg.LOBPCG.update_converged_count", "name": "update_converged_count", "type": null}}, "update_residual": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._lobpcg.LOBPCG.update_residual", "name": "update_residual", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LOBPCGAutogradFunction": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.autograd.function.Function"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._lobpcg.LOBPCGAutogradFunction", "name": "LOBPCGAutogradFunction", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch._lobpcg.LOBPCGAutogradFunction", "metaclass_type": null, "metadata": {}, "module_name": "torch._lobpcg", "mro": ["torch._lobpcg.LOBPCGAutogradFunction", "torch.autograd.function.Function", "builtins.object"], "names": {".class": "SymbolTable", "backward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["ctx", "D_grad", "U_grad"], "flags": ["is_static", "is_decorated"], "fullname": "torch._lobpcg.LOBPCGAutogradFunction.backward", "name": "backward", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "backward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["ctx", "D_grad", "U_grad"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "backward of LOBPCGAutogradFunction", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["ctx", "A", "k", "B", "X", "n", "iK", "niter", "tol", "largest", "method", "tracker", "ortho_iparams", "ortho_fparams", "ortho_bparams"], "flags": ["is_static", "is_decorated"], "fullname": "torch._lobpcg.LOBPCGAutogradFunction.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["ctx", "A", "k", "B", "X", "n", "iK", "niter", "tol", "largest", "method", "tracker", "ortho_iparams", "ortho_fparams", "ortho_bparams"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.float"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.bool"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of LOBPCGAutogradFunction", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["ctx", "A", "k", "B", "X", "n", "iK", "niter", "tol", "largest", "method", "tracker", "ortho_iparams", "ortho_fparams", "ortho_bparams"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.float"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.bool"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of LOBPCGAutogradFunction", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LOBPCG_call_tracker": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._lobpcg.LOBPCG_call_tracker", "name": "LOBPCG_call_tracker", "type": null}}, "LOBPCG_call_tracker_orig": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch._lobpcg.LOBPCG_call_tracker_orig", "name": "LOBPCG_call_tracker_orig", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_public": false}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef", "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch._lobpcg.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._lobpcg.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._lobpcg.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._lobpcg.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._lobpcg.__package__", "name": "__package__", "type": "builtins.str"}}, "_lobpcg": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["A", "k", "B", "X", "n", "iK", "niter", "tol", "largest", "method", "tracker", "ortho_iparams", "ortho_fparams", "ortho_bparams"], "flags": [], "fullname": "torch._lobpcg._lobpcg", "name": "_lobpcg", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["A", "k", "B", "X", "n", "iK", "niter", "tol", "largest", "method", "tracker", "ortho_iparams", "ortho_fparams", "ortho_bparams"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.float"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.bool"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_lobpcg", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_matrix_polynomial_value": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["poly", "x", "zero_power"], "flags": [], "fullname": "torch._lobpcg._matrix_polynomial_value", "name": "_matrix_polynomial_value", "type": null}}, "_polynomial_coefficients_given_roots": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["roots"], "flags": [], "fullname": "torch._lobpcg._polynomial_coefficients_given_roots", "name": "_polynomial_coefficients_given_roots", "type": null}}, "_polynomial_value": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["poly", "x", "zero_power", "transition"], "flags": [], "fullname": "torch._lobpcg._polynomial_value", "name": "_polynomial_value", "type": null}}, "_symeig_backward": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["D_grad", "U_grad", "A", "D", "U", "largest"], "flags": [], "fullname": "torch._lobpcg._symeig_backward", "name": "_symeig_backward", "type": null}}, "_symeig_backward_complete_eigenspace": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["D_grad", "U_grad", "A", "D", "U"], "flags": [], "fullname": "torch._lobpcg._symeig_backward_complete_eigenspace", "name": "_symeig_backward_complete_eigenspace", "type": null}}, "_symeig_backward_partial_eigenspace": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["D_grad", "U_grad", "A", "D", "U", "largest"], "flags": [], "fullname": "torch._lobpcg._symeig_backward_partial_eigenspace", "name": "_symeig_backward_partial_eigenspace", "type": null}}, "_utils": {".class": "SymbolTableNode", "cross_ref": "torch._linalg_utils", "kind": "Gdef", "module_public": false}, "_vector_polynomial_value": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["poly", "x", "zero_power"], "flags": [], "fullname": "torch._lobpcg._vector_polynomial_value", "name": "_vector_polynomial_value", "type": null}}, "handle_torch_function": {".class": "SymbolTableNode", "cross_ref": "torch.overrides.handle_torch_function", "kind": "Gdef", "module_public": false}, "has_torch_function": {".class": "SymbolTableNode", "cross_ref": "torch.overrides.has_torch_function", "kind": "Gdef", "module_public": false}, "lobpcg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["A", "k", "B", "X", "n", "iK", "niter", "tol", "largest", "method", "tracker", "ortho_iparams", "ortho_fparams", "ortho_bparams"], "flags": [], "fullname": "torch._lobpcg.lobpcg", "name": "lobpcg", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["A", "k", "B", "X", "n", "iK", "niter", "tol", "largest", "method", "tracker", "ortho_iparams", "ortho_fparams", "ortho_bparams"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.float"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.bool"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lobpcg", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_lobpcg.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_lobpcg.meta.json b/.mypy_cache/3.9/torch/_lobpcg.meta.json deleted file mode 100644 index aad65d574..000000000 --- a/.mypy_cache/3.9/torch/_lobpcg.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [6, 8, 10, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["typing", "torch", "torch._linalg_utils", "torch.overrides", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._jit_internal", "torch._tensor", "torch.autograd", "torch.autograd.function", "torch.jit", "torch.linalg", "torch.types", "typing_extensions"], "hash": "0958260d0e233cc54687bbf3420d62f0c38be98d518e0319d36d9a1901b6c742", "id": "torch._lobpcg", "ignore_all": true, "interface_hash": "9bfa178d8d07d8f4fb506e650410c152e5f7402820db50361c6cac01723f3f88", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/_lobpcg.py", "plugin_data": null, "size": 44076, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_lowrank.data.json b/.mypy_cache/3.9/torch/_lowrank.data.json deleted file mode 100644 index 01f6fdbb3..000000000 --- a/.mypy_cache/3.9/torch/_lowrank.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._lowrank", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_public": false}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef", "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch._lowrank.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._lowrank.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._lowrank.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._lowrank.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._lowrank.__package__", "name": "__package__", "type": "builtins.str"}}, "_svd_lowrank": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["A", "q", "niter", "M"], "flags": [], "fullname": "torch._lowrank._svd_lowrank", "name": "_svd_lowrank", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["A", "q", "niter", "M"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_svd_lowrank", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_utils": {".class": "SymbolTableNode", "cross_ref": "torch._linalg_utils", "kind": "Gdef", "module_public": false}, "get_approximate_basis": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["A", "q", "niter", "M"], "flags": [], "fullname": "torch._lowrank.get_approximate_basis", "name": "get_approximate_basis", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["A", "q", "niter", "M"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_approximate_basis", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "handle_torch_function": {".class": "SymbolTableNode", "cross_ref": "torch.overrides.handle_torch_function", "kind": "Gdef", "module_public": false}, "has_torch_function": {".class": "SymbolTableNode", "cross_ref": "torch.overrides.has_torch_function", "kind": "Gdef", "module_public": false}, "pca_lowrank": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["A", "q", "center", "niter"], "flags": [], "fullname": "torch._lowrank.pca_lowrank", "name": "pca_lowrank", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["A", "q", "center", "niter"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pca_lowrank", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "svd_lowrank": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["A", "q", "niter", "M"], "flags": [], "fullname": "torch._lowrank.svd_lowrank", "name": "svd_lowrank", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["A", "q", "niter", "M"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "svd_lowrank", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_lowrank.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_lowrank.meta.json b/.mypy_cache/3.9/torch/_lowrank.meta.json deleted file mode 100644 index c75aabc9e..000000000 --- a/.mypy_cache/3.9/torch/_lowrank.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [6, 8, 9, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch._linalg_utils", "torch.overrides", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "_typeshed", "abc", "torch._C", "torch._C._VariableFunctions", "torch._jit_internal", "torch._tensor", "torch.jit", "torch.linalg", "torch.sparse", "torch.types", "typing_extensions"], "hash": "c5f8c5bb3177f02661cae415e0c55354f7bbad52c6eae2e3a772c359cff1fb9a", "id": "torch._lowrank", "ignore_all": true, "interface_hash": "617223f98e8734448a8c29b0c52ee97868c97c7588eaaa4f4c092a43849e75c9", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/_lowrank.py", "plugin_data": null, "size": 11031, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_namedtensor_internals.data.json b/.mypy_cache/3.9/torch/_namedtensor_internals.data.json deleted file mode 100644 index e03aff706..000000000 --- a/.mypy_cache/3.9/torch/_namedtensor_internals.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._namedtensor_internals", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "OrderedDict": {".class": "SymbolTableNode", "cross_ref": "collections.OrderedDict", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._namedtensor_internals.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._namedtensor_internals.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._namedtensor_internals.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._namedtensor_internals.__package__", "name": "__package__", "type": "builtins.str"}}, "build_dim_map": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensor"], "flags": [], "fullname": "torch._namedtensor_internals.build_dim_map", "name": "build_dim_map", "type": null}}, "check_serializing_named_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensor"], "flags": [], "fullname": "torch._namedtensor_internals.check_serializing_named_tensor", "name": "check_serializing_named_tensor", "type": null}}, "expand_single_ellipsis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["numel_pre_glob", "numel_post_glob", "names"], "flags": [], "fullname": "torch._namedtensor_internals.expand_single_ellipsis", "name": "expand_single_ellipsis", "type": null}}, "is_ellipsis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["item"], "flags": [], "fullname": "torch._namedtensor_internals.is_ellipsis", "name": "is_ellipsis", "type": null}}, "namer_api_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["inplace"], "flags": [], "fullname": "torch._namedtensor_internals.namer_api_name", "name": "namer_api_name", "type": null}}, "replace_ellipsis_by_position": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["ellipsis_idx", "names", "tensor_names"], "flags": [], "fullname": "torch._namedtensor_internals.replace_ellipsis_by_position", "name": "replace_ellipsis_by_position", "type": null}}, "resolve_ellipsis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["names", "tensor_names", "fn_name"], "flags": [], "fullname": "torch._namedtensor_internals.resolve_ellipsis", "name": "resolve_ellipsis", "type": null}}, "single_ellipsis_index": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["names", "fn_name"], "flags": [], "fullname": "torch._namedtensor_internals.single_ellipsis_index", "name": "single_ellipsis_index", "type": null}}, "unzip_namedshape": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["namedshape"], "flags": [], "fullname": "torch._namedtensor_internals.unzip_namedshape", "name": "unzip_namedshape", "type": null}}, "update_names": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["tensor", "names", "rename_map", "inplace"], "flags": [], "fullname": "torch._namedtensor_internals.update_names", "name": "update_names", "type": null}}, "update_names_with_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["tensor", "names", "inplace"], "flags": [], "fullname": "torch._namedtensor_internals.update_names_with_list", "name": "update_names_with_list", "type": null}}, "update_names_with_mapping": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["tensor", "rename_map", "inplace"], "flags": [], "fullname": "torch._namedtensor_internals.update_names_with_mapping", "name": "update_names_with_mapping", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_namedtensor_internals.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_namedtensor_internals.meta.json b/.mypy_cache/3.9/torch/_namedtensor_internals.meta.json deleted file mode 100644 index 98c76e9d4..000000000 --- a/.mypy_cache/3.9/torch/_namedtensor_internals.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1, 1, 1], "dep_prios": [5, 5, 30, 30, 30], "dependencies": ["collections", "builtins", "_typeshed", "abc", "typing"], "hash": "03d4e8259d66c583a456f4789cc707581c8e611c6fb85cbcf337aff222bb4175", "id": "torch._namedtensor_internals", "ignore_all": true, "interface_hash": "7c14828da4e49035f212433272683a143aac108ce7c386cdcf93e92b20b09bec", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/_namedtensor_internals.py", "plugin_data": null, "size": 5351, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_ops.data.json b/.mypy_cache/3.9/torch/_ops.data.json deleted file mode 100644 index 315baf0de..000000000 --- a/.mypy_cache/3.9/torch/_ops.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._ops", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "_OpNamespace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["types.ModuleType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._ops._OpNamespace", "name": "_OpNamespace", "type_vars": []}, "flags": [], "fullname": "torch._ops._OpNamespace", "metaclass_type": null, "metadata": {}, "module_name": "torch._ops", "mro": ["torch._ops._OpNamespace", "types.ModuleType", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "op_name"], "flags": [], "fullname": "torch._ops._OpNamespace.__getattr__", "name": "__getattr__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch._ops._OpNamespace.__init__", "name": "__init__", "type": null}}, "name": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._ops._OpNamespace.name", "name": "name", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Ops": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["types.ModuleType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._ops._Ops", "name": "_Ops", "type_vars": []}, "flags": [], "fullname": "torch._ops._Ops", "metaclass_type": null, "metadata": {}, "module_name": "torch._ops", "mro": ["torch._ops._Ops", "types.ModuleType", "builtins.object"], "names": {".class": "SymbolTable", "__file__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._ops._Ops.__file__", "name": "__file__", "type": "builtins.str"}}, "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch._ops._Ops.__getattr__", "name": "__getattr__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._ops._Ops.__init__", "name": "__init__", "type": null}}, "load_library": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "torch._ops._Ops.load_library", "name": "load_library", "type": null}}, "loaded_libraries": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._ops._Ops.loaded_libraries", "name": "loaded_libraries", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_SET_GLOBAL_FLAGS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._ops._SET_GLOBAL_FLAGS", "name": "_SET_GLOBAL_FLAGS", "type": "builtins.bool"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._ops.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._ops.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._ops.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._ops.__package__", "name": "__package__", "type": "builtins.str"}}, "contextlib": {".class": "SymbolTableNode", "cross_ref": "contextlib", "kind": "Gdef"}, "ctypes": {".class": "SymbolTableNode", "cross_ref": "ctypes", "kind": "Gdef"}, "dl_open_guard": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_generator", "is_decorated"], "fullname": "torch._ops.dl_open_guard", "name": "dl_open_guard", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "dl_open_guard", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dl_open_guard", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "ops": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._ops.ops", "name": "ops", "type": "torch._ops._Ops"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_ops.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_ops.meta.json b/.mypy_cache/3.9/torch/_ops.meta.json deleted file mode 100644 index 89c39be9f..000000000 --- a/.mypy_cache/3.9/torch/_ops.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 3, 4, 5, 6, 8, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 10, 10, 10, 10, 10, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["torch._C", "torch", "contextlib", "ctypes", "sys", "types", "torch.jit", "torch._utils_internal", "builtins", "functools", "threading", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch.jit._builtins", "typing"], "hash": "4a178d0ca7f170de66393993e7e9677c6faa982dea4ddf238f841aef082caec5", "id": "torch._ops", "ignore_all": true, "interface_hash": "eb7fc4d825193f1244cfeff5e554a18a21d6919d30331e4e20afd7b3c55f6540", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/_ops.py", "plugin_data": null, "size": 4457, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_six.data.json b/.mypy_cache/3.9/torch/_six.data.json deleted file mode 100644 index 2613d9a15..000000000 --- a/.mypy_cache/3.9/torch/_six.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._six", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "PY37": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._six.PY37", "name": "PY37", "type": "builtins.bool"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._six.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._six.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._six.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._six.__package__", "name": "__package__", "type": "builtins.str"}}, "inf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._six.inf", "name": "inf", "type": "builtins.float"}}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "metaclass@34": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._six.metaclass@34", "name": "metaclass", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch._six.metaclass@34", "metaclass_type": null, "metadata": {}, "module_name": "torch._six", "mro": ["torch._six.metaclass@34", "builtins.object"], "names": {".class": "SymbolTable", "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "name", "this_bases", "d"], "flags": [], "fullname": "torch._six.metaclass@34.__new__", "name": "__new__", "type": null}}, "__prepare__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "name", "this_bases"], "flags": ["is_class", "is_decorated"], "fullname": "torch._six.metaclass@34.__prepare__", "name": "__prepare__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "__prepare__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "name", "this_bases"], "arg_types": [{".class": "TypeType", "item": "torch._six.metaclass@34"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "__prepare__ of metaclass", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "nan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._six.nan", "name": "nan", "type": "builtins.float"}}, "string_classes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._six.string_classes", "name": "string_classes", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [1], "arg_names": ["o"], "arg_types": ["builtins.object"], "bound_args": ["builtins.str"], "def_extras": {"first_arg": "cls"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": "str", "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["o", "encoding", "errors"], "arg_types": ["builtins.bytes", "builtins.str", "builtins.str"], "bound_args": ["builtins.str"], "def_extras": {"first_arg": "cls"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": "str", "ret_type": "builtins.str", "type_guard": null, "variables": []}]}, {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["ints"], "arg_types": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}], "bound_args": ["builtins.bytes"], "def_extras": {"first_arg": "cls"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": "bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["string", "encoding", "errors"], "arg_types": ["builtins.str", "builtins.str", "builtins.str"], "bound_args": ["builtins.bytes"], "def_extras": {"first_arg": "cls"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": "bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["length"], "arg_types": ["builtins.int"], "bound_args": ["builtins.bytes"], "def_extras": {"first_arg": "cls"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": "bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": ["builtins.bytes"], "def_extras": {"first_arg": "cls"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": "bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["o"], "arg_types": ["typing.SupportsBytes"], "bound_args": ["builtins.bytes"], "def_extras": {"first_arg": "cls"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": "bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "with_metaclass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["meta", "bases"], "flags": [], "fullname": "torch._six.with_metaclass", "name": "with_metaclass", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["meta", "bases"], "arg_types": ["builtins.type", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "with_metaclass", "ret_type": "builtins.type", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_six.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_six.meta.json b/.mypy_cache/3.9/torch/_six.meta.json deleted file mode 100644 index f22562eef..000000000 --- a/.mypy_cache/3.9/torch/_six.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [21, 22, 1, 1, 1], "dep_prios": [10, 10, 5, 30, 30], "dependencies": ["math", "sys", "builtins", "abc", "typing"], "hash": "d7a8b1e2698f811180445230a4f7f6349940ab674033a030379a5e33292dfca0", "id": "torch._six", "ignore_all": true, "interface_hash": "ab97c8ad117f2cad951cd921da075949cad775fedd9c856b5bfb5cfc0b9f210e", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/_six.py", "plugin_data": null, "size": 1858, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_sources.data.json b/.mypy_cache/3.9/torch/_sources.data.json deleted file mode 100644 index d0316bb2e..000000000 --- a/.mypy_cache/3.9/torch/_sources.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._sources", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "ErrorReport": {".class": "SymbolTableNode", "cross_ref": "torch._C.ErrorReport", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "ParsedDef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._sources.ParsedDef", "name": "ParsedDef", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch._sources.ParsedDef", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["ast", "ctx", "source", "filename", "file_lineno"]}}, "module_name": "torch._sources", "mro": ["torch._sources.ParsedDef", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch._sources.ParsedDef._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["_ast.Module", "torch._sources.SourceContext", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._sources.ParsedDef.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._sources.ParsedDef.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "ast", "ctx", "source", "filename", "file_lineno"], "flags": [], "fullname": "torch._sources.ParsedDef.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "ast", "ctx", "source", "filename", "file_lineno"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._sources.ParsedDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["_ast.Module", "torch._sources.SourceContext", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "_ast.Module", "torch._sources.SourceContext", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ParsedDef", "ret_type": {".class": "TypeVarType", "fullname": "torch._sources.ParsedDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["_ast.Module", "torch._sources.SourceContext", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._sources.ParsedDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["_ast.Module", "torch._sources.SourceContext", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch._sources.ParsedDef._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._sources.ParsedDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["_ast.Module", "torch._sources.SourceContext", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of ParsedDef", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._sources.ParsedDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["_ast.Module", "torch._sources.SourceContext", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._sources.ParsedDef._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._sources.ParsedDef._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._sources.ParsedDef._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch._sources.ParsedDef._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._sources.ParsedDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["_ast.Module", "torch._sources.SourceContext", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of ParsedDef", "ret_type": {".class": "TypeVarType", "fullname": "torch._sources.ParsedDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["_ast.Module", "torch._sources.SourceContext", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._sources.ParsedDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["_ast.Module", "torch._sources.SourceContext", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch._sources.ParsedDef._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch._sources.ParsedDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["_ast.Module", "torch._sources.SourceContext", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of ParsedDef", "ret_type": {".class": "TypeVarType", "fullname": "torch._sources.ParsedDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["_ast.Module", "torch._sources.SourceContext", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._sources.ParsedDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["_ast.Module", "torch._sources.SourceContext", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["_self", "ast", "ctx", "source", "filename", "file_lineno"], "flags": [], "fullname": "torch._sources.ParsedDef._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["_self", "ast", "ctx", "source", "filename", "file_lineno"], "arg_types": [{".class": "TypeVarType", "fullname": "torch._sources.ParsedDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["_ast.Module", "torch._sources.SourceContext", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "_ast.Module", "torch._sources.SourceContext", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of ParsedDef", "ret_type": {".class": "TypeVarType", "fullname": "torch._sources.ParsedDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["_ast.Module", "torch._sources.SourceContext", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch._sources.ParsedDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["_ast.Module", "torch._sources.SourceContext", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._sources.ParsedDef._source", "name": "_source", "type": "builtins.str"}}, "ast": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._sources.ParsedDef.ast", "name": "ast", "type": "_ast.Module"}}, "ast-redefinition": {".class": "SymbolTableNode", "cross_ref": "torch._sources.ParsedDef.ast", "kind": "Mdef"}, "ctx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._sources.ParsedDef.ctx", "name": "ctx", "type": "torch._sources.SourceContext"}}, "ctx-redefinition": {".class": "SymbolTableNode", "cross_ref": "torch._sources.ParsedDef.ctx", "kind": "Mdef"}, "file_lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._sources.ParsedDef.file_lineno", "name": "file_lineno", "type": "builtins.int"}}, "file_lineno-redefinition": {".class": "SymbolTableNode", "cross_ref": "torch._sources.ParsedDef.file_lineno", "kind": "Mdef"}, "filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._sources.ParsedDef.filename", "name": "filename", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "filename-redefinition": {".class": "SymbolTableNode", "cross_ref": "torch._sources.ParsedDef.filename", "kind": "Mdef"}, "source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch._sources.ParsedDef.source", "name": "source", "type": "builtins.str"}}, "source-redefinition": {".class": "SymbolTableNode", "cross_ref": "torch._sources.ParsedDef.source", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["_ast.Module", "torch._sources.SourceContext", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "SourceContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._sources.SourceContext", "name": "SourceContext", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch._sources.SourceContext", "metaclass_type": null, "metadata": {}, "module_name": "torch._sources", "mro": ["torch._sources.SourceContext", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1], "arg_names": ["self", "source", "filename", "file_lineno", "leading_whitespace_len", "uses_true_division"], "flags": [], "fullname": "torch._sources.SourceContext.__init__", "name": "__init__", "type": null}}, "filename": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._sources.SourceContext.filename", "name": "filename", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "uses_true_division": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._sources.SourceContext.uses_true_division", "name": "uses_true_division", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SourceRangeFactory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch._sources.SourceRangeFactory", "name": "SourceRangeFactory", "type": {".class": "AnyType", "missing_import_name": "torch._sources.SourceRangeFactory", "source_any": null, "type_of_any": 3}}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._sources.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._sources.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._sources.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._sources.__package__", "name": "__package__", "type": "builtins.str"}}, "ast": {".class": "SymbolTableNode", "cross_ref": "ast", "kind": "Gdef"}, "dedent": {".class": "SymbolTableNode", "cross_ref": "textwrap.dedent", "kind": "Gdef"}, "fake_range": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._sources.fake_range", "name": "fake_range", "type": null}}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "get_source_lines_and_file": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["obj", "error_msg"], "flags": [], "fullname": "torch._sources.get_source_lines_and_file", "name": "get_source_lines_and_file", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["obj", "error_msg"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_source_lines_and_file", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "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": []}}}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef"}, "make_source_context": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["args"], "flags": ["is_decorated"], "fullname": "torch._sources.make_source_context", "name": "make_source_context", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "make_source_context", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "functools._lru_cache_wrapper"}}}}, "normalize_source_lines": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["sourcelines"], "flags": [], "fullname": "torch._sources.normalize_source_lines", "name": "normalize_source_lines", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["sourcelines"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normalize_source_lines", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "parse_def": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch._sources.parse_def", "name": "parse_def", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_sources.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_sources.meta.json b/.mypy_cache/3.9/torch/_sources.meta.json deleted file mode 100644 index c35cddf37..000000000 --- a/.mypy_cache/3.9/torch/_sources.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 7], "dep_prios": [10, 10, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 5], "dependencies": ["ast", "functools", "inspect", "textwrap", "typing", "torch._C", "builtins", "threading", "contextlib", "collections", "logging", "torch", "io", "warnings", "pickle", "os", "time", "_ast", "abc", "types", "typing_extensions"], "hash": "2455ab8b31846fe857ac2adb1e48c34ccfaef3f331874a86bfc08a226bdc2df7", "id": "torch._sources", "ignore_all": true, "interface_hash": "0bf1c9cb2eccb04f81dccb5ac80b93c2b9a06137f45c431ebd7ed289230658e0", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/_sources.py", "plugin_data": null, "size": 3882, "suppressed": ["torch._C._jit_tree_views"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_storage_docs.data.json b/.mypy_cache/3.9/torch/_storage_docs.data.json deleted file mode 100644 index fef44fbad..000000000 --- a/.mypy_cache/3.9/torch/_storage_docs.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._storage_docs", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._storage_docs.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._storage_docs.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._storage_docs.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._storage_docs.__package__", "name": "__package__", "type": "builtins.str"}}, "add_docstr": {".class": "SymbolTableNode", "cross_ref": "torch._C._add_docstr", "kind": "Gdef"}, "add_docstr_all": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["method", "docstr"], "flags": [], "fullname": "torch._storage_docs.add_docstr_all", "name": "add_docstr_all", "type": null}}, "storage_classes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._storage_docs.storage_classes", "name": "storage_classes", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_storage_docs.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_storage_docs.meta.json b/.mypy_cache/3.9/torch/_storage_docs.meta.json deleted file mode 100644 index 07daca9d3..000000000 --- a/.mypy_cache/3.9/torch/_storage_docs.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["torch._C", "torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "types", "typing"], "hash": "6acb4ae010228729b90256ea7be32bf58aff0bc0dcca1eeae58073dbd9dfbf2d", "id": "torch._storage_docs", "ignore_all": true, "interface_hash": "26ffe61f4fc55f2a0d6cc7ac2157aa6dafa6f86f211da4a77323eb896122b5da", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/_storage_docs.py", "plugin_data": null, "size": 1298, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_tensor.data.json b/.mypy_cache/3.9/torch/_tensor.data.json deleted file mode 100644 index c7811e637..000000000 --- a/.mypy_cache/3.9/torch/_tensor.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._tensor", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Number": {".class": "SymbolTableNode", "cross_ref": "numbers.Number", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "OrderedDict": {".class": "SymbolTableNode", "cross_ref": "collections.OrderedDict", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C._TensorBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._tensor.Tensor", "name": "Tensor", "type_vars": []}, "flags": [], "fullname": "torch._tensor.Tensor", "metaclass_type": "torch._C._TensorMeta", "metadata": {}, "module_name": "torch._tensor", "mro": ["torch._tensor.Tensor", "torch._C._TensorBase", "builtins.object"], "names": {".class": "SymbolTable", "__abs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._tensor.Tensor.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__array__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "dtype"], "flags": [], "fullname": "torch._tensor.Tensor.__array__", "name": "__array__", "type": null}}, "__array_priority__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._tensor.Tensor.__array_priority__", "name": "__array_priority__", "type": "builtins.int"}}, "__array_wrap__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "array"], "flags": [], "fullname": "torch._tensor.Tensor.__array_wrap__", "name": "__array_wrap__", "type": null}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "element"], "flags": [], "fullname": "torch._tensor.Tensor.__contains__", "name": "__contains__", "type": null}}, "__cuda_array_interface__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch._tensor.Tensor.__cuda_array_interface__", "name": "__cuda_array_interface__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "__cuda_array_interface__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "__cuda_array_interface__ of Tensor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "__deepcopy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "memo"], "flags": [], "fullname": "torch._tensor.Tensor.__deepcopy__", "name": "__deepcopy__", "type": null}}, "__dir__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._tensor.Tensor.__dir__", "name": "__dir__", "type": null}}, "__dlpack__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "stream"], "flags": [], "fullname": "torch._tensor.Tensor.__dlpack__", "name": "__dlpack__", "type": null}}, "__dlpack_device__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._tensor.Tensor.__dlpack_device__", "name": "__dlpack_device__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__dlpack_device__ of Tensor", "ret_type": {".class": "TupleType", "implicit": false, "items": ["enum.IntEnum", "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": []}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated"], "fullname": "torch._tensor.Tensor.__floordiv__", "name": "__floordiv__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__floordiv__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__format__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "format_spec"], "flags": [], "fullname": "torch._tensor.Tensor.__format__", "name": "__format__", "type": null}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._tensor.Tensor.__hash__", "name": "__hash__", "type": null}}, "__ipow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch._tensor.Tensor.__ipow__", "name": "__ipow__", "type": null}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._tensor.Tensor.__iter__", "name": "__iter__", "type": null}}, "__itruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._tensor.Tensor.__itruediv__", "name": "__itruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._C._TensorBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._tensor.Tensor.__len__", "name": "__len__", "type": null}}, "__module__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._tensor.Tensor.__module__", "name": "__module__", "type": "builtins.str"}}, "__neg__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._tensor.Tensor.__neg__", "name": "__neg__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__pos__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._tensor.Tensor.__pos__", "name": "__pos__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._tensor.Tensor.__pow__", "name": "__pow__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "__rdiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated"], "fullname": "torch._tensor.Tensor.__rdiv__", "name": "__rdiv__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__rdiv__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__reduce_ex__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "proto"], "flags": [], "fullname": "torch._tensor.Tensor.__reduce_ex__", "name": "__reduce_ex__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._tensor.Tensor.__repr__", "name": "__repr__", "type": null}}, "__reversed__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._tensor.Tensor.__reversed__", "name": "__reversed__", "type": null}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated"], "fullname": "torch._tensor.Tensor.__rfloordiv__", "name": "__rfloordiv__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__rfloordiv__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__rlshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated"], "fullname": "torch._tensor.Tensor.__rlshift__", "name": "__rlshift__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__rlshift__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__rmatmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated"], "fullname": "torch._tensor.Tensor.__rmatmul__", "name": "__rmatmul__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__rmatmul__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__rmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated"], "fullname": "torch._tensor.Tensor.__rmod__", "name": "__rmod__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__rmod__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated"], "fullname": "torch._tensor.Tensor.__rpow__", "name": "__rpow__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__rpow__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__rrshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated"], "fullname": "torch._tensor.Tensor.__rrshift__", "name": "__rrshift__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__rrshift__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_decorated"], "fullname": "torch._tensor.Tensor.__rsub__", "name": "__rsub__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__rsub__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._tensor.Tensor.__rtruediv__", "name": "__rtruediv__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch._tensor.Tensor.__setstate__", "name": "__setstate__", "type": null}}, "__torch_function__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["cls", "func", "types", "args", "kwargs"], "flags": ["is_class", "is_decorated"], "fullname": "torch._tensor.Tensor.__torch_function__", "name": "__torch_function__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "__torch_function__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["cls", "func", "types", "args", "kwargs"], "arg_types": [{".class": "TypeType", "item": "torch._tensor.Tensor"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "__torch_function__ of Tensor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_reduce_ex_internal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "proto"], "flags": [], "fullname": "torch._tensor.Tensor._reduce_ex_internal", "name": "_reduce_ex_internal", "type": null}}, "_update_names": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "names", "inplace"], "flags": [], "fullname": "torch._tensor.Tensor._update_names", "name": "_update_names", "type": null}}, "align_to": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "flags": [], "fullname": "torch._tensor.Tensor.align_to", "name": "align_to", "type": null}}, "backward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "gradient", "retain_graph", "create_graph", "inputs"], "flags": [], "fullname": "torch._tensor.Tensor.backward", "name": "backward", "type": null}}, "detach": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._tensor.Tensor.detach", "name": "detach", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "detach_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch._tensor.Tensor.detach_", "name": "detach_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._C._TensorBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "grad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "torch._tensor.Tensor.grad", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "torch._tensor.Tensor.grad", "name": "grad", "type": null}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "grad", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "grad of Tensor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "new_grad"], "flags": ["is_decorated"], "fullname": "torch._tensor.Tensor.grad", "name": "grad", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "grad", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch._tensor.Tensor.grad", "name": "grad", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "grad", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "grad", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}]}}}, "is_shared": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._tensor.Tensor.is_shared", "name": "is_shared", "type": null}}, "istft": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "n_fft", "hop_length", "win_length", "window", "center", "normalized", "onesided", "length", "return_complex"], "flags": [], "fullname": "torch._tensor.Tensor.istft", "name": "istft", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "n_fft", "hop_length", "win_length", "window", "center", "normalized", "onesided", "length", "return_complex"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "istft of Tensor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "lu": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "pivot", "get_infos"], "flags": [], "fullname": "torch._tensor.Tensor.lu", "name": "lu", "type": null}}, "norm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "p", "dim", "keepdim", "dtype"], "flags": [], "fullname": "torch._tensor.Tensor.norm", "name": "norm", "type": null}}, "refine_names": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "flags": [], "fullname": "torch._tensor.Tensor.refine_names", "name": "refine_names", "type": null}}, "register_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "flags": [], "fullname": "torch._tensor.Tensor.register_hook", "name": "register_hook", "type": null}}, "reinforce": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "reward"], "flags": [], "fullname": "torch._tensor.Tensor.reinforce", "name": "reinforce", "type": null}}, "rename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "names", "rename_map"], "flags": [], "fullname": "torch._tensor.Tensor.rename", "name": "rename", "type": null}}, "rename_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "names", "rename_map"], "flags": [], "fullname": "torch._tensor.Tensor.rename_", "name": "rename_", "type": null}}, "resize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "sizes"], "flags": [], "fullname": "torch._tensor.Tensor.resize", "name": "resize", "type": null}}, "resize_as": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tensor"], "flags": [], "fullname": "torch._tensor.Tensor.resize_as", "name": "resize_as", "type": null}}, "share_memory_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._tensor.Tensor.share_memory_", "name": "share_memory_", "type": null}}, "split": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "split_size", "dim"], "flags": [], "fullname": "torch._tensor.Tensor.split", "name": "split", "type": null}}, "stft": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "n_fft", "hop_length", "win_length", "window", "center", "pad_mode", "normalized", "onesided", "return_complex"], "flags": [], "fullname": "torch._tensor.Tensor.stft", "name": "stft", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "n_fft", "hop_length", "win_length", "window", "center", "pad_mode", "normalized", "onesided", "return_complex"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", "builtins.str", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stft of Tensor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "to_sparse_csr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._tensor.Tensor.to_sparse_csr", "name": "to_sparse_csr", "type": null}}, "unflatten": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim", "sizes"], "flags": [], "fullname": "torch._tensor.Tensor.unflatten", "name": "unflatten", "type": null}}, "unique": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "sorted", "return_inverse", "return_counts", "dim"], "flags": [], "fullname": "torch._tensor.Tensor.unique", "name": "unique", "type": null}}, "unique_consecutive": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "return_inverse", "return_counts", "dim"], "flags": [], "fullname": "torch._tensor.Tensor.unique_consecutive", "name": "unique_consecutive", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_C": {".class": "SymbolTableNode", "cross_ref": "torch._C", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._tensor.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._tensor.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._tensor.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._tensor.__package__", "name": "__package__", "type": "builtins.str"}}, "_convert": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ret", "cls"], "flags": [], "fullname": "torch._tensor._convert", "name": "_convert", "type": null}}, "_rebuild_from_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["func", "type", "args", "dict"], "flags": [], "fullname": "torch._tensor._rebuild_from_type", "name": "_rebuild_from_type", "type": null}}, "_rebuild_from_type_v2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["func", "new_type", "args", "state"], "flags": [], "fullname": "torch._tensor._rebuild_from_type_v2", "name": "_rebuild_from_type_v2", "type": null}}, "_wrap_type_error_to_not_implemented": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "torch._tensor._wrap_type_error_to_not_implemented", "name": "_wrap_type_error_to_not_implemented", "type": null}}, "check_serializing_named_tensor": {".class": "SymbolTableNode", "cross_ref": "torch._namedtensor_internals.check_serializing_named_tensor", "kind": "Gdef"}, "copyreg": {".class": "SymbolTableNode", "cross_ref": "copyreg", "kind": "Gdef"}, "enum": {".class": "SymbolTableNode", "cross_ref": "enum", "kind": "Gdef"}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "get_default_nowrap_functions": {".class": "SymbolTableNode", "cross_ref": "torch.overrides.get_default_nowrap_functions", "kind": "Gdef"}, "handle_torch_function": {".class": "SymbolTableNode", "cross_ref": "torch.overrides.handle_torch_function", "kind": "Gdef"}, "has_torch_function": {".class": "SymbolTableNode", "cross_ref": "torch.overrides.has_torch_function", "kind": "Gdef"}, "has_torch_function_unary": {".class": "SymbolTableNode", "cross_ref": "torch.overrides.has_torch_function_unary", "kind": "Gdef"}, "has_torch_function_variadic": {".class": "SymbolTableNode", "cross_ref": "torch.overrides.has_torch_function_variadic", "kind": "Gdef"}, "hooks": {".class": "SymbolTableNode", "cross_ref": "torch.utils.hooks", "kind": "Gdef"}, "is_ellipsis": {".class": "SymbolTableNode", "cross_ref": "torch._namedtensor_internals.is_ellipsis", "kind": "Gdef"}, "resolve_ellipsis": {".class": "SymbolTableNode", "cross_ref": "torch._namedtensor_internals.resolve_ellipsis", "kind": "Gdef"}, "single_ellipsis_index": {".class": "SymbolTableNode", "cross_ref": "torch._namedtensor_internals.single_ellipsis_index", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "unzip_namedshape": {".class": "SymbolTableNode", "cross_ref": "torch._namedtensor_internals.unzip_namedshape", "kind": "Gdef"}, "update_names": {".class": "SymbolTableNode", "cross_ref": "torch._namedtensor_internals.update_names", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_tensor.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_tensor.meta.json b/.mypy_cache/3.9/torch/_tensor.meta.json deleted file mode 100644 index 69c7f58a5..000000000 --- a/.mypy_cache/3.9/torch/_tensor.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 14, 17, 17, 494, 1102, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 10, 5, 5, 10, 10, 10, 10, 5, 5, 10, 20, 20, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["collections", "enum", "functools", "numbers", "typing", "warnings", "copyreg", "torch", "torch._C", "torch._namedtensor_internals", "torch.overrides", "torch.utils.hooks", "torch.utils", "torch.autograd._functions", "torch.utils.dlpack", "builtins", "threading", "contextlib", "inspect", "logging", "io", "pickle", "os", "time", "_typeshed", "abc", "torch._C._VariableFunctions", "torch._tensor_str", "torch._utils", "torch.autograd", "torch.autograd._functions.tensor", "torch.autograd.function", "torch.autograd.grad_mode", "torch.cuda", "torch.cuda.streams", "torch.functional", "torch.jit", "torch.jit._trace", "torch.types", "torch.version", "types", "typing_extensions"], "hash": "381f535b8d4888f7e1a00583ed63b96c9ac8acb9aa9b735f3188b40e1fcad752", "id": "torch._tensor", "ignore_all": true, "interface_hash": "3c5347861a7f08b9f2d573b134b4e05d4ceffb332400b24ac0265b87d7bff71e", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/_tensor.py", "plugin_data": null, "size": 50854, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_tensor_docs.data.json b/.mypy_cache/3.9/torch/_tensor_docs.data.json deleted file mode 100644 index 47b927657..000000000 --- a/.mypy_cache/3.9/torch/_tensor_docs.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._tensor_docs", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._tensor_docs.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._tensor_docs.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._tensor_docs.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._tensor_docs.__package__", "name": "__package__", "type": "builtins.str"}}, "add_docstr": {".class": "SymbolTableNode", "cross_ref": "torch._C._add_docstr", "kind": "Gdef"}, "add_docstr_all": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["method", "docstr"], "flags": [], "fullname": "torch._tensor_docs.add_docstr_all", "name": "add_docstr_all", "type": null}}, "common_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._tensor_docs.common_args", "name": "common_args", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "new_common_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._tensor_docs.new_common_args", "name": "new_common_args", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "parse_kwargs": {".class": "SymbolTableNode", "cross_ref": "torch._torch_docs.parse_kwargs", "kind": "Gdef"}, "reproducibility_notes": {".class": "SymbolTableNode", "cross_ref": "torch._torch_docs.reproducibility_notes", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_tensor_docs.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_tensor_docs.meta.json b/.mypy_cache/3.9/torch/_tensor_docs.meta.json deleted file mode 100644 index aa64798f3..000000000 --- a/.mypy_cache/3.9/torch/_tensor_docs.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [3, 3, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 20, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch._C", "torch", "torch._torch_docs", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._tensor", "torch.types", "typing"], "hash": "ef18b9677101afd2528cb81aa27d374f77fb7d8b32fea68003695ab8f6d94372", "id": "torch._tensor_docs", "ignore_all": true, "interface_hash": "685428523178e3e88d5538cf63e10cde02155a691a9c874c4a6aba8ae72d563d", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/_tensor_docs.py", "plugin_data": null, "size": 113474, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_tensor_str.data.json b/.mypy_cache/3.9/torch/_tensor_str.data.json deleted file mode 100644 index bb49b9e3f..000000000 --- a/.mypy_cache/3.9/torch/_tensor_str.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._tensor_str", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "PRINT_OPTS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._tensor_str.PRINT_OPTS", "name": "PRINT_OPTS", "type": "torch._tensor_str.__PrinterOptions"}}, "_Formatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._tensor_str._Formatter", "name": "_Formatter", "type_vars": []}, "flags": [], "fullname": "torch._tensor_str._Formatter", "metaclass_type": null, "metadata": {}, "module_name": "torch._tensor_str", "mro": ["torch._tensor_str._Formatter", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tensor"], "flags": [], "fullname": "torch._tensor_str._Formatter.__init__", "name": "__init__", "type": null}}, "floating_dtype": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._tensor_str._Formatter.floating_dtype", "name": "floating_dtype", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch._tensor_str._Formatter.format", "name": "format", "type": null}}, "int_mode": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._tensor_str._Formatter.int_mode", "name": "int_mode", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "max_width": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._tensor_str._Formatter.max_width", "name": "max_width", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "sci_mode": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._tensor_str._Formatter.sci_mode", "name": "sci_mode", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "width": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._tensor_str._Formatter.width", "name": "width", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__PrinterOptions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._tensor_str.__PrinterOptions", "name": "__PrinterOptions", "type_vars": []}, "flags": [], "fullname": "torch._tensor_str.__PrinterOptions", "metaclass_type": null, "metadata": {}, "module_name": "torch._tensor_str", "mro": ["torch._tensor_str.__PrinterOptions", "builtins.object"], "names": {".class": "SymbolTable", "edgeitems": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._tensor_str.__PrinterOptions.edgeitems", "name": "edgeitems", "type": "builtins.int"}}, "linewidth": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._tensor_str.__PrinterOptions.linewidth", "name": "linewidth", "type": "builtins.int"}}, "precision": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._tensor_str.__PrinterOptions.precision", "name": "precision", "type": "builtins.int"}}, "sci_mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._tensor_str.__PrinterOptions.sci_mode", "name": "sci_mode", "type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}}}, "threshold": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch._tensor_str.__PrinterOptions.threshold", "name": "threshold", "type": "builtins.float"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._tensor_str.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._tensor_str.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._tensor_str.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._tensor_str.__package__", "name": "__package__", "type": "builtins.str"}}, "_add_suffixes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["tensor_str", "suffixes", "indent", "force_newline"], "flags": [], "fullname": "torch._tensor_str._add_suffixes", "name": "_add_suffixes", "type": null}}, "_scalar_str": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "formatter1", "formatter2"], "flags": [], "fullname": "torch._tensor_str._scalar_str", "name": "_scalar_str", "type": null}}, "_str": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._tensor_str._str", "name": "_str", "type": null}}, "_str_intern": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["inp"], "flags": [], "fullname": "torch._tensor_str._str_intern", "name": "_str_intern", "type": null}}, "_tensor_str": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "indent"], "flags": [], "fullname": "torch._tensor_str._tensor_str", "name": "_tensor_str", "type": null}}, "_tensor_str_with_formatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "indent", "summarize", "formatter1", "formatter2"], "flags": [], "fullname": "torch._tensor_str._tensor_str_with_formatter", "name": "_tensor_str_with_formatter", "type": null}}, "_vector_str": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "indent", "summarize", "formatter1", "formatter2"], "flags": [], "fullname": "torch._tensor_str._vector_str", "name": "_vector_str", "type": null}}, "get_summarized_data": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._tensor_str.get_summarized_data", "name": "get_summarized_data", "type": null}}, "inf": {".class": "SymbolTableNode", "cross_ref": "torch._six.inf", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "set_printoptions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1, 1, 1], "arg_names": ["precision", "threshold", "edgeitems", "linewidth", "profile", "sci_mode"], "flags": [], "fullname": "torch._tensor_str.set_printoptions", "name": "set_printoptions", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_tensor_str.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_tensor_str.meta.json b/.mypy_cache/3.9/torch/_tensor_str.meta.json deleted file mode 100644 index 40b9138e3..000000000 --- a/.mypy_cache/3.9/torch/_tensor_str.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["math", "torch", "torch._six", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "_typeshed", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.forward_ad", "torch.autograd.grad_mode", "torch.cuda", "typing_extensions"], "hash": "a99c96e528944e6763e49fbbdc7be6dd42a6d9c4c213d6e10fbb0f4fb2e0328b", "id": "torch._tensor_str", "ignore_all": true, "interface_hash": "dcc5f2cc375b56375582d2c5726861fdc789e18eb966b0fb2dfeadc7662e5051", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/_tensor_str.py", "plugin_data": null, "size": 18091, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_torch_docs.data.json b/.mypy_cache/3.9/torch/_torch_docs.data.json deleted file mode 100644 index 2a0e26248..000000000 --- a/.mypy_cache/3.9/torch/_torch_docs.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._torch_docs", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._torch_docs.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._torch_docs.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._torch_docs.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._torch_docs.__package__", "name": "__package__", "type": "builtins.str"}}, "add_docstr": {".class": "SymbolTableNode", "cross_ref": "torch._C._add_docstr", "kind": "Gdef"}, "common_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._torch_docs.common_args", "name": "common_args", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "factory_common_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._torch_docs.factory_common_args", "name": "factory_common_args", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "factory_data_common_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._torch_docs.factory_data_common_args", "name": "factory_data_common_args", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "factory_like_common_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._torch_docs.factory_like_common_args", "name": "factory_like_common_args", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "merge_dicts": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["dicts"], "flags": [], "fullname": "torch._torch_docs.merge_dicts", "name": "merge_dicts", "type": null}}, "multi_dim_common": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._torch_docs.multi_dim_common", "name": "multi_dim_common", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "parse_kwargs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["desc"], "flags": [], "fullname": "torch._torch_docs.parse_kwargs", "name": "parse_kwargs", "type": null}}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "reduceops_common_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._torch_docs.reduceops_common_args", "name": "reduceops_common_args", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "reproducibility_notes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._torch_docs.reproducibility_notes", "name": "reproducibility_notes", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "single_dim_common": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._torch_docs.single_dim_common", "name": "single_dim_common", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "tf32_notes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._torch_docs.tf32_notes", "name": "tf32_notes", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_torch_docs.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_torch_docs.meta.json b/.mypy_cache/3.9/torch/_torch_docs.meta.json deleted file mode 100644 index 41f9ee442..000000000 --- a/.mypy_cache/3.9/torch/_torch_docs.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [4, 6, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30], "dependencies": ["re", "torch._C", "torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "enum", "torch._C._VariableFunctions", "torch._tensor", "typing"], "hash": "3de293bbea706ecbf991c0c785ebc3271a6c8634f91bf117490741ec524f3f72", "id": "torch._torch_docs", "ignore_all": true, "interface_hash": "1b1ef7df8f64acc9772c7b81a57a169b7336ab9de98823a0b31cddb72c400dc9", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/_torch_docs.py", "plugin_data": null, "size": 364678, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_utils.data.json b/.mypy_cache/3.9/torch/_utils.data.json deleted file mode 100644 index c71da0909..000000000 --- a/.mypy_cache/3.9/torch/_utils.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._utils", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "DefaultDict": {".class": "SymbolTableNode", "cross_ref": "typing.DefaultDict", "kind": "Gdef"}, "ExceptionWrapper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._utils.ExceptionWrapper", "name": "ExceptionWrapper", "type_vars": []}, "flags": [], "fullname": "torch._utils.ExceptionWrapper", "metaclass_type": null, "metadata": {}, "module_name": "torch._utils", "mro": ["torch._utils.ExceptionWrapper", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "exc_info", "where"], "flags": [], "fullname": "torch._utils.ExceptionWrapper.__init__", "name": "__init__", "type": null}}, "exc_msg": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._utils.ExceptionWrapper.exc_msg", "name": "exc_msg", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "exc_type": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._utils.ExceptionWrapper.exc_type", "name": "exc_type", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "reraise": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._utils.ExceptionWrapper.reraise", "name": "reraise", "type": null}}, "where": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch._utils.ExceptionWrapper.where", "name": "where", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "KeyErrorMessage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.str"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch._utils.KeyErrorMessage", "name": "KeyErrorMessage", "type_vars": []}, "flags": [], "fullname": "torch._utils.KeyErrorMessage", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch._utils", "mro": ["torch._utils.KeyErrorMessage", "builtins.str", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch._utils.KeyErrorMessage.__repr__", "name": "__repr__", "type": 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"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._utils.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._utils.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._utils.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._utils.__package__", "name": "__package__", "type": "builtins.str"}}, "_accumulate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["iterable", "fn"], "flags": ["is_generator"], "fullname": "torch._utils._accumulate", "name": "_accumulate", "type": null}}, "_cuda": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 4], "arg_names": ["self", "device", "non_blocking", "kwargs"], "flags": [], "fullname": "torch._utils._cuda", "name": "_cuda", "type": null}}, "_flatten_dense_tensors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._utils._flatten_dense_tensors", "name": "_flatten_dense_tensors", "type": null}}, "_flatten_sparse_tensors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensors"], "flags": [], "fullname": "torch._utils._flatten_sparse_tensors", "name": "_flatten_sparse_tensors", "type": null}}, "_get_all_device_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._utils._get_all_device_indices", "name": "_get_all_device_indices", "type": null}}, "_get_async_or_non_blocking": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["function_name", "non_blocking", "kwargs"], "flags": [], "fullname": "torch._utils._get_async_or_non_blocking", "name": "_get_async_or_non_blocking", "type": null}}, "_get_available_device_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._utils._get_available_device_type", "name": "_get_available_device_type", "type": null}}, "_get_current_device_index": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._utils._get_current_device_index", "name": "_get_current_device_index", "type": null}}, "_get_device_attr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["get_member"], "flags": [], "fullname": "torch._utils._get_device_attr", "name": "_get_device_attr", "type": null}}, "_get_device_index": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["device", "optional", "allow_cpu"], "flags": [], "fullname": "torch._utils._get_device_index", "name": "_get_device_index", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["device", "optional", "allow_cpu"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_device_index", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_get_devices_properties": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["device_ids"], "flags": [], "fullname": "torch._utils._get_devices_properties", "name": "_get_devices_properties", "type": null}}, "_handle_complex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensor"], "flags": [], "fullname": "torch._utils._handle_complex", "name": "_handle_complex", "type": null}}, "_import_dotted_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "torch._utils._import_dotted_name", "name": "_import_dotted_name", "type": null}}, "_rebuild_device_tensor_from_numpy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["data", "dtype", "device", "requires_grad"], "flags": [], "fullname": "torch._utils._rebuild_device_tensor_from_numpy", "name": "_rebuild_device_tensor_from_numpy", "type": null}}, "_rebuild_meta_tensor_no_storage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["dtype", "size", "stride", "requires_grad"], "flags": [], "fullname": "torch._utils._rebuild_meta_tensor_no_storage", "name": "_rebuild_meta_tensor_no_storage", "type": null}}, "_rebuild_mlc_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._utils._rebuild_mlc_tensor", "name": "_rebuild_mlc_tensor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["data", "dtype", "device", "requires_grad"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_rebuild_parameter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["data", "requires_grad", "backward_hooks"], "flags": [], "fullname": "torch._utils._rebuild_parameter", "name": "_rebuild_parameter", "type": null}}, "_rebuild_qtensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["storage", "storage_offset", "size", "stride", "quantizer_params", "requires_grad", "backward_hooks"], "flags": [], "fullname": "torch._utils._rebuild_qtensor", "name": "_rebuild_qtensor", "type": null}}, "_rebuild_sparse_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["layout", "data"], "flags": [], "fullname": "torch._utils._rebuild_sparse_tensor", "name": "_rebuild_sparse_tensor", "type": null}}, "_rebuild_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["storage", "storage_offset", "size", "stride"], "flags": [], "fullname": "torch._utils._rebuild_tensor", "name": "_rebuild_tensor", "type": null}}, "_rebuild_tensor_v2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["storage", "storage_offset", "size", "stride", "requires_grad", "backward_hooks"], "flags": [], "fullname": "torch._utils._rebuild_tensor_v2", "name": "_rebuild_tensor_v2", "type": null}}, "_rebuild_xla_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._utils._rebuild_xla_tensor", "name": "_rebuild_xla_tensor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["data", "dtype", "device", "requires_grad"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_reorder_tensors_as": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensors", "ordered_tensors"], "flags": [], "fullname": "torch._utils._reorder_tensors_as", "name": "_reorder_tensors_as", "type": null}}, "_sparse_tensors_to_validate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._utils._sparse_tensors_to_validate", "name": "_sparse_tensors_to_validate", "type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}}}, "_take_tensors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensors", "size_limit"], "flags": ["is_generator"], "fullname": "torch._utils._take_tensors", "name": "_take_tensors", "type": null}}, "_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 4], "arg_names": ["self", "dtype", "non_blocking", "kwargs"], "flags": [], "fullname": "torch._utils._type", "name": "_type", "type": null}}, "_unflatten_dense_tensors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["flat", "tensors"], "flags": [], "fullname": "torch._utils._unflatten_dense_tensors", "name": "_unflatten_dense_tensors", "type": null}}, "_unflatten_sparse_tensors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["flat", "tensors"], "flags": [], "fullname": "torch._utils._unflatten_sparse_tensors", "name": "_unflatten_sparse_tensors", "type": null}}, "_validate_loaded_sparse_tensors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._utils._validate_loaded_sparse_tensors", "name": "_validate_loaded_sparse_tensors", "type": null}}, "annotate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["ret", "kwargs"], "flags": [], "fullname": "torch._utils.annotate", "name": "annotate", "type": null}}, "defaultdict": {".class": "SymbolTableNode", "cross_ref": "collections.defaultdict", "kind": "Gdef"}, "get_current_device_index": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch._utils.get_current_device_index", "name": "get_current_device_index", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_current_device_index", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "traceback": {".class": "SymbolTableNode", "cross_ref": "traceback", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_utils.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_utils.meta.json b/.mypy_cache/3.9/torch/_utils.meta.json deleted file mode 100644 index e89aa43fc..000000000 --- a/.mypy_cache/3.9/torch/_utils.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 10, 5, 10, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "typing", "warnings", "collections", "sys", "traceback", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "io", "pickle", "os", "time", "_typeshed", "abc", "torch._C", "torch._C._VariableFunctions", "torch._C._nn", "torch._jit_internal", "torch._tensor", "torch.cuda", "torch.cuda.sparse", "torch.jit", "torch.nn", "torch.nn.parameter", "torch.types", "types", "typing_extensions"], "hash": "b1e821dbed7a990298e670d34ca50ae8236f74af0dc20d8ddcd5aedc8a03e5f0", "id": "torch._utils", "ignore_all": true, "interface_hash": "796000fa55ff41518d66e9661d5961134d93b2a99c47adc30d188d0f9735e3b3", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/_utils.py", "plugin_data": null, "size": 21617, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_utils_internal.data.json b/.mypy_cache/3.9/torch/_utils_internal.data.json deleted file mode 100644 index 7e214027b..000000000 --- a/.mypy_cache/3.9/torch/_utils_internal.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._utils_internal", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "TEST_MASTER_ADDR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._utils_internal.TEST_MASTER_ADDR", "name": "TEST_MASTER_ADDR", "type": "builtins.str"}}, "TEST_MASTER_PORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._utils_internal.TEST_MASTER_PORT", "name": "TEST_MASTER_PORT", "type": "builtins.int"}}, "USE_GLOBAL_DEPS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._utils_internal.USE_GLOBAL_DEPS", "name": "USE_GLOBAL_DEPS", "type": "builtins.bool"}}, "USE_RTLD_GLOBAL_WITH_LIBTORCH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch._utils_internal.USE_RTLD_GLOBAL_WITH_LIBTORCH", "name": "USE_RTLD_GLOBAL_WITH_LIBTORCH", "type": "builtins.bool"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._utils_internal.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._utils_internal.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._utils_internal.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._utils_internal.__package__", "name": "__package__", "type": "builtins.str"}}, "get_file_path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["path_components"], "flags": [], "fullname": "torch._utils_internal.get_file_path", "name": "get_file_path", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["path_components"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_file_path", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "get_file_path_2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["path_components"], "flags": [], "fullname": "torch._utils_internal.get_file_path_2", "name": "get_file_path_2", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["path_components"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_file_path_2", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "get_writable_path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "torch._utils_internal.get_writable_path", "name": "get_writable_path", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_writable_path", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "prepare_multiprocessing_environment": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "torch._utils_internal.prepare_multiprocessing_environment", "name": "prepare_multiprocessing_environment", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prepare_multiprocessing_environment", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "resolve_library_path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "torch._utils_internal.resolve_library_path", "name": "resolve_library_path", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["path"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resolve_library_path", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "tempfile": {".class": "SymbolTableNode", "cross_ref": "tempfile", "kind": "Gdef"}, "torch_parent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._utils_internal.torch_parent", "name": "torch_parent", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_utils_internal.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_utils_internal.meta.json b/.mypy_cache/3.9/torch/_utils_internal.meta.json deleted file mode 100644 index d78b9f475..000000000 --- a/.mypy_cache/3.9/torch/_utils_internal.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 5, 30, 30, 30], "dependencies": ["os", "sys", "tempfile", "builtins", "abc", "posixpath", "typing"], "hash": "3bd383fca5b959f3e20b1268683579c0745376c8bc9acee3122de368e40520bb", "id": "torch._utils_internal", "ignore_all": true, "interface_hash": "b337fdf1f491c733be8571d70e062d23c2d987d5d20f5539fa2e786d8dc9fa0f", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/_utils_internal.py", "plugin_data": null, "size": 1687, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_vmap_internals.data.json b/.mypy_cache/3.9/torch/_vmap_internals.data.json deleted file mode 100644 index 97ef0cd8c..000000000 --- a/.mypy_cache/3.9/torch/_vmap_internals.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch._vmap_internals", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._vmap_internals.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._vmap_internals.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._vmap_internals.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch._vmap_internals.__package__", "name": "__package__", "type": "builtins.str"}}, "_as_tuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["value", "num_elements", "error_message_lambda"], "flags": [], "fullname": "torch._vmap_internals._as_tuple", "name": "_as_tuple", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["value", "num_elements", "error_message_lambda"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_as_tuple", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "_broadcast_to_and_flatten": {".class": "SymbolTableNode", "cross_ref": "torch.utils._pytree._broadcast_to_and_flatten", "kind": "Gdef"}, "_check_out_dims_is_int_or_int_tuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["out_dims", "func"], "flags": [], "fullname": "torch._vmap_internals._check_out_dims_is_int_or_int_tuple", "name": "_check_out_dims_is_int_or_int_tuple", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["out_dims", "func"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch._vmap_internals.out_dims_t"}, {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_out_dims_is_int_or_int_tuple", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_create_batched_inputs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["in_dims", "args", "vmap_level", "func"], "flags": [], "fullname": "torch._vmap_internals._create_batched_inputs", "name": "_create_batched_inputs", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["in_dims", "args", "vmap_level", "func"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch._vmap_internals.in_dims_t"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}, "builtins.int", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_create_batched_inputs", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}, "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_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "torch._vmap_internals._get_name", "name": "_get_name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["func"], "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": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_name", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_num_outputs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["batched_outputs"], "flags": [], "fullname": "torch._vmap_internals._num_outputs", "name": "_num_outputs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["batched_outputs"], "arg_types": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_num_outputs", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_unwrap_batched": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["batched_outputs", "out_dims", "vmap_level", "batch_size", "func"], "flags": [], "fullname": "torch._vmap_internals._unwrap_batched", "name": "_unwrap_batched", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["batched_outputs", "out_dims", "vmap_level", "batch_size", "func"], "arg_types": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch._vmap_internals.out_dims_t"}, "builtins.int", "builtins.int", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_unwrap_batched", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "_validate_and_get_batch_size": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["flat_in_dims", "flat_args"], "flags": [], "fullname": "torch._vmap_internals._validate_and_get_batch_size", "name": "_validate_and_get_batch_size", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["flat_in_dims", "flat_args"], "arg_types": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_validate_and_get_batch_size", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_validate_outputs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["outputs", "func"], "flags": [], "fullname": "torch._vmap_internals._validate_outputs", "name": "_validate_outputs", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["outputs", "func"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_validate_outputs", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_vmap": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["func", "in_dims", "out_dims"], "flags": [], "fullname": "torch._vmap_internals._vmap", "name": "_vmap", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["func", "in_dims", "out_dims"], "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": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "TypeAliasType", "args": [], "type_ref": "torch._vmap_internals.in_dims_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch._vmap_internals.out_dims_t"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_vmap", "ret_type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "in_dims_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch._vmap_internals.in_dims_t", "line": 8, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}]}}}, "out_dims_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch._vmap_internals.out_dims_t", "line": 9, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}]}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "tree_flatten": {".class": "SymbolTableNode", "cross_ref": "torch.utils._pytree.tree_flatten", "kind": "Gdef"}, "tree_unflatten": {".class": "SymbolTableNode", "cross_ref": "torch.utils._pytree.tree_unflatten", "kind": "Gdef"}, "vmap": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["func", "in_dims", "out_dims"], "flags": [], "fullname": "torch._vmap_internals.vmap", "name": "vmap", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["func", "in_dims", "out_dims"], "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": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "TypeAliasType", "args": [], "type_ref": "torch._vmap_internals.in_dims_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch._vmap_internals.out_dims_t"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "vmap", "ret_type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/_vmap_internals.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/_vmap_internals.meta.json b/.mypy_cache/3.9/torch/_vmap_internals.meta.json deleted file mode 100644 index 91997ec99..000000000 --- a/.mypy_cache/3.9/torch/_vmap_internals.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 4, 5, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 5, 5, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "functools", "typing", "torch.utils._pytree", "warnings", "builtins", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.types", "torch.utils", "typing_extensions"], "hash": "e35504a683802cd1e32e667be81f0cf0e4167ce08e962fd8a3505504444f610d", "id": "torch._vmap_internals", "ignore_all": true, "interface_hash": "25e8e3f65af8617bd6868a3e5fed2f96061d8233cbf3ef325b6d7d5b23b14e31", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/_vmap_internals.py", "plugin_data": null, "size": 13219, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/__init__.data.json b/.mypy_cache/3.9/torch/ao/__init__.data.json deleted file mode 100644 index 3a36008fb..000000000 --- a/.mypy_cache/3.9/torch/ao/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.__package__", "name": "__package__", "type": "builtins.str"}}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.ao.nn", "kind": "Gdef"}, "sparsity": {".class": "SymbolTableNode", "cross_ref": "torch.ao.sparsity", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/__init__.meta.json b/.mypy_cache/3.9/torch/ao/__init__.meta.json deleted file mode 100644 index db4eac14a..000000000 --- a/.mypy_cache/3.9/torch/ao/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1], "dep_prios": [10, 10, 5], "dependencies": ["torch.ao.nn", "torch.ao.sparsity", "builtins"], "hash": "9013c292d44c8fc75f62994ad6d866247a1576e1020391db41ee9f0efbc6ab08", "id": "torch.ao", "ignore_all": true, "interface_hash": "f9a2726e3db22e5b03ea8cbc4526154b8da120a2c937faa82660dce395f60ab4", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/__init__.py", "plugin_data": null, "size": 54, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/nn/__init__.data.json b/.mypy_cache/3.9/torch/ao/nn/__init__.data.json deleted file mode 100644 index 4bf45190f..000000000 --- a/.mypy_cache/3.9/torch/ao/nn/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.nn", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.__package__", "name": "__package__", "type": "builtins.str"}}, "sparse": {".class": "SymbolTableNode", "cross_ref": "torch.ao.nn.sparse", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/nn/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/nn/__init__.meta.json b/.mypy_cache/3.9/torch/ao/nn/__init__.meta.json deleted file mode 100644 index 90bef63d1..000000000 --- a/.mypy_cache/3.9/torch/ao/nn/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1], "dep_prios": [10, 5], "dependencies": ["torch.ao.nn.sparse", "builtins"], "hash": "b86f6662b0eaccf823ef59de888c5c3c9346cf4ab8199509c663412e1af6d631", "id": "torch.ao.nn", "ignore_all": true, "interface_hash": "816249cefd188c2f39fc6b904b2f20c1f3a16b4cb8cbdcc218f5e2ad5f813d00", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/nn/__init__.py", "plugin_data": null, "size": 31, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/nn/sparse/__init__.data.json b/.mypy_cache/3.9/torch/ao/nn/sparse/__init__.data.json deleted file mode 100644 index 43f363104..000000000 --- a/.mypy_cache/3.9/torch/ao/nn/sparse/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.nn.sparse", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.__package__", "name": "__package__", "type": "builtins.str"}}, "quantized": {".class": "SymbolTableNode", "cross_ref": "torch.ao.nn.sparse.quantized", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/nn/sparse/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/nn/sparse/__init__.meta.json b/.mypy_cache/3.9/torch/ao/nn/sparse/__init__.meta.json deleted file mode 100644 index 272158476..000000000 --- a/.mypy_cache/3.9/torch/ao/nn/sparse/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1], "dep_prios": [10, 5], "dependencies": ["torch.ao.nn.sparse.quantized", "builtins"], "hash": "3df07eb603ce7a5c95ff479bfe2a492b82f33c7c01e59fb07c95de13f3b700ae", "id": "torch.ao.nn.sparse", "ignore_all": true, "interface_hash": "c8eea1f75eaca073018c263604a4b1620bdfff282329008584d3d1fe5431f52c", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/nn/sparse/__init__.py", "plugin_data": null, "size": 24, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/__init__.data.json b/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/__init__.data.json deleted file mode 100644 index 0b19b4ad4..000000000 --- a/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.nn.sparse.quantized", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Linear": {".class": "SymbolTableNode", "cross_ref": "torch.ao.nn.sparse.quantized.linear.Linear", "kind": "Gdef"}, "LinearPackedParams": {".class": "SymbolTableNode", "cross_ref": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams", "kind": "Gdef"}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.ao.nn.sparse.quantized.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.quantized.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.quantized.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.quantized.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.quantized.__package__", "name": "__package__", "type": "builtins.str"}}, "dynamic": {".class": "SymbolTableNode", "cross_ref": "torch.ao.nn.sparse.quantized.dynamic", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/nn/sparse/quantized/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/__init__.meta.json b/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/__init__.meta.json deleted file mode 100644 index 49441ae31..000000000 --- a/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.ao.nn.sparse.quantized.dynamic", "torch.ao.nn.sparse.quantized.linear", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "28bbc86df7d9eaa653445188974131c3a842863135d3ba12172fadb6fc89ee41", "id": "torch.ao.nn.sparse.quantized", "ignore_all": true, "interface_hash": "1c73599bb70cb7ae6e542e0190c63a692f16189e5ef387b446cb607b1ecc7cea", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/nn/sparse/quantized/__init__.py", "plugin_data": null, "size": 186, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/dynamic/__init__.data.json b/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/dynamic/__init__.data.json deleted file mode 100644 index ab8879555..000000000 --- a/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/dynamic/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.nn.sparse.quantized.dynamic", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Linear": {".class": "SymbolTableNode", "cross_ref": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear", "kind": "Gdef"}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.ao.nn.sparse.quantized.dynamic.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.quantized.dynamic.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.quantized.dynamic.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.quantized.dynamic.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.quantized.dynamic.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/nn/sparse/quantized/dynamic/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/dynamic/__init__.meta.json b/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/dynamic/__init__.meta.json deleted file mode 100644 index f829f32e5..000000000 --- a/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/dynamic/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.ao.nn.sparse.quantized.dynamic.linear", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "3d1b7a95a9168e26d9370fd1682f36e8ade61a08742ff681045bc2c6638458b6", "id": "torch.ao.nn.sparse.quantized.dynamic", "ignore_all": true, "interface_hash": "66fe167318eca29991153efac115748f59948211e5c73f30181e848340d1eb5b", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/nn/sparse/quantized/dynamic/__init__.py", "plugin_data": null, "size": 56, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/dynamic/linear.data.json b/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/dynamic/linear.data.json deleted file mode 100644 index 059fda881..000000000 --- a/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/dynamic/linear.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.nn.sparse.quantized.dynamic.linear", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Linear": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear", "name": "Linear", "type_vars": []}, "flags": [], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.nn.sparse.quantized.dynamic.linear", "mro": ["torch.ao.nn.sparse.quantized.dynamic.linear.Linear", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["in_features", "out_features", "bias", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.linear.Linear"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.linear.Linear", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "in_features", "out_features", "row_block_size", "col_block_size", "bias", "dtype"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear.__repr__", "name": "__repr__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear._get_name", "name": "_get_name", "type": null}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear._load_from_state_dict", "name": "_load_from_state_dict", "type": null}}, "_op_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear._op_type", "name": "_op_type", "type": "builtins.str"}}, "_packed_params": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear._packed_params", "name": "_packed_params", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_save_to_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "destination", "prefix", "keep_vars"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear._save_to_state_dict", "name": "_save_to_state_dict", "type": null}}, "_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear._version", "name": "_version", "type": "builtins.int"}}, "_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear._weight_bias", "name": "_weight_bias", "type": null}}, "bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear.bias", "name": "bias", "type": null}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear.extra_repr", "name": "extra_repr", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": ["torch.ao.nn.sparse.quantized.dynamic.linear.Linear", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Linear", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of Linear", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "in_features": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear.in_features", "name": "in_features", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "out_features": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear.out_features", "name": "out_features", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "set_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "w", "b", "row_block_size", "col_block_size"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear.set_weight_bias", "name": "set_weight_bias", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "w", "b", "row_block_size", "col_block_size"], "arg_types": ["torch.ao.nn.sparse.quantized.dynamic.linear.Linear", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_weight_bias of Linear", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.Linear.weight", "name": "weight", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LinearBlockSparsePattern": {".class": "SymbolTableNode", "cross_ref": "torch.ao.nn.sparse.quantized.utils.LinearBlockSparsePattern", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.quantized.dynamic.linear.__package__", "name": "__package__", "type": "builtins.str"}}, "_quantize_weight": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.utils._quantize_weight", "kind": "Gdef"}, "hide_packed_params_repr": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.utils.hide_packed_params_repr", "kind": "Gdef"}, "linear": {".class": "SymbolTableNode", "cross_ref": "torch.ao.nn.sparse.quantized.linear", "kind": "Gdef"}, "nni": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/nn/sparse/quantized/dynamic/linear.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/dynamic/linear.meta.json b/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/dynamic/linear.meta.json deleted file mode 100644 index b47a7862d..000000000 --- a/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/dynamic/linear.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 3, 4, 6, 7, 7, 8, 110, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 20, 10, 5, 10, 10, 20, 5, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["typing", "torch.ao.nn.sparse.quantized", "torch.ao.nn.sparse.quantized.linear", "torch.ao.nn.sparse.quantized.utils", "torch", "torch.nn.intrinsic", "torch.nn", "torch.nn.quantized.modules.utils", "torch.quantization.qconfig", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._ops", "torch._tensor", "torch.ao.quantization.qconfig", "torch.nn.intrinsic.modules", "torch.nn.intrinsic.modules.fused", "torch.nn.modules", "torch.nn.modules.container", "torch.nn.modules.linear", "torch.nn.modules.module", "torch.types", "types", "typing_extensions"], "hash": "fc556f8e95326668fb7b4610e434fc99d2a9233cde7c8f714055fd1236ab31c2", "id": "torch.ao.nn.sparse.quantized.dynamic.linear", "ignore_all": true, "interface_hash": "f9dc7d9946d7fa2951f6b446b2a03ff55cd81224fa2ce0c60e6926f1a288645b", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/nn/sparse/quantized/dynamic/linear.py", "plugin_data": null, "size": 5791, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/linear.data.json b/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/linear.data.json deleted file mode 100644 index ea2c5ea07..000000000 --- a/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/linear.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.nn.sparse.quantized.linear", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Linear": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.nn.sparse.quantized.linear.Linear", "name": "Linear", "type_vars": []}, "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.Linear", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.nn.sparse.quantized.linear", "mro": ["torch.ao.nn.sparse.quantized.linear.Linear", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.ao.nn.sparse.quantized.linear.Linear._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["in_features", "out_features", "bias", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.linear.Linear"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.linear.Linear", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "in_features", "out_features", "row_block_size", "col_block_size", "bias", "dtype"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.Linear.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.Linear.__repr__", "name": "__repr__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_class", "is_decorated"], "fullname": "torch.ao.nn.sparse.quantized.linear.Linear._get_name", "name": "_get_name", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "_get_name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "torch.ao.nn.sparse.quantized.linear.Linear"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_get_name of Linear", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.Linear._load_from_state_dict", "name": "_load_from_state_dict", "type": null}}, "_packed_params": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.Linear._packed_params", "name": "_packed_params", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_save_to_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "destination", "prefix", "keep_vars"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.Linear._save_to_state_dict", "name": "_save_to_state_dict", "type": null}}, "_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.nn.sparse.quantized.linear.Linear._version", "name": "_version", "type": "builtins.int"}}, "_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.Linear._weight_bias", "name": "_weight_bias", "type": null}}, "bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.Linear.bias", "name": "bias", "type": null}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.Linear.extra_repr", "name": "extra_repr", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.Linear.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": ["torch.ao.nn.sparse.quantized.linear.Linear", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Linear", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.ao.nn.sparse.quantized.linear.Linear.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.ao.nn.sparse.quantized.linear.Linear"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of Linear", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "in_features": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.Linear.in_features", "name": "in_features", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "out_features": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.Linear.out_features", "name": "out_features", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "scale": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.Linear.scale", "name": "scale", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "set_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "w", "b", "row_block_size", "col_block_size"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.Linear.set_weight_bias", "name": "set_weight_bias", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "w", "b", "row_block_size", "col_block_size"], "arg_types": ["torch.ao.nn.sparse.quantized.linear.Linear", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_weight_bias of Linear", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.Linear.weight", "name": "weight", "type": null}}, "zero_point": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.Linear.zero_point", "name": "zero_point", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LinearBlockSparsePattern": {".class": "SymbolTableNode", "cross_ref": "torch.ao.nn.sparse.quantized.utils.LinearBlockSparsePattern", "kind": "Gdef"}, "LinearPackedParams": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams", "name": "LinearPackedParams", "type_vars": []}, "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.nn.sparse.quantized.linear", "mro": ["torch.ao.nn.sparse.quantized.linear.LinearPackedParams", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__getstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams.__getstate__", "name": "__getstate__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__getstate__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "row_block_size", "col_block_size", "dtype"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams.__repr__", "name": "__repr__", "type": null}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": ["is_decorated"], "fullname": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams.__setstate__", "name": "__setstate__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__setstate__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams._get_name", "name": "_get_name", "type": null}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams._load_from_state_dict", "name": "_load_from_state_dict", "type": null}}, "_packed_params": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams._packed_params", "name": "_packed_params", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "_save_to_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "destination", "prefix", "keep_vars"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams._save_to_state_dict", "name": "_save_to_state_dict", "type": null}}, "_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams._version", "name": "_version", "type": "builtins.int"}}, "_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams._weight_bias", "name": "_weight_bias", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "_weight_bias", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "bias": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams.bias", "name": "bias", "type": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}}}, "col_block_size": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams.col_block_size", "name": "col_block_size", "type": "builtins.int"}}, "dtype": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams.dtype", "name": "dtype", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams.forward", "name": "forward", "type": null}}, "prepack_op": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams.prepack_op", "name": "prepack_op", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "row_block_size": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams.row_block_size", "name": "row_block_size", "type": "builtins.int"}}, "set_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "weight", "bias", "row_block_size", "col_block_size"], "flags": ["is_decorated"], "fullname": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams.set_weight_bias", "name": "set_weight_bias", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "weight", "bias", "row_block_size", "col_block_size"], "arg_types": ["torch.ao.nn.sparse.quantized.linear.LinearPackedParams", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_weight_bias of LinearPackedParams", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "set_weight_bias", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "unpack_op": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams.unpack_op", "name": "unpack_op", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "weight": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.nn.sparse.quantized.linear.LinearPackedParams.weight", "name": "weight", "type": "torch._tensor.Tensor"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.quantized.linear.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.quantized.linear.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.quantized.linear.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.quantized.linear.__package__", "name": "__package__", "type": "builtins.str"}}, "_quantize_weight": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.utils._quantize_weight", "kind": "Gdef"}, "hide_packed_params_repr": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.utils.hide_packed_params_repr", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/nn/sparse/quantized/linear.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/linear.meta.json b/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/linear.meta.json deleted file mode 100644 index c13742ad6..000000000 --- a/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/linear.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["typing", "torch", "torch.ao.nn.sparse.quantized.utils", "torch.nn.quantized.modules.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._ops", "torch._tensor", "torch.jit", "torch.nn", "torch.nn.modules", "torch.nn.modules.linear", "torch.nn.modules.module", "torch.types", "types", "typing_extensions"], "hash": "4e3d4d6aa9d060c284aa880506e4001db1b82ecd0bee0cad3d50e0e921ea56d4", "id": "torch.ao.nn.sparse.quantized.linear", "ignore_all": true, "interface_hash": "5aabc8229fcc4f5261b8a487eae8aedc13c12d3b8c7c68db5eeaece707e90336", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/nn/sparse/quantized/linear.py", "plugin_data": null, "size": 8455, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/utils.data.json b/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/utils.data.json deleted file mode 100644 index 2ee7c9769..000000000 --- a/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/utils.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.nn.sparse.quantized.utils", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "LinearBlockSparsePattern": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.nn.sparse.quantized.utils.LinearBlockSparsePattern", "name": "LinearBlockSparsePattern", "type_vars": []}, "flags": [], "fullname": "torch.ao.nn.sparse.quantized.utils.LinearBlockSparsePattern", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.nn.sparse.quantized.utils", "mro": ["torch.ao.nn.sparse.quantized.utils.LinearBlockSparsePattern", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.utils.LinearBlockSparsePattern.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_value", "backtrace"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.utils.LinearBlockSparsePattern.__exit__", "name": "__exit__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "row_block_size", "col_block_size"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.utils.LinearBlockSparsePattern.__init__", "name": "__init__", "type": null}}, "block_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "torch.ao.nn.sparse.quantized.utils.LinearBlockSparsePattern.block_size", "name": "block_size", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "block_size", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "block_size of LinearBlockSparsePattern", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "col_block_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.nn.sparse.quantized.utils.LinearBlockSparsePattern.col_block_size", "name": "col_block_size", "type": "builtins.int"}}, "prev_col_block_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.nn.sparse.quantized.utils.LinearBlockSparsePattern.prev_col_block_size", "name": "prev_col_block_size", "type": "builtins.int"}}, "prev_row_block_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.nn.sparse.quantized.utils.LinearBlockSparsePattern.prev_row_block_size", "name": "prev_row_block_size", "type": "builtins.int"}}, "rlock": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.ao.nn.sparse.quantized.utils.LinearBlockSparsePattern.rlock", "name": "rlock", "type": "threading._RLock"}}, "row_block_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.nn.sparse.quantized.utils.LinearBlockSparsePattern.row_block_size", "name": "row_block_size", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.quantized.utils.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.quantized.utils.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.quantized.utils.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.nn.sparse.quantized.utils.__package__", "name": "__package__", "type": "builtins.str"}}, "is_valid_linear_block_sparse_pattern": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["row_block_size", "col_block_size"], "flags": [], "fullname": "torch.ao.nn.sparse.quantized.utils.is_valid_linear_block_sparse_pattern", "name": "is_valid_linear_block_sparse_pattern", "type": null}}, "threading": {".class": "SymbolTableNode", "cross_ref": "threading", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/nn/sparse/quantized/utils.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/utils.meta.json b/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/utils.meta.json deleted file mode 100644 index 479c4c00b..000000000 --- a/.mypy_cache/3.9/torch/ao/nn/sparse/quantized/utils.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 1, 1, 1], "dep_prios": [10, 5, 30, 30], "dependencies": ["threading", "builtins", "abc", "typing"], "hash": "7df676d11b00338be228a046ae06761ff1058a8e25ad03ca7c02b02ddacab984", "id": "torch.ao.nn.sparse.quantized.utils", "ignore_all": true, "interface_hash": "bafac80b99e1b09a51ba0ae05d27b62fc38af33565174936378d4f7fdc4cf498", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/nn/sparse/quantized/utils.py", "plugin_data": null, "size": 1668, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/__init__.data.json b/.mypy_cache/3.9/torch/ao/quantization/__init__.data.json deleted file mode 100644 index 06b2dd0c9..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.quantization", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ABC": {".class": "SymbolTableNode", "cross_ref": "abc.ABC", "kind": "Gdef"}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "DeQuantStub": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.stubs.DeQuantStub", "kind": "Gdef"}, "FakeQuantize": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.FakeQuantize", "kind": "Gdef"}, "FakeQuantizeBase": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.FakeQuantizeBase", "kind": "Gdef"}, "FixedQParamsFakeQuantize": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.FixedQParamsFakeQuantize", "kind": "Gdef"}, "FusedMovingAvgObsFakeQuantize": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.FusedMovingAvgObsFakeQuantize", "kind": "Gdef"}, "HistogramObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.HistogramObserver", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "MovingAverageMinMaxObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.MovingAverageMinMaxObserver", "kind": "Gdef"}, "MovingAveragePerChannelMinMaxObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.MovingAveragePerChannelMinMaxObserver", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "QuantType": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quant_type.QuantType", "kind": "Gdef"}, "QuantWrapper": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.stubs.QuantWrapper", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.__package__", "name": "__package__", "type": "builtins.str"}}, "abstractmethod": {".class": "SymbolTableNode", "cross_ref": "abc.abstractmethod", "kind": "Gdef"}, "add_module_to_qconfig_obs_ctr": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.add_module_to_qconfig_obs_ctr", "kind": "Gdef"}, "add_observer_": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.add_observer_", "kind": "Gdef"}, "add_quant_dequant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.add_quant_dequant", "kind": "Gdef"}, "convert": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.convert", "kind": "Gdef"}, "copy": {".class": "SymbolTableNode", "cross_ref": "copy", "kind": "Gdef"}, "default_affine_fixed_qparams_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_affine_fixed_qparams_fake_quant", "kind": "Gdef"}, "default_dynamic_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.default_dynamic_qconfig", "kind": "Gdef"}, "default_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_fake_quant", "kind": "Gdef"}, "default_fused_act_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_fused_act_fake_quant", "kind": "Gdef"}, "default_fused_per_channel_wt_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_fused_per_channel_wt_fake_quant", "kind": "Gdef"}, "default_fused_wt_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_fused_wt_fake_quant", "kind": "Gdef"}, "default_histogram_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_histogram_fake_quant", "kind": "Gdef"}, "default_per_channel_weight_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_per_channel_weight_fake_quant", "kind": "Gdef"}, "default_symmetric_fixed_qparams_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_symmetric_fixed_qparams_fake_quant", "kind": "Gdef"}, "default_weight_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_weight_fake_quant", "kind": "Gdef"}, "disable_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.disable_fake_quant", "kind": "Gdef"}, "disable_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.disable_observer", "kind": "Gdef"}, "enable_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.enable_fake_quant", "kind": "Gdef"}, "enable_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.enable_observer", "kind": "Gdef"}, "enum": {".class": "SymbolTableNode", "cross_ref": "enum", "kind": "Gdef"}, "float16_dynamic_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.float16_dynamic_qconfig", "kind": "Gdef"}, "float_qparams_weight_only_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.float_qparams_weight_only_qconfig", "kind": "Gdef"}, "fuse_conv_bn": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuser_method_mappings.fuse_conv_bn", "kind": "Gdef"}, "fuse_conv_bn_relu": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuser_method_mappings.fuse_conv_bn_relu", "kind": "Gdef"}, "fuse_known_modules": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuse_modules.fuse_known_modules", "kind": "Gdef"}, "fuse_modules": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuse_modules.fuse_modules", "kind": "Gdef"}, "get_default_dynamic_quant_module_mappings": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_default_dynamic_quant_module_mappings", "kind": "Gdef"}, "get_default_qat_module_mappings": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_default_qat_module_mappings", "kind": "Gdef"}, "get_default_qconfig_propagation_list": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_default_qconfig_propagation_list", "kind": "Gdef"}, "get_default_static_quant_module_mappings": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_default_static_quant_module_mappings", "kind": "Gdef"}, "get_fuser_method": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuser_method_mappings.get_fuser_method", "kind": "Gdef"}, "get_observer_dict": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.get_observer_dict", "kind": "Gdef"}, "get_unique_devices_": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.get_unique_devices_", "kind": "Gdef"}, "is_activation_post_process": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.is_activation_post_process", "kind": "Gdef"}, "itertools": {".class": "SymbolTableNode", "cross_ref": "itertools", "kind": "Gdef"}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef"}, "nnq": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized", "kind": "Gdef"}, "no_observer_set": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.no_observer_set", "kind": "Gdef"}, "prepare": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.prepare", "kind": "Gdef"}, "prepare_qat": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.prepare_qat", "kind": "Gdef"}, "propagate_qconfig_": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.propagate_qconfig_", "kind": "Gdef"}, "quant_type_to_str": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quant_type.quant_type_to_str", "kind": "Gdef"}, "quantize": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.quantize", "kind": "Gdef"}, "quantize_dynamic": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.quantize_dynamic", "kind": "Gdef"}, "quantize_qat": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.quantize_qat", "kind": "Gdef"}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "register_activation_post_process_hook": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.register_activation_post_process_hook", "kind": "Gdef"}, "swap_module": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.swap_module", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/__init__.meta.json b/.mypy_cache/3.9/torch/ao/quantization/__init__.meta.json deleted file mode 100644 index aec86edb0..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch.ao.quantization.fake_quantize", "torch.ao.quantization.fuse_modules", "torch.ao.quantization.quant_type", "torch.ao.quantization.quantize", "builtins", "functools", "threading", "torch.nn", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "torch.nn.quantized", "itertools", "copy", "enum", "os", "time", "re"], "hash": "a2d941555f09aa3e4d65b0f576b8765a6e433dd2b005d6117693858b2b24cb05", "id": "torch.ao.quantization", "ignore_all": true, "interface_hash": "3aa043e051ca171c8f346c6d602f7e37ca3ac82483f2945dff97e4739f3c7665", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/__init__.py", "plugin_data": null, "size": 163, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/fake_quantize.data.json b/.mypy_cache/3.9/torch/ao/quantization/fake_quantize.data.json deleted file mode 100644 index 1c6cc0a6c..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/fake_quantize.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.quantization.fake_quantize", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ABC": {".class": "SymbolTableNode", "cross_ref": "abc.ABC", "kind": "Gdef"}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "FakeQuantize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.ao.quantization.fake_quantize.FakeQuantizeBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.fake_quantize.FakeQuantize", "name": "FakeQuantize", "type_vars": []}, "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantize", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch.ao.quantization.fake_quantize", "mro": ["torch.ao.quantization.fake_quantize.FakeQuantize", "torch.ao.quantization.fake_quantize.FakeQuantizeBase", "abc.ABC", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "observer", "quant_min", "quant_max", "observer_kwargs"], "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantize.__init__", "name": "__init__", "type": null}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantize._load_from_state_dict", "name": "_load_from_state_dict", "type": null}}, "_save_to_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "destination", "prefix", "keep_vars"], "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantize._save_to_state_dict", "name": "_save_to_state_dict", "type": null}}, "activation_post_process": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantize.activation_post_process", "name": "activation_post_process", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "calculate_qparams": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantize.calculate_qparams", "name": "calculate_qparams", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "calculate_qparams", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "ch_axis": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantize.ch_axis", "name": "ch_axis", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "dtype": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantize.dtype", "name": "dtype", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantize.extra_repr", "name": "extra_repr", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "extra_repr", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "X"], "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantize.forward", "name": "forward", "type": null}}, "is_per_channel": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantize.is_per_channel", "name": "is_per_channel", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "qscheme": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantize.qscheme", "name": "qscheme", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "quant_max": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantize.quant_max", "name": "quant_max", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "quant_min": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantize.quant_min", "name": "quant_min", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "scale": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantize.scale", "name": "scale", "type": "torch._tensor.Tensor"}}, "zero_point": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantize.zero_point", "name": "zero_point", "type": "torch._tensor.Tensor"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FakeQuantizeBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["calculate_qparams", "forward"], "bases": ["abc.ABC", "torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.fake_quantize.FakeQuantizeBase", "name": "FakeQuantizeBase", "type_vars": []}, "flags": ["is_abstract"], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantizeBase", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch.ao.quantization.fake_quantize", "mro": ["torch.ao.quantization.fake_quantize.FakeQuantizeBase", "abc.ABC", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantizeBase.__init__", "name": "__init__", "type": null}}, "calculate_qparams": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "flags": ["is_decorated", "is_abstract"], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantizeBase.calculate_qparams", "name": "calculate_qparams", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "calculate_qparams", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "arg_types": ["torch.ao.quantization.fake_quantize.FakeQuantizeBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "calculate_qparams of FakeQuantizeBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "disable_fake_quant": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantizeBase.disable_fake_quant", "name": "disable_fake_quant", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "disable_fake_quant", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "disable_observer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantizeBase.disable_observer", "name": "disable_observer", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "disable_observer", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "enable_fake_quant": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "enabled"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantizeBase.enable_fake_quant", "name": "enable_fake_quant", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "enabled"], "arg_types": ["torch.ao.quantization.fake_quantize.FakeQuantizeBase", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "enable_fake_quant of FakeQuantizeBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "enable_fake_quant", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "enable_observer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "enabled"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantizeBase.enable_observer", "name": "enable_observer", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "enabled"], "arg_types": ["torch.ao.quantization.fake_quantize.FakeQuantizeBase", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "enable_observer of FakeQuantizeBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "enable_observer", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "fake_quant_enabled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantizeBase.fake_quant_enabled", "name": "fake_quant_enabled", "type": "torch._tensor.Tensor"}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": ["is_decorated", "is_abstract"], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantizeBase.forward", "name": "forward", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": ["torch.ao.quantization.fake_quantize.FakeQuantizeBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "forward of FakeQuantizeBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "observer_enabled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantizeBase.observer_enabled", "name": "observer_enabled", "type": "torch._tensor.Tensor"}}, "with_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.ao.quantization.fake_quantize.FakeQuantizeBase.with_args", "name": "with_args", "type": "builtins.classmethod"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FixedQParamsFakeQuantize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.ao.quantization.fake_quantize.FakeQuantizeBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.fake_quantize.FixedQParamsFakeQuantize", "name": "FixedQParamsFakeQuantize", "type_vars": []}, "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FixedQParamsFakeQuantize", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch.ao.quantization.fake_quantize", "mro": ["torch.ao.quantization.fake_quantize.FixedQParamsFakeQuantize", "torch.ao.quantization.fake_quantize.FakeQuantizeBase", "abc.ABC", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "scale", "zero_point", "dtype", "qscheme", "quant_min", "quant_max"], "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FixedQParamsFakeQuantize.__init__", "name": "__init__", "type": null}}, "calculate_qparams": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.fake_quantize.FixedQParamsFakeQuantize.calculate_qparams", "name": "calculate_qparams", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "calculate_qparams", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "dtype": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FixedQParamsFakeQuantize.dtype", "name": "dtype", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.fake_quantize.FixedQParamsFakeQuantize.extra_repr", "name": "extra_repr", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "extra_repr", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "X"], "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FixedQParamsFakeQuantize.forward", "name": "forward", "type": null}}, "qscheme": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FixedQParamsFakeQuantize.qscheme", "name": "qscheme", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "quant_max": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FixedQParamsFakeQuantize.quant_max", "name": "quant_max", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "quant_min": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FixedQParamsFakeQuantize.quant_min", "name": "quant_min", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "scale": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.fake_quantize.FixedQParamsFakeQuantize.scale", "name": "scale", "type": "torch._tensor.Tensor"}}, "zero_point": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.fake_quantize.FixedQParamsFakeQuantize.zero_point", "name": "zero_point", "type": "torch._tensor.Tensor"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FusedMovingAvgObsFakeQuantize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.ao.quantization.fake_quantize.FakeQuantize"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.fake_quantize.FusedMovingAvgObsFakeQuantize", "name": "FusedMovingAvgObsFakeQuantize", "type_vars": []}, "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FusedMovingAvgObsFakeQuantize", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch.ao.quantization.fake_quantize", "mro": ["torch.ao.quantization.fake_quantize.FusedMovingAvgObsFakeQuantize", "torch.ao.quantization.fake_quantize.FakeQuantize", "torch.ao.quantization.fake_quantize.FakeQuantizeBase", "abc.ABC", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "observer", "quant_min", "quant_max", "observer_kwargs"], "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FusedMovingAvgObsFakeQuantize.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "observer", "quant_min", "quant_max", "observer_kwargs"], "arg_types": ["torch.ao.quantization.fake_quantize.FusedMovingAvgObsFakeQuantize", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FusedMovingAvgObsFakeQuantize", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "calculate_qparams": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.fake_quantize.FusedMovingAvgObsFakeQuantize.calculate_qparams", "name": "calculate_qparams", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.ao.quantization.fake_quantize.FusedMovingAvgObsFakeQuantize"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "calculate_qparams of FusedMovingAvgObsFakeQuantize", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "calculate_qparams", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.fake_quantize.FusedMovingAvgObsFakeQuantize.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.ao.quantization.fake_quantize.FusedMovingAvgObsFakeQuantize"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of FusedMovingAvgObsFakeQuantize", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "extra_repr", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "X"], "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FusedMovingAvgObsFakeQuantize.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "X"], "arg_types": ["torch.ao.quantization.fake_quantize.FusedMovingAvgObsFakeQuantize", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of FusedMovingAvgObsFakeQuantize", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "is_symmetric_quant": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.fake_quantize.FusedMovingAvgObsFakeQuantize.is_symmetric_quant", "name": "is_symmetric_quant", "type": "builtins.bool"}}, "quant_max": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.ao.quantization.fake_quantize.FusedMovingAvgObsFakeQuantize.quant_max", "name": "quant_max", "type": "builtins.int"}}, "quant_min": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.ao.quantization.fake_quantize.FusedMovingAvgObsFakeQuantize.quant_min", "name": "quant_min", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HistogramObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.HistogramObserver", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "MovingAverageMinMaxObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.MovingAverageMinMaxObserver", "kind": "Gdef"}, "MovingAveragePerChannelMinMaxObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.MovingAveragePerChannelMinMaxObserver", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.fake_quantize.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.fake_quantize.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.fake_quantize.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.fake_quantize.__package__", "name": "__package__", "type": "builtins.str"}}, "_is_fake_quant_script_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mod"], "flags": [], "fullname": "torch.ao.quantization.fake_quantize._is_fake_quant_script_module", "name": "_is_fake_quant_script_module", "type": null}}, "_is_per_channel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["qscheme"], "flags": [], "fullname": "torch.ao.quantization.fake_quantize._is_per_channel", "name": "_is_per_channel", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["qscheme"], "arg_types": ["torch._C.qscheme"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_per_channel", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_is_per_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["qscheme"], "flags": [], "fullname": "torch.ao.quantization.fake_quantize._is_per_tensor", "name": "_is_per_tensor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["qscheme"], "arg_types": ["torch._C.qscheme"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_per_tensor", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_is_symmetric_quant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["qscheme"], "flags": [], "fullname": "torch.ao.quantization.fake_quantize._is_symmetric_quant", "name": "_is_symmetric_quant", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["qscheme"], "arg_types": ["torch._C.qscheme"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_symmetric_quant", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_with_args": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer._with_args", "kind": "Gdef"}, "abstractmethod": {".class": "SymbolTableNode", "cross_ref": "abc.abstractmethod", "kind": "Gdef"}, "default_affine_fixed_qparams_fake_quant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.fake_quantize.default_affine_fixed_qparams_fake_quant", "name": "default_affine_fixed_qparams_fake_quant", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "default_fake_quant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.fake_quantize.default_fake_quant", "name": "default_fake_quant", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "default_fused_act_fake_quant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.fake_quantize.default_fused_act_fake_quant", "name": "default_fused_act_fake_quant", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "default_fused_per_channel_wt_fake_quant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.fake_quantize.default_fused_per_channel_wt_fake_quant", "name": "default_fused_per_channel_wt_fake_quant", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "default_fused_wt_fake_quant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.fake_quantize.default_fused_wt_fake_quant", "name": "default_fused_wt_fake_quant", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "default_histogram_fake_quant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.fake_quantize.default_histogram_fake_quant", "name": "default_histogram_fake_quant", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "default_per_channel_weight_fake_quant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.fake_quantize.default_per_channel_weight_fake_quant", "name": "default_per_channel_weight_fake_quant", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "default_symmetric_fixed_qparams_fake_quant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.fake_quantize.default_symmetric_fixed_qparams_fake_quant", "name": "default_symmetric_fixed_qparams_fake_quant", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "default_weight_fake_quant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.fake_quantize.default_weight_fake_quant", "name": "default_weight_fake_quant", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "disable_fake_quant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mod"], "flags": [], "fullname": "torch.ao.quantization.fake_quantize.disable_fake_quant", "name": "disable_fake_quant", "type": null}}, "disable_observer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mod"], "flags": [], "fullname": "torch.ao.quantization.fake_quantize.disable_observer", "name": "disable_observer", "type": null}}, "enable_fake_quant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mod"], "flags": [], "fullname": "torch.ao.quantization.fake_quantize.enable_fake_quant", "name": "enable_fake_quant", "type": null}}, "enable_observer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mod"], "flags": [], "fullname": "torch.ao.quantization.fake_quantize.enable_observer", "name": "enable_observer", "type": null}}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/fake_quantize.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/fake_quantize.meta.json b/.mypy_cache/3.9/torch/ao/quantization/fake_quantize.meta.json deleted file mode 100644 index 336ea788b..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/fake_quantize.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 9, 10, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn", "torch.quantization.observer", "re", "abc", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "enum", "torch._C", "torch._C._VariableFunctions", "torch._jit_internal", "torch._tensor", "torch.ao.quantization.observer", "torch.jit", "torch.jit._script", "torch.nn.modules", "torch.nn.modules.module"], "hash": "aa43b90c3b8503f2264cbbf2ddaee3096fb69a6a1dc80330d64e3ed7c846f483", "id": "torch.ao.quantization.fake_quantize", "ignore_all": true, "interface_hash": "4ba960ae6bfebb9f9df767f222070c731de00af9b9db44891f098fbd2dbe0d8d", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/fake_quantize.py", "plugin_data": null, "size": 18537, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/fuse_modules.data.json b/.mypy_cache/3.9/torch/ao/quantization/fuse_modules.data.json deleted file mode 100644 index fb668fe6a..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/fuse_modules.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.quantization.fuse_modules", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.fuse_modules.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.fuse_modules.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.fuse_modules.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.fuse_modules.__package__", "name": "__package__", "type": "builtins.str"}}, "_fuse_modules": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["model", "modules_to_fuse", "fuser_func", "fuse_custom_config_dict"], "flags": [], "fullname": "torch.ao.quantization.fuse_modules._fuse_modules", "name": "_fuse_modules", "type": null}}, "_get_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["model", "submodule_key"], "flags": [], "fullname": "torch.ao.quantization.fuse_modules._get_module", "name": "_get_module", "type": null}}, "_set_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["model", "submodule_key", "module"], "flags": [], "fullname": "torch.ao.quantization.fuse_modules._set_module", "name": "_set_module", "type": null}}, "copy": {".class": "SymbolTableNode", "cross_ref": "copy", "kind": "Gdef"}, "fuse_conv_bn": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuser_method_mappings.fuse_conv_bn", "kind": "Gdef"}, "fuse_conv_bn_relu": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuser_method_mappings.fuse_conv_bn_relu", "kind": "Gdef"}, "fuse_known_modules": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["mod_list", "additional_fuser_method_mapping"], "flags": [], "fullname": "torch.ao.quantization.fuse_modules.fuse_known_modules", "name": "fuse_known_modules", "type": null}}, "fuse_modules": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["model", "modules_to_fuse", "inplace", "fuser_func", "fuse_custom_config_dict"], "flags": [], "fullname": "torch.ao.quantization.fuse_modules.fuse_modules", "name": "fuse_modules", "type": null}}, "get_fuser_method": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuser_method_mappings.get_fuser_method", "kind": "Gdef"}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/fuse_modules.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/fuse_modules.meta.json b/.mypy_cache/3.9/torch/ao/quantization/fuse_modules.meta.json deleted file mode 100644 index 72b2ecba7..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/fuse_modules.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 4, 4, 6, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 20, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["copy", "torch.nn", "torch", "torch.quantization.fuser_method_mappings", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch.ao.quantization.fuser_method_mappings", "torch.nn.modules", "torch.nn.modules.linear", "torch.nn.modules.module", "typing_extensions"], "hash": "34128183a7acbd4f69e84779936e5683be1e1b91c713e4d711c54e8e6a257c98", "id": "torch.ao.quantization.fuse_modules", "ignore_all": true, "interface_hash": "e456e9b964c31ec78ec52e8df5fb9831e13d1925a91dc6948f8285e8ac305a85", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/fuse_modules.py", "plugin_data": null, "size": 5769, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/fuser_method_mappings.data.json b/.mypy_cache/3.9/torch/ao/quantization/fuser_method_mappings.data.json deleted file mode 100644 index 798f35717..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/fuser_method_mappings.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.quantization.fuser_method_mappings", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "DEFAULT_OP_LIST_TO_FUSER_METHOD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.fuser_method_mappings.DEFAULT_OP_LIST_TO_FUSER_METHOD", "name": "DEFAULT_OP_LIST_TO_FUSER_METHOD", "type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}, {".class": "UnionType", "items": ["torch.nn.modules.container.Sequential", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}]}], "type_ref": "builtins.dict"}}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.fuser_method_mappings.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.fuser_method_mappings.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.fuser_method_mappings.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.fuser_method_mappings.__package__", "name": "__package__", "type": "builtins.str"}}, "fuse_conv_bn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["conv", "bn"], "flags": [], "fullname": "torch.ao.quantization.fuser_method_mappings.fuse_conv_bn", "name": "fuse_conv_bn", "type": null}}, "fuse_conv_bn_relu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["conv", "bn", "relu"], "flags": [], "fullname": "torch.ao.quantization.fuser_method_mappings.fuse_conv_bn_relu", "name": "fuse_conv_bn_relu", "type": null}}, "fuse_linear_bn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["linear", "bn"], "flags": [], "fullname": "torch.ao.quantization.fuser_method_mappings.fuse_linear_bn", "name": "fuse_linear_bn", "type": null}}, "get_combined_dict": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.utils.get_combined_dict", "kind": "Gdef"}, "get_fuser_method": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["op_list", "additional_fuser_method_mapping"], "flags": [], "fullname": "torch.ao.quantization.fuser_method_mappings.get_fuser_method", "name": "get_fuser_method", "type": null}}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef"}, "nni": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/fuser_method_mappings.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/fuser_method_mappings.meta.json b/.mypy_cache/3.9/torch/ao/quantization/fuser_method_mappings.meta.json deleted file mode 100644 index 0d58820bf..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/fuser_method_mappings.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 2, 4, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch.nn", "torch", "torch.nn.intrinsic", "typing", "torch.ao.quantization.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch.nn.intrinsic.modules", "torch.nn.intrinsic.modules.fused", "torch.nn.modules", "torch.nn.modules.activation", "torch.nn.modules.batchnorm", "torch.nn.modules.container", "torch.nn.modules.conv", "torch.nn.modules.linear", "torch.nn.modules.module", "torch.nn.utils", "torch.nn.utils.fusion"], "hash": "7c2dc8a3191430c1298e748f8ff2fb97da6da044f0e4996314df8213b259a7b3", "id": "torch.ao.quantization.fuser_method_mappings", "ignore_all": true, "interface_hash": "e5c19a27cf9c1e46ee470d8d2014c2e2f6bfdf9f1647a727eaacb9cfb94e2c74", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/fuser_method_mappings.py", "plugin_data": null, "size": 5361, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/observer.data.json b/.mypy_cache/3.9/torch/ao/quantization/observer.data.json deleted file mode 100644 index 538b31c74..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/observer.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.quantization.observer", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ABC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.observer.ABC", "name": "ABC", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ABCMeta": {".class": "SymbolTableNode", "cross_ref": "abc.ABCMeta", "kind": "Gdef"}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "HistogramObserver": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.ao.quantization.observer._ObserverBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.observer.HistogramObserver", "name": "HistogramObserver", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.ao.quantization.observer.HistogramObserver", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.quantization.observer", "mro": ["torch.ao.quantization.observer.HistogramObserver", "torch.ao.quantization.observer._ObserverBase", "torch.ao.quantization.observer.ObserverBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "bins", "upsample_rate", "dtype", "qscheme", "reduce_range", "factory_kwargs"], "flags": [], "fullname": "torch.ao.quantization.observer.HistogramObserver.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "bins", "upsample_rate", "dtype", "qscheme", "reduce_range", "factory_kwargs"], "arg_types": ["torch.ao.quantization.observer.HistogramObserver", "builtins.int", "builtins.int", "torch._C.dtype", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of HistogramObserver", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_adjust_min_max": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "combined_min", "combined_max", "upsample_rate"], "flags": [], "fullname": "torch.ao.quantization.observer.HistogramObserver._adjust_min_max", "name": "_adjust_min_max", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "combined_min", "combined_max", "upsample_rate"], "arg_types": ["torch.ao.quantization.observer.HistogramObserver", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_adjust_min_max of HistogramObserver", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "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": []}}}, "_combine_histograms": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "orig_hist", "new_hist", "upsample_rate", "downsample_rate", "start_idx", "Nbins"], "flags": [], "fullname": "torch.ao.quantization.observer.HistogramObserver._combine_histograms", "name": "_combine_histograms", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "orig_hist", "new_hist", "upsample_rate", "downsample_rate", "start_idx", "Nbins"], "arg_types": ["torch.ao.quantization.observer.HistogramObserver", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_combine_histograms of HistogramObserver", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_compute_quantization_error": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "next_start_bin", "next_end_bin"], "flags": [], "fullname": "torch.ao.quantization.observer.HistogramObserver._compute_quantization_error", "name": "_compute_quantization_error", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "next_start_bin", "next_end_bin"], "arg_types": ["torch.ao.quantization.observer.HistogramObserver", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compute_quantization_error of HistogramObserver", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_get_norm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "delta_begin", "delta_end", "density"], "flags": [], "fullname": "torch.ao.quantization.observer.HistogramObserver._get_norm", "name": "_get_norm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "delta_begin", "delta_end", "density"], "arg_types": ["torch.ao.quantization.observer.HistogramObserver", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_norm of HistogramObserver", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.ao.quantization.observer.HistogramObserver._load_from_state_dict", "name": "_load_from_state_dict", "type": null}}, "_non_linear_param_search": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.quantization.observer.HistogramObserver._non_linear_param_search", "name": "_non_linear_param_search", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.ao.quantization.observer.HistogramObserver"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_non_linear_param_search of HistogramObserver", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_save_to_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "destination", "prefix", "keep_vars"], "flags": [], "fullname": "torch.ao.quantization.observer.HistogramObserver._save_to_state_dict", "name": "_save_to_state_dict", "type": null}}, "bins": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer.HistogramObserver.bins", "name": "bins", "type": "builtins.int"}}, "calculate_qparams": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.observer.HistogramObserver.calculate_qparams", "name": "calculate_qparams", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "calculate_qparams", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "dst_nbins": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer.HistogramObserver.dst_nbins", "name": "dst_nbins", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x_orig"], "flags": [], "fullname": "torch.ao.quantization.observer.HistogramObserver.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x_orig"], "arg_types": ["torch.ao.quantization.observer.HistogramObserver", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of HistogramObserver", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "histogram": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.observer.HistogramObserver.histogram", "name": "histogram", "type": "torch._tensor.Tensor"}}, "max_val": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.observer.HistogramObserver.max_val", "name": "max_val", "type": "torch._tensor.Tensor"}}, "min_val": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.observer.HistogramObserver.min_val", "name": "min_val", "type": "torch._tensor.Tensor"}}, "upsample_rate": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer.HistogramObserver.upsample_rate", "name": "upsample_rate", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "MinMaxObserver": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.ao.quantization.observer._ObserverBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.observer.MinMaxObserver", "name": "MinMaxObserver", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.ao.quantization.observer.MinMaxObserver", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.quantization.observer", "mro": ["torch.ao.quantization.observer.MinMaxObserver", "torch.ao.quantization.observer._ObserverBase", "torch.ao.quantization.observer.ObserverBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "dtype", "qscheme", "reduce_range", "quant_min", "quant_max", "factory_kwargs"], "flags": [], "fullname": "torch.ao.quantization.observer.MinMaxObserver.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "dtype", "qscheme", "reduce_range", "quant_min", "quant_max", "factory_kwargs"], "arg_types": ["torch.ao.quantization.observer.MinMaxObserver", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MinMaxObserver", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "calculate_qparams": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.observer.MinMaxObserver.calculate_qparams", "name": "calculate_qparams", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "calculate_qparams", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.observer.MinMaxObserver.extra_repr", "name": "extra_repr", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "extra_repr", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x_orig"], "flags": [], "fullname": "torch.ao.quantization.observer.MinMaxObserver.forward", "name": "forward", "type": null}}, "max_val": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.observer.MinMaxObserver.max_val", "name": "max_val", "type": "torch._tensor.Tensor"}}, "min_val": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.observer.MinMaxObserver.min_val", "name": "min_val", "type": "torch._tensor.Tensor"}}, "reset_min_max_vals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.observer.MinMaxObserver.reset_min_max_vals", "name": "reset_min_max_vals", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "reset_min_max_vals", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MovingAverageMinMaxObserver": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.ao.quantization.observer.MinMaxObserver"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.observer.MovingAverageMinMaxObserver", "name": "MovingAverageMinMaxObserver", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.ao.quantization.observer.MovingAverageMinMaxObserver", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.quantization.observer", "mro": ["torch.ao.quantization.observer.MovingAverageMinMaxObserver", "torch.ao.quantization.observer.MinMaxObserver", "torch.ao.quantization.observer._ObserverBase", "torch.ao.quantization.observer.ObserverBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 4], "arg_names": ["self", "averaging_constant", "dtype", "qscheme", "reduce_range", "quant_min", "quant_max", "kwargs"], "flags": [], "fullname": "torch.ao.quantization.observer.MovingAverageMinMaxObserver.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 4], "arg_names": ["self", "averaging_constant", "dtype", "qscheme", "reduce_range", "quant_min", "quant_max", "kwargs"], "arg_types": ["torch.ao.quantization.observer.MovingAverageMinMaxObserver", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MovingAverageMinMaxObserver", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "averaging_constant": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer.MovingAverageMinMaxObserver.averaging_constant", "name": "averaging_constant", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x_orig"], "flags": [], "fullname": "torch.ao.quantization.observer.MovingAverageMinMaxObserver.forward", "name": "forward", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MovingAveragePerChannelMinMaxObserver": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.ao.quantization.observer.PerChannelMinMaxObserver"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.observer.MovingAveragePerChannelMinMaxObserver", "name": "MovingAveragePerChannelMinMaxObserver", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.ao.quantization.observer.MovingAveragePerChannelMinMaxObserver", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.quantization.observer", "mro": ["torch.ao.quantization.observer.MovingAveragePerChannelMinMaxObserver", "torch.ao.quantization.observer.PerChannelMinMaxObserver", "torch.ao.quantization.observer._ObserverBase", "torch.ao.quantization.observer.ObserverBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 4], "arg_names": ["self", "averaging_constant", "ch_axis", "dtype", "qscheme", "reduce_range", "quant_min", "quant_max", "kwargs"], "flags": [], "fullname": "torch.ao.quantization.observer.MovingAveragePerChannelMinMaxObserver.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 4], "arg_names": ["self", "averaging_constant", "ch_axis", "dtype", "qscheme", "reduce_range", "quant_min", "quant_max", "kwargs"], "arg_types": ["torch.ao.quantization.observer.MovingAveragePerChannelMinMaxObserver", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MovingAveragePerChannelMinMaxObserver", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "averaging_constant": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer.MovingAveragePerChannelMinMaxObserver.averaging_constant", "name": "averaging_constant", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x_orig"], "flags": [], "fullname": "torch.ao.quantization.observer.MovingAveragePerChannelMinMaxObserver.forward", "name": "forward", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NoopObserver": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.ao.quantization.observer.ObserverBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.observer.NoopObserver", "name": "NoopObserver", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.ao.quantization.observer.NoopObserver", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.quantization.observer", "mro": ["torch.ao.quantization.observer.NoopObserver", "torch.ao.quantization.observer.ObserverBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dtype", "custom_op_name"], "flags": [], "fullname": "torch.ao.quantization.observer.NoopObserver.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dtype", "custom_op_name"], "arg_types": ["torch.ao.quantization.observer.NoopObserver", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of NoopObserver", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "calculate_qparams": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.observer.NoopObserver.calculate_qparams", "name": "calculate_qparams", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "calculate_qparams", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "custom_op": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer.NoopObserver.custom_op", "name": "custom_op", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.ao.quantization.observer.NoopObserver.forward", "name": "forward", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ObserverBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["calculate_qparams", "forward"], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.observer.ObserverBase", "name": "ObserverBase", "type_vars": []}, "flags": ["is_abstract", "fallback_to_any"], "fullname": "torch.ao.quantization.observer.ObserverBase", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.quantization.observer", "mro": ["torch.ao.quantization.observer.ObserverBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dtype"], "flags": [], "fullname": "torch.ao.quantization.observer.ObserverBase.__init__", "name": "__init__", "type": null}}, "calculate_qparams": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "flags": ["is_decorated", "is_abstract"], "fullname": "torch.ao.quantization.observer.ObserverBase.calculate_qparams", "name": "calculate_qparams", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "calculate_qparams", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "arg_types": ["torch.ao.quantization.observer.ObserverBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "calculate_qparams of ObserverBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "dtype": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer.ObserverBase.dtype", "name": "dtype", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": ["is_decorated", "is_abstract"], "fullname": "torch.ao.quantization.observer.ObserverBase.forward", "name": "forward", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": ["torch.ao.quantization.observer.ObserverBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "forward of ObserverBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "with_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.ao.quantization.observer.ObserverBase.with_args", "name": "with_args", "type": "builtins.classmethod"}}, "with_callable_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.ao.quantization.observer.ObserverBase.with_callable_args", "name": "with_callable_args", "type": "builtins.classmethod"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "OrderedDict": {".class": "SymbolTableNode", "cross_ref": "collections.OrderedDict", "kind": "Gdef"}, "PerChannelMinMaxObserver": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.ao.quantization.observer._ObserverBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.observer.PerChannelMinMaxObserver", "name": "PerChannelMinMaxObserver", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.ao.quantization.observer.PerChannelMinMaxObserver", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.quantization.observer", "mro": ["torch.ao.quantization.observer.PerChannelMinMaxObserver", "torch.ao.quantization.observer._ObserverBase", "torch.ao.quantization.observer.ObserverBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "ch_axis", "dtype", "qscheme", "reduce_range", "quant_min", "quant_max", "factory_kwargs"], "flags": [], "fullname": "torch.ao.quantization.observer.PerChannelMinMaxObserver.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "ch_axis", "dtype", "qscheme", "reduce_range", "quant_min", "quant_max", "factory_kwargs"], "arg_types": ["torch.ao.quantization.observer.PerChannelMinMaxObserver", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PerChannelMinMaxObserver", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x_orig"], "flags": [], "fullname": "torch.ao.quantization.observer.PerChannelMinMaxObserver._forward", "name": "_forward", "type": null}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.ao.quantization.observer.PerChannelMinMaxObserver._load_from_state_dict", "name": "_load_from_state_dict", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "arg_types": ["torch.ao.quantization.observer.PerChannelMinMaxObserver", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "torch._tensor.Tensor"], "type_ref": "builtins.dict"}, {".class": "Instance", "args": ["builtins.str", "torch._tensor.Tensor"], "type_ref": "builtins.dict"}]}, "builtins.str", {".class": "Instance", "args": ["builtins.str", "torch._tensor.Tensor"], "type_ref": "builtins.dict"}, "builtins.bool", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_load_from_state_dict of PerChannelMinMaxObserver", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_load_from_state_dict_script": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.ao.quantization.observer.PerChannelMinMaxObserver._load_from_state_dict_script", "name": "_load_from_state_dict_script", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "arg_types": ["torch.ao.quantization.observer.PerChannelMinMaxObserver", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "torch._tensor.Tensor"], "type_ref": "builtins.dict"}, {".class": "Instance", "args": ["builtins.str", "torch._tensor.Tensor"], "type_ref": "builtins.dict"}]}, "builtins.str", {".class": "Instance", "args": ["builtins.str", "torch._tensor.Tensor"], "type_ref": "builtins.dict"}, "builtins.bool", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_load_from_state_dict_script of PerChannelMinMaxObserver", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "calculate_qparams": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.observer.PerChannelMinMaxObserver.calculate_qparams", "name": "calculate_qparams", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "calculate_qparams", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "ch_axis": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer.PerChannelMinMaxObserver.ch_axis", "name": "ch_axis", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.quantization.observer.PerChannelMinMaxObserver.extra_repr", "name": "extra_repr", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x_orig"], "flags": [], "fullname": "torch.ao.quantization.observer.PerChannelMinMaxObserver.forward", "name": "forward", "type": null}}, "max_val": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.observer.PerChannelMinMaxObserver.max_val", "name": "max_val", "type": "torch._tensor.Tensor"}}, "min_val": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.observer.PerChannelMinMaxObserver.min_val", "name": "min_val", "type": "torch._tensor.Tensor"}}, "reset_min_max_vals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.observer.PerChannelMinMaxObserver.reset_min_max_vals", "name": "reset_min_max_vals", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "reset_min_max_vals", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PlaceholderObserver": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.ao.quantization.observer.ObserverBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.observer.PlaceholderObserver", "name": "PlaceholderObserver", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.ao.quantization.observer.PlaceholderObserver", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.quantization.observer", "mro": ["torch.ao.quantization.observer.PlaceholderObserver", "torch.ao.quantization.observer.ObserverBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "dtype", "custom_op_name", "compute_dtype"], "flags": [], "fullname": "torch.ao.quantization.observer.PlaceholderObserver.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "dtype", "custom_op_name", "compute_dtype"], "arg_types": ["torch.ao.quantization.observer.PlaceholderObserver", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PlaceholderObserver", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "calculate_qparams": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.observer.PlaceholderObserver.calculate_qparams", "name": "calculate_qparams", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "calculate_qparams", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "compute_dtype": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer.PlaceholderObserver.compute_dtype", "name": "compute_dtype", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "custom_op": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer.PlaceholderObserver.custom_op", "name": "custom_op", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.ao.quantization.observer.PlaceholderObserver.forward", "name": "forward", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RecordingObserver": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.ao.quantization.observer._ObserverBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.observer.RecordingObserver", "name": "RecordingObserver", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.ao.quantization.observer.RecordingObserver", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.quantization.observer", "mro": ["torch.ao.quantization.observer.RecordingObserver", "torch.ao.quantization.observer._ObserverBase", "torch.ao.quantization.observer.ObserverBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.ao.quantization.observer.RecordingObserver.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}], "def_extras": {"first_arg": "self"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": "list", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["iterable"], "arg_types": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "type_ref": "typing.Iterable"}], "bound_args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.list"}], "def_extras": {"first_arg": "self"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": "list", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}]}], "type_ref": "builtins.dict"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "flags": [], "fullname": "torch.ao.quantization.observer.RecordingObserver.__init__", "name": "__init__", "type": null}}, "calculate_qparams": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.observer.RecordingObserver.calculate_qparams", "name": "calculate_qparams", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "calculate_qparams", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.ao.quantization.observer.RecordingObserver.forward", "name": "forward", "type": null}}, "get_tensor_value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.observer.RecordingObserver.get_tensor_value", "name": "get_tensor_value", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "get_tensor_value", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tensor_val": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer.RecordingObserver.tensor_val", "name": "tensor_val", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_ObserverBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["calculate_qparams", "forward"], "bases": ["torch.ao.quantization.observer.ObserverBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.observer._ObserverBase", "name": "_ObserverBase", "type_vars": []}, "flags": ["is_abstract", "fallback_to_any"], "fullname": "torch.ao.quantization.observer._ObserverBase", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.quantization.observer", "mro": ["torch.ao.quantization.observer._ObserverBase", "torch.ao.quantization.observer.ObserverBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "dtype", "qscheme", "reduce_range", "quant_min", "quant_max", "factory_kwargs"], "flags": [], "fullname": "torch.ao.quantization.observer._ObserverBase.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "dtype", "qscheme", "reduce_range", "quant_min", "quant_max", "factory_kwargs"], "arg_types": ["torch.ao.quantization.observer._ObserverBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _ObserverBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_calculate_qparams": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "min_val", "max_val"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.observer._ObserverBase._calculate_qparams", "name": "_calculate_qparams", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "min_val", "max_val"], "arg_types": ["torch.ao.quantization.observer._ObserverBase", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_calculate_qparams of _ObserverBase", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "_calculate_qparams", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.ao.quantization.observer._ObserverBase._load_from_state_dict", "name": "_load_from_state_dict", "type": null}}, "_validate_qmin_qmax": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "quant_min", "quant_max"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.observer._ObserverBase._validate_qmin_qmax", "name": "_validate_qmin_qmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "quant_min", "quant_max"], "arg_types": ["torch.ao.quantization.observer._ObserverBase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_validate_qmin_qmax of _ObserverBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "_validate_qmin_qmax", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.observer._ObserverBase._version", "name": "_version", "type": "builtins.int"}}, "eps": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.observer._ObserverBase.eps", "name": "eps", "type": "torch._tensor.Tensor"}}, "has_customized_qrange": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer._ObserverBase.has_customized_qrange", "name": "has_customized_qrange", "type": "builtins.bool"}}, "qscheme": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer._ObserverBase.qscheme", "name": "qscheme", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "quant_max": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer._ObserverBase.quant_max", "name": "quant_max", "type": "builtins.int"}}, "quant_min": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer._ObserverBase.quant_min", "name": "quant_min", "type": "builtins.int"}}, "reduce_range": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer._ObserverBase.reduce_range", "name": "reduce_range", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "reset_min_max_vals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.ao.quantization.observer._ObserverBase.reset_min_max_vals", "name": "reset_min_max_vals", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "reset_min_max_vals", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_PartialWrapper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.observer._PartialWrapper", "name": "_PartialWrapper", "type_vars": []}, "flags": [], "fullname": "torch.ao.quantization.observer._PartialWrapper", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.quantization.observer", "mro": ["torch.ao.quantization.observer._PartialWrapper", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "keywords"], "flags": [], "fullname": "torch.ao.quantization.observer._PartialWrapper.__call__", "name": "__call__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "p"], "flags": [], "fullname": "torch.ao.quantization.observer._PartialWrapper.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.quantization.observer._PartialWrapper.__repr__", "name": "__repr__", "type": null}}, "callable_args": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer._PartialWrapper.callable_args", "name": "callable_args", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "p": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer._PartialWrapper.p", "name": "p", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "with_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "flags": [], "fullname": "torch.ao.quantization.observer._PartialWrapper.with_args", "name": "with_args", "type": null}}, "with_callable_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "flags": [], "fullname": "torch.ao.quantization.observer._PartialWrapper.with_callable_args", "name": "with_callable_args", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.observer.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.observer.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.observer.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.observer.__package__", "name": "__package__", "type": "builtins.str"}}, "_is_activation_post_process": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": [], "fullname": "torch.ao.quantization.observer._is_activation_post_process", "name": "_is_activation_post_process", "type": null}}, "_is_observer_script_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["mod", "obs_type_name"], "flags": [], "fullname": "torch.ao.quantization.observer._is_observer_script_module", "name": "_is_observer_script_module", "type": null}}, "_is_per_channel_script_obs_instance": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": [], "fullname": "torch.ao.quantization.observer._is_per_channel_script_obs_instance", "name": "_is_per_channel_script_obs_instance", "type": null}}, "_with_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["cls_or_self", "kwargs"], "flags": [], "fullname": "torch.ao.quantization.observer._with_args", "name": "_with_args", "type": null}}, "_with_callable_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["cls_or_self", "kwargs"], "flags": [], "fullname": "torch.ao.quantization.observer._with_callable_args", "name": "_with_callable_args", "type": null}}, "abstractmethod": {".class": "SymbolTableNode", "cross_ref": "abc.abstractmethod", "kind": "Gdef"}, "calculate_qmin_qmax": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.utils.calculate_qmin_qmax", "kind": "Gdef"}, "check_min_max_valid": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.utils.check_min_max_valid", "kind": "Gdef"}, "default_debug_observer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.ao.quantization.observer.default_debug_observer", "line": 1340, "no_args": true, "normalized": false, "target": "torch.ao.quantization.observer.RecordingObserver"}}, "default_dynamic_quant_observer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer.default_dynamic_quant_observer", "name": "default_dynamic_quant_observer", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "default_float_qparams_observer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer.default_float_qparams_observer", "name": "default_float_qparams_observer", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "default_histogram_observer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer.default_histogram_observer", "name": "default_histogram_observer", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "default_observer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer.default_observer", "name": "default_observer", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "default_per_channel_weight_observer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer.default_per_channel_weight_observer", "name": "default_per_channel_weight_observer", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "default_placeholder_observer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.ao.quantization.observer.default_placeholder_observer", "line": 1339, "no_args": true, "normalized": false, "target": "torch.ao.quantization.observer.PlaceholderObserver"}}, "default_weight_observer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.observer.default_weight_observer", "name": "default_weight_observer", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "get_observer_state_dict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mod"], "flags": [], "fullname": "torch.ao.quantization.observer.get_observer_state_dict", "name": "get_observer_state_dict", "type": null}}, "load_observer_state_dict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["mod", "obs_dict"], "flags": [], "fullname": "torch.ao.quantization.observer.load_observer_state_dict", "name": "load_observer_state_dict", "type": null}}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef"}, "partial": {".class": "SymbolTableNode", "cross_ref": "functools.partial", "kind": "Gdef"}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/observer.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/observer.meta.json b/.mypy_cache/3.9/torch/ao/quantization/observer.meta.json deleted file mode 100644 index f4e1e82af..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/observer.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 8, 9, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 5, 10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["re", "warnings", "abc", "collections", "functools", "typing", "torch", "torch.nn", "torch.ao.quantization.utils", "builtins", "threading", "contextlib", "inspect", "logging", "io", "pickle", "os", "time", "_typeshed", "enum", "torch._C", "torch._C._VariableFunctions", "torch._jit_internal", "torch._tensor", "torch.ao.quantization.fake_quantize", "torch.jit", "torch.jit._script", "torch.nn.modules", "torch.nn.modules.module", "torch.quantization", "typing_extensions"], "hash": "5f2387492b0b45937820fd2ccf6d3064422672f5a4c903c09f80722081155f3f", "id": "torch.ao.quantization.observer", "ignore_all": true, "interface_hash": "824d906d2a0c24ab91b026ee899fcd7c69c15c264ca56f3318eac268a3df3f74", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/observer.py", "plugin_data": null, "size": 52793, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/qconfig.data.json b/.mypy_cache/3.9/torch/ao/quantization/qconfig.data.json deleted file mode 100644 index 03b5fe55c..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/qconfig.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.quantization.qconfig", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "FakeQuantize": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.FakeQuantize", "kind": "Gdef"}, "FusedMovingAvgObsFakeQuantize": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.FusedMovingAvgObsFakeQuantize", "kind": "Gdef"}, "HistogramObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.HistogramObserver", "kind": "Gdef"}, "MovingAverageMinMaxObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.MovingAverageMinMaxObserver", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "PlaceholderObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.PlaceholderObserver", "kind": "Gdef"}, "QConfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.ao.quantization.qconfig.QConfig@30"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.qconfig.QConfig", "name": "QConfig", "type_vars": []}, "flags": [], "fullname": "torch.ao.quantization.qconfig.QConfig", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch.ao.quantization.qconfig", "mro": ["torch.ao.quantization.qconfig.QConfig", "torch.ao.quantization.qconfig.QConfig@30", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "activation", "weight"], "flags": [], "fullname": "torch.ao.quantization.qconfig.QConfig.__new__", "name": "__new__", "type": null}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.ao.quantization.qconfig.QConfig@30"}, "type_vars": [], "typeddict_type": null}}, "QConfig@30": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.qconfig.QConfig@30", "name": "QConfig@30", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch.ao.quantization.qconfig.QConfig@30", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["activation", "weight"]}}, "module_name": "torch.ao.quantization.qconfig", "mro": ["torch.ao.quantization.qconfig.QConfig@30", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch.ao.quantization.qconfig.QConfig@30._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.qconfig.QConfig@30.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.qconfig.QConfig@30.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "activation", "weight"], "flags": [], "fullname": "torch.ao.quantization.qconfig.QConfig@30.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "activation", "weight"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.ao.quantization.qconfig.QConfig@30._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of QConfig@30", "ret_type": {".class": "TypeVarType", "fullname": "torch.ao.quantization.qconfig.QConfig@30._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.ao.quantization.qconfig.QConfig@30._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch.ao.quantization.qconfig.QConfig@30._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.ao.quantization.qconfig.QConfig@30._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of QConfig@30", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.ao.quantization.qconfig.QConfig@30._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.qconfig.QConfig@30._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.qconfig.QConfig@30._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.qconfig.QConfig@30._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch.ao.quantization.qconfig.QConfig@30._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.ao.quantization.qconfig.QConfig@30._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of QConfig@30", "ret_type": {".class": "TypeVarType", "fullname": "torch.ao.quantization.qconfig.QConfig@30._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.ao.quantization.qconfig.QConfig@30._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch.ao.quantization.qconfig.QConfig@30._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.ao.quantization.qconfig.QConfig@30._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of QConfig@30", "ret_type": {".class": "TypeVarType", "fullname": "torch.ao.quantization.qconfig.QConfig@30._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.ao.quantization.qconfig.QConfig@30._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "activation", "weight"], "flags": [], "fullname": "torch.ao.quantization.qconfig.QConfig@30._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "activation", "weight"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.ao.quantization.qconfig.QConfig@30._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of QConfig@30", "ret_type": {".class": "TypeVarType", "fullname": "torch.ao.quantization.qconfig.QConfig@30._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.ao.quantization.qconfig.QConfig@30._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.qconfig.QConfig@30._source", "name": "_source", "type": "builtins.str"}}, "activation": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.ao.quantization.qconfig.QConfig@30.activation", "name": "activation", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.ao.quantization.qconfig.QConfig@30.weight", "name": "weight", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "QConfigAny": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.ao.quantization.qconfig.QConfigAny", "line": 177, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.ao.quantization.qconfig.QConfig"}, {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.ao.quantization.qconfig.QConfigDynamic"}, {".class": "NoneType"}]}}}, "QConfigDynamic": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.ao.quantization.qconfig.QConfigDynamic@64"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.qconfig.QConfigDynamic", "name": "QConfigDynamic", "type_vars": []}, "flags": [], "fullname": "torch.ao.quantization.qconfig.QConfigDynamic", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch.ao.quantization.qconfig", "mro": ["torch.ao.quantization.qconfig.QConfigDynamic", "torch.ao.quantization.qconfig.QConfigDynamic@64", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["cls", "activation", "weight"], "flags": [], "fullname": "torch.ao.quantization.qconfig.QConfigDynamic.__new__", "name": "__new__", "type": null}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.ao.quantization.qconfig.QConfigDynamic@64"}, "type_vars": [], "typeddict_type": null}}, "QConfigDynamic@64": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64", "name": "QConfigDynamic@64", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["activation", "weight"]}}, "module_name": "torch.ao.quantization.qconfig", "mro": ["torch.ao.quantization.qconfig.QConfigDynamic@64", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "activation", "weight"], "flags": [], "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "activation", "weight"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of QConfigDynamic@64", "ret_type": {".class": "TypeVarType", "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of QConfigDynamic@64", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of QConfigDynamic@64", "ret_type": {".class": "TypeVarType", "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of QConfigDynamic@64", "ret_type": {".class": "TypeVarType", "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "activation", "weight"], "flags": [], "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "activation", "weight"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of QConfigDynamic@64", "ret_type": {".class": "TypeVarType", "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64._source", "name": "_source", "type": "builtins.str"}}, "activation": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64.activation", "name": "activation", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.ao.quantization.qconfig.QConfigDynamic@64.weight", "name": "weight", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.qconfig.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.qconfig.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.qconfig.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.qconfig.__package__", "name": "__package__", "type": "builtins.str"}}, "add_module_to_qconfig_obs_ctr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["qconfig", "module"], "flags": [], "fullname": "torch.ao.quantization.qconfig.add_module_to_qconfig_obs_ctr", "name": "add_module_to_qconfig_obs_ctr", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["qconfig", "module"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.ao.quantization.qconfig.QConfigAny"}, {".class": "UnionType", "items": ["torch.nn.modules.module.Module", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_module_to_qconfig_obs_ctr", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "assert_valid_qconfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["qconfig", "mod"], "flags": [], "fullname": "torch.ao.quantization.qconfig.assert_valid_qconfig", "name": "assert_valid_qconfig", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["qconfig", "mod"], "arg_types": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.ao.quantization.qconfig.QConfig"}, {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.ao.quantization.qconfig.QConfigDynamic"}, {".class": "NoneType"}]}, "torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assert_valid_qconfig", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "default_activation_only_qconfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.qconfig.default_activation_only_qconfig", "name": "default_activation_only_qconfig", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.ao.quantization.qconfig.QConfig"}}}, "default_debug_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_debug_observer", "kind": "Gdef"}, "default_debug_qconfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.qconfig.default_debug_qconfig", "name": "default_debug_qconfig", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.ao.quantization.qconfig.QConfig"}}}, "default_dynamic_qconfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.qconfig.default_dynamic_qconfig", "name": "default_dynamic_qconfig", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.ao.quantization.qconfig.QConfigDynamic"}}}, "default_dynamic_quant_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_dynamic_quant_observer", "kind": "Gdef"}, "default_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_fake_quant", "kind": "Gdef"}, "default_float_qparams_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_float_qparams_observer", "kind": "Gdef"}, "default_fused_act_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_fused_act_fake_quant", "kind": "Gdef"}, "default_fused_per_channel_wt_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_fused_per_channel_wt_fake_quant", "kind": "Gdef"}, "default_fused_wt_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_fused_wt_fake_quant", "kind": "Gdef"}, "default_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_observer", "kind": "Gdef"}, "default_per_channel_qconfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.qconfig.default_per_channel_qconfig", "name": "default_per_channel_qconfig", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.ao.quantization.qconfig.QConfig"}}}, "default_per_channel_weight_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_per_channel_weight_fake_quant", "kind": "Gdef"}, "default_per_channel_weight_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_per_channel_weight_observer", "kind": "Gdef"}, "default_placeholder_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_placeholder_observer", "kind": "Gdef"}, "default_qat_qconfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.qconfig.default_qat_qconfig", "name": "default_qat_qconfig", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.ao.quantization.qconfig.QConfig"}}}, "default_qat_qconfig_v2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.qconfig.default_qat_qconfig_v2", "name": "default_qat_qconfig_v2", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.ao.quantization.qconfig.QConfig"}}}, "default_qconfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.qconfig.default_qconfig", "name": "default_qconfig", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.ao.quantization.qconfig.QConfig"}}}, "default_weight_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_weight_fake_quant", "kind": "Gdef"}, "default_weight_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_weight_observer", "kind": "Gdef"}, "default_weight_only_qconfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.qconfig.default_weight_only_qconfig", "name": "default_weight_only_qconfig", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.ao.quantization.qconfig.QConfig"}}}, "float16_dynamic_qconfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.qconfig.float16_dynamic_qconfig", "name": "float16_dynamic_qconfig", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.ao.quantization.qconfig.QConfigDynamic"}}}, "float16_static_qconfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.qconfig.float16_static_qconfig", "name": "float16_static_qconfig", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.ao.quantization.qconfig.QConfigDynamic"}}}, "float_qparams_weight_only_qconfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.qconfig.float_qparams_weight_only_qconfig", "name": "float_qparams_weight_only_qconfig", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.ao.quantization.qconfig.QConfigDynamic"}}}, "get_default_qat_qconfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1], "arg_names": ["backend", "version"], "flags": [], "fullname": "torch.ao.quantization.qconfig.get_default_qat_qconfig", "name": "get_default_qat_qconfig", "type": null}}, "get_default_qconfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["backend"], "flags": [], "fullname": "torch.ao.quantization.qconfig.get_default_qconfig", "name": "get_default_qconfig", "type": null}}, "namedtuple": {".class": "SymbolTableNode", "cross_ref": "collections.namedtuple", "kind": "Gdef"}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef"}, "per_channel_dynamic_qconfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.qconfig.per_channel_dynamic_qconfig", "name": "per_channel_dynamic_qconfig", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.ao.quantization.qconfig.QConfigDynamic"}}}, "qconfig_equals": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["q1", "q2"], "flags": [], "fullname": "torch.ao.quantization.qconfig.qconfig_equals", "name": "qconfig_equals", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["q1", "q2"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.ao.quantization.qconfig.QConfigAny"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.ao.quantization.qconfig.QConfigAny"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "qconfig_equals", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/qconfig.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/qconfig.meta.json b/.mypy_cache/3.9/torch/ao/quantization/qconfig.meta.json deleted file mode 100644 index e4168944b..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/qconfig.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 4, 5, 6, 17, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 10, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["collections", "typing", "torch", "torch.nn", "torch.ao.quantization.fake_quantize", "torch.ao.quantization.observer", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch.nn.modules", "torch.nn.modules.conv", "torch.nn.modules.linear", "torch.nn.modules.module", "torch.quantization"], "hash": "d3c0adf7d7456231f8ad99c93da50a88c0856e013856269de880a0599289a0f6", "id": "torch.ao.quantization.qconfig", "ignore_all": true, "interface_hash": "7791a023d630cc0aa111bf230c41c151f78908690aeb6693d8f4224e46ab695b", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/qconfig.py", "plugin_data": null, "size": 11701, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/quant_type.data.json b/.mypy_cache/3.9/torch/ao/quantization/quant_type.data.json deleted file mode 100644 index 3e6d94d65..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/quant_type.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.quantization.quant_type", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "QuantType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.IntEnum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.quant_type.QuantType", "name": "QuantType", "type_vars": []}, "flags": ["is_enum"], "fullname": "torch.ao.quantization.quant_type.QuantType", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "torch.ao.quantization.quant_type", "mro": ["torch.ao.quantization.quant_type.QuantType", "enum.IntEnum", "builtins.int", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "DYNAMIC": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.quant_type.QuantType.DYNAMIC", "name": "DYNAMIC", "type": "builtins.int"}}, "QAT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.quant_type.QuantType.QAT", "name": "QAT", "type": "builtins.int"}}, "STATIC": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.quant_type.QuantType.STATIC", "name": "STATIC", "type": "builtins.int"}}, "WEIGHT_ONLY": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.quant_type.QuantType.WEIGHT_ONLY", "name": "WEIGHT_ONLY", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quant_type.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quant_type.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quant_type.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quant_type.__package__", "name": "__package__", "type": "builtins.str"}}, "enum": {".class": "SymbolTableNode", "cross_ref": "enum", "kind": "Gdef"}, "quant_type_to_str": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["quant_type"], "flags": [], "fullname": "torch.ao.quantization.quant_type.quant_type_to_str", "name": "quant_type_to_str", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/quant_type.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/quant_type.meta.json b/.mypy_cache/3.9/torch/ao/quantization/quant_type.meta.json deleted file mode 100644 index f5b8a4907..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/quant_type.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 1, 1, 1], "dep_prios": [10, 5, 30, 30], "dependencies": ["enum", "builtins", "abc", "typing"], "hash": "b624edc2f9662b2a083a74fe8b67d685fcd346c034e93dc28f00a08e86fefd3c", "id": "torch.ao.quantization.quant_type", "ignore_all": true, "interface_hash": "f43b706340d5a65582c14476263b6a2afc1cf2a4e1b9f82125005bab2add9cc0", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/quant_type.py", "plugin_data": null, "size": 451, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/quantization_mappings.data.json b/.mypy_cache/3.9/torch/ao/quantization/quantization_mappings.data.json deleted file mode 100644 index b67d20f93..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/quantization_mappings.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.quantization.quantization_mappings", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "DEFAULT_DYNAMIC_QUANT_MODULE_MAPPINGS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quantization_mappings.DEFAULT_DYNAMIC_QUANT_MODULE_MAPPINGS", "name": "DEFAULT_DYNAMIC_QUANT_MODULE_MAPPINGS", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "DEFAULT_FLOAT_TO_QUANTIZED_OPERATOR_MAPPINGS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quantization_mappings.DEFAULT_FLOAT_TO_QUANTIZED_OPERATOR_MAPPINGS", "name": "DEFAULT_FLOAT_TO_QUANTIZED_OPERATOR_MAPPINGS", "type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, "builtins.str"]}, {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.dict"}}}, "DEFAULT_MODULE_TO_ACT_POST_PROCESS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quantization_mappings.DEFAULT_MODULE_TO_ACT_POST_PROCESS", "name": "DEFAULT_MODULE_TO_ACT_POST_PROCESS", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.dict"}}}, "DEFAULT_QAT_MODULE_MAPPINGS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quantization_mappings.DEFAULT_QAT_MODULE_MAPPINGS", "name": "DEFAULT_QAT_MODULE_MAPPINGS", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "DEFAULT_REFERENCE_STATIC_QUANT_MODULE_MAPPINGS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quantization_mappings.DEFAULT_REFERENCE_STATIC_QUANT_MODULE_MAPPINGS", "name": "DEFAULT_REFERENCE_STATIC_QUANT_MODULE_MAPPINGS", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "DEFAULT_STATIC_QUANT_MODULE_MAPPINGS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quantization_mappings.DEFAULT_STATIC_QUANT_MODULE_MAPPINGS", "name": "DEFAULT_STATIC_QUANT_MODULE_MAPPINGS", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "DeQuantStub": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.stubs.DeQuantStub", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "QuantStub": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.stubs.QuantStub", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_INCLUDE_QCONFIG_PROPAGATE_LIST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quantization_mappings._INCLUDE_QCONFIG_PROPAGATE_LIST", "name": "_INCLUDE_QCONFIG_PROPAGATE_LIST", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.set"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quantization_mappings.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quantization_mappings.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quantization_mappings.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quantization_mappings.__package__", "name": "__package__", "type": "builtins.str"}}, "_get_special_act_post_process": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": [], "fullname": "torch.ao.quantization.quantization_mappings._get_special_act_post_process", "name": "_get_special_act_post_process", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["module"], "arg_types": ["torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_special_act_post_process", "ret_type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_has_special_act_post_process": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": [], "fullname": "torch.ao.quantization.quantization_mappings._has_special_act_post_process", "name": "_has_special_act_post_process", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["module"], "arg_types": ["torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_has_special_act_post_process", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "cross_ref": "copy", "kind": "Gdef"}, "default_affine_fixed_qparams_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_affine_fixed_qparams_fake_quant", "kind": "Gdef"}, "default_symmetric_fixed_qparams_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_symmetric_fixed_qparams_fake_quant", "kind": "Gdef"}, "get_combined_dict": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.utils.get_combined_dict", "kind": "Gdef"}, "get_default_compare_output_module_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.ao.quantization.quantization_mappings.get_default_compare_output_module_list", "name": "get_default_compare_output_module_list", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_default_compare_output_module_list", "ret_type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "get_default_dynamic_quant_module_mappings": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.ao.quantization.quantization_mappings.get_default_dynamic_quant_module_mappings", "name": "get_default_dynamic_quant_module_mappings", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_default_dynamic_quant_module_mappings", "ret_type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "get_default_float_to_quantized_operator_mappings": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.ao.quantization.quantization_mappings.get_default_float_to_quantized_operator_mappings", "name": "get_default_float_to_quantized_operator_mappings", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_default_float_to_quantized_operator_mappings", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, "builtins.str"]}, {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "get_default_qat_module_mappings": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.ao.quantization.quantization_mappings.get_default_qat_module_mappings", "name": "get_default_qat_module_mappings", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_default_qat_module_mappings", "ret_type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "get_default_qconfig_propagation_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.ao.quantization.quantization_mappings.get_default_qconfig_propagation_list", "name": "get_default_qconfig_propagation_list", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_default_qconfig_propagation_list", "ret_type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "get_default_static_quant_module_mappings": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.ao.quantization.quantization_mappings.get_default_static_quant_module_mappings", "name": "get_default_static_quant_module_mappings", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_default_static_quant_module_mappings", "ret_type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "get_dynamic_quant_module_class": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["float_module_class", "additional_dynamic_quant_mapping"], "flags": [], "fullname": "torch.ao.quantization.quantization_mappings.get_dynamic_quant_module_class", "name": "get_dynamic_quant_module_class", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["float_module_class", "additional_dynamic_quant_mapping"], "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": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_dynamic_quant_module_class", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "get_quantized_operator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["float_op"], "flags": [], "fullname": "torch.ao.quantization.quantization_mappings.get_quantized_operator", "name": "get_quantized_operator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["float_op"], "arg_types": [{".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_quantized_operator", "ret_type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "get_static_quant_module_class": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["float_module_class", "additional_static_quant_mapping", "is_reference"], "flags": [], "fullname": "torch.ao.quantization.quantization_mappings.get_static_quant_module_class", "name": "get_static_quant_module_class", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["float_module_class", "additional_static_quant_mapping", "is_reference"], "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": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_static_quant_module_class", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef"}, "nni": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic", "kind": "Gdef"}, "nniq": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.quantized", "kind": "Gdef"}, "nniqat": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat", "kind": "Gdef"}, "nniqd": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.quantized.dynamic", "kind": "Gdef"}, "nnq": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized", "kind": "Gdef"}, "nnqat": {".class": "SymbolTableNode", "cross_ref": "torch.nn.qat", "kind": "Gdef"}, "nnqd": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.dynamic", "kind": "Gdef"}, "nnqr": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized._reference", "kind": "Gdef"}, "no_observer_set": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.ao.quantization.quantization_mappings.no_observer_set", "name": "no_observer_set", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "no_observer_set", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/quantization_mappings.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/quantization_mappings.meta.json b/.mypy_cache/3.9/torch/ao/quantization/quantization_mappings.meta.json deleted file mode 100644 index a6fa24966..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/quantization_mappings.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 18, 19, 23, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["copy", "torch", "torch.nn", "torch.nn.functional", "torch.nn.intrinsic", "torch.nn.intrinsic.quantized", "torch.nn.intrinsic.quantized.dynamic", "torch.nn.intrinsic.qat", "torch.nn.quantized", "torch.nn.quantized._reference", "torch.nn.quantized.dynamic", "torch.nn.qat", "typing", "torch.ao.quantization.stubs", "torch.ao.quantization.fake_quantize", "torch.ao.quantization.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._ops", "torch._tensor", "torch.nn.intrinsic.modules", "torch.nn.intrinsic.modules.fused", "torch.nn.intrinsic.qat.modules", "torch.nn.intrinsic.qat.modules.conv_fused", "torch.nn.intrinsic.qat.modules.linear_relu", "torch.nn.intrinsic.quantized.dynamic.modules", "torch.nn.intrinsic.quantized.dynamic.modules.linear_relu", "torch.nn.intrinsic.quantized.modules", "torch.nn.intrinsic.quantized.modules.bn_relu", "torch.nn.intrinsic.quantized.modules.conv_relu", "torch.nn.intrinsic.quantized.modules.linear_relu", "torch.nn.modules", "torch.nn.modules.activation", "torch.nn.modules.batchnorm", "torch.nn.modules.container", "torch.nn.modules.conv", "torch.nn.modules.instancenorm", "torch.nn.modules.linear", "torch.nn.modules.module", "torch.nn.modules.normalization", "torch.nn.modules.rnn", "torch.nn.modules.sparse", "torch.nn.qat.modules", "torch.nn.qat.modules.conv", "torch.nn.qat.modules.linear", "torch.nn.quantizable", "torch.nn.quantizable.modules", "torch.nn.quantizable.modules.activation", "torch.nn.quantizable.modules.rnn", "torch.nn.quantized._reference.modules", "torch.nn.quantized._reference.modules.conv", "torch.nn.quantized._reference.modules.linear", "torch.nn.quantized.dynamic.modules", "torch.nn.quantized.dynamic.modules.linear", "torch.nn.quantized.dynamic.modules.rnn", "torch.nn.quantized.modules", "torch.nn.quantized.modules.activation", "torch.nn.quantized.modules.batchnorm", "torch.nn.quantized.modules.conv", "torch.nn.quantized.modules.embedding_ops", "torch.nn.quantized.modules.functional_modules", "torch.nn.quantized.modules.linear", "torch.nn.quantized.modules.normalization", "types"], "hash": "51612bb4970111f2cb8aad9a6bf9afb6fd168fe6a49756e607b6e748290392ce", "id": "torch.ao.quantization.quantization_mappings", "ignore_all": true, "interface_hash": "4b65a75c4efa23a6389581c9b129707e9a196a1161d3b72bef9ea1c087a3ab0a", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/quantization_mappings.py", "plugin_data": null, "size": 9430, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/quantize.data.json b/.mypy_cache/3.9/torch/ao/quantization/quantize.data.json deleted file mode 100644 index 7ef8114e6..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/quantize.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.quantization.quantize", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "DeQuantStub": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.stubs.DeQuantStub", "kind": "Gdef"}, "QuantWrapper": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.stubs.QuantWrapper", "kind": "Gdef"}, "_FusedModule": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused._FusedModule", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quantize.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quantize.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quantize.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quantize.__package__", "name": "__package__", "type": "builtins.str"}}, "_convert": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["module", "mapping", "inplace", "convert_custom_config_dict"], "flags": [], "fullname": "torch.ao.quantization.quantize._convert", "name": "_convert", "type": null}}, "_get_special_act_post_process": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings._get_special_act_post_process", "kind": "Gdef"}, "_has_special_act_post_process": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings._has_special_act_post_process", "kind": "Gdef"}, "_observer_forward_hook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "output"], "flags": [], "fullname": "torch.ao.quantization.quantize._observer_forward_hook", "name": "_observer_forward_hook", "type": null}}, "_propagate_qconfig_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["module", "qconfig_dict", "allow_list", "qconfig_parent", "prefix"], "flags": [], "fullname": "torch.ao.quantization.quantize._propagate_qconfig_helper", "name": "_propagate_qconfig_helper", "type": null}}, "_remove_activation_post_process": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": [], "fullname": "torch.ao.quantization.quantize._remove_activation_post_process", "name": "_remove_activation_post_process", "type": null}}, "_remove_qconfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": [], "fullname": "torch.ao.quantization.quantize._remove_qconfig", "name": "_remove_qconfig", "type": null}}, "add_module_to_qconfig_obs_ctr": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.add_module_to_qconfig_obs_ctr", "kind": "Gdef"}, "add_observer_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["module", "qconfig_propagation_list", "non_leaf_module_list", "device", "custom_module_class_mapping"], "flags": [], "fullname": "torch.ao.quantization.quantize.add_observer_", "name": "add_observer_", "type": null}}, "add_quant_dequant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": [], "fullname": "torch.ao.quantization.quantize.add_quant_dequant", "name": "add_quant_dequant", "type": null}}, "convert": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["module", "mapping", "inplace", "remove_qconfig", "convert_custom_config_dict"], "flags": [], "fullname": "torch.ao.quantization.quantize.convert", "name": "convert", "type": null}}, "copy": {".class": "SymbolTableNode", "cross_ref": "copy", "kind": "Gdef"}, "default_dynamic_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.default_dynamic_qconfig", "kind": "Gdef"}, "float16_dynamic_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.float16_dynamic_qconfig", "kind": "Gdef"}, "float_qparams_weight_only_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.float_qparams_weight_only_qconfig", "kind": "Gdef"}, "get_default_dynamic_quant_module_mappings": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_default_dynamic_quant_module_mappings", "kind": "Gdef"}, "get_default_qat_module_mappings": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_default_qat_module_mappings", "kind": "Gdef"}, "get_default_qconfig_propagation_list": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_default_qconfig_propagation_list", "kind": "Gdef"}, "get_default_static_quant_module_mappings": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_default_static_quant_module_mappings", "kind": "Gdef"}, "get_observer_dict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["mod", "target_dict", "prefix"], "flags": [], "fullname": "torch.ao.quantization.quantize.get_observer_dict", "name": "get_observer_dict", "type": null}}, "get_unique_devices_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": [], "fullname": "torch.ao.quantization.quantize.get_unique_devices_", "name": "get_unique_devices_", "type": null}}, "is_activation_post_process": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": [], "fullname": "torch.ao.quantization.quantize.is_activation_post_process", "name": "is_activation_post_process", "type": null}}, "itertools": {".class": "SymbolTableNode", "cross_ref": "itertools", "kind": "Gdef"}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef"}, "nnq": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized", "kind": "Gdef"}, "no_observer_set": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.no_observer_set", "kind": "Gdef"}, "prepare": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["model", "inplace", "allow_list", "observer_non_leaf_module_list", "prepare_custom_config_dict"], "flags": [], "fullname": "torch.ao.quantization.quantize.prepare", "name": "prepare", "type": null}}, "prepare_qat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["model", "mapping", "inplace"], "flags": [], "fullname": "torch.ao.quantization.quantize.prepare_qat", "name": "prepare_qat", "type": null}}, "propagate_qconfig_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["module", "qconfig_dict", "allow_list"], "flags": [], "fullname": "torch.ao.quantization.quantize.propagate_qconfig_", "name": "propagate_qconfig_", "type": null}}, "quantize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["model", "run_fn", "run_args", "mapping", "inplace"], "flags": [], "fullname": "torch.ao.quantization.quantize.quantize", "name": "quantize", "type": null}}, "quantize_dynamic": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["model", "qconfig_spec", "dtype", "mapping", "inplace"], "flags": [], "fullname": "torch.ao.quantization.quantize.quantize_dynamic", "name": "quantize_dynamic", "type": null}}, "quantize_qat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["model", "run_fn", "run_args", "inplace"], "flags": [], "fullname": "torch.ao.quantization.quantize.quantize_qat", "name": "quantize_qat", "type": null}}, "register_activation_post_process_hook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": [], "fullname": "torch.ao.quantization.quantize.register_activation_post_process_hook", "name": "register_activation_post_process_hook", "type": null}}, "swap_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["mod", "mapping", "custom_module_class_mapping"], "flags": [], "fullname": "torch.ao.quantization.quantize.swap_module", "name": "swap_module", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/quantize.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/quantize.meta.json b/.mypy_cache/3.9/torch/ao/quantization/quantize.meta.json deleted file mode 100644 index d8abc8408..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/quantize.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 5, 6, 7, 8, 10, 20, 21, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 10, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["copy", "itertools", "warnings", "torch", "torch.nn", "torch.nn.quantized", "torch.nn.intrinsic", "torch.quantization.quantization_mappings", "torch.ao.quantization.stubs", "torch.quantization.qconfig", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "_typeshed", "abc", "torch._C", "torch._tensor", "torch.ao.quantization.fake_quantize", "torch.ao.quantization.observer", "torch.ao.quantization.qconfig", "torch.ao.quantization.quantization_mappings", "torch.nn.intrinsic.modules", "torch.nn.intrinsic.modules.fused", "torch.nn.modules", "torch.nn.modules.container", "torch.nn.modules.linear", "torch.nn.modules.module", "torch.nn.modules.rnn", "torch.nn.modules.sparse", "torch.nn.quantized.modules", "torch.nn.quantized.modules.functional_modules", "torch.quantization", "typing"], "hash": "0374be6635aa11135b7bda0c1424228fda206ef8d03df9d49a08793e9e073ff2", "id": "torch.ao.quantization.quantize", "ignore_all": true, "interface_hash": "2dfcbc1565c717d9ac53d3663e8d29d3d83ef46dbf5f83270399fff19010fcd8", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/quantize.py", "plugin_data": null, "size": 24267, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/quantize_jit.data.json b/.mypy_cache/3.9/torch/ao/quantization/quantize_jit.data.json deleted file mode 100644 index 35b5d11fb..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/quantize_jit.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.quantization.quantize_jit", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "QConfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.QConfig", "kind": "Gdef"}, "QuantType": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quant_type.QuantType", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quantize_jit.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quantize_jit.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quantize_jit.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.quantize_jit.__package__", "name": "__package__", "type": "builtins.str"}}, "_check_forward_method": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["model"], "flags": [], "fullname": "torch.ao.quantization.quantize_jit._check_forward_method", "name": "_check_forward_method", "type": null}}, "_check_is_script_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["model"], "flags": [], "fullname": "torch.ao.quantization.quantize_jit._check_is_script_module", "name": "_check_is_script_module", "type": null}}, "_convert_jit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["model", "inplace", "debug", "quant_type", "preserved_attrs"], "flags": [], "fullname": "torch.ao.quantization.quantize_jit._convert_jit", "name": "_convert_jit", "type": null}}, "_prepare_jit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["model", "qconfig_dict", "inplace", "quant_type"], "flags": [], "fullname": "torch.ao.quantization.quantize_jit._prepare_jit", "name": "_prepare_jit", "type": null}}, "_quantize_jit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["model", "qconfig_dict", "run_fn", "run_args", "inplace", "debug", "quant_type"], "flags": [], "fullname": "torch.ao.quantization.quantize_jit._quantize_jit", "name": "_quantize_jit", "type": null}}, "convert_dynamic_jit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["model", "inplace", "debug", "preserved_attrs"], "flags": [], "fullname": "torch.ao.quantization.quantize_jit.convert_dynamic_jit", "name": "convert_dynamic_jit", "type": null}}, "convert_jit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["model", "inplace", "debug", "preserved_attrs"], "flags": [], "fullname": "torch.ao.quantization.quantize_jit.convert_jit", "name": "convert_jit", "type": null}}, "fuse_conv_bn_jit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["model", "inplace"], "flags": [], "fullname": "torch.ao.quantization.quantize_jit.fuse_conv_bn_jit", "name": "fuse_conv_bn_jit", "type": null}}, "prepare_dynamic_jit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["model", "qconfig_dict", "inplace"], "flags": [], "fullname": "torch.ao.quantization.quantize_jit.prepare_dynamic_jit", "name": "prepare_dynamic_jit", "type": null}}, "prepare_jit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["model", "qconfig_dict", "inplace"], "flags": [], "fullname": "torch.ao.quantization.quantize_jit.prepare_jit", "name": "prepare_jit", "type": null}}, "quantize_dynamic_jit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["model", "qconfig_dict", "inplace", "debug"], "flags": [], "fullname": "torch.ao.quantization.quantize_jit.quantize_dynamic_jit", "name": "quantize_dynamic_jit", "type": null}}, "quantize_jit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["model", "qconfig_dict", "run_fn", "run_args", "inplace", "debug"], "flags": [], "fullname": "torch.ao.quantization.quantize_jit.quantize_jit", "name": "quantize_jit", "type": null}}, "script_qconfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["qconfig"], "flags": [], "fullname": "torch.ao.quantization.quantize_jit.script_qconfig", "name": "script_qconfig", "type": null}}, "script_qconfig_dict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["qconfig_dict"], "flags": [], "fullname": "torch.ao.quantization.quantize_jit.script_qconfig_dict", "name": "script_qconfig_dict", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "wrap_cpp_module": {".class": "SymbolTableNode", "cross_ref": "torch.jit._recursive.wrap_cpp_module", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/quantize_jit.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/quantize_jit.meta.json b/.mypy_cache/3.9/torch/ao/quantization/quantize_jit.meta.json deleted file mode 100644 index cedb08150..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/quantize_jit.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 3, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.quantization.qconfig", "torch.quantization.quant_type", "torch.jit._recursive", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "enum", "torch._C", "torch.ao.quantization.qconfig", "torch.ao.quantization.quant_type", "torch.jit", "torch.jit._script", "typing"], "hash": "3c6e81bfb6379f5d565390067f4453aeb57da4cd099508f41e5b0707f3eefe09", "id": "torch.ao.quantization.quantize_jit", "ignore_all": true, "interface_hash": "5be5df0c3c3e95cd5275433dbfed4600c8819eccc71871b40a421eaa8f239039", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/quantize_jit.py", "plugin_data": null, "size": 9044, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/stubs.data.json b/.mypy_cache/3.9/torch/ao/quantization/stubs.data.json deleted file mode 100644 index b2f9f8983..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/stubs.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.quantization.stubs", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "DeQuantStub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.stubs.DeQuantStub", "name": "DeQuantStub", "type_vars": []}, "flags": [], "fullname": "torch.ao.quantization.stubs.DeQuantStub", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.quantization.stubs", "mro": ["torch.ao.quantization.stubs.DeQuantStub", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.quantization.stubs.DeQuantStub.__init__", "name": "__init__", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.ao.quantization.stubs.DeQuantStub.forward", "name": "forward", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "QuantStub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.stubs.QuantStub", "name": "QuantStub", "type_vars": []}, "flags": [], "fullname": "torch.ao.quantization.stubs.QuantStub", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.quantization.stubs", "mro": ["torch.ao.quantization.stubs.QuantStub", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "qconfig"], "flags": [], "fullname": "torch.ao.quantization.stubs.QuantStub.__init__", "name": "__init__", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.ao.quantization.stubs.QuantStub.forward", "name": "forward", "type": null}}, "qconfig": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.quantization.stubs.QuantStub.qconfig", "name": "qconfig", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "QuantWrapper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.quantization.stubs.QuantWrapper", "name": "QuantWrapper", "type_vars": []}, "flags": [], "fullname": "torch.ao.quantization.stubs.QuantWrapper", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.quantization.stubs", "mro": ["torch.ao.quantization.stubs.QuantWrapper", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "flags": [], "fullname": "torch.ao.quantization.stubs.QuantWrapper.__init__", "name": "__init__", "type": null}}, "dequant": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.stubs.QuantWrapper.dequant", "name": "dequant", "type": "torch.ao.quantization.stubs.DeQuantStub"}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "X"], "flags": [], "fullname": "torch.ao.quantization.stubs.QuantWrapper.forward", "name": "forward", "type": null}}, "module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.stubs.QuantWrapper.module", "name": "module", "type": "torch.nn.modules.module.Module"}}, "quant": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.ao.quantization.stubs.QuantWrapper.quant", "name": "quant", "type": "torch.ao.quantization.stubs.QuantStub"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.stubs.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.stubs.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.stubs.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.stubs.__package__", "name": "__package__", "type": "builtins.str"}}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/stubs.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/stubs.meta.json b/.mypy_cache/3.9/torch/ao/quantization/stubs.meta.json deleted file mode 100644 index 370def3d4..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/stubs.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [20, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch.nn.modules", "torch.nn.modules.module", "typing"], "hash": "007c94b91b6efb420c9a708e5bdb6bd573450ca142e63199788db64d5893256f", "id": "torch.ao.quantization.stubs", "ignore_all": true, "interface_hash": "0480bbf4ebe5838553c7c2fd43a36516ffa0b0d17a4bbd096bde1b3b3b454d58", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/stubs.py", "plugin_data": null, "size": 1855, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/utils.data.json b/.mypy_cache/3.9/torch/ao/quantization/utils.data.json deleted file mode 100644 index 73de1caf8..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/utils.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.quantization.utils", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "QuantType": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quant_type.QuantType", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.utils.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.utils.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.utils.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.quantization.utils.__package__", "name": "__package__", "type": "builtins.str"}}, "activation_dtype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["qconfig"], "flags": [], "fullname": "torch.ao.quantization.utils.activation_dtype", "name": "activation_dtype", "type": null}}, "activation_is_int8_quantized": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["qconfig"], "flags": [], "fullname": "torch.ao.quantization.utils.activation_is_int8_quantized", "name": "activation_is_int8_quantized", "type": null}}, "activation_is_statically_quantized": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["qconfig"], "flags": [], "fullname": "torch.ao.quantization.utils.activation_is_statically_quantized", "name": "activation_is_statically_quantized", "type": null}}, "calculate_qmin_qmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["quant_min", "quant_max", "has_customized_qrange", "dtype", "reduce_range"], "flags": [], "fullname": "torch.ao.quantization.utils.calculate_qmin_qmax", "name": "calculate_qmin_qmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["quant_min", "quant_max", "has_customized_qrange", "dtype", "reduce_range"], "arg_types": ["builtins.int", "builtins.int", "builtins.bool", "torch._C.dtype", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "calculate_qmin_qmax", "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": []}}}, "check_min_max_valid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["min_val", "max_val"], "flags": [], "fullname": "torch.ao.quantization.utils.check_min_max_valid", "name": "check_min_max_valid", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["min_val", "max_val"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_min_max_valid", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "get_combined_dict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["default_dict", "additional_dict"], "flags": [], "fullname": "torch.ao.quantization.utils.get_combined_dict", "name": "get_combined_dict", "type": null}}, "get_qconfig_dtypes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["qconfig"], "flags": [], "fullname": "torch.ao.quantization.utils.get_qconfig_dtypes", "name": "get_qconfig_dtypes", "type": null}}, "get_qparam_dict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["observer_or_fake_quant"], "flags": [], "fullname": "torch.ao.quantization.utils.get_qparam_dict", "name": "get_qparam_dict", "type": null}}, "get_quant_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["qconfig"], "flags": [], "fullname": "torch.ao.quantization.utils.get_quant_type", "name": "get_quant_type", "type": null}}, "get_swapped_custom_module_class": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["custom_module", "custom_module_class_mapping", "qconfig"], "flags": [], "fullname": "torch.ao.quantization.utils.get_swapped_custom_module_class", "name": "get_swapped_custom_module_class", "type": null}}, "getattr_from_fqn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["obj", "fqn"], "flags": [], "fullname": "torch.ao.quantization.utils.getattr_from_fqn", "name": "getattr_from_fqn", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["obj", "fqn"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getattr_from_fqn", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "is_per_channel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["qscheme"], "flags": [], "fullname": "torch.ao.quantization.utils.is_per_channel", "name": "is_per_channel", "type": null}}, "is_per_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["qscheme"], "flags": [], "fullname": "torch.ao.quantization.utils.is_per_tensor", "name": "is_per_tensor", "type": null}}, "quant_type_to_str": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quant_type.quant_type_to_str", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}, "weight_dtype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["qconfig"], "flags": [], "fullname": "torch.ao.quantization.utils.weight_dtype", "name": "weight_dtype", "type": null}}, "weight_is_quantized": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["qconfig"], "flags": [], "fullname": "torch.ao.quantization.utils.weight_is_quantized", "name": "weight_is_quantized", "type": null}}, "weight_is_statically_quantized": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["qconfig"], "flags": [], "fullname": "torch.ao.quantization.utils.weight_is_statically_quantized", "name": "weight_is_statically_quantized", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/utils.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/quantization/utils.meta.json b/.mypy_cache/3.9/torch/ao/quantization/utils.meta.json deleted file mode 100644 index 3558b3e92..000000000 --- a/.mypy_cache/3.9/torch/ao/quantization/utils.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [4, 5, 6, 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["warnings", "functools", "torch", "torch.ao.quantization.quant_type", "typing", "builtins", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "abc", "enum", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "typing_extensions"], "hash": "a4a5227e39d1effa4d9d11fdabbecc9a4767564ab6a4f9f38b7098a9fd5e5a8e", "id": "torch.ao.quantization.utils", "ignore_all": true, "interface_hash": "9ed2bc4ca99284db5c577c18d73330ac35c2aa2bf50b4c792cad26d5d2c7b615", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/quantization/utils.py", "plugin_data": null, "size": 8442, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/sparsity/__init__.data.json b/.mypy_cache/3.9/torch/ao/sparsity/__init__.data.json deleted file mode 100644 index ae4ed0244..000000000 --- a/.mypy_cache/3.9/torch/ao/sparsity/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.sparsity", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ActivationReconstruction": {".class": "SymbolTableNode", "cross_ref": "torch.ao.sparsity.experimental.pruner.parametrization.ActivationReconstruction", "kind": "Gdef"}, "BasePruner": {".class": "SymbolTableNode", "cross_ref": "torch.ao.sparsity.experimental.pruner.base_pruner.BasePruner", "kind": "Gdef"}, "BaseScheduler": {".class": "SymbolTableNode", "cross_ref": "torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler", "kind": "Gdef"}, "BaseSparsifier": {".class": "SymbolTableNode", "cross_ref": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier", "kind": "Gdef"}, "BiasHook": {".class": "SymbolTableNode", "cross_ref": "torch.ao.sparsity.experimental.pruner.parametrization.BiasHook", "kind": "Gdef"}, "FakeSparsity": {".class": "SymbolTableNode", "cross_ref": "torch.ao.sparsity.sparsifier.utils.FakeSparsity", "kind": "Gdef"}, "LambdaSL": {".class": "SymbolTableNode", "cross_ref": "torch.ao.sparsity.scheduler.lambda_scheduler.LambdaSL", "kind": "Gdef"}, "PruningParametrization": {".class": "SymbolTableNode", "cross_ref": "torch.ao.sparsity.experimental.pruner.parametrization.PruningParametrization", "kind": "Gdef"}, "WeightNormSparsifier": {".class": "SymbolTableNode", "cross_ref": "torch.ao.sparsity.sparsifier.weight_norm_sparsifier.WeightNormSparsifier", "kind": "Gdef"}, "ZeroesParametrization": {".class": "SymbolTableNode", "cross_ref": "torch.ao.sparsity.experimental.pruner.parametrization.ZeroesParametrization", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.__package__", "name": "__package__", "type": "builtins.str"}}, "fqn_to_module": {".class": "SymbolTableNode", "cross_ref": "torch.ao.sparsity.sparsifier.utils.fqn_to_module", "kind": "Gdef"}, "get_dynamic_sparse_quantized_mapping": {".class": "SymbolTableNode", "cross_ref": "torch.ao.sparsity._mappings.get_dynamic_sparse_quantized_mapping", "kind": "Gdef"}, "get_static_sparse_quantized_mapping": {".class": "SymbolTableNode", "cross_ref": "torch.ao.sparsity._mappings.get_static_sparse_quantized_mapping", "kind": "Gdef"}, "module_to_fqn": {".class": "SymbolTableNode", "cross_ref": "torch.ao.sparsity.sparsifier.utils.module_to_fqn", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/sparsity/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/sparsity/__init__.meta.json b/.mypy_cache/3.9/torch/ao/sparsity/__init__.meta.json deleted file mode 100644 index 9aede3841..000000000 --- a/.mypy_cache/3.9/torch/ao/sparsity/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 6, 7, 10, 11, 14, 21, 27, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch.ao.sparsity._mappings", "torch.ao.sparsity.sparsifier.base_sparsifier", "torch.ao.sparsity.sparsifier.weight_norm_sparsifier", "torch.ao.sparsity.scheduler.base_scheduler", "torch.ao.sparsity.scheduler.lambda_scheduler", "torch.ao.sparsity.sparsifier.utils", "torch.ao.sparsity.experimental.pruner.parametrization", "torch.ao.sparsity.experimental.pruner.base_pruner", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "02c758b5eab0e12ea137881cf17be2b6d3ff64dde6e9ff95c64dae02266f02a0", "id": "torch.ao.sparsity", "ignore_all": true, "interface_hash": "1a49e4d146d2fd9e15973ed2038c8ae9a19689674d9d203b09a2aa58ec19de76", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/sparsity/__init__.py", "plugin_data": null, "size": 918, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/sparsity/_mappings.data.json b/.mypy_cache/3.9/torch/ao/sparsity/_mappings.data.json deleted file mode 100644 index 07651ca99..000000000 --- a/.mypy_cache/3.9/torch/ao/sparsity/_mappings.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.sparsity._mappings", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity._mappings.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity._mappings.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity._mappings.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity._mappings.__package__", "name": "__package__", "type": "builtins.str"}}, "get_dynamic_sparse_quantized_mapping": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.ao.sparsity._mappings.get_dynamic_sparse_quantized_mapping", "name": "get_dynamic_sparse_quantized_mapping", "type": null}}, "get_static_sparse_quantized_mapping": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.ao.sparsity._mappings.get_static_sparse_quantized_mapping", "name": "get_static_sparse_quantized_mapping", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/sparsity/_mappings.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/sparsity/_mappings.meta.json b/.mypy_cache/3.9/torch/ao/sparsity/_mappings.meta.json deleted file mode 100644 index 3f65f6fe1..000000000 --- a/.mypy_cache/3.9/torch/ao/sparsity/_mappings.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "_typeshed", "abc", "torch.ao.nn", "torch.ao.nn.sparse", "torch.ao.nn.sparse.quantized", "torch.ao.nn.sparse.quantized.dynamic", "torch.ao.nn.sparse.quantized.dynamic.linear", "torch.ao.nn.sparse.quantized.linear", "torch.nn", "torch.nn.modules", "torch.nn.modules.linear", "torch.nn.modules.module", "typing"], "hash": "a8c6fe7ee987425a01fe9edf8646005141354f4ba75a56991f9b21425502d90b", "id": "torch.ao.sparsity._mappings", "ignore_all": true, "interface_hash": "f3b4d5a64cee4b5cacc3dfac7889749ceb7b0066f0788ef1c6ad6102ee609d85", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/sparsity/_mappings.py", "plugin_data": null, "size": 430, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/sparsity/scheduler/__init__.data.json b/.mypy_cache/3.9/torch/ao/sparsity/scheduler/__init__.data.json deleted file mode 100644 index 1f432eb14..000000000 --- a/.mypy_cache/3.9/torch/ao/sparsity/scheduler/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.sparsity.scheduler", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.scheduler.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.scheduler.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.scheduler.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.scheduler.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/sparsity/scheduler/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/sparsity/scheduler/__init__.meta.json b/.mypy_cache/3.9/torch/ao/sparsity/scheduler/__init__.meta.json deleted file mode 100644 index 514574ff2..000000000 --- a/.mypy_cache/3.9/torch/ao/sparsity/scheduler/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1], "dep_prios": [5], "dependencies": ["builtins"], "hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", "id": "torch.ao.sparsity.scheduler", "ignore_all": true, "interface_hash": "f0b9c4fbd3b9a4d20c025adc29fa017c934c9db11657af43a5089b1088e5dbe2", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/sparsity/scheduler/__init__.py", "plugin_data": null, "size": 0, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/sparsity/scheduler/base_scheduler.data.json b/.mypy_cache/3.9/torch/ao/sparsity/scheduler/base_scheduler.data.json deleted file mode 100644 index f82b33577..000000000 --- a/.mypy_cache/3.9/torch/ao/sparsity/scheduler/base_scheduler.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.sparsity.scheduler.base_scheduler", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "BaseScheduler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler", "name": "BaseScheduler", "type_vars": []}, "flags": [], "fullname": "torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.sparsity.scheduler.base_scheduler", "mro": ["torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "sparsifier", "last_epoch", "verbose"], "flags": [], "fullname": "torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler.__repr__", "name": "__repr__", "type": null}}, "_get_sl_called_within_step": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler._get_sl_called_within_step", "name": "_get_sl_called_within_step", "type": "builtins.bool"}}, "_last_sl": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler._last_sl", "name": "_last_sl", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_step_count": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler._step_count", "name": "_step_count", "type": "builtins.int"}}, "base_sl": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler.base_sl", "name": "base_sl", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "get_last_sl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler.get_last_sl", "name": "get_last_sl", "type": null}}, "get_sl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler.get_sl", "name": "get_sl", "type": null}}, "last_epoch": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler.last_epoch", "name": "last_epoch", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "load_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state_dict"], "flags": [], "fullname": "torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler.load_state_dict", "name": "load_state_dict", "type": null}}, "print_sl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "is_verbose", "group", "sl", "epoch"], "flags": [], "fullname": "torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler.print_sl", "name": "print_sl", "type": null}}, "sparsifier": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler.sparsifier", "name": "sparsifier", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler.state_dict", "name": "state_dict", "type": null}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "epoch"], "flags": [], "fullname": "torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler.step", "name": "step", "type": null}}, "verbose": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler.verbose", "name": "verbose", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BaseSparsifier": {".class": "SymbolTableNode", "cross_ref": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.scheduler.base_scheduler.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.scheduler.base_scheduler.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.scheduler.base_scheduler.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.scheduler.base_scheduler.__package__", "name": "__package__", "type": "builtins.str"}}, "_enable_get_sl_call@128": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.sparsity.scheduler.base_scheduler._enable_get_sl_call@128", "name": "_enable_get_sl_call", "type_vars": []}, "flags": [], "fullname": "torch.ao.sparsity.scheduler.base_scheduler._enable_get_sl_call@128", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.sparsity.scheduler.base_scheduler", "mro": ["torch.ao.sparsity.scheduler.base_scheduler._enable_get_sl_call@128", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.sparsity.scheduler.base_scheduler._enable_get_sl_call@128.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "type", "value", "traceback"], "flags": [], "fullname": "torch.ao.sparsity.scheduler.base_scheduler._enable_get_sl_call@128.__exit__", "name": "__exit__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "torch.ao.sparsity.scheduler.base_scheduler._enable_get_sl_call@128.__init__", "name": "__init__", "type": null}}, "o": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.sparsity.scheduler.base_scheduler._enable_get_sl_call@128.o", "name": "o", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}, "weakref": {".class": "SymbolTableNode", "cross_ref": "weakref", "kind": "Gdef"}, "wraps": {".class": "SymbolTableNode", "cross_ref": "functools.wraps", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/sparsity/scheduler/base_scheduler.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/sparsity/scheduler/base_scheduler.meta.json b/.mypy_cache/3.9/torch/ao/sparsity/scheduler/base_scheduler.meta.json deleted file mode 100644 index 7063a5de9..000000000 --- a/.mypy_cache/3.9/torch/ao/sparsity/scheduler/base_scheduler.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 4, 5, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 10, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["torch.ao.sparsity", "functools", "warnings", "weakref", "builtins", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "pickle", "os", "time", "_typeshed", "_weakref", "abc", "torch.ao.sparsity.sparsifier", "torch.ao.sparsity.sparsifier.base_sparsifier", "typing"], "hash": "05bd916315c6457a0f3d985c81ceb0ab159a3628471b0679ac99e94fb82d67bf", "id": "torch.ao.sparsity.scheduler.base_scheduler", "ignore_all": true, "interface_hash": "001d036fdc54f49874b2fd23910f9eb91ca90878784989b91013a9f046285ec0", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/sparsity/scheduler/base_scheduler.py", "plugin_data": null, "size": 5972, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/sparsity/scheduler/lambda_scheduler.data.json b/.mypy_cache/3.9/torch/ao/sparsity/scheduler/lambda_scheduler.data.json deleted file mode 100644 index 5e3227543..000000000 --- a/.mypy_cache/3.9/torch/ao/sparsity/scheduler/lambda_scheduler.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.sparsity.scheduler.lambda_scheduler", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "BaseScheduler": {".class": "SymbolTableNode", "cross_ref": "torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler", "kind": "Gdef"}, "LambdaSL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.sparsity.scheduler.lambda_scheduler.LambdaSL", "name": "LambdaSL", "type_vars": []}, "flags": [], "fullname": "torch.ao.sparsity.scheduler.lambda_scheduler.LambdaSL", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.sparsity.scheduler.lambda_scheduler", "mro": ["torch.ao.sparsity.scheduler.lambda_scheduler.LambdaSL", "torch.ao.sparsity.scheduler.base_scheduler.BaseScheduler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "sparsifier", "sl_lambda", "last_epoch", "verbose"], "flags": [], "fullname": "torch.ao.sparsity.scheduler.lambda_scheduler.LambdaSL.__init__", "name": "__init__", "type": null}}, "get_sl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.sparsity.scheduler.lambda_scheduler.LambdaSL.get_sl", "name": "get_sl", "type": null}}, "sl_lambdas": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.sparsity.scheduler.lambda_scheduler.LambdaSL.sl_lambdas", "name": "sl_lambdas", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "sparsifier": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.sparsity.scheduler.lambda_scheduler.LambdaSL.sparsifier", "name": "sparsifier", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.scheduler.lambda_scheduler.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.scheduler.lambda_scheduler.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.scheduler.lambda_scheduler.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.scheduler.lambda_scheduler.__package__", "name": "__package__", "type": "builtins.str"}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/sparsity/scheduler/lambda_scheduler.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/sparsity/scheduler/lambda_scheduler.meta.json b/.mypy_cache/3.9/torch/ao/sparsity/scheduler/lambda_scheduler.meta.json deleted file mode 100644 index d6552a1db..000000000 --- a/.mypy_cache/3.9/torch/ao/sparsity/scheduler/lambda_scheduler.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["warnings", "torch.ao.sparsity.scheduler.base_scheduler", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "pickle", "os", "time", "abc", "typing"], "hash": "f40e5ef80107900f44fcce3a2a72561351862144be5d06b7e495d76ce2cb2d52", "id": "torch.ao.sparsity.scheduler.lambda_scheduler", "ignore_all": true, "interface_hash": "9fc22f5db228475ba37198b39eb7e7ba98d32e0ad56b9f751d6a181d3850470c", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/sparsity/scheduler/lambda_scheduler.py", "plugin_data": null, "size": 2030, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/__init__.data.json b/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/__init__.data.json deleted file mode 100644 index 7a5a9cd44..000000000 --- a/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.sparsity.sparsifier", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.sparsifier.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.sparsifier.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.sparsifier.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.sparsifier.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/sparsity/sparsifier/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/__init__.meta.json b/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/__init__.meta.json deleted file mode 100644 index ca3f9e8c8..000000000 --- a/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1], "dep_prios": [5], "dependencies": ["builtins"], "hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", "id": "torch.ao.sparsity.sparsifier", "ignore_all": true, "interface_hash": "0085c894206a7a318f2254fbb09770ebb1fc1978fea9fb239b62f8aeb9324b89", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/sparsity/sparsifier/__init__.py", "plugin_data": null, "size": 0, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/base_sparsifier.data.json b/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/base_sparsifier.data.json deleted file mode 100644 index 72422bcff..000000000 --- a/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/base_sparsifier.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.sparsity.sparsifier.base_sparsifier", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "BaseSparsifier": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["update_mask"], "bases": ["abc.ABC"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier", "name": "BaseSparsifier", "type_vars": []}, "flags": ["is_abstract"], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch.ao.sparsity.sparsifier.base_sparsifier", "mro": ["torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier", "abc.ABC", "builtins.object"], "names": {".class": "SymbolTable", "__getstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier.__getstate__", "name": "__getstate__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "defaults"], "flags": [], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier.__repr__", "name": "__repr__", "type": null}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier.__setstate__", "name": "__setstate__", "type": null}}, "_pack_state": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier._pack_state", "name": "_pack_state", "type": null}}, "_prepare": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier._prepare", "name": "_prepare", "type": null}}, "config": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier.config", "name": "config", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "convert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier.convert", "name": "convert", "type": null}}, "defaults": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier.defaults", "name": "defaults", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "enable_mask_update": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier.enable_mask_update", "name": "enable_mask_update", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "load_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "state_dict", "strict"], "flags": [], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier.load_state_dict", "name": "load_state_dict", "type": null}}, "model": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier.model", "name": "model", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "module_groups": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier.module_groups", "name": "module_groups", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "prepare": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "model", "config"], "flags": [], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier.prepare", "name": "prepare", "type": null}}, "squash_mask": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier.squash_mask", "name": "squash_mask", "type": null}}, "state": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier.state", "name": "state", "type": {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}], "type_ref": "builtins.dict"}}}, "state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier.state_dict", "name": "state_dict", "type": null}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "use_path"], "flags": [], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier.step", "name": "step", "type": null}}, "update_mask": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "layer", "kwargs"], "flags": ["is_decorated", "is_abstract"], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier.update_mask", "name": "update_mask", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "update_mask", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", "layer", "kwargs"], "arg_types": ["torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "update_mask of BaseSparsifier", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "FakeSparsity": {".class": "SymbolTableNode", "cross_ref": "torch.ao.sparsity.sparsifier.utils.FakeSparsity", "kind": "Gdef"}, "SUPPORTED_MODULES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.SUPPORTED_MODULES", "name": "SUPPORTED_MODULES", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["in_features", "out_features", "bias", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.linear.Linear"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": "Linear", "ret_type": "torch.nn.modules.linear.Linear", "type_guard": null, "variables": []}], "type_ref": "builtins.set"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.sparsifier.base_sparsifier.__package__", "name": "__package__", "type": "builtins.str"}}, "abc": {".class": "SymbolTableNode", "cross_ref": "abc", "kind": "Gdef"}, "copy": {".class": "SymbolTableNode", "cross_ref": "copy", "kind": "Gdef"}, "defaultdict": {".class": "SymbolTableNode", "cross_ref": "collections.defaultdict", "kind": "Gdef"}, "fqn_to_module": {".class": "SymbolTableNode", "cross_ref": "torch.ao.sparsity.sparsifier.utils.fqn_to_module", "kind": "Gdef"}, "module_to_fqn": {".class": "SymbolTableNode", "cross_ref": "torch.ao.sparsity.sparsifier.utils.module_to_fqn", "kind": "Gdef"}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef"}, "parametrize": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils.parametrize", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/sparsity/sparsifier/base_sparsifier.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/base_sparsifier.meta.json b/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/base_sparsifier.meta.json deleted file mode 100644 index 32e58cb19..000000000 --- a/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/base_sparsifier.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 3, 4, 5, 7, 8, 9, 9, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 10, 10, 20, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["abc", "copy", "collections", "typing", "torch", "torch.nn", "torch.nn.utils", "torch.nn.utils.parametrize", "torch.ao.sparsity.sparsifier.utils", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "_typeshed", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "torch.nn.modules", "torch.nn.modules.linear", "torch.nn.modules.module"], "hash": "94079a8c9d3f326256b34818b993c5aa5a2701f8b9b70035b0e7f9d0754d81d3", "id": "torch.ao.sparsity.sparsifier.base_sparsifier", "ignore_all": true, "interface_hash": "4014dfacef728410e578317233623a23a420c5d183f58df4af3bbc54098bf9ab", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/sparsity/sparsifier/base_sparsifier.py", "plugin_data": null, "size": 7550, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/utils.data.json b/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/utils.data.json deleted file mode 100644 index 88cea7e89..000000000 --- a/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/utils.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.sparsity.sparsifier.utils", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "FakeSparsity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.sparsity.sparsifier.utils.FakeSparsity", "name": "FakeSparsity", "type_vars": []}, "flags": [], "fullname": "torch.ao.sparsity.sparsifier.utils.FakeSparsity", "metaclass_type": null, "metadata": {}, "module_name": "torch.ao.sparsity.sparsifier.utils", "mro": ["torch.ao.sparsity.sparsifier.utils.FakeSparsity", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mask"], "flags": [], "fullname": "torch.ao.sparsity.sparsifier.utils.FakeSparsity.__init__", "name": "__init__", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.ao.sparsity.sparsifier.utils.FakeSparsity.forward", "name": "forward", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.sparsifier.utils.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.sparsifier.utils.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.sparsifier.utils.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.sparsifier.utils.__package__", "name": "__package__", "type": "builtins.str"}}, "fqn_to_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["model", "path"], "flags": [], "fullname": "torch.ao.sparsity.sparsifier.utils.fqn_to_module", "name": "fqn_to_module", "type": null}}, "module_to_fqn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["model", "layer", "prefix"], "flags": [], "fullname": "torch.ao.sparsity.sparsifier.utils.module_to_fqn", "name": "module_to_fqn", "type": null}}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/sparsity/sparsifier/utils.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/utils.meta.json b/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/utils.meta.json deleted file mode 100644 index 359ed3204..000000000 --- a/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/utils.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [20, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch.nn.modules", "torch.nn.modules.module", "typing"], "hash": "5899b1dd6fd91a42d7eff50c9171eeff1d6143da05c85b80225827f64e0ff020", "id": "torch.ao.sparsity.sparsifier.utils", "ignore_all": true, "interface_hash": "a54358ff31a9b5dcca9001509401c4fc2b033acce1b9d1c1b0ce9003331cd54b", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/sparsity/sparsifier/utils.py", "plugin_data": null, "size": 1121, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/weight_norm_sparsifier.data.json b/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/weight_norm_sparsifier.data.json deleted file mode 100644 index 6710ad2ea..000000000 --- a/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/weight_norm_sparsifier.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.ao.sparsity.sparsifier.weight_norm_sparsifier", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "BaseSparsifier": {".class": "SymbolTableNode", "cross_ref": "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier", "kind": "Gdef"}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "WeightNormSparsifier": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.ao.sparsity.sparsifier.weight_norm_sparsifier.WeightNormSparsifier", "name": "WeightNormSparsifier", "type_vars": []}, "flags": [], "fullname": "torch.ao.sparsity.sparsifier.weight_norm_sparsifier.WeightNormSparsifier", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch.ao.sparsity.sparsifier.weight_norm_sparsifier", "mro": ["torch.ao.sparsity.sparsifier.weight_norm_sparsifier.WeightNormSparsifier", "torch.ao.sparsity.sparsifier.base_sparsifier.BaseSparsifier", "abc.ABC", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "sparsity_level", "sparse_block_shape", "zeros_per_block"], "flags": [], "fullname": "torch.ao.sparsity.sparsifier.weight_norm_sparsifier.WeightNormSparsifier.__init__", "name": "__init__", "type": null}}, "update_mask": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 4], "arg_names": ["self", "layer", "sparsity_level", "sparse_block_shape", "zeros_per_block", "kwargs"], "flags": [], "fullname": "torch.ao.sparsity.sparsifier.weight_norm_sparsifier.WeightNormSparsifier.update_mask", "name": "update_mask", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.sparsifier.weight_norm_sparsifier.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.sparsifier.weight_norm_sparsifier.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.sparsifier.weight_norm_sparsifier.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.ao.sparsity.sparsifier.weight_norm_sparsifier.__package__", "name": "__package__", "type": "builtins.str"}}, "_flat_idx_to_2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["idx", "shape"], "flags": [], "fullname": "torch.ao.sparsity.sparsifier.weight_norm_sparsifier._flat_idx_to_2d", "name": "_flat_idx_to_2d", "type": null}}, "reduce": {".class": "SymbolTableNode", "cross_ref": "functools.reduce", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/weight_norm_sparsifier.meta.json b/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/weight_norm_sparsifier.meta.json deleted file mode 100644 index 0409ed707..000000000 --- a/.mypy_cache/3.9/torch/ao/sparsity/sparsifier/weight_norm_sparsifier.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 4, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 10, 20, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["functools", "torch", "torch.nn.functional", "torch.nn", "torch.ao.sparsity.sparsifier.base_sparsifier", "builtins", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "typing", "typing_extensions"], "hash": "88f70fec37deb705662724d53d1cbe6d92fc61918a373bd639558bab20bf1487", "id": "torch.ao.sparsity.sparsifier.weight_norm_sparsifier", "ignore_all": true, "interface_hash": "d32951436155342ada17a1aacfcd99c625679eb3160c8d94ac09a3334c3eb1b9", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py", "plugin_data": null, "size": 2302, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autocast_mode.data.json b/.mypy_cache/3.9/torch/autocast_mode.data.json deleted file mode 100644 index cd096efd9..000000000 --- a/.mypy_cache/3.9/torch/autocast_mode.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.autocast_mode", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autocast_mode.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autocast_mode.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autocast_mode.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autocast_mode.__package__", "name": "__package__", "type": "builtins.str"}}, "autocast": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autocast_mode.autocast", "name": "autocast", "type_vars": []}, "flags": [], "fullname": "torch.autocast_mode.autocast", "metaclass_type": null, "metadata": {}, "module_name": "torch.autocast_mode", "mro": ["torch.autocast_mode.autocast", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "func"], "flags": [], "fullname": "torch.autocast_mode.autocast.__call__", "name": "__call__", "type": null}}, "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autocast_mode.autocast.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "torch.autocast_mode.autocast.__exit__", "name": "__exit__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 4], "arg_names": ["self", "device_type", "enabled", "kwargs"], "flags": [], "fullname": "torch.autocast_mode.autocast.__init__", "name": "__init__", "type": null}}, "_cache_enabled": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autocast_mode.autocast._cache_enabled", "name": "_cache_enabled", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_enabled": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autocast_mode.autocast._enabled", "name": "_enabled", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "device": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autocast_mode.autocast.device", "name": "device", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "fast_dtype": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autocast_mode.autocast.fast_dtype", "name": "fast_dtype", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "prev": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autocast_mode.autocast.prev", "name": "prev", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "prev_cache_enabled": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autocast_mode.autocast.prev_cache_enabled", "name": "prev_cache_enabled", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "prev_fastdtype": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autocast_mode.autocast.prev_fastdtype", "name": "prev_fastdtype", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/autocast_mode.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autocast_mode.meta.json b/.mypy_cache/3.9/torch/autocast_mode.meta.json deleted file mode 100644 index fc9de78b2..000000000 --- a/.mypy_cache/3.9/torch/autocast_mode.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "functools", "warnings", "builtins", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "abc", "torch._C", "torch.cuda", "torch.cuda.amp", "torch.cuda.amp.common", "typing"], "hash": "70ad67a4e663c3138f6fa2c081abadf8b699c3ae2c639f1d8a373c82037c4c9e", "id": "torch.autocast_mode", "ignore_all": true, "interface_hash": "3824037a5630b6cba22c0d4ea07b8e608ff6a28f1ecf2ff922c0cb5bca8c699e", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/autocast_mode.py", "plugin_data": null, "size": 9663, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/__init__.data.json b/.mypy_cache/3.9/torch/autograd/__init__.data.json deleted file mode 100644 index 28079b9e1..000000000 --- a/.mypy_cache/3.9/torch/autograd/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.autograd", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_public": false}, "DeviceType": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.DeviceType", "kind": "Gdef", "module_public": false}, "Function": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.function.Function", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_public": false}, "NestedIOFunction": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.function.NestedIOFunction", "kind": "Gdef", "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_public": false}, "ProfilerActivity": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.ProfilerActivity", "kind": "Gdef", "module_public": false}, "ProfilerConfig": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.ProfilerConfig", "kind": "Gdef", "module_public": false}, "ProfilerEvent": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.ProfilerEvent", "kind": "Gdef", "module_public": false}, "ProfilerState": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.ProfilerState", "kind": "Gdef", "module_public": false}, "SavedTensor": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.SavedTensor", "kind": "Gdef", "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_public": false}, "Variable": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.variable.Variable", "kind": "Gdef"}, "_KinetoEvent": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._KinetoEvent", "kind": "Gdef", "module_public": false}, "_OptionalTensor": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.autograd._OptionalTensor", "line": 27, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}}}, "_ProfilerResult": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._ProfilerResult", "kind": "Gdef", "module_public": false}, "_TensorOrTensors": {".class": "SymbolTableNode", "cross_ref": "torch.types._TensorOrTensors", "kind": "Gdef", "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.__package__", "name": "__package__", "type": "builtins.str"}}, "_add_metadata_json": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._add_metadata_json", "kind": "Gdef", "module_public": false}, "_disable_profiler": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._disable_profiler", "kind": "Gdef", "module_public": false}, "_disable_profiler_legacy": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._disable_profiler_legacy", "kind": "Gdef", "module_public": false}, "_enable_profiler": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._enable_profiler", "kind": "Gdef", "module_public": false}, "_enable_profiler_legacy": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._enable_profiler_legacy", "kind": "Gdef", "module_public": false}, "_enable_record_function": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._enable_record_function", "kind": "Gdef", "module_public": false}, "_is_checkpoint_valid": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.autograd._is_checkpoint_valid", "name": "_is_checkpoint_valid", "type": null}}, "_make_grads": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["outputs", "grads"], "flags": [], "fullname": "torch.autograd._make_grads", "name": "_make_grads", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["outputs", "grads"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.autograd._OptionalTensor"}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make_grads", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.autograd._OptionalTensor"}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "_prepare_profiler": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._prepare_profiler", "kind": "Gdef", "module_public": false}, "_profiler_enabled": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._profiler_enabled", "kind": "Gdef", "module_public": false}, "_register_saved_tensors_default_hooks": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._register_saved_tensors_default_hooks", "kind": "Gdef", "module_public": false}, "_reset_saved_tensors_default_hooks": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._reset_saved_tensors_default_hooks", "kind": "Gdef", "module_public": false}, "_set_empty_test_observer": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._set_empty_test_observer", "kind": "Gdef", "module_public": false}, "_supported_activities": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._supported_activities", "kind": "Gdef", "module_public": false}, "_tensor_or_tensors_to_tuple": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensors", "length"], "flags": [], "fullname": "torch.autograd._tensor_or_tensors_to_tuple", "name": "_tensor_or_tensors_to_tuple", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors", "length"], "arg_types": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_tensor_or_tensors_to_tuple", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.autograd._OptionalTensor"}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "backward": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["tensors", "grad_tensors", "retain_graph", "create_graph", "grad_variables", "inputs"], "flags": [], "fullname": "torch.autograd.backward", "name": "backward", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["tensors", "grad_tensors", "retain_graph", "create_graph", "grad_variables", "inputs"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._TensorOrTensors"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "backward", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "detect_anomaly": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.anomaly_mode.detect_anomaly", "kind": "Gdef", "module_public": false}, "enable_grad": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.grad_mode.enable_grad", "kind": "Gdef", "module_public": false}, "forward_ad": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.forward_ad", "kind": "Gdef", "module_public": false}, "functional": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.functional", "kind": "Gdef", "module_public": false}, "grad": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["outputs", "inputs", "grad_outputs", "retain_graph", "create_graph", "only_inputs", "allow_unused"], "flags": [], "fullname": "torch.autograd.grad", "name": "grad", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["outputs", "inputs", "grad_outputs", "retain_graph", "create_graph", "only_inputs", "allow_unused"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._TensorOrTensors"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._TensorOrTensors"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "grad", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "gradcheck": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.gradcheck.gradcheck", "kind": "Gdef", "module_public": false}, "gradgradcheck": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.gradcheck.gradgradcheck", "kind": "Gdef", "module_public": false}, "graph": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.graph", "kind": "Gdef", "module_public": false}, "handle_torch_function": {".class": "SymbolTableNode", "cross_ref": "torch.overrides.handle_torch_function", "kind": "Gdef", "module_public": false}, "has_torch_function": {".class": "SymbolTableNode", "cross_ref": "torch.overrides.has_torch_function", "kind": "Gdef", "module_public": false}, "inference_mode": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.grad_mode.inference_mode", "kind": "Gdef", "module_public": false}, "kineto_available": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.kineto_available", "kind": "Gdef", "module_public": false}, "no_grad": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.grad_mode.no_grad", "kind": "Gdef", "module_public": false}, "profiler": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.profiler", "kind": "Gdef", "module_public": false}, "set_detect_anomaly": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.anomaly_mode.set_detect_anomaly", "kind": "Gdef", "module_public": false}, "set_grad_enabled": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.grad_mode.set_grad_enabled", "kind": "Gdef", "module_public": false}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}, "variable": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "flags": [], "fullname": "torch.autograd.variable", "name": "variable", "type": null}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/autograd/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/__init__.meta.json b/.mypy_cache/3.9/torch/autograd/__init__.meta.json deleted file mode 100644 index 9172dec0d..000000000 --- a/.mypy_cache/3.9/torch/autograd/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [9, 10, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 264, 273, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 5, 5, 5, 5, 5, 10, 10, 10, 5, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch", "warnings", "torch.types", "typing", "torch.autograd.variable", "torch.autograd.function", "torch.autograd.gradcheck", "torch.autograd.grad_mode", "torch.autograd.anomaly_mode", "torch.overrides", "torch.autograd.functional", "torch.autograd.forward_ad", "torch.autograd.graph", "torch._C._autograd", "torch.autograd.profiler", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor"], "hash": "0bd451c69da5dc8732bd48fc578d378f46d6ba137f7417e61064fd773cc1f084", "id": "torch.autograd", "ignore_all": true, "interface_hash": "e34212ad93d265942b289b576c9182feb2db140881ea1ef672405c9a4c010f37", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/autograd/__init__.py", "plugin_data": null, "size": 13553, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/_functions/__init__.data.json b/.mypy_cache/3.9/torch/autograd/_functions/__init__.data.json deleted file mode 100644 index 874d43488..000000000 --- a/.mypy_cache/3.9/torch/autograd/_functions/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.autograd._functions", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Function": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.function.Function", "kind": "Gdef"}, "Resize": {".class": "SymbolTableNode", "cross_ref": "torch.autograd._functions.tensor.Resize", "kind": "Gdef"}, "Type": {".class": "SymbolTableNode", "cross_ref": "torch.autograd._functions.tensor.Type", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd._functions.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd._functions.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd._functions.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd._functions.__package__", "name": "__package__", "type": "builtins.str"}}, "reduce": {".class": "SymbolTableNode", "cross_ref": "functools.reduce", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/autograd/_functions/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/_functions/__init__.meta.json b/.mypy_cache/3.9/torch/autograd/_functions/__init__.meta.json deleted file mode 100644 index 01337ec78..000000000 --- a/.mypy_cache/3.9/torch/autograd/_functions/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch.autograd._functions.tensor", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "b1d2898fa0e26b5bcd452a25cae7f344a767e6a1e4802042508dce066f8f196d", "id": "torch.autograd._functions", "ignore_all": true, "interface_hash": "f767bb0d4922e76e4a0cb2c4fb6030664245d5e3c6dd96f2b8306d5f7b1921cb", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/autograd/_functions/__init__.py", "plugin_data": null, "size": 36, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/_functions/tensor.data.json b/.mypy_cache/3.9/torch/autograd/_functions/tensor.data.json deleted file mode 100644 index 0de05d39e..000000000 --- a/.mypy_cache/3.9/torch/autograd/_functions/tensor.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.autograd._functions.tensor", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Function": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.function.Function", "kind": "Gdef"}, "Resize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.autograd.function.Function"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd._functions.tensor.Resize", "name": "Resize", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.autograd._functions.tensor.Resize", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd._functions.tensor", "mro": ["torch.autograd._functions.tensor.Resize", "torch.autograd.function.Function", "builtins.object"], "names": {".class": "SymbolTable", "backward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "grad_output"], "flags": ["is_static", "is_decorated"], "fullname": "torch.autograd._functions.tensor.Resize.backward", "name": "backward", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "backward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "grad_output"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "backward of Resize", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["ctx", "tensor", "sizes"], "flags": ["is_static", "is_decorated"], "fullname": "torch.autograd._functions.tensor.Resize.forward", "name": "forward", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["ctx", "tensor", "sizes"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "forward of Resize", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.autograd.function.Function"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd._functions.tensor.Type", "name": "Type", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.autograd._functions.tensor.Type", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd._functions.tensor", "mro": ["torch.autograd._functions.tensor.Type", "torch.autograd.function.Function", "builtins.object"], "names": {".class": "SymbolTable", "backward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "grad_output"], "flags": ["is_static", "is_decorated"], "fullname": "torch.autograd._functions.tensor.Type.backward", "name": "backward", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "backward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "grad_output"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "backward of Type", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["ctx", "i", "dest_type"], "flags": ["is_static", "is_decorated"], "fullname": "torch.autograd._functions.tensor.Type.forward", "name": "forward", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["ctx", "i", "dest_type"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "forward of Type", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd._functions.tensor.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd._functions.tensor.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd._functions.tensor.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd._functions.tensor.__package__", "name": "__package__", "type": "builtins.str"}}, "reduce": {".class": "SymbolTableNode", "cross_ref": "functools.reduce", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/autograd/_functions/tensor.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/_functions/tensor.meta.json b/.mypy_cache/3.9/torch/autograd/_functions/tensor.meta.json deleted file mode 100644 index 11e413c8d..000000000 --- a/.mypy_cache/3.9/torch/autograd/_functions/tensor.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["functools", "torch", "torch._utils", "torch.autograd.function", "builtins", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch.cuda", "typing"], "hash": "2f86d35d03b0e9f49a260168d72c2a2788fe7f02118a1d7fa74dfb9e5555c241", "id": "torch.autograd._functions.tensor", "ignore_all": true, "interface_hash": "380f004f26e6308c5673c6b84785f48cbdf7617e4c59a4955a89c24a196c2f57", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/autograd/_functions/tensor.py", "plugin_data": null, "size": 1808, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/anomaly_mode.data.json b/.mypy_cache/3.9/torch/autograd/anomaly_mode.data.json deleted file mode 100644 index c32367914..000000000 --- a/.mypy_cache/3.9/torch/autograd/anomaly_mode.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.autograd.anomaly_mode", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.anomaly_mode.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.anomaly_mode.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.anomaly_mode.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.anomaly_mode.__package__", "name": "__package__", "type": "builtins.str"}}, "detect_anomaly": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.anomaly_mode.detect_anomaly", "name": "detect_anomaly", "type_vars": []}, "flags": [], "fullname": "torch.autograd.anomaly_mode.detect_anomaly", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.anomaly_mode", "mro": ["torch.autograd.anomaly_mode.detect_anomaly", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.anomaly_mode.detect_anomaly.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch.autograd.anomaly_mode.detect_anomaly"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of detect_anomaly", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "torch.autograd.anomaly_mode.detect_anomaly.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": [null, null], "arg_types": ["torch.autograd.anomaly_mode.detect_anomaly", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of detect_anomaly", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.anomaly_mode.detect_anomaly.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.autograd.anomaly_mode.detect_anomaly"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of detect_anomaly", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "prev": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.anomaly_mode.detect_anomaly.prev", "name": "prev", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "set_detect_anomaly": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.anomaly_mode.set_detect_anomaly", "name": "set_detect_anomaly", "type_vars": []}, "flags": [], "fullname": "torch.autograd.anomaly_mode.set_detect_anomaly", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.anomaly_mode", "mro": ["torch.autograd.anomaly_mode.set_detect_anomaly", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.anomaly_mode.set_detect_anomaly.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch.autograd.anomaly_mode.set_detect_anomaly"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of set_detect_anomaly", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "torch.autograd.anomaly_mode.set_detect_anomaly.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": [null, null], "arg_types": ["torch.autograd.anomaly_mode.set_detect_anomaly", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of set_detect_anomaly", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mode"], "flags": [], "fullname": "torch.autograd.anomaly_mode.set_detect_anomaly.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mode"], "arg_types": ["torch.autograd.anomaly_mode.set_detect_anomaly", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of set_detect_anomaly", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "prev": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.anomaly_mode.set_detect_anomaly.prev", "name": "prev", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/autograd/anomaly_mode.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/anomaly_mode.meta.json b/.mypy_cache/3.9/torch/autograd/anomaly_mode.meta.json deleted file mode 100644 index 1cd1bfc3b..000000000 --- a/.mypy_cache/3.9/torch/autograd/anomaly_mode.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch", "warnings", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "abc", "torch._C"], "hash": "ac0d6b4c3e83a7588eaf90d5ebd5b4b7431d46b00d195aaa2b5f84c415aa9e0d", "id": "torch.autograd.anomaly_mode", "ignore_all": true, "interface_hash": "6d1edc3ff1322cac9b4027deb90894be81a2e802aaca855f451e17c4b1eb2b3c", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/autograd/anomaly_mode.py", "plugin_data": null, "size": 4266, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/forward_ad.data.json b/.mypy_cache/3.9/torch/autograd/forward_ad.data.json deleted file mode 100644 index aa6be8fe5..000000000 --- a/.mypy_cache/3.9/torch/autograd/forward_ad.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.autograd.forward_ad", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "_DecoratorContextManager": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.grad_mode._DecoratorContextManager", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.forward_ad.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.forward_ad.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.forward_ad.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.forward_ad.__package__", "name": "__package__", "type": "builtins.str"}}, "_current_level": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.forward_ad._current_level", "name": "_current_level", "type": "builtins.int"}}, "dual_level": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.autograd.grad_mode._DecoratorContextManager"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.forward_ad.dual_level", "name": "dual_level", "type_vars": []}, "flags": [], "fullname": "torch.autograd.forward_ad.dual_level", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.forward_ad", "mro": ["torch.autograd.forward_ad.dual_level", "torch.autograd.grad_mode._DecoratorContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.forward_ad.dual_level.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_value", "traceback"], "flags": [], "fullname": "torch.autograd.forward_ad.dual_level.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["torch.autograd.forward_ad.dual_level", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of dual_level", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.forward_ad.dual_level.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "enter_dual_level": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.autograd.forward_ad.enter_dual_level", "name": "enter_dual_level", "type": null}}, "exit_dual_level": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [5], "arg_names": ["level"], "flags": [], "fullname": "torch.autograd.forward_ad.exit_dual_level", "name": "exit_dual_level", "type": null}}, "make_dual": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["tensor", "tangent", "level"], "flags": [], "fullname": "torch.autograd.forward_ad.make_dual", "name": "make_dual", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "unpack_dual": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["tensor", "level"], "flags": [], "fullname": "torch.autograd.forward_ad.unpack_dual", "name": "unpack_dual", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/autograd/forward_ad.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/forward_ad.meta.json b/.mypy_cache/3.9/torch/autograd/forward_ad.meta.json deleted file mode 100644 index 26512aa92..000000000 --- a/.mypy_cache/3.9/torch/autograd/forward_ad.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch", "torch.autograd.grad_mode", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._VF", "types"], "hash": "1ad7dfa0c873532ce0b67d187fa8ac8c668948d048e811316ef1dc2ea2643452", "id": "torch.autograd.forward_ad", "ignore_all": true, "interface_hash": "06e2987cf5f75d9a7a9f52ebbcdd2a4e7f6db41f646d1ae7070c29fb3244f3bc", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/autograd/forward_ad.py", "plugin_data": null, "size": 4025, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/function.data.json b/.mypy_cache/3.9/torch/autograd/function.data.json deleted file mode 100644 index 92942556f..000000000 --- a/.mypy_cache/3.9/torch/autograd/function.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.autograd.function", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "BackwardCFunction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C._FunctionBase", "torch.autograd.function.FunctionCtx", "torch.autograd.function._HookMixin"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.function.BackwardCFunction", "name": "BackwardCFunction", "type_vars": []}, "flags": [], "fullname": "torch.autograd.function.BackwardCFunction", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.function", "mro": ["torch.autograd.function.BackwardCFunction", "torch._C._FunctionBase", "torch.autograd.function.FunctionCtx", "torch.autograd.function._HookMixin", "builtins.object"], "names": {".class": "SymbolTable", "apply": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "torch.autograd.function.BackwardCFunction.apply", "name": "apply", "type": null}}, "apply_jvp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "torch.autograd.function.BackwardCFunction.apply_jvp", "name": "apply_jvp", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Function": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.function.Function", "name": "Function", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.autograd.function.Function", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.function", "mro": ["torch.autograd.function.Function", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.autograd.function.Function.__call__", "name": "__call__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.autograd.function.Function.__init__", "name": "__init__", "type": null}}, "backward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["ctx", "grad_outputs"], "flags": ["is_static", "is_decorated"], "fullname": "torch.autograd.function.Function.backward", "name": "backward", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["ctx", "grad_outputs"], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "backward of Function", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "backward", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["ctx", "grad_outputs"], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "backward of Function", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["ctx", "args", "kwargs"], "flags": ["is_static", "is_decorated"], "fullname": "torch.autograd.function.Function.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["ctx", "args", "kwargs"], "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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Function", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["ctx", "args", "kwargs"], "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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Function", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "is_traceable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.autograd.function.Function.is_traceable", "name": "is_traceable", "type": "builtins.bool"}}, "jvp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["ctx", "grad_inputs"], "flags": ["is_static", "is_decorated"], "fullname": "torch.autograd.function.Function.jvp", "name": "jvp", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["ctx", "grad_inputs"], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "jvp of Function", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "jvp", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["ctx", "grad_inputs"], "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "jvp of Function", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "vjp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.autograd.function.Function.vjp", "name": "vjp", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["ctx", "grad_outputs"], "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": {"first_arg": null}, "fallback": "builtins.function", "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": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FunctionCtx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.function.FunctionCtx", "name": "FunctionCtx", "type_vars": []}, "flags": [], "fullname": "torch.autograd.function.FunctionCtx", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.function", "mro": ["torch.autograd.function.FunctionCtx", "builtins.object"], "names": {".class": "SymbolTable", "dirty_tensors": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.function.FunctionCtx.dirty_tensors", "name": "dirty_tensors", "type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}}, "mark_dirty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "torch.autograd.function.FunctionCtx.mark_dirty", "name": "mark_dirty", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["torch.autograd.function.FunctionCtx", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mark_dirty of FunctionCtx", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "mark_non_differentiable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "torch.autograd.function.FunctionCtx.mark_non_differentiable", "name": "mark_non_differentiable", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["torch.autograd.function.FunctionCtx", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mark_non_differentiable of FunctionCtx", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "mark_shared_storage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "pairs"], "flags": [], "fullname": "torch.autograd.function.FunctionCtx.mark_shared_storage", "name": "mark_shared_storage", "type": null}}, "materialize_grads": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.function.FunctionCtx.materialize_grads", "name": "materialize_grads", "type": "builtins.bool"}}, "non_differentiable": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.function.FunctionCtx.non_differentiable", "name": "non_differentiable", "type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}}, "save_for_backward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "tensors"], "flags": [], "fullname": "torch.autograd.function.FunctionCtx.save_for_backward", "name": "save_for_backward", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "tensors"], "arg_types": ["torch.autograd.function.FunctionCtx", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "save_for_backward of FunctionCtx", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "set_materialize_grads": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.autograd.function.FunctionCtx.set_materialize_grads", "name": "set_materialize_grads", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["torch.autograd.function.FunctionCtx", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_materialize_grads of FunctionCtx", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "to_save": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.function.FunctionCtx.to_save", "name": "to_save", "type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FunctionMeta": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.type"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.function.FunctionMeta", "name": "FunctionMeta", "type_vars": []}, "flags": [], "fullname": "torch.autograd.function.FunctionMeta", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.function", "mro": ["torch.autograd.function.FunctionMeta", "builtins.type", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "name", "bases", "attrs"], "flags": [], "fullname": "torch.autograd.function.FunctionMeta.__init__", "name": "__init__", "type": null}}, "_backward_cls": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.function.FunctionMeta._backward_cls", "name": "_backward_cls", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InplaceFunction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.autograd.function.Function"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.function.InplaceFunction", "name": "InplaceFunction", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.autograd.function.InplaceFunction", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.function", "mro": ["torch.autograd.function.InplaceFunction", "torch.autograd.function.Function", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "flags": [], "fullname": "torch.autograd.function.InplaceFunction.__init__", "name": "__init__", "type": null}}, "inplace": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.function.InplaceFunction.inplace", "name": "inplace", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "NestedIOFunction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.autograd.function.Function"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.function.NestedIOFunction", "name": "NestedIOFunction", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.autograd.function.NestedIOFunction", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.function", "mro": ["torch.autograd.function.NestedIOFunction", "torch.autograd.function.Function", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.autograd.function.NestedIOFunction.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "input"], "arg_types": ["torch.autograd.function.NestedIOFunction", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_do_backward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "gradients", "retain_variables"], "flags": [], "fullname": "torch.autograd.function.NestedIOFunction._do_backward", "name": "_do_backward", "type": null}}, "_do_forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.autograd.function.NestedIOFunction._do_forward", "name": "_do_forward", "type": null}}, "_nested_input": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.function.NestedIOFunction._nested_input", "name": "_nested_input", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_nested_output": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.function.NestedIOFunction._nested_output", "name": "_nested_output", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 5}}}, "_to_save_nested": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.function.NestedIOFunction._to_save_nested", "name": "_to_save_nested", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}}}, "backward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "gradients"], "flags": [], "fullname": "torch.autograd.function.NestedIOFunction.backward", "name": "backward", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "gradients"], "arg_types": ["torch.autograd.function.NestedIOFunction", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "backward of NestedIOFunction", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "backward_extended": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "grad_output"], "flags": [], "fullname": "torch.autograd.function.NestedIOFunction.backward_extended", "name": "backward_extended", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "grad_output"], "arg_types": ["torch.autograd.function.NestedIOFunction", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "backward_extended of NestedIOFunction", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dirty_tensors": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.function.NestedIOFunction.dirty_tensors", "name": "dirty_tensors", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "builtins.tuple"}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "torch.autograd.function.NestedIOFunction.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["torch.autograd.function.NestedIOFunction", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of NestedIOFunction", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "forward_extended": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.autograd.function.NestedIOFunction.forward_extended", "name": "forward_extended", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "input"], "arg_types": ["torch.autograd.function.NestedIOFunction", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward_extended of NestedIOFunction", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "mark_dirty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.autograd.function.NestedIOFunction.mark_dirty", "name": "mark_dirty", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["torch.autograd.function.NestedIOFunction", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mark_dirty of NestedIOFunction", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "mark_non_differentiable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.autograd.function.NestedIOFunction.mark_non_differentiable", "name": "mark_non_differentiable", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["torch.autograd.function.NestedIOFunction", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mark_non_differentiable of NestedIOFunction", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "non_differentiable": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.function.NestedIOFunction.non_differentiable", "name": "non_differentiable", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "builtins.tuple"}}}, "retain_variables": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.function.NestedIOFunction.retain_variables", "name": "retain_variables", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "save_for_backward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "torch.autograd.function.NestedIOFunction.save_for_backward", "name": "save_for_backward", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["torch.autograd.function.NestedIOFunction", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "save_for_backward of NestedIOFunction", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "saved_tensors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.autograd.function.NestedIOFunction.saved_tensors", "name": "saved_tensors", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "saved_tensors", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.autograd.function.NestedIOFunction"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "saved_tensors of NestedIOFunction", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "to_save": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.function.NestedIOFunction.to_save", "name": "to_save", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "builtins.tuple"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "OrderedDict": {".class": "SymbolTableNode", "cross_ref": "collections.OrderedDict", "kind": "Gdef"}, "_C": {".class": "SymbolTableNode", "cross_ref": "torch._C", "kind": "Gdef"}, "_ContextMethodMixin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.autograd.function._ContextMethodMixin", "line": 175, "no_args": true, "normalized": false, "target": "torch.autograd.function.FunctionCtx"}}, "_HookMixin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.function._HookMixin", "name": "_HookMixin", "type_vars": []}, "flags": [], "fullname": "torch.autograd.function._HookMixin", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.function", "mro": ["torch.autograd.function._HookMixin", "builtins.object"], "names": {".class": "SymbolTable", "_register_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["backward_hooks", "hook"], "flags": ["is_static", "is_decorated"], "fullname": "torch.autograd.function._HookMixin._register_hook", "name": "_register_hook", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_register_hook", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["backward_hooks", "hook"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_register_hook of _HookMixin", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.function.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.function.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.function.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.function.__package__", "name": "__package__", "type": "builtins.str"}}, "_functions": {".class": "SymbolTableNode", "cross_ref": "torch._C._functions", "kind": "Gdef"}, "_iter_None_tensors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.function._iter_None_tensors", "name": "_iter_None_tensors", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_iter_filter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["condition", "allow_unknown", "condition_msg", "conversion"], "flags": [], "fullname": "torch.autograd.function._iter_filter", "name": "_iter_filter", "type": null}}, "_iter_jit_values": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.function._iter_jit_values", "name": "_iter_jit_values", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_iter_tensors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.function._iter_tensors", "name": "_iter_tensors", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_iter_tensors_permissive": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.function._iter_tensors_permissive", "name": "_iter_tensors_permissive", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_jit_unwrap_structured": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch.autograd.function._jit_unwrap_structured", "name": "_jit_unwrap_structured", "type": null}}, "_map_tensor_data": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.function._map_tensor_data", "name": "_map_tensor_data", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_nested_map": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["condition", "fn", "condition_msg"], "flags": [], "fullname": "torch.autograd.function._nested_map", "name": "_nested_map", "type": null}}, "_unflatten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "proto"], "flags": [], "fullname": "torch.autograd.function._unflatten", "name": "_unflatten", "type": null}}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "hooks": {".class": "SymbolTableNode", "cross_ref": "torch.utils.hooks", "kind": "Gdef"}, "once_differentiable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch.autograd.function.once_differentiable", "name": "once_differentiable", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "traceable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn_cls"], "flags": [], "fullname": "torch.autograd.function.traceable", "name": "traceable", "type": null}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}, "with_metaclass": {".class": "SymbolTableNode", "cross_ref": "torch._six.with_metaclass", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/autograd/function.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/function.meta.json b/.mypy_cache/3.9/torch/autograd/function.meta.json deleted file mode 100644 index 799e720ac..000000000 --- a/.mypy_cache/3.9/torch/autograd/function.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 4, 5, 6, 7, 8, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 20, 5, 10, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch._C", "torch._C._functions", "torch.utils.hooks", "torch.utils", "torch._six", "functools", "warnings", "collections", "typing", "builtins", "threading", "contextlib", "inspect", "logging", "io", "pickle", "os", "time", "_typeshed", "abc", "torch._tensor", "torch.autograd.grad_mode", "torch.types"], "hash": "6c0844075f7ba03cc665eb8423f5b68ee72f8ea26689b77225ec2ef43352484c", "id": "torch.autograd.function", "ignore_all": true, "interface_hash": "59531085105bc920c80d7b037088507813dd7154f17807bdb18414d91fb19a3a", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/autograd/function.py", "plugin_data": null, "size": 22714, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/functional.data.json b/.mypy_cache/3.9/torch/autograd/functional.data.json deleted file mode 100644 index d5cde1725..000000000 --- a/.mypy_cache/3.9/torch/autograd/functional.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.autograd.functional", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.functional.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.functional.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.functional.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.functional.__package__", "name": "__package__", "type": "builtins.str"}}, "_as_tuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["inp", "arg_name", "fn_name"], "flags": [], "fullname": "torch.autograd.functional._as_tuple", "name": "_as_tuple", "type": null}}, "_autograd_grad": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["outputs", "inputs", "grad_outputs", "create_graph", "retain_graph"], "flags": [], "fullname": "torch.autograd.functional._autograd_grad", "name": "_autograd_grad", "type": null}}, "_check_requires_grad": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["inputs", "input_type", "strict"], "flags": [], "fullname": "torch.autograd.functional._check_requires_grad", "name": "_check_requires_grad", "type": null}}, "_construct_standard_basis_for": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensors", "tensor_numels"], "flags": [], "fullname": "torch.autograd.functional._construct_standard_basis_for", "name": "_construct_standard_basis_for", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensors", "tensor_numels"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_construct_standard_basis_for", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "_fill_in_zeros": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["grads", "refs", "strict", "create_graph", "stage"], "flags": [], "fullname": "torch.autograd.functional._fill_in_zeros", "name": "_fill_in_zeros", "type": null}}, "_grad_postprocess": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["inputs", "create_graph"], "flags": [], "fullname": "torch.autograd.functional._grad_postprocess", "name": "_grad_postprocess", "type": null}}, "_grad_preprocess": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["inputs", "create_graph", "need_graph"], "flags": [], "fullname": "torch.autograd.functional._grad_preprocess", "name": "_grad_preprocess", "type": null}}, "_tuple_postprocess": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["res", "to_unpack"], "flags": [], "fullname": "torch.autograd.functional._tuple_postprocess", "name": "_tuple_postprocess", "type": null}}, "_validate_v": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["v", "other", "is_other_tuple"], "flags": [], "fullname": "torch.autograd.functional._validate_v", "name": "_validate_v", "type": null}}, "_vmap": {".class": "SymbolTableNode", "cross_ref": "torch._vmap_internals._vmap", "kind": "Gdef"}, "hessian": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["func", "inputs", "create_graph", "strict", "vectorize"], "flags": [], "fullname": "torch.autograd.functional.hessian", "name": "hessian", "type": null}}, "hvp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["func", "inputs", "v", "create_graph", "strict"], "flags": [], "fullname": "torch.autograd.functional.hvp", "name": "hvp", "type": null}}, "jacobian": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["func", "inputs", "create_graph", "strict", "vectorize"], "flags": [], "fullname": "torch.autograd.functional.jacobian", "name": "jacobian", "type": null}}, "jvp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["func", "inputs", "v", "create_graph", "strict"], "flags": [], "fullname": "torch.autograd.functional.jvp", "name": "jvp", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "vhp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["func", "inputs", "v", "create_graph", "strict"], "flags": [], "fullname": "torch.autograd.functional.vhp", "name": "vhp", "type": null}}, "vjp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["func", "inputs", "v", "create_graph", "strict"], "flags": [], "fullname": "torch.autograd.functional.vjp", "name": "vjp", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/autograd/functional.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/functional.meta.json b/.mypy_cache/3.9/torch/autograd/functional.meta.json deleted file mode 100644 index 4bdd75987..000000000 --- a/.mypy_cache/3.9/torch/autograd/functional.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "typing", "torch._vmap_internals", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd.grad_mode", "torch.types", "typing_extensions"], "hash": "6b30eb4043c6acd595342311d920e2a1ac98ab2b21842252a0fda43882c0e675", "id": "torch.autograd.functional", "ignore_all": true, "interface_hash": "3d204daee0d25d58953bdc0e456f0f3254072f2c9130d11d32f72159add52f3d", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/autograd/functional.py", "plugin_data": null, "size": 44342, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/grad_mode.data.json b/.mypy_cache/3.9/torch/autograd/grad_mode.data.json deleted file mode 100644 index 61da5ae0c..000000000 --- a/.mypy_cache/3.9/torch/autograd/grad_mode.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.autograd.grad_mode", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_public": false}, "F": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "torch.autograd.grad_mode.F", "name": "F", "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": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, "values": [], "variance": 0}}, "FuncType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.autograd.grad_mode.FuncType", "line": 14, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}}}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_public": false}, "_DecoratorContextManager": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.grad_mode._DecoratorContextManager", "name": "_DecoratorContextManager", "type_vars": []}, "flags": [], "fullname": "torch.autograd.grad_mode._DecoratorContextManager", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.grad_mode", "mro": ["torch.autograd.grad_mode._DecoratorContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "func"], "flags": [], "fullname": "torch.autograd.grad_mode._DecoratorContextManager.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "func"], "arg_types": ["torch.autograd.grad_mode._DecoratorContextManager", {".class": "TypeVarType", "fullname": "torch.autograd.grad_mode.F", "id": -1, "name": "F", "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": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _DecoratorContextManager", "ret_type": {".class": "TypeVarType", "fullname": "torch.autograd.grad_mode.F", "id": -1, "name": "F", "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": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.autograd.grad_mode.F", "id": -1, "name": "F", "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": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, "values": [], "variance": 0}]}}}, "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.grad_mode._DecoratorContextManager.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch.autograd.grad_mode._DecoratorContextManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of _DecoratorContextManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_value", "traceback"], "flags": [], "fullname": "torch.autograd.grad_mode._DecoratorContextManager.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["torch.autograd.grad_mode._DecoratorContextManager", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of _DecoratorContextManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_wrap_generator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "func"], "flags": [], "fullname": "torch.autograd.grad_mode._DecoratorContextManager._wrap_generator", "name": "_wrap_generator", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.grad_mode.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.grad_mode.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.grad_mode.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.grad_mode.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.grad_mode.__package__", "name": "__package__", "type": "builtins.str"}}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef", "module_public": false}, "enable_grad": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.autograd.grad_mode._DecoratorContextManager"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.grad_mode.enable_grad", "name": "enable_grad", "type_vars": []}, "flags": [], "fullname": "torch.autograd.grad_mode.enable_grad", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.grad_mode", "mro": ["torch.autograd.grad_mode.enable_grad", "torch.autograd.grad_mode._DecoratorContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.grad_mode.enable_grad.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch.autograd.grad_mode.enable_grad"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of enable_grad", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_value", "traceback"], "flags": [], "fullname": "torch.autograd.grad_mode.enable_grad.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["torch.autograd.grad_mode.enable_grad", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of enable_grad", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "prev": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.grad_mode.enable_grad.prev", "name": "prev", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef", "module_public": false}, "inference_mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.autograd.grad_mode._DecoratorContextManager"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.grad_mode.inference_mode", "name": "inference_mode", "type_vars": []}, "flags": [], "fullname": "torch.autograd.grad_mode.inference_mode", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.grad_mode", "mro": ["torch.autograd.grad_mode.inference_mode", "torch.autograd.grad_mode._DecoratorContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.grad_mode.inference_mode.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_value", "traceback"], "flags": [], "fullname": "torch.autograd.grad_mode.inference_mode.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["torch.autograd.grad_mode.inference_mode", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of inference_mode", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "mode"], "flags": [], "fullname": "torch.autograd.grad_mode.inference_mode.__init__", "name": "__init__", "type": null}}, "_inference_mode_raii_guard": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.grad_mode.inference_mode._inference_mode_raii_guard", "name": "_inference_mode_raii_guard", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "mode": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.grad_mode.inference_mode.mode", "name": "mode", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef", "module_public": false}, "no_grad": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.autograd.grad_mode._DecoratorContextManager"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.grad_mode.no_grad", "name": "no_grad", "type_vars": []}, "flags": [], "fullname": "torch.autograd.grad_mode.no_grad", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.grad_mode", "mro": ["torch.autograd.grad_mode.no_grad", "torch.autograd.grad_mode._DecoratorContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.grad_mode.no_grad.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_value", "traceback"], "flags": [], "fullname": "torch.autograd.grad_mode.no_grad.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["torch.autograd.grad_mode.no_grad", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of no_grad", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.grad_mode.no_grad.__init__", "name": "__init__", "type": null}}, "prev": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.grad_mode.no_grad.prev", "name": "prev", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "set_grad_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.grad_mode.set_grad_enabled", "name": "set_grad_enabled", "type_vars": []}, "flags": [], "fullname": "torch.autograd.grad_mode.set_grad_enabled", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.grad_mode", "mro": ["torch.autograd.grad_mode.set_grad_enabled", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.grad_mode.set_grad_enabled.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch.autograd.grad_mode.set_grad_enabled"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of set_grad_enabled", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_value", "traceback"], "flags": [], "fullname": "torch.autograd.grad_mode.set_grad_enabled.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["torch.autograd.grad_mode.set_grad_enabled", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of set_grad_enabled", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mode"], "flags": [], "fullname": "torch.autograd.grad_mode.set_grad_enabled.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mode"], "arg_types": ["torch.autograd.grad_mode.set_grad_enabled", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of set_grad_enabled", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "prev": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.grad_mode.set_grad_enabled.prev", "name": "prev", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_public": false}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/autograd/grad_mode.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/grad_mode.meta.json b/.mypy_cache/3.9/torch/autograd/grad_mode.meta.json deleted file mode 100644 index 0cc13a5fc..000000000 --- a/.mypy_cache/3.9/torch/autograd/grad_mode.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["sys", "torch", "functools", "inspect", "typing", "builtins", "threading", "contextlib", "collections", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._jit_internal", "types"], "hash": "b89cdae8537c8596db469b1d6eccfb8f046a2ff331a61fef1f5ebcc3138e27ff", "id": "torch.autograd.grad_mode", "ignore_all": true, "interface_hash": "c07de0f12de91f14b7c9214c9f8efaec77b4ac923fd0988896fc63c74d3a448b", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/autograd/grad_mode.py", "plugin_data": null, "size": 9364, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/gradcheck.data.json b/.mypy_cache/3.9/torch/autograd/gradcheck.data.json deleted file mode 100644 index d51f9c4fa..000000000 --- a/.mypy_cache/3.9/torch/autograd/gradcheck.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.autograd.gradcheck", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "FAILED_BATCHED_GRAD_MSG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.gradcheck.FAILED_BATCHED_GRAD_MSG", "name": "FAILED_BATCHED_GRAD_MSG", "type": "builtins.str"}}, "FAILED_NONDET_MSG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.gradcheck.FAILED_NONDET_MSG", "name": "FAILED_NONDET_MSG", "type": "builtins.str"}}, "FAST_FAIL_SLOW_OK_MSG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.gradcheck.FAST_FAIL_SLOW_OK_MSG", "name": "FAST_FAIL_SLOW_OK_MSG", "type": "builtins.str"}}, "GradcheckError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.RuntimeError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.gradcheck.GradcheckError", "name": "GradcheckError", "type_vars": []}, "flags": [], "fullname": "torch.autograd.gradcheck.GradcheckError", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.gradcheck", "mro": ["torch.autograd.gradcheck.GradcheckError", "builtins.RuntimeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_TensorOrTensors": {".class": "SymbolTableNode", "cross_ref": "torch.types._TensorOrTensors", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.gradcheck.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.gradcheck.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.gradcheck.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.gradcheck.__package__", "name": "__package__", "type": "builtins.str"}}, "_adjusted_atol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["atol", "u", "v"], "flags": [], "fullname": "torch.autograd.gradcheck._adjusted_atol", "name": "_adjusted_atol", "type": null}}, "_allclose_with_type_promotion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["a", "b", "rtol", "atol"], "flags": [], "fullname": "torch.autograd.gradcheck._allclose_with_type_promotion", "name": "_allclose_with_type_promotion", "type": null}}, "_allocate_jacobians_with_inputs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input_tensors", "numel_output"], "flags": [], "fullname": "torch.autograd.gradcheck._allocate_jacobians_with_inputs", "name": "_allocate_jacobians_with_inputs", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input_tensors", "numel_output"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_allocate_jacobians_with_inputs", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "_allocate_jacobians_with_outputs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["output_tensors", "numel_input", "dtype", "device"], "flags": [], "fullname": "torch.autograd.gradcheck._allocate_jacobians_with_outputs", "name": "_allocate_jacobians_with_outputs", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["output_tensors", "numel_input", "dtype", "device"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_allocate_jacobians_with_outputs", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "_as_tuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "torch.autograd.gradcheck._as_tuple", "name": "_as_tuple", "type": null}}, "_check_analytical_jacobian_attributes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["inputs", "output", "nondet_tol", "check_grad_dtypes", "fast_mode", "v"], "flags": [], "fullname": "torch.autograd.gradcheck._check_analytical_jacobian_attributes", "name": "_check_analytical_jacobian_attributes", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["inputs", "output", "nondet_tol", "check_grad_dtypes", "fast_mode", "v"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_analytical_jacobian_attributes", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "_check_analytical_numerical_equal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5], "arg_names": ["all_analytical", "all_numerical", "complex_indices", "tupled_inputs", "outputs", "func", "all_v", "all_u", "rtol", "atol", "test_imag", "is_forward_ad"], "flags": [], "fullname": "torch.autograd.gradcheck._check_analytical_numerical_equal", "name": "_check_analytical_numerical_equal", "type": null}}, "_check_inputs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tupled_inputs", "check_sparse_nnz"], "flags": [], "fullname": "torch.autograd.gradcheck._check_inputs", "name": "_check_inputs", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tupled_inputs", "check_sparse_nnz"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_inputs", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_check_jacobians_equal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["j1", "j2", "atol"], "flags": [], "fullname": "torch.autograd.gradcheck._check_jacobians_equal", "name": "_check_jacobians_equal", "type": null}}, "_check_no_differentiable_outputs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["func", "inputs", "func_out", "eps"], "flags": [], "fullname": "torch.autograd.gradcheck._check_no_differentiable_outputs", "name": "_check_no_differentiable_outputs", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["func", "inputs", "func_out", "eps"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_no_differentiable_outputs", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_check_no_differentiable_outputs_fast": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["func", "func_out", "all_inputs", "inputs_indices", "all_u", "eps", "nondet_tol"], "flags": [], "fullname": "torch.autograd.gradcheck._check_no_differentiable_outputs_fast", "name": "_check_no_differentiable_outputs_fast", "type": null}}, "_check_outputs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["outputs"], "flags": [], "fullname": "torch.autograd.gradcheck._check_outputs", "name": "_check_outputs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["outputs"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_outputs", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_combine_jacobian_cols": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["jacobians_cols", "outputs", "input", "numel"], "flags": [], "fullname": "torch.autograd.gradcheck._combine_jacobian_cols", "name": "_combine_jacobian_cols", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["jacobians_cols", "outputs", "input", "numel"], "arg_types": [{".class": "Instance", "args": ["builtins.int", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_combine_jacobian_cols", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "_compute_analytical_jacobian_rows": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["vjp_fn", "sample_output"], "flags": [], "fullname": "torch.autograd.gradcheck._compute_analytical_jacobian_rows", "name": "_compute_analytical_jacobian_rows", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["vjp_fn", "sample_output"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compute_analytical_jacobian_rows", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_compute_numerical_gradient": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["fn", "entry", "v", "norm_v", "nbhd_checks_fn"], "flags": [], "fullname": "torch.autograd.gradcheck._compute_numerical_gradient", "name": "_compute_numerical_gradient", "type": null}}, "_compute_numerical_jvps_wrt_specific_input": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["jvp_fn", "delta", "input_is_complex", "is_forward_ad"], "flags": [], "fullname": "torch.autograd.gradcheck._compute_numerical_jvps_wrt_specific_input", "name": "_compute_numerical_jvps_wrt_specific_input", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["jvp_fn", "delta", "input_is_complex", "is_forward_ad"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compute_numerical_jvps_wrt_specific_input", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_differentiable_outputs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "torch.autograd.gradcheck._differentiable_outputs", "name": "_differentiable_outputs", "type": null}}, "_dot_with_type_promotion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["u", "v"], "flags": [], "fullname": "torch.autograd.gradcheck._dot_with_type_promotion", "name": "_dot_with_type_promotion", "type": null}}, "_fast_gradcheck": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 5], "arg_names": ["func", "func_out", "inputs", "outputs", "eps", "rtol", "atol", "check_grad_dtypes", "nondet_tol", "use_forward_ad", "complex_indices", "test_imag"], "flags": [], "fullname": "torch.autograd.gradcheck._fast_gradcheck", "name": "_fast_gradcheck", "type": null}}, "_get_analytical_jacobian": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["inputs", "outputs", "input_idx", "output_idx"], "flags": [], "fullname": "torch.autograd.gradcheck._get_analytical_jacobian", "name": "_get_analytical_jacobian", "type": null}}, "_get_analytical_jacobian_forward_ad": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["fn", "inputs", "outputs", "check_grad_dtypes", "all_u"], "flags": [], "fullname": "torch.autograd.gradcheck._get_analytical_jacobian_forward_ad", "name": "_get_analytical_jacobian_forward_ad", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["fn", "inputs", "outputs", "check_grad_dtypes", "all_u"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_analytical_jacobian_forward_ad", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "_get_analytical_vJu_backward_mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["inputs", "outputs", "nondet_tol", "check_grad_dtypes", "all_v", "all_u"], "flags": [], "fullname": "torch.autograd.gradcheck._get_analytical_vJu_backward_mode", "name": "_get_analytical_vJu_backward_mode", "type": null}}, "_get_analytical_vjps_wrt_specific_output": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["vjp_fn", "sample_output", "v"], "flags": [], "fullname": "torch.autograd.gradcheck._get_analytical_vjps_wrt_specific_output", "name": "_get_analytical_vjps_wrt_specific_output", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["vjp_fn", "sample_output", "v"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_analytical_vjps_wrt_specific_output", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_get_failed_batched_grad_test_msg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["output_idx", "input_idx", "res", "exp"], "flags": [], "fullname": "torch.autograd.gradcheck._get_failed_batched_grad_test_msg", "name": "_get_failed_batched_grad_test_msg", "type": null}}, "_get_inp_tensors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tupled_inputs"], "flags": [], "fullname": "torch.autograd.gradcheck._get_inp_tensors", "name": "_get_inp_tensors", "type": null}}, "_get_input_to_perturb": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch.autograd.gradcheck._get_input_to_perturb", "name": "_get_input_to_perturb", "type": null}}, "_get_notallclose_msg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1, 1], "arg_names": ["analytical", "numerical", "output_idx", "input_idx", "complex_indices", "test_imag", "is_forward_ad"], "flags": [], "fullname": "torch.autograd.gradcheck._get_notallclose_msg", "name": "_get_notallclose_msg", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 1, 1], "arg_names": ["analytical", "numerical", "output_idx", "input_idx", "complex_indices", "test_imag", "is_forward_ad"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_notallclose_msg", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_get_numerical_jacobian": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["fn", "inputs", "outputs", "target", "eps", "is_forward_ad"], "flags": [], "fullname": "torch.autograd.gradcheck._get_numerical_jacobian", "name": "_get_numerical_jacobian", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["fn", "inputs", "outputs", "target", "eps", "is_forward_ad"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_numerical_jacobian", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_get_numerical_jvp_fn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["wrapped_fn", "input_to_perturb", "eps", "nbhd_checks_fn"], "flags": [], "fullname": "torch.autograd.gradcheck._get_numerical_jvp_fn", "name": "_get_numerical_jvp_fn", "type": null}}, "_get_numerical_jvp_wrt_specific_input": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1], "arg_names": ["fn", "input_idx", "inputs", "u", "eps", "is_forward_ad"], "flags": [], "fullname": "torch.autograd.gradcheck._get_numerical_jvp_wrt_specific_input", "name": "_get_numerical_jvp_wrt_specific_input", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 1], "arg_names": ["fn", "input_idx", "inputs", "u", "eps", "is_forward_ad"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_numerical_jvp_wrt_specific_input", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_get_numerical_vJu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["fn", "inputs", "inp_indices", "func_out", "all_u", "all_v", "eps", "is_forward_ad"], "flags": [], "fullname": "torch.autograd.gradcheck._get_numerical_vJu", "name": "_get_numerical_vJu", "type": null}}, "_gradcheck_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["func", "inputs", "eps", "atol", "rtol", "check_sparse_nnz", "nondet_tol", "check_undefined_grad", "check_grad_dtypes", "check_batched_grad", "check_forward_ad", "fast_mode"], "flags": [], "fullname": "torch.autograd.gradcheck._gradcheck_helper", "name": "_gradcheck_helper", "type": null}}, "_gradcheck_real_imag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["gradcheck_fn", "func", "func_out", "tupled_inputs", "outputs", "eps", "rtol", "atol", "check_grad_dtypes", "check_forward_ad", "nondet_tol"], "flags": [], "fullname": "torch.autograd.gradcheck._gradcheck_real_imag", "name": "_gradcheck_real_imag", "type": null}}, "_is_float_or_complex_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch.autograd.gradcheck._is_float_or_complex_tensor", "name": "_is_float_or_complex_tensor", "type": null}}, "_iter_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x_tensor"], "flags": ["is_generator"], "fullname": "torch.autograd.gradcheck._iter_tensor", "name": "_iter_tensor", "type": null}}, "_iter_tensors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["x", "only_requiring_grad"], "flags": ["is_generator"], "fullname": "torch.autograd.gradcheck._iter_tensors", "name": "_iter_tensors", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["x", "only_requiring_grad"], "arg_types": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Iterable"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_iter_tensors", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}}, "_make_vectors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 3], "arg_names": ["inp_tensors", "outputs", "use_forward_ad"], "flags": [], "fullname": "torch.autograd.gradcheck._make_vectors", "name": "_make_vectors", "type": null}}, "_mul_tensor_or_tuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["u", "k"], "flags": [], "fullname": "torch.autograd.gradcheck._mul_tensor_or_tuple", "name": "_mul_tensor_or_tuple", "type": null}}, "_prepare_input": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "maybe_perturbed_input", "fast_mode"], "flags": [], "fullname": "torch.autograd.gradcheck._prepare_input", "name": "_prepare_input", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "maybe_perturbed_input", "fast_mode"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_prepare_input", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_real_and_imag_input": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fn", "complex_inp_indices"], "flags": [], "fullname": "torch.autograd.gradcheck._real_and_imag_input", "name": "_real_and_imag_input", "type": null}}, "_real_and_imag_output": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch.autograd.gradcheck._real_and_imag_output", "name": "_real_and_imag_output", "type": null}}, "_reshape_tensor_or_tuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["u", "shape"], "flags": [], "fullname": "torch.autograd.gradcheck._reshape_tensor_or_tuple", "name": "_reshape_tensor_or_tuple", "type": null}}, "_run_slow_mode_and_get_error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["func", "tupled_inputs", "outputs", "input_idx", "output_idx", "rtol", "atol", "is_forward_ad"], "flags": [], "fullname": "torch.autograd.gradcheck._run_slow_mode_and_get_error", "name": "_run_slow_mode_and_get_error", "type": null}}, "_slow_gradcheck": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 5], "arg_names": ["func", "func_out", "tupled_inputs", "outputs", "eps", "rtol", "atol", "check_grad_dtypes", "nondet_tol", "use_forward_ad", "complex_indices", "test_imag"], "flags": [], "fullname": "torch.autograd.gradcheck._slow_gradcheck", "name": "_slow_gradcheck", "type": null}}, "_stack_and_check_tensors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["list_of_list_of_tensors", "inputs", "numel_outputs"], "flags": [], "fullname": "torch.autograd.gradcheck._stack_and_check_tensors", "name": "_stack_and_check_tensors", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["list_of_list_of_tensors", "inputs", "numel_outputs"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_stack_and_check_tensors", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, "builtins.bool", "builtins.bool"], "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": []}}}, "_test_backward_mul_by_grad_output": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["outputs", "inputs", "check_sparse_nnz"], "flags": [], "fullname": "torch.autograd.gradcheck._test_backward_mul_by_grad_output", "name": "_test_backward_mul_by_grad_output", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["outputs", "inputs", "check_sparse_nnz"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_test_backward_mul_by_grad_output", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_test_batched_grad": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "output", "output_idx"], "flags": [], "fullname": "torch.autograd.gradcheck._test_batched_grad", "name": "_test_batched_grad", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "output", "output_idx"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_test_batched_grad", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_test_undefined_grad": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["func", "outputs", "inputs"], "flags": [], "fullname": "torch.autograd.gradcheck._test_undefined_grad", "name": "_test_undefined_grad", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["func", "outputs", "inputs"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_test_undefined_grad", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_to_flat_dense_if_sparse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensor"], "flags": [], "fullname": "torch.autograd.gradcheck._to_flat_dense_if_sparse", "name": "_to_flat_dense_if_sparse", "type": null}}, "_to_real_dtype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["dtype"], "flags": [], "fullname": "torch.autograd.gradcheck._to_real_dtype", "name": "_to_real_dtype", "type": null}}, "_transpose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["matrix_of_tensors"], "flags": [], "fullname": "torch.autograd.gradcheck._transpose", "name": "_transpose", "type": null}}, "_vec_from_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["x", "generator", "downcast_complex"], "flags": [], "fullname": "torch.autograd.gradcheck._vec_from_tensor", "name": "_vec_from_tensor", "type": null}}, "_with_prepare_inputs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["fn", "inputs", "input_idx", "input_to_perturb", "fast_mode"], "flags": [], "fullname": "torch.autograd.gradcheck._with_prepare_inputs", "name": "_with_prepare_inputs", "type": null}}, "check_outputs_same_dtype_and_shape": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["output1", "output2", "eps", "idx"], "flags": [], "fullname": "torch.autograd.gradcheck.check_outputs_same_dtype_and_shape", "name": "check_outputs_same_dtype_and_shape", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["output1", "output2", "eps", "idx"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_outputs_same_dtype_and_shape", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "get_analytical_jacobian": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["inputs", "output", "nondet_tol", "grad_out"], "flags": [], "fullname": "torch.autograd.gradcheck.get_analytical_jacobian", "name": "get_analytical_jacobian", "type": null}}, "get_numerical_jacobian": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["fn", "inputs", "target", "eps", "grad_out"], "flags": [], "fullname": "torch.autograd.gradcheck.get_numerical_jacobian", "name": "get_numerical_jacobian", "type": null}}, "get_numerical_jacobian_wrt_specific_input": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1, 1], "arg_names": ["fn", "input_idx", "inputs", "outputs", "eps", "input", "is_forward_ad"], "flags": [], "fullname": "torch.autograd.gradcheck.get_numerical_jacobian_wrt_specific_input", "name": "get_numerical_jacobian_wrt_specific_input", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 1, 1], "arg_names": ["fn", "input_idx", "inputs", "outputs", "eps", "input", "is_forward_ad"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_numerical_jacobian_wrt_specific_input", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "gradcheck": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["func", "inputs", "eps", "atol", "rtol", "raise_exception", "check_sparse_nnz", "nondet_tol", "check_undefined_grad", "check_grad_dtypes", "check_batched_grad", "check_forward_ad", "fast_mode"], "flags": [], "fullname": "torch.autograd.gradcheck.gradcheck", "name": "gradcheck", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["func", "inputs", "eps", "atol", "rtol", "raise_exception", "check_sparse_nnz", "nondet_tol", "check_undefined_grad", "check_grad_dtypes", "check_batched_grad", "check_forward_ad", "fast_mode"], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._TensorOrTensors"}, "type_guard": null, "variables": []}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._TensorOrTensors"}, "builtins.float", "builtins.float", "builtins.float", "builtins.bool", "builtins.bool", "builtins.float", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gradcheck", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "gradgradcheck": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["func", "inputs", "grad_outputs", "eps", "atol", "rtol", "gen_non_contig_grad_outputs", "raise_exception", "nondet_tol", "check_undefined_grad", "check_grad_dtypes", "check_batched_grad", "fast_mode"], "flags": [], "fullname": "torch.autograd.gradcheck.gradgradcheck", "name": "gradgradcheck", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["func", "inputs", "grad_outputs", "eps", "atol", "rtol", "gen_non_contig_grad_outputs", "raise_exception", "nondet_tol", "check_undefined_grad", "check_grad_dtypes", "check_batched_grad", "fast_mode"], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._TensorOrTensors"}, "type_guard": null, "variables": []}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._TensorOrTensors"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "builtins.float", "builtins.float", "builtins.float", "builtins.bool", "builtins.bool", "builtins.float", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gradgradcheck", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_tensor_like": {".class": "SymbolTableNode", "cross_ref": "torch.overrides.is_tensor_like", "kind": "Gdef"}, "product": {".class": "SymbolTableNode", "cross_ref": "itertools.product", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "vmap": {".class": "SymbolTableNode", "cross_ref": "torch._vmap_internals.vmap", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/autograd/gradcheck.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/gradcheck.meta.json b/.mypy_cache/3.9/torch/autograd/gradcheck.meta.json deleted file mode 100644 index a70cc43c7..000000000 --- a/.mypy_cache/3.9/torch/autograd/gradcheck.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 10, 5, 10, 5, 10, 5, 5, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.types", "torch.testing", "torch.overrides", "collections", "itertools", "warnings", "typing", "torch._vmap_internals", "functools", "builtins", "threading", "contextlib", "inspect", "logging", "io", "pickle", "os", "time", "abc", "collections.abc", "torch._C", "torch._C._VariableFunctions", "torch._C._functions", "torch._tensor", "torch.autograd.forward_ad", "torch.autograd.grad_mode", "torch.sparse", "torch.testing._core", "types", "typing_extensions"], "hash": "ab5efa4eb3e9815c53c12d61ffc8c364e93bfe03bb86d1a43d215ff019139121", "id": "torch.autograd.gradcheck", "ignore_all": true, "interface_hash": "129e64a5278ce0dcbb7cc87658814118fdb9d3e7d2e394f6da7979f9e31b45f6", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/autograd/gradcheck.py", "plugin_data": null, "size": 68486, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/graph.data.json b/.mypy_cache/3.9/torch/autograd/graph.data.json deleted file mode 100644 index b02afb280..000000000 --- a/.mypy_cache/3.9/torch/autograd/graph.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.autograd.graph", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.graph.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.graph.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.graph.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.graph.__package__", "name": "__package__", "type": "builtins.str"}}, "save_on_cpu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.graph.save_on_cpu", "name": "save_on_cpu", "type_vars": []}, "flags": [], "fullname": "torch.autograd.graph.save_on_cpu", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.graph", "mro": ["torch.autograd.graph.save_on_cpu", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.graph.save_on_cpu.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "torch.autograd.graph.save_on_cpu.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": [null, null], "arg_types": ["torch.autograd.graph.save_on_cpu", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of save_on_cpu", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "pin_memory"], "flags": [], "fullname": "torch.autograd.graph.save_on_cpu.__init__", "name": "__init__", "type": null}}, "pack_hook": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.graph.save_on_cpu.pack_hook", "name": "pack_hook", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "unpack_hook": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.graph.save_on_cpu.unpack_hook", "name": "unpack_hook", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "saved_tensors_hooks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.graph.saved_tensors_hooks", "name": "saved_tensors_hooks", "type_vars": []}, "flags": [], "fullname": "torch.autograd.graph.saved_tensors_hooks", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.graph", "mro": ["torch.autograd.graph.saved_tensors_hooks", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.graph.saved_tensors_hooks.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "torch.autograd.graph.saved_tensors_hooks.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": [null, null], "arg_types": ["torch.autograd.graph.saved_tensors_hooks", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of saved_tensors_hooks", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "pack_hook", "unpack_hook"], "flags": [], "fullname": "torch.autograd.graph.saved_tensors_hooks.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "pack_hook", "unpack_hook"], "arg_types": ["torch.autograd.graph.saved_tensors_hooks", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": "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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of saved_tensors_hooks", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pack_hook": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.graph.saved_tensors_hooks.pack_hook", "name": "pack_hook", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": []}}}, "unpack_hook": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.graph.saved_tensors_hooks.unpack_hook", "name": "unpack_hook", "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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/autograd/graph.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/graph.meta.json b/.mypy_cache/3.9/torch/autograd/graph.meta.json deleted file mode 100644 index 2ec4cbf3d..000000000 --- a/.mypy_cache/3.9/torch/autograd/graph.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._C._autograd", "torch._tensor", "torch.cuda"], "hash": "981ac54a08150e8ac366d83c0ba866d13d1acba0880273f332407df112cf62d5", "id": "torch.autograd.graph", "ignore_all": true, "interface_hash": "80ec805c1480d0fe0ca36b9f1283f2a87b67472f069844a1a519283db90d3c35", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/autograd/graph.py", "plugin_data": null, "size": 5514, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/profiler.data.json b/.mypy_cache/3.9/torch/autograd/profiler.data.json deleted file mode 100644 index e1d061c0a..000000000 --- a/.mypy_cache/3.9/torch/autograd/profiler.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.autograd.profiler", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "ContextDecorator": {".class": "SymbolTableNode", "cross_ref": "contextlib.ContextDecorator", "kind": "Gdef"}, "DeviceType": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.DeviceType", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "EnforceUnique": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.profiler.EnforceUnique", "name": "EnforceUnique", "type_vars": []}, "flags": [], "fullname": "torch.autograd.profiler.EnforceUnique", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.profiler", "mro": ["torch.autograd.profiler.EnforceUnique", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler.EnforceUnique.__init__", "name": "__init__", "type": null}}, "see": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "key"], "flags": [], "fullname": "torch.autograd.profiler.EnforceUnique.see", "name": "see", "type": null}}, "seen": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler.EnforceUnique.seen", "name": "seen", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EventList": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.profiler_util.EventList", "kind": "Gdef"}, "FunctionEvent": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.profiler_util.FunctionEvent", "kind": "Gdef"}, "Future": {".class": "SymbolTableNode", "cross_ref": "torch.futures.Future", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "MEMORY_EVENT_NAME": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.profiler_util.MEMORY_EVENT_NAME", "kind": "Gdef"}, "MemRecordsAcc": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.profiler_util.MemRecordsAcc", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "ProfilerActivity": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.ProfilerActivity", "kind": "Gdef"}, "ProfilerConfig": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.ProfilerConfig", "kind": "Gdef"}, "ProfilerState": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.ProfilerState", "kind": "Gdef"}, "_ProfilerResult": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._ProfilerResult", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.profiler.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.profiler.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.profiler.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.profiler.__package__", "name": "__package__", "type": "builtins.str"}}, "_disable_profiler": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._disable_profiler", "kind": "Gdef"}, "_enable_profiler": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._enable_profiler", "kind": "Gdef"}, "_filter_name": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.profiler_util._filter_name", "kind": "Gdef"}, "_filter_stack_entry": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.profiler_util._filter_stack_entry", "kind": "Gdef"}, "_prepare_profiler": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._prepare_profiler", "kind": "Gdef"}, "_rewrite_name": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.profiler_util._rewrite_name", "kind": "Gdef"}, "_supported_activities": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._supported_activities", "kind": "Gdef"}, "emit_nvtx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.profiler.emit_nvtx", "name": "emit_nvtx", "type_vars": []}, "flags": [], "fullname": "torch.autograd.profiler.emit_nvtx", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.profiler", "mro": ["torch.autograd.profiler.emit_nvtx", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler.emit_nvtx.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "torch.autograd.profiler.emit_nvtx.__exit__", "name": "__exit__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "enabled", "record_shapes"], "flags": [], "fullname": "torch.autograd.profiler.emit_nvtx.__init__", "name": "__init__", "type": null}}, "enabled": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler.emit_nvtx.enabled", "name": "enabled", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "entered": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler.emit_nvtx.entered", "name": "entered", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "record_shapes": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler.emit_nvtx.record_shapes", "name": "record_shapes", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "kineto_available": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.kineto_available", "kind": "Gdef"}, "load_nvprof": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "torch.autograd.profiler.load_nvprof", "name": "load_nvprof", "type": null}}, "parse_nvprof_trace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "torch.autograd.profiler.parse_nvprof_trace", "name": "parse_nvprof_trace", "type": null}}, "profile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.profiler.profile", "name": "profile", "type_vars": []}, "flags": [], "fullname": "torch.autograd.profiler.profile", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.profiler", "mro": ["torch.autograd.profiler.profile", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler.profile.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "torch.autograd.profiler.profile.__exit__", "name": "__exit__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "enabled", "use_cuda", "record_shapes", "with_flops", "profile_memory", "with_stack", "with_modules", "use_kineto", "use_cpu"], "flags": [], "fullname": "torch.autograd.profiler.profile.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler.profile.__repr__", "name": "__repr__", "type": null}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler.profile.__str__", "name": "__str__", "type": null}}, "_check_finish": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler.profile._check_finish", "name": "_check_finish", "type": null}}, "_parse_kineto_results": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "result"], "flags": [], "fullname": "torch.autograd.profiler.profile._parse_kineto_results", "name": "_parse_kineto_results", "type": null}}, "_prepare_trace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler.profile._prepare_trace", "name": "_prepare_trace", "type": null}}, "_start_trace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler.profile._start_trace", "name": "_start_trace", "type": null}}, "config": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler.profile.config", "name": "config", "type": null}}, "enabled": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler.profile.enabled", "name": "enabled", "type": "builtins.bool"}}, "entered": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler.profile.entered", "name": "entered", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "export_chrome_trace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "torch.autograd.profiler.profile.export_chrome_trace", "name": "export_chrome_trace", "type": null}}, "export_stacks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "path", "metric"], "flags": [], "fullname": "torch.autograd.profiler.profile.export_stacks", "name": "export_stacks", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "path", "metric"], "arg_types": ["torch.autograd.profiler.profile", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "export_stacks of profile", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "function_events": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler.profile.function_events", "name": "function_events", "type": {".class": "UnionType", "items": ["torch.autograd.profiler_util.EventList", {".class": "NoneType"}]}}}, "key_averages": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "group_by_input_shape", "group_by_stack_n"], "flags": [], "fullname": "torch.autograd.profiler.profile.key_averages", "name": "key_averages", "type": null}}, "kineto_activities": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler.profile.kineto_activities", "name": "kineto_activities", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "kineto_results": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler.profile.kineto_results", "name": "kineto_results", "type": {".class": "UnionType", "items": ["torch._C._autograd._ProfilerResult", {".class": "NoneType"}]}}}, "profile_memory": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler.profile.profile_memory", "name": "profile_memory", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "profiler_kind": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler.profile.profiler_kind", "name": "profiler_kind", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "record_shapes": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler.profile.record_shapes", "name": "record_shapes", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "self_cpu_time_total": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.autograd.profiler.profile.self_cpu_time_total", "name": "self_cpu_time_total", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "self_cpu_time_total", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.autograd.profiler.profile"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "self_cpu_time_total of profile", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "table": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "sort_by", "row_limit", "max_src_column_width", "header", "top_level_events_only"], "flags": [], "fullname": "torch.autograd.profiler.profile.table", "name": "table", "type": null}}, "total_average": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler.profile.total_average", "name": "total_average", "type": null}}, "use_cpu": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler.profile.use_cpu", "name": "use_cpu", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "use_cuda": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler.profile.use_cuda", "name": "use_cuda", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "with_flops": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler.profile.with_flops", "name": "with_flops", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "with_modules": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler.profile.with_modules", "name": "with_modules", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "with_stack": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler.profile.with_stack", "name": "with_stack", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "record_function": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["contextlib.ContextDecorator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.profiler.record_function", "name": "record_function", "type_vars": []}, "flags": [], "fullname": "torch.autograd.profiler.record_function", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.profiler", "mro": ["torch.autograd.profiler.record_function", "contextlib.ContextDecorator", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler.record_function.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_value", "traceback"], "flags": [], "fullname": "torch.autograd.profiler.record_function.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["torch.autograd.profiler.record_function", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of record_function", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch.autograd.profiler.record_function.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["torch.autograd.profiler.record_function", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of record_function", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_call_end_callbacks_on_future": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fut"], "flags": [], "fullname": "torch.autograd.profiler.record_function._call_end_callbacks_on_future", "name": "_call_end_callbacks_on_future", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fut"], "arg_types": ["torch.autograd.profiler.record_function", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "torch.futures.Future"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_call_end_callbacks_on_future of record_function", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "torch.futures.Future"}, "type_guard": null, "variables": []}}}, "handle": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler.record_function.handle", "name": "handle", "type": "torch._tensor.Tensor"}}, "name": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler.record_function.name", "name": "name", "type": "builtins.str"}}, "run_callbacks_on_exit": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler.record_function.run_callbacks_on_exit", "name": "run_callbacks_on_exit", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warn": {".class": "SymbolTableNode", "cross_ref": "_warnings.warn", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/autograd/profiler.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/profiler.meta.json b/.mypy_cache/3.9/torch/autograd/profiler.meta.json deleted file mode 100644 index 031dc4cfa..000000000 --- a/.mypy_cache/3.9/torch/autograd/profiler.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 6, 11, 12, 13, 14, 15, 22, 20, 605, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 10, 10, 5, 5, 5, 10, 5, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch.autograd.profiler_util", "torch.autograd", "torch", "torch.cuda", "torch.futures", "typing", "warnings", "functools", "contextlib", "sqlite3", "builtins", "threading", "collections", "inspect", "logging", "io", "pickle", "os", "time", "_warnings", "abc", "enum", "sqlite3.dbapi2", "torch._C", "torch._C._VariableFunctions", "torch._C._autograd", "torch._ops", "torch._tensor", "types"], "hash": "aebcea3d706fab907e780d68c07bfa5488fba3d08b1d43a52a4bc0256726b0b8", "id": "torch.autograd.profiler", "ignore_all": true, "interface_hash": "0d0fa199420578f51e48e85a9344246c19a33f2458ab717e742d5f5a51b499f2", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/autograd/profiler.py", "plugin_data": null, "size": 29746, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/profiler_legacy.data.json b/.mypy_cache/3.9/torch/autograd/profiler_legacy.data.json deleted file mode 100644 index 80a673089..000000000 --- a/.mypy_cache/3.9/torch/autograd/profiler_legacy.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.autograd.profiler_legacy", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "DeviceType": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.DeviceType", "kind": "Gdef"}, "EventList": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.profiler_util.EventList", "kind": "Gdef"}, "FunctionEvent": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.profiler_util.FunctionEvent", "kind": "Gdef"}, "MEMORY_EVENT_NAME": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.profiler_util.MEMORY_EVENT_NAME", "kind": "Gdef"}, "ProfilerConfig": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.ProfilerConfig", "kind": "Gdef"}, "ProfilerState": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.ProfilerState", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.profiler_legacy.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.profiler_legacy.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.profiler_legacy.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.profiler_legacy.__package__", "name": "__package__", "type": "builtins.str"}}, "_disable_profiler_legacy": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._disable_profiler_legacy", "kind": "Gdef"}, "_enable_profiler_legacy": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._enable_profiler_legacy", "kind": "Gdef"}, "_filter_name": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.profiler_util._filter_name", "kind": "Gdef"}, "_filter_stack_entry": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.profiler_util._filter_stack_entry", "kind": "Gdef"}, "_parse_legacy_records": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["thread_records"], "flags": [], "fullname": "torch.autograd.profiler_legacy._parse_legacy_records", "name": "_parse_legacy_records", "type": null}}, "_rewrite_name": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.profiler_util._rewrite_name", "kind": "Gdef"}, "itertools": {".class": "SymbolTableNode", "cross_ref": "itertools", "kind": "Gdef"}, "profile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.profiler_legacy.profile", "name": "profile", "type_vars": []}, "flags": [], "fullname": "torch.autograd.profiler_legacy.profile", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.profiler_legacy", "mro": ["torch.autograd.profiler_legacy.profile", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler_legacy.profile.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "torch.autograd.profiler_legacy.profile.__exit__", "name": "__exit__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "enabled", "use_cuda", "record_shapes", "with_flops", "profile_memory", "with_stack", "with_modules"], "flags": [], "fullname": "torch.autograd.profiler_legacy.profile.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler_legacy.profile.__repr__", "name": "__repr__", "type": null}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler_legacy.profile.__str__", "name": "__str__", "type": null}}, "_check_finish": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler_legacy.profile._check_finish", "name": "_check_finish", "type": null}}, "_start_trace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler_legacy.profile._start_trace", "name": "_start_trace", "type": null}}, "config": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler_legacy.profile.config", "name": "config", "type": null}}, "enabled": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_legacy.profile.enabled", "name": "enabled", "type": "builtins.bool"}}, "entered": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler_legacy.profile.entered", "name": "entered", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "export_chrome_trace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "torch.autograd.profiler_legacy.profile.export_chrome_trace", "name": "export_chrome_trace", "type": null}}, "export_stacks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "path", "metric"], "flags": [], "fullname": "torch.autograd.profiler_legacy.profile.export_stacks", "name": "export_stacks", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "path", "metric"], "arg_types": ["torch.autograd.profiler_legacy.profile", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "export_stacks of profile", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "function_events": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler_legacy.profile.function_events", "name": "function_events", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "key_averages": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "group_by_input_shape", "group_by_stack_n"], "flags": [], "fullname": "torch.autograd.profiler_legacy.profile.key_averages", "name": "key_averages", "type": null}}, "profile_memory": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler_legacy.profile.profile_memory", "name": "profile_memory", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "profiler_kind": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler_legacy.profile.profiler_kind", "name": "profiler_kind", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "record_shapes": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler_legacy.profile.record_shapes", "name": "record_shapes", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "self_cpu_time_total": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.autograd.profiler_legacy.profile.self_cpu_time_total", "name": "self_cpu_time_total", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "self_cpu_time_total", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.autograd.profiler_legacy.profile"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "self_cpu_time_total of profile", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "table": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "sort_by", "row_limit", "max_src_column_width", "header", "top_level_events_only"], "flags": [], "fullname": "torch.autograd.profiler_legacy.profile.table", "name": "table", "type": null}}, "total_average": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler_legacy.profile.total_average", "name": "total_average", "type": null}}, "use_cuda": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler_legacy.profile.use_cuda", "name": "use_cuda", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "with_flops": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler_legacy.profile.with_flops", "name": "with_flops", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "with_modules": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler_legacy.profile.with_modules", "name": "with_modules", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "with_stack": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler_legacy.profile.with_stack", "name": "with_stack", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warn": {".class": "SymbolTableNode", "cross_ref": "_warnings.warn", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/autograd/profiler_legacy.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/profiler_legacy.meta.json b/.mypy_cache/3.9/torch/autograd/profiler_legacy.meta.json deleted file mode 100644 index 3c392271a..000000000 --- a/.mypy_cache/3.9/torch/autograd/profiler_legacy.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 8, 13, 14, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.cuda", "torch.autograd.profiler_util", "torch.autograd", "itertools", "warnings", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "_warnings", "abc", "enum", "torch._C", "torch._C._autograd", "typing"], "hash": "96cab2ffaf41fb71c960f51dfd686dbe1d53b8d46376c0df74dfc95b43b05cb1", "id": "torch.autograd.profiler_legacy", "ignore_all": true, "interface_hash": "ce44e958ea0d86314244aa0a5b4c618aa03d919f51e5dca7dcf461ba61cb62ea", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/autograd/profiler_legacy.py", "plugin_data": null, "size": 10873, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/profiler_util.data.json b/.mypy_cache/3.9/torch/autograd/profiler_util.data.json deleted file mode 100644 index 1226ded60..000000000 --- a/.mypy_cache/3.9/torch/autograd/profiler_util.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.autograd.profiler_util", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "DeviceType": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.DeviceType", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "EventList": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.profiler_util.EventList", "name": "EventList", "type_vars": []}, "flags": [], "fullname": "torch.autograd.profiler_util.EventList", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch.autograd.profiler_util", "mro": ["torch.autograd.profiler_util.EventList", "builtins.list", "typing.MutableSequence", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.autograd.profiler_util.EventList.__init__", "name": "__init__", "type": null}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler_util.EventList.__str__", "name": "__str__", "type": null}}, "_build_tree": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler_util.EventList._build_tree", "name": "_build_tree", "type": null}}, "_populate_cpu_children": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler_util.EventList._populate_cpu_children", "name": "_populate_cpu_children", "type": null}}, "_profile_memory": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler_util.EventList._profile_memory", "name": "_profile_memory", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_remove_dup_nodes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler_util.EventList._remove_dup_nodes", "name": "_remove_dup_nodes", "type": null}}, "_set_backward_stacktraces": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler_util.EventList._set_backward_stacktraces", "name": "_set_backward_stacktraces", "type": null}}, "_tree_built": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler_util.EventList._tree_built", "name": "_tree_built", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_use_cuda": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler_util.EventList._use_cuda", "name": "_use_cuda", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_with_flops": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler_util.EventList._with_flops", "name": "_with_flops", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "export_chrome_trace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "torch.autograd.profiler_util.EventList.export_chrome_trace", "name": "export_chrome_trace", "type": null}}, "export_stacks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "path", "metric"], "flags": [], "fullname": "torch.autograd.profiler_util.EventList.export_stacks", "name": "export_stacks", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "path", "metric"], "arg_types": ["torch.autograd.profiler_util.EventList", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "export_stacks of EventList", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "key_averages": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "group_by_input_shapes", "group_by_stack_n"], "flags": [], "fullname": "torch.autograd.profiler_util.EventList.key_averages", "name": "key_averages", "type": null}}, "self_cpu_time_total": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.autograd.profiler_util.EventList.self_cpu_time_total", "name": "self_cpu_time_total", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "self_cpu_time_total", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.autograd.profiler_util.EventList"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "self_cpu_time_total of EventList", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "supported_export_stacks_metrics": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler_util.EventList.supported_export_stacks_metrics", "name": "supported_export_stacks_metrics", "type": null}}, "table": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "sort_by", "row_limit", "max_src_column_width", "header", "top_level_events_only"], "flags": [], "fullname": "torch.autograd.profiler_util.EventList.table", "name": "table", "type": null}}, "total_average": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler_util.EventList.total_average", "name": "total_average", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FormattedTimesMixin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.profiler_util.FormattedTimesMixin", "name": "FormattedTimesMixin", "type_vars": []}, "flags": [], "fullname": "torch.autograd.profiler_util.FormattedTimesMixin", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.profiler_util", "mro": ["torch.autograd.profiler_util.FormattedTimesMixin", "builtins.object"], "names": {".class": "SymbolTable", "cpu_time": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.autograd.profiler_util.FormattedTimesMixin.cpu_time", "name": "cpu_time", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "cpu_time", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.autograd.profiler_util.FormattedTimesMixin"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "cpu_time of FormattedTimesMixin", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "cpu_time_str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.autograd.profiler_util.FormattedTimesMixin.cpu_time_str", "name": "cpu_time_str", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "cpu_time_total_str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.autograd.profiler_util.FormattedTimesMixin.cpu_time_total_str", "name": "cpu_time_total_str", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "cuda_time": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.autograd.profiler_util.FormattedTimesMixin.cuda_time", "name": "cuda_time", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "cuda_time", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.autograd.profiler_util.FormattedTimesMixin"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "cuda_time of FormattedTimesMixin", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "cuda_time_str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.autograd.profiler_util.FormattedTimesMixin.cuda_time_str", "name": "cuda_time_str", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "cuda_time_total_str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.autograd.profiler_util.FormattedTimesMixin.cuda_time_total_str", "name": "cuda_time_total_str", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "self_cpu_time_total_str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.autograd.profiler_util.FormattedTimesMixin.self_cpu_time_total_str", "name": "self_cpu_time_total_str", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "self_cuda_time_total_str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.autograd.profiler_util.FormattedTimesMixin.self_cuda_time_total_str", "name": "self_cuda_time_total_str", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FunctionEvent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.autograd.profiler_util.FormattedTimesMixin"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.profiler_util.FunctionEvent", "name": "FunctionEvent", "type_vars": []}, "flags": [], "fullname": "torch.autograd.profiler_util.FunctionEvent", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.profiler_util", "mro": ["torch.autograd.profiler_util.FunctionEvent", "torch.autograd.profiler_util.FormattedTimesMixin", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "id", "name", "thread", "start_us", "end_us", "fwd_thread", "input_shapes", "stack", "scope", "cpu_memory_usage", "cuda_memory_usage", "is_async", "is_remote", "sequence_nr", "node_id", "device_type", "device_index", "is_legacy", "flops", "trace_name"], "flags": [], "fullname": "torch.autograd.profiler_util.FunctionEvent.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler_util.FunctionEvent.__repr__", "name": "__repr__", "type": null}}, "append_cpu_child": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "child"], "flags": [], "fullname": "torch.autograd.profiler_util.FunctionEvent.append_cpu_child", "name": "append_cpu_child", "type": null}}, "append_kernel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "device", "duration"], "flags": [], "fullname": "torch.autograd.profiler_util.FunctionEvent.append_kernel", "name": "append_kernel", "type": null}}, "count": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.count", "name": "count", "type": "builtins.int"}}, "cpu_children": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.cpu_children", "name": "cpu_children", "type": {".class": "Instance", "args": ["torch.autograd.profiler_util.FunctionEvent"], "type_ref": "builtins.list"}}}, "cpu_memory_usage": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.cpu_memory_usage", "name": "cpu_memory_usage", "type": "builtins.int"}}, "cpu_parent": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.cpu_parent", "name": "cpu_parent", "type": {".class": "UnionType", "items": ["torch.autograd.profiler_util.FunctionEvent", {".class": "NoneType"}]}}}, "cpu_time_total": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.autograd.profiler_util.FunctionEvent.cpu_time_total", "name": "cpu_time_total", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "cpu_time_total", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.autograd.profiler_util.FunctionEvent"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "cpu_time_total of FunctionEvent", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "cuda_memory_usage": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.cuda_memory_usage", "name": "cuda_memory_usage", "type": "builtins.int"}}, "cuda_time_total": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.autograd.profiler_util.FunctionEvent.cuda_time_total", "name": "cuda_time_total", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "cuda_time_total", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.autograd.profiler_util.FunctionEvent"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "cuda_time_total of FunctionEvent", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "device_index": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.device_index", "name": "device_index", "type": "builtins.int"}}, "device_type": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.device_type", "name": "device_type", "type": "torch._C._autograd.DeviceType"}}, "flops": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.flops", "name": "flops", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "fwd_thread": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.fwd_thread", "name": "fwd_thread", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "id": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.id", "name": "id", "type": "builtins.int"}}, "input_shapes": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.input_shapes", "name": "input_shapes", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}}, "is_async": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.is_async", "name": "is_async", "type": "builtins.bool"}}, "is_legacy": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.is_legacy", "name": "is_legacy", "type": "builtins.bool"}}, "is_remote": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.is_remote", "name": "is_remote", "type": "builtins.bool"}}, "kernels": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.kernels", "name": "kernels", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.autograd.profiler_util.Kernel"}], "type_ref": "builtins.list"}}}, "key": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.autograd.profiler_util.FunctionEvent.key", "name": "key", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "key", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.autograd.profiler_util.FunctionEvent"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "key of FunctionEvent", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "name": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.name", "name": "name", "type": "builtins.str"}}, "node_id": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.node_id", "name": "node_id", "type": "builtins.int"}}, "scope": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.scope", "name": "scope", "type": "builtins.int"}}, "self_cpu_memory_usage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.autograd.profiler_util.FunctionEvent.self_cpu_memory_usage", "name": "self_cpu_memory_usage", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "self_cpu_memory_usage", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.autograd.profiler_util.FunctionEvent"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "self_cpu_memory_usage of FunctionEvent", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "self_cpu_time_total": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.autograd.profiler_util.FunctionEvent.self_cpu_time_total", "name": "self_cpu_time_total", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "self_cpu_time_total", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.autograd.profiler_util.FunctionEvent"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "self_cpu_time_total of FunctionEvent", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "self_cuda_memory_usage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.autograd.profiler_util.FunctionEvent.self_cuda_memory_usage", "name": "self_cuda_memory_usage", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "self_cuda_memory_usage", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.autograd.profiler_util.FunctionEvent"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "self_cuda_memory_usage of FunctionEvent", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "self_cuda_time_total": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.autograd.profiler_util.FunctionEvent.self_cuda_time_total", "name": "self_cuda_time_total", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "self_cuda_time_total", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.autograd.profiler_util.FunctionEvent"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "self_cuda_time_total of FunctionEvent", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "sequence_nr": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.sequence_nr", "name": "sequence_nr", "type": "builtins.int"}}, "set_cpu_parent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "parent"], "flags": [], "fullname": "torch.autograd.profiler_util.FunctionEvent.set_cpu_parent", "name": "set_cpu_parent", "type": null}}, "stack": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.stack", "name": "stack", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}}}, "thread": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.thread", "name": "thread", "type": "builtins.int"}}, "time_range": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.time_range", "name": "time_range", "type": "torch.autograd.profiler_util.Interval"}}, "trace_name": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEvent.trace_name", "name": "trace_name", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FunctionEventAvg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.autograd.profiler_util.FormattedTimesMixin"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.profiler_util.FunctionEventAvg", "name": "FunctionEventAvg", "type_vars": []}, "flags": [], "fullname": "torch.autograd.profiler_util.FunctionEventAvg", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.profiler_util", "mro": ["torch.autograd.profiler_util.FunctionEventAvg", "torch.autograd.profiler_util.FormattedTimesMixin", "builtins.object"], "names": {".class": "SymbolTable", "__iadd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.__iadd__", "name": "__iadd__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.__repr__", "name": "__repr__", "type": null}}, "add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.add", "name": "add", "type": null}}, "count": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.count", "name": "count", "type": "builtins.int"}}, "cpu_children": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.cpu_children", "name": "cpu_children", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch.autograd.profiler_util.FunctionEvent"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}}}, "cpu_memory_usage": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.cpu_memory_usage", "name": "cpu_memory_usage", "type": "builtins.int"}}, "cpu_parent": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.cpu_parent", "name": "cpu_parent", "type": {".class": "UnionType", "items": ["torch.autograd.profiler_util.FunctionEvent", {".class": "NoneType"}]}}}, "cpu_time_total": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.cpu_time_total", "name": "cpu_time_total", "type": "builtins.int"}}, "cuda_memory_usage": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.cuda_memory_usage", "name": "cuda_memory_usage", "type": "builtins.int"}}, "cuda_time_total": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.cuda_time_total", "name": "cuda_time_total", "type": "builtins.int"}}, "device_type": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.device_type", "name": "device_type", "type": "torch._C._autograd.DeviceType"}}, "flops": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.flops", "name": "flops", "type": "builtins.int"}}, "input_shapes": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.input_shapes", "name": "input_shapes", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, {".class": "NoneType"}]}}}, "is_async": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.is_async", "name": "is_async", "type": "builtins.bool"}}, "is_legacy": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.is_legacy", "name": "is_legacy", "type": "builtins.bool"}}, "is_remote": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.is_remote", "name": "is_remote", "type": "builtins.bool"}}, "key": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.key", "name": "key", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "node_id": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.node_id", "name": "node_id", "type": "builtins.int"}}, "scope": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.scope", "name": "scope", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "self_cpu_memory_usage": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.self_cpu_memory_usage", "name": "self_cpu_memory_usage", "type": "builtins.int"}}, "self_cpu_time_total": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.self_cpu_time_total", "name": "self_cpu_time_total", "type": "builtins.int"}}, "self_cuda_memory_usage": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.self_cuda_memory_usage", "name": "self_cuda_memory_usage", "type": "builtins.int"}}, "self_cuda_time_total": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.self_cuda_time_total", "name": "self_cuda_time_total", "type": "builtins.int"}}, "stack": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.autograd.profiler_util.FunctionEventAvg.stack", "name": "stack", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Interval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.profiler_util.Interval", "name": "Interval", "type_vars": []}, "flags": [], "fullname": "torch.autograd.profiler_util.Interval", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.profiler_util", "mro": ["torch.autograd.profiler_util.Interval", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "start", "end"], "flags": [], "fullname": "torch.autograd.profiler_util.Interval.__init__", "name": "__init__", "type": null}}, "elapsed_us": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.autograd.profiler_util.Interval.elapsed_us", "name": "elapsed_us", "type": null}}, "end": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler_util.Interval.end", "name": "end", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "start": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler_util.Interval.start", "name": "start", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Kernel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.profiler_util.Kernel", "name": "Kernel", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch.autograd.profiler_util.Kernel", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["name", "device", "duration"]}}, "module_name": "torch.autograd.profiler_util", "mro": ["torch.autograd.profiler_util.Kernel", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch.autograd.profiler_util.Kernel._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.autograd.profiler_util.Kernel.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.autograd.profiler_util.Kernel.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "name", "device", "duration"], "flags": [], "fullname": "torch.autograd.profiler_util.Kernel.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "name", "device", "duration"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.autograd.profiler_util.Kernel._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Kernel", "ret_type": {".class": "TypeVarType", "fullname": "torch.autograd.profiler_util.Kernel._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.autograd.profiler_util.Kernel._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch.autograd.profiler_util.Kernel._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.autograd.profiler_util.Kernel._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of Kernel", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.autograd.profiler_util.Kernel._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.autograd.profiler_util.Kernel._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.autograd.profiler_util.Kernel._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.autograd.profiler_util.Kernel._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch.autograd.profiler_util.Kernel._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.autograd.profiler_util.Kernel._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of Kernel", "ret_type": {".class": "TypeVarType", "fullname": "torch.autograd.profiler_util.Kernel._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.autograd.profiler_util.Kernel._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch.autograd.profiler_util.Kernel._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.autograd.profiler_util.Kernel._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of Kernel", "ret_type": {".class": "TypeVarType", "fullname": "torch.autograd.profiler_util.Kernel._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.autograd.profiler_util.Kernel._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "name", "device", "duration"], "flags": [], "fullname": "torch.autograd.profiler_util.Kernel._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "name", "device", "duration"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.autograd.profiler_util.Kernel._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of Kernel", "ret_type": {".class": "TypeVarType", "fullname": "torch.autograd.profiler_util.Kernel._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.autograd.profiler_util.Kernel._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.autograd.profiler_util.Kernel._source", "name": "_source", "type": "builtins.str"}}, "device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.autograd.profiler_util.Kernel.device", "name": "device", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "duration": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.autograd.profiler_util.Kernel.duration", "name": "duration", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.autograd.profiler_util.Kernel.name", "name": "name", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "MEMORY_EVENT_NAME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.profiler_util.MEMORY_EVENT_NAME", "name": "MEMORY_EVENT_NAME", "type": "builtins.str"}}, "MemRecordsAcc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.profiler_util.MemRecordsAcc", "name": "MemRecordsAcc", "type_vars": []}, "flags": [], "fullname": "torch.autograd.profiler_util.MemRecordsAcc", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.profiler_util", "mro": ["torch.autograd.profiler_util.MemRecordsAcc", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mem_records"], "flags": [], "fullname": "torch.autograd.profiler_util.MemRecordsAcc.__init__", "name": "__init__", "type": null}}, "_indices": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler_util.MemRecordsAcc._indices", "name": "_indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_mem_records": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler_util.MemRecordsAcc._mem_records", "name": "_mem_records", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_start_uses": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.autograd.profiler_util.MemRecordsAcc._start_uses", "name": "_start_uses", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "in_interval": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "start_us", "end_us"], "flags": ["is_generator"], "fullname": "torch.autograd.profiler_util.MemRecordsAcc.in_interval", "name": "in_interval", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "StringTable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "collections.defaultdict"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.profiler_util.StringTable", "name": "StringTable", "type_vars": []}, "flags": [], "fullname": "torch.autograd.profiler_util.StringTable", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch.autograd.profiler_util", "mro": ["torch.autograd.profiler_util.StringTable", "collections.defaultdict", "builtins.dict", "typing.MutableMapping", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__missing__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "torch.autograd.profiler_util.StringTable.__missing__", "name": "__missing__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.profiler_util.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.profiler_util.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.profiler_util.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.profiler_util.__package__", "name": "__package__", "type": "builtins.str"}}, "_attr_formatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "torch.autograd.profiler_util._attr_formatter", "name": "_attr_formatter", "type": null}}, "_build_table": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["events", "sort_by", "header", "row_limit", "max_src_column_width", "with_flops", "profile_memory", "top_level_events_only"], "flags": [], "fullname": "torch.autograd.profiler_util._build_table", "name": "_build_table", "type": null}}, "_filter_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "torch.autograd.profiler_util._filter_name", "name": "_filter_name", "type": null}}, "_filter_stack_entry": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["entry"], "flags": [], "fullname": "torch.autograd.profiler_util._filter_stack_entry", "name": "_filter_stack_entry", "type": null}}, "_format_memory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["nbytes"], "flags": [], "fullname": "torch.autograd.profiler_util._format_memory", "name": "_format_memory", "type": null}}, "_format_time": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["time_us"], "flags": [], "fullname": "torch.autograd.profiler_util._format_time", "name": "_format_time", "type": null}}, "_format_time_share": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["time_us", "total_time_us"], "flags": [], "fullname": "torch.autograd.profiler_util._format_time_share", "name": "_format_time_share", "type": null}}, "_rewrite_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["name", "with_wildcard"], "flags": [], "fullname": "torch.autograd.profiler_util._rewrite_name", "name": "_rewrite_name", "type": null}}, "attrgetter": {".class": "SymbolTableNode", "cross_ref": "operator.attrgetter", "kind": "Gdef"}, "bisect": {".class": "SymbolTableNode", "cross_ref": "bisect", "kind": "Gdef"}, "defaultdict": {".class": "SymbolTableNode", "cross_ref": "collections.defaultdict", "kind": "Gdef"}, "itertools": {".class": "SymbolTableNode", "cross_ref": "itertools", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "namedtuple": {".class": "SymbolTableNode", "cross_ref": "collections.namedtuple", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/autograd/profiler_util.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/profiler_util.meta.json b/.mypy_cache/3.9/torch/autograd/profiler_util.meta.json deleted file mode 100644 index 7183688ed..000000000 --- a/.mypy_cache/3.9/torch/autograd/profiler_util.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 5, 6, 8, 10, 11, 185, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 5, 10, 10, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["itertools", "torch", "torch.autograd", "collections", "operator", "typing", "bisect", "math", "os", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "io", "warnings", "pickle", "time", "_typeshed", "abc", "enum", "torch._C", "torch._C._autograd", "typing_extensions"], "hash": "c30f096e39799a214d4f84c1071407221dff9cfdb2830e355eec30be4888b2f7", "id": "torch.autograd.profiler_util", "ignore_all": true, "interface_hash": "e2d357c53af235f7f758ffe9856a02c6da0f3dc8987a7537b502c270dbb04ddb", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/autograd/profiler_util.py", "plugin_data": null, "size": 34437, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/variable.data.json b/.mypy_cache/3.9/torch/autograd/variable.data.json deleted file mode 100644 index c82ce342e..000000000 --- a/.mypy_cache/3.9/torch/autograd/variable.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.autograd.variable", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ImperativeEngine": {".class": "SymbolTableNode", "cross_ref": "torch._C._ImperativeEngine", "kind": "Gdef"}, "Variable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.variable.Variable", "name": "Variable", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.autograd.variable.Variable", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.variable", "mro": ["torch.autograd.variable.Variable", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "VariableMeta": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.type"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.autograd.variable.VariableMeta", "name": "VariableMeta", "type_vars": []}, "flags": [], "fullname": "torch.autograd.variable.VariableMeta", "metaclass_type": null, "metadata": {}, "module_name": "torch.autograd.variable", "mro": ["torch.autograd.variable.VariableMeta", "builtins.type", "builtins.object"], "names": {".class": "SymbolTable", "__instancecheck__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "other"], "flags": [], "fullname": "torch.autograd.variable.VariableMeta.__instancecheck__", "name": "__instancecheck__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.variable.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.variable.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.variable.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.autograd.variable.__package__", "name": "__package__", "type": "builtins.str"}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "with_metaclass": {".class": "SymbolTableNode", "cross_ref": "torch._six.with_metaclass", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/autograd/variable.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/autograd/variable.meta.json b/.mypy_cache/3.9/torch/autograd/variable.meta.json deleted file mode 100644 index 0f4123f13..000000000 --- a/.mypy_cache/3.9/torch/autograd/variable.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 15, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch", "torch._six", "torch._C", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._tensor", "torch.types", "typing"], "hash": "ce50a782b83c913b4898a9d916d48b7da6a9085f512d763bd8a6abd0e22f71c7", "id": "torch.autograd.variable", "ignore_all": true, "interface_hash": "65f16a9d9b2bf0140d85e07bef94a1ceedd8f8c998ac5cea381f5a9b41b75e1a", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/autograd/variable.py", "plugin_data": null, "size": 435, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/backends/__init__.data.json b/.mypy_cache/3.9/torch/backends/__init__.data.json deleted file mode 100644 index bb8bf3605..000000000 --- a/.mypy_cache/3.9/torch/backends/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.backends", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ContextProp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.backends.ContextProp", "name": "ContextProp", "type_vars": []}, "flags": [], "fullname": "torch.backends.ContextProp", "metaclass_type": null, "metadata": {}, "module_name": "torch.backends", "mro": ["torch.backends.ContextProp", "builtins.object"], "names": {".class": "SymbolTable", "__get__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "objtype"], "flags": [], "fullname": "torch.backends.ContextProp.__get__", "name": "__get__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "getter", "setter"], "flags": [], "fullname": "torch.backends.ContextProp.__init__", "name": "__init__", "type": null}}, "__set__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "val"], "flags": [], "fullname": "torch.backends.ContextProp.__set__", "name": "__set__", "type": null}}, "getter": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.backends.ContextProp.getter", "name": "getter", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "setter": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.backends.ContextProp.setter", "name": "setter", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PropModule": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["types.ModuleType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.backends.PropModule", "name": "PropModule", "type_vars": []}, "flags": [], "fullname": "torch.backends.PropModule", "metaclass_type": null, "metadata": {}, "module_name": "torch.backends", "mro": ["torch.backends.PropModule", "types.ModuleType", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "attr"], "flags": [], "fullname": "torch.backends.PropModule.__getattr__", "name": "__getattr__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "m", "name"], "flags": [], "fullname": "torch.backends.PropModule.__init__", "name": "__init__", "type": null}}, "m": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.backends.PropModule.m", "name": "m", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__allow_nonbracketed_mutation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_generator", "is_decorated"], "fullname": "torch.backends.__allow_nonbracketed_mutation", "name": "__allow_nonbracketed_mutation", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "__allow_nonbracketed_mutation", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__allow_nonbracketed_mutation", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "__allow_nonbracketed_mutation_flag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.backends.__allow_nonbracketed_mutation_flag", "name": "__allow_nonbracketed_mutation_flag", "type": "builtins.bool"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.__package__", "name": "__package__", "type": "builtins.str"}}, "contextmanager": {".class": "SymbolTableNode", "cross_ref": "contextlib.contextmanager", "kind": "Gdef"}, "disable_global_flags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.backends.disable_global_flags", "name": "disable_global_flags", "type": null}}, "flags_frozen": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.backends.flags_frozen", "name": "flags_frozen", "type": null}}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/backends/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/backends/__init__.meta.json b/.mypy_cache/3.9/torch/backends/__init__.meta.json deleted file mode 100644 index c1b096738..000000000 --- a/.mypy_cache/3.9/torch/backends/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 1, 1, 1], "dep_prios": [5, 10, 5, 30, 30], "dependencies": ["contextlib", "types", "builtins", "abc", "typing"], "hash": "32ea688b0b655a143c7799f5cb9ed0f5ac8716cf096fd1563cb1f55033af61cd", "id": "torch.backends", "ignore_all": true, "interface_hash": "e6313ac71a5b3a4bca9b586ef7439506119a246d12a11960026e91e82d75cec4", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/backends/__init__.py", "plugin_data": null, "size": 1469, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/backends/cuda/__init__.data.json b/.mypy_cache/3.9/torch/backends/cuda/__init__.data.json deleted file mode 100644 index c6f5a669a..000000000 --- a/.mypy_cache/3.9/torch/backends/cuda/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.backends.cuda", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.cuda.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.cuda.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.cuda.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.cuda.__package__", "name": "__package__", "type": "builtins.str"}}, "cuBLASModule": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.backends.cuda.cuBLASModule", "name": "cuBLASModule", "type_vars": []}, "flags": [], "fullname": "torch.backends.cuda.cuBLASModule", "metaclass_type": null, "metadata": {}, "module_name": "torch.backends.cuda", "mro": ["torch.backends.cuda.cuBLASModule", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch.backends.cuda.cuBLASModule.__getattr__", "name": "__getattr__", "type": null}}, "__setattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "torch.backends.cuda.cuBLASModule.__setattr__", "name": "__setattr__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "cuFFTPlanCache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.backends.cuda.cuFFTPlanCache", "name": "cuFFTPlanCache", "type_vars": []}, "flags": [], "fullname": "torch.backends.cuda.cuFFTPlanCache", "metaclass_type": null, "metadata": {}, "module_name": "torch.backends.cuda", "mro": ["torch.backends.cuda.cuFFTPlanCache", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "device_index"], "flags": [], "fullname": "torch.backends.cuda.cuFFTPlanCache.__init__", "name": "__init__", "type": null}}, "clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.backends.cuda.cuFFTPlanCache.clear", "name": "clear", "type": null}}, "device_index": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.backends.cuda.cuFFTPlanCache.device_index", "name": "device_index", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "max_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.backends.cuda.cuFFTPlanCache.max_size", "name": "max_size", "type": "torch.backends.cuda.cuFFTPlanCacheAttrContextProp"}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.backends.cuda.cuFFTPlanCache.size", "name": "size", "type": "torch.backends.cuda.cuFFTPlanCacheAttrContextProp"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "cuFFTPlanCacheAttrContextProp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.backends.cuda.cuFFTPlanCacheAttrContextProp", "name": "cuFFTPlanCacheAttrContextProp", "type_vars": []}, "flags": [], "fullname": "torch.backends.cuda.cuFFTPlanCacheAttrContextProp", "metaclass_type": null, "metadata": {}, "module_name": "torch.backends.cuda", "mro": ["torch.backends.cuda.cuFFTPlanCacheAttrContextProp", "builtins.object"], "names": {".class": "SymbolTable", "__get__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "objtype"], "flags": [], "fullname": "torch.backends.cuda.cuFFTPlanCacheAttrContextProp.__get__", "name": "__get__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "getter", "setter"], "flags": [], "fullname": "torch.backends.cuda.cuFFTPlanCacheAttrContextProp.__init__", "name": "__init__", "type": null}}, "__set__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "val"], "flags": [], "fullname": "torch.backends.cuda.cuFFTPlanCacheAttrContextProp.__set__", "name": "__set__", "type": null}}, "getter": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.backends.cuda.cuFFTPlanCacheAttrContextProp.getter", "name": "getter", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "setter": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.backends.cuda.cuFFTPlanCacheAttrContextProp.setter", "name": "setter", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "cuFFTPlanCacheManager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.backends.cuda.cuFFTPlanCacheManager", "name": "cuFFTPlanCacheManager", "type_vars": []}, "flags": [], "fullname": "torch.backends.cuda.cuFFTPlanCacheManager", "metaclass_type": null, "metadata": {}, "module_name": "torch.backends.cuda", "mro": ["torch.backends.cuda.cuFFTPlanCacheManager", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch.backends.cuda.cuFFTPlanCacheManager.__getattr__", "name": "__getattr__", "type": null}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "device"], "flags": [], "fullname": "torch.backends.cuda.cuFFTPlanCacheManager.__getitem__", "name": "__getitem__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.backends.cuda.cuFFTPlanCacheManager.__init__", "name": "__init__", "type": null}}, "__initialized": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.backends.cuda.cuFFTPlanCacheManager.__initialized", "name": "__initialized", "type": "builtins.bool"}}, "__setattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "torch.backends.cuda.cuFFTPlanCacheManager.__setattr__", "name": "__setattr__", "type": null}}, "caches": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.backends.cuda.cuFFTPlanCacheManager.caches", "name": "caches", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "cufft_plan_cache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.backends.cuda.cufft_plan_cache", "name": "cufft_plan_cache", "type": "torch.backends.cuda.cuFFTPlanCacheManager"}}, "is_built": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.backends.cuda.is_built", "name": "is_built", "type": null}}, "matmul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.backends.cuda.matmul", "name": "matmul", "type": "torch.backends.cuda.cuBLASModule"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/backends/cuda/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/backends/cuda/__init__.meta.json b/.mypy_cache/3.9/torch/backends/cuda/__init__.meta.json deleted file mode 100644 index 536c00e3d..000000000 --- a/.mypy_cache/3.9/torch/backends/cuda/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["sys", "torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch.cuda", "torch.cuda._utils", "typing", "typing_extensions"], "hash": "e8e1abc069f632877abccea3a2ecf26ee86f5834397a41350b6573db7ade6884", "id": "torch.backends.cuda", "ignore_all": true, "interface_hash": "72ed2061029c09b3bfa1d6e844e0494395692d602423584bfcb53db31d3763f9", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/backends/cuda/__init__.py", "plugin_data": null, "size": 3442, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/backends/cudnn/__init__.data.json b/.mypy_cache/3.9/torch/backends/cudnn/__init__.data.json deleted file mode 100644 index 586a6e513..000000000 --- a/.mypy_cache/3.9/torch/backends/cudnn/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.backends.cudnn", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "CUDNN_TENSOR_DTYPES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.backends.cudnn.CUDNN_TENSOR_DTYPES", "name": "CUDNN_TENSOR_DTYPES", "type": {".class": "Instance", "args": ["torch._C.dtype"], "type_ref": "builtins.set"}}}, "ContextProp": {".class": "SymbolTableNode", "cross_ref": "torch.backends.ContextProp", "kind": "Gdef"}, "CudnnModule": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.backends.PropModule"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.backends.cudnn.CudnnModule", "name": "CudnnModule", "type_vars": []}, "flags": [], "fullname": "torch.backends.cudnn.CudnnModule", "metaclass_type": null, "metadata": {}, "module_name": "torch.backends.cudnn", "mro": ["torch.backends.cudnn.CudnnModule", "torch.backends.PropModule", "types.ModuleType", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "m", "name"], "flags": [], "fullname": "torch.backends.cudnn.CudnnModule.__init__", "name": "__init__", "type": null}}, "allow_tf32": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.backends.cudnn.CudnnModule.allow_tf32", "name": "allow_tf32", "type": "torch.backends.ContextProp"}}, "benchmark": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.backends.cudnn.CudnnModule.benchmark", "name": "benchmark", "type": "torch.backends.ContextProp"}}, "deterministic": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.backends.cudnn.CudnnModule.deterministic", "name": "deterministic", "type": "torch.backends.ContextProp"}}, "enabled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.backends.cudnn.CudnnModule.enabled", "name": "enabled", "type": "torch.backends.ContextProp"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PropModule": {".class": "SymbolTableNode", "cross_ref": "torch.backends.PropModule", "kind": "Gdef"}, "__allow_nonbracketed_mutation": {".class": "SymbolTableNode", "cross_ref": "torch.backends.__allow_nonbracketed_mutation", "kind": "Gdef"}, "__cudnn_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.backends.cudnn.__cudnn_version", "name": "__cudnn_version", "type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "NoneType"}]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.cudnn.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.cudnn.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.cudnn.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.cudnn.__package__", "name": "__package__", "type": "builtins.str"}}, "_cudnn": {".class": "SymbolTableNode", "cross_ref": "torch._C._cudnn", "kind": "Gdef"}, "_init": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.backends.cudnn._init", "name": "_init", "type": null}}, "benchmark": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.cudnn.benchmark", "name": "benchmark", "type": "builtins.bool"}}, "contextmanager": {".class": "SymbolTableNode", "cross_ref": "contextlib.contextmanager", "kind": "Gdef"}, "deterministic": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.cudnn.deterministic", "name": "deterministic", "type": "builtins.bool"}}, "enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.cudnn.enabled", "name": "enabled", "type": "builtins.bool"}}, "flags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1], "arg_names": ["enabled", "benchmark", "deterministic", "allow_tf32"], "flags": ["is_generator", "is_decorated"], "fullname": "torch.backends.cudnn.flags", "name": "flags", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "flags", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1], "arg_names": ["enabled", "benchmark", "deterministic", "allow_tf32"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flags", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "is_acceptable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensor"], "flags": [], "fullname": "torch.backends.cudnn.is_acceptable", "name": "is_acceptable", "type": null}}, "is_available": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.backends.cudnn.is_available", "name": "is_available", "type": null}}, "set_flags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1], "arg_names": ["_enabled", "_benchmark", "_deterministic", "_allow_tf32"], "flags": [], "fullname": "torch.backends.cudnn.set_flags", "name": "set_flags", "type": null}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.backends.cudnn.version", "name": "version", "type": null}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/backends/cudnn/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/backends/cudnn/__init__.meta.json b/.mypy_cache/3.9/torch/backends/cudnn/__init__.meta.json deleted file mode 100644 index 5bdbd1efc..000000000 --- a/.mypy_cache/3.9/torch/backends/cudnn/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 8, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 5, 5, 20, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["sys", "torch", "warnings", "contextlib", "torch.backends", "torch._C", "torch._C._cudnn", "builtins", "functools", "threading", "collections", "inspect", "logging", "io", "pickle", "os", "time", "abc", "types", "typing"], "hash": "80a3cf00e088a53f1b6127a2f90a3e02f11d8fc698a908d5f19c6e5fee105dbc", "id": "torch.backends.cudnn", "ignore_all": true, "interface_hash": "426455af8110c0865c6f118cb2f551e5fb4077e7d5b9d6561b92e9cdae2e9c46", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/backends/cudnn/__init__.py", "plugin_data": null, "size": 4574, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/backends/cudnn/rnn.data.json b/.mypy_cache/3.9/torch/backends/cudnn/rnn.data.json deleted file mode 100644 index 91e46d963..000000000 --- a/.mypy_cache/3.9/torch/backends/cudnn/rnn.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.backends.cudnn.rnn", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Unserializable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.backends.cudnn.rnn.Unserializable", "name": "Unserializable", "type_vars": []}, "flags": [], "fullname": "torch.backends.cudnn.rnn.Unserializable", "metaclass_type": null, "metadata": {}, "module_name": "torch.backends.cudnn.rnn", "mro": ["torch.backends.cudnn.rnn.Unserializable", "builtins.object"], "names": {".class": "SymbolTable", "__getstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.backends.cudnn.rnn.Unserializable.__getstate__", "name": "__getstate__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "inner"], "flags": [], "fullname": "torch.backends.cudnn.rnn.Unserializable.__init__", "name": "__init__", "type": null}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch.backends.cudnn.rnn.Unserializable.__setstate__", "name": "__setstate__", "type": null}}, "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.backends.cudnn.rnn.Unserializable.get", "name": "get", "type": null}}, "inner": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.backends.cudnn.rnn.Unserializable.inner", "name": "inner", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.cudnn.rnn.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.cudnn.rnn.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.cudnn.rnn.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.cudnn.rnn.__package__", "name": "__package__", "type": "builtins.str"}}, "_cudnn": {".class": "SymbolTableNode", "cross_ref": "torch._C._cudnn", "kind": "Gdef"}, "get_cudnn_mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mode"], "flags": [], "fullname": "torch.backends.cudnn.rnn.get_cudnn_mode", "name": "get_cudnn_mode", "type": null}}, "init_dropout_state": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["dropout", "train", "dropout_seed", "dropout_state"], "flags": [], "fullname": "torch.backends.cudnn.rnn.init_dropout_state", "name": "init_dropout_state", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/backends/cudnn/rnn.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/backends/cudnn/rnn.meta.json b/.mypy_cache/3.9/torch/backends/cudnn/rnn.meta.json deleted file mode 100644 index ab4db924a..000000000 --- a/.mypy_cache/3.9/torch/backends/cudnn/rnn.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 20, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch.cuda", "torch", "torch._C", "torch._C._cudnn", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "enum", "torch._C._VariableFunctions", "torch._tensor", "types", "typing", "typing_extensions"], "hash": "d5dc033d182e63090a0e0c8fb8eea148e21fb609917830902695ee75b3f421ca", "id": "torch.backends.cudnn.rnn", "ignore_all": true, "interface_hash": "111ebd524fb0c9e493404a793a3590172cc63f4f8117e8a59949ec936fa6814d", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/backends/cudnn/rnn.py", "plugin_data": null, "size": 1952, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/backends/mkl/__init__.data.json b/.mypy_cache/3.9/torch/backends/mkl/__init__.data.json deleted file mode 100644 index b43253b58..000000000 --- a/.mypy_cache/3.9/torch/backends/mkl/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.backends.mkl", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.mkl.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.mkl.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.mkl.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.mkl.__package__", "name": "__package__", "type": "builtins.str"}}, "is_available": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.backends.mkl.is_available", "name": "is_available", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/backends/mkl/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/backends/mkl/__init__.meta.json b/.mypy_cache/3.9/torch/backends/mkl/__init__.meta.json deleted file mode 100644 index 691696a7d..000000000 --- a/.mypy_cache/3.9/torch/backends/mkl/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "typing"], "hash": "d4394793d7c23a45dfae3137e21498343e9402181cfc6dce359966d5fea1c48e", "id": "torch.backends.mkl", "ignore_all": true, "interface_hash": "8da1503945a2835b5f9a61193453e618510b1debab5347d7f4aea65e1ad7e28b", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/backends/mkl/__init__.py", "plugin_data": null, "size": 125, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/backends/mkldnn/__init__.data.json b/.mypy_cache/3.9/torch/backends/mkldnn/__init__.data.json deleted file mode 100644 index 735fa295c..000000000 --- a/.mypy_cache/3.9/torch/backends/mkldnn/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.backends.mkldnn", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ContextProp": {".class": "SymbolTableNode", "cross_ref": "torch.backends.ContextProp", "kind": "Gdef"}, "MkldnnModule": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.backends.PropModule"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.backends.mkldnn.MkldnnModule", "name": "MkldnnModule", "type_vars": []}, "flags": [], "fullname": "torch.backends.mkldnn.MkldnnModule", "metaclass_type": null, "metadata": {}, "module_name": "torch.backends.mkldnn", "mro": ["torch.backends.mkldnn.MkldnnModule", "torch.backends.PropModule", "types.ModuleType", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "m", "name"], "flags": [], "fullname": "torch.backends.mkldnn.MkldnnModule.__init__", "name": "__init__", "type": null}}, "enabled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.backends.mkldnn.MkldnnModule.enabled", "name": "enabled", "type": "torch.backends.ContextProp"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PropModule": {".class": "SymbolTableNode", "cross_ref": "torch.backends.PropModule", "kind": "Gdef"}, "__allow_nonbracketed_mutation": {".class": "SymbolTableNode", "cross_ref": "torch.backends.__allow_nonbracketed_mutation", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.mkldnn.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.mkldnn.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.mkldnn.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.mkldnn.__package__", "name": "__package__", "type": "builtins.str"}}, "contextmanager": {".class": "SymbolTableNode", "cross_ref": "contextlib.contextmanager", "kind": "Gdef"}, "flags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["enabled"], "flags": ["is_generator", "is_decorated"], "fullname": "torch.backends.mkldnn.flags", "name": "flags", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "flags", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["enabled"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flags", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "is_available": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.backends.mkldnn.is_available", "name": "is_available", "type": null}}, "set_flags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_enabled"], "flags": [], "fullname": "torch.backends.mkldnn.set_flags", "name": "set_flags", "type": null}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/backends/mkldnn/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/backends/mkldnn/__init__.meta.json b/.mypy_cache/3.9/torch/backends/mkldnn/__init__.meta.json deleted file mode 100644 index 618afada7..000000000 --- a/.mypy_cache/3.9/torch/backends/mkldnn/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["sys", "torch", "contextlib", "torch.backends", "builtins", "functools", "threading", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "types", "typing"], "hash": "195ecccaef707622b9cf12f20fb0f667628da17baba11b1fb0cb16c27a0bd9a7", "id": "torch.backends.mkldnn", "ignore_all": true, "interface_hash": "1003e172fb1f5aed8b553097c9a935fb10b8b8393b792079933af8dbc18aa530", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/backends/mkldnn/__init__.py", "plugin_data": null, "size": 1061, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/backends/openmp/__init__.data.json b/.mypy_cache/3.9/torch/backends/openmp/__init__.data.json deleted file mode 100644 index 604fda985..000000000 --- a/.mypy_cache/3.9/torch/backends/openmp/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.backends.openmp", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.openmp.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.openmp.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.openmp.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.openmp.__package__", "name": "__package__", "type": "builtins.str"}}, "is_available": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.backends.openmp.is_available", "name": "is_available", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/backends/openmp/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/backends/openmp/__init__.meta.json b/.mypy_cache/3.9/torch/backends/openmp/__init__.meta.json deleted file mode 100644 index 6664177a6..000000000 --- a/.mypy_cache/3.9/torch/backends/openmp/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "typing"], "hash": "924e79347be5109e57988c57c378fe4c389e21b430a9d760d75ac1c4d7bbe566", "id": "torch.backends.openmp", "ignore_all": true, "interface_hash": "e14ba9d5863d8a1a8a8a08ae9ddd5d275bd45ca3cfd477dfc276e1461ecc7ae4", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/backends/openmp/__init__.py", "plugin_data": null, "size": 131, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/backends/quantized/__init__.data.json b/.mypy_cache/3.9/torch/backends/quantized/__init__.data.json deleted file mode 100644 index 1ddfea7b4..000000000 --- a/.mypy_cache/3.9/torch/backends/quantized/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.backends.quantized", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "QuantizedEngine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["types.ModuleType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.backends.quantized.QuantizedEngine", "name": "QuantizedEngine", "type_vars": []}, "flags": [], "fullname": "torch.backends.quantized.QuantizedEngine", "metaclass_type": null, "metadata": {}, "module_name": "torch.backends.quantized", "mro": ["torch.backends.quantized.QuantizedEngine", "types.ModuleType", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "attr"], "flags": [], "fullname": "torch.backends.quantized.QuantizedEngine.__getattr__", "name": "__getattr__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "m", "name"], "flags": [], "fullname": "torch.backends.quantized.QuantizedEngine.__init__", "name": "__init__", "type": null}}, "engine": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.backends.quantized.QuantizedEngine.engine", "name": "engine", "type": "torch.backends.quantized._QEngineProp"}}, "m": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.backends.quantized.QuantizedEngine.m", "name": "m", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "supported_engines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.backends.quantized.QuantizedEngine.supported_engines", "name": "supported_engines", "type": "torch.backends.quantized._SupportedQEnginesProp"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_QEngineProp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.backends.quantized._QEngineProp", "name": "_QEngineProp", "type_vars": []}, "flags": [], "fullname": "torch.backends.quantized._QEngineProp", "metaclass_type": null, "metadata": {}, "module_name": "torch.backends.quantized", "mro": ["torch.backends.quantized._QEngineProp", "builtins.object"], "names": {".class": "SymbolTable", "__get__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "objtype"], "flags": [], "fullname": "torch.backends.quantized._QEngineProp.__get__", "name": "__get__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "objtype"], "arg_types": ["torch.backends.quantized._QEngineProp", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__get__ of _QEngineProp", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__set__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "val"], "flags": [], "fullname": "torch.backends.quantized._QEngineProp.__set__", "name": "__set__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "val"], "arg_types": ["torch.backends.quantized._QEngineProp", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__set__ of _QEngineProp", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_SupportedQEnginesProp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.backends.quantized._SupportedQEnginesProp", "name": "_SupportedQEnginesProp", "type_vars": []}, "flags": [], "fullname": "torch.backends.quantized._SupportedQEnginesProp", "metaclass_type": null, "metadata": {}, "module_name": "torch.backends.quantized", "mro": ["torch.backends.quantized._SupportedQEnginesProp", "builtins.object"], "names": {".class": "SymbolTable", "__get__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "objtype"], "flags": [], "fullname": "torch.backends.quantized._SupportedQEnginesProp.__get__", "name": "__get__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "objtype"], "arg_types": ["torch.backends.quantized._SupportedQEnginesProp", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__get__ of _SupportedQEnginesProp", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "__set__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "val"], "flags": [], "fullname": "torch.backends.quantized._SupportedQEnginesProp.__set__", "name": "__set__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "val"], "arg_types": ["torch.backends.quantized._SupportedQEnginesProp", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__set__ of _SupportedQEnginesProp", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.quantized.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.quantized.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.quantized.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.quantized.__package__", "name": "__package__", "type": "builtins.str"}}, "_get_qengine_id": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["qengine"], "flags": [], "fullname": "torch.backends.quantized._get_qengine_id", "name": "_get_qengine_id", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["qengine"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_qengine_id", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_get_qengine_str": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["qengine"], "flags": [], "fullname": "torch.backends.quantized._get_qengine_str", "name": "_get_qengine_str", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["qengine"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_qengine_str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "engine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.quantized.engine", "name": "engine", "type": "builtins.str"}}, "supported_engines": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.backends.quantized.supported_engines", "name": "supported_engines", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/backends/quantized/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/backends/quantized/__init__.meta.json b/.mypy_cache/3.9/torch/backends/quantized/__init__.meta.json deleted file mode 100644 index 6d952d46a..000000000 --- a/.mypy_cache/3.9/torch/backends/quantized/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["sys", "torch", "types", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C"], "hash": "db11397dadc79a3321d856e0b19c0e487b47f98865611f00db97aa3f22dca2de", "id": "torch.backends.quantized", "ignore_all": true, "interface_hash": "0cf31e009b54c32bf0fdb2a922df706ac5559e05517d9d9a37297541ea7faf81", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/backends/quantized/__init__.py", "plugin_data": null, "size": 1787, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cpu/__init__.data.json b/.mypy_cache/3.9/torch/cpu/__init__.data.json deleted file mode 100644 index d720182cf..000000000 --- a/.mypy_cache/3.9/torch/cpu/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.cpu", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cpu.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cpu.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cpu.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cpu.__package__", "name": "__package__", "type": "builtins.str"}}, "amp": {".class": "SymbolTableNode", "cross_ref": "torch.cpu.amp", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/cpu/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cpu/__init__.meta.json b/.mypy_cache/3.9/torch/cpu/__init__.meta.json deleted file mode 100644 index 0577b024c..000000000 --- a/.mypy_cache/3.9/torch/cpu/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1], "dep_prios": [10, 5], "dependencies": ["torch.cpu.amp", "builtins"], "hash": "da06d462db2b6de05cdca738cedb9b3af8585627b393a3a776c23adae6d27f65", "id": "torch.cpu", "ignore_all": true, "interface_hash": "f5d5a394918303575baac52f6f8ee87aa90dfb4b9dc34437e3725e88831d1c6e", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/cpu/__init__.py", "plugin_data": null, "size": 18, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cpu/amp/__init__.data.json b/.mypy_cache/3.9/torch/cpu/amp/__init__.data.json deleted file mode 100644 index a83eed73c..000000000 --- a/.mypy_cache/3.9/torch/cpu/amp/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.cpu.amp", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cpu.amp.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cpu.amp.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cpu.amp.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cpu.amp.__package__", "name": "__package__", "type": "builtins.str"}}, "autocast": {".class": "SymbolTableNode", "cross_ref": "torch.cpu.amp.autocast_mode.autocast", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/cpu/amp/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cpu/amp/__init__.meta.json b/.mypy_cache/3.9/torch/cpu/amp/__init__.meta.json deleted file mode 100644 index 3f6e0af4c..000000000 --- a/.mypy_cache/3.9/torch/cpu/amp/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch.cpu.amp.autocast_mode", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "d1ff66045eea923e2cbd770cf04859930b915d0c52917825d4718e133fa91897", "id": "torch.cpu.amp", "ignore_all": true, "interface_hash": "4df9695585a74fed07ca971e1315f0abc1b28c57f163e42f55b563fe056eb65b", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/cpu/amp/__init__.py", "plugin_data": null, "size": 36, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cpu/amp/autocast_mode.data.json b/.mypy_cache/3.9/torch/cpu/amp/autocast_mode.data.json deleted file mode 100644 index 64de074ff..000000000 --- a/.mypy_cache/3.9/torch/cpu/amp/autocast_mode.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.cpu.amp.autocast_mode", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cpu.amp.autocast_mode.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cpu.amp.autocast_mode.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cpu.amp.autocast_mode.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cpu.amp.autocast_mode.__package__", "name": "__package__", "type": "builtins.str"}}, "autocast": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.autocast_mode.autocast"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cpu.amp.autocast_mode.autocast", "name": "autocast", "type_vars": []}, "flags": [], "fullname": "torch.cpu.amp.autocast_mode.autocast", "metaclass_type": null, "metadata": {}, "module_name": "torch.cpu.amp.autocast_mode", "mro": ["torch.cpu.amp.autocast_mode.autocast", "torch.autocast_mode.autocast", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "enabled", "dtype", "cache_enabled"], "flags": [], "fullname": "torch.cpu.amp.autocast_mode.autocast.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/cpu/amp/autocast_mode.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cpu/amp/autocast_mode.meta.json b/.mypy_cache/3.9/torch/cpu/amp/autocast_mode.meta.json deleted file mode 100644 index 1674a9882..000000000 --- a/.mypy_cache/3.9/torch/cpu/amp/autocast_mode.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "typing"], "hash": "edc868521b292e128acc8cce681984288dac6ff32b732bb672bd9f068b2929af", "id": "torch.cpu.amp.autocast_mode", "ignore_all": true, "interface_hash": "fad48fed34c98324afb9011c7f39833664d9ede4e37f0dd512920f97d21df2bc", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/cpu/amp/autocast_mode.py", "plugin_data": null, "size": 373, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/__init__.data.json b/.mypy_cache/3.9/torch/cuda/__init__.data.json deleted file mode 100644 index 1868712fe..000000000 --- a/.mypy_cache/3.9/torch/cuda/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.cuda", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "BFloat16Storage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.cuda._CudaBase", "torch._C.CudaBFloat16StorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.BFloat16Storage", "name": "BFloat16Storage", "type_vars": []}, "flags": [], "fullname": "torch.cuda.BFloat16Storage", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda", "mro": ["torch.cuda.BFloat16Storage", "torch.cuda._CudaBase", "torch._C.CudaBFloat16StorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BoolStorage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.cuda._CudaBase", "torch._C.CudaBoolStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.BoolStorage", "name": "BoolStorage", "type_vars": []}, "flags": [], "fullname": "torch.cuda.BoolStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda", "mro": ["torch.cuda.BoolStorage", "torch.cuda._CudaBase", "torch._C.CudaBoolStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ByteStorage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.cuda._CudaBase", "torch._C.CudaByteStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.ByteStorage", "name": "ByteStorage", "type_vars": []}, "flags": [], "fullname": "torch.cuda.ByteStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda", "mro": ["torch.cuda.ByteStorage", "torch.cuda._CudaBase", "torch._C.CudaByteStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CUDAGraph": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.graphs.CUDAGraph", "kind": "Gdef"}, "CharStorage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.cuda._CudaBase", "torch._C.CudaCharStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.CharStorage", "name": "CharStorage", "type_vars": []}, "flags": [], "fullname": "torch.cuda.CharStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda", "mro": ["torch.cuda.CharStorage", "torch.cuda._CudaBase", "torch._C.CudaCharStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ComplexDoubleStorage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.cuda._CudaBase", "torch._C.CudaComplexDoubleStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.ComplexDoubleStorage", "name": "ComplexDoubleStorage", "type_vars": []}, "flags": [], "fullname": "torch.cuda.ComplexDoubleStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda", "mro": ["torch.cuda.ComplexDoubleStorage", "torch.cuda._CudaBase", "torch._C.CudaComplexDoubleStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ComplexFloatStorage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.cuda._CudaBase", "torch._C.CudaComplexFloatStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.ComplexFloatStorage", "name": "ComplexFloatStorage", "type_vars": []}, "flags": [], "fullname": "torch.cuda.ComplexFloatStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda", "mro": ["torch.cuda.ComplexFloatStorage", "torch.cuda._CudaBase", "torch._C.CudaComplexFloatStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CudaError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.RuntimeError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.CudaError", "name": "CudaError", "type_vars": []}, "flags": [], "fullname": "torch.cuda.CudaError", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda", "mro": ["torch.cuda.CudaError", "builtins.RuntimeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "code"], "flags": [], "fullname": "torch.cuda.CudaError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "code"], "arg_types": ["torch.cuda.CudaError", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CudaError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DeferredCudaCallError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.DeferredCudaCallError", "name": "DeferredCudaCallError", "type_vars": []}, "flags": [], "fullname": "torch.cuda.DeferredCudaCallError", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda", "mro": ["torch.cuda.DeferredCudaCallError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Device": {".class": "SymbolTableNode", "cross_ref": "torch.types.Device", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "DoubleStorage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.cuda._CudaBase", "torch._C.CudaDoubleStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.DoubleStorage", "name": "DoubleStorage", "type_vars": []}, "flags": [], "fullname": "torch.cuda.DoubleStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda", "mro": ["torch.cuda.DoubleStorage", "torch.cuda._CudaBase", "torch._C.CudaDoubleStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Event": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.streams.Event", "kind": "Gdef"}, "FloatStorage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.cuda._CudaBase", "torch._C.CudaFloatStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.FloatStorage", "name": "FloatStorage", "type_vars": []}, "flags": [], "fullname": "torch.cuda.FloatStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda", "mro": ["torch.cuda.FloatStorage", "torch.cuda._CudaBase", "torch._C.CudaFloatStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HalfStorage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.cuda._CudaBase", "torch._C.CudaHalfStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.HalfStorage", "name": "HalfStorage", "type_vars": []}, "flags": [], "fullname": "torch.cuda.HalfStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda", "mro": ["torch.cuda.HalfStorage", "torch.cuda._CudaBase", "torch._C.CudaHalfStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IntStorage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.cuda._CudaBase", "torch._C.CudaIntStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.IntStorage", "name": "IntStorage", "type_vars": []}, "flags": [], "fullname": "torch.cuda.IntStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda", "mro": ["torch.cuda.IntStorage", "torch.cuda._CudaBase", "torch._C.CudaIntStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "LongStorage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.cuda._CudaBase", "torch._C.CudaLongStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.LongStorage", "name": "LongStorage", "type_vars": []}, "flags": [], "fullname": "torch.cuda.LongStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda", "mro": ["torch.cuda.LongStorage", "torch.cuda._CudaBase", "torch._C.CudaLongStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "ShortStorage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.cuda._CudaBase", "torch._C.CudaShortStorageBase", "torch.storage._StorageBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.ShortStorage", "name": "ShortStorage", "type_vars": []}, "flags": [], "fullname": "torch.cuda.ShortStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda", "mro": ["torch.cuda.ShortStorage", "torch.cuda._CudaBase", "torch._C.CudaShortStorageBase", "torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Stream": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.streams.Stream", "kind": "Gdef"}, "StreamContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.StreamContext", "name": "StreamContext", "type_vars": []}, "flags": [], "fullname": "torch.cuda.StreamContext", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda", "mro": ["torch.cuda.StreamContext", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.StreamContext.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "type", "value", "traceback"], "flags": [], "fullname": "torch.cuda.StreamContext.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["torch.cuda.StreamContext", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of StreamContext", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "stream"], "flags": [], "fullname": "torch.cuda.StreamContext.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "stream"], "arg_types": ["torch.cuda.StreamContext", {".class": "UnionType", "items": ["torch.cuda.streams.Stream", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of StreamContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cur_stream": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.cuda.StreamContext.cur_stream", "name": "cur_stream", "type": {".class": "UnionType", "items": ["torch.cuda.streams.Stream", {".class": "NoneType"}]}}}, "dst_prev_stream": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.StreamContext.dst_prev_stream", "name": "dst_prev_stream", "type": {".class": "UnionType", "items": ["torch.cuda.streams.Stream", {".class": "NoneType"}]}}}, "idx": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.StreamContext.idx", "name": "idx", "type": "builtins.int"}}, "src_prev_stream": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.StreamContext.src_prev_stream", "name": "src_prev_stream", "type": {".class": "UnionType", "items": ["torch.cuda.streams.Stream", {".class": "NoneType"}]}}}, "stream": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.StreamContext.stream", "name": "stream", "type": {".class": "UnionType", "items": ["torch.cuda.streams.Stream", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_CudaBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda._CudaBase", "name": "_CudaBase", "type_vars": []}, "flags": [], "fullname": "torch.cuda._CudaBase", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda", "mro": ["torch.cuda._CudaBase", "builtins.object"], "names": {".class": "SymbolTable", "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.cuda._CudaBase.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["cls", "args", "kwargs"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "is_cuda": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.cuda._CudaBase.is_cuda", "name": "is_cuda", "type": "builtins.bool"}}, "is_sparse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.cuda._CudaBase.is_sparse", "name": "is_sparse", "type": "builtins.bool"}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.cuda._CudaBase.type", "name": "type", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_CudaDeviceProperties": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "torch.cuda._CudaDeviceProperties", "line": 65, "no_args": true, "normalized": false, "target": "torch._C._CudaDeviceProperties"}}, "_LazySeedTracker": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda._LazySeedTracker", "name": "_LazySeedTracker", "type_vars": []}, "flags": [], "fullname": "torch.cuda._LazySeedTracker", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda", "mro": ["torch.cuda._LazySeedTracker", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda._LazySeedTracker.__init__", "name": "__init__", "type": null}}, "call_order": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda._LazySeedTracker.call_order", "name": "call_order", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "get_calls": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda._LazySeedTracker.get_calls", "name": "get_calls", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.cuda._LazySeedTracker"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_calls of _LazySeedTracker", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "manual_seed_all_cb": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda._LazySeedTracker.manual_seed_all_cb", "name": "manual_seed_all_cb", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "manual_seed_cb": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda._LazySeedTracker.manual_seed_cb", "name": "manual_seed_cb", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "queue_seed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "cb", "traceback"], "flags": [], "fullname": "torch.cuda._LazySeedTracker.queue_seed", "name": "queue_seed", "type": null}}, "queue_seed_all": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "cb", "traceback"], "flags": [], "fullname": "torch.cuda._LazySeedTracker.queue_seed_all", "name": "queue_seed_all", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_StorageBase": {".class": "SymbolTableNode", "cross_ref": "torch.storage._StorageBase", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.__package__", "name": "__package__", "type": "builtins.str"}}, "_check_capability": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda._check_capability", "name": "_check_capability", "type": null}}, "_check_cubins": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda._check_cubins", "name": "_check_cubins", "type": null}}, "_cudart": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.cuda._cudart", "name": "_cudart", "type": {".class": "AnyType", "missing_import_name": "torch.cuda._cudart", "source_any": null, "type_of_any": 3}}}, "_device": {".class": "SymbolTableNode", "cross_ref": "torch._C.device", "kind": "Gdef"}, "_device_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.cuda._device_t", "line": 34, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}}}, "_dummy_type": {".class": "SymbolTableNode", "cross_ref": "torch.cuda._utils._dummy_type", "kind": "Gdef"}, "_get_device_index": {".class": "SymbolTableNode", "cross_ref": "torch.cuda._utils._get_device_index", "kind": "Gdef"}, "_initialization_lock": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda._initialization_lock", "name": "_initialization_lock", "type": "threading.Lock"}}, "_initialized": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda._initialized", "name": "_initialized", "type": "builtins.bool"}}, "_is_in_bad_fork": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda._is_in_bad_fork", "name": "_is_in_bad_fork", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "_lazy_call": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["callable", "kwargs"], "flags": [], "fullname": "torch.cuda._lazy_call", "name": "_lazy_call", "type": null}}, "_lazy_init": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda._lazy_init", "name": "_lazy_init", "type": null}}, "_lazy_new": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["cls", "args", "kwargs"], "flags": ["is_static", "is_decorated"], "fullname": "torch.cuda._lazy_new", "name": "_lazy_new", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_staticmethod", "is_ready"], "fullname": null, "name": "_lazy_new", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["cls", "args", "kwargs"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_lazy_new", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_lazy_seed_tracker": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda._lazy_seed_tracker", "name": "_lazy_seed_tracker", "type": "torch.cuda._LazySeedTracker"}}, "_queued_calls": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda._queued_calls", "name": "_queued_calls", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.list"}}}, "_sleep": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cycles"], "flags": [], "fullname": "torch.cuda._sleep", "name": "_sleep", "type": null}}, "_tls": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda._tls", "name": "_tls", "type": "threading.local"}}, "amp": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.amp", "kind": "Gdef"}, "caching_allocator_alloc": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.memory.caching_allocator_alloc", "kind": "Gdef"}, "caching_allocator_delete": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.memory.caching_allocator_delete", "kind": "Gdef"}, "can_device_access_peer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["device", "peer_device"], "flags": [], "fullname": "torch.cuda.can_device_access_peer", "name": "can_device_access_peer", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["device", "peer_device"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.cuda._device_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.cuda._device_t"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "can_device_access_peer", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "check_error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["res"], "flags": [], "fullname": "torch.cuda.check_error", "name": "check_error", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["res"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_error", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "contextlib": {".class": "SymbolTableNode", "cross_ref": "contextlib", "kind": "Gdef"}, "cudaStatus": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.cudaStatus", "name": "cudaStatus", "type_vars": []}, "flags": [], "fullname": "torch.cuda.cudaStatus", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda", "mro": ["torch.cuda.cudaStatus", "builtins.object"], "names": {".class": "SymbolTable", "ERROR_NOT_READY": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.cuda.cudaStatus.ERROR_NOT_READY", "name": "ERROR_NOT_READY", "type": "builtins.int"}}, "SUCCESS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.cuda.cudaStatus.SUCCESS", "name": "SUCCESS", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "cudart": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.cudart", "name": "cudart", "type": null}}, "current_blas_handle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.current_blas_handle", "name": "current_blas_handle", "type": null}}, "current_device": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.current_device", "name": "current_device", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "current_device", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "current_stream": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.current_stream", "name": "current_stream", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["device"], "arg_types": [{".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "current_stream", "ret_type": "torch.cuda.streams.Stream", "type_guard": null, "variables": []}}}, "default_generators": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.default_generators", "name": "default_generators", "type": {".class": "TupleType", "implicit": false, "items": ["torch._C.Generator"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "default_stream": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.default_stream", "name": "default_stream", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["device"], "arg_types": [{".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "default_stream", "ret_type": "torch.cuda.streams.Stream", "type_guard": null, "variables": []}}}, "device": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.device", "name": "device", "type_vars": []}, "flags": [], "fullname": "torch.cuda.device", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda", "mro": ["torch.cuda.device", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.device.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "type", "value", "traceback"], "flags": [], "fullname": "torch.cuda.device.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["torch.cuda.device", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of device", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "device"], "flags": [], "fullname": "torch.cuda.device.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "device"], "arg_types": ["torch.cuda.device", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of device", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "idx": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.device.idx", "name": "idx", "type": "builtins.int"}}, "prev_idx": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.device.prev_idx", "name": "prev_idx", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "device_count": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.device_count", "name": "device_count", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "device_count", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "device_of": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.cuda.device"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.device_of", "name": "device_of", "type_vars": []}, "flags": [], "fullname": "torch.cuda.device_of", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda", "mro": ["torch.cuda.device_of", "torch.cuda.device", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "torch.cuda.device_of.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "empty_cache": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.memory.empty_cache", "kind": "Gdef"}, "get_arch_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.get_arch_list", "name": "get_arch_list", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_arch_list", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_device_capability": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.get_device_capability", "name": "get_device_capability", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["device"], "arg_types": [{".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_device_capability", "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_device_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.get_device_name", "name": "get_device_name", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["device"], "arg_types": [{".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_device_name", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "get_device_properties": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.get_device_properties", "name": "get_device_properties", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["device"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.cuda._device_t"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_device_properties", "ret_type": "torch._C._CudaDeviceProperties", "type_guard": null, "variables": []}}}, "get_gencode_flags": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.get_gencode_flags", "name": "get_gencode_flags", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_gencode_flags", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "get_rng_state": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.random.get_rng_state", "kind": "Gdef"}, "get_rng_state_all": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.random.get_rng_state_all", "kind": "Gdef"}, "get_sync_debug_mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.get_sync_debug_mode", "name": "get_sync_debug_mode", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_sync_debug_mode", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "graph": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.graphs.graph", "kind": "Gdef"}, "graph_pool_handle": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.graphs.graph_pool_handle", "kind": "Gdef"}, "has_half": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.has_half", "name": "has_half", "type": "builtins.bool"}}, "has_magma": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.has_magma", "name": "has_magma", "type": "builtins.bool"}}, "init": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.init", "name": "init", "type": null}}, "initial_seed": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.random.initial_seed", "kind": "Gdef"}, "ipc_collect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.ipc_collect", "name": "ipc_collect", "type": null}}, "is_available": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.is_available", "name": "is_available", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_available", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_bf16_supported": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.is_bf16_supported", "name": "is_bf16_supported", "type": null}}, "is_initialized": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.is_initialized", "name": "is_initialized", "type": null}}, "list_gpu_processes": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.memory.list_gpu_processes", "kind": "Gdef"}, "make_graphed_callables": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.graphs.make_graphed_callables", "kind": "Gdef"}, "manual_seed": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.random.manual_seed", "kind": "Gdef"}, "manual_seed_all": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.random.manual_seed_all", "kind": "Gdef"}, "max_memory_allocated": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.memory.max_memory_allocated", "kind": "Gdef"}, "max_memory_cached": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.memory.max_memory_cached", "kind": "Gdef"}, "max_memory_reserved": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.memory.max_memory_reserved", "kind": "Gdef"}, "mem_get_info": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.memory.mem_get_info", "kind": "Gdef"}, "memory_allocated": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.memory.memory_allocated", "kind": "Gdef"}, "memory_cached": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.memory.memory_cached", "kind": "Gdef"}, "memory_reserved": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.memory.memory_reserved", "kind": "Gdef"}, "memory_snapshot": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.memory.memory_snapshot", "kind": "Gdef"}, "memory_stats": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.memory.memory_stats", "kind": "Gdef"}, "memory_stats_as_nested_dict": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.memory.memory_stats_as_nested_dict", "kind": "Gdef"}, "memory_summary": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.memory.memory_summary", "kind": "Gdef"}, "nvtx": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.nvtx", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "profiler": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.profiler", "kind": "Gdef"}, "reset_accumulated_memory_stats": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.memory.reset_accumulated_memory_stats", "kind": "Gdef"}, "reset_max_memory_allocated": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.memory.reset_max_memory_allocated", "kind": "Gdef"}, "reset_max_memory_cached": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.memory.reset_max_memory_cached", "kind": "Gdef"}, "reset_peak_memory_stats": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.memory.reset_peak_memory_stats", "kind": "Gdef"}, "seed": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.random.seed", "kind": "Gdef"}, "seed_all": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.random.seed_all", "kind": "Gdef"}, "set_device": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.set_device", "name": "set_device", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["device"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.cuda._device_t"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_device", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_per_process_memory_fraction": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.memory.set_per_process_memory_fraction", "kind": "Gdef"}, "set_rng_state": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.random.set_rng_state", "kind": "Gdef"}, "set_rng_state_all": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.random.set_rng_state_all", "kind": "Gdef"}, "set_stream": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["stream"], "flags": [], "fullname": "torch.cuda.set_stream", "name": "set_stream", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["stream"], "arg_types": ["torch.cuda.streams.Stream"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_stream", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "set_sync_debug_mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["debug_mode"], "flags": [], "fullname": "torch.cuda.set_sync_debug_mode", "name": "set_sync_debug_mode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["debug_mode"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_sync_debug_mode", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sparse": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.sparse", "kind": "Gdef"}, "storage_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.storage_name", "name": "storage_name", "type": "builtins.str"}}, "stream": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["stream"], "flags": [], "fullname": "torch.cuda.stream", "name": "stream", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["stream"], "arg_types": [{".class": "UnionType", "items": ["torch.cuda.streams.Stream", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stream", "ret_type": "torch.cuda.StreamContext", "type_guard": null, "variables": []}}}, "synchronize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.synchronize", "name": "synchronize", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["device"], "arg_types": [{".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "synchronize", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.t", "name": "t", "type": "builtins.str"}}, "tensor_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.tensor_name", "name": "tensor_name", "type": "builtins.str"}}, "threading": {".class": "SymbolTableNode", "cross_ref": "threading", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "traceback": {".class": "SymbolTableNode", "cross_ref": "traceback", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/cuda/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/__init__.meta.json b/.mypy_cache/3.9/torch/cuda/__init__.meta.json deleted file mode 100644 index 5743ec792..000000000 --- a/.mypy_cache/3.9/torch/cuda/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 574, 577, 584, 682, 683, 684, 685, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 10, 10, 10, 5, 5, 5, 5, 5, 5, 5, 5, 10, 10, 10, 10, 5, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["contextlib", "os", "torch", "traceback", "warnings", "threading", "typing", "torch.cuda._utils", "torch.cuda.graphs", "torch.cuda.streams", "torch._C", "torch.cuda.memory", "torch.cuda.random", "torch.storage", "torch.cuda.sparse", "torch.cuda.profiler", "torch.cuda.nvtx", "torch.cuda.amp", "builtins", "functools", "collections", "inspect", "logging", "io", "pickle", "time", "_typeshed", "abc", "torch._jit_internal", "torch.jit", "torch.version", "types", "typing_extensions"], "hash": "c35daab5f4d69e61d0671af4d655b907dca5ff6c7af44a853673e307a4ea6e78", "id": "torch.cuda", "ignore_all": true, "interface_hash": "94a073910fc415e30a708c9e03f7f68c4605abf18555f7fc25d69f6dad1bd342", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/cuda/__init__.py", "plugin_data": null, "size": 24370, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/_utils.data.json b/.mypy_cache/3.9/torch/cuda/_utils.data.json deleted file mode 100644 index d9e14e8cd..000000000 --- a/.mypy_cache/3.9/torch/cuda/_utils.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.cuda._utils", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda._utils.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda._utils.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda._utils.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda._utils.__package__", "name": "__package__", "type": "builtins.str"}}, "_dummy_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "torch.cuda._utils._dummy_type", "name": "_dummy_type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_dummy_type", "ret_type": "builtins.type", "type_guard": null, "variables": []}}}, "_get_device_index": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["device", "optional", "allow_cpu"], "flags": [], "fullname": "torch.cuda._utils._get_device_index", "name": "_get_device_index", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["device", "optional", "allow_cpu"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_device_index", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_torch_get_device_index": {".class": "SymbolTableNode", "cross_ref": "torch._utils._get_device_index", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/cuda/_utils.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/_utils.meta.json b/.mypy_cache/3.9/torch/cuda/_utils.meta.json deleted file mode 100644 index 66bfa3ca1..000000000 --- a/.mypy_cache/3.9/torch/cuda/_utils.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch", "typing", "torch._utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._jit_internal", "torch.jit"], "hash": "6a4ddc73fab1ebb28967bfd7ef0448a57c2fb589f2230b8834f6dabafeffd9af", "id": "torch.cuda._utils", "ignore_all": true, "interface_hash": "a0f84e2a334383fbfe2c53bc3fa01890593c0dafa555d356fa2339ec37728053", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/cuda/_utils.py", "plugin_data": null, "size": 1845, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/amp/__init__.data.json b/.mypy_cache/3.9/torch/cuda/amp/__init__.data.json deleted file mode 100644 index fef4c1dd0..000000000 --- a/.mypy_cache/3.9/torch/cuda/amp/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.cuda.amp", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "GradScaler": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.amp.grad_scaler.GradScaler", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.amp.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.amp.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.amp.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.amp.__package__", "name": "__package__", "type": "builtins.str"}}, "autocast": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.amp.autocast_mode.autocast", "kind": "Gdef"}, "custom_bwd": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.amp.autocast_mode.custom_bwd", "kind": "Gdef"}, "custom_fwd": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.amp.autocast_mode.custom_fwd", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/cuda/amp/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/amp/__init__.meta.json b/.mypy_cache/3.9/torch/cuda/amp/__init__.meta.json deleted file mode 100644 index cec51a6fa..000000000 --- a/.mypy_cache/3.9/torch/cuda/amp/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch.cuda.amp.autocast_mode", "torch.cuda.amp.grad_scaler", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "e9b643201a366f730d58f0482be43ede1f26f698562bab6af5354826227f4cf5", "id": "torch.cuda.amp", "ignore_all": true, "interface_hash": "decb5c6f77bb703b0b1cf6b7f07594f246ea018d54f52512c98b3391ac48c09d", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/cuda/amp/__init__.py", "plugin_data": null, "size": 124, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/amp/autocast_mode.data.json b/.mypy_cache/3.9/torch/cuda/amp/autocast_mode.data.json deleted file mode 100644 index 0ce6c4488..000000000 --- a/.mypy_cache/3.9/torch/cuda/amp/autocast_mode.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.cuda.amp.autocast_mode", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "HAS_NUMPY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.amp.autocast_mode.HAS_NUMPY", "name": "HAS_NUMPY", "type": "builtins.bool"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.amp.autocast_mode.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.amp.autocast_mode.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.amp.autocast_mode.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.amp.autocast_mode.__package__", "name": "__package__", "type": "builtins.str"}}, "_cast": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["value", "dtype"], "flags": [], "fullname": "torch.cuda.amp.autocast_mode._cast", "name": "_cast", "type": null}}, "autocast": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.autocast_mode.autocast"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.amp.autocast_mode.autocast", "name": "autocast", "type_vars": []}, "flags": [], "fullname": "torch.cuda.amp.autocast_mode.autocast", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda.amp.autocast_mode", "mro": ["torch.cuda.amp.autocast_mode.autocast", "torch.autocast_mode.autocast", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "enabled", "dtype", "cache_enabled"], "flags": [], "fullname": "torch.cuda.amp.autocast_mode.autocast.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "custom_bwd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["bwd"], "flags": [], "fullname": "torch.cuda.amp.autocast_mode.custom_bwd", "name": "custom_bwd", "type": null}}, "custom_fwd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 4], "arg_names": ["fwd", "kwargs"], "flags": [], "fullname": "torch.cuda.amp.autocast_mode.custom_fwd", "name": "custom_fwd", "type": null}}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "np": {".class": "SymbolTableNode", "cross_ref": "numpy", "kind": "Gdef"}, "string_classes": {".class": "SymbolTableNode", "cross_ref": "torch._six.string_classes", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/cuda/amp/autocast_mode.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/amp/autocast_mode.meta.json b/.mypy_cache/3.9/torch/cuda/amp/autocast_mode.meta.json deleted file mode 100644 index 8f9ac14d9..000000000 --- a/.mypy_cache/3.9/torch/cuda/amp/autocast_mode.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 5, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "functools", "collections", "numpy", "torch._six", "builtins", "threading", "contextlib", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "collections.abc", "numpy.typing", "numpy.typing._dtype_like", "torch._C", "torch._tensor", "torch.autocast_mode", "torch.types", "typing"], "hash": "e07177e3448325d4524071d2e26b7ed5724714b6b8a6f1141bc1b5479c18b7ee", "id": "torch.cuda.amp.autocast_mode", "ignore_all": true, "interface_hash": "dad034c7670884e84a897063bb5065462d9ae44bc9c92b6b47a4a607e9c3ef40", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/cuda/amp/autocast_mode.py", "plugin_data": null, "size": 4562, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/amp/common.data.json b/.mypy_cache/3.9/torch/cuda/amp/common.data.json deleted file mode 100644 index 4e3ebf7f1..000000000 --- a/.mypy_cache/3.9/torch/cuda/amp/common.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.cuda.amp.common", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.amp.common.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.amp.common.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.amp.common.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.amp.common.__package__", "name": "__package__", "type": "builtins.str"}}, "amp_definitely_not_available": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.amp.common.amp_definitely_not_available", "name": "amp_definitely_not_available", "type": null}}, "find_spec": {".class": "SymbolTableNode", "cross_ref": "importlib.util.find_spec", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/cuda/amp/common.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/amp/common.meta.json b/.mypy_cache/3.9/torch/cuda/amp/common.meta.json deleted file mode 100644 index acac9aee7..000000000 --- a/.mypy_cache/3.9/torch/cuda/amp/common.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch", "importlib.util", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "importlib", "importlib.machinery", "typing"], "hash": "603388b49dc079e52311be3f0118b1f576ebca24af19e2a79138cb7723974be7", "id": "torch.cuda.amp.common", "ignore_all": true, "interface_hash": "7f31169adb22a6ba09e25d4c384b2750689de548054e498a1fcd73d19dfae4e5", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/cuda/amp/common.py", "plugin_data": null, "size": 157, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/amp/grad_scaler.data.json b/.mypy_cache/3.9/torch/cuda/amp/grad_scaler.data.json deleted file mode 100644 index 071864f48..000000000 --- a/.mypy_cache/3.9/torch/cuda/amp/grad_scaler.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.cuda.amp.grad_scaler", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Enum": {".class": "SymbolTableNode", "cross_ref": "enum.Enum", "kind": "Gdef"}, "GradScaler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.amp.grad_scaler.GradScaler", "name": "GradScaler", "type_vars": []}, "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda.amp.grad_scaler", "mro": ["torch.cuda.amp.grad_scaler.GradScaler", "builtins.object"], "names": {".class": "SymbolTable", "__getstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler.__getstate__", "name": "__getstate__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "init_scale", "growth_factor", "backoff_factor", "growth_interval", "enabled"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler.__init__", "name": "__init__", "type": null}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler.__setstate__", "name": "__setstate__", "type": null}}, "_backoff_factor": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler._backoff_factor", "name": "_backoff_factor", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_check_inf_per_device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "optimizer"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler._check_inf_per_device", "name": "_check_inf_per_device", "type": null}}, "_check_scale_growth_tracker": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "funcname"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler._check_scale_growth_tracker", "name": "_check_scale_growth_tracker", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "funcname"], "arg_types": ["torch.cuda.amp.grad_scaler.GradScaler", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_scale_growth_tracker of GradScaler", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_enabled": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler._enabled", "name": "_enabled", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_found_inf_per_device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "optimizer"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler._found_inf_per_device", "name": "_found_inf_per_device", "type": null}}, "_get_growth_tracker": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler._get_growth_tracker", "name": "_get_growth_tracker", "type": null}}, "_get_scale_async": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler._get_scale_async", "name": "_get_scale_async", "type": null}}, "_grows_tracker": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.cuda.amp.grad_scaler.GradScaler._grows_tracker", "name": "_grows_tracker", "type": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}}}, "_growth_factor": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler._growth_factor", "name": "_growth_factor", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_growth_interval": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler._growth_interval", "name": "_growth_interval", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_growth_tracker": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler._growth_tracker", "name": "_growth_tracker", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_init_growth_tracker": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler._init_growth_tracker", "name": "_init_growth_tracker", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_init_scale": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler._init_scale", "name": "_init_scale", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_lazy_init_scale_growth_tracker": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dev"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler._lazy_init_scale_growth_tracker", "name": "_lazy_init_scale_growth_tracker", "type": null}}, "_maybe_opt_step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2, 4], "arg_names": ["self", "optimizer", "optimizer_state", "args", "kwargs"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler._maybe_opt_step", "name": "_maybe_opt_step", "type": null}}, "_per_optimizer_states": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.cuda.amp.grad_scaler.GradScaler._per_optimizer_states", "name": "_per_optimizer_states", "type": {".class": "Instance", "args": ["builtins.int", {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "type_ref": "builtins.dict"}}}, "_scale": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.cuda.amp.grad_scaler.GradScaler._scale", "name": "_scale", "type": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}}}, "_unscale_grads_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "optimizer", "inv_scale", "found_inf", "allow_fp16"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler._unscale_grads_", "name": "_unscale_grads_", "type": null}}, "get_backoff_factor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler.get_backoff_factor", "name": "get_backoff_factor", "type": null}}, "get_growth_factor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler.get_growth_factor", "name": "get_growth_factor", "type": null}}, "get_growth_interval": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler.get_growth_interval", "name": "get_growth_interval", "type": null}}, "get_scale": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler.get_scale", "name": "get_scale", "type": null}}, "is_enabled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler.is_enabled", "name": "is_enabled", "type": null}}, "load_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state_dict"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler.load_state_dict", "name": "load_state_dict", "type": null}}, "scale": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "outputs"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler.scale", "name": "scale", "type": null}}, "set_backoff_factor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "new_factor"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler.set_backoff_factor", "name": "set_backoff_factor", "type": null}}, "set_growth_factor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "new_factor"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler.set_growth_factor", "name": "set_growth_factor", "type": null}}, "set_growth_interval": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "new_interval"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler.set_growth_interval", "name": "set_growth_interval", "type": null}}, "state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler.state_dict", "name": "state_dict", "type": null}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "optimizer", "args", "kwargs"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler.step", "name": "step", "type": null}}, "unscale_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "optimizer"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler.unscale_", "name": "unscale_", "type": null}}, "update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "new_scale"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler.GradScaler.update", "name": "update", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "OptState": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.amp.grad_scaler.OptState", "name": "OptState", "type_vars": []}, "flags": ["is_enum"], "fullname": "torch.cuda.amp.grad_scaler.OptState", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "torch.cuda.amp.grad_scaler", "mro": ["torch.cuda.amp.grad_scaler.OptState", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "READY": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.cuda.amp.grad_scaler.OptState.READY", "name": "READY", "type": "builtins.int"}}, "STEPPED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.cuda.amp.grad_scaler.OptState.STEPPED", "name": "STEPPED", "type": "builtins.int"}}, "UNSCALED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.cuda.amp.grad_scaler.OptState.UNSCALED", "name": "UNSCALED", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "_MultiDeviceReplicator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.amp.grad_scaler._MultiDeviceReplicator", "name": "_MultiDeviceReplicator", "type_vars": []}, "flags": [], "fullname": "torch.cuda.amp.grad_scaler._MultiDeviceReplicator", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda.amp.grad_scaler", "mro": ["torch.cuda.amp.grad_scaler._MultiDeviceReplicator", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "master_tensor"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler._MultiDeviceReplicator.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "master_tensor"], "arg_types": ["torch.cuda.amp.grad_scaler._MultiDeviceReplicator", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _MultiDeviceReplicator", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_per_device_tensors": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.cuda.amp.grad_scaler._MultiDeviceReplicator._per_device_tensors", "name": "_per_device_tensors", "type": {".class": "Instance", "args": ["torch._C.device", "torch._tensor.Tensor"], "type_ref": "builtins.dict"}}}, "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "device"], "flags": [], "fullname": "torch.cuda.amp.grad_scaler._MultiDeviceReplicator.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "device"], "arg_types": ["torch.cuda.amp.grad_scaler._MultiDeviceReplicator", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of _MultiDeviceReplicator", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "master": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.amp.grad_scaler._MultiDeviceReplicator.master", "name": "master", "type": "torch._tensor.Tensor"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.amp.grad_scaler.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.amp.grad_scaler.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.amp.grad_scaler.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.amp.grad_scaler.__package__", "name": "__package__", "type": "builtins.str"}}, "_refresh_per_optimizer_state": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.amp.grad_scaler._refresh_per_optimizer_state", "name": "_refresh_per_optimizer_state", "type": null}}, "abc": {".class": "SymbolTableNode", "cross_ref": "collections.abc", "kind": "Gdef"}, "amp_definitely_not_available": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.amp.common.amp_definitely_not_available", "kind": "Gdef"}, "defaultdict": {".class": "SymbolTableNode", "cross_ref": "collections.defaultdict", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/cuda/amp/grad_scaler.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/amp/grad_scaler.meta.json b/.mypy_cache/3.9/torch/cuda/amp/grad_scaler.meta.json deleted file mode 100644 index 4bfa8c904..000000000 --- a/.mypy_cache/3.9/torch/cuda/amp/grad_scaler.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 4, 5, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 10, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "collections", "collections.abc", "warnings", "enum", "typing", "torch.cuda.amp.common", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "io", "pickle", "os", "time", "_typeshed", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "torch.types", "types", "typing_extensions"], "hash": "9d3f405bcadc8ade9101a9f7fef5392ac1ebc44547ac793985c18bb700fe72e6", "id": "torch.cuda.amp.grad_scaler", "ignore_all": true, "interface_hash": "91cf7074ac45b3671c6e18ce112de97ec09c25850bb9928d1708c7bd54d6f38e", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/cuda/amp/grad_scaler.py", "plugin_data": null, "size": 25315, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/graphs.data.json b/.mypy_cache/3.9/torch/cuda/graphs.data.json deleted file mode 100644 index fd12f04bc..000000000 --- a/.mypy_cache/3.9/torch/cuda/graphs.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.cuda.graphs", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "CUDAGraph": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C._CUDAGraph"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.graphs.CUDAGraph", "name": "CUDAGraph", "type_vars": []}, "flags": [], "fullname": "torch.cuda.graphs.CUDAGraph", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda.graphs", "mro": ["torch.cuda.graphs.CUDAGraph", "torch._C._CUDAGraph", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.graphs.CUDAGraph.__init__", "name": "__init__", "type": null}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": [], "fullname": "torch.cuda.graphs.CUDAGraph.__new__", "name": "__new__", "type": null}}, "capture_begin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "pool"], "flags": [], "fullname": "torch.cuda.graphs.CUDAGraph.capture_begin", "name": "capture_begin", "type": null}}, "capture_end": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.graphs.CUDAGraph.capture_end", "name": "capture_end", "type": null}}, "pool": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.graphs.CUDAGraph.pool", "name": "pool", "type": null}}, "replay": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.graphs.CUDAGraph.replay", "name": "replay", "type": null}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.graphs.CUDAGraph.reset", "name": "reset", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Graphed@340": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.autograd.function.Function"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.graphs.Graphed@340", "name": "Graphed", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.cuda.graphs.Graphed@340", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda.graphs", "mro": ["torch.cuda.graphs.Graphed@340", "torch.autograd.function.Function", "builtins.object"], "names": {".class": "SymbolTable", "backward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["ctx", "grads"], "flags": ["is_static", "is_decorated"], "fullname": "torch.cuda.graphs.Graphed@340.backward", "name": "backward", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "backward", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["ctx", "inputs"], "flags": ["is_static", "is_decorated"], "fullname": "torch.cuda.graphs.Graphed@340.forward", "name": "forward", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["ctx", "inputs"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "forward of Graphed", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_CUDAGraph": {".class": "SymbolTableNode", "cross_ref": "torch._C._CUDAGraph", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.graphs.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.graphs.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.graphs.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.graphs.__package__", "name": "__package__", "type": "builtins.str"}}, "_dummy_type": {".class": "SymbolTableNode", "cross_ref": "torch.cuda._utils._dummy_type", "kind": "Gdef"}, "_graph_pool_handle": {".class": "SymbolTableNode", "cross_ref": "torch._C._graph_pool_handle", "kind": "Gdef"}, "gc": {".class": "SymbolTableNode", "cross_ref": "gc", "kind": "Gdef"}, "graph": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.graphs.graph", "name": "graph", "type_vars": []}, "flags": [], "fullname": "torch.cuda.graphs.graph", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda.graphs", "mro": ["torch.cuda.graphs.graph", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.graphs.graph.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_value", "traceback"], "flags": [], "fullname": "torch.cuda.graphs.graph.__exit__", "name": "__exit__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "cuda_graph", "pool", "stream"], "flags": [], "fullname": "torch.cuda.graphs.graph.__init__", "name": "__init__", "type": null}}, "capture_stream": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.graphs.graph.capture_stream", "name": "capture_stream", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "cuda_graph": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.graphs.graph.cuda_graph", "name": "cuda_graph", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "default_capture_stream": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.cuda.graphs.graph.default_capture_stream", "name": "default_capture_stream", "type": {".class": "NoneType"}}}, "pool": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.graphs.graph.pool", "name": "pool", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "stream_ctx": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.graphs.graph.stream_ctx", "name": "stream_ctx", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "graph_pool_handle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.graphs.graph_pool_handle", "name": "graph_pool_handle", "type": null}}, "make_graphed_callables": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["callables", "sample_args"], "flags": [], "fullname": "torch.cuda.graphs.make_graphed_callables", "name": "make_graphed_callables", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/cuda/graphs.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/graphs.meta.json b/.mypy_cache/3.9/torch/cuda/graphs.meta.json deleted file mode 100644 index 60d69fb5c..000000000 --- a/.mypy_cache/3.9/torch/cuda/graphs.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 4, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["gc", "torch", "torch.cuda._utils", "torch._C", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.function", "torch.cuda.memory", "torch.cuda.streams", "torch.nn", "torch.nn.modules", "torch.nn.modules.module", "torch.types", "types", "typing", "typing_extensions"], "hash": "4ed6e58a4aa666d7cc1bcea1219e25d1c14e618d2f7d7f78b40ad32c03ddd797", "id": "torch.cuda.graphs", "ignore_all": true, "interface_hash": "7fcdd1adc9a99c152c1071591f8351f9efcf9c49091fe13d897942a3c3195433", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/cuda/graphs.py", "plugin_data": null, "size": 18835, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/memory.data.json b/.mypy_cache/3.9/torch/cuda/memory.data.json deleted file mode 100644 index ad839ed4f..000000000 --- a/.mypy_cache/3.9/torch/cuda/memory.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.cuda.memory", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Device": {".class": "SymbolTableNode", "cross_ref": "torch.types.Device", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.memory.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.memory.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.memory.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.memory.__package__", "name": "__package__", "type": "builtins.str"}}, "_free_mutex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_generator", "is_decorated"], "fullname": "torch.cuda.memory._free_mutex", "name": "_free_mutex", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_free_mutex", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_free_mutex", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "_get_device_index": {".class": "SymbolTableNode", "cross_ref": "torch.cuda._utils._get_device_index", "kind": "Gdef"}, "_host_allocator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.memory._host_allocator", "name": "_host_allocator", "type": null}}, "_lazy_init": {".class": "SymbolTableNode", "cross_ref": "torch.cuda._lazy_init", "kind": "Gdef"}, "caching_allocator_alloc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["size", "device", "stream"], "flags": [], "fullname": "torch.cuda.memory.caching_allocator_alloc", "name": "caching_allocator_alloc", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["size", "device", "stream"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "caching_allocator_alloc", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "caching_allocator_delete": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mem_ptr"], "flags": [], "fullname": "torch.cuda.memory.caching_allocator_delete", "name": "caching_allocator_delete", "type": null}}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "contextlib": {".class": "SymbolTableNode", "cross_ref": "contextlib", "kind": "Gdef"}, "empty_cache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.memory.empty_cache", "name": "empty_cache", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "empty_cache", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "is_initialized": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.is_initialized", "kind": "Gdef"}, "list_gpu_processes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.memory.list_gpu_processes", "name": "list_gpu_processes", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["device"], "arg_types": [{".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "list_gpu_processes", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "max_memory_allocated": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.memory.max_memory_allocated", "name": "max_memory_allocated", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["device"], "arg_types": [{".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max_memory_allocated", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "max_memory_cached": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.memory.max_memory_cached", "name": "max_memory_cached", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["device"], "arg_types": [{".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max_memory_cached", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "max_memory_reserved": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.memory.max_memory_reserved", "name": "max_memory_reserved", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["device"], "arg_types": [{".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max_memory_reserved", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "mem_get_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.memory.mem_get_info", "name": "mem_get_info", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["device"], "arg_types": [{".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mem_get_info", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "memory_allocated": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.memory.memory_allocated", "name": "memory_allocated", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["device"], "arg_types": [{".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "memory_allocated", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "memory_cached": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.memory.memory_cached", "name": "memory_cached", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["device"], "arg_types": [{".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "memory_cached", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "memory_reserved": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.memory.memory_reserved", "name": "memory_reserved", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["device"], "arg_types": [{".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "memory_reserved", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "memory_snapshot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.memory.memory_snapshot", "name": "memory_snapshot", "type": null}}, "memory_stats": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.memory.memory_stats", "name": "memory_stats", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["device"], "arg_types": [{".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "memory_stats", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "memory_stats_as_nested_dict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.memory.memory_stats_as_nested_dict", "name": "memory_stats_as_nested_dict", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["device"], "arg_types": [{".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "memory_stats_as_nested_dict", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "memory_summary": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1], "arg_names": ["device", "abbreviated"], "flags": [], "fullname": "torch.cuda.memory.memory_summary", "name": "memory_summary", "type": {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["device", "abbreviated"], "arg_types": [{".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "memory_summary", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "reset_accumulated_memory_stats": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.memory.reset_accumulated_memory_stats", "name": "reset_accumulated_memory_stats", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["device"], "arg_types": [{".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_accumulated_memory_stats", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reset_max_memory_allocated": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.memory.reset_max_memory_allocated", "name": "reset_max_memory_allocated", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["device"], "arg_types": [{".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_max_memory_allocated", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reset_max_memory_cached": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.memory.reset_max_memory_cached", "name": "reset_max_memory_cached", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["device"], "arg_types": [{".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_max_memory_cached", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reset_peak_memory_stats": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.memory.reset_peak_memory_stats", "name": "reset_peak_memory_stats", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["device"], "arg_types": [{".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_peak_memory_stats", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_per_process_memory_fraction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["fraction", "device"], "flags": [], "fullname": "torch.cuda.memory.set_per_process_memory_fraction", "name": "set_per_process_memory_fraction", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["fraction", "device"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": ["torch._C.device", "builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_per_process_memory_fraction", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/cuda/memory.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/memory.meta.json b/.mypy_cache/3.9/torch/cuda/memory.meta.json deleted file mode 100644 index 9052c8cc1..000000000 --- a/.mypy_cache/3.9/torch/cuda/memory.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 6, 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 549], "dep_prios": [10, 10, 10, 5, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 20], "dependencies": ["collections", "contextlib", "warnings", "typing", "torch", "torch.cuda", "torch.types", "builtins", "functools", "threading", "inspect", "logging", "io", "pickle", "os", "time", "_typeshed", "abc", "torch._C", "torch.cuda._utils", "torch.cuda.streams", "typing_extensions"], "hash": "cb74a0cfd318611947db7088a2ca5519f78db266e8530102f0a88180b871b20d", "id": "torch.cuda.memory", "ignore_all": true, "interface_hash": "bb977d5892a182ef27d1c830b13ea7cb5217de90279a8ad232c9e2cf2f888c52", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/cuda/memory.py", "plugin_data": null, "size": 22599, "suppressed": ["pynvml"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/nvtx.data.json b/.mypy_cache/3.9/torch/cuda/nvtx.data.json deleted file mode 100644 index a29bc529c..000000000 --- a/.mypy_cache/3.9/torch/cuda/nvtx.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.cuda.nvtx", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "_NVTXStub": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.nvtx._NVTXStub", "name": "_NVTXStub", "type_vars": []}, "flags": [], "fullname": "torch.cuda.nvtx._NVTXStub", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda.nvtx", "mro": ["torch.cuda.nvtx._NVTXStub", "builtins.object"], "names": {".class": "SymbolTable", "_fail": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "flags": ["is_static", "is_decorated"], "fullname": "torch.cuda.nvtx._NVTXStub._fail", "name": "_fail", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_fail", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_fail of _NVTXStub", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "markA": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.cuda.nvtx._NVTXStub.markA", "name": "markA", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "rangePop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.cuda.nvtx._NVTXStub.rangePop", "name": "rangePop", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "rangePushA": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.cuda.nvtx._NVTXStub.rangePushA", "name": "rangePushA", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.nvtx.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.nvtx.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.nvtx.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.nvtx.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.nvtx.__package__", "name": "__package__", "type": "builtins.str"}}, "_nvtx": {".class": "SymbolTableNode", "cross_ref": "torch._C._nvtx", "kind": "Gdef", "module_public": false}, "contextmanager": {".class": "SymbolTableNode", "cross_ref": "contextlib.contextmanager", "kind": "Gdef", "module_public": false}, "mark": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["msg"], "flags": [], "fullname": "torch.cuda.nvtx.mark", "name": "mark", "type": null}}, "range": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["msg", "args", "kwargs"], "flags": ["is_generator", "is_decorated"], "fullname": "torch.cuda.nvtx.range", "name": "range", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "range", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["msg", "args", "kwargs"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "range", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "range_pop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.nvtx.range_pop", "name": "range_pop", "type": null}}, "range_push": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["msg"], "flags": [], "fullname": "torch.cuda.nvtx.range_push", "name": "range_push", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/cuda/nvtx.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/nvtx.meta.json b/.mypy_cache/3.9/torch/cuda/nvtx.meta.json deleted file mode 100644 index 5b0614aeb..000000000 --- a/.mypy_cache/3.9/torch/cuda/nvtx.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 20, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["contextlib", "torch._C", "torch._C._nvtx", "builtins", "functools", "threading", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "types", "typing"], "hash": "22b56458255f9fe53f20b444d55d88fa642a420be525614114fd839af0fe460c", "id": "torch.cuda.nvtx", "ignore_all": true, "interface_hash": "87068b63cf1149350cf8bdd9394e5ffbfbede3e24b24375f635b403e4331e3a2", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/cuda/nvtx.py", "plugin_data": null, "size": 1508, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/profiler.data.json b/.mypy_cache/3.9/torch/cuda/profiler.data.json deleted file mode 100644 index 581a77c82..000000000 --- a/.mypy_cache/3.9/torch/cuda/profiler.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.cuda.profiler", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "DEFAULT_FLAGS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.cuda.profiler.DEFAULT_FLAGS", "name": "DEFAULT_FLAGS", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.profiler.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.profiler.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.profiler.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.profiler.__package__", "name": "__package__", "type": "builtins.str"}}, "check_error": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.check_error", "kind": "Gdef"}, "contextlib": {".class": "SymbolTableNode", "cross_ref": "contextlib", "kind": "Gdef"}, "cudart": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.cudart", "kind": "Gdef"}, "init": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["output_file", "flags", "output_mode"], "flags": [], "fullname": "torch.cuda.profiler.init", "name": "init", "type": null}}, "profile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_generator", "is_decorated"], "fullname": "torch.cuda.profiler.profile", "name": "profile", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "profile", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "profile", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "start": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.profiler.start", "name": "start", "type": null}}, "stop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.profiler.stop", "name": "stop", "type": null}}, "tempfile": {".class": "SymbolTableNode", "cross_ref": "tempfile", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/cuda/profiler.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/profiler.meta.json b/.mypy_cache/3.9/torch/cuda/profiler.meta.json deleted file mode 100644 index f683f847f..000000000 --- a/.mypy_cache/3.9/torch/cuda/profiler.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["tempfile", "contextlib", "torch.cuda", "builtins", "functools", "threading", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "2d71593c6270464afe66424d8aab5f7262294c57a0bdb552f74a5fb0b2152547", "id": "torch.cuda.profiler", "ignore_all": true, "interface_hash": "56f1ae443f4fc0c855e69d66a956423d83ee40b44d3278057edea1260f0a47ca", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/cuda/profiler.py", "plugin_data": null, "size": 1221, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/random.data.json b/.mypy_cache/3.9/torch/cuda/random.data.json deleted file mode 100644 index f7a6bccf6..000000000 --- a/.mypy_cache/3.9/torch/cuda/random.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.cuda.random", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_public": false}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "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": [], "fullname": "torch.cuda.random.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.random.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.random.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.random.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.random.__package__", "name": "__package__", "type": "builtins.str"}}, "_lazy_call": {".class": "SymbolTableNode", "cross_ref": "torch.cuda._lazy_call", "kind": "Gdef", "module_public": false}, "_lazy_init": {".class": "SymbolTableNode", "cross_ref": "torch.cuda._lazy_init", "kind": "Gdef", "module_public": false}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef", "module_public": false}, "current_device": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.current_device", "kind": "Gdef", "module_public": false}, "device_count": {".class": "SymbolTableNode", "cross_ref": "torch.cuda.device_count", "kind": "Gdef", "module_public": false}, "get_rng_state": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["device"], "flags": [], "fullname": "torch.cuda.random.get_rng_state", "name": "get_rng_state", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["device"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", "builtins.str", "torch._C.device"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_rng_state", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "get_rng_state_all": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.random.get_rng_state_all", "name": "get_rng_state_all", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_rng_state_all", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "initial_seed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.random.initial_seed", "name": "initial_seed", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "initial_seed", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "manual_seed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["seed"], "flags": [], "fullname": "torch.cuda.random.manual_seed", "name": "manual_seed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["seed"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "manual_seed", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "manual_seed_all": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["seed"], "flags": [], "fullname": "torch.cuda.random.manual_seed_all", "name": "manual_seed_all", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["seed"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "manual_seed_all", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "seed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.random.seed", "name": "seed", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seed", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "seed_all": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.cuda.random.seed_all", "name": "seed_all", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seed_all", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_rng_state": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["new_state", "device"], "flags": [], "fullname": "torch.cuda.random.set_rng_state", "name": "set_rng_state", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["new_state", "device"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", "builtins.str", "torch._C.device"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_rng_state", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_rng_state_all": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["new_states"], "flags": [], "fullname": "torch.cuda.random.set_rng_state_all", "name": "set_rng_state_all", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["new_states"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_rng_state_all", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/cuda/random.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/random.meta.json b/.mypy_cache/3.9/torch/cuda/random.meta.json deleted file mode 100644 index 9149f7b35..000000000 --- a/.mypy_cache/3.9/torch/cuda/random.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch", "typing", "torch.cuda", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._tensor", "typing_extensions"], "hash": "f33fc76f164ceb151238b0a736e1a32c215b704a85303587f7384ee20dae6bab", "id": "torch.cuda.random", "ignore_all": true, "interface_hash": "b9f20a9bc45d01be6ea75e1843f8ade7c7f1d5ff926a11fbde08e459b62f7cb7", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/cuda/random.py", "plugin_data": null, "size": 5223, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/sparse.data.json b/.mypy_cache/3.9/torch/cuda/sparse.data.json deleted file mode 100644 index fc6dc8561..000000000 --- a/.mypy_cache/3.9/torch/cuda/sparse.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.cuda.sparse", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.sparse.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.sparse.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.sparse.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.sparse.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/cuda/sparse.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/sparse.meta.json b/.mypy_cache/3.9/torch/cuda/sparse.meta.json deleted file mode 100644 index cede4d896..000000000 --- a/.mypy_cache/3.9/torch/cuda/sparse.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1], "dep_prios": [5], "dependencies": ["builtins"], "hash": "1fdd761518ac8a418cf524950d042af985f94cd22294160166cd40c2622fdc64", "id": "torch.cuda.sparse", "ignore_all": true, "interface_hash": "b13ba638f068adcb5b84ed80b2d7596298e8737ff23e35f74e2862c52c6d23f1", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/cuda/sparse.py", "plugin_data": null, "size": 67, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/streams.data.json b/.mypy_cache/3.9/torch/cuda/streams.data.json deleted file mode 100644 index 3b817b864..000000000 --- a/.mypy_cache/3.9/torch/cuda/streams.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.cuda.streams", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Event": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C._CudaEventBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.streams.Event", "name": "Event", "type_vars": []}, "flags": [], "fullname": "torch.cuda.streams.Event", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda.streams", "mro": ["torch.cuda.streams.Event", "torch._C._CudaEventBase", "builtins.object"], "names": {".class": "SymbolTable", "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["cls", "enable_timing", "blocking", "interprocess"], "flags": [], "fullname": "torch.cuda.streams.Event.__new__", "name": "__new__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.streams.Event.__repr__", "name": "__repr__", "type": null}}, "_as_parameter_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.cuda.streams.Event._as_parameter_", "name": "_as_parameter_", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_as_parameter_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.cuda.streams.Event"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_as_parameter_ of Event", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "elapsed_time": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "end_event"], "flags": [], "fullname": "torch.cuda.streams.Event.elapsed_time", "name": "elapsed_time", "type": null}}, "from_ipc_handle": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "device", "handle"], "flags": ["is_class", "is_decorated"], "fullname": "torch.cuda.streams.Event.from_ipc_handle", "name": "from_ipc_handle", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_ipc_handle", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "device", "handle"], "arg_types": [{".class": "TypeType", "item": "torch.cuda.streams.Event"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_ipc_handle of Event", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "ipc_handle": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.streams.Event.ipc_handle", "name": "ipc_handle", "type": null}}, "query": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.streams.Event.query", "name": "query", "type": null}}, "record": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "stream"], "flags": [], "fullname": "torch.cuda.streams.Event.record", "name": "record", "type": null}}, "synchronize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.streams.Event.synchronize", "name": "synchronize", "type": null}}, "wait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "stream"], "flags": [], "fullname": "torch.cuda.streams.Event.wait", "name": "wait", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ExternalStream": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.cuda.streams.Stream"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.streams.ExternalStream", "name": "ExternalStream", "type_vars": []}, "flags": [], "fullname": "torch.cuda.streams.ExternalStream", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda.streams", "mro": ["torch.cuda.streams.ExternalStream", "torch.cuda.streams.Stream", "torch._C._CudaStreamBase", "builtins.object"], "names": {".class": "SymbolTable", "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 4], "arg_names": ["cls", "stream_ptr", "device", "kwargs"], "flags": [], "fullname": "torch.cuda.streams.ExternalStream.__new__", "name": "__new__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Stream": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C._CudaStreamBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.cuda.streams.Stream", "name": "Stream", "type_vars": []}, "flags": [], "fullname": "torch.cuda.streams.Stream", "metaclass_type": null, "metadata": {}, "module_name": "torch.cuda.streams", "mro": ["torch.cuda.streams.Stream", "torch._C._CudaStreamBase", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "torch.cuda.streams.Stream.__eq__", "name": "__eq__", "type": null}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.streams.Stream.__hash__", "name": "__hash__", "type": null}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 4], "arg_names": ["cls", "device", "priority", "kwargs"], "flags": [], "fullname": "torch.cuda.streams.Stream.__new__", "name": "__new__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.streams.Stream.__repr__", "name": "__repr__", "type": null}}, "_as_parameter_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.cuda.streams.Stream._as_parameter_", "name": "_as_parameter_", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_as_parameter_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.cuda.streams.Stream"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_as_parameter_ of Stream", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "query": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.streams.Stream.query", "name": "query", "type": null}}, "record_event": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "event"], "flags": [], "fullname": "torch.cuda.streams.Stream.record_event", "name": "record_event", "type": null}}, "synchronize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.cuda.streams.Stream.synchronize", "name": "synchronize", "type": null}}, "wait_event": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "event"], "flags": [], "fullname": "torch.cuda.streams.Stream.wait_event", "name": "wait_event", "type": null}}, "wait_stream": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "stream"], "flags": [], "fullname": "torch.cuda.streams.Stream.wait_stream", "name": "wait_stream", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.streams.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.streams.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.streams.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.cuda.streams.__package__", "name": "__package__", "type": "builtins.str"}}, "_dummy_type": {".class": "SymbolTableNode", "cross_ref": "torch.cuda._utils._dummy_type", "kind": "Gdef"}, "ctypes": {".class": "SymbolTableNode", "cross_ref": "ctypes", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/cuda/streams.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/cuda/streams.meta.json b/.mypy_cache/3.9/torch/cuda/streams.meta.json deleted file mode 100644 index 471df1d74..000000000 --- a/.mypy_cache/3.9/torch/cuda/streams.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["ctypes", "torch", "torch.cuda._utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "types", "typing"], "hash": "7c0922401669a995c7769272f243fa6642c068d2623925b8b3f330426d29c8fa", "id": "torch.cuda.streams", "ignore_all": true, "interface_hash": "a4457c91538a93d33fae04b34a2cd118254d63d0b7ff40339dab994c8c4be974", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/cuda/streams.py", "plugin_data": null, "size": 8093, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/__init__.data.json b/.mypy_cache/3.9/torch/distributed/__init__.data.json deleted file mode 100644 index d62ae7da4..000000000 --- a/.mypy_cache/3.9/torch/distributed/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributed", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AllToAllOptions": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.AllToAllOptions", "kind": "Gdef"}, "AllreduceCoalescedOptions": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.AllreduceCoalescedOptions", "kind": "Gdef"}, "AllreduceOptions": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.AllreduceOptions", "kind": "Gdef"}, "Backend": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.Backend", "kind": "Gdef"}, "BarrierOptions": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.BarrierOptions", "kind": "Gdef"}, "BroadcastOptions": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.BroadcastOptions", "kind": "Gdef"}, "BuiltinCommHookType": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.BuiltinCommHookType", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Enum": {".class": "SymbolTableNode", "cross_ref": "enum.Enum", "kind": "Gdef"}, "FileStore": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.FileStore", "kind": "Gdef"}, "GatherOptions": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.GatherOptions", "kind": "Gdef"}, "GradBucket": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.GradBucket", "kind": "Gdef"}, "GroupMember": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.GroupMember", "kind": "Gdef"}, "HashStore": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.HashStore", "kind": "Gdef"}, "Logger": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.Logger", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "P2POp": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.P2POp", "kind": "Gdef"}, "PG_WRAPPER_STORE_PREFIX": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.PG_WRAPPER_STORE_PREFIX", "kind": "Gdef"}, "PrefixStore": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.PrefixStore", "kind": "Gdef"}, "ProcessGroup": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.ProcessGroup", "kind": "Gdef"}, "ProcessGroupGloo": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.ProcessGroupGloo", "kind": "Gdef"}, "ProcessGroupMPI": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.ProcessGroupMPI", "kind": "Gdef"}, "ProcessGroupNCCL": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.ProcessGroupNCCL", "kind": "Gdef"}, "ReduceOp": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.ReduceOp", "kind": "Gdef"}, "ReduceOptions": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.ReduceOptions", "kind": "Gdef"}, "ReduceScatterOptions": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.ReduceScatterOptions", "kind": "Gdef"}, "Reducer": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.Reducer", "kind": "Gdef"}, "STORE_BASED_BARRIER_PREFIX": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.STORE_BASED_BARRIER_PREFIX", "kind": "Gdef"}, "ScatterOptions": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.ScatterOptions", "kind": "Gdef"}, "Store": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.Store", "kind": "Gdef"}, "TCPStore": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.TCPStore", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_DEFAULT_FIRST_BUCKET_BYTES": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d._DEFAULT_FIRST_BUCKET_BYTES", "kind": "Gdef"}, "_DistributedDebugLevel": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d._DistributedDebugLevel", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.__package__", "name": "__package__", "type": "builtins.str"}}, "_all_gather_base": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d._all_gather_base", "kind": "Gdef"}, "_backend": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d._backend", "kind": "Gdef"}, "_broadcast_coalesced": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d._broadcast_coalesced", "kind": "Gdef"}, "_compute_bucket_assignment_by_size": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d._compute_bucket_assignment_by_size", "kind": "Gdef"}, "_create_process_group_wrapper": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d._create_process_group_wrapper", "kind": "Gdef"}, "_get_debug_mode": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d._get_debug_mode", "kind": "Gdef"}, "_rank_not_in_group": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d._rank_not_in_group", "kind": "Gdef"}, "_reduce_scatter_base": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d._reduce_scatter_base", "kind": "Gdef"}, "_register_builtin_comm_hook": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d._register_builtin_comm_hook", "kind": "Gdef"}, "_register_comm_hook": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d._register_comm_hook", "kind": "Gdef"}, "_remote_device": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.remote_device._remote_device", "kind": "Gdef"}, "_round_robin_process_groups": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d._round_robin_process_groups", "kind": "Gdef"}, "_test_python_store": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d._test_python_store", "kind": "Gdef"}, "_verify_model_across_ranks": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d._verify_model_across_ranks", "kind": "Gdef"}, "all_gather": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.all_gather", "kind": "Gdef"}, "all_gather_coalesced": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.all_gather_coalesced", "kind": "Gdef"}, "all_gather_multigpu": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.all_gather_multigpu", "kind": "Gdef"}, "all_gather_object": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.all_gather_object", "kind": "Gdef"}, "all_reduce": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.all_reduce", "kind": "Gdef"}, "all_reduce_coalesced": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.all_reduce_coalesced", "kind": "Gdef"}, "all_reduce_multigpu": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.all_reduce_multigpu", "kind": "Gdef"}, "all_to_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.all_to_all", "kind": "Gdef"}, "all_to_all_single": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.all_to_all_single", "kind": "Gdef"}, "barrier": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.barrier", "kind": "Gdef"}, "batch_isend_irecv": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.batch_isend_irecv", "kind": "Gdef"}, "broadcast": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.broadcast", "kind": "Gdef"}, "broadcast_multigpu": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.broadcast_multigpu", "kind": "Gdef"}, "broadcast_object_list": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.broadcast_object_list", "kind": "Gdef"}, "contextlib": {".class": "SymbolTableNode", "cross_ref": "contextlib", "kind": "Gdef"}, "default_pg_timeout": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.constants.default_pg_timeout", "kind": "Gdef"}, "destroy_process_group": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.destroy_process_group", "kind": "Gdef"}, "dist_backend": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.dist_backend", "kind": "Gdef"}, "gather": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.gather", "kind": "Gdef"}, "gather_object": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.gather_object", "kind": "Gdef"}, "get_backend": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.get_backend", "kind": "Gdef"}, "get_rank": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.get_rank", "kind": "Gdef"}, "get_world_size": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.get_world_size", "kind": "Gdef"}, "group": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.group", "kind": "Gdef"}, "init_process_group": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.init_process_group", "kind": "Gdef"}, "io": {".class": "SymbolTableNode", "cross_ref": "io", "kind": "Gdef"}, "irecv": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.irecv", "kind": "Gdef"}, "is_available": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.distributed.is_available", "name": "is_available", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_available", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_gloo_available": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.is_gloo_available", "kind": "Gdef"}, "is_initialized": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.is_initialized", "kind": "Gdef"}, "is_mpi_available": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.is_mpi_available", "kind": "Gdef"}, "is_nccl_available": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.is_nccl_available", "kind": "Gdef"}, "is_torchelastic_launched": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.is_torchelastic_launched", "kind": "Gdef"}, "isend": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.isend", "kind": "Gdef"}, "logger": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.logger", "kind": "Gdef"}, "logging": {".class": "SymbolTableNode", "cross_ref": "logging", "kind": "Gdef"}, "monitored_barrier": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.monitored_barrier", "kind": "Gdef"}, "new_group": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.new_group", "kind": "Gdef"}, "new_subgroups": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.new_subgroups", "kind": "Gdef"}, "new_subgroups_by_enumeration": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.new_subgroups_by_enumeration", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "pickle": {".class": "SymbolTableNode", "cross_ref": "pickle", "kind": "Gdef"}, "recv": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.recv", "kind": "Gdef"}, "reduce": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.reduce", "kind": "Gdef"}, "reduce_multigpu": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.reduce_multigpu", "kind": "Gdef"}, "reduce_op": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.reduce_op", "kind": "Gdef"}, "reduce_scatter": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.reduce_scatter", "kind": "Gdef"}, "reduce_scatter_multigpu": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.reduce_scatter_multigpu", "kind": "Gdef"}, "register_rendezvous_handler": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rendezvous.register_rendezvous_handler", "kind": "Gdef"}, "rendezvous": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rendezvous.rendezvous", "kind": "Gdef"}, "scatter": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.scatter", "kind": "Gdef"}, "scatter_object_list": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.scatter_object_list", "kind": "Gdef"}, "send": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.send", "kind": "Gdef"}, "string_classes": {".class": "SymbolTableNode", "cross_ref": "torch._six.string_classes", "kind": "Gdef"}, "supports_complex": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.distributed_c10d.supports_complex", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "time": {".class": "SymbolTableNode", "cross_ref": "time", "kind": "Gdef"}, "timedelta": {".class": "SymbolTableNode", "cross_ref": "datetime.timedelta", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributed/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/__init__.meta.json b/.mypy_cache/3.9/torch/distributed/__init__.meta.json deleted file mode 100644 index d97d17277..000000000 --- a/.mypy_cache/3.9/torch/distributed/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 5, 25, 52, 66, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30], "dependencies": ["os", "sys", "enum", "torch", "torch._C._distributed_c10d", "torch.distributed.distributed_c10d", "torch.distributed.remote_device", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "time", "abc", "torch._C", "torch.cuda", "types", "typing"], "hash": "a79a4c9a50ea24eed3eb92b0a8c770e73b0afff73f28a7feb52b6d7dfc2c38f9", "id": "torch.distributed", "ignore_all": true, "interface_hash": "ba24cbc2513e23681784f17a0a853ab41d5e9c2ba5985c1306e6372ce67bcd11", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributed/__init__.py", "plugin_data": null, "size": 1810, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/autograd/__init__.data.json b/.mypy_cache/3.9/torch/distributed/autograd/__init__.data.json deleted file mode 100644 index a258ab7e5..000000000 --- a/.mypy_cache/3.9/torch/distributed/autograd/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributed.autograd", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "DistAutogradContext": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_autograd.DistAutogradContext", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.autograd.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.autograd.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.autograd.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.autograd.__package__", "name": "__package__", "type": "builtins.str"}}, "_current_context": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_autograd._current_context", "kind": "Gdef"}, "_get_debug_info": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_autograd._get_debug_info", "kind": "Gdef"}, "_get_max_id": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_autograd._get_max_id", "kind": "Gdef"}, "_init": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_autograd._init", "kind": "Gdef"}, "_is_valid_context": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_autograd._is_valid_context", "kind": "Gdef"}, "_new_context": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_autograd._new_context", "kind": "Gdef"}, "_release_context": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_autograd._release_context", "kind": "Gdef"}, "_retrieve_context": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_autograd._retrieve_context", "kind": "Gdef"}, "backward": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_autograd.backward", "kind": "Gdef"}, "context": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributed.autograd.context", "name": "context", "type_vars": []}, "flags": [], "fullname": "torch.distributed.autograd.context", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributed.autograd", "mro": ["torch.distributed.autograd.context", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributed.autograd.context.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "type", "value", "traceback"], "flags": [], "fullname": "torch.distributed.autograd.context.__exit__", "name": "__exit__", "type": null}}, "autograd_context": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.autograd.context.autograd_context", "name": "autograd_context", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "get_gradients": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_autograd.get_gradients", "kind": "Gdef"}, "is_available": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.distributed.autograd.is_available", "name": "is_available", "type": null}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributed/autograd/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/autograd/__init__.meta.json b/.mypy_cache/3.9/torch/distributed/autograd/__init__.meta.json deleted file mode 100644 index 427532751..000000000 --- a/.mypy_cache/3.9/torch/distributed/autograd/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 3, 14, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["sys", "torch", "torch._C._distributed_autograd", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "types", "typing"], "hash": "7f02c2a1aad6f69235d9850b950efd3510a4b100f38856cd47035a2e0f56e497", "id": "torch.distributed.autograd", "ignore_all": true, "interface_hash": "baa237601271e6e411a0062ae1d007c5218ea6a0181b90361f00d5b1b119f960", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributed/autograd/__init__.py", "plugin_data": null, "size": 1599, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/constants.data.json b/.mypy_cache/3.9/torch/distributed/constants.data.json deleted file mode 100644 index 71be7639e..000000000 --- a/.mypy_cache/3.9/torch/distributed/constants.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributed.constants", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "_DEFAULT_PG_TIMEOUT": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d._DEFAULT_PG_TIMEOUT", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.constants.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.constants.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.constants.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.constants.__package__", "name": "__package__", "type": "builtins.str"}}, "default_pg_timeout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.constants.default_pg_timeout", "name": "default_pg_timeout", "type": "datetime.timedelta"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributed/constants.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/constants.meta.json b/.mypy_cache/3.9/torch/distributed/constants.meta.json deleted file mode 100644 index a1b86dbcc..000000000 --- a/.mypy_cache/3.9/torch/distributed/constants.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["torch._C._distributed_c10d", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "abc", "datetime", "typing"], "hash": "8f6f28fa9bd313e5e5592580015dd0e722bf9aec7f09cee332735bf45c5edf02", "id": "torch.distributed.constants", "ignore_all": true, "interface_hash": "0513fcd818a08a5c8dcf6cf99ce3b11ce6d399a96a3354b37370e5a283b0cab9", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributed/constants.py", "plugin_data": null, "size": 422, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/distributed_c10d.data.json b/.mypy_cache/3.9/torch/distributed/distributed_c10d.data.json deleted file mode 100644 index 471d4e02f..000000000 --- a/.mypy_cache/3.9/torch/distributed/distributed_c10d.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributed.distributed_c10d", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AllToAllOptions": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.AllToAllOptions", "kind": "Gdef"}, "AllreduceCoalescedOptions": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.AllreduceCoalescedOptions", "kind": "Gdef"}, "AllreduceOptions": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.AllreduceOptions", "kind": "Gdef"}, "Backend": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributed.distributed_c10d.Backend", "name": "Backend", "type_vars": []}, "flags": [], "fullname": "torch.distributed.distributed_c10d.Backend", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributed.distributed_c10d", "mro": ["torch.distributed.distributed_c10d.Backend", "builtins.object"], "names": {".class": "SymbolTable", "GLOO": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.distributed_c10d.Backend.GLOO", "name": "GLOO", "type": "builtins.str"}}, "MPI": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.distributed_c10d.Backend.MPI", "name": "MPI", "type": "builtins.str"}}, "NCCL": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.distributed_c10d.Backend.NCCL", "name": "NCCL", "type": "builtins.str"}}, "TCP": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.distributed_c10d.Backend.TCP", "name": "TCP", "type": "builtins.str"}}, "UNDEFINED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.distributed_c10d.Backend.UNDEFINED", "name": "UNDEFINED", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "name"], "flags": [], "fullname": "torch.distributed.distributed_c10d.Backend.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "name"], "arg_types": [{".class": "TypeType", "item": "torch.distributed.distributed_c10d.Backend"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Backend", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "register_backend": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "name", "func"], "flags": ["is_class", "is_decorated"], "fullname": "torch.distributed.distributed_c10d.Backend.register_backend", "name": "register_backend", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "register_backend", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "name", "func"], "arg_types": [{".class": "TypeType", "item": "torch.distributed.distributed_c10d.Backend"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "register_backend of Backend", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BarrierOptions": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.BarrierOptions", "kind": "Gdef"}, "BroadcastOptions": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.BroadcastOptions", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "GatherOptions": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.GatherOptions", "kind": "Gdef"}, "GroupMember": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributed.distributed_c10d.GroupMember", "name": "GroupMember", "type_vars": []}, "flags": [], "fullname": "torch.distributed.distributed_c10d.GroupMember", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributed.distributed_c10d", "mro": ["torch.distributed.distributed_c10d.GroupMember", "builtins.object"], "names": {".class": "SymbolTable", "NON_GROUP_MEMBER": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributed.distributed_c10d.GroupMember.NON_GROUP_MEMBER", "name": "NON_GROUP_MEMBER", "type": "builtins.object"}}, "WORLD": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributed.distributed_c10d.GroupMember.WORLD", "name": "WORLD", "type": {".class": "UnionType", "items": ["torch._C._distributed_c10d.ProcessGroup", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "P2POp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributed.distributed_c10d.P2POp", "name": "P2POp", "type_vars": []}, "flags": [], "fullname": "torch.distributed.distributed_c10d.P2POp", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributed.distributed_c10d", "mro": ["torch.distributed.distributed_c10d.P2POp", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["self", "op", "tensor", "peer", "group", "tag"], "flags": [], "fullname": "torch.distributed.distributed_c10d.P2POp.__init__", "name": "__init__", "type": null}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["cls", "op", "tensor", "peer", "group", "tag"], "flags": [], "fullname": "torch.distributed.distributed_c10d.P2POp.__new__", "name": "__new__", "type": null}}, "group": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.distributed_c10d.P2POp.group", "name": "group", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "op": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.distributed_c10d.P2POp.op", "name": "op", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "peer": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.distributed_c10d.P2POp.peer", "name": "peer", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "tag": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.distributed_c10d.P2POp.tag", "name": "tag", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "tensor": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.distributed_c10d.P2POp.tensor", "name": "tensor", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PG_WRAPPER_STORE_PREFIX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.distributed_c10d.PG_WRAPPER_STORE_PREFIX", "name": "PG_WRAPPER_STORE_PREFIX", "type": "builtins.str"}}, "PrefixStore": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.PrefixStore", "kind": "Gdef"}, "ProcessGroup": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.ProcessGroup", "kind": "Gdef"}, "ProcessGroupGloo": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.ProcessGroupGloo", "kind": "Gdef"}, "ProcessGroupMPI": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.ProcessGroupMPI", "kind": "Gdef"}, "ProcessGroupNCCL": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.ProcessGroupNCCL", "kind": "Gdef"}, "ReduceOp": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.ReduceOp", "kind": "Gdef"}, "ReduceOptions": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.ReduceOptions", "kind": "Gdef"}, "ReduceScatterOptions": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.ReduceScatterOptions", "kind": "Gdef"}, "STORE_BASED_BARRIER_PREFIX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.distributed_c10d.STORE_BASED_BARRIER_PREFIX", "name": "STORE_BASED_BARRIER_PREFIX", "type": "builtins.str"}}, "ScatterOptions": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.ScatterOptions", "kind": "Gdef"}, "Store": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.Store", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_DistributedDebugLevel": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d._DistributedDebugLevel", "kind": "Gdef"}, "_GLOO_AVAILABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.distributed_c10d._GLOO_AVAILABLE", "name": "_GLOO_AVAILABLE", "type": "builtins.bool"}}, "_MPI_AVAILABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.distributed_c10d._MPI_AVAILABLE", "name": "_MPI_AVAILABLE", "type": "builtins.bool"}}, "_NCCL_AVAILABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.distributed_c10d._NCCL_AVAILABLE", "name": "_NCCL_AVAILABLE", "type": "builtins.bool"}}, "_ProcessGroupWrapper": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d._ProcessGroupWrapper", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.distributed_c10d.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.distributed_c10d.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.distributed_c10d.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.distributed_c10d.__package__", "name": "__package__", "type": "builtins.str"}}, "_all_gather_base": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["output_tensor", "input_tensor", "group", "async_op"], "flags": [], "fullname": "torch.distributed.distributed_c10d._all_gather_base", "name": "_all_gather_base", "type": null}}, "_backend": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.distributed_c10d._backend", "name": "_backend", "type": "builtins.str"}}, "_batch_p2p_manager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["backend"], "flags": ["is_generator", "is_decorated"], "fullname": "torch.distributed.distributed_c10d._batch_p2p_manager", "name": "_batch_p2p_manager", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_batch_p2p_manager", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["backend"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_batch_p2p_manager", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "_check_op": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["op"], "flags": [], "fullname": "torch.distributed.distributed_c10d._check_op", "name": "_check_op", "type": null}}, "_check_p2p_op_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["p2p_op_list"], "flags": [], "fullname": "torch.distributed.distributed_c10d._check_p2p_op_list", "name": "_check_p2p_op_list", "type": null}}, "_check_single_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["param", "param_name"], "flags": [], "fullname": "torch.distributed.distributed_c10d._check_single_tensor", "name": "_check_single_tensor", "type": null}}, "_check_tensor_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["param", "param_name"], "flags": [], "fullname": "torch.distributed.distributed_c10d._check_tensor_list", "name": "_check_tensor_list", "type": null}}, "_create_process_group_wrapper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1], "arg_names": ["wrapped_pg", "store_prefix", "store", "rank", "world_size", "timeout"], "flags": [], "fullname": "torch.distributed.distributed_c10d._create_process_group_wrapper", "name": "_create_process_group_wrapper", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 1], "arg_names": ["wrapped_pg", "store_prefix", "store", "rank", "world_size", "timeout"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", "builtins.str", "torch._C._distributed_c10d.Store", "builtins.int", "builtins.int", "datetime.timedelta"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_create_process_group_wrapper", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_default_pg_init_method": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.distributed_c10d._default_pg_init_method", "name": "_default_pg_init_method", "type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "NoneType"}]}}}, "_get_debug_mode": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d._get_debug_mode", "kind": "Gdef"}, "_get_default_group": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.distributed.distributed_c10d._get_default_group", "name": "_get_default_group", "type": null}}, "_get_default_store": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.distributed.distributed_c10d._get_default_store", "name": "_get_default_store", "type": null}}, "_get_global_rank": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["group", "group_rank"], "flags": [], "fullname": "torch.distributed.distributed_c10d._get_global_rank", "name": "_get_global_rank", "type": null}}, "_get_group_rank": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["group", "rank"], "flags": [], "fullname": "torch.distributed.distributed_c10d._get_group_rank", "name": "_get_group_rank", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["group", "rank"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_group_rank", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_get_group_size": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["group"], "flags": [], "fullname": "torch.distributed.distributed_c10d._get_group_size", "name": "_get_group_size", "type": null}}, "_group_count": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.distributed_c10d._group_count", "name": "_group_count", "type": "builtins.int"}}, "_new_process_group_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1, 1, 1], "arg_names": ["world_size", "rank", "group_ranks", "backend", "store", "pg_options", "group_name", "timeout"], "flags": [], "fullname": "torch.distributed.distributed_c10d._new_process_group_helper", "name": "_new_process_group_helper", "type": null}}, "_object_to_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch.distributed.distributed_c10d._object_to_tensor", "name": "_object_to_tensor", "type": null}}, "_pg_group_ranks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.distributed_c10d._pg_group_ranks", "name": "_pg_group_ranks", "type": {".class": "Instance", "args": ["torch._C._distributed_c10d.ProcessGroup", {".class": "Instance", "args": ["builtins.int", "builtins.int"], "type_ref": "builtins.dict"}], "type_ref": "builtins.dict"}}}, "_pg_map": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.distributed_c10d._pg_map", "name": "_pg_map", "type": {".class": "Instance", "args": ["torch._C._distributed_c10d.ProcessGroup", {".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "UnionType", "items": ["torch._C._distributed_c10d.Store", {".class": "NoneType"}]}], "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"}}}, "_pg_names": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.distributed_c10d._pg_names", "name": "_pg_names", "type": {".class": "Instance", "args": ["torch._C._distributed_c10d.ProcessGroup", "builtins.str"], "type_ref": "builtins.dict"}}}, "_pickler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.distributed.distributed_c10d._pickler", "line": 43, "no_args": true, "normalized": false, "target": "pickle.Pickler"}}, "_rank_not_in_group": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["group"], "flags": [], "fullname": "torch.distributed.distributed_c10d._rank_not_in_group", "name": "_rank_not_in_group", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["group"], "arg_types": ["torch._C._distributed_c10d.ProcessGroup"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_rank_not_in_group", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_reduce_op": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributed.distributed_c10d._reduce_op", "name": "_reduce_op", "type_vars": []}, "flags": [], "fullname": "torch.distributed.distributed_c10d._reduce_op", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributed.distributed_c10d", "mro": ["torch.distributed.distributed_c10d._reduce_op", "builtins.object"], "names": {".class": "SymbolTable", "__getattribute__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "torch.distributed.distributed_c10d._reduce_op.__getattribute__", "name": "__getattribute__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributed.distributed_c10d._reduce_op.__init__", "name": "__init__", "type": null}}, "__members__": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.distributed_c10d._reduce_op.__members__", "name": "__members__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_reduce_scatter_base": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["output", "input", "op", "group", "async_op"], "flags": [], "fullname": "torch.distributed.distributed_c10d._reduce_scatter_base", "name": "_reduce_scatter_base", "type": null}}, "_store_based_barrier": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["rank", "store", "timeout"], "flags": [], "fullname": "torch.distributed.distributed_c10d._store_based_barrier", "name": "_store_based_barrier", "type": null}}, "_tensor_to_object": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensor", "tensor_size"], "flags": [], "fullname": "torch.distributed.distributed_c10d._tensor_to_object", "name": "_tensor_to_object", "type": null}}, "_unpickler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.distributed.distributed_c10d._unpickler", "line": 44, "no_args": true, "normalized": false, "target": "pickle.Unpickler"}}, "_update_default_pg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pg"], "flags": [], "fullname": "torch.distributed.distributed_c10d._update_default_pg", "name": "_update_default_pg", "type": null}}, "_validate_output_list_for_rank": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["my_rank", "dst", "gather_list"], "flags": [], "fullname": "torch.distributed.distributed_c10d._validate_output_list_for_rank", "name": "_validate_output_list_for_rank", "type": null}}, "all_gather": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["tensor_list", "tensor", "group", "async_op"], "flags": [], "fullname": "torch.distributed.distributed_c10d.all_gather", "name": "all_gather", "type": null}}, "all_gather_coalesced": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["output_tensor_lists", "input_tensor_list", "group", "async_op"], "flags": [], "fullname": "torch.distributed.distributed_c10d.all_gather_coalesced", "name": "all_gather_coalesced", "type": null}}, "all_gather_multigpu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["output_tensor_lists", "input_tensor_list", "group", "async_op"], "flags": [], "fullname": "torch.distributed.distributed_c10d.all_gather_multigpu", "name": "all_gather_multigpu", "type": null}}, "all_gather_object": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["object_list", "obj", "group"], "flags": [], "fullname": "torch.distributed.distributed_c10d.all_gather_object", "name": "all_gather_object", "type": null}}, "all_reduce": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["tensor", "op", "group", "async_op"], "flags": [], "fullname": "torch.distributed.distributed_c10d.all_reduce", "name": "all_reduce", "type": null}}, "all_reduce_coalesced": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["tensors", "op", "group", "async_op"], "flags": [], "fullname": "torch.distributed.distributed_c10d.all_reduce_coalesced", "name": "all_reduce_coalesced", "type": null}}, "all_reduce_multigpu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["tensor_list", "op", "group", "async_op"], "flags": [], "fullname": "torch.distributed.distributed_c10d.all_reduce_multigpu", "name": "all_reduce_multigpu", "type": null}}, "all_to_all": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["output_tensor_list", "input_tensor_list", "group", "async_op"], "flags": [], "fullname": "torch.distributed.distributed_c10d.all_to_all", "name": "all_to_all", "type": null}}, "all_to_all_single": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["output", "input", "output_split_sizes", "input_split_sizes", "group", "async_op"], "flags": [], "fullname": "torch.distributed.distributed_c10d.all_to_all_single", "name": "all_to_all_single", "type": null}}, "barrier": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1], "arg_names": ["group", "async_op", "device_ids"], "flags": [], "fullname": "torch.distributed.distributed_c10d.barrier", "name": "barrier", "type": null}}, "batch_isend_irecv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["p2p_op_list"], "flags": [], "fullname": "torch.distributed.distributed_c10d.batch_isend_irecv", "name": "batch_isend_irecv", "type": null}}, "broadcast": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["tensor", "src", "group", "async_op"], "flags": [], "fullname": "torch.distributed.distributed_c10d.broadcast", "name": "broadcast", "type": null}}, "broadcast_multigpu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["tensor_list", "src", "group", "async_op", "src_tensor"], "flags": [], "fullname": "torch.distributed.distributed_c10d.broadcast_multigpu", "name": "broadcast_multigpu", "type": null}}, "broadcast_object_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["object_list", "src", "group", "device"], "flags": [], "fullname": "torch.distributed.distributed_c10d.broadcast_object_list", "name": "broadcast_object_list", "type": null}}, "contextlib": {".class": "SymbolTableNode", "cross_ref": "contextlib", "kind": "Gdef"}, "default_pg_timeout": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.constants.default_pg_timeout", "kind": "Gdef"}, "destroy_process_group": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["group"], "flags": [], "fullname": "torch.distributed.distributed_c10d.destroy_process_group", "name": "destroy_process_group", "type": null}}, "dist_backend": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.distributed.distributed_c10d.dist_backend", "line": 152, "no_args": true, "normalized": false, "target": "torch.distributed.distributed_c10d.Backend"}}, "gather": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["tensor", "gather_list", "dst", "group", "async_op"], "flags": [], "fullname": "torch.distributed.distributed_c10d.gather", "name": "gather", "type": null}}, "gather_object": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["obj", "object_gather_list", "dst", "group"], "flags": [], "fullname": "torch.distributed.distributed_c10d.gather_object", "name": "gather_object", "type": null}}, "get_backend": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["group"], "flags": [], "fullname": "torch.distributed.distributed_c10d.get_backend", "name": "get_backend", "type": null}}, "get_rank": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["group"], "flags": [], "fullname": "torch.distributed.distributed_c10d.get_rank", "name": "get_rank", "type": null}}, "get_world_size": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["group"], "flags": [], "fullname": "torch.distributed.distributed_c10d.get_world_size", "name": "get_world_size", "type": null}}, "group": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributed.distributed_c10d.group", "name": "group", "type_vars": []}, "flags": [], "fullname": "torch.distributed.distributed_c10d.group", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributed.distributed_c10d", "mro": ["torch.distributed.distributed_c10d.group", "builtins.object"], "names": {".class": "SymbolTable", "WORLD": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.distributed_c10d.group.WORLD", "name": "WORLD", "type": {".class": "UnionType", "items": ["torch._C._distributed_c10d.ProcessGroup", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "init_process_group": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["backend", "init_method", "timeout", "world_size", "rank", "store", "group_name", "pg_options"], "flags": [], "fullname": "torch.distributed.distributed_c10d.init_process_group", "name": "init_process_group", "type": null}}, "io": {".class": "SymbolTableNode", "cross_ref": "io", "kind": "Gdef"}, "irecv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["tensor", "src", "group", "tag"], "flags": [], "fullname": "torch.distributed.distributed_c10d.irecv", "name": "irecv", "type": null}}, "is_gloo_available": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.distributed.distributed_c10d.is_gloo_available", "name": "is_gloo_available", "type": null}}, "is_initialized": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.distributed.distributed_c10d.is_initialized", "name": "is_initialized", "type": null}}, "is_mpi_available": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.distributed.distributed_c10d.is_mpi_available", "name": "is_mpi_available", "type": null}}, "is_nccl_available": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.distributed.distributed_c10d.is_nccl_available", "name": "is_nccl_available", "type": null}}, "is_torchelastic_launched": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.distributed.distributed_c10d.is_torchelastic_launched", "name": "is_torchelastic_launched", "type": null}}, "isend": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["tensor", "dst", "group", "tag"], "flags": [], "fullname": "torch.distributed.distributed_c10d.isend", "name": "isend", "type": null}}, "logger": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.distributed_c10d.logger", "name": "logger", "type": "logging.Logger"}}, "logging": {".class": "SymbolTableNode", "cross_ref": "logging", "kind": "Gdef"}, "monitored_barrier": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1], "arg_names": ["group", "timeout", "wait_all_ranks"], "flags": [], "fullname": "torch.distributed.distributed_c10d.monitored_barrier", "name": "monitored_barrier", "type": null}}, "new_group": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1], "arg_names": ["ranks", "timeout", "backend", "pg_options"], "flags": [], "fullname": "torch.distributed.distributed_c10d.new_group", "name": "new_group", "type": null}}, "new_subgroups": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1, 1], "arg_names": ["group_size", "group", "timeout", "backend", "pg_options"], "flags": [], "fullname": "torch.distributed.distributed_c10d.new_subgroups", "name": "new_subgroups", "type": null}}, "new_subgroups_by_enumeration": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["ranks_per_subgroup_list", "timeout", "backend", "pg_options"], "flags": [], "fullname": "torch.distributed.distributed_c10d.new_subgroups_by_enumeration", "name": "new_subgroups_by_enumeration", "type": null}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "pickle": {".class": "SymbolTableNode", "cross_ref": "pickle", "kind": "Gdef"}, "recv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["tensor", "src", "group", "tag"], "flags": [], "fullname": "torch.distributed.distributed_c10d.recv", "name": "recv", "type": null}}, "reduce": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["tensor", "dst", "op", "group", "async_op"], "flags": [], "fullname": "torch.distributed.distributed_c10d.reduce", "name": "reduce", "type": null}}, "reduce_multigpu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["tensor_list", "dst", "op", "group", "async_op", "dst_tensor"], "flags": [], "fullname": "torch.distributed.distributed_c10d.reduce_multigpu", "name": "reduce_multigpu", "type": null}}, "reduce_op": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.distributed_c10d.reduce_op", "name": "reduce_op", "type": "torch.distributed.distributed_c10d._reduce_op"}}, "reduce_scatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["output", "input_list", "op", "group", "async_op"], "flags": [], "fullname": "torch.distributed.distributed_c10d.reduce_scatter", "name": "reduce_scatter", "type": null}}, "reduce_scatter_multigpu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["output_tensor_list", "input_tensor_lists", "op", "group", "async_op"], "flags": [], "fullname": "torch.distributed.distributed_c10d.reduce_scatter_multigpu", "name": "reduce_scatter_multigpu", "type": null}}, "register_rendezvous_handler": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rendezvous.register_rendezvous_handler", "kind": "Gdef"}, "rendezvous": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rendezvous.rendezvous", "kind": "Gdef"}, "scatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["tensor", "scatter_list", "src", "group", "async_op"], "flags": [], "fullname": "torch.distributed.distributed_c10d.scatter", "name": "scatter", "type": null}}, "scatter_object_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["scatter_object_output_list", "scatter_object_input_list", "src", "group"], "flags": [], "fullname": "torch.distributed.distributed_c10d.scatter_object_list", "name": "scatter_object_list", "type": null}}, "send": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["tensor", "dst", "group", "tag"], "flags": [], "fullname": "torch.distributed.distributed_c10d.send", "name": "send", "type": null}}, "string_classes": {".class": "SymbolTableNode", "cross_ref": "torch._six.string_classes", "kind": "Gdef"}, "supports_complex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["reduceOp"], "flags": [], "fullname": "torch.distributed.distributed_c10d.supports_complex", "name": "supports_complex", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["reduceOp"], "arg_types": ["torch._C._distributed_c10d.ReduceOp"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "supports_complex", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "time": {".class": "SymbolTableNode", "cross_ref": "time", "kind": "Gdef"}, "timedelta": {".class": "SymbolTableNode", "cross_ref": "datetime.timedelta", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/distributed_c10d.meta.json b/.mypy_cache/3.9/torch/distributed/distributed_c10d.meta.json deleted file mode 100644 index 6a5d27831..000000000 --- a/.mypy_cache/3.9/torch/distributed/distributed_c10d.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 29, 31, 32, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 10, 10, 5, 5, 10, 5, 5, 5, 5, 5, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["contextlib", "io", "logging", "os", "pickle", "time", "warnings", "datetime", "typing", "torch", "torch._C._distributed_c10d", "torch._six", "torch.distributed.constants", "torch.distributed.rendezvous", "builtins", "functools", "threading", "collections", "inspect", "_typeshed", "abc", "enum", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.cuda", "torch.storage", "torch.types", "types", "typing_extensions"], "hash": "31728f1a92c4d18f7c185cd32645a65779b26156c63475944fc0e5721f4fece2", "id": "torch.distributed.distributed_c10d", "ignore_all": true, "interface_hash": "94f0b0c7b48811a56bb69219324399a9ec30d596fc0401436e67e001eacca8cb", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py", "plugin_data": null, "size": 122590, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/remote_device.data.json b/.mypy_cache/3.9/torch/distributed/remote_device.data.json deleted file mode 100644 index 4c6c09f44..000000000 --- a/.mypy_cache/3.9/torch/distributed/remote_device.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributed.remote_device", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.remote_device.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.remote_device.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.remote_device.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.remote_device.__package__", "name": "__package__", "type": "builtins.str"}}, "_remote_device": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributed.remote_device._remote_device", "name": "_remote_device", "type_vars": []}, "flags": [], "fullname": "torch.distributed.remote_device._remote_device", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributed.remote_device", "mro": ["torch.distributed.remote_device._remote_device", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.distributed.remote_device._remote_device.__eq__", "name": "__eq__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "remote_device"], "flags": [], "fullname": "torch.distributed.remote_device._remote_device.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "remote_device"], "arg_types": ["torch.distributed.remote_device._remote_device", {".class": "UnionType", "items": ["builtins.str", "torch._C.device"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _remote_device", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributed.remote_device._remote_device.__repr__", "name": "__repr__", "type": null}}, "_device": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.distributed.remote_device._remote_device._device", "name": "_device", "type": {".class": "UnionType", "items": ["builtins.str", "builtins.int", "torch._C.device", {".class": "NoneType"}]}}}, "_is_valid_local_device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["device"], "flags": ["is_static", "is_decorated"], "fullname": "torch.distributed.remote_device._remote_device._is_valid_local_device", "name": "_is_valid_local_device", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_is_valid_local_device", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["device"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_is_valid_local_device of _remote_device", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_rank": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.remote_device._remote_device._rank", "name": "_rank", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "_worker_name": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.remote_device._remote_device._worker_name", "name": "_worker_name", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributed.remote_device._remote_device.device", "name": "device", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributed.remote_device._remote_device"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "device of _remote_device", "ret_type": "torch._C.device", "type_guard": null, "variables": []}}}, "rank": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributed.remote_device._remote_device.rank", "name": "rank", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributed.remote_device._remote_device"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rank of _remote_device", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "worker_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributed.remote_device._remote_device.worker_name", "name": "worker_name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributed.remote_device._remote_device"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "worker_name of _remote_device", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributed/remote_device.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/remote_device.meta.json b/.mypy_cache/3.9/torch/distributed/remote_device.meta.json deleted file mode 100644 index d8b8b1780..000000000 --- a/.mypy_cache/3.9/torch/distributed/remote_device.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["typing", "torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "typing_extensions"], "hash": "9761385b55f2f80430f7b112d177992be28fe0bcf5e16396154556508854422a", "id": "torch.distributed.remote_device", "ignore_all": true, "interface_hash": "b9a6e511bbf2fc3b8da55948a33ce90d3279f4af4acfbd445ea352a0f1dc9426", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributed/remote_device.py", "plugin_data": null, "size": 4609, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/rendezvous.data.json b/.mypy_cache/3.9/torch/distributed/rendezvous.data.json deleted file mode 100644 index 5e1fe42e9..000000000 --- a/.mypy_cache/3.9/torch/distributed/rendezvous.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributed.rendezvous", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "FileStore": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.FileStore", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "PrefixStore": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.PrefixStore", "kind": "Gdef"}, "Store": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.Store", "kind": "Gdef"}, "TCPStore": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.TCPStore", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rendezvous.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rendezvous.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rendezvous.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rendezvous.__package__", "name": "__package__", "type": "builtins.str"}}, "_create_c10d_store": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["hostname", "port", "rank", "world_size", "timeout"], "flags": [], "fullname": "torch.distributed.rendezvous._create_c10d_store", "name": "_create_c10d_store", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["hostname", "port", "rank", "world_size", "timeout"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_create_c10d_store", "ret_type": "torch._C._distributed_c10d.Store", "type_guard": null, "variables": []}}}, "_env_rendezvous_handler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 4], "arg_names": ["url", "timeout", "kwargs"], "flags": ["is_generator"], "fullname": "torch.distributed.rendezvous._env_rendezvous_handler", "name": "_env_rendezvous_handler", "type": {".class": "CallableType", "arg_kinds": [0, 1, 4], "arg_names": ["url", "timeout", "kwargs"], "arg_types": ["builtins.str", "datetime.timedelta", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_env_rendezvous_handler", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_file_rendezvous_handler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["url", "kwargs"], "flags": ["is_generator"], "fullname": "torch.distributed.rendezvous._file_rendezvous_handler", "name": "_file_rendezvous_handler", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["url", "kwargs"], "arg_types": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_file_rendezvous_handler", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_rendezvous_error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["msg"], "flags": [], "fullname": "torch.distributed.rendezvous._rendezvous_error", "name": "_rendezvous_error", "type": null}}, "_rendezvous_handlers": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.rendezvous._rendezvous_handlers", "name": "_rendezvous_handlers", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.dict"}}}, "_tcp_rendezvous_handler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 4], "arg_names": ["url", "timeout", "kwargs"], "flags": ["is_generator"], "fullname": "torch.distributed.rendezvous._tcp_rendezvous_handler", "name": "_tcp_rendezvous_handler", "type": {".class": "CallableType", "arg_kinds": [0, 1, 4], "arg_names": ["url", "timeout", "kwargs"], "arg_types": ["builtins.str", "datetime.timedelta", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_tcp_rendezvous_handler", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_torchelastic_use_agent_store": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.distributed.rendezvous._torchelastic_use_agent_store", "name": "_torchelastic_use_agent_store", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_torchelastic_use_agent_store", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "default_pg_timeout": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.constants.default_pg_timeout", "kind": "Gdef"}, "numbers": {".class": "SymbolTableNode", "cross_ref": "numbers", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "register_rendezvous_handler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["scheme", "handler"], "flags": [], "fullname": "torch.distributed.rendezvous.register_rendezvous_handler", "name": "register_rendezvous_handler", "type": null}}, "rendezvous": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 4], "arg_names": ["url", "rank", "world_size", "kwargs"], "flags": [], "fullname": "torch.distributed.rendezvous.rendezvous", "name": "rendezvous", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 4], "arg_names": ["url", "rank", "world_size", "kwargs"], "arg_types": ["builtins.str", "builtins.int", "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rendezvous", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "six": {".class": "SymbolTableNode", "cross_ref": "torch._six", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "timedelta": {".class": "SymbolTableNode", "cross_ref": "datetime.timedelta", "kind": "Gdef"}, "urlparse": {".class": "SymbolTableNode", "cross_ref": "urllib.parse.urlparse", "kind": "Gdef"}, "urlunparse": {".class": "SymbolTableNode", "cross_ref": "urllib.parse.urlunparse", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributed/rendezvous.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/rendezvous.meta.json b/.mypy_cache/3.9/torch/distributed/rendezvous.meta.json deleted file mode 100644 index f431723ba..000000000 --- a/.mypy_cache/3.9/torch/distributed/rendezvous.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 8, 9, 10, 11, 12, 14, 14, 15, 17, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 10, 10, 5, 5, 10, 20, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["urllib.parse", "numbers", "os", "sys", "datetime", "typing", "torch._six", "torch", "torch.distributed", "torch.distributed.constants", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "time", "_typeshed", "abc", "torch._C", "torch._C._distributed_c10d", "typing_extensions", "urllib"], "hash": "26f86d03d798ddfc9e61b2a8236ab9391931fa45282ac4821fad3ee675e10f7e", "id": "torch.distributed.rendezvous", "ignore_all": true, "interface_hash": "d3fa8c975b1ddab0e7f6af4ca9511f11a334a2e670570cb468aca9c40727ec56", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributed/rendezvous.py", "plugin_data": null, "size": 8635, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/rpc/__init__.data.json b/.mypy_cache/3.9/torch/distributed/rpc/__init__.data.json deleted file mode 100644 index e75c71452..000000000 --- a/.mypy_cache/3.9/torch/distributed/rpc/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributed.rpc", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AllGatherStates": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.api.AllGatherStates", "kind": "Gdef"}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "BackendType": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.backend_registry.BackendType", "kind": "Gdef"}, "DEFAULT_SHUTDOWN_TIMEOUT": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.constants.DEFAULT_SHUTDOWN_TIMEOUT", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Future": {".class": "SymbolTableNode", "cross_ref": "torch.futures.Future", "kind": "Gdef"}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef"}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef"}, "GenericWithOneTypeVar": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.api.GenericWithOneTypeVar", "kind": "Gdef"}, "PyRRef": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc.PyRRef", "kind": "Gdef"}, "PythonUDF": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.internal.PythonUDF", "kind": "Gdef"}, "RPCExecMode": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.internal.RPCExecMode", "kind": "Gdef"}, "RRef": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.api.RRef", "kind": "Gdef"}, "RRef-redefinition": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.api.RRef", "kind": "Gdef"}, "RRefMeta": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.api.RRefMeta", "kind": "Gdef"}, "RemoteProfilerManager": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc.RemoteProfilerManager", "kind": "Gdef"}, "RpcAgent": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc.RpcAgent", "kind": "Gdef"}, "RpcBackendOptions": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc.RpcBackendOptions", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "Store": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_c10d.Store", "kind": "Gdef"}, "T": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.api.T", "kind": "Gdef"}, "TensorPipeAgent": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc.TensorPipeAgent", "kind": "Gdef"}, "TensorPipeRpcBackendOptions": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.options.TensorPipeRpcBackendOptions", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "UNSET_RPC_TIMEOUT": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.constants.UNSET_RPC_TIMEOUT", "kind": "Gdef"}, "WorkerInfo": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc.WorkerInfo", "kind": "Gdef"}, "_DEFAULT_INIT_METHOD": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._DEFAULT_INIT_METHOD", "kind": "Gdef"}, "_DEFAULT_NUM_WORKER_THREADS": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._DEFAULT_NUM_WORKER_THREADS", "kind": "Gdef"}, "_DEFAULT_RPC_TIMEOUT_SEC": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._DEFAULT_RPC_TIMEOUT_SEC", "kind": "Gdef"}, "_TensorPipeRpcBackendOptionsBase": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._TensorPipeRpcBackendOptionsBase", "kind": "Gdef"}, "_UNSET_RPC_TIMEOUT": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._UNSET_RPC_TIMEOUT", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.__package__", "name": "__package__", "type": "builtins.str"}}, "_cleanup_python_rpc_handler": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._cleanup_python_rpc_handler", "kind": "Gdef"}, "_delete_all_user_and_unforked_owner_rrefs": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._delete_all_user_and_unforked_owner_rrefs", "kind": "Gdef"}, "_destroy_rref_context": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._destroy_rref_context", "kind": "Gdef"}, "_disable_jit_rref_pickle": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._disable_jit_rref_pickle", "kind": "Gdef"}, "_disable_server_process_global_profiler": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._disable_server_process_global_profiler", "kind": "Gdef"}, "_enable_jit_rref_pickle": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._enable_jit_rref_pickle", "kind": "Gdef"}, "_enable_server_process_global_profiler": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._enable_server_process_global_profiler", "kind": "Gdef"}, "_get_current_rpc_agent": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._get_current_rpc_agent", "kind": "Gdef"}, "_get_debug_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_decorated"], "fullname": "torch.distributed.rpc._get_debug_info", "name": "_get_debug_info", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_get_debug_info", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "_init_counter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc._init_counter", "name": "_init_counter", "type": "builtins.int"}}, "_init_counter_lock": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.rpc._init_counter_lock", "name": "_init_counter_lock", "type": "threading.Lock"}}, "_init_rpc_backend": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1, 1, 1], "arg_names": ["backend", "store", "name", "rank", "world_size", "rpc_backend_options"], "flags": [], "fullname": "torch.distributed.rpc._init_rpc_backend", "name": "_init_rpc_backend", "type": null}}, "_invoke_remote_builtin": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._invoke_remote_builtin", "kind": "Gdef"}, "_invoke_remote_python_udf": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._invoke_remote_python_udf", "kind": "Gdef"}, "_invoke_remote_torchscript": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._invoke_remote_torchscript", "kind": "Gdef"}, "_invoke_rpc_builtin": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._invoke_rpc_builtin", "kind": "Gdef"}, "_invoke_rpc_python_udf": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._invoke_rpc_python_udf", "kind": "Gdef"}, "_invoke_rpc_torchscript": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._invoke_rpc_torchscript", "kind": "Gdef"}, "_is_current_rpc_agent_set": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._is_current_rpc_agent_set", "kind": "Gdef"}, "_reset_current_rpc_agent": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._reset_current_rpc_agent", "kind": "Gdef"}, "_rref_context_get_debug_info": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._rref_context_get_debug_info", "kind": "Gdef"}, "_server_process_global_profile": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.server_process_global_profiler._server_process_global_profile", "kind": "Gdef"}, "_set_and_start_rpc_agent": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._set_and_start_rpc_agent", "kind": "Gdef"}, "_set_profiler_node_id": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._set_profiler_node_id", "kind": "Gdef"}, "_set_rpc_timeout": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._set_rpc_timeout", "kind": "Gdef"}, "_validate_rpc_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["backend", "store", "name", "rank", "world_size", "rpc_backend_options"], "flags": [], "fullname": "torch.distributed.rpc._validate_rpc_args", "name": "_validate_rpc_args", "type": null}}, "api": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.api", "kind": "Gdef"}, "backend_registry": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.backend_registry", "kind": "Gdef"}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "contextlib": {".class": "SymbolTableNode", "cross_ref": "contextlib", "kind": "Gdef"}, "dist": {".class": "SymbolTableNode", "cross_ref": "torch.distributed", "kind": "Gdef"}, "dist_autograd": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.autograd", "kind": "Gdef"}, "docstring": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.api.docstring", "kind": "Gdef"}, "enable_gil_profiling": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc.enable_gil_profiling", "kind": "Gdef"}, "functions": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.functions", "kind": "Gdef"}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "get_rpc_timeout": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc.get_rpc_timeout", "kind": "Gdef"}, "get_worker_info": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.api.get_worker_info", "kind": "Gdef"}, "init_rpc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["name", "backend", "rank", "world_size", "rpc_backend_options"], "flags": [], "fullname": "torch.distributed.rpc.init_rpc", "name": "init_rpc", "type": null}}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef"}, "is_available": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.distributed.rpc.is_available", "name": "is_available", "type": null}}, "logger": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.rpc.logger", "name": "logger", "type": "logging.Logger"}}, "logging": {".class": "SymbolTableNode", "cross_ref": "logging", "kind": "Gdef"}, "method": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.api.method", "kind": "Gdef"}, "method_factory": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.api.method_factory", "kind": "Gdef"}, "method_name": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.api.method_name", "kind": "Gdef"}, "new_method": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.api.new_method", "kind": "Gdef"}, "numbers": {".class": "SymbolTableNode", "cross_ref": "numbers", "kind": "Gdef"}, "remote": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.api.remote", "kind": "Gdef"}, "rendezvous_iterator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.rendezvous_iterator", "name": "rendezvous_iterator", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["torch._C._distributed_c10d.Store", "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"}}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}}}, "rpc_async": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.api.rpc_async", "kind": "Gdef"}, "rpc_sync": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.api.rpc_sync", "kind": "Gdef"}, "shutdown": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.api.shutdown", "kind": "Gdef"}, "threading": {".class": "SymbolTableNode", "cross_ref": "threading", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributed/rpc/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/rpc/__init__.meta.json b/.mypy_cache/3.9/torch/distributed/rpc/__init__.meta.json deleted file mode 100644 index bb81818b9..000000000 --- a/.mypy_cache/3.9/torch/distributed/rpc/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 6, 7, 26, 27, 63, 63, 63, 65, 67, 70, 71, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 5, 10, 10, 5, 5, 5, 5, 10, 10, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["logging", "threading", "warnings", "typing", "torch", "torch.distributed", "torch._C._distributed_c10d", "torch._C._distributed_rpc", "torch.distributed.rpc.api", "torch.distributed.rpc.backend_registry", "torch.distributed.rpc.functions", "numbers", "torch.distributed.autograd", "torch.distributed.rpc.options", "torch.distributed.rpc.server_process_global_profiler", "builtins", "functools", "contextlib", "collections", "inspect", "io", "pickle", "os", "time", "abc", "enum", "torch._C", "torch._C._distributed_autograd", "torch.distributed.rendezvous", "types"], "hash": "d21c7b50e920bcd21bff8b1c1b2d11efc0615648145b02bb2a0fce42176b8ecf", "id": "torch.distributed.rpc", "ignore_all": true, "interface_hash": "c86f6c577ce354b5f85086efe821687d9354698e2be78f59e1ff1aa602eaa440", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributed/rpc/__init__.py", "plugin_data": null, "size": 9285, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/rpc/api.data.json b/.mypy_cache/3.9/torch/distributed/rpc/api.data.json deleted file mode 100644 index 943d4e8d8..000000000 --- a/.mypy_cache/3.9/torch/distributed/rpc/api.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributed.rpc.api", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AllGatherStates": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributed.rpc.api.AllGatherStates", "name": "AllGatherStates", "type_vars": []}, "flags": [], "fullname": "torch.distributed.rpc.api.AllGatherStates", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributed.rpc.api", "mro": ["torch.distributed.rpc.api.AllGatherStates", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributed.rpc.api.AllGatherStates.__init__", "name": "__init__", "type": null}}, "gathered_objects": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.rpc.api.AllGatherStates.gathered_objects", "name": "gathered_objects", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "proceed_signal": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.rpc.api.AllGatherStates.proceed_signal", "name": "proceed_signal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "DEFAULT_SHUTDOWN_TIMEOUT": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.constants.DEFAULT_SHUTDOWN_TIMEOUT", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Future": {".class": "SymbolTableNode", "cross_ref": "torch.futures.Future", "kind": "Gdef"}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef"}, "GenericWithOneTypeVar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.rpc.api.GenericWithOneTypeVar", "name": "GenericWithOneTypeVar", "type": "builtins.object"}}, "PyRRef": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc.PyRRef", "kind": "Gdef"}, "PythonUDF": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.internal.PythonUDF", "kind": "Gdef"}, "RPCExecMode": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.internal.RPCExecMode", "kind": "Gdef"}, "RRef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C._distributed_rpc.PyRRef"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributed.rpc.api.RRef", "name": "RRef", "type_vars": [{".class": "TypeVarDef", "fullname": "torch.distributed.rpc.api.T", "id": 1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "torch.distributed.rpc.api.RRef", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributed.rpc.api", "mro": ["torch.distributed.rpc.api.RRef", "torch._C._distributed_rpc.PyRRef", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": ["T"], "typeddict_type": null}}, "RRefMeta": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributed.rpc.api.RRefMeta", "name": "RRefMeta", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.distributed.rpc.api.RRefMeta", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributed.rpc.api", "mro": ["torch.distributed.rpc.api.RRefMeta", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RemoteProfilerManager": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc.RemoteProfilerManager", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "torch.distributed.rpc.api.T", "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "UNSET_RPC_TIMEOUT": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.constants.UNSET_RPC_TIMEOUT", "kind": "Gdef"}, "WorkerInfo": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc.WorkerInfo", "kind": "Gdef"}, "_ALL_WORKER_NAMES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.api._ALL_WORKER_NAMES", "name": "_ALL_WORKER_NAMES", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.set"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.api.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.api.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.api.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.api.__package__", "name": "__package__", "type": "builtins.str"}}, "_all_gather": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["obj", "worker_names", "timeout"], "flags": ["is_decorated"], "fullname": "torch.distributed.rpc.api._all_gather", "name": "_all_gather", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_all_gather", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "_all_gather_dict_lock": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.rpc.api._all_gather_dict_lock", "name": "_all_gather_dict_lock", "type": "threading._RLock"}}, "_all_gather_sequence_id": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.api._all_gather_sequence_id", "name": "_all_gather_sequence_id", "type": {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}}}, "_all_gather_sequence_id_to_states": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.api._all_gather_sequence_id_to_states", "name": "_all_gather_sequence_id_to_states", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "collections.defaultdict"}}}, "_barrier": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["worker_names"], "flags": ["is_decorated"], "fullname": "torch.distributed.rpc.api._barrier", "name": "_barrier", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_barrier", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "_broadcast_to_followers": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["sequence_id", "objects_map"], "flags": [], "fullname": "torch.distributed.rpc.api._broadcast_to_followers", "name": "_broadcast_to_followers", "type": null}}, "_build_rpc_profiling_key": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.internal._build_rpc_profiling_key", "kind": "Gdef"}, "_cleanup_python_rpc_handler": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._cleanup_python_rpc_handler", "kind": "Gdef"}, "_default_pickler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.rpc.api._default_pickler", "name": "_default_pickler", "type": "torch.distributed.rpc.internal._InternalRPCPickler"}}, "_delete_all_user_and_unforked_owner_rrefs": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._delete_all_user_and_unforked_owner_rrefs", "kind": "Gdef"}, "_destroy_rref_context": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._destroy_rref_context", "kind": "Gdef"}, "_enable_rpc_profiler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["should_profile", "qualified_name", "func", "rpc_type", "dst_worker_info"], "flags": [], "fullname": "torch.distributed.rpc.api._enable_rpc_profiler", "name": "_enable_rpc_profiler", "type": null}}, "_finalize_shutdown": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.distributed.rpc.api._finalize_shutdown", "name": "_finalize_shutdown", "type": null}}, "_gather_to_leader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["sequence_id", "worker_name", "obj", "worker_names"], "flags": [], "fullname": "torch.distributed.rpc.api._gather_to_leader", "name": "_gather_to_leader", "type": null}}, "_get_current_rpc_agent": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._get_current_rpc_agent", "kind": "Gdef"}, "_ignore_rref_leak": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.rpc.api._ignore_rref_leak", "name": "_ignore_rref_leak", "type": "builtins.bool"}}, "_init_rpc_states": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["agent"], "flags": [], "fullname": "torch.distributed.rpc.api._init_rpc_states", "name": "_init_rpc_states", "type": null}}, "_internal_rpc_pickler": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.internal._internal_rpc_pickler", "kind": "Gdef"}, "_invoke_remote_builtin": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._invoke_remote_builtin", "kind": "Gdef"}, "_invoke_remote_python_udf": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._invoke_remote_python_udf", "kind": "Gdef"}, "_invoke_remote_torchscript": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._invoke_remote_torchscript", "kind": "Gdef"}, "_invoke_rpc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["to", "func", "rpc_type", "args", "kwargs", "rpc_timeout"], "flags": [], "fullname": "torch.distributed.rpc.api._invoke_rpc", "name": "_invoke_rpc", "type": null}}, "_invoke_rpc_builtin": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._invoke_rpc_builtin", "kind": "Gdef"}, "_invoke_rpc_python_udf": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._invoke_rpc_python_udf", "kind": "Gdef"}, "_invoke_rpc_torchscript": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._invoke_rpc_torchscript", "kind": "Gdef"}, "_is_current_rpc_agent_set": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._is_current_rpc_agent_set", "kind": "Gdef"}, "_require_initialized": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "torch.distributed.rpc.api._require_initialized", "name": "_require_initialized", "type": null}}, "_reset_current_rpc_agent": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._reset_current_rpc_agent", "kind": "Gdef"}, "_rref_typeof_on_owner": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["rref", "blocking"], "flags": [], "fullname": "torch.distributed.rpc.api._rref_typeof_on_owner", "name": "_rref_typeof_on_owner", "type": null}}, "_rref_typeof_on_user": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["rref", "timeout", "blocking"], "flags": [], "fullname": "torch.distributed.rpc.api._rref_typeof_on_user", "name": "_rref_typeof_on_user", "type": null}}, "_set_and_start_rpc_agent": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._set_and_start_rpc_agent", "kind": "Gdef"}, "_thread_local_var": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.rpc.api._thread_local_var", "name": "_thread_local_var", "type": "threading.local"}}, "_to_worker_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["to"], "flags": [], "fullname": "torch.distributed.rpc.api._to_worker_info", "name": "_to_worker_info", "type": null}}, "_use_rpc_pickler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["rpc_pickler"], "flags": ["is_generator", "is_decorated"], "fullname": "torch.distributed.rpc.api._use_rpc_pickler", "name": "_use_rpc_pickler", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_use_rpc_pickler", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["rpc_pickler"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_use_rpc_pickler", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "_wait_all": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_generator", "is_decorated"], "fullname": "torch.distributed.rpc.api._wait_all", "name": "_wait_all", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_wait_all", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_wait_all", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "_wait_all_workers": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_decorated"], "fullname": "torch.distributed.rpc.api._wait_all_workers", "name": "_wait_all_workers", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_wait_all_workers", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "contextlib": {".class": "SymbolTableNode", "cross_ref": "contextlib", "kind": "Gdef"}, "docstring": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.rpc.api.docstring", "name": "docstring", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "get_rpc_timeout": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc.get_rpc_timeout", "kind": "Gdef"}, "get_worker_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["worker_name"], "flags": ["is_decorated"], "fullname": "torch.distributed.rpc.api.get_worker_info", "name": "get_worker_info", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "get_worker_info", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef"}, "logger": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.rpc.api.logger", "name": "logger", "type": "logging.Logger"}}, "logging": {".class": "SymbolTableNode", "cross_ref": "logging", "kind": "Gdef"}, "method": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.rpc.api.method", "name": "method", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "method_factory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["method_name", "docstring"], "flags": [], "fullname": "torch.distributed.rpc.api.method_factory", "name": "method_factory", "type": null}}, "method_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.rpc.api.method_name", "name": "method_name", "type": "builtins.str"}}, "new_method": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.rpc.api.new_method", "name": "new_method", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "remote": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["to", "func", "args", "kwargs", "timeout"], "flags": ["is_decorated"], "fullname": "torch.distributed.rpc.api.remote", "name": "remote", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "remote", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "rpc_async": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["to", "func", "args", "kwargs", "timeout"], "flags": ["is_decorated"], "fullname": "torch.distributed.rpc.api.rpc_async", "name": "rpc_async", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "rpc_async", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "rpc_sync": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["to", "func", "args", "kwargs", "timeout"], "flags": ["is_decorated"], "fullname": "torch.distributed.rpc.api.rpc_sync", "name": "rpc_sync", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "rpc_sync", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "shutdown": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["graceful"], "flags": ["is_decorated"], "fullname": "torch.distributed.rpc.api.shutdown", "name": "shutdown", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "shutdown", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "threading": {".class": "SymbolTableNode", "cross_ref": "threading", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributed/rpc/api.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/rpc/api.meta.json b/.mypy_cache/3.9/torch/distributed/rpc/api.meta.json deleted file mode 100644 index 513f8e201..000000000 --- a/.mypy_cache/3.9/torch/distributed/rpc/api.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 9, 10, 12, 32, 39, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 10, 5, 10, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["collections", "contextlib", "functools", "inspect", "logging", "threading", "typing", "torch", "torch.futures", "torch._C._distributed_rpc", "torch.distributed.rpc.internal", "torch.distributed.rpc.constants", "builtins", "io", "warnings", "pickle", "os", "time", "_typeshed", "abc", "datetime", "enum", "torch._C", "torch._jit_internal", "torch._tensor", "torch.autograd", "torch.autograd.profiler", "torch.jit", "torch.jit._builtins", "typing_extensions"], "hash": "e9ae8fceff1a8654fb10f615e197b643c368e5506111115884cd6ee68d6eefaa", "id": "torch.distributed.rpc.api", "ignore_all": true, "interface_hash": "28e1283817f0aa8042732f0a78329c0e305e90e89e4aadbf7b14af40edf635fd", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributed/rpc/api.py", "plugin_data": null, "size": 34368, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/rpc/backend_registry.data.json b/.mypy_cache/3.9/torch/distributed/rpc/backend_registry.data.json deleted file mode 100644 index a7d33a194..000000000 --- a/.mypy_cache/3.9/torch/distributed/rpc/backend_registry.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributed.rpc.backend_registry", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "BackendType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributed.rpc.backend_registry.BackendType", "name": "BackendType", "type_vars": []}, "flags": ["is_enum"], "fullname": "torch.distributed.rpc.backend_registry.BackendType", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "torch.distributed.rpc.backend_registry", "mro": ["torch.distributed.rpc.backend_registry.BackendType", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BackendValue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributed.rpc.backend_registry.BackendValue", "name": "BackendValue", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch.distributed.rpc.backend_registry.BackendValue", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["construct_rpc_backend_options_handler", "init_backend_handler"]}}, "module_name": "torch.distributed.rpc.backend_registry", "mro": ["torch.distributed.rpc.backend_registry.BackendValue", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch.distributed.rpc.backend_registry.BackendValue._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.backend_registry.BackendValue.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.backend_registry.BackendValue.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "construct_rpc_backend_options_handler", "init_backend_handler"], "flags": [], "fullname": "torch.distributed.rpc.backend_registry.BackendValue.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "construct_rpc_backend_options_handler", "init_backend_handler"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.distributed.rpc.backend_registry.BackendValue._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of BackendValue", "ret_type": {".class": "TypeVarType", "fullname": "torch.distributed.rpc.backend_registry.BackendValue._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.distributed.rpc.backend_registry.BackendValue._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch.distributed.rpc.backend_registry.BackendValue._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.distributed.rpc.backend_registry.BackendValue._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of BackendValue", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.distributed.rpc.backend_registry.BackendValue._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.backend_registry.BackendValue._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.backend_registry.BackendValue._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.backend_registry.BackendValue._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch.distributed.rpc.backend_registry.BackendValue._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.distributed.rpc.backend_registry.BackendValue._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of BackendValue", "ret_type": {".class": "TypeVarType", "fullname": "torch.distributed.rpc.backend_registry.BackendValue._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.distributed.rpc.backend_registry.BackendValue._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch.distributed.rpc.backend_registry.BackendValue._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.distributed.rpc.backend_registry.BackendValue._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of BackendValue", "ret_type": {".class": "TypeVarType", "fullname": "torch.distributed.rpc.backend_registry.BackendValue._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.distributed.rpc.backend_registry.BackendValue._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "construct_rpc_backend_options_handler", "init_backend_handler"], "flags": [], "fullname": "torch.distributed.rpc.backend_registry.BackendValue._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "construct_rpc_backend_options_handler", "init_backend_handler"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.distributed.rpc.backend_registry.BackendValue._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of BackendValue", "ret_type": {".class": "TypeVarType", "fullname": "torch.distributed.rpc.backend_registry.BackendValue._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.distributed.rpc.backend_registry.BackendValue._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.backend_registry.BackendValue._source", "name": "_source", "type": "builtins.str"}}, "construct_rpc_backend_options_handler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.distributed.rpc.backend_registry.BackendValue.construct_rpc_backend_options_handler", "name": "construct_rpc_backend_options_handler", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "init_backend_handler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.distributed.rpc.backend_registry.BackendValue.init_backend_handler", "name": "init_backend_handler", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.backend_registry.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.backend_registry.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.backend_registry.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.backend_registry.__package__", "name": "__package__", "type": "builtins.str"}}, "_backend_type_doc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.backend_registry._backend_type_doc", "name": "_backend_type_doc", "type": "builtins.str"}}, "_backend_type_repr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributed.rpc.backend_registry._backend_type_repr", "name": "_backend_type_repr", "type": null}}, "_init_process_group": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["store", "rank", "world_size"], "flags": [], "fullname": "torch.distributed.rpc.backend_registry._init_process_group", "name": "_init_process_group", "type": null}}, "_tensorpipe_construct_rpc_backend_options_handler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 4], "arg_names": ["rpc_timeout", "init_method", "num_worker_threads", "_transports", "_channels", "kwargs"], "flags": [], "fullname": "torch.distributed.rpc.backend_registry._tensorpipe_construct_rpc_backend_options_handler", "name": "_tensorpipe_construct_rpc_backend_options_handler", "type": null}}, "_tensorpipe_exchange_and_check_all_device_maps": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["my_name", "my_device_count", "my_device_maps", "my_devices", "group"], "flags": [], "fullname": "torch.distributed.rpc.backend_registry._tensorpipe_exchange_and_check_all_device_maps", "name": "_tensorpipe_exchange_and_check_all_device_maps", "type": null}}, "_tensorpipe_init_backend_handler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["store", "name", "rank", "world_size", "rpc_backend_options"], "flags": [], "fullname": "torch.distributed.rpc.backend_registry._tensorpipe_init_backend_handler", "name": "_tensorpipe_init_backend_handler", "type": null}}, "_tensorpipe_validate_devices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["devices", "device_count"], "flags": [], "fullname": "torch.distributed.rpc.backend_registry._tensorpipe_validate_devices", "name": "_tensorpipe_validate_devices", "type": null}}, "api": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.api", "kind": "Gdef"}, "backend_registered": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["backend_name"], "flags": [], "fullname": "torch.distributed.rpc.backend_registry.backend_registered", "name": "backend_registered", "type": null}}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "construct_rpc_backend_options": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 4], "arg_names": ["backend", "rpc_timeout", "init_method", "kwargs"], "flags": [], "fullname": "torch.distributed.rpc.backend_registry.construct_rpc_backend_options", "name": "construct_rpc_backend_options", "type": null}}, "dist": {".class": "SymbolTableNode", "cross_ref": "torch.distributed", "kind": "Gdef"}, "enum": {".class": "SymbolTableNode", "cross_ref": "enum", "kind": "Gdef"}, "init_backend": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["backend", "args", "kwargs"], "flags": [], "fullname": "torch.distributed.rpc.backend_registry.init_backend", "name": "init_backend", "type": null}}, "register_backend": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["backend_name", "construct_rpc_backend_options_handler", "init_backend_handler"], "flags": [], "fullname": "torch.distributed.rpc.backend_registry.register_backend", "name": "register_backend", "type": null}}, "rpc_constants": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.constants", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributed/rpc/backend_registry.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/rpc/backend_registry.meta.json b/.mypy_cache/3.9/torch/distributed/rpc/backend_registry.meta.json deleted file mode 100644 index 4dd88b146..000000000 --- a/.mypy_cache/3.9/torch/distributed/rpc/backend_registry.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 3, 4, 6, 7, 9, 9, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 10, 10, 20, 10, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["collections", "enum", "typing", "torch", "torch.distributed", "torch.distributed.rpc", "torch.distributed.rpc.api", "torch.distributed.rpc.constants", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "_typeshed", "abc", "datetime", "torch._C", "torch._C._distributed_c10d", "torch._C._distributed_rpc", "torch.cuda", "torch.distributed.rpc.options", "typing_extensions"], "hash": "17739418ebe13ea70f9333e55a6fc2b84992a32be45027f288d41ed67adb43ae", "id": "torch.distributed.rpc.backend_registry", "ignore_all": true, "interface_hash": "0f47f46fc5706ad9ed4c4f0a32603488552caeb083e2ea322da5e8864ea6b833", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributed/rpc/backend_registry.py", "plugin_data": null, "size": 12050, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/rpc/constants.data.json b/.mypy_cache/3.9/torch/distributed/rpc/constants.data.json deleted file mode 100644 index c30c24bbf..000000000 --- a/.mypy_cache/3.9/torch/distributed/rpc/constants.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributed.rpc.constants", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "DEFAULT_INIT_METHOD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.constants.DEFAULT_INIT_METHOD", "name": "DEFAULT_INIT_METHOD", "type": "builtins.str"}}, "DEFAULT_NUM_WORKER_THREADS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.constants.DEFAULT_NUM_WORKER_THREADS", "name": "DEFAULT_NUM_WORKER_THREADS", "type": "builtins.int"}}, "DEFAULT_PROCESS_GROUP_TIMEOUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.constants.DEFAULT_PROCESS_GROUP_TIMEOUT", "name": "DEFAULT_PROCESS_GROUP_TIMEOUT", "type": "datetime.timedelta"}}, "DEFAULT_RPC_TIMEOUT_SEC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.constants.DEFAULT_RPC_TIMEOUT_SEC", "name": "DEFAULT_RPC_TIMEOUT_SEC", "type": "builtins.float"}}, "DEFAULT_SHUTDOWN_TIMEOUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.constants.DEFAULT_SHUTDOWN_TIMEOUT", "name": "DEFAULT_SHUTDOWN_TIMEOUT", "type": "builtins.float"}}, "UNSET_RPC_TIMEOUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.constants.UNSET_RPC_TIMEOUT", "name": "UNSET_RPC_TIMEOUT", "type": "builtins.float"}}, "_DEFAULT_INIT_METHOD": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._DEFAULT_INIT_METHOD", "kind": "Gdef"}, "_DEFAULT_NUM_WORKER_THREADS": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._DEFAULT_NUM_WORKER_THREADS", "kind": "Gdef"}, "_DEFAULT_RPC_TIMEOUT_SEC": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._DEFAULT_RPC_TIMEOUT_SEC", "kind": "Gdef"}, "_UNSET_RPC_TIMEOUT": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._UNSET_RPC_TIMEOUT", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.constants.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.constants.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.constants.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.constants.__package__", "name": "__package__", "type": "builtins.str"}}, "timedelta": {".class": "SymbolTableNode", "cross_ref": "datetime.timedelta", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributed/rpc/constants.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/rpc/constants.meta.json b/.mypy_cache/3.9/torch/distributed/rpc/constants.meta.json deleted file mode 100644 index 3f9d87e6a..000000000 --- a/.mypy_cache/3.9/torch/distributed/rpc/constants.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["datetime", "torch._C._distributed_rpc", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "ae71769974556582ae1185ad3bb6849c3d0cf18b265c1863279ec605e68a6496", "id": "torch.distributed.rpc.constants", "ignore_all": true, "interface_hash": "b9aa65fffcec124e34be4ed05d3726b188c3c4e5a103e8ef49d082a8cf6ad7d3", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributed/rpc/constants.py", "plugin_data": null, "size": 783, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/rpc/functions.data.json b/.mypy_cache/3.9/torch/distributed/rpc/functions.data.json deleted file mode 100644 index 81241f488..000000000 --- a/.mypy_cache/3.9/torch/distributed/rpc/functions.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributed.rpc.functions", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.functions.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.functions.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.functions.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.functions.__package__", "name": "__package__", "type": "builtins.str"}}, "async_execution": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch.distributed.rpc.functions.async_execution", "name": "async_execution", "type": null}}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributed/rpc/functions.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/rpc/functions.meta.json b/.mypy_cache/3.9/torch/distributed/rpc/functions.meta.json deleted file mode 100644 index 3719d15db..000000000 --- a/.mypy_cache/3.9/torch/distributed/rpc/functions.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 1, 1, 1], "dep_prios": [10, 5, 30, 30], "dependencies": ["functools", "builtins", "abc", "typing"], "hash": "12137d00b8c029b1a2ca59063272bc2ab179c6d3962d7301b4ab7956442fdff7", "id": "torch.distributed.rpc.functions", "ignore_all": true, "interface_hash": "54424339d49d4811611b3ec9fd14bb1ff22d87b9f0d3f5a352b9abcbf43d2228", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributed/rpc/functions.py", "plugin_data": null, "size": 7213, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/rpc/internal.data.json b/.mypy_cache/3.9/torch/distributed/rpc/internal.data.json deleted file mode 100644 index 0b3a7e593..000000000 --- a/.mypy_cache/3.9/torch/distributed/rpc/internal.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributed.rpc.internal", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Enum": {".class": "SymbolTableNode", "cross_ref": "enum.Enum", "kind": "Gdef"}, "PythonUDF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributed.rpc.internal.PythonUDF", "name": "PythonUDF", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch.distributed.rpc.internal.PythonUDF", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["func", "args", "kwargs"]}}, "module_name": "torch.distributed.rpc.internal", "mro": ["torch.distributed.rpc.internal.PythonUDF", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch.distributed.rpc.internal.PythonUDF._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.internal.PythonUDF.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.internal.PythonUDF.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "func", "args", "kwargs"], "flags": [], "fullname": "torch.distributed.rpc.internal.PythonUDF.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "func", "args", "kwargs"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.distributed.rpc.internal.PythonUDF._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of PythonUDF", "ret_type": {".class": "TypeVarType", "fullname": "torch.distributed.rpc.internal.PythonUDF._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.distributed.rpc.internal.PythonUDF._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch.distributed.rpc.internal.PythonUDF._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.distributed.rpc.internal.PythonUDF._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of PythonUDF", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.distributed.rpc.internal.PythonUDF._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.internal.PythonUDF._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.internal.PythonUDF._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.internal.PythonUDF._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch.distributed.rpc.internal.PythonUDF._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.distributed.rpc.internal.PythonUDF._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of PythonUDF", "ret_type": {".class": "TypeVarType", "fullname": "torch.distributed.rpc.internal.PythonUDF._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.distributed.rpc.internal.PythonUDF._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch.distributed.rpc.internal.PythonUDF._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.distributed.rpc.internal.PythonUDF._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of PythonUDF", "ret_type": {".class": "TypeVarType", "fullname": "torch.distributed.rpc.internal.PythonUDF._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.distributed.rpc.internal.PythonUDF._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "func", "args", "kwargs"], "flags": [], "fullname": "torch.distributed.rpc.internal.PythonUDF._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "func", "args", "kwargs"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.distributed.rpc.internal.PythonUDF._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of PythonUDF", "ret_type": {".class": "TypeVarType", "fullname": "torch.distributed.rpc.internal.PythonUDF._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.distributed.rpc.internal.PythonUDF._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.internal.PythonUDF._source", "name": "_source", "type": "builtins.str"}}, "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.distributed.rpc.internal.PythonUDF.args", "name": "args", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "func": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.distributed.rpc.internal.PythonUDF.func", "name": "func", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "kwargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.distributed.rpc.internal.PythonUDF.kwargs", "name": "kwargs", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "RPCExecMode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributed.rpc.internal.RPCExecMode", "name": "RPCExecMode", "type_vars": []}, "flags": ["is_enum"], "fullname": "torch.distributed.rpc.internal.RPCExecMode", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "torch.distributed.rpc.internal", "mro": ["torch.distributed.rpc.internal.RPCExecMode", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "ASYNC": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.internal.RPCExecMode.ASYNC", "name": "ASYNC", "type": "builtins.str"}}, "ASYNC_JIT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.internal.RPCExecMode.ASYNC_JIT", "name": "ASYNC_JIT", "type": "builtins.str"}}, "REMOTE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.internal.RPCExecMode.REMOTE", "name": "REMOTE", "type": "builtins.str"}}, "SYNC": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.internal.RPCExecMode.SYNC", "name": "SYNC", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RemoteException": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributed.rpc.internal.RemoteException", "name": "RemoteException", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch.distributed.rpc.internal.RemoteException", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["msg", "exception_type"]}}, "module_name": "torch.distributed.rpc.internal", "mro": ["torch.distributed.rpc.internal.RemoteException", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch.distributed.rpc.internal.RemoteException._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.internal.RemoteException.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.internal.RemoteException.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "msg", "exception_type"], "flags": [], "fullname": "torch.distributed.rpc.internal.RemoteException.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "msg", "exception_type"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.distributed.rpc.internal.RemoteException._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of RemoteException", "ret_type": {".class": "TypeVarType", "fullname": "torch.distributed.rpc.internal.RemoteException._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.distributed.rpc.internal.RemoteException._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch.distributed.rpc.internal.RemoteException._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.distributed.rpc.internal.RemoteException._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of RemoteException", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.distributed.rpc.internal.RemoteException._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.internal.RemoteException._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.internal.RemoteException._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.internal.RemoteException._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch.distributed.rpc.internal.RemoteException._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.distributed.rpc.internal.RemoteException._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of RemoteException", "ret_type": {".class": "TypeVarType", "fullname": "torch.distributed.rpc.internal.RemoteException._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.distributed.rpc.internal.RemoteException._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch.distributed.rpc.internal.RemoteException._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.distributed.rpc.internal.RemoteException._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of RemoteException", "ret_type": {".class": "TypeVarType", "fullname": "torch.distributed.rpc.internal.RemoteException._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.distributed.rpc.internal.RemoteException._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "msg", "exception_type"], "flags": [], "fullname": "torch.distributed.rpc.internal.RemoteException._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "msg", "exception_type"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.distributed.rpc.internal.RemoteException._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of RemoteException", "ret_type": {".class": "TypeVarType", "fullname": "torch.distributed.rpc.internal.RemoteException._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.distributed.rpc.internal.RemoteException._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributed.rpc.internal.RemoteException._source", "name": "_source", "type": "builtins.str"}}, "exception_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.distributed.rpc.internal.RemoteException.exception_type", "name": "exception_type", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.distributed.rpc.internal.RemoteException.msg", "name": "msg", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "_InternalRPCPickler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributed.rpc.internal._InternalRPCPickler", "name": "_InternalRPCPickler", "type_vars": []}, "flags": [], "fullname": "torch.distributed.rpc.internal._InternalRPCPickler", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributed.rpc.internal", "mro": ["torch.distributed.rpc.internal._InternalRPCPickler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributed.rpc.internal._InternalRPCPickler.__init__", "name": "__init__", "type": null}}, "_class_reducer_dict": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.rpc.internal._InternalRPCPickler._class_reducer_dict", "name": "_class_reducer_dict", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_dispatch_table": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.rpc.internal._InternalRPCPickler._dispatch_table", "name": "_dispatch_table", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_py_rref_receiver": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "rref_fork_data"], "flags": ["is_class", "is_decorated"], "fullname": "torch.distributed.rpc.internal._InternalRPCPickler._py_rref_receiver", "name": "_py_rref_receiver", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "_py_rref_receiver", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "rref_fork_data"], "arg_types": [{".class": "TypeType", "item": "torch.distributed.rpc.internal._InternalRPCPickler"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_py_rref_receiver of _InternalRPCPickler", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_py_rref_reducer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "py_rref"], "flags": [], "fullname": "torch.distributed.rpc.internal._InternalRPCPickler._py_rref_reducer", "name": "_py_rref_reducer", "type": null}}, "_register_reducer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj_class", "reducer"], "flags": [], "fullname": "torch.distributed.rpc.internal._InternalRPCPickler._register_reducer", "name": "_register_reducer", "type": null}}, "_rref_reducer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "rref"], "flags": [], "fullname": "torch.distributed.rpc.internal._InternalRPCPickler._rref_reducer", "name": "_rref_reducer", "type": null}}, "_script_module_receiver": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "script_module_serialized"], "flags": ["is_class", "is_decorated"], "fullname": "torch.distributed.rpc.internal._InternalRPCPickler._script_module_receiver", "name": "_script_module_receiver", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "_script_module_receiver", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "script_module_serialized"], "arg_types": [{".class": "TypeType", "item": "torch.distributed.rpc.internal._InternalRPCPickler"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_script_module_receiver of _InternalRPCPickler", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_script_module_reducer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "script_module"], "flags": [], "fullname": "torch.distributed.rpc.internal._InternalRPCPickler._script_module_reducer", "name": "_script_module_reducer", "type": null}}, "_tensor_receiver": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "tensor_index"], "flags": ["is_class", "is_decorated"], "fullname": "torch.distributed.rpc.internal._InternalRPCPickler._tensor_receiver", "name": "_tensor_receiver", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "_tensor_receiver", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "tensor_index"], "arg_types": [{".class": "TypeType", "item": "torch.distributed.rpc.internal._InternalRPCPickler"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_tensor_receiver of _InternalRPCPickler", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_tensor_reducer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tensor"], "flags": [], "fullname": "torch.distributed.rpc.internal._InternalRPCPickler._tensor_reducer", "name": "_tensor_reducer", "type": null}}, "deserialize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "binary_data", "tensor_table"], "flags": [], "fullname": "torch.distributed.rpc.internal._InternalRPCPickler.deserialize", "name": "deserialize", "type": null}}, "serialize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "torch.distributed.rpc.internal._InternalRPCPickler.serialize", "name": "serialize", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.internal.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.internal.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.internal.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.internal.__package__", "name": "__package__", "type": "builtins.str"}}, "_build_rpc_profiling_key": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["exec_type", "func_name", "current_worker_name", "dst_worker_name"], "flags": [], "fullname": "torch.distributed.rpc.internal._build_rpc_profiling_key", "name": "_build_rpc_profiling_key", "type": null}}, "_get_current_rpc_agent": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._get_current_rpc_agent", "kind": "Gdef"}, "_handle_exception": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["result"], "flags": [], "fullname": "torch.distributed.rpc.internal._handle_exception", "name": "_handle_exception", "type": null}}, "_internal_rpc_pickler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.rpc.internal._internal_rpc_pickler", "name": "_internal_rpc_pickler", "type": "torch.distributed.rpc.internal._InternalRPCPickler"}}, "_pickler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.distributed.rpc.internal._pickler", "line": 18, "no_args": true, "normalized": false, "target": "pickle.Pickler"}}, "_run_function": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["python_udf"], "flags": [], "fullname": "torch.distributed.rpc.internal._run_function", "name": "_run_function", "type": null}}, "_start_record_function": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["exec_type", "func_name", "current_worker_name", "dest_worker_name"], "flags": [], "fullname": "torch.distributed.rpc.internal._start_record_function", "name": "_start_record_function", "type": null}}, "_thread_local_tensor_tables": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.rpc.internal._thread_local_tensor_tables", "name": "_thread_local_tensor_tables", "type": "threading.local"}}, "_unpickler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.distributed.rpc.internal._unpickler", "line": 19, "no_args": true, "normalized": false, "target": "pickle.Unpickler"}}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "copyreg": {".class": "SymbolTableNode", "cross_ref": "copyreg", "kind": "Gdef"}, "deserialize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["binary_data", "tensor_table"], "flags": [], "fullname": "torch.distributed.rpc.internal.deserialize", "name": "deserialize", "type": null}}, "dist": {".class": "SymbolTableNode", "cross_ref": "torch.distributed", "kind": "Gdef"}, "io": {".class": "SymbolTableNode", "cross_ref": "io", "kind": "Gdef"}, "pickle": {".class": "SymbolTableNode", "cross_ref": "pickle", "kind": "Gdef"}, "serialize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch.distributed.rpc.internal.serialize", "name": "serialize", "type": null}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "threading": {".class": "SymbolTableNode", "cross_ref": "threading", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "traceback": {".class": "SymbolTableNode", "cross_ref": "traceback", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributed/rpc/internal.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/rpc/internal.meta.json b/.mypy_cache/3.9/torch/distributed/rpc/internal.meta.json deleted file mode 100644 index babb4150e..000000000 --- a/.mypy_cache/3.9/torch/distributed/rpc/internal.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 10, 10, 5, 10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["collections", "copyreg", "io", "pickle", "sys", "threading", "traceback", "enum", "torch", "torch.distributed", "torch._C._distributed_rpc", "builtins", "functools", "contextlib", "inspect", "logging", "warnings", "os", "time", "_typeshed", "abc", "torch._C", "torch._tensor", "torch.autograd", "torch.distributed.rpc.api", "torch.jit", "torch.jit._script", "torch.types", "types", "typing"], "hash": "5e61f499bcbb2cad5965db79bd3cee8e9f323275995712229266351fe30f8712", "id": "torch.distributed.rpc.internal", "ignore_all": true, "interface_hash": "6a80d00c779e880f46dcef254db2abe473941e85fc60b344ceaa46de985bf523", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributed/rpc/internal.py", "plugin_data": null, "size": 10548, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/rpc/options.data.json b/.mypy_cache/3.9/torch/distributed/rpc/options.data.json deleted file mode 100644 index ffff95371..000000000 --- a/.mypy_cache/3.9/torch/distributed/rpc/options.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributed.rpc.options", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "DeviceType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.distributed.rpc.options.DeviceType", "line": 9, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.int", "builtins.str", "torch._C.device"]}}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "TensorPipeRpcBackendOptions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C._distributed_rpc._TensorPipeRpcBackendOptionsBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributed.rpc.options.TensorPipeRpcBackendOptions", "name": "TensorPipeRpcBackendOptions", "type_vars": []}, "flags": [], "fullname": "torch.distributed.rpc.options.TensorPipeRpcBackendOptions", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributed.rpc.options", "mro": ["torch.distributed.rpc.options.TensorPipeRpcBackendOptions", "torch._C._distributed_rpc._TensorPipeRpcBackendOptionsBase", "torch._C._distributed_rpc.RpcBackendOptions", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "num_worker_threads", "rpc_timeout", "init_method", "device_maps", "devices", "_transports", "_channels"], "flags": [], "fullname": "torch.distributed.rpc.options.TensorPipeRpcBackendOptions.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "num_worker_threads", "rpc_timeout", "init_method", "device_maps", "devices", "_transports", "_channels"], "arg_types": ["torch.distributed.rpc.options.TensorPipeRpcBackendOptions", "builtins.int", "builtins.float", "builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.distributed.rpc.options.DeviceType"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.distributed.rpc.options.DeviceType"}], "type_ref": "builtins.dict"}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.distributed.rpc.options.DeviceType"}], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TensorPipeRpcBackendOptions", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "devices": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.rpc.options.TensorPipeRpcBackendOptions.devices", "name": "devices", "type": {".class": "Instance", "args": ["torch._C.device"], "type_ref": "builtins.list"}}}, "set_device_map": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "to", "device_map"], "flags": [], "fullname": "torch.distributed.rpc.options.TensorPipeRpcBackendOptions.set_device_map", "name": "set_device_map", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "to", "device_map"], "arg_types": ["torch.distributed.rpc.options.TensorPipeRpcBackendOptions", "builtins.str", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.distributed.rpc.options.DeviceType"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.distributed.rpc.options.DeviceType"}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_device_map of TensorPipeRpcBackendOptions", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "set_devices": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "devices"], "flags": [], "fullname": "torch.distributed.rpc.options.TensorPipeRpcBackendOptions.set_devices", "name": "set_devices", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "devices"], "arg_types": ["torch.distributed.rpc.options.TensorPipeRpcBackendOptions", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.distributed.rpc.options.DeviceType"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_devices of TensorPipeRpcBackendOptions", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_TensorPipeRpcBackendOptionsBase": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._TensorPipeRpcBackendOptionsBase", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.options.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.options.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.options.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.options.__package__", "name": "__package__", "type": "builtins.str"}}, "_to_device": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["device"], "flags": [], "fullname": "torch.distributed.rpc.options._to_device", "name": "_to_device", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["device"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.distributed.rpc.options.DeviceType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_to_device", "ret_type": "torch._C.device", "type_guard": null, "variables": []}}}, "_to_device_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["devices"], "flags": [], "fullname": "torch.distributed.rpc.options._to_device_list", "name": "_to_device_list", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["devices"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.distributed.rpc.options.DeviceType"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_to_device_list", "ret_type": {".class": "Instance", "args": ["torch._C.device"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_to_device_map": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["device_map"], "flags": [], "fullname": "torch.distributed.rpc.options._to_device_map", "name": "_to_device_map", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["device_map"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.distributed.rpc.options.DeviceType"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.distributed.rpc.options.DeviceType"}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_to_device_map", "ret_type": {".class": "Instance", "args": ["torch._C.device", "torch._C.device"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "rpc_contants": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.constants", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributed/rpc/options.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/rpc/options.meta.json b/.mypy_cache/3.9/torch/distributed/rpc/options.meta.json deleted file mode 100644 index 39e931e05..000000000 --- a/.mypy_cache/3.9/torch/distributed/rpc/options.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 4, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 20, 10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch._C._distributed_rpc", "torch.distributed.rpc", "torch.distributed.rpc.constants", "torch", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C"], "hash": "052ac4a43e326cc20c07ee1965248ae7be044618a6f224773326e4926263ee95", "id": "torch.distributed.rpc.options", "ignore_all": true, "interface_hash": "17b9acebf72cab2fb2bf18ce9a3f2293e711038b45290a7151fd095ed719d407", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributed/rpc/options.py", "plugin_data": null, "size": 6980, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/rpc/server_process_global_profiler.data.json b/.mypy_cache/3.9/torch/distributed/rpc/server_process_global_profiler.data.json deleted file mode 100644 index 53ccf9ec1..000000000 --- a/.mypy_cache/3.9/torch/distributed/rpc/server_process_global_profiler.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributed.rpc.server_process_global_profiler", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.server_process_global_profiler.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.server_process_global_profiler.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.server_process_global_profiler.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributed.rpc.server_process_global_profiler.__package__", "name": "__package__", "type": "builtins.str"}}, "_disable_server_process_global_profiler": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._disable_server_process_global_profiler", "kind": "Gdef"}, "_enable_server_process_global_profiler": {".class": "SymbolTableNode", "cross_ref": "torch._C._distributed_rpc._enable_server_process_global_profiler", "kind": "Gdef"}, "_server_process_global_profile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.autograd.profiler_legacy.profile"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributed.rpc.server_process_global_profiler._server_process_global_profile", "name": "_server_process_global_profile", "type_vars": []}, "flags": [], "fullname": "torch.distributed.rpc.server_process_global_profiler._server_process_global_profile", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributed.rpc.server_process_global_profiler", "mro": ["torch.distributed.rpc.server_process_global_profiler._server_process_global_profile", "torch.autograd.profiler_legacy.profile", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributed.rpc.server_process_global_profiler._server_process_global_profile.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "torch.distributed.rpc.server_process_global_profiler._server_process_global_profile.__exit__", "name": "__exit__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.distributed.rpc.server_process_global_profiler._server_process_global_profile.__init__", "name": "__init__", "type": null}}, "process_global_function_events": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributed.rpc.server_process_global_profiler._server_process_global_profile.process_global_function_events", "name": "process_global_function_events", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "itertools": {".class": "SymbolTableNode", "cross_ref": "itertools", "kind": "Gdef"}, "profile": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.profiler_legacy.profile", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributed/rpc/server_process_global_profiler.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributed/rpc/server_process_global_profiler.meta.json b/.mypy_cache/3.9/torch/distributed/rpc/server_process_global_profiler.meta.json deleted file mode 100644 index e41263712..000000000 --- a/.mypy_cache/3.9/torch/distributed/rpc/server_process_global_profiler.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [3, 5, 6, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["itertools", "torch", "torch.autograd.profiler_legacy", "torch.distributed.rpc", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "enum", "torch._C", "torch._C._autograd", "torch._C._distributed_rpc", "torch.autograd", "torch.autograd.profiler_util", "typing"], "hash": "4ed6050e93ab43d1c13038edd242afe701e085f8cd767ceef30b8882f482e4e7", "id": "torch.distributed.rpc.server_process_global_profiler", "ignore_all": true, "interface_hash": "c94cf12910891c3cf8c0e26a60add7cccb00aa89247966a2095bba2a0646b786", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributed/rpc/server_process_global_profiler.py", "plugin_data": null, "size": 8154, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/__init__.data.json b/.mypy_cache/3.9/torch/distributions/__init__.data.json deleted file mode 100644 index 4cfbe062a..000000000 --- a/.mypy_cache/3.9/torch/distributions/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AbsTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.AbsTransform", "kind": "Gdef", "module_public": false}, "AffineTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.AffineTransform", "kind": "Gdef", "module_public": false}, "Bernoulli": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.bernoulli.Bernoulli", "kind": "Gdef"}, "Beta": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.beta.Beta", "kind": "Gdef"}, "Binomial": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.binomial.Binomial", "kind": "Gdef"}, "CatTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.CatTransform", "kind": "Gdef", "module_public": false}, "Categorical": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.categorical.Categorical", "kind": "Gdef"}, "Cauchy": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.cauchy.Cauchy", "kind": "Gdef"}, "Chi2": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.chi2.Chi2", "kind": "Gdef"}, "ComposeTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.ComposeTransform", "kind": "Gdef", "module_public": false}, "ContinuousBernoulli": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.continuous_bernoulli.ContinuousBernoulli", "kind": "Gdef"}, "CorrCholeskyTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.CorrCholeskyTransform", "kind": "Gdef", "module_public": false}, "Dirichlet": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.dirichlet.Dirichlet", "kind": "Gdef"}, "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "ExpTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.ExpTransform", "kind": "Gdef", "module_public": false}, "Exponential": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.exponential.Exponential", "kind": "Gdef"}, "ExponentialFamily": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.exp_family.ExponentialFamily", "kind": "Gdef"}, "FisherSnedecor": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.fishersnedecor.FisherSnedecor", "kind": "Gdef"}, "Gamma": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.gamma.Gamma", "kind": "Gdef"}, "Geometric": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.geometric.Geometric", "kind": "Gdef"}, "Gumbel": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.gumbel.Gumbel", "kind": "Gdef"}, "HalfCauchy": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.half_cauchy.HalfCauchy", "kind": "Gdef"}, "HalfNormal": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.half_normal.HalfNormal", "kind": "Gdef"}, "Independent": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.independent.Independent", "kind": "Gdef"}, "IndependentTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.IndependentTransform", "kind": "Gdef", "module_public": false}, "Kumaraswamy": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.kumaraswamy.Kumaraswamy", "kind": "Gdef"}, "LKJCholesky": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.lkj_cholesky.LKJCholesky", "kind": "Gdef"}, "Laplace": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.laplace.Laplace", "kind": "Gdef"}, "LogNormal": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.log_normal.LogNormal", "kind": "Gdef"}, "LogisticNormal": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.logistic_normal.LogisticNormal", "kind": "Gdef"}, "LowRankMultivariateNormal": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal", "kind": "Gdef"}, "LowerCholeskyTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.LowerCholeskyTransform", "kind": "Gdef", "module_public": false}, "MixtureSameFamily": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.mixture_same_family.MixtureSameFamily", "kind": "Gdef"}, "Multinomial": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.multinomial.Multinomial", "kind": "Gdef"}, "MultivariateNormal": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.multivariate_normal.MultivariateNormal", "kind": "Gdef"}, "NegativeBinomial": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.negative_binomial.NegativeBinomial", "kind": "Gdef"}, "Normal": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.normal.Normal", "kind": "Gdef"}, "OneHotCategorical": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.one_hot_categorical.OneHotCategorical", "kind": "Gdef"}, "OneHotCategoricalStraightThrough": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.one_hot_categorical.OneHotCategoricalStraightThrough", "kind": "Gdef"}, "Pareto": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.pareto.Pareto", "kind": "Gdef"}, "Poisson": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.poisson.Poisson", "kind": "Gdef"}, "PowerTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.PowerTransform", "kind": "Gdef", "module_public": false}, "RelaxedBernoulli": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.relaxed_bernoulli.RelaxedBernoulli", "kind": "Gdef"}, "RelaxedOneHotCategorical": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.relaxed_categorical.RelaxedOneHotCategorical", "kind": "Gdef"}, "ReshapeTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.ReshapeTransform", "kind": "Gdef", "module_public": false}, "SigmoidTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.SigmoidTransform", "kind": "Gdef", "module_public": false}, "SoftmaxTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.SoftmaxTransform", "kind": "Gdef", "module_public": false}, "StackTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.StackTransform", "kind": "Gdef", "module_public": false}, "StickBreakingTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.StickBreakingTransform", "kind": "Gdef", "module_public": false}, "StudentT": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.studentT.StudentT", "kind": "Gdef"}, "TanhTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.TanhTransform", "kind": "Gdef", "module_public": false}, "Transform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.Transform", "kind": "Gdef", "module_public": false}, "TransformedDistribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transformed_distribution.TransformedDistribution", "kind": "Gdef"}, "Uniform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.uniform.Uniform", "kind": "Gdef"}, "VonMises": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.von_mises.VonMises", "kind": "Gdef"}, "Weibull": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.weibull.Weibull", "kind": "Gdef"}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.__package__", "name": "__package__", "type": "builtins.str"}}, "biject_to": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraint_registry.biject_to", "kind": "Gdef"}, "identity_transform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.identity_transform", "kind": "Gdef", "module_public": false}, "kl_divergence": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.kl.kl_divergence", "kind": "Gdef"}, "register_kl": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.kl.register_kl", "kind": "Gdef"}, "transform_to": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraint_registry.transform_to", "kind": "Gdef"}, "transforms": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/__init__.meta.json b/.mypy_cache/3.9/torch/distributions/__init__.meta.json deleted file mode 100644 index 4c4422dff..000000000 --- a/.mypy_cache/3.9/torch/distributions/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.distributions.bernoulli", "torch.distributions.beta", "torch.distributions.binomial", "torch.distributions.categorical", "torch.distributions.cauchy", "torch.distributions.chi2", "torch.distributions.constraint_registry", "torch.distributions.continuous_bernoulli", "torch.distributions.dirichlet", "torch.distributions.distribution", "torch.distributions.exp_family", "torch.distributions.exponential", "torch.distributions.fishersnedecor", "torch.distributions.gamma", "torch.distributions.geometric", "torch.distributions.gumbel", "torch.distributions.half_cauchy", "torch.distributions.half_normal", "torch.distributions.independent", "torch.distributions.kl", "torch.distributions.kumaraswamy", "torch.distributions.laplace", "torch.distributions.lkj_cholesky", "torch.distributions.log_normal", "torch.distributions.logistic_normal", "torch.distributions.lowrank_multivariate_normal", "torch.distributions.mixture_same_family", "torch.distributions.multinomial", "torch.distributions.multivariate_normal", "torch.distributions.negative_binomial", "torch.distributions.normal", "torch.distributions.one_hot_categorical", "torch.distributions.pareto", "torch.distributions.poisson", "torch.distributions.relaxed_bernoulli", "torch.distributions.relaxed_categorical", "torch.distributions.studentT", "torch.distributions.transformed_distribution", "torch.distributions.transforms", "torch.distributions.uniform", "torch.distributions.von_mises", "torch.distributions.weibull", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "f96d61cb463b95ac401572bdca0d1e0d7ba8c0d24045624db146d01cf59e88bb", "id": "torch.distributions", "ignore_all": true, "interface_hash": "63d34118fe15b3e78c7bc76799c159ce18256c871aa9ea8c5f48301df1247ac7", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/__init__.py", "plugin_data": null, "size": 5884, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/bernoulli.data.json b/.mypy_cache/3.9/torch/distributions/bernoulli.data.json deleted file mode 100644 index f9b64fd0c..000000000 --- a/.mypy_cache/3.9/torch/distributions/bernoulli.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.bernoulli", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Bernoulli": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.exp_family.ExponentialFamily"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.bernoulli.Bernoulli", "name": "Bernoulli", "type_vars": []}, "flags": [], "fullname": "torch.distributions.bernoulli.Bernoulli", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.bernoulli", "mro": ["torch.distributions.bernoulli.Bernoulli", "torch.distributions.exp_family.ExponentialFamily", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "probs", "logits", "validate_args"], "flags": [], "fullname": "torch.distributions.bernoulli.Bernoulli.__init__", "name": "__init__", "type": null}}, "_log_normalizer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.bernoulli.Bernoulli._log_normalizer", "name": "_log_normalizer", "type": null}}, "_mean_carrier_measure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributions.bernoulli.Bernoulli._mean_carrier_measure", "name": "_mean_carrier_measure", "type": "builtins.int"}}, "_natural_params": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.bernoulli.Bernoulli._natural_params", "name": "_natural_params", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_natural_params", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.bernoulli.Bernoulli"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_natural_params of Bernoulli", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_new": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.distributions.bernoulli.Bernoulli._new", "name": "_new", "type": null}}, "_param": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.bernoulli.Bernoulli._param", "name": "_param", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.bernoulli.Bernoulli.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.bernoulli.Bernoulli.entropy", "name": "entropy", "type": null}}, "enumerate_support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "expand"], "flags": [], "fullname": "torch.distributions.bernoulli.Bernoulli.enumerate_support", "name": "enumerate_support", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.bernoulli.Bernoulli.expand", "name": "expand", "type": null}}, "has_enumerate_support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.bernoulli.Bernoulli.has_enumerate_support", "name": "has_enumerate_support", "type": "builtins.bool"}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.bernoulli.Bernoulli.log_prob", "name": "log_prob", "type": null}}, "logits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.bernoulli.Bernoulli.logits", "name": "logits", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "logits", "type": "torch.distributions.utils.lazy_property"}}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.bernoulli.Bernoulli.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.bernoulli.Bernoulli"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of Bernoulli", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "param_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.bernoulli.Bernoulli.param_shape", "name": "param_shape", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "param_shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.bernoulli.Bernoulli"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "param_shape of Bernoulli", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "probs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.bernoulli.Bernoulli.probs", "name": "probs", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "probs", "type": "torch.distributions.utils.lazy_property"}}}, "sample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.bernoulli.Bernoulli.sample", "name": "sample", "type": null}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.bernoulli.Bernoulli.support", "name": "support", "type": "torch.distributions.constraints._Boolean"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.bernoulli.Bernoulli.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.bernoulli.Bernoulli"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of Bernoulli", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ExponentialFamily": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.exp_family.ExponentialFamily", "kind": "Gdef"}, "Number": {".class": "SymbolTableNode", "cross_ref": "numbers.Number", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.bernoulli.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.bernoulli.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.bernoulli.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.bernoulli.__package__", "name": "__package__", "type": "builtins.str"}}, "binary_cross_entropy_with_logits": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional.binary_cross_entropy_with_logits", "kind": "Gdef"}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "lazy_property": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.lazy_property", "kind": "Gdef"}, "logits_to_probs": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.logits_to_probs", "kind": "Gdef"}, "probs_to_logits": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.probs_to_logits", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/bernoulli.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/bernoulli.meta.json b/.mypy_cache/3.9/torch/distributions/bernoulli.meta.json deleted file mode 100644 index 128073484..000000000 --- a/.mypy_cache/3.9/torch/distributions/bernoulli.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 4, 5, 6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 20, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["numbers", "torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.exp_family", "torch.distributions.utils", "torch.nn.functional", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "torch.distributions.distribution", "torch.nn", "typing"], "hash": "b342d3b78bcf0f2ecaa90b6e50038f1b6e8745f90da169fee05e08f8fd33b9c9", "id": "torch.distributions.bernoulli", "ignore_all": true, "interface_hash": "24ee2970d7070f9c7f3a4701d337631a55b7d9ca068b18bfd3eda7f0a2d63f97", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/bernoulli.py", "plugin_data": null, "size": 3904, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/beta.data.json b/.mypy_cache/3.9/torch/distributions/beta.data.json deleted file mode 100644 index c0cf0ca75..000000000 --- a/.mypy_cache/3.9/torch/distributions/beta.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.beta", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Beta": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.exp_family.ExponentialFamily"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.beta.Beta", "name": "Beta", "type_vars": []}, "flags": [], "fullname": "torch.distributions.beta.Beta", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.beta", "mro": ["torch.distributions.beta.Beta", "torch.distributions.exp_family.ExponentialFamily", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "concentration1", "concentration0", "validate_args"], "flags": [], "fullname": "torch.distributions.beta.Beta.__init__", "name": "__init__", "type": null}}, "_dirichlet": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.beta.Beta._dirichlet", "name": "_dirichlet", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_log_normalizer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.distributions.beta.Beta._log_normalizer", "name": "_log_normalizer", "type": null}}, "_natural_params": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.beta.Beta._natural_params", "name": "_natural_params", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_natural_params", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.beta.Beta"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_natural_params of Beta", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.beta.Beta.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints._GreaterThan"], "type_ref": "builtins.dict"}}}, "concentration0": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.beta.Beta.concentration0", "name": "concentration0", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "concentration0", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.beta.Beta"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "concentration0 of Beta", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "concentration1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.beta.Beta.concentration1", "name": "concentration1", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "concentration1", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.beta.Beta"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "concentration1 of Beta", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.beta.Beta.entropy", "name": "entropy", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.beta.Beta.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.beta.Beta.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.beta.Beta.log_prob", "name": "log_prob", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.beta.Beta.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.beta.Beta"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of Beta", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.beta.Beta.rsample", "name": "rsample", "type": null}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.beta.Beta.support", "name": "support", "type": "torch.distributions.constraints._Interval"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.beta.Beta.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.beta.Beta"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of Beta", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dirichlet": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.dirichlet.Dirichlet", "kind": "Gdef"}, "ExponentialFamily": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.exp_family.ExponentialFamily", "kind": "Gdef"}, "Number": {".class": "SymbolTableNode", "cross_ref": "numbers.Number", "kind": "Gdef"}, "Real": {".class": "SymbolTableNode", "cross_ref": "numbers.Real", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.beta.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.beta.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.beta.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.beta.__package__", "name": "__package__", "type": "builtins.str"}}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/beta.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/beta.meta.json b/.mypy_cache/3.9/torch/distributions/beta.meta.json deleted file mode 100644 index 84284d0ad..000000000 --- a/.mypy_cache/3.9/torch/distributions/beta.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 4, 5, 6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 20, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["numbers", "torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.dirichlet", "torch.distributions.exp_family", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.distributions.distribution", "typing", "typing_extensions"], "hash": "5db46870422af0dfca84ee4085eb691605f2419a2dade93a4f6a1f203ad55ba4", "id": "torch.distributions.beta", "ignore_all": true, "interface_hash": "c3770b524f53b62a1805895f0302e497eb97ee3cdaf37e2cca45ff43dc7117cb", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/beta.py", "plugin_data": null, "size": 3406, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/binomial.data.json b/.mypy_cache/3.9/torch/distributions/binomial.data.json deleted file mode 100644 index c5e66eb4f..000000000 --- a/.mypy_cache/3.9/torch/distributions/binomial.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.binomial", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Binomial": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.distribution.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.binomial.Binomial", "name": "Binomial", "type_vars": []}, "flags": [], "fullname": "torch.distributions.binomial.Binomial", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.binomial", "mro": ["torch.distributions.binomial.Binomial", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "total_count", "probs", "logits", "validate_args"], "flags": [], "fullname": "torch.distributions.binomial.Binomial.__init__", "name": "__init__", "type": null}}, "_new": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.distributions.binomial.Binomial._new", "name": "_new", "type": null}}, "_param": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.binomial.Binomial._param", "name": "_param", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.binomial.Binomial.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "enumerate_support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "expand"], "flags": [], "fullname": "torch.distributions.binomial.Binomial.enumerate_support", "name": "enumerate_support", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.binomial.Binomial.expand", "name": "expand", "type": null}}, "has_enumerate_support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.binomial.Binomial.has_enumerate_support", "name": "has_enumerate_support", "type": "builtins.bool"}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.binomial.Binomial.log_prob", "name": "log_prob", "type": null}}, "logits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.binomial.Binomial.logits", "name": "logits", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "logits", "type": "torch.distributions.utils.lazy_property"}}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.binomial.Binomial.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.binomial.Binomial"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of Binomial", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "param_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.binomial.Binomial.param_shape", "name": "param_shape", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "param_shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.binomial.Binomial"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "param_shape of Binomial", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "probs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.binomial.Binomial.probs", "name": "probs", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "probs", "type": "torch.distributions.utils.lazy_property"}}}, "sample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.binomial.Binomial.sample", "name": "sample", "type": null}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.binomial.Binomial.support", "name": "support", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "support", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "total_count": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.binomial.Binomial.total_count", "name": "total_count", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.binomial.Binomial.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.binomial.Binomial"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of Binomial", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.binomial.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.binomial.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.binomial.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.binomial.__package__", "name": "__package__", "type": "builtins.str"}}, "_clamp_by_zero": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "torch.distributions.binomial._clamp_by_zero", "name": "_clamp_by_zero", "type": null}}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "lazy_property": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.lazy_property", "kind": "Gdef"}, "logits_to_probs": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.logits_to_probs", "kind": "Gdef"}, "probs_to_logits": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.probs_to_logits", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/binomial.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/binomial.meta.json b/.mypy_cache/3.9/torch/distributions/binomial.meta.json deleted file mode 100644 index 1af4a7356..000000000 --- a/.mypy_cache/3.9/torch/distributions/binomial.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.distribution", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "typing", "typing_extensions"], "hash": "858b0dbdec84b509a3181e6d26c2865a7c1d7aafcc38cde66c929c5a741c53f4", "id": "torch.distributions.binomial", "ignore_all": true, "interface_hash": "ae0192b2fb9164da7e33182e0628a85e2cfe517a7aa2f1ce606ebcad8a790418", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/binomial.py", "plugin_data": null, "size": 5179, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/categorical.data.json b/.mypy_cache/3.9/torch/distributions/categorical.data.json deleted file mode 100644 index 6cee0b419..000000000 --- a/.mypy_cache/3.9/torch/distributions/categorical.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.categorical", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Categorical": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.distribution.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.categorical.Categorical", "name": "Categorical", "type_vars": []}, "flags": [], "fullname": "torch.distributions.categorical.Categorical", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.categorical", "mro": ["torch.distributions.categorical.Categorical", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "probs", "logits", "validate_args"], "flags": [], "fullname": "torch.distributions.categorical.Categorical.__init__", "name": "__init__", "type": null}}, "_new": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.distributions.categorical.Categorical._new", "name": "_new", "type": null}}, "_num_events": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.categorical.Categorical._num_events", "name": "_num_events", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_param": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.categorical.Categorical._param", "name": "_param", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.categorical.Categorical.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.categorical.Categorical.entropy", "name": "entropy", "type": null}}, "enumerate_support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "expand"], "flags": [], "fullname": "torch.distributions.categorical.Categorical.enumerate_support", "name": "enumerate_support", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.categorical.Categorical.expand", "name": "expand", "type": null}}, "has_enumerate_support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.categorical.Categorical.has_enumerate_support", "name": "has_enumerate_support", "type": "builtins.bool"}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.categorical.Categorical.log_prob", "name": "log_prob", "type": null}}, "logits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.categorical.Categorical.logits", "name": "logits", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "logits", "type": "torch.distributions.utils.lazy_property"}}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.categorical.Categorical.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.categorical.Categorical"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of Categorical", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "param_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.categorical.Categorical.param_shape", "name": "param_shape", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "param_shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.categorical.Categorical"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "param_shape of Categorical", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "probs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.categorical.Categorical.probs", "name": "probs", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "probs", "type": "torch.distributions.utils.lazy_property"}}}, "sample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.categorical.Categorical.sample", "name": "sample", "type": null}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.categorical.Categorical.support", "name": "support", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "support", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.categorical.Categorical.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.categorical.Categorical"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of Categorical", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.categorical.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.categorical.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.categorical.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.categorical.__package__", "name": "__package__", "type": "builtins.str"}}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "lazy_property": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.lazy_property", "kind": "Gdef"}, "logits_to_probs": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.logits_to_probs", "kind": "Gdef"}, "nan": {".class": "SymbolTableNode", "cross_ref": "torch._six.nan", "kind": "Gdef"}, "probs_to_logits": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.probs_to_logits", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/categorical.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/categorical.meta.json b/.mypy_cache/3.9/torch/distributions/categorical.meta.json deleted file mode 100644 index c8296f623..000000000 --- a/.mypy_cache/3.9/torch/distributions/categorical.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 3, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch._six", "torch.distributions", "torch.distributions.constraints", "torch.distributions.distribution", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "typing"], "hash": "1047f56e55cb45cb0bd1a506ba8f384d42e7ce6fc78329a3cee1c8595a668dce", "id": "torch.distributions.categorical", "ignore_all": true, "interface_hash": "f51624c406015d48a19c62542f7ee20a9cd56f20e15ea282eea00dcf3e6655ee", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/categorical.py", "plugin_data": null, "size": 5488, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/cauchy.data.json b/.mypy_cache/3.9/torch/distributions/cauchy.data.json deleted file mode 100644 index 9b6b54305..000000000 --- a/.mypy_cache/3.9/torch/distributions/cauchy.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.cauchy", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Cauchy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.distribution.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.cauchy.Cauchy", "name": "Cauchy", "type_vars": []}, "flags": [], "fullname": "torch.distributions.cauchy.Cauchy", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.cauchy", "mro": ["torch.distributions.cauchy.Cauchy", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "loc", "scale", "validate_args"], "flags": [], "fullname": "torch.distributions.cauchy.Cauchy.__init__", "name": "__init__", "type": null}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.cauchy.Cauchy.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "cdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.cauchy.Cauchy.cdf", "name": "cdf", "type": null}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.cauchy.Cauchy.entropy", "name": "entropy", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.cauchy.Cauchy.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.cauchy.Cauchy.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "icdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.cauchy.Cauchy.icdf", "name": "icdf", "type": null}}, "loc": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.cauchy.Cauchy.loc", "name": "loc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.cauchy.Cauchy.log_prob", "name": "log_prob", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.cauchy.Cauchy.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.cauchy.Cauchy"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of Cauchy", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.cauchy.Cauchy.rsample", "name": "rsample", "type": null}}, "scale": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.cauchy.Cauchy.scale", "name": "scale", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.cauchy.Cauchy.support", "name": "support", "type": "torch.distributions.constraints._Real"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.cauchy.Cauchy.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.cauchy.Cauchy"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of Cauchy", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "Number": {".class": "SymbolTableNode", "cross_ref": "numbers.Number", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.cauchy.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.cauchy.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.cauchy.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.cauchy.__package__", "name": "__package__", "type": "builtins.str"}}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "inf": {".class": "SymbolTableNode", "cross_ref": "torch._six.inf", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "nan": {".class": "SymbolTableNode", "cross_ref": "torch._six.nan", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/cauchy.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/cauchy.meta.json b/.mypy_cache/3.9/torch/distributions/cauchy.meta.json deleted file mode 100644 index e7ad24bf0..000000000 --- a/.mypy_cache/3.9/torch/distributions/cauchy.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 5, 6, 6, 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 10, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30], "dependencies": ["math", "torch._six", "numbers", "torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.distribution", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "typing"], "hash": "cad8cf70fc4300f563fb8bb57917b3150d8959155a49d51bf8bb91a43444a553", "id": "torch.distributions.cauchy", "ignore_all": true, "interface_hash": "0ff9b035b9717fa038e20fb067277ffb3133fca1ca398f2a665b5b044896994c", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/cauchy.py", "plugin_data": null, "size": 2714, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/chi2.data.json b/.mypy_cache/3.9/torch/distributions/chi2.data.json deleted file mode 100644 index c081a5d2b..000000000 --- a/.mypy_cache/3.9/torch/distributions/chi2.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.chi2", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Chi2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.gamma.Gamma"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.chi2.Chi2", "name": "Chi2", "type_vars": []}, "flags": [], "fullname": "torch.distributions.chi2.Chi2", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.chi2", "mro": ["torch.distributions.chi2.Chi2", "torch.distributions.gamma.Gamma", "torch.distributions.exp_family.ExponentialFamily", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "df", "validate_args"], "flags": [], "fullname": "torch.distributions.chi2.Chi2.__init__", "name": "__init__", "type": null}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.chi2.Chi2.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints._GreaterThan"], "type_ref": "builtins.dict"}}}, "df": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.chi2.Chi2.df", "name": "df", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "df", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.chi2.Chi2"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "df of Chi2", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.chi2.Chi2.expand", "name": "expand", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Gamma": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.gamma.Gamma", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.chi2.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.chi2.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.chi2.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.chi2.__package__", "name": "__package__", "type": "builtins.str"}}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/chi2.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/chi2.meta.json b/.mypy_cache/3.9/torch/distributions/chi2.meta.json deleted file mode 100644 index d9a7a4c74..000000000 --- a/.mypy_cache/3.9/torch/distributions/chi2.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [20, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch.distributions", "torch.distributions.constraints", "torch.distributions.gamma", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "torch.distributions.distribution", "torch.distributions.exp_family", "typing"], "hash": "4a044da9886e5a0b070f356bc123bc354404fab90d75fd3ca40453cab0e84dd9", "id": "torch.distributions.chi2", "ignore_all": true, "interface_hash": "8555f2e5d6ce6c7001b35d0e53448f6c22104e6060c3be5d6461ca16099d357b", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/chi2.py", "plugin_data": null, "size": 909, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/constraint_registry.data.json b/.mypy_cache/3.9/torch/distributions/constraint_registry.data.json deleted file mode 100644 index 4ea5b5c08..000000000 --- a/.mypy_cache/3.9/torch/distributions/constraint_registry.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.constraint_registry", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ConstraintRegistry": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraint_registry.ConstraintRegistry", "name": "ConstraintRegistry", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraint_registry.ConstraintRegistry", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraint_registry", "mro": ["torch.distributions.constraint_registry.ConstraintRegistry", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "constraint"], "flags": [], "fullname": "torch.distributions.constraint_registry.ConstraintRegistry.__call__", "name": "__call__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.constraint_registry.ConstraintRegistry.__init__", "name": "__init__", "type": null}}, "_registry": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraint_registry.ConstraintRegistry._registry", "name": "_registry", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "register": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "constraint", "factory"], "flags": [], "fullname": "torch.distributions.constraint_registry.ConstraintRegistry.register", "name": "register", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraint_registry.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.constraint_registry.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.constraint_registry.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.constraint_registry.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.constraint_registry.__package__", "name": "__package__", "type": "builtins.str"}}, "_biject_to_cat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["constraint"], "flags": ["is_decorated"], "fullname": "torch.distributions.constraint_registry._biject_to_cat", "name": "_biject_to_cat", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_biject_to_cat", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_biject_to_independent": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["constraint"], "flags": ["is_decorated"], "fullname": "torch.distributions.constraint_registry._biject_to_independent", "name": "_biject_to_independent", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_biject_to_independent", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_biject_to_simplex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["constraint"], "flags": ["is_decorated"], "fullname": "torch.distributions.constraint_registry._biject_to_simplex", "name": "_biject_to_simplex", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_biject_to_simplex", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_biject_to_stack": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["constraint"], "flags": ["is_decorated"], "fullname": "torch.distributions.constraint_registry._biject_to_stack", "name": "_biject_to_stack", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_biject_to_stack", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_transform_to_cat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["constraint"], "flags": ["is_decorated"], "fullname": "torch.distributions.constraint_registry._transform_to_cat", "name": "_transform_to_cat", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_transform_to_cat", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_transform_to_corr_cholesky": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["constraint"], "flags": ["is_decorated"], "fullname": "torch.distributions.constraint_registry._transform_to_corr_cholesky", "name": "_transform_to_corr_cholesky", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_transform_to_corr_cholesky", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_transform_to_greater_than": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["constraint"], "flags": ["is_decorated"], "fullname": "torch.distributions.constraint_registry._transform_to_greater_than", "name": "_transform_to_greater_than", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_transform_to_greater_than", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_transform_to_independent": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["constraint"], "flags": ["is_decorated"], "fullname": "torch.distributions.constraint_registry._transform_to_independent", "name": "_transform_to_independent", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_transform_to_independent", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_transform_to_interval": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["constraint"], "flags": ["is_decorated"], "fullname": "torch.distributions.constraint_registry._transform_to_interval", "name": "_transform_to_interval", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_transform_to_interval", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_transform_to_less_than": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["constraint"], "flags": ["is_decorated"], "fullname": "torch.distributions.constraint_registry._transform_to_less_than", "name": "_transform_to_less_than", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_transform_to_less_than", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_transform_to_lower_cholesky": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["constraint"], "flags": ["is_decorated"], "fullname": "torch.distributions.constraint_registry._transform_to_lower_cholesky", "name": "_transform_to_lower_cholesky", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_transform_to_lower_cholesky", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_transform_to_positive": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["constraint"], "flags": ["is_decorated"], "fullname": "torch.distributions.constraint_registry._transform_to_positive", "name": "_transform_to_positive", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_transform_to_positive", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_transform_to_real": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["constraint"], "flags": ["is_decorated"], "fullname": "torch.distributions.constraint_registry._transform_to_real", "name": "_transform_to_real", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_transform_to_real", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_transform_to_simplex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["constraint"], "flags": ["is_decorated"], "fullname": "torch.distributions.constraint_registry._transform_to_simplex", "name": "_transform_to_simplex", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_transform_to_simplex", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_transform_to_stack": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["constraint"], "flags": ["is_decorated"], "fullname": "torch.distributions.constraint_registry._transform_to_stack", "name": "_transform_to_stack", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_transform_to_stack", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "biject_to": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraint_registry.biject_to", "name": "biject_to", "type": "torch.distributions.constraint_registry.ConstraintRegistry"}}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef", "module_public": false}, "numbers": {".class": "SymbolTableNode", "cross_ref": "numbers", "kind": "Gdef", "module_public": false}, "transform_to": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraint_registry.transform_to", "name": "transform_to", "type": "torch.distributions.constraint_registry.ConstraintRegistry"}}, "transforms": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/constraint_registry.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/constraint_registry.meta.json b/.mypy_cache/3.9/torch/distributions/constraint_registry.meta.json deleted file mode 100644 index d792f8ea4..000000000 --- a/.mypy_cache/3.9/torch/distributions/constraint_registry.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [68, 70, 70, 70, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 10, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["numbers", "torch.distributions", "torch.distributions.constraints", "torch.distributions.transforms", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "df23d97153c1efb424d84401f6628905ec1ec655fb4709f0a285fd616a73e6f1", "id": "torch.distributions.constraint_registry", "ignore_all": true, "interface_hash": "f66db3e986ced13430951dd8ebd70bd895d96ec0a4196cdd8a36013b84002485", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/constraint_registry.py", "plugin_data": null, "size": 10234, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/constraints.data.json b/.mypy_cache/3.9/torch/distributions/constraints.data.json deleted file mode 100644 index 6f11774d4..000000000 --- a/.mypy_cache/3.9/torch/distributions/constraints.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.constraints", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Constraint": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints.Constraint", "name": "Constraint", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints.Constraint", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.constraints.Constraint.__repr__", "name": "__repr__", "type": null}}, "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.constraints.Constraint.check", "name": "check", "type": null}}, "event_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributions.constraints.Constraint.event_dim", "name": "event_dim", "type": "builtins.int"}}, "is_discrete": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.constraints.Constraint.is_discrete", "name": "is_discrete", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Boolean": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.constraints.Constraint"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._Boolean", "name": "_Boolean", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._Boolean", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._Boolean", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.constraints._Boolean.check", "name": "check", "type": null}}, "is_discrete": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.constraints._Boolean.is_discrete", "name": "is_discrete", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Cat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.constraints.Constraint"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._Cat", "name": "_Cat", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._Cat", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._Cat", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "cseq", "dim", "lengths"], "flags": [], "fullname": "torch.distributions.constraints._Cat.__init__", "name": "__init__", "type": null}}, "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.constraints._Cat.check", "name": "check", "type": null}}, "cseq": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints._Cat.cseq", "name": "cseq", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "dim": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints._Cat.dim", "name": "dim", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "event_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.constraints._Cat.event_dim", "name": "event_dim", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "event_dim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.constraints._Cat"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "event_dim of _Cat", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "is_discrete": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.constraints._Cat.is_discrete", "name": "is_discrete", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "is_discrete", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.constraints._Cat"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "is_discrete of _Cat", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "lengths": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints._Cat.lengths", "name": "lengths", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_CorrCholesky": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.constraints.Constraint"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._CorrCholesky", "name": "_CorrCholesky", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._CorrCholesky", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._CorrCholesky", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.constraints._CorrCholesky.check", "name": "check", "type": null}}, "event_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributions.constraints._CorrCholesky.event_dim", "name": "event_dim", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Dependent": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.constraints.Constraint"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._Dependent", "name": "_Dependent", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._Dependent", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._Dependent", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["self", "is_discrete", "event_dim"], "flags": [], "fullname": "torch.distributions.constraints._Dependent.__call__", "name": "__call__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["self", "is_discrete", "event_dim"], "flags": [], "fullname": "torch.distributions.constraints._Dependent.__init__", "name": "__init__", "type": null}}, "_event_dim": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints._Dependent._event_dim", "name": "_event_dim", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_is_discrete": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints._Dependent._is_discrete", "name": "_is_discrete", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.constraints._Dependent.check", "name": "check", "type": null}}, "event_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.constraints._Dependent.event_dim", "name": "event_dim", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "event_dim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.constraints._Dependent"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "event_dim of _Dependent", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "is_discrete": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.constraints._Dependent.is_discrete", "name": "is_discrete", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "is_discrete", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.constraints._Dependent"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "is_discrete of _Dependent", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_DependentProperty": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.property", "torch.distributions.constraints._Dependent"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._DependentProperty", "name": "_DependentProperty", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._DependentProperty", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._DependentProperty", "builtins.property", "torch.distributions.constraints._Dependent", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fn"], "flags": [], "fullname": "torch.distributions.constraints._DependentProperty.__call__", "name": "__call__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5, 5], "arg_names": ["self", "fn", "is_discrete", "event_dim"], "flags": [], "fullname": "torch.distributions.constraints._DependentProperty.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_GreaterThan": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.constraints.Constraint"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._GreaterThan", "name": "_GreaterThan", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._GreaterThan", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._GreaterThan", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "lower_bound"], "flags": [], "fullname": "torch.distributions.constraints._GreaterThan.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.constraints._GreaterThan.__repr__", "name": "__repr__", "type": null}}, "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.constraints._GreaterThan.check", "name": "check", "type": null}}, "lower_bound": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints._GreaterThan.lower_bound", "name": "lower_bound", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_GreaterThanEq": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.constraints.Constraint"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._GreaterThanEq", "name": "_GreaterThanEq", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._GreaterThanEq", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._GreaterThanEq", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "lower_bound"], "flags": [], "fullname": "torch.distributions.constraints._GreaterThanEq.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.constraints._GreaterThanEq.__repr__", "name": "__repr__", "type": null}}, "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.constraints._GreaterThanEq.check", "name": "check", "type": null}}, "lower_bound": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints._GreaterThanEq.lower_bound", "name": "lower_bound", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_HalfOpenInterval": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.constraints.Constraint"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._HalfOpenInterval", "name": "_HalfOpenInterval", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._HalfOpenInterval", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._HalfOpenInterval", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "lower_bound", "upper_bound"], "flags": [], "fullname": "torch.distributions.constraints._HalfOpenInterval.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.constraints._HalfOpenInterval.__repr__", "name": "__repr__", "type": null}}, "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.constraints._HalfOpenInterval.check", "name": "check", "type": null}}, "lower_bound": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints._HalfOpenInterval.lower_bound", "name": "lower_bound", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "upper_bound": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints._HalfOpenInterval.upper_bound", "name": "upper_bound", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_IndependentConstraint": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.constraints.Constraint"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._IndependentConstraint", "name": "_IndependentConstraint", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._IndependentConstraint", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._IndependentConstraint", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "base_constraint", "reinterpreted_batch_ndims"], "flags": [], "fullname": "torch.distributions.constraints._IndependentConstraint.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.constraints._IndependentConstraint.__repr__", "name": "__repr__", "type": null}}, "base_constraint": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints._IndependentConstraint.base_constraint", "name": "base_constraint", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.constraints._IndependentConstraint.check", "name": "check", "type": null}}, "event_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.constraints._IndependentConstraint.event_dim", "name": "event_dim", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "event_dim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.constraints._IndependentConstraint"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "event_dim of _IndependentConstraint", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "is_discrete": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.constraints._IndependentConstraint.is_discrete", "name": "is_discrete", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "is_discrete", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.constraints._IndependentConstraint"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "is_discrete of _IndependentConstraint", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "reinterpreted_batch_ndims": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints._IndependentConstraint.reinterpreted_batch_ndims", "name": "reinterpreted_batch_ndims", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_IntegerGreaterThan": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.constraints.Constraint"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._IntegerGreaterThan", "name": "_IntegerGreaterThan", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._IntegerGreaterThan", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._IntegerGreaterThan", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "lower_bound"], "flags": [], "fullname": "torch.distributions.constraints._IntegerGreaterThan.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.constraints._IntegerGreaterThan.__repr__", "name": "__repr__", "type": null}}, "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.constraints._IntegerGreaterThan.check", "name": "check", "type": null}}, "is_discrete": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.constraints._IntegerGreaterThan.is_discrete", "name": "is_discrete", "type": "builtins.bool"}}, "lower_bound": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints._IntegerGreaterThan.lower_bound", "name": "lower_bound", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_IntegerInterval": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.constraints.Constraint"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._IntegerInterval", "name": "_IntegerInterval", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._IntegerInterval", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._IntegerInterval", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "lower_bound", "upper_bound"], "flags": [], "fullname": "torch.distributions.constraints._IntegerInterval.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.constraints._IntegerInterval.__repr__", "name": "__repr__", "type": null}}, "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.constraints._IntegerInterval.check", "name": "check", "type": null}}, "is_discrete": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.constraints._IntegerInterval.is_discrete", "name": "is_discrete", "type": "builtins.bool"}}, "lower_bound": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints._IntegerInterval.lower_bound", "name": "lower_bound", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "upper_bound": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints._IntegerInterval.upper_bound", "name": "upper_bound", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_IntegerLessThan": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.constraints.Constraint"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._IntegerLessThan", "name": "_IntegerLessThan", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._IntegerLessThan", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._IntegerLessThan", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "upper_bound"], "flags": [], "fullname": "torch.distributions.constraints._IntegerLessThan.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.constraints._IntegerLessThan.__repr__", "name": "__repr__", "type": null}}, "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.constraints._IntegerLessThan.check", "name": "check", "type": null}}, "is_discrete": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.constraints._IntegerLessThan.is_discrete", "name": "is_discrete", "type": "builtins.bool"}}, "upper_bound": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints._IntegerLessThan.upper_bound", "name": "upper_bound", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Interval": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.constraints.Constraint"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._Interval", "name": "_Interval", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._Interval", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._Interval", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "lower_bound", "upper_bound"], "flags": [], "fullname": "torch.distributions.constraints._Interval.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.constraints._Interval.__repr__", "name": "__repr__", "type": null}}, "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.constraints._Interval.check", "name": "check", "type": null}}, "lower_bound": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints._Interval.lower_bound", "name": "lower_bound", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "upper_bound": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints._Interval.upper_bound", "name": "upper_bound", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_LessThan": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.constraints.Constraint"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._LessThan", "name": "_LessThan", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._LessThan", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._LessThan", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "upper_bound"], "flags": [], "fullname": "torch.distributions.constraints._LessThan.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.constraints._LessThan.__repr__", "name": "__repr__", "type": null}}, "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.constraints._LessThan.check", "name": "check", "type": null}}, "upper_bound": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints._LessThan.upper_bound", "name": "upper_bound", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_LowerCholesky": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.constraints.Constraint"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._LowerCholesky", "name": "_LowerCholesky", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._LowerCholesky", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._LowerCholesky", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.constraints._LowerCholesky.check", "name": "check", "type": null}}, "event_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributions.constraints._LowerCholesky.event_dim", "name": "event_dim", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_LowerTriangular": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.constraints.Constraint"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._LowerTriangular", "name": "_LowerTriangular", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._LowerTriangular", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._LowerTriangular", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.constraints._LowerTriangular.check", "name": "check", "type": null}}, "event_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributions.constraints._LowerTriangular.event_dim", "name": "event_dim", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Multinomial": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.constraints.Constraint"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._Multinomial", "name": "_Multinomial", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._Multinomial", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._Multinomial", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "upper_bound"], "flags": [], "fullname": "torch.distributions.constraints._Multinomial.__init__", "name": "__init__", "type": null}}, "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.constraints._Multinomial.check", "name": "check", "type": null}}, "event_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributions.constraints._Multinomial.event_dim", "name": "event_dim", "type": "builtins.int"}}, "is_discrete": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.constraints._Multinomial.is_discrete", "name": "is_discrete", "type": "builtins.bool"}}, "upper_bound": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints._Multinomial.upper_bound", "name": "upper_bound", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_OneHot": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.constraints.Constraint"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._OneHot", "name": "_OneHot", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._OneHot", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._OneHot", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.constraints._OneHot.check", "name": "check", "type": null}}, "event_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributions.constraints._OneHot.event_dim", "name": "event_dim", "type": "builtins.int"}}, "is_discrete": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.constraints._OneHot.is_discrete", "name": "is_discrete", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_PositiveDefinite": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.constraints.Constraint"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._PositiveDefinite", "name": "_PositiveDefinite", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._PositiveDefinite", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._PositiveDefinite", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.constraints._PositiveDefinite.check", "name": "check", "type": null}}, "event_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributions.constraints._PositiveDefinite.event_dim", "name": "event_dim", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Real": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.constraints.Constraint"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._Real", "name": "_Real", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._Real", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._Real", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.constraints._Real.check", "name": "check", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Simplex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.constraints.Constraint"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._Simplex", "name": "_Simplex", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._Simplex", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._Simplex", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.constraints._Simplex.check", "name": "check", "type": null}}, "event_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributions.constraints._Simplex.event_dim", "name": "event_dim", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Stack": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.constraints.Constraint"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.constraints._Stack", "name": "_Stack", "type_vars": []}, "flags": [], "fullname": "torch.distributions.constraints._Stack", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.constraints", "mro": ["torch.distributions.constraints._Stack", "torch.distributions.constraints.Constraint", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "cseq", "dim"], "flags": [], "fullname": "torch.distributions.constraints._Stack.__init__", "name": "__init__", "type": null}}, "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.constraints._Stack.check", "name": "check", "type": null}}, "cseq": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints._Stack.cseq", "name": "cseq", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "dim": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints._Stack.dim", "name": "dim", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "event_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.constraints._Stack.event_dim", "name": "event_dim", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "event_dim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.constraints._Stack"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "event_dim of _Stack", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "is_discrete": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.constraints._Stack.is_discrete", "name": "is_discrete", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "is_discrete", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.constraints._Stack"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "is_discrete of _Stack", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.constraints.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.constraints.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.constraints.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.constraints.__package__", "name": "__package__", "type": "builtins.str"}}, "boolean": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints.boolean", "name": "boolean", "type": "torch.distributions.constraints._Boolean"}}, "cat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.distributions.constraints.cat", "line": 561, "no_args": true, "normalized": false, "target": "torch.distributions.constraints._Cat"}}, "corr_cholesky": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints.corr_cholesky", "name": "corr_cholesky", "type": "torch.distributions.constraints._CorrCholesky"}}, "dependent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints.dependent", "name": "dependent", "type": "torch.distributions.constraints._Dependent"}}, "dependent_property": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.distributions.constraints.dependent_property", "line": 538, "no_args": true, "normalized": false, "target": "torch.distributions.constraints._DependentProperty"}}, "greater_than": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.distributions.constraints.greater_than", "line": 549, "no_args": true, "normalized": false, "target": "torch.distributions.constraints._GreaterThan"}}, "greater_than_eq": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.distributions.constraints.greater_than_eq", "line": 550, "no_args": true, "normalized": false, "target": "torch.distributions.constraints._GreaterThanEq"}}, "half_open_interval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.distributions.constraints.half_open_interval", "line": 555, "no_args": true, "normalized": false, "target": "torch.distributions.constraints._HalfOpenInterval"}}, "independent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.distributions.constraints.independent", "line": 539, "no_args": true, "normalized": false, "target": "torch.distributions.constraints._IndependentConstraint"}}, "integer_interval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.distributions.constraints.integer_interval", "line": 544, "no_args": true, "normalized": false, "target": "torch.distributions.constraints._IntegerInterval"}}, "interval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.distributions.constraints.interval", "line": 554, "no_args": true, "normalized": false, "target": "torch.distributions.constraints._Interval"}}, "is_dependent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["constraint"], "flags": [], "fullname": "torch.distributions.constraints.is_dependent", "name": "is_dependent", "type": null}}, "less_than": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.distributions.constraints.less_than", "line": 551, "no_args": true, "normalized": false, "target": "torch.distributions.constraints._LessThan"}}, "lower_cholesky": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints.lower_cholesky", "name": "lower_cholesky", "type": "torch.distributions.constraints._LowerCholesky"}}, "lower_triangular": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints.lower_triangular", "name": "lower_triangular", "type": "torch.distributions.constraints._LowerTriangular"}}, "multinomial": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.distributions.constraints.multinomial", "line": 552, "no_args": true, "normalized": false, "target": "torch.distributions.constraints._Multinomial"}}, "nonnegative": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints.nonnegative", "name": "nonnegative", "type": "torch.distributions.constraints._GreaterThanEq"}}, "nonnegative_integer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints.nonnegative_integer", "name": "nonnegative_integer", "type": "torch.distributions.constraints._IntegerGreaterThan"}}, "one_hot": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints.one_hot", "name": "one_hot", "type": "torch.distributions.constraints._OneHot"}}, "positive": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints.positive", "name": "positive", "type": "torch.distributions.constraints._GreaterThan"}}, "positive_definite": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints.positive_definite", "name": "positive_definite", "type": "torch.distributions.constraints._PositiveDefinite"}}, "positive_integer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints.positive_integer", "name": "positive_integer", "type": "torch.distributions.constraints._IntegerGreaterThan"}}, "real": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints.real", "name": "real", "type": "torch.distributions.constraints._Real"}}, "real_vector": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints.real_vector", "name": "real_vector", "type": "torch.distributions.constraints._IndependentConstraint"}}, "simplex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints.simplex", "name": "simplex", "type": "torch.distributions.constraints._Simplex"}}, "stack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.distributions.constraints.stack", "line": 562, "no_args": true, "normalized": false, "target": "torch.distributions.constraints._Stack"}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}, "unit_interval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.constraints.unit_interval", "name": "unit_interval", "type": "torch.distributions.constraints._Interval"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/constraints.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/constraints.meta.json b/.mypy_cache/3.9/torch/distributions/constraints.meta.json deleted file mode 100644 index 5317971bb..000000000 --- a/.mypy_cache/3.9/torch/distributions/constraints.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [29, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "_typeshed", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.linalg", "typing", "typing_extensions"], "hash": "4d13974050214f2d2d152b334fb0e0152e2e414da7d7b505fdfb868742363473", "id": "torch.distributions.constraints", "ignore_all": true, "interface_hash": "31242482b40ac64dfc3348738a81e6de47032f180e09a7201c508a70c28a2ab8", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/constraints.py", "plugin_data": null, "size": 17288, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/continuous_bernoulli.data.json b/.mypy_cache/3.9/torch/distributions/continuous_bernoulli.data.json deleted file mode 100644 index 1eb1c009f..000000000 --- a/.mypy_cache/3.9/torch/distributions/continuous_bernoulli.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.continuous_bernoulli", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ContinuousBernoulli": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.exp_family.ExponentialFamily"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli", "name": "ContinuousBernoulli", "type_vars": []}, "flags": [], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.continuous_bernoulli", "mro": ["torch.distributions.continuous_bernoulli.ContinuousBernoulli", "torch.distributions.exp_family.ExponentialFamily", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "probs", "logits", "lims", "validate_args"], "flags": [], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli.__init__", "name": "__init__", "type": null}}, "_cont_bern_log_norm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli._cont_bern_log_norm", "name": "_cont_bern_log_norm", "type": null}}, "_cut_probs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli._cut_probs", "name": "_cut_probs", "type": null}}, "_lims": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli._lims", "name": "_lims", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_log_normalizer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli._log_normalizer", "name": "_log_normalizer", "type": null}}, "_mean_carrier_measure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli._mean_carrier_measure", "name": "_mean_carrier_measure", "type": "builtins.int"}}, "_natural_params": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli._natural_params", "name": "_natural_params", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_natural_params", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.continuous_bernoulli.ContinuousBernoulli"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_natural_params of ContinuousBernoulli", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_new": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli._new", "name": "_new", "type": null}}, "_outside_unstable_region": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli._outside_unstable_region", "name": "_outside_unstable_region", "type": null}}, "_param": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli._param", "name": "_param", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "cdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli.cdf", "name": "cdf", "type": null}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli.entropy", "name": "entropy", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "icdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli.icdf", "name": "icdf", "type": null}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli.log_prob", "name": "log_prob", "type": null}}, "logits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli.logits", "name": "logits", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "logits", "type": "torch.distributions.utils.lazy_property"}}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.continuous_bernoulli.ContinuousBernoulli"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of ContinuousBernoulli", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "param_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli.param_shape", "name": "param_shape", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "param_shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.continuous_bernoulli.ContinuousBernoulli"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "param_shape of ContinuousBernoulli", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "probs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli.probs", "name": "probs", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "probs", "type": "torch.distributions.utils.lazy_property"}}}, "rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli.rsample", "name": "rsample", "type": null}}, "sample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli.sample", "name": "sample", "type": null}}, "stddev": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli.stddev", "name": "stddev", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "stddev", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.continuous_bernoulli.ContinuousBernoulli"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "stddev of ContinuousBernoulli", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli.support", "name": "support", "type": "torch.distributions.constraints._Interval"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.continuous_bernoulli.ContinuousBernoulli.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.continuous_bernoulli.ContinuousBernoulli"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of ContinuousBernoulli", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ExponentialFamily": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.exp_family.ExponentialFamily", "kind": "Gdef"}, "Number": {".class": "SymbolTableNode", "cross_ref": "numbers.Number", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.continuous_bernoulli.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.continuous_bernoulli.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.continuous_bernoulli.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.continuous_bernoulli.__package__", "name": "__package__", "type": "builtins.str"}}, "binary_cross_entropy_with_logits": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional.binary_cross_entropy_with_logits", "kind": "Gdef"}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "clamp_probs": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.clamp_probs", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "lazy_property": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.lazy_property", "kind": "Gdef"}, "logits_to_probs": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.logits_to_probs", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "probs_to_logits": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.probs_to_logits", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/continuous_bernoulli.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/continuous_bernoulli.meta.json b/.mypy_cache/3.9/torch/distributions/continuous_bernoulli.meta.json deleted file mode 100644 index 29b205fd7..000000000 --- a/.mypy_cache/3.9/torch/distributions/continuous_bernoulli.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 4, 5, 5, 6, 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 10, 20, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["numbers", "math", "torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.exp_family", "torch.distributions.utils", "torch.nn.functional", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "torch.distributions.distribution", "torch.nn", "typing"], "hash": "b602a9ac06ac2341601a3462a719393b9a1522b4c77124d18ce1622c8180361c", "id": "torch.distributions.continuous_bernoulli", "ignore_all": true, "interface_hash": "97db377c3282ddf5512b3e88f0d5e1649079c7d3fe0b1a17d4a6361eb7726dc3", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/continuous_bernoulli.py", "plugin_data": null, "size": 8532, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/dirichlet.data.json b/.mypy_cache/3.9/torch/distributions/dirichlet.data.json deleted file mode 100644 index 85a6a35b0..000000000 --- a/.mypy_cache/3.9/torch/distributions/dirichlet.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.dirichlet", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Dirichlet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.exp_family.ExponentialFamily"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.dirichlet.Dirichlet", "name": "Dirichlet", "type_vars": []}, "flags": [], "fullname": "torch.distributions.dirichlet.Dirichlet", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.dirichlet", "mro": ["torch.distributions.dirichlet.Dirichlet", "torch.distributions.exp_family.ExponentialFamily", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "concentration", "validate_args"], "flags": [], "fullname": "torch.distributions.dirichlet.Dirichlet.__init__", "name": "__init__", "type": null}}, "_log_normalizer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.dirichlet.Dirichlet._log_normalizer", "name": "_log_normalizer", "type": null}}, "_natural_params": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.dirichlet.Dirichlet._natural_params", "name": "_natural_params", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_natural_params", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.dirichlet.Dirichlet"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_natural_params of Dirichlet", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.dirichlet.Dirichlet.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints._IndependentConstraint"], "type_ref": "builtins.dict"}}}, "concentration": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.dirichlet.Dirichlet.concentration", "name": "concentration", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.dirichlet.Dirichlet.entropy", "name": "entropy", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.dirichlet.Dirichlet.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.dirichlet.Dirichlet.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.dirichlet.Dirichlet.log_prob", "name": "log_prob", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.dirichlet.Dirichlet.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.dirichlet.Dirichlet"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of Dirichlet", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.dirichlet.Dirichlet.rsample", "name": "rsample", "type": null}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.dirichlet.Dirichlet.support", "name": "support", "type": "torch.distributions.constraints._Simplex"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.dirichlet.Dirichlet.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.dirichlet.Dirichlet"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of Dirichlet", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ExponentialFamily": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.exp_family.ExponentialFamily", "kind": "Gdef"}, "Function": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.function.Function", "kind": "Gdef"}, "_Dirichlet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.autograd.function.Function"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.dirichlet._Dirichlet", "name": "_Dirichlet", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.distributions.dirichlet._Dirichlet", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.dirichlet", "mro": ["torch.distributions.dirichlet._Dirichlet", "torch.autograd.function.Function", "builtins.object"], "names": {".class": "SymbolTable", "backward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "grad_output"], "flags": ["is_static", "is_decorated"], "fullname": "torch.distributions.dirichlet._Dirichlet.backward", "name": "backward", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "backward", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "concentration"], "flags": ["is_static", "is_decorated"], "fullname": "torch.distributions.dirichlet._Dirichlet.forward", "name": "forward", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "concentration"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "forward of _Dirichlet", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Dirichlet_backward": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "concentration", "grad_output"], "flags": [], "fullname": "torch.distributions.dirichlet._Dirichlet_backward", "name": "_Dirichlet_backward", "type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.dirichlet.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.dirichlet.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.dirichlet.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.dirichlet.__package__", "name": "__package__", "type": "builtins.str"}}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "once_differentiable": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.function.once_differentiable", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/dirichlet.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/dirichlet.meta.json b/.mypy_cache/3.9/torch/distributions/dirichlet.meta.json deleted file mode 100644 index e9d1a9359..000000000 --- a/.mypy_cache/3.9/torch/distributions/dirichlet.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 20, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.autograd", "torch.autograd.function", "torch.distributions", "torch.distributions.constraints", "torch.distributions.exp_family", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.distributions.distribution", "typing"], "hash": "9e91e360a6a6c25f4f4beffe2e14f72577c44f239e542b78cff2b1aaea628bc7", "id": "torch.distributions.dirichlet", "ignore_all": true, "interface_hash": "2cac848eb8b16f4f2b443f01bfb80d31adb38c4937dd56be3b6348ab066b6213", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/dirichlet.py", "plugin_data": null, "size": 3584, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/distribution.data.json b/.mypy_cache/3.9/torch/distributions/distribution.data.json deleted file mode 100644 index b7fa6ea97..000000000 --- a/.mypy_cache/3.9/torch/distributions/distribution.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.distribution", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Distribution": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.distribution.Distribution", "name": "Distribution", "type_vars": []}, "flags": [], "fullname": "torch.distributions.distribution.Distribution", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.distribution", "mro": ["torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "batch_shape", "event_shape", "validate_args"], "flags": [], "fullname": "torch.distributions.distribution.Distribution.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.distribution.Distribution.__repr__", "name": "__repr__", "type": null}}, "_batch_shape": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.distribution.Distribution._batch_shape", "name": "_batch_shape", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_event_shape": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.distribution.Distribution._event_shape", "name": "_event_shape", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_extended_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.distribution.Distribution._extended_shape", "name": "_extended_shape", "type": null}}, "_get_checked_instance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "cls", "_instance"], "flags": [], "fullname": "torch.distributions.distribution.Distribution._get_checked_instance", "name": "_get_checked_instance", "type": null}}, "_validate_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.distribution.Distribution._validate_args", "name": "_validate_args", "type": "builtins.bool"}}, "_validate_sample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.distribution.Distribution._validate_sample", "name": "_validate_sample", "type": null}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.distribution.Distribution.arg_constraints", "name": "arg_constraints", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.distribution.Distribution"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arg_constraints of Distribution", "ret_type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "arg_constraints", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.distribution.Distribution"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "arg_constraints of Distribution", "ret_type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}}, "batch_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.distribution.Distribution.batch_shape", "name": "batch_shape", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "batch_shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.distribution.Distribution"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "batch_shape of Distribution", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "cdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.distribution.Distribution.cdf", "name": "cdf", "type": null}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.distribution.Distribution.entropy", "name": "entropy", "type": null}}, "enumerate_support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "expand"], "flags": [], "fullname": "torch.distributions.distribution.Distribution.enumerate_support", "name": "enumerate_support", "type": null}}, "event_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.distribution.Distribution.event_shape", "name": "event_shape", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "event_shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.distribution.Distribution"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "event_shape of Distribution", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.distribution.Distribution.expand", "name": "expand", "type": null}}, "has_enumerate_support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.distribution.Distribution.has_enumerate_support", "name": "has_enumerate_support", "type": "builtins.bool"}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.distribution.Distribution.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "icdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.distribution.Distribution.icdf", "name": "icdf", "type": null}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.distribution.Distribution.log_prob", "name": "log_prob", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.distribution.Distribution.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.distribution.Distribution"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of Distribution", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "perplexity": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.distribution.Distribution.perplexity", "name": "perplexity", "type": null}}, "rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.distribution.Distribution.rsample", "name": "rsample", "type": null}}, "sample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.distribution.Distribution.sample", "name": "sample", "type": null}}, "sample_n": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "torch.distributions.distribution.Distribution.sample_n", "name": "sample_n", "type": null}}, "set_default_validate_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["value"], "flags": ["is_static", "is_decorated"], "fullname": "torch.distributions.distribution.Distribution.set_default_validate_args", "name": "set_default_validate_args", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "set_default_validate_args", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["value"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "set_default_validate_args of Distribution", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "stddev": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.distribution.Distribution.stddev", "name": "stddev", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "stddev", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.distribution.Distribution"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "stddev of Distribution", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.distribution.Distribution.support", "name": "support", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.distribution.Distribution"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "support of Distribution", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "support", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.distribution.Distribution"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "support of Distribution", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.distribution.Distribution.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.distribution.Distribution"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of Distribution", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.distribution.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.distribution.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.distribution.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.distribution.__package__", "name": "__package__", "type": "builtins.str"}}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "lazy_property": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.lazy_property", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/distribution.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/distribution.meta.json b/.mypy_cache/3.9/torch/distributions/distribution.meta.json deleted file mode 100644 index 15f027620..000000000 --- a/.mypy_cache/3.9/torch/distributions/distribution.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 3, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "warnings", "torch.distributions", "torch.distributions.constraints", "torch.distributions.utils", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "torch.types"], "hash": "f8b95123f54100a28acda48b17fac1ad1f8cbaee80c426b92d2f017612a16798", "id": "torch.distributions.distribution", "ignore_all": true, "interface_hash": "0cdf0619a0b0b20c4f6ae7f1e5abd67e6fd75795ae259e8feee2471854614e1b", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/distribution.py", "plugin_data": null, "size": 11735, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/exp_family.data.json b/.mypy_cache/3.9/torch/distributions/exp_family.data.json deleted file mode 100644 index a57e3c5c6..000000000 --- a/.mypy_cache/3.9/torch/distributions/exp_family.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.exp_family", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "ExponentialFamily": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.distribution.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.exp_family.ExponentialFamily", "name": "ExponentialFamily", "type_vars": []}, "flags": [], "fullname": "torch.distributions.exp_family.ExponentialFamily", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.exp_family", "mro": ["torch.distributions.exp_family.ExponentialFamily", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "_log_normalizer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "natural_params"], "flags": [], "fullname": "torch.distributions.exp_family.ExponentialFamily._log_normalizer", "name": "_log_normalizer", "type": null}}, "_mean_carrier_measure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.exp_family.ExponentialFamily._mean_carrier_measure", "name": "_mean_carrier_measure", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_mean_carrier_measure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.exp_family.ExponentialFamily"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_mean_carrier_measure of ExponentialFamily", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_natural_params": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.exp_family.ExponentialFamily._natural_params", "name": "_natural_params", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_natural_params", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.exp_family.ExponentialFamily"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_natural_params of ExponentialFamily", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.exp_family.ExponentialFamily.entropy", "name": "entropy", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.exp_family.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.exp_family.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.exp_family.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.exp_family.__package__", "name": "__package__", "type": "builtins.str"}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/exp_family.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/exp_family.meta.json b/.mypy_cache/3.9/torch/distributions/exp_family.meta.json deleted file mode 100644 index 228723e20..000000000 --- a/.mypy_cache/3.9/torch/distributions/exp_family.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.distributions.distribution", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._tensor", "torch.autograd", "typing"], "hash": "84a094064ab12fed4a34833c0ba5338204a18c3b9093abb6c329ccf68c13c36b", "id": "torch.distributions.exp_family", "ignore_all": true, "interface_hash": "5a43273390310bd5ea2766bec93cbc77c3545f91940f5fab20c879b2387624a8", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/exp_family.py", "plugin_data": null, "size": 2275, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/exponential.data.json b/.mypy_cache/3.9/torch/distributions/exponential.data.json deleted file mode 100644 index 4512b2e81..000000000 --- a/.mypy_cache/3.9/torch/distributions/exponential.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.exponential", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Exponential": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.exp_family.ExponentialFamily"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.exponential.Exponential", "name": "Exponential", "type_vars": []}, "flags": [], "fullname": "torch.distributions.exponential.Exponential", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.exponential", "mro": ["torch.distributions.exponential.Exponential", "torch.distributions.exp_family.ExponentialFamily", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "rate", "validate_args"], "flags": [], "fullname": "torch.distributions.exponential.Exponential.__init__", "name": "__init__", "type": null}}, "_log_normalizer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.exponential.Exponential._log_normalizer", "name": "_log_normalizer", "type": null}}, "_mean_carrier_measure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributions.exponential.Exponential._mean_carrier_measure", "name": "_mean_carrier_measure", "type": "builtins.int"}}, "_natural_params": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.exponential.Exponential._natural_params", "name": "_natural_params", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_natural_params", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.exponential.Exponential"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_natural_params of Exponential", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.exponential.Exponential.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints._GreaterThan"], "type_ref": "builtins.dict"}}}, "cdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.exponential.Exponential.cdf", "name": "cdf", "type": null}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.exponential.Exponential.entropy", "name": "entropy", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.exponential.Exponential.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.exponential.Exponential.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "icdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.exponential.Exponential.icdf", "name": "icdf", "type": null}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.exponential.Exponential.log_prob", "name": "log_prob", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.exponential.Exponential.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.exponential.Exponential"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of Exponential", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "rate": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.exponential.Exponential.rate", "name": "rate", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.exponential.Exponential.rsample", "name": "rsample", "type": null}}, "stddev": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.exponential.Exponential.stddev", "name": "stddev", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "stddev", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.exponential.Exponential"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "stddev of Exponential", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.exponential.Exponential.support", "name": "support", "type": "torch.distributions.constraints._GreaterThan"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.exponential.Exponential.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.exponential.Exponential"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of Exponential", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ExponentialFamily": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.exp_family.ExponentialFamily", "kind": "Gdef"}, "Number": {".class": "SymbolTableNode", "cross_ref": "numbers.Number", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.exponential.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.exponential.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.exponential.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.exponential.__package__", "name": "__package__", "type": "builtins.str"}}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/exponential.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/exponential.meta.json b/.mypy_cache/3.9/torch/distributions/exponential.meta.json deleted file mode 100644 index dad9e5433..000000000 --- a/.mypy_cache/3.9/torch/distributions/exponential.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 4, 5, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["numbers", "torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.exp_family", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.distributions.distribution", "typing"], "hash": "a09c29136b3f7c7d9026914387b385db44bf477b72c62f38ae7d33c6c2ed1f05", "id": "torch.distributions.exponential", "ignore_all": true, "interface_hash": "c3d610230ec93607faeefe617175bd31ae5d37eb0a31a2afa5f9b35492469398", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/exponential.py", "plugin_data": null, "size": 2525, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/fishersnedecor.data.json b/.mypy_cache/3.9/torch/distributions/fishersnedecor.data.json deleted file mode 100644 index 406815abb..000000000 --- a/.mypy_cache/3.9/torch/distributions/fishersnedecor.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.fishersnedecor", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "FisherSnedecor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.distribution.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.fishersnedecor.FisherSnedecor", "name": "FisherSnedecor", "type_vars": []}, "flags": [], "fullname": "torch.distributions.fishersnedecor.FisherSnedecor", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.fishersnedecor", "mro": ["torch.distributions.fishersnedecor.FisherSnedecor", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "df1", "df2", "validate_args"], "flags": [], "fullname": "torch.distributions.fishersnedecor.FisherSnedecor.__init__", "name": "__init__", "type": null}}, "_gamma1": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.fishersnedecor.FisherSnedecor._gamma1", "name": "_gamma1", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_gamma2": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.fishersnedecor.FisherSnedecor._gamma2", "name": "_gamma2", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.fishersnedecor.FisherSnedecor.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints._GreaterThan"], "type_ref": "builtins.dict"}}}, "df1": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.fishersnedecor.FisherSnedecor.df1", "name": "df1", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "df2": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.fishersnedecor.FisherSnedecor.df2", "name": "df2", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.fishersnedecor.FisherSnedecor.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.fishersnedecor.FisherSnedecor.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.fishersnedecor.FisherSnedecor.log_prob", "name": "log_prob", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.fishersnedecor.FisherSnedecor.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.fishersnedecor.FisherSnedecor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of FisherSnedecor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.fishersnedecor.FisherSnedecor.rsample", "name": "rsample", "type": null}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.fishersnedecor.FisherSnedecor.support", "name": "support", "type": "torch.distributions.constraints._GreaterThan"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.fishersnedecor.FisherSnedecor.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.fishersnedecor.FisherSnedecor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of FisherSnedecor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Gamma": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.gamma.Gamma", "kind": "Gdef"}, "Number": {".class": "SymbolTableNode", "cross_ref": "numbers.Number", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.fishersnedecor.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.fishersnedecor.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.fishersnedecor.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.fishersnedecor.__package__", "name": "__package__", "type": "builtins.str"}}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "nan": {".class": "SymbolTableNode", "cross_ref": "torch._six.nan", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/fishersnedecor.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/fishersnedecor.meta.json b/.mypy_cache/3.9/torch/distributions/fishersnedecor.meta.json deleted file mode 100644 index b8a7dfa64..000000000 --- a/.mypy_cache/3.9/torch/distributions/fishersnedecor.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 4, 5, 6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 5, 20, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["numbers", "torch", "torch._six", "torch.distributions", "torch.distributions.constraints", "torch.distributions.distribution", "torch.distributions.gamma", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.distributions.exp_family", "typing"], "hash": "cc3dd2ed5c3140a25e78fd6eb2ef481a8399b47b81dd9a1da540bd1e80c18822", "id": "torch.distributions.fishersnedecor", "ignore_all": true, "interface_hash": "50c8e27972e680f6786b8d79325ed2585492b83dd412012c55a772c05ab53182", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/fishersnedecor.py", "plugin_data": null, "size": 3152, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/gamma.data.json b/.mypy_cache/3.9/torch/distributions/gamma.data.json deleted file mode 100644 index 9a35ee8ae..000000000 --- a/.mypy_cache/3.9/torch/distributions/gamma.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.gamma", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ExponentialFamily": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.exp_family.ExponentialFamily", "kind": "Gdef"}, "Gamma": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.exp_family.ExponentialFamily"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.gamma.Gamma", "name": "Gamma", "type_vars": []}, "flags": [], "fullname": "torch.distributions.gamma.Gamma", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.gamma", "mro": ["torch.distributions.gamma.Gamma", "torch.distributions.exp_family.ExponentialFamily", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "concentration", "rate", "validate_args"], "flags": [], "fullname": "torch.distributions.gamma.Gamma.__init__", "name": "__init__", "type": null}}, "_log_normalizer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.distributions.gamma.Gamma._log_normalizer", "name": "_log_normalizer", "type": null}}, "_mean_carrier_measure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributions.gamma.Gamma._mean_carrier_measure", "name": "_mean_carrier_measure", "type": "builtins.int"}}, "_natural_params": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.gamma.Gamma._natural_params", "name": "_natural_params", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_natural_params", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.gamma.Gamma"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_natural_params of Gamma", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.gamma.Gamma.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints._GreaterThan"], "type_ref": "builtins.dict"}}}, "concentration": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.gamma.Gamma.concentration", "name": "concentration", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.gamma.Gamma.entropy", "name": "entropy", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.gamma.Gamma.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.gamma.Gamma.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.gamma.Gamma.log_prob", "name": "log_prob", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.gamma.Gamma.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.gamma.Gamma"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of Gamma", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "rate": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.gamma.Gamma.rate", "name": "rate", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.gamma.Gamma.rsample", "name": "rsample", "type": null}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.gamma.Gamma.support", "name": "support", "type": "torch.distributions.constraints._GreaterThan"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.gamma.Gamma.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.gamma.Gamma"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of Gamma", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Number": {".class": "SymbolTableNode", "cross_ref": "numbers.Number", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.gamma.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.gamma.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.gamma.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.gamma.__package__", "name": "__package__", "type": "builtins.str"}}, "_standard_gamma": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["concentration"], "flags": [], "fullname": "torch.distributions.gamma._standard_gamma", "name": "_standard_gamma", "type": null}}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/gamma.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/gamma.meta.json b/.mypy_cache/3.9/torch/distributions/gamma.meta.json deleted file mode 100644 index b03a87fba..000000000 --- a/.mypy_cache/3.9/torch/distributions/gamma.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 4, 5, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["numbers", "torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.exp_family", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.distributions.distribution", "typing"], "hash": "cbb46df1c6c6fa877965bc7d12fc765fc41f4e3b245fee1f8ab730681a62b922", "id": "torch.distributions.gamma", "ignore_all": true, "interface_hash": "9a71f6d195e289dd59969f40dd2235fee9df25ba2ec2a00e8577096cdd9f985a", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/gamma.py", "plugin_data": null, "size": 3121, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/geometric.data.json b/.mypy_cache/3.9/torch/distributions/geometric.data.json deleted file mode 100644 index 48456380c..000000000 --- a/.mypy_cache/3.9/torch/distributions/geometric.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.geometric", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "Geometric": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.distribution.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.geometric.Geometric", "name": "Geometric", "type_vars": []}, "flags": [], "fullname": "torch.distributions.geometric.Geometric", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.geometric", "mro": ["torch.distributions.geometric.Geometric", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "probs", "logits", "validate_args"], "flags": [], "fullname": "torch.distributions.geometric.Geometric.__init__", "name": "__init__", "type": null}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.geometric.Geometric.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.geometric.Geometric.entropy", "name": "entropy", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.geometric.Geometric.expand", "name": "expand", "type": null}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.geometric.Geometric.log_prob", "name": "log_prob", "type": null}}, "logits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.geometric.Geometric.logits", "name": "logits", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "logits", "type": "torch.distributions.utils.lazy_property"}}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.geometric.Geometric.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.geometric.Geometric"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of Geometric", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "probs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.geometric.Geometric.probs", "name": "probs", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "probs", "type": "torch.distributions.utils.lazy_property"}}}, "sample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.geometric.Geometric.sample", "name": "sample", "type": null}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.geometric.Geometric.support", "name": "support", "type": "torch.distributions.constraints._IntegerGreaterThan"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.geometric.Geometric.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.geometric.Geometric"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of Geometric", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Number": {".class": "SymbolTableNode", "cross_ref": "numbers.Number", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.geometric.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.geometric.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.geometric.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.geometric.__package__", "name": "__package__", "type": "builtins.str"}}, "binary_cross_entropy_with_logits": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional.binary_cross_entropy_with_logits", "kind": "Gdef"}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "lazy_property": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.lazy_property", "kind": "Gdef"}, "logits_to_probs": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.logits_to_probs", "kind": "Gdef"}, "probs_to_logits": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.probs_to_logits", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/geometric.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/geometric.meta.json b/.mypy_cache/3.9/torch/distributions/geometric.meta.json deleted file mode 100644 index b6575ae52..000000000 --- a/.mypy_cache/3.9/torch/distributions/geometric.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 4, 5, 6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 20, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["numbers", "torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.distribution", "torch.distributions.utils", "torch.nn.functional", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "torch.nn", "typing"], "hash": "088a92d4da6b3d5fe9549d830dd33b088264ed2d7d46df3cb1d7b25aa062febd", "id": "torch.distributions.geometric", "ignore_all": true, "interface_hash": "6a9009b2961e45cd334c669737e252e80532ee600c010ffcfd1f57d4ffdf885e", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/geometric.py", "plugin_data": null, "size": 4266, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/gumbel.data.json b/.mypy_cache/3.9/torch/distributions/gumbel.data.json deleted file mode 100644 index bbea8914e..000000000 --- a/.mypy_cache/3.9/torch/distributions/gumbel.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.gumbel", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AffineTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.AffineTransform", "kind": "Gdef"}, "ExpTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.ExpTransform", "kind": "Gdef"}, "Gumbel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transformed_distribution.TransformedDistribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.gumbel.Gumbel", "name": "Gumbel", "type_vars": []}, "flags": [], "fullname": "torch.distributions.gumbel.Gumbel", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.gumbel", "mro": ["torch.distributions.gumbel.Gumbel", "torch.distributions.transformed_distribution.TransformedDistribution", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "loc", "scale", "validate_args"], "flags": [], "fullname": "torch.distributions.gumbel.Gumbel.__init__", "name": "__init__", "type": null}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.gumbel.Gumbel.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.gumbel.Gumbel.entropy", "name": "entropy", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.gumbel.Gumbel.expand", "name": "expand", "type": null}}, "loc": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.gumbel.Gumbel.loc", "name": "loc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.gumbel.Gumbel.log_prob", "name": "log_prob", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.gumbel.Gumbel.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.gumbel.Gumbel"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of Gumbel", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "scale": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.gumbel.Gumbel.scale", "name": "scale", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "stddev": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.gumbel.Gumbel.stddev", "name": "stddev", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "stddev", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.gumbel.Gumbel"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "stddev of Gumbel", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.gumbel.Gumbel.support", "name": "support", "type": "torch.distributions.constraints._Real"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.gumbel.Gumbel.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.gumbel.Gumbel"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of Gumbel", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Number": {".class": "SymbolTableNode", "cross_ref": "numbers.Number", "kind": "Gdef"}, "TransformedDistribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transformed_distribution.TransformedDistribution", "kind": "Gdef"}, "Uniform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.uniform.Uniform", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.gumbel.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.gumbel.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.gumbel.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.gumbel.__package__", "name": "__package__", "type": "builtins.str"}}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "euler_constant": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.euler_constant", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/gumbel.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/gumbel.meta.json b/.mypy_cache/3.9/torch/distributions/gumbel.meta.json deleted file mode 100644 index 7d07ce374..000000000 --- a/.mypy_cache/3.9/torch/distributions/gumbel.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 4, 5, 6, 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 10, 20, 10, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["numbers", "math", "torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.uniform", "torch.distributions.transformed_distribution", "torch.distributions.transforms", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.distributions.distribution", "typing"], "hash": "be375e2bfceb42158729a181f82671dc273a31839a4eb313e70eeb30724670bf", "id": "torch.distributions.gumbel", "ignore_all": true, "interface_hash": "bd951896ebf94c0609c197513d16a2689afd51532b1cd771e0547f4ff134918e", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/gumbel.py", "plugin_data": null, "size": 2528, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/half_cauchy.data.json b/.mypy_cache/3.9/torch/distributions/half_cauchy.data.json deleted file mode 100644 index 8920bb0f0..000000000 --- a/.mypy_cache/3.9/torch/distributions/half_cauchy.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.half_cauchy", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AbsTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.AbsTransform", "kind": "Gdef"}, "Cauchy": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.cauchy.Cauchy", "kind": "Gdef"}, "HalfCauchy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transformed_distribution.TransformedDistribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.half_cauchy.HalfCauchy", "name": "HalfCauchy", "type_vars": []}, "flags": [], "fullname": "torch.distributions.half_cauchy.HalfCauchy", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.half_cauchy", "mro": ["torch.distributions.half_cauchy.HalfCauchy", "torch.distributions.transformed_distribution.TransformedDistribution", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "scale", "validate_args"], "flags": [], "fullname": "torch.distributions.half_cauchy.HalfCauchy.__init__", "name": "__init__", "type": null}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.half_cauchy.HalfCauchy.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints._GreaterThan"], "type_ref": "builtins.dict"}}}, "cdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.half_cauchy.HalfCauchy.cdf", "name": "cdf", "type": null}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.half_cauchy.HalfCauchy.entropy", "name": "entropy", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.half_cauchy.HalfCauchy.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.half_cauchy.HalfCauchy.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "icdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "prob"], "flags": [], "fullname": "torch.distributions.half_cauchy.HalfCauchy.icdf", "name": "icdf", "type": null}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.half_cauchy.HalfCauchy.log_prob", "name": "log_prob", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.half_cauchy.HalfCauchy.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.half_cauchy.HalfCauchy"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of HalfCauchy", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "scale": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.half_cauchy.HalfCauchy.scale", "name": "scale", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "scale", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.half_cauchy.HalfCauchy"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "scale of HalfCauchy", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.half_cauchy.HalfCauchy.support", "name": "support", "type": "torch.distributions.constraints._GreaterThan"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.half_cauchy.HalfCauchy.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.half_cauchy.HalfCauchy"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of HalfCauchy", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TransformedDistribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transformed_distribution.TransformedDistribution", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.half_cauchy.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.half_cauchy.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.half_cauchy.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.half_cauchy.__package__", "name": "__package__", "type": "builtins.str"}}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "inf": {".class": "SymbolTableNode", "cross_ref": "torch._six.inf", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/half_cauchy.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/half_cauchy.meta.json b/.mypy_cache/3.9/torch/distributions/half_cauchy.meta.json deleted file mode 100644 index 4c05e877f..000000000 --- a/.mypy_cache/3.9/torch/distributions/half_cauchy.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 5, 5, 6, 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 20, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["math", "torch", "torch._six", "torch.distributions", "torch.distributions.constraints", "torch.distributions.transforms", "torch.distributions.cauchy", "torch.distributions.transformed_distribution", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.distributions.distribution", "typing"], "hash": "a18e965862317ead1cc32d942acbaa0183ad016f6f42987bb30c97937c87a511", "id": "torch.distributions.half_cauchy", "ignore_all": true, "interface_hash": "45221fc52a0c3646a99c501e4d073b50ee12629553aff98d7b48d615eb85ce86", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/half_cauchy.py", "plugin_data": null, "size": 2257, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/half_normal.data.json b/.mypy_cache/3.9/torch/distributions/half_normal.data.json deleted file mode 100644 index 3861c0d4f..000000000 --- a/.mypy_cache/3.9/torch/distributions/half_normal.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.half_normal", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AbsTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.AbsTransform", "kind": "Gdef"}, "HalfNormal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transformed_distribution.TransformedDistribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.half_normal.HalfNormal", "name": "HalfNormal", "type_vars": []}, "flags": [], "fullname": "torch.distributions.half_normal.HalfNormal", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.half_normal", "mro": ["torch.distributions.half_normal.HalfNormal", "torch.distributions.transformed_distribution.TransformedDistribution", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "scale", "validate_args"], "flags": [], "fullname": "torch.distributions.half_normal.HalfNormal.__init__", "name": "__init__", "type": null}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.half_normal.HalfNormal.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints._GreaterThan"], "type_ref": "builtins.dict"}}}, "cdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.half_normal.HalfNormal.cdf", "name": "cdf", "type": null}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.half_normal.HalfNormal.entropy", "name": "entropy", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.half_normal.HalfNormal.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.half_normal.HalfNormal.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "icdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "prob"], "flags": [], "fullname": "torch.distributions.half_normal.HalfNormal.icdf", "name": "icdf", "type": null}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.half_normal.HalfNormal.log_prob", "name": "log_prob", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.half_normal.HalfNormal.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.half_normal.HalfNormal"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of HalfNormal", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "scale": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.half_normal.HalfNormal.scale", "name": "scale", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "scale", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.half_normal.HalfNormal"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "scale of HalfNormal", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.half_normal.HalfNormal.support", "name": "support", "type": "torch.distributions.constraints._GreaterThan"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.half_normal.HalfNormal.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.half_normal.HalfNormal"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of HalfNormal", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Normal": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.normal.Normal", "kind": "Gdef"}, "TransformedDistribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transformed_distribution.TransformedDistribution", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.half_normal.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.half_normal.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.half_normal.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.half_normal.__package__", "name": "__package__", "type": "builtins.str"}}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "inf": {".class": "SymbolTableNode", "cross_ref": "torch._six.inf", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/half_normal.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/half_normal.meta.json b/.mypy_cache/3.9/torch/distributions/half_normal.meta.json deleted file mode 100644 index f9edc69bd..000000000 --- a/.mypy_cache/3.9/torch/distributions/half_normal.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 4, 5, 6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 20, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["math", "torch._six", "torch.distributions", "torch.distributions.constraints", "torch.distributions.transforms", "torch.distributions.normal", "torch.distributions.transformed_distribution", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "torch.distributions.distribution", "torch.distributions.exp_family", "typing"], "hash": "0e418d58e6b6fc646e4d938bd81aa233ef2c15d6ba10d25e38e670dcf2c06be0", "id": "torch.distributions.half_normal", "ignore_all": true, "interface_hash": "f3236021a40caf6606f417064a3b89ab06f0c5cd411e2aa63bcfeb410b09bdb9", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/half_normal.py", "plugin_data": null, "size": 2058, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/independent.data.json b/.mypy_cache/3.9/torch/distributions/independent.data.json deleted file mode 100644 index 0615a0385..000000000 --- a/.mypy_cache/3.9/torch/distributions/independent.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.independent", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "Independent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.distribution.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.independent.Independent", "name": "Independent", "type_vars": []}, "flags": [], "fullname": "torch.distributions.independent.Independent", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.independent", "mro": ["torch.distributions.independent.Independent", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "base_distribution", "reinterpreted_batch_ndims", "validate_args"], "flags": [], "fullname": "torch.distributions.independent.Independent.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.independent.Independent.__repr__", "name": "__repr__", "type": null}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributions.independent.Independent.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "base_dist": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.independent.Independent.base_dist", "name": "base_dist", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.independent.Independent.entropy", "name": "entropy", "type": null}}, "enumerate_support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "expand"], "flags": [], "fullname": "torch.distributions.independent.Independent.enumerate_support", "name": "enumerate_support", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.independent.Independent.expand", "name": "expand", "type": null}}, "has_enumerate_support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.independent.Independent.has_enumerate_support", "name": "has_enumerate_support", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "has_enumerate_support", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.independent.Independent"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "has_enumerate_support of Independent", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.independent.Independent.has_rsample", "name": "has_rsample", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "has_rsample", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.independent.Independent"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "has_rsample of Independent", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.independent.Independent.log_prob", "name": "log_prob", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.independent.Independent.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.independent.Independent"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of Independent", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "reinterpreted_batch_ndims": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.independent.Independent.reinterpreted_batch_ndims", "name": "reinterpreted_batch_ndims", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.independent.Independent.rsample", "name": "rsample", "type": null}}, "sample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.independent.Independent.sample", "name": "sample", "type": null}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.independent.Independent.support", "name": "support", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "support", "type": "torch.distributions.constraints._DependentProperty"}}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.independent.Independent.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.independent.Independent"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of Independent", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.independent.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.independent.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.independent.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.independent.__package__", "name": "__package__", "type": "builtins.str"}}, "_sum_rightmost": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils._sum_rightmost", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/independent.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/independent.meta.json b/.mypy_cache/3.9/torch/distributions/independent.meta.json deleted file mode 100644 index e72ae2b66..000000000 --- a/.mypy_cache/3.9/torch/distributions/independent.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.distribution", "torch.distributions.utils", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C"], "hash": "20cc17999397b32a2f458e93feaa8528b49612b9ba5dca42bade4229c3e3c03e", "id": "torch.distributions.independent", "ignore_all": true, "interface_hash": "caf871a525061b722245f021aade1918b09221510e26ffec1ca8f1fce1d154bd", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/independent.py", "plugin_data": null, "size": 4361, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/kl.data.json b/.mypy_cache/3.9/torch/distributions/kl.data.json deleted file mode 100644 index 29794cfe8..000000000 --- a/.mypy_cache/3.9/torch/distributions/kl.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.kl", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Bernoulli": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.bernoulli.Bernoulli", "kind": "Gdef"}, "Beta": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.beta.Beta", "kind": "Gdef"}, "Binomial": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.binomial.Binomial", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Categorical": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.categorical.Categorical", "kind": "Gdef"}, "Cauchy": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.cauchy.Cauchy", "kind": "Gdef"}, "ContinuousBernoulli": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.continuous_bernoulli.ContinuousBernoulli", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Dirichlet": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.dirichlet.Dirichlet", "kind": "Gdef"}, "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "Exponential": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.exponential.Exponential", "kind": "Gdef"}, "ExponentialFamily": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.exp_family.ExponentialFamily", "kind": "Gdef"}, "Gamma": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.gamma.Gamma", "kind": "Gdef"}, "Geometric": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.geometric.Geometric", "kind": "Gdef"}, "Gumbel": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.gumbel.Gumbel", "kind": "Gdef"}, "HalfNormal": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.half_normal.HalfNormal", "kind": "Gdef"}, "Independent": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.independent.Independent", "kind": "Gdef"}, "Laplace": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.laplace.Laplace", "kind": "Gdef"}, "LowRankMultivariateNormal": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal", "kind": "Gdef"}, "MultivariateNormal": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.multivariate_normal.MultivariateNormal", "kind": "Gdef"}, "Normal": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.normal.Normal", "kind": "Gdef"}, "OneHotCategorical": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.one_hot_categorical.OneHotCategorical", "kind": "Gdef"}, "Pareto": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.pareto.Pareto", "kind": "Gdef"}, "Poisson": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.poisson.Poisson", "kind": "Gdef"}, "TransformedDistribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transformed_distribution.TransformedDistribution", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "Uniform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.uniform.Uniform", "kind": "Gdef"}, "_KL_MEMOIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.kl._KL_MEMOIZE", "name": "_KL_MEMOIZE", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}}, {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.dict"}}}, "_KL_REGISTRY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.kl._KL_REGISTRY", "name": "_KL_REGISTRY", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.dict"}}}, "_Match": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.kl._Match", "name": "_Match", "type_vars": []}, "flags": [], "fullname": "torch.distributions.kl._Match", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.kl", "mro": ["torch.distributions.kl._Match", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.distributions.kl._Match.__eq__", "name": "__eq__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "types"], "flags": [], "fullname": "torch.distributions.kl._Match.__init__", "name": "__init__", "type": null}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.distributions.kl._Match.__le__", "name": "__le__", "type": null}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.kl._Match.__slots__", "name": "__slots__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "types": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.kl._Match.types", "name": "types", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.kl.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.kl.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.kl.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.kl.__package__", "name": "__package__", "type": "builtins.str"}}, "_batch_lowrank_logdet": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.lowrank_multivariate_normal._batch_lowrank_logdet", "kind": "Gdef"}, "_batch_lowrank_mahalanobis": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.lowrank_multivariate_normal._batch_lowrank_mahalanobis", "kind": "Gdef"}, "_batch_mahalanobis": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.multivariate_normal._batch_mahalanobis", "kind": "Gdef"}, "_batch_trace_XXT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["bmat"], "flags": [], "fullname": "torch.distributions.kl._batch_trace_XXT", "name": "_batch_trace_XXT", "type": null}}, "_dispatch_kl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["type_p", "type_q"], "flags": [], "fullname": "torch.distributions.kl._dispatch_kl", "name": "_dispatch_kl", "type": null}}, "_euler_gamma": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.euler_constant", "kind": "Gdef"}, "_infinite_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensor"], "flags": [], "fullname": "torch.distributions.kl._infinite_like", "name": "_infinite_like", "type": null}}, "_kl_bernoulli_bernoulli": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_bernoulli_bernoulli", "name": "_kl_bernoulli_bernoulli", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_bernoulli_bernoulli", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_bernoulli_poisson": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_bernoulli_poisson", "name": "_kl_bernoulli_poisson", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_bernoulli_poisson", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_beta_beta": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_beta_beta", "name": "_kl_beta_beta", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_beta_beta", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_beta_continuous_bernoulli": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_beta_continuous_bernoulli", "name": "_kl_beta_continuous_bernoulli", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_beta_continuous_bernoulli", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_beta_exponential": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_beta_exponential", "name": "_kl_beta_exponential", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_beta_exponential", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_beta_gamma": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_beta_gamma", "name": "_kl_beta_gamma", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_beta_gamma", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_beta_infinity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_beta_infinity", "name": "_kl_beta_infinity", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_beta_infinity", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_beta_normal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_beta_normal", "name": "_kl_beta_normal", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_beta_normal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_beta_uniform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_beta_uniform", "name": "_kl_beta_uniform", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_beta_uniform", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_binomial_binomial": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_binomial_binomial", "name": "_kl_binomial_binomial", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_binomial_binomial", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_categorical_categorical": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_categorical_categorical", "name": "_kl_categorical_categorical", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_categorical_categorical", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_cauchy_cauchy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_cauchy_cauchy", "name": "_kl_cauchy_cauchy", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_cauchy_cauchy", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_continuous_bernoulli_continuous_bernoulli": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_continuous_bernoulli_continuous_bernoulli", "name": "_kl_continuous_bernoulli_continuous_bernoulli", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_continuous_bernoulli_continuous_bernoulli", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_continuous_bernoulli_exponential": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_continuous_bernoulli_exponential", "name": "_kl_continuous_bernoulli_exponential", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_continuous_bernoulli_exponential", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_continuous_bernoulli_infinity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_continuous_bernoulli_infinity", "name": "_kl_continuous_bernoulli_infinity", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_continuous_bernoulli_infinity", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_continuous_bernoulli_normal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_continuous_bernoulli_normal", "name": "_kl_continuous_bernoulli_normal", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_continuous_bernoulli_normal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_continuous_bernoulli_uniform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_continuous_bernoulli_uniform", "name": "_kl_continuous_bernoulli_uniform", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_continuous_bernoulli_uniform", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_dirichlet_dirichlet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_dirichlet_dirichlet", "name": "_kl_dirichlet_dirichlet", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_dirichlet_dirichlet", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_expfamily_expfamily": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_expfamily_expfamily", "name": "_kl_expfamily_expfamily", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_expfamily_expfamily", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_exponential_exponential": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_exponential_exponential", "name": "_kl_exponential_exponential", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_exponential_exponential", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_exponential_gamma": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_exponential_gamma", "name": "_kl_exponential_gamma", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_exponential_gamma", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_exponential_gumbel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_exponential_gumbel", "name": "_kl_exponential_gumbel", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_exponential_gumbel", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_exponential_infinity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_exponential_infinity", "name": "_kl_exponential_infinity", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_exponential_infinity", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_exponential_normal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_exponential_normal", "name": "_kl_exponential_normal", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_exponential_normal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_gamma_exponential": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_gamma_exponential", "name": "_kl_gamma_exponential", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_gamma_exponential", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_gamma_gamma": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_gamma_gamma", "name": "_kl_gamma_gamma", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_gamma_gamma", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_gamma_gumbel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_gamma_gumbel", "name": "_kl_gamma_gumbel", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_gamma_gumbel", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_gamma_infinity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_gamma_infinity", "name": "_kl_gamma_infinity", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_gamma_infinity", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_gamma_normal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_gamma_normal", "name": "_kl_gamma_normal", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_gamma_normal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_geometric_geometric": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_geometric_geometric", "name": "_kl_geometric_geometric", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_geometric_geometric", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_gumbel_gumbel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_gumbel_gumbel", "name": "_kl_gumbel_gumbel", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_gumbel_gumbel", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_gumbel_infinity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_gumbel_infinity", "name": "_kl_gumbel_infinity", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_gumbel_infinity", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_gumbel_normal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_gumbel_normal", "name": "_kl_gumbel_normal", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_gumbel_normal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_halfnormal_halfnormal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_halfnormal_halfnormal", "name": "_kl_halfnormal_halfnormal", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_halfnormal_halfnormal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_independent_independent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_independent_independent", "name": "_kl_independent_independent", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_independent_independent", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_laplace_infinity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_laplace_infinity", "name": "_kl_laplace_infinity", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_laplace_infinity", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_laplace_laplace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_laplace_laplace", "name": "_kl_laplace_laplace", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_laplace_laplace", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_laplace_normal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_laplace_normal", "name": "_kl_laplace_normal", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_laplace_normal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_lowrankmultivariatenormal_lowrankmultivariatenormal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_lowrankmultivariatenormal_lowrankmultivariatenormal", "name": "_kl_lowrankmultivariatenormal_lowrankmultivariatenormal", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_lowrankmultivariatenormal_lowrankmultivariatenormal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_lowrankmultivariatenormal_multivariatenormal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_lowrankmultivariatenormal_multivariatenormal", "name": "_kl_lowrankmultivariatenormal_multivariatenormal", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_lowrankmultivariatenormal_multivariatenormal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_multivariatenormal_lowrankmultivariatenormal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_multivariatenormal_lowrankmultivariatenormal", "name": "_kl_multivariatenormal_lowrankmultivariatenormal", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_multivariatenormal_lowrankmultivariatenormal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_multivariatenormal_multivariatenormal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_multivariatenormal_multivariatenormal", "name": "_kl_multivariatenormal_multivariatenormal", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_multivariatenormal_multivariatenormal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_normal_gumbel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_normal_gumbel", "name": "_kl_normal_gumbel", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_normal_gumbel", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_normal_infinity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_normal_infinity", "name": "_kl_normal_infinity", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_normal_infinity", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_normal_normal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_normal_normal", "name": "_kl_normal_normal", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_normal_normal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_onehotcategorical_onehotcategorical": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_onehotcategorical_onehotcategorical", "name": "_kl_onehotcategorical_onehotcategorical", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_onehotcategorical_onehotcategorical", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_pareto_exponential": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_pareto_exponential", "name": "_kl_pareto_exponential", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_pareto_exponential", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_pareto_gamma": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_pareto_gamma", "name": "_kl_pareto_gamma", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_pareto_gamma", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_pareto_infinity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_pareto_infinity", "name": "_kl_pareto_infinity", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_pareto_infinity", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_pareto_normal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_pareto_normal", "name": "_kl_pareto_normal", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_pareto_normal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_pareto_pareto": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_pareto_pareto", "name": "_kl_pareto_pareto", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_pareto_pareto", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_poisson_infinity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_poisson_infinity", "name": "_kl_poisson_infinity", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_poisson_infinity", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_poisson_poisson": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_poisson_poisson", "name": "_kl_poisson_poisson", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_poisson_poisson", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_transformed_transformed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_transformed_transformed", "name": "_kl_transformed_transformed", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_transformed_transformed", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_uniform_beta": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_uniform_beta", "name": "_kl_uniform_beta", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_uniform_beta", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_uniform_continuous_bernoulli": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_uniform_continuous_bernoulli", "name": "_kl_uniform_continuous_bernoulli", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_uniform_continuous_bernoulli", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_uniform_exponetial": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_uniform_exponetial", "name": "_kl_uniform_exponetial", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_uniform_exponetial", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_uniform_gamma": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_uniform_gamma", "name": "_kl_uniform_gamma", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_uniform_gamma", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_uniform_gumbel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_uniform_gumbel", "name": "_kl_uniform_gumbel", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_uniform_gumbel", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_uniform_normal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_uniform_normal", "name": "_kl_uniform_normal", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_uniform_normal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_uniform_pareto": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_uniform_pareto", "name": "_kl_uniform_pareto", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_uniform_pareto", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_kl_uniform_uniform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": ["is_decorated"], "fullname": "torch.distributions.kl._kl_uniform_uniform", "name": "_kl_uniform_uniform", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_kl_uniform_uniform", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_sum_rightmost": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils._sum_rightmost", "kind": "Gdef"}, "_x_log_x": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensor"], "flags": [], "fullname": "torch.distributions.kl._x_log_x", "name": "_x_log_x", "type": null}}, "inf": {".class": "SymbolTableNode", "cross_ref": "torch._six.inf", "kind": "Gdef"}, "kl_divergence": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["p", "q"], "flags": [], "fullname": "torch.distributions.kl.kl_divergence", "name": "kl_divergence", "type": null}}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "register_kl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["type_p", "type_q"], "flags": [], "fullname": "torch.distributions.kl.register_kl", "name": "register_kl", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "total_ordering": {".class": "SymbolTableNode", "cross_ref": "functools.total_ordering", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/kl.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/kl.meta.json b/.mypy_cache/3.9/torch/distributions/kl.meta.json deleted file mode 100644 index 35d755c81..000000000 --- a/.mypy_cache/3.9/torch/distributions/kl.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 10, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["math", "warnings", "functools", "typing", "torch", "torch._six", "torch.distributions.bernoulli", "torch.distributions.beta", "torch.distributions.binomial", "torch.distributions.categorical", "torch.distributions.cauchy", "torch.distributions.continuous_bernoulli", "torch.distributions.dirichlet", "torch.distributions.distribution", "torch.distributions.exponential", "torch.distributions.exp_family", "torch.distributions.gamma", "torch.distributions.geometric", "torch.distributions.gumbel", "torch.distributions.half_normal", "torch.distributions.independent", "torch.distributions.laplace", "torch.distributions.lowrank_multivariate_normal", "torch.distributions.multivariate_normal", "torch.distributions.normal", "torch.distributions.one_hot_categorical", "torch.distributions.pareto", "torch.distributions.poisson", "torch.distributions.transformed_distribution", "torch.distributions.uniform", "torch.distributions.utils", "builtins", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "_typeshed", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd"], "hash": "a699098eb721c94dbbb22bccaf210e2c6cc85b8910f65abe01e4fa1623b0bbcb", "id": "torch.distributions.kl", "ignore_all": true, "interface_hash": "7b962718b326a7ca0f7e0bf0d4677af5a84c764074febb5fe61d57d599ac1cce", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/kl.py", "plugin_data": null, "size": 29998, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/kumaraswamy.data.json b/.mypy_cache/3.9/torch/distributions/kumaraswamy.data.json deleted file mode 100644 index 00e3752bc..000000000 --- a/.mypy_cache/3.9/torch/distributions/kumaraswamy.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.kumaraswamy", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AffineTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.AffineTransform", "kind": "Gdef"}, "Kumaraswamy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transformed_distribution.TransformedDistribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.kumaraswamy.Kumaraswamy", "name": "Kumaraswamy", "type_vars": []}, "flags": [], "fullname": "torch.distributions.kumaraswamy.Kumaraswamy", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.kumaraswamy", "mro": ["torch.distributions.kumaraswamy.Kumaraswamy", "torch.distributions.transformed_distribution.TransformedDistribution", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "concentration1", "concentration0", "validate_args"], "flags": [], "fullname": "torch.distributions.kumaraswamy.Kumaraswamy.__init__", "name": "__init__", "type": null}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.kumaraswamy.Kumaraswamy.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints._GreaterThan"], "type_ref": "builtins.dict"}}}, "concentration0": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.kumaraswamy.Kumaraswamy.concentration0", "name": "concentration0", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "concentration1": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.kumaraswamy.Kumaraswamy.concentration1", "name": "concentration1", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.kumaraswamy.Kumaraswamy.entropy", "name": "entropy", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.kumaraswamy.Kumaraswamy.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.kumaraswamy.Kumaraswamy.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.kumaraswamy.Kumaraswamy.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.kumaraswamy.Kumaraswamy"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of Kumaraswamy", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.kumaraswamy.Kumaraswamy.support", "name": "support", "type": "torch.distributions.constraints._Interval"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.kumaraswamy.Kumaraswamy.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.kumaraswamy.Kumaraswamy"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of Kumaraswamy", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PowerTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.PowerTransform", "kind": "Gdef"}, "TransformedDistribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transformed_distribution.TransformedDistribution", "kind": "Gdef"}, "Uniform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.uniform.Uniform", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.kumaraswamy.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.kumaraswamy.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.kumaraswamy.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.kumaraswamy.__package__", "name": "__package__", "type": "builtins.str"}}, "_moments": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["a", "b", "n"], "flags": [], "fullname": "torch.distributions.kumaraswamy._moments", "name": "_moments", "type": null}}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "euler_constant": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.euler_constant", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/kumaraswamy.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/kumaraswamy.meta.json b/.mypy_cache/3.9/torch/distributions/kumaraswamy.meta.json deleted file mode 100644 index 2fd66838a..000000000 --- a/.mypy_cache/3.9/torch/distributions/kumaraswamy.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 4, 5, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 10, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.uniform", "torch.distributions.transformed_distribution", "torch.distributions.transforms", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.distributions.distribution", "typing"], "hash": "c1232d295769d93bb6a0459c2220f339bd29815942f0ed6ef77a6f357ba3d8a2", "id": "torch.distributions.kumaraswamy", "ignore_all": true, "interface_hash": "6d49c5c4be3e594319e751ef704fa2114858fc93ac77a16e0e83dec37f1f111d", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/kumaraswamy.py", "plugin_data": null, "size": 2927, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/laplace.data.json b/.mypy_cache/3.9/torch/distributions/laplace.data.json deleted file mode 100644 index 5010709c3..000000000 --- a/.mypy_cache/3.9/torch/distributions/laplace.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.laplace", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "Laplace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.distribution.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.laplace.Laplace", "name": "Laplace", "type_vars": []}, "flags": [], "fullname": "torch.distributions.laplace.Laplace", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.laplace", "mro": ["torch.distributions.laplace.Laplace", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "loc", "scale", "validate_args"], "flags": [], "fullname": "torch.distributions.laplace.Laplace.__init__", "name": "__init__", "type": null}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.laplace.Laplace.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "cdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.laplace.Laplace.cdf", "name": "cdf", "type": null}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.laplace.Laplace.entropy", "name": "entropy", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.laplace.Laplace.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.laplace.Laplace.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "icdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.laplace.Laplace.icdf", "name": "icdf", "type": null}}, "loc": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.laplace.Laplace.loc", "name": "loc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.laplace.Laplace.log_prob", "name": "log_prob", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.laplace.Laplace.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.laplace.Laplace"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of Laplace", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.laplace.Laplace.rsample", "name": "rsample", "type": null}}, "scale": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.laplace.Laplace.scale", "name": "scale", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "stddev": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.laplace.Laplace.stddev", "name": "stddev", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "stddev", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.laplace.Laplace"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "stddev of Laplace", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.laplace.Laplace.support", "name": "support", "type": "torch.distributions.constraints._Real"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.laplace.Laplace.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.laplace.Laplace"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of Laplace", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Number": {".class": "SymbolTableNode", "cross_ref": "numbers.Number", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.laplace.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.laplace.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.laplace.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.laplace.__package__", "name": "__package__", "type": "builtins.str"}}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/laplace.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/laplace.meta.json b/.mypy_cache/3.9/torch/distributions/laplace.meta.json deleted file mode 100644 index c98982784..000000000 --- a/.mypy_cache/3.9/torch/distributions/laplace.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 3, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30], "dependencies": ["numbers", "torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.distribution", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "typing"], "hash": "3df327438749706f7831c4f0afb2b69250ced7cfbb6f55b0e402c4870b507a5d", "id": "torch.distributions.laplace", "ignore_all": true, "interface_hash": "9b783bd80aff1b996d9547230f3d56c94bf69b57fcb9bd5a041001822467a546", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/laplace.py", "plugin_data": null, "size": 3054, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/lkj_cholesky.data.json b/.mypy_cache/3.9/torch/distributions/lkj_cholesky.data.json deleted file mode 100644 index 222666445..000000000 --- a/.mypy_cache/3.9/torch/distributions/lkj_cholesky.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.lkj_cholesky", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Beta": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.beta.Beta", "kind": "Gdef"}, "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "LKJCholesky": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.distribution.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.lkj_cholesky.LKJCholesky", "name": "LKJCholesky", "type_vars": []}, "flags": [], "fullname": "torch.distributions.lkj_cholesky.LKJCholesky", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.lkj_cholesky", "mro": ["torch.distributions.lkj_cholesky.LKJCholesky", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "dim", "concentration", "validate_args"], "flags": [], "fullname": "torch.distributions.lkj_cholesky.LKJCholesky.__init__", "name": "__init__", "type": null}}, "_beta": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.lkj_cholesky.LKJCholesky._beta", "name": "_beta", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.lkj_cholesky.LKJCholesky.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints._GreaterThan"], "type_ref": "builtins.dict"}}}, "concentration": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.lkj_cholesky.LKJCholesky.concentration", "name": "concentration", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "dim": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.lkj_cholesky.LKJCholesky.dim", "name": "dim", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.lkj_cholesky.LKJCholesky.expand", "name": "expand", "type": null}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.lkj_cholesky.LKJCholesky.log_prob", "name": "log_prob", "type": null}}, "sample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.lkj_cholesky.LKJCholesky.sample", "name": "sample", "type": null}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.lkj_cholesky.LKJCholesky.support", "name": "support", "type": "torch.distributions.constraints._CorrCholesky"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.lkj_cholesky.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.lkj_cholesky.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.lkj_cholesky.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.lkj_cholesky.__package__", "name": "__package__", "type": "builtins.str"}}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/lkj_cholesky.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/lkj_cholesky.meta.json b/.mypy_cache/3.9/torch/distributions/lkj_cholesky.meta.json deleted file mode 100644 index ce88ca550..000000000 --- a/.mypy_cache/3.9/torch/distributions/lkj_cholesky.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [10, 12, 13, 13, 14, 15, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["math", "torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.distribution", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.distributions.beta", "torch.distributions.exp_family", "typing"], "hash": "ef49241ac55853d14ac558ff6d1ae2b09ed5604fdb1c12bcae65aef96336059d", "id": "torch.distributions.lkj_cholesky", "ignore_all": true, "interface_hash": "a8423e69ffaefb82d4cb76a01eedfd6dc487e7357388de41fe5a919ed3bb1a67", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/lkj_cholesky.py", "plugin_data": null, "size": 6124, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/log_normal.data.json b/.mypy_cache/3.9/torch/distributions/log_normal.data.json deleted file mode 100644 index 2522dc64f..000000000 --- a/.mypy_cache/3.9/torch/distributions/log_normal.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.log_normal", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ExpTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.ExpTransform", "kind": "Gdef"}, "LogNormal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transformed_distribution.TransformedDistribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.log_normal.LogNormal", "name": "LogNormal", "type_vars": []}, "flags": [], "fullname": "torch.distributions.log_normal.LogNormal", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.log_normal", "mro": ["torch.distributions.log_normal.LogNormal", "torch.distributions.transformed_distribution.TransformedDistribution", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "loc", "scale", "validate_args"], "flags": [], "fullname": "torch.distributions.log_normal.LogNormal.__init__", "name": "__init__", "type": null}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.log_normal.LogNormal.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.log_normal.LogNormal.entropy", "name": "entropy", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.log_normal.LogNormal.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.log_normal.LogNormal.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "loc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.log_normal.LogNormal.loc", "name": "loc", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "loc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.log_normal.LogNormal"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "loc of LogNormal", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.log_normal.LogNormal.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.log_normal.LogNormal"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of LogNormal", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "scale": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.log_normal.LogNormal.scale", "name": "scale", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "scale", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.log_normal.LogNormal"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "scale of LogNormal", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.log_normal.LogNormal.support", "name": "support", "type": "torch.distributions.constraints._GreaterThan"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.log_normal.LogNormal.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.log_normal.LogNormal"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of LogNormal", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Normal": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.normal.Normal", "kind": "Gdef"}, "TransformedDistribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transformed_distribution.TransformedDistribution", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.log_normal.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.log_normal.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.log_normal.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.log_normal.__package__", "name": "__package__", "type": "builtins.str"}}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/log_normal.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/log_normal.meta.json b/.mypy_cache/3.9/torch/distributions/log_normal.meta.json deleted file mode 100644 index 22a8636b4..000000000 --- a/.mypy_cache/3.9/torch/distributions/log_normal.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [20, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch.distributions", "torch.distributions.constraints", "torch.distributions.transforms", "torch.distributions.normal", "torch.distributions.transformed_distribution", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "torch.distributions.distribution", "torch.distributions.exp_family", "typing"], "hash": "61ae82da557ae77b6a9e1156e4432ec9a85b018942e740ae2c5cc77ea03231cd", "id": "torch.distributions.log_normal", "ignore_all": true, "interface_hash": "1d89e61d628d00fd67a5d861ab948d7b0d69ef07c032881435b4fae2c7a9187e", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/log_normal.py", "plugin_data": null, "size": 1772, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/logistic_normal.data.json b/.mypy_cache/3.9/torch/distributions/logistic_normal.data.json deleted file mode 100644 index 38e6525d0..000000000 --- a/.mypy_cache/3.9/torch/distributions/logistic_normal.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.logistic_normal", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "LogisticNormal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transformed_distribution.TransformedDistribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.logistic_normal.LogisticNormal", "name": "LogisticNormal", "type_vars": []}, "flags": [], "fullname": "torch.distributions.logistic_normal.LogisticNormal", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.logistic_normal", "mro": ["torch.distributions.logistic_normal.LogisticNormal", "torch.distributions.transformed_distribution.TransformedDistribution", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "loc", "scale", "validate_args"], "flags": [], "fullname": "torch.distributions.logistic_normal.LogisticNormal.__init__", "name": "__init__", "type": null}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.logistic_normal.LogisticNormal.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.logistic_normal.LogisticNormal.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.logistic_normal.LogisticNormal.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "loc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.logistic_normal.LogisticNormal.loc", "name": "loc", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "loc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.logistic_normal.LogisticNormal"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "loc of LogisticNormal", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "scale": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.logistic_normal.LogisticNormal.scale", "name": "scale", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "scale", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.logistic_normal.LogisticNormal"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "scale of LogisticNormal", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.logistic_normal.LogisticNormal.support", "name": "support", "type": "torch.distributions.constraints._Simplex"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Normal": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.normal.Normal", "kind": "Gdef"}, "StickBreakingTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.StickBreakingTransform", "kind": "Gdef"}, "TransformedDistribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transformed_distribution.TransformedDistribution", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.logistic_normal.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.logistic_normal.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.logistic_normal.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.logistic_normal.__package__", "name": "__package__", "type": "builtins.str"}}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/logistic_normal.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/logistic_normal.meta.json b/.mypy_cache/3.9/torch/distributions/logistic_normal.meta.json deleted file mode 100644 index f2546b450..000000000 --- a/.mypy_cache/3.9/torch/distributions/logistic_normal.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [20, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch.distributions", "torch.distributions.constraints", "torch.distributions.normal", "torch.distributions.transformed_distribution", "torch.distributions.transforms", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "torch.distributions.distribution", "torch.distributions.exp_family", "typing"], "hash": "8bd1ce365cfcd747b2644bad8d6c5fd928ed1eb86b90524587447d47d8682573", "id": "torch.distributions.logistic_normal", "ignore_all": true, "interface_hash": "17eb2afcd51d88e71296acc28fde5462e92330eaf8e7185cb1c60e427745e316", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/logistic_normal.py", "plugin_data": null, "size": 1983, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/lowrank_multivariate_normal.data.json b/.mypy_cache/3.9/torch/distributions/lowrank_multivariate_normal.data.json deleted file mode 100644 index 2c78d9190..000000000 --- a/.mypy_cache/3.9/torch/distributions/lowrank_multivariate_normal.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.lowrank_multivariate_normal", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "LowRankMultivariateNormal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.distribution.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal", "name": "LowRankMultivariateNormal", "type_vars": []}, "flags": [], "fullname": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.lowrank_multivariate_normal", "mro": ["torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "loc", "cov_factor", "cov_diag", "validate_args"], "flags": [], "fullname": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal.__init__", "name": "__init__", "type": null}}, "_capacitance_tril": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal._capacitance_tril", "name": "_capacitance_tril", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_unbroadcasted_cov_diag": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal._unbroadcasted_cov_diag", "name": "_unbroadcasted_cov_diag", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_unbroadcasted_cov_factor": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal._unbroadcasted_cov_factor", "name": "_unbroadcasted_cov_factor", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints._IndependentConstraint"], "type_ref": "builtins.dict"}}}, "cov_diag": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal.cov_diag", "name": "cov_diag", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "cov_factor": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal.cov_factor", "name": "cov_factor", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "covariance_matrix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal.covariance_matrix", "name": "covariance_matrix", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "covariance_matrix", "type": "torch.distributions.utils.lazy_property"}}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal.entropy", "name": "entropy", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "loc": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal.loc", "name": "loc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal.log_prob", "name": "log_prob", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of LowRankMultivariateNormal", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "precision_matrix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal.precision_matrix", "name": "precision_matrix", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "precision_matrix", "type": "torch.distributions.utils.lazy_property"}}}, "rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal.rsample", "name": "rsample", "type": null}}, "scale_tril": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal.scale_tril", "name": "scale_tril", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "scale_tril", "type": "torch.distributions.utils.lazy_property"}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal.support", "name": "support", "type": "torch.distributions.constraints._IndependentConstraint"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.lowrank_multivariate_normal.LowRankMultivariateNormal.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "variance", "type": "torch.distributions.utils.lazy_property"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.lowrank_multivariate_normal.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.lowrank_multivariate_normal.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.lowrank_multivariate_normal.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.lowrank_multivariate_normal.__package__", "name": "__package__", "type": "builtins.str"}}, "_batch_capacitance_tril": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["W", "D"], "flags": [], "fullname": "torch.distributions.lowrank_multivariate_normal._batch_capacitance_tril", "name": "_batch_capacitance_tril", "type": null}}, "_batch_lowrank_logdet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["W", "D", "capacitance_tril"], "flags": [], "fullname": "torch.distributions.lowrank_multivariate_normal._batch_lowrank_logdet", "name": "_batch_lowrank_logdet", "type": null}}, "_batch_lowrank_mahalanobis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["W", "D", "x", "capacitance_tril"], "flags": [], "fullname": "torch.distributions.lowrank_multivariate_normal._batch_lowrank_mahalanobis", "name": "_batch_lowrank_mahalanobis", "type": null}}, "_batch_mahalanobis": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.multivariate_normal._batch_mahalanobis", "kind": "Gdef"}, "_batch_mv": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.multivariate_normal._batch_mv", "kind": "Gdef"}, "_standard_normal": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils._standard_normal", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "lazy_property": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.lazy_property", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/lowrank_multivariate_normal.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/lowrank_multivariate_normal.meta.json b/.mypy_cache/3.9/torch/distributions/lowrank_multivariate_normal.meta.json deleted file mode 100644 index 6aaaa0c5f..000000000 --- a/.mypy_cache/3.9/torch/distributions/lowrank_multivariate_normal.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 4, 5, 6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 20, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["math", "torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.distribution", "torch.distributions.multivariate_normal", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.linalg", "typing"], "hash": "aa9d248c14feb724c5781f044fe45c0f545938d5e687e7dc25fe6de3bdd95aa5", "id": "torch.distributions.lowrank_multivariate_normal", "ignore_all": true, "interface_hash": "695cc9b75620e62634e25db33c297c92bdf821bab36967baeb7ee135fd903aa9", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/lowrank_multivariate_normal.py", "plugin_data": null, "size": 9930, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/mixture_same_family.data.json b/.mypy_cache/3.9/torch/distributions/mixture_same_family.data.json deleted file mode 100644 index 8f6cbd84c..000000000 --- a/.mypy_cache/3.9/torch/distributions/mixture_same_family.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.mixture_same_family", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Categorical": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.categorical.Categorical", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "MixtureSameFamily": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.distribution.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.mixture_same_family.MixtureSameFamily", "name": "MixtureSameFamily", "type_vars": []}, "flags": [], "fullname": "torch.distributions.mixture_same_family.MixtureSameFamily", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.mixture_same_family", "mro": ["torch.distributions.mixture_same_family.MixtureSameFamily", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "mixture_distribution", "component_distribution", "validate_args"], "flags": [], "fullname": "torch.distributions.mixture_same_family.MixtureSameFamily.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.mixture_same_family.MixtureSameFamily.__repr__", "name": "__repr__", "type": null}}, "_component_distribution": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.mixture_same_family.MixtureSameFamily._component_distribution", "name": "_component_distribution", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_event_ndims": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.mixture_same_family.MixtureSameFamily._event_ndims", "name": "_event_ndims", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_mixture_distribution": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.mixture_same_family.MixtureSameFamily._mixture_distribution", "name": "_mixture_distribution", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_num_component": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.mixture_same_family.MixtureSameFamily._num_component", "name": "_num_component", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_pad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.mixture_same_family.MixtureSameFamily._pad", "name": "_pad", "type": null}}, "_pad_mixture_dimensions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.mixture_same_family.MixtureSameFamily._pad_mixture_dimensions", "name": "_pad_mixture_dimensions", "type": null}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributions.mixture_same_family.MixtureSameFamily.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "cdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.mixture_same_family.MixtureSameFamily.cdf", "name": "cdf", "type": null}}, "component_distribution": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.mixture_same_family.MixtureSameFamily.component_distribution", "name": "component_distribution", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "component_distribution", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.mixture_same_family.MixtureSameFamily"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "component_distribution of MixtureSameFamily", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.mixture_same_family.MixtureSameFamily.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.mixture_same_family.MixtureSameFamily.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.mixture_same_family.MixtureSameFamily.log_prob", "name": "log_prob", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.mixture_same_family.MixtureSameFamily.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.mixture_same_family.MixtureSameFamily"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of MixtureSameFamily", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "mixture_distribution": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.mixture_same_family.MixtureSameFamily.mixture_distribution", "name": "mixture_distribution", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mixture_distribution", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.mixture_same_family.MixtureSameFamily"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mixture_distribution of MixtureSameFamily", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "sample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.mixture_same_family.MixtureSameFamily.sample", "name": "sample", "type": null}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.mixture_same_family.MixtureSameFamily.support", "name": "support", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "support", "type": "torch.distributions.constraints._DependentProperty"}}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.mixture_same_family.MixtureSameFamily.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.mixture_same_family.MixtureSameFamily"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of MixtureSameFamily", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.mixture_same_family.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.mixture_same_family.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.mixture_same_family.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.mixture_same_family.__package__", "name": "__package__", "type": "builtins.str"}}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/mixture_same_family.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/mixture_same_family.meta.json b/.mypy_cache/3.9/torch/distributions/mixture_same_family.meta.json deleted file mode 100644 index fc902328d..000000000 --- a/.mypy_cache/3.9/torch/distributions/mixture_same_family.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.distributions.distribution", "torch.distributions", "torch.distributions.constraints", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "torch.distributions.categorical"], "hash": "58b440653957442251a330172a1043e74b8742ead44c482d6c132a82d50af48d", "id": "torch.distributions.mixture_same_family", "ignore_all": true, "interface_hash": "71e1a8bd20de7e8754e4703e27196c2341aaa1fe915e0aac0680122d67c313d7", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/mixture_same_family.py", "plugin_data": null, "size": 8636, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/multinomial.data.json b/.mypy_cache/3.9/torch/distributions/multinomial.data.json deleted file mode 100644 index f334049bf..000000000 --- a/.mypy_cache/3.9/torch/distributions/multinomial.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.multinomial", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Categorical": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.categorical.Categorical", "kind": "Gdef"}, "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "Multinomial": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.distribution.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.multinomial.Multinomial", "name": "Multinomial", "type_vars": []}, "flags": [], "fullname": "torch.distributions.multinomial.Multinomial", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.multinomial", "mro": ["torch.distributions.multinomial.Multinomial", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "total_count", "probs", "logits", "validate_args"], "flags": [], "fullname": "torch.distributions.multinomial.Multinomial.__init__", "name": "__init__", "type": null}}, "_categorical": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.multinomial.Multinomial._categorical", "name": "_categorical", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_new": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.distributions.multinomial.Multinomial._new", "name": "_new", "type": null}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.multinomial.Multinomial.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.multinomial.Multinomial.expand", "name": "expand", "type": null}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.multinomial.Multinomial.log_prob", "name": "log_prob", "type": null}}, "logits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.multinomial.Multinomial.logits", "name": "logits", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "logits", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.multinomial.Multinomial"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "logits of Multinomial", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.multinomial.Multinomial.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.multinomial.Multinomial"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of Multinomial", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "param_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.multinomial.Multinomial.param_shape", "name": "param_shape", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "param_shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.multinomial.Multinomial"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "param_shape of Multinomial", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "probs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.multinomial.Multinomial.probs", "name": "probs", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "probs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.multinomial.Multinomial"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "probs of Multinomial", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "sample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.multinomial.Multinomial.sample", "name": "sample", "type": null}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.multinomial.Multinomial.support", "name": "support", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "support", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "total_count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributions.multinomial.Multinomial.total_count", "name": "total_count", "type": "builtins.int"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.multinomial.Multinomial.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.multinomial.Multinomial"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of Multinomial", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.multinomial.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.multinomial.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.multinomial.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.multinomial.__package__", "name": "__package__", "type": "builtins.str"}}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "inf": {".class": "SymbolTableNode", "cross_ref": "torch._six.inf", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/multinomial.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/multinomial.meta.json b/.mypy_cache/3.9/torch/distributions/multinomial.meta.json deleted file mode 100644 index b109ee5a5..000000000 --- a/.mypy_cache/3.9/torch/distributions/multinomial.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch._six", "torch.distributions.distribution", "torch.distributions", "torch.distributions.constraints", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.distributions.categorical", "typing", "typing_extensions"], "hash": "958dd188c0ba71ae4ef58204c3d6c1b9250e81b97152bed21e6646f5b6d407a4", "id": "torch.distributions.multinomial", "ignore_all": true, "interface_hash": "d9ab08cdfafccf4cbad58b9cef298334eb16869dc7cbaa3af8b45f8274181661", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/multinomial.py", "plugin_data": null, "size": 4776, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/multivariate_normal.data.json b/.mypy_cache/3.9/torch/distributions/multivariate_normal.data.json deleted file mode 100644 index e536212fa..000000000 --- a/.mypy_cache/3.9/torch/distributions/multivariate_normal.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.multivariate_normal", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "MultivariateNormal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.distribution.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.multivariate_normal.MultivariateNormal", "name": "MultivariateNormal", "type_vars": []}, "flags": [], "fullname": "torch.distributions.multivariate_normal.MultivariateNormal", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.multivariate_normal", "mro": ["torch.distributions.multivariate_normal.MultivariateNormal", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "loc", "covariance_matrix", "precision_matrix", "scale_tril", "validate_args"], "flags": [], "fullname": "torch.distributions.multivariate_normal.MultivariateNormal.__init__", "name": "__init__", "type": null}}, "_unbroadcasted_scale_tril": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.multivariate_normal.MultivariateNormal._unbroadcasted_scale_tril", "name": "_unbroadcasted_scale_tril", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.multivariate_normal.MultivariateNormal.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "covariance_matrix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.multivariate_normal.MultivariateNormal.covariance_matrix", "name": "covariance_matrix", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "covariance_matrix", "type": "torch.distributions.utils.lazy_property"}}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.multivariate_normal.MultivariateNormal.entropy", "name": "entropy", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.multivariate_normal.MultivariateNormal.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.multivariate_normal.MultivariateNormal.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "loc": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.multivariate_normal.MultivariateNormal.loc", "name": "loc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.multivariate_normal.MultivariateNormal.log_prob", "name": "log_prob", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.multivariate_normal.MultivariateNormal.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.multivariate_normal.MultivariateNormal"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of MultivariateNormal", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "precision_matrix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.multivariate_normal.MultivariateNormal.precision_matrix", "name": "precision_matrix", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "precision_matrix", "type": "torch.distributions.utils.lazy_property"}}}, "rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.multivariate_normal.MultivariateNormal.rsample", "name": "rsample", "type": null}}, "scale_tril": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.multivariate_normal.MultivariateNormal.scale_tril", "name": "scale_tril", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "scale_tril", "type": "torch.distributions.utils.lazy_property"}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.multivariate_normal.MultivariateNormal.support", "name": "support", "type": "torch.distributions.constraints._IndependentConstraint"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.multivariate_normal.MultivariateNormal.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.multivariate_normal.MultivariateNormal"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of MultivariateNormal", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.multivariate_normal.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.multivariate_normal.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.multivariate_normal.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.multivariate_normal.__package__", "name": "__package__", "type": "builtins.str"}}, "_batch_mahalanobis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["bL", "bx"], "flags": [], "fullname": "torch.distributions.multivariate_normal._batch_mahalanobis", "name": "_batch_mahalanobis", "type": null}}, "_batch_mv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["bmat", "bvec"], "flags": [], "fullname": "torch.distributions.multivariate_normal._batch_mv", "name": "_batch_mv", "type": null}}, "_precision_to_scale_tril": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["P"], "flags": [], "fullname": "torch.distributions.multivariate_normal._precision_to_scale_tril", "name": "_precision_to_scale_tril", "type": null}}, "_standard_normal": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils._standard_normal", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "lazy_property": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.lazy_property", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/multivariate_normal.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/multivariate_normal.meta.json b/.mypy_cache/3.9/torch/distributions/multivariate_normal.meta.json deleted file mode 100644 index c0a45218c..000000000 --- a/.mypy_cache/3.9/torch/distributions/multivariate_normal.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 4, 5, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["math", "torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.distribution", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.linalg", "typing", "typing_extensions"], "hash": "d09728e3754dbe98f97744850a8512eb55856d6cc7a6fe4e1fa14816f8eadcec", "id": "torch.distributions.multivariate_normal", "ignore_all": true, "interface_hash": "59aa1c78ad2bd8a1b7860d7fe5a617b690813ef5f43cbc632177ff6f1d2f4eea", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/multivariate_normal.py", "plugin_data": null, "size": 10548, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/negative_binomial.data.json b/.mypy_cache/3.9/torch/distributions/negative_binomial.data.json deleted file mode 100644 index 580f11581..000000000 --- a/.mypy_cache/3.9/torch/distributions/negative_binomial.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.negative_binomial", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "NegativeBinomial": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.distribution.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.negative_binomial.NegativeBinomial", "name": "NegativeBinomial", "type_vars": []}, "flags": [], "fullname": "torch.distributions.negative_binomial.NegativeBinomial", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.negative_binomial", "mro": ["torch.distributions.negative_binomial.NegativeBinomial", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "total_count", "probs", "logits", "validate_args"], "flags": [], "fullname": "torch.distributions.negative_binomial.NegativeBinomial.__init__", "name": "__init__", "type": null}}, "_gamma": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.negative_binomial.NegativeBinomial._gamma", "name": "_gamma", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "_gamma", "type": "torch.distributions.utils.lazy_property"}}}, "_new": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.distributions.negative_binomial.NegativeBinomial._new", "name": "_new", "type": null}}, "_param": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.negative_binomial.NegativeBinomial._param", "name": "_param", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.negative_binomial.NegativeBinomial.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.negative_binomial.NegativeBinomial.expand", "name": "expand", "type": null}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.negative_binomial.NegativeBinomial.log_prob", "name": "log_prob", "type": null}}, "logits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.negative_binomial.NegativeBinomial.logits", "name": "logits", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "logits", "type": "torch.distributions.utils.lazy_property"}}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.negative_binomial.NegativeBinomial.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.negative_binomial.NegativeBinomial"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of NegativeBinomial", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "param_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.negative_binomial.NegativeBinomial.param_shape", "name": "param_shape", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "param_shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.negative_binomial.NegativeBinomial"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "param_shape of NegativeBinomial", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "probs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.negative_binomial.NegativeBinomial.probs", "name": "probs", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "probs", "type": "torch.distributions.utils.lazy_property"}}}, "sample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.negative_binomial.NegativeBinomial.sample", "name": "sample", "type": null}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.negative_binomial.NegativeBinomial.support", "name": "support", "type": "torch.distributions.constraints._IntegerGreaterThan"}}, "total_count": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.negative_binomial.NegativeBinomial.total_count", "name": "total_count", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.negative_binomial.NegativeBinomial.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.negative_binomial.NegativeBinomial"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of NegativeBinomial", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.negative_binomial.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.negative_binomial.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.negative_binomial.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.negative_binomial.__package__", "name": "__package__", "type": "builtins.str"}}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "lazy_property": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.lazy_property", "kind": "Gdef"}, "logits_to_probs": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.logits_to_probs", "kind": "Gdef"}, "probs_to_logits": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.probs_to_logits", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/negative_binomial.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/negative_binomial.meta.json b/.mypy_cache/3.9/torch/distributions/negative_binomial.meta.json deleted file mode 100644 index 272b665d3..000000000 --- a/.mypy_cache/3.9/torch/distributions/negative_binomial.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 3, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 20, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn.functional", "torch.nn", "torch.distributions", "torch.distributions.constraints", "torch.distributions.distribution", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "torch.distributions.exp_family", "torch.distributions.gamma", "typing"], "hash": "f75e97e71759f59ac0edd177655065759509ddd1d31ac7fc017c71d508d0a639", "id": "torch.distributions.negative_binomial", "ignore_all": true, "interface_hash": "03b0986901b409bd5721ac0a0a43c4aec4055b4858699f3526963155dfdc2f6c", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/negative_binomial.py", "plugin_data": null, "size": 4091, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/normal.data.json b/.mypy_cache/3.9/torch/distributions/normal.data.json deleted file mode 100644 index 302321879..000000000 --- a/.mypy_cache/3.9/torch/distributions/normal.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.normal", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ExponentialFamily": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.exp_family.ExponentialFamily", "kind": "Gdef"}, "Normal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.exp_family.ExponentialFamily"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.normal.Normal", "name": "Normal", "type_vars": []}, "flags": [], "fullname": "torch.distributions.normal.Normal", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.normal", "mro": ["torch.distributions.normal.Normal", "torch.distributions.exp_family.ExponentialFamily", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "loc", "scale", "validate_args"], "flags": [], "fullname": "torch.distributions.normal.Normal.__init__", "name": "__init__", "type": null}}, "_log_normalizer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.distributions.normal.Normal._log_normalizer", "name": "_log_normalizer", "type": null}}, "_mean_carrier_measure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributions.normal.Normal._mean_carrier_measure", "name": "_mean_carrier_measure", "type": "builtins.int"}}, "_natural_params": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.normal.Normal._natural_params", "name": "_natural_params", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_natural_params", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.normal.Normal"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_natural_params of Normal", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.normal.Normal.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "cdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.normal.Normal.cdf", "name": "cdf", "type": null}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.normal.Normal.entropy", "name": "entropy", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.normal.Normal.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.normal.Normal.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "icdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.normal.Normal.icdf", "name": "icdf", "type": null}}, "loc": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.normal.Normal.loc", "name": "loc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.normal.Normal.log_prob", "name": "log_prob", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.normal.Normal.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.normal.Normal"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of Normal", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.normal.Normal.rsample", "name": "rsample", "type": null}}, "sample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.normal.Normal.sample", "name": "sample", "type": null}}, "scale": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.normal.Normal.scale", "name": "scale", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "stddev": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.normal.Normal.stddev", "name": "stddev", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "stddev", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.normal.Normal"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "stddev of Normal", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.normal.Normal.support", "name": "support", "type": "torch.distributions.constraints._Real"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.normal.Normal.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.normal.Normal"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of Normal", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Number": {".class": "SymbolTableNode", "cross_ref": "numbers.Number", "kind": "Gdef"}, "Real": {".class": "SymbolTableNode", "cross_ref": "numbers.Real", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.normal.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.normal.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.normal.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.normal.__package__", "name": "__package__", "type": "builtins.str"}}, "_standard_normal": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils._standard_normal", "kind": "Gdef"}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/normal.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/normal.meta.json b/.mypy_cache/3.9/torch/distributions/normal.meta.json deleted file mode 100644 index df5c3f13b..000000000 --- a/.mypy_cache/3.9/torch/distributions/normal.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 5, 6, 6, 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 10, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["math", "numbers", "torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.exp_family", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "torch.distributions.distribution", "typing"], "hash": "7118496d9ccab3cec705c07d749e663277dfa0345b84d41e8d528a271cfedc51", "id": "torch.distributions.normal", "ignore_all": true, "interface_hash": "c2ddb23b79454c0309f4ae32940e269d503c6630dac6bebee3da58ad25c309a1", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/normal.py", "plugin_data": null, "size": 3351, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/one_hot_categorical.data.json b/.mypy_cache/3.9/torch/distributions/one_hot_categorical.data.json deleted file mode 100644 index 15e259818..000000000 --- a/.mypy_cache/3.9/torch/distributions/one_hot_categorical.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.one_hot_categorical", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Categorical": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.categorical.Categorical", "kind": "Gdef"}, "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "OneHotCategorical": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.distribution.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.one_hot_categorical.OneHotCategorical", "name": "OneHotCategorical", "type_vars": []}, "flags": [], "fullname": "torch.distributions.one_hot_categorical.OneHotCategorical", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.one_hot_categorical", "mro": ["torch.distributions.one_hot_categorical.OneHotCategorical", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "probs", "logits", "validate_args"], "flags": [], "fullname": "torch.distributions.one_hot_categorical.OneHotCategorical.__init__", "name": "__init__", "type": null}}, "_categorical": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.one_hot_categorical.OneHotCategorical._categorical", "name": "_categorical", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_new": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.distributions.one_hot_categorical.OneHotCategorical._new", "name": "_new", "type": null}}, "_param": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.one_hot_categorical.OneHotCategorical._param", "name": "_param", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_param", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.one_hot_categorical.OneHotCategorical"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_param of OneHotCategorical", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.one_hot_categorical.OneHotCategorical.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.one_hot_categorical.OneHotCategorical.entropy", "name": "entropy", "type": null}}, "enumerate_support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "expand"], "flags": [], "fullname": "torch.distributions.one_hot_categorical.OneHotCategorical.enumerate_support", "name": "enumerate_support", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.one_hot_categorical.OneHotCategorical.expand", "name": "expand", "type": null}}, "has_enumerate_support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.one_hot_categorical.OneHotCategorical.has_enumerate_support", "name": "has_enumerate_support", "type": "builtins.bool"}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.one_hot_categorical.OneHotCategorical.log_prob", "name": "log_prob", "type": null}}, "logits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.one_hot_categorical.OneHotCategorical.logits", "name": "logits", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "logits", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.one_hot_categorical.OneHotCategorical"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "logits of OneHotCategorical", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.one_hot_categorical.OneHotCategorical.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.one_hot_categorical.OneHotCategorical"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of OneHotCategorical", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "param_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.one_hot_categorical.OneHotCategorical.param_shape", "name": "param_shape", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "param_shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.one_hot_categorical.OneHotCategorical"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "param_shape of OneHotCategorical", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "probs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.one_hot_categorical.OneHotCategorical.probs", "name": "probs", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "probs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.one_hot_categorical.OneHotCategorical"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "probs of OneHotCategorical", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "sample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.one_hot_categorical.OneHotCategorical.sample", "name": "sample", "type": null}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.one_hot_categorical.OneHotCategorical.support", "name": "support", "type": "torch.distributions.constraints._OneHot"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.one_hot_categorical.OneHotCategorical.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.one_hot_categorical.OneHotCategorical"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of OneHotCategorical", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "OneHotCategoricalStraightThrough": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.one_hot_categorical.OneHotCategorical"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.one_hot_categorical.OneHotCategoricalStraightThrough", "name": "OneHotCategoricalStraightThrough", "type_vars": []}, "flags": [], "fullname": "torch.distributions.one_hot_categorical.OneHotCategoricalStraightThrough", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.one_hot_categorical", "mro": ["torch.distributions.one_hot_categorical.OneHotCategoricalStraightThrough", "torch.distributions.one_hot_categorical.OneHotCategorical", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.one_hot_categorical.OneHotCategoricalStraightThrough.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.one_hot_categorical.OneHotCategoricalStraightThrough.rsample", "name": "rsample", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.one_hot_categorical.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.one_hot_categorical.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.one_hot_categorical.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.one_hot_categorical.__package__", "name": "__package__", "type": "builtins.str"}}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/one_hot_categorical.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/one_hot_categorical.meta.json b/.mypy_cache/3.9/torch/distributions/one_hot_categorical.meta.json deleted file mode 100644 index 59c68140a..000000000 --- a/.mypy_cache/3.9/torch/distributions/one_hot_categorical.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.categorical", "torch.distributions.distribution", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.nn", "torch.nn.functional", "typing"], "hash": "2a54880d816326d1698373c7f3911eb4063ec7d24465033adb9871177426f760", "id": "torch.distributions.one_hot_categorical", "ignore_all": true, "interface_hash": "ea238a199239a34b488dca80e026e911228e6090251328254769d38db9ddcb85", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/one_hot_categorical.py", "plugin_data": null, "size": 4375, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/pareto.data.json b/.mypy_cache/3.9/torch/distributions/pareto.data.json deleted file mode 100644 index a1a104bb8..000000000 --- a/.mypy_cache/3.9/torch/distributions/pareto.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.pareto", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AffineTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.AffineTransform", "kind": "Gdef"}, "ExpTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.ExpTransform", "kind": "Gdef"}, "Exponential": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.exponential.Exponential", "kind": "Gdef"}, "Pareto": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transformed_distribution.TransformedDistribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.pareto.Pareto", "name": "Pareto", "type_vars": []}, "flags": [], "fullname": "torch.distributions.pareto.Pareto", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.pareto", "mro": ["torch.distributions.pareto.Pareto", "torch.distributions.transformed_distribution.TransformedDistribution", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "scale", "alpha", "validate_args"], "flags": [], "fullname": "torch.distributions.pareto.Pareto.__init__", "name": "__init__", "type": null}}, "alpha": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.pareto.Pareto.alpha", "name": "alpha", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.pareto.Pareto.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints._GreaterThan"], "type_ref": "builtins.dict"}}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.pareto.Pareto.entropy", "name": "entropy", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.pareto.Pareto.expand", "name": "expand", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.pareto.Pareto.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.pareto.Pareto"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of Pareto", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "scale": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.pareto.Pareto.scale", "name": "scale", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.pareto.Pareto.support", "name": "support", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "support", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.pareto.Pareto.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.pareto.Pareto"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of Pareto", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TransformedDistribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transformed_distribution.TransformedDistribution", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.pareto.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.pareto.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.pareto.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.pareto.__package__", "name": "__package__", "type": "builtins.str"}}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/pareto.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/pareto.meta.json b/.mypy_cache/3.9/torch/distributions/pareto.meta.json deleted file mode 100644 index 8ef7f58ea..000000000 --- a/.mypy_cache/3.9/torch/distributions/pareto.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 2, 3, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [20, 10, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch.distributions", "torch.distributions.constraints", "torch.distributions.exponential", "torch.distributions.transformed_distribution", "torch.distributions.transforms", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "torch.distributions.distribution", "torch.distributions.exp_family", "typing"], "hash": "1298ee13dccdd13702818976345b067ecc2e20504c4854d96aaa55d3ae667ea1", "id": "torch.distributions.pareto", "ignore_all": true, "interface_hash": "e4a95fdbf1f996e9b5de3b2f7f2e94c192c09b9dc2004fcb48232ad0649ae80c", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/pareto.py", "plugin_data": null, "size": 2057, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/poisson.data.json b/.mypy_cache/3.9/torch/distributions/poisson.data.json deleted file mode 100644 index 66416079b..000000000 --- a/.mypy_cache/3.9/torch/distributions/poisson.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.poisson", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ExponentialFamily": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.exp_family.ExponentialFamily", "kind": "Gdef"}, "Number": {".class": "SymbolTableNode", "cross_ref": "numbers.Number", "kind": "Gdef"}, "Poisson": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.exp_family.ExponentialFamily"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.poisson.Poisson", "name": "Poisson", "type_vars": []}, "flags": [], "fullname": "torch.distributions.poisson.Poisson", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.poisson", "mro": ["torch.distributions.poisson.Poisson", "torch.distributions.exp_family.ExponentialFamily", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "rate", "validate_args"], "flags": [], "fullname": "torch.distributions.poisson.Poisson.__init__", "name": "__init__", "type": null}}, "_log_normalizer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.poisson.Poisson._log_normalizer", "name": "_log_normalizer", "type": null}}, "_natural_params": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.poisson.Poisson._natural_params", "name": "_natural_params", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_natural_params", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.poisson.Poisson"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_natural_params of Poisson", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.poisson.Poisson.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints._GreaterThanEq"], "type_ref": "builtins.dict"}}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.poisson.Poisson.expand", "name": "expand", "type": null}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.poisson.Poisson.log_prob", "name": "log_prob", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.poisson.Poisson.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.poisson.Poisson"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of Poisson", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "rate": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.poisson.Poisson.rate", "name": "rate", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "sample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.poisson.Poisson.sample", "name": "sample", "type": null}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.poisson.Poisson.support", "name": "support", "type": "torch.distributions.constraints._IntegerGreaterThan"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.poisson.Poisson.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.poisson.Poisson"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of Poisson", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.poisson.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.poisson.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.poisson.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.poisson.__package__", "name": "__package__", "type": "builtins.str"}}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/poisson.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/poisson.meta.json b/.mypy_cache/3.9/torch/distributions/poisson.meta.json deleted file mode 100644 index 7e645098c..000000000 --- a/.mypy_cache/3.9/torch/distributions/poisson.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 4, 5, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["numbers", "torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.exp_family", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "torch.distributions.distribution", "typing"], "hash": "5ef8011fc7b74b9a393c165614cca8d5270ea66eccb065527b2c8cca62947337", "id": "torch.distributions.poisson", "ignore_all": true, "interface_hash": "c398d12a7089353d4920b71625e10c40c275e50baaddd711ccdf83b2fd0c2a89", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/poisson.py", "plugin_data": null, "size": 2066, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/relaxed_bernoulli.data.json b/.mypy_cache/3.9/torch/distributions/relaxed_bernoulli.data.json deleted file mode 100644 index 11abc56df..000000000 --- a/.mypy_cache/3.9/torch/distributions/relaxed_bernoulli.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.relaxed_bernoulli", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "LogitRelaxedBernoulli": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.distribution.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.relaxed_bernoulli.LogitRelaxedBernoulli", "name": "LogitRelaxedBernoulli", "type_vars": []}, "flags": [], "fullname": "torch.distributions.relaxed_bernoulli.LogitRelaxedBernoulli", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.relaxed_bernoulli", "mro": ["torch.distributions.relaxed_bernoulli.LogitRelaxedBernoulli", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "temperature", "probs", "logits", "validate_args"], "flags": [], "fullname": "torch.distributions.relaxed_bernoulli.LogitRelaxedBernoulli.__init__", "name": "__init__", "type": null}}, "_new": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.distributions.relaxed_bernoulli.LogitRelaxedBernoulli._new", "name": "_new", "type": null}}, "_param": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.relaxed_bernoulli.LogitRelaxedBernoulli._param", "name": "_param", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.relaxed_bernoulli.LogitRelaxedBernoulli.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.relaxed_bernoulli.LogitRelaxedBernoulli.expand", "name": "expand", "type": null}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.relaxed_bernoulli.LogitRelaxedBernoulli.log_prob", "name": "log_prob", "type": null}}, "logits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.relaxed_bernoulli.LogitRelaxedBernoulli.logits", "name": "logits", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "logits", "type": "torch.distributions.utils.lazy_property"}}}, "param_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.relaxed_bernoulli.LogitRelaxedBernoulli.param_shape", "name": "param_shape", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "param_shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.relaxed_bernoulli.LogitRelaxedBernoulli"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "param_shape of LogitRelaxedBernoulli", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "probs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.relaxed_bernoulli.LogitRelaxedBernoulli.probs", "name": "probs", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "probs", "type": "torch.distributions.utils.lazy_property"}}}, "rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.relaxed_bernoulli.LogitRelaxedBernoulli.rsample", "name": "rsample", "type": null}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.relaxed_bernoulli.LogitRelaxedBernoulli.support", "name": "support", "type": "torch.distributions.constraints._Real"}}, "temperature": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.relaxed_bernoulli.LogitRelaxedBernoulli.temperature", "name": "temperature", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Number": {".class": "SymbolTableNode", "cross_ref": "numbers.Number", "kind": "Gdef"}, "RelaxedBernoulli": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transformed_distribution.TransformedDistribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.relaxed_bernoulli.RelaxedBernoulli", "name": "RelaxedBernoulli", "type_vars": []}, "flags": [], "fullname": "torch.distributions.relaxed_bernoulli.RelaxedBernoulli", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.relaxed_bernoulli", "mro": ["torch.distributions.relaxed_bernoulli.RelaxedBernoulli", "torch.distributions.transformed_distribution.TransformedDistribution", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "temperature", "probs", "logits", "validate_args"], "flags": [], "fullname": "torch.distributions.relaxed_bernoulli.RelaxedBernoulli.__init__", "name": "__init__", "type": null}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.relaxed_bernoulli.RelaxedBernoulli.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.relaxed_bernoulli.RelaxedBernoulli.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.relaxed_bernoulli.RelaxedBernoulli.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "logits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.relaxed_bernoulli.RelaxedBernoulli.logits", "name": "logits", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "logits", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.relaxed_bernoulli.RelaxedBernoulli"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "logits of RelaxedBernoulli", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "probs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.relaxed_bernoulli.RelaxedBernoulli.probs", "name": "probs", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "probs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.relaxed_bernoulli.RelaxedBernoulli"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "probs of RelaxedBernoulli", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.relaxed_bernoulli.RelaxedBernoulli.support", "name": "support", "type": "torch.distributions.constraints._Interval"}}, "temperature": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.relaxed_bernoulli.RelaxedBernoulli.temperature", "name": "temperature", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "temperature", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.relaxed_bernoulli.RelaxedBernoulli"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "temperature of RelaxedBernoulli", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SigmoidTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.SigmoidTransform", "kind": "Gdef"}, "TransformedDistribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transformed_distribution.TransformedDistribution", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.relaxed_bernoulli.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.relaxed_bernoulli.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.relaxed_bernoulli.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.relaxed_bernoulli.__package__", "name": "__package__", "type": "builtins.str"}}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "clamp_probs": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.clamp_probs", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "lazy_property": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.lazy_property", "kind": "Gdef"}, "logits_to_probs": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.logits_to_probs", "kind": "Gdef"}, "probs_to_logits": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.probs_to_logits", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/relaxed_bernoulli.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/relaxed_bernoulli.meta.json b/.mypy_cache/3.9/torch/distributions/relaxed_bernoulli.meta.json deleted file mode 100644 index fb710e170..000000000 --- a/.mypy_cache/3.9/torch/distributions/relaxed_bernoulli.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 3, 4, 5, 6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 20, 10, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30], "dependencies": ["torch", "numbers", "torch.distributions", "torch.distributions.constraints", "torch.distributions.distribution", "torch.distributions.transformed_distribution", "torch.distributions.transforms", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "typing"], "hash": "0cd6e786e2ff55ea1b164260a0c01906e574e8977762f5a434810f6754c03817", "id": "torch.distributions.relaxed_bernoulli", "ignore_all": true, "interface_hash": "a5d87b0e004fb5df2391b4df790db74879c8efc81949dcb6640a9e1b98406bd6", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/relaxed_bernoulli.py", "plugin_data": null, "size": 5360, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/relaxed_categorical.data.json b/.mypy_cache/3.9/torch/distributions/relaxed_categorical.data.json deleted file mode 100644 index 6580faf33..000000000 --- a/.mypy_cache/3.9/torch/distributions/relaxed_categorical.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.relaxed_categorical", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Categorical": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.categorical.Categorical", "kind": "Gdef"}, "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "ExpRelaxedCategorical": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.distribution.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.relaxed_categorical.ExpRelaxedCategorical", "name": "ExpRelaxedCategorical", "type_vars": []}, "flags": [], "fullname": "torch.distributions.relaxed_categorical.ExpRelaxedCategorical", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.relaxed_categorical", "mro": ["torch.distributions.relaxed_categorical.ExpRelaxedCategorical", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "temperature", "probs", "logits", "validate_args"], "flags": [], "fullname": "torch.distributions.relaxed_categorical.ExpRelaxedCategorical.__init__", "name": "__init__", "type": null}}, "_categorical": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.relaxed_categorical.ExpRelaxedCategorical._categorical", "name": "_categorical", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_new": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.distributions.relaxed_categorical.ExpRelaxedCategorical._new", "name": "_new", "type": null}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.relaxed_categorical.ExpRelaxedCategorical.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.relaxed_categorical.ExpRelaxedCategorical.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.relaxed_categorical.ExpRelaxedCategorical.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.relaxed_categorical.ExpRelaxedCategorical.log_prob", "name": "log_prob", "type": null}}, "logits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.relaxed_categorical.ExpRelaxedCategorical.logits", "name": "logits", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "logits", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.relaxed_categorical.ExpRelaxedCategorical"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "logits of ExpRelaxedCategorical", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "param_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.relaxed_categorical.ExpRelaxedCategorical.param_shape", "name": "param_shape", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "param_shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.relaxed_categorical.ExpRelaxedCategorical"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "param_shape of ExpRelaxedCategorical", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "probs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.relaxed_categorical.ExpRelaxedCategorical.probs", "name": "probs", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "probs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.relaxed_categorical.ExpRelaxedCategorical"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "probs of ExpRelaxedCategorical", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.relaxed_categorical.ExpRelaxedCategorical.rsample", "name": "rsample", "type": null}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.relaxed_categorical.ExpRelaxedCategorical.support", "name": "support", "type": "torch.distributions.constraints._IndependentConstraint"}}, "temperature": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.relaxed_categorical.ExpRelaxedCategorical.temperature", "name": "temperature", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ExpTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.ExpTransform", "kind": "Gdef"}, "RelaxedOneHotCategorical": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transformed_distribution.TransformedDistribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.relaxed_categorical.RelaxedOneHotCategorical", "name": "RelaxedOneHotCategorical", "type_vars": []}, "flags": [], "fullname": "torch.distributions.relaxed_categorical.RelaxedOneHotCategorical", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.relaxed_categorical", "mro": ["torch.distributions.relaxed_categorical.RelaxedOneHotCategorical", "torch.distributions.transformed_distribution.TransformedDistribution", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "temperature", "probs", "logits", "validate_args"], "flags": [], "fullname": "torch.distributions.relaxed_categorical.RelaxedOneHotCategorical.__init__", "name": "__init__", "type": null}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.relaxed_categorical.RelaxedOneHotCategorical.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.relaxed_categorical.RelaxedOneHotCategorical.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.relaxed_categorical.RelaxedOneHotCategorical.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "logits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.relaxed_categorical.RelaxedOneHotCategorical.logits", "name": "logits", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "logits", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.relaxed_categorical.RelaxedOneHotCategorical"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "logits of RelaxedOneHotCategorical", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "probs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.relaxed_categorical.RelaxedOneHotCategorical.probs", "name": "probs", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "probs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.relaxed_categorical.RelaxedOneHotCategorical"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "probs of RelaxedOneHotCategorical", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.relaxed_categorical.RelaxedOneHotCategorical.support", "name": "support", "type": "torch.distributions.constraints._Simplex"}}, "temperature": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.relaxed_categorical.RelaxedOneHotCategorical.temperature", "name": "temperature", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "temperature", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.relaxed_categorical.RelaxedOneHotCategorical"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "temperature of RelaxedOneHotCategorical", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TransformedDistribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transformed_distribution.TransformedDistribution", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.relaxed_categorical.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.relaxed_categorical.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.relaxed_categorical.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.relaxed_categorical.__package__", "name": "__package__", "type": "builtins.str"}}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "clamp_probs": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.clamp_probs", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/relaxed_categorical.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/relaxed_categorical.meta.json b/.mypy_cache/3.9/torch/distributions/relaxed_categorical.meta.json deleted file mode 100644 index eefa14338..000000000 --- a/.mypy_cache/3.9/torch/distributions/relaxed_categorical.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 4, 5, 6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 10, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.categorical", "torch.distributions.utils", "torch.distributions.distribution", "torch.distributions.transformed_distribution", "torch.distributions.transforms", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "typing", "typing_extensions"], "hash": "c1fc6ac4a4e8b16751d1be67a4781f685a5264acc03a8dac654a4d8c399a3990", "id": "torch.distributions.relaxed_categorical", "ignore_all": true, "interface_hash": "e9a47db6d0d12cf5b492a4a3d1c51eaff77cdf60408cb01bff9491c3fe571ba6", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/relaxed_categorical.py", "plugin_data": null, "size": 5202, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/studentT.data.json b/.mypy_cache/3.9/torch/distributions/studentT.data.json deleted file mode 100644 index 6424e9dad..000000000 --- a/.mypy_cache/3.9/torch/distributions/studentT.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.studentT", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Chi2": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.chi2.Chi2", "kind": "Gdef"}, "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "StudentT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.distribution.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.studentT.StudentT", "name": "StudentT", "type_vars": []}, "flags": [], "fullname": "torch.distributions.studentT.StudentT", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.studentT", "mro": ["torch.distributions.studentT.StudentT", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "df", "loc", "scale", "validate_args"], "flags": [], "fullname": "torch.distributions.studentT.StudentT.__init__", "name": "__init__", "type": null}}, "_chi2": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.studentT.StudentT._chi2", "name": "_chi2", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.studentT.StudentT.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "df": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.studentT.StudentT.df", "name": "df", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.studentT.StudentT.entropy", "name": "entropy", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.studentT.StudentT.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.studentT.StudentT.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "loc": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.studentT.StudentT.loc", "name": "loc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.studentT.StudentT.log_prob", "name": "log_prob", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.studentT.StudentT.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.studentT.StudentT"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of StudentT", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.studentT.StudentT.rsample", "name": "rsample", "type": null}}, "scale": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.studentT.StudentT.scale", "name": "scale", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.studentT.StudentT.support", "name": "support", "type": "torch.distributions.constraints._Real"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.studentT.StudentT.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.studentT.StudentT"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of StudentT", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.studentT.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.studentT.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.studentT.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.studentT.__package__", "name": "__package__", "type": "builtins.str"}}, "_standard_normal": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils._standard_normal", "kind": "Gdef"}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "inf": {".class": "SymbolTableNode", "cross_ref": "torch._six.inf", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "nan": {".class": "SymbolTableNode", "cross_ref": "torch._six.nan", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/studentT.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/studentT.meta.json b/.mypy_cache/3.9/torch/distributions/studentT.meta.json deleted file mode 100644 index d1bf27673..000000000 --- a/.mypy_cache/3.9/torch/distributions/studentT.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 5, 5, 6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["math", "torch", "torch._six", "torch.distributions", "torch.distributions.constraints", "torch.distributions.distribution", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.distributions.chi2", "torch.distributions.exp_family", "torch.distributions.gamma", "typing"], "hash": "db3899ccd8777f5b2b0cbdd9823ba6108e662549ed13192b5b8ff9a042e2d866", "id": "torch.distributions.studentT", "ignore_all": true, "interface_hash": "3cf74bcd83a985d2502286fcd9b9a4155ebbe554ca66351a81c67186323fc6a4", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/studentT.py", "plugin_data": null, "size": 3550, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/transformed_distribution.data.json b/.mypy_cache/3.9/torch/distributions/transformed_distribution.data.json deleted file mode 100644 index 0e192fae9..000000000 --- a/.mypy_cache/3.9/torch/distributions/transformed_distribution.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.transformed_distribution", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ComposeTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.ComposeTransform", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "Independent": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.independent.Independent", "kind": "Gdef"}, "Transform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.Transform", "kind": "Gdef"}, "TransformedDistribution": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.distribution.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.transformed_distribution.TransformedDistribution", "name": "TransformedDistribution", "type_vars": []}, "flags": [], "fullname": "torch.distributions.transformed_distribution.TransformedDistribution", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.transformed_distribution", "mro": ["torch.distributions.transformed_distribution.TransformedDistribution", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "base_distribution", "transforms", "validate_args"], "flags": [], "fullname": "torch.distributions.transformed_distribution.TransformedDistribution.__init__", "name": "__init__", "type": null}}, "_monotonize_cdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.transformed_distribution.TransformedDistribution._monotonize_cdf", "name": "_monotonize_cdf", "type": null}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributions.transformed_distribution.TransformedDistribution.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "base_dist": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.transformed_distribution.TransformedDistribution.base_dist", "name": "base_dist", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "cdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.transformed_distribution.TransformedDistribution.cdf", "name": "cdf", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.transformed_distribution.TransformedDistribution.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.transformed_distribution.TransformedDistribution.has_rsample", "name": "has_rsample", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "has_rsample", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.transformed_distribution.TransformedDistribution"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "has_rsample of TransformedDistribution", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "icdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.transformed_distribution.TransformedDistribution.icdf", "name": "icdf", "type": null}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.transformed_distribution.TransformedDistribution.log_prob", "name": "log_prob", "type": null}}, "rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.transformed_distribution.TransformedDistribution.rsample", "name": "rsample", "type": null}}, "sample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.transformed_distribution.TransformedDistribution.sample", "name": "sample", "type": null}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.transformed_distribution.TransformedDistribution.support", "name": "support", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "support", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "transforms": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.transformed_distribution.TransformedDistribution.transforms", "name": "transforms", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.transformed_distribution.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.transformed_distribution.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.transformed_distribution.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.transformed_distribution.__package__", "name": "__package__", "type": "builtins.str"}}, "_sum_rightmost": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils._sum_rightmost", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/transformed_distribution.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/transformed_distribution.meta.json b/.mypy_cache/3.9/torch/distributions/transformed_distribution.meta.json deleted file mode 100644 index 2dff138b9..000000000 --- a/.mypy_cache/3.9/torch/distributions/transformed_distribution.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 4, 5, 6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 10, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.distribution", "torch.distributions.independent", "torch.distributions.transforms", "torch.distributions.utils", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "_typeshed", "abc", "torch._C", "torch.autograd", "torch.autograd.grad_mode", "typing_extensions"], "hash": "9b697a42b27237f20b265616409867b14ea44fcde1f0ffdaf658b84b12a5c300", "id": "torch.distributions.transformed_distribution", "ignore_all": true, "interface_hash": "c21e93784c6e55536e66d0b3778e93d24bb7780588ce4a16e88e3300d21454a7", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/transformed_distribution.py", "plugin_data": null, "size": 8270, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/transforms.data.json b/.mypy_cache/3.9/torch/distributions/transforms.data.json deleted file mode 100644 index 3eb8d9f21..000000000 --- a/.mypy_cache/3.9/torch/distributions/transforms.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.transforms", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AbsTransform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transforms.Transform"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.transforms.AbsTransform", "name": "AbsTransform", "type_vars": []}, "flags": [], "fullname": "torch.distributions.transforms.AbsTransform", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.transforms", "mro": ["torch.distributions.transforms.AbsTransform", "torch.distributions.transforms.Transform", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.distributions.transforms.AbsTransform.__eq__", "name": "__eq__", "type": null}}, "_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.transforms.AbsTransform._call", "name": "_call", "type": null}}, "_inverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "y"], "flags": [], "fullname": "torch.distributions.transforms.AbsTransform._inverse", "name": "_inverse", "type": null}}, "codomain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.AbsTransform.codomain", "name": "codomain", "type": "torch.distributions.constraints._GreaterThan"}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.AbsTransform.domain", "name": "domain", "type": "torch.distributions.constraints._Real"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AffineTransform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transforms.Transform"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.transforms.AffineTransform", "name": "AffineTransform", "type_vars": []}, "flags": [], "fullname": "torch.distributions.transforms.AffineTransform", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.transforms", "mro": ["torch.distributions.transforms.AffineTransform", "torch.distributions.transforms.Transform", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.distributions.transforms.AffineTransform.__eq__", "name": "__eq__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "loc", "scale", "event_dim", "cache_size"], "flags": [], "fullname": "torch.distributions.transforms.AffineTransform.__init__", "name": "__init__", "type": null}}, "_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.transforms.AffineTransform._call", "name": "_call", "type": null}}, "_event_dim": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.transforms.AffineTransform._event_dim", "name": "_event_dim", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_inverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "y"], "flags": [], "fullname": "torch.distributions.transforms.AffineTransform._inverse", "name": "_inverse", "type": null}}, "bijective": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.AffineTransform.bijective", "name": "bijective", "type": "builtins.bool"}}, "codomain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.transforms.AffineTransform.codomain", "name": "codomain", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "codomain", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.transforms.AffineTransform.domain", "name": "domain", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "domain", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "event_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.transforms.AffineTransform.event_dim", "name": "event_dim", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "event_dim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.transforms.AffineTransform"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "event_dim of AffineTransform", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "forward_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": [], "fullname": "torch.distributions.transforms.AffineTransform.forward_shape", "name": "forward_shape", "type": null}}, "inverse_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": [], "fullname": "torch.distributions.transforms.AffineTransform.inverse_shape", "name": "inverse_shape", "type": null}}, "loc": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.transforms.AffineTransform.loc", "name": "loc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "log_abs_det_jacobian": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.distributions.transforms.AffineTransform.log_abs_det_jacobian", "name": "log_abs_det_jacobian", "type": null}}, "scale": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.transforms.AffineTransform.scale", "name": "scale", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "sign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.transforms.AffineTransform.sign", "name": "sign", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "sign", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.transforms.AffineTransform"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "sign of AffineTransform", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "with_cache": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "cache_size"], "flags": [], "fullname": "torch.distributions.transforms.AffineTransform.with_cache", "name": "with_cache", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CatTransform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transforms.Transform"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.transforms.CatTransform", "name": "CatTransform", "type_vars": []}, "flags": [], "fullname": "torch.distributions.transforms.CatTransform", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.transforms", "mro": ["torch.distributions.transforms.CatTransform", "torch.distributions.transforms.Transform", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "tseq", "dim", "lengths", "cache_size"], "flags": [], "fullname": "torch.distributions.transforms.CatTransform.__init__", "name": "__init__", "type": null}}, "_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.transforms.CatTransform._call", "name": "_call", "type": null}}, "_inverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "y"], "flags": [], "fullname": "torch.distributions.transforms.CatTransform._inverse", "name": "_inverse", "type": null}}, "bijective": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.transforms.CatTransform.bijective", "name": "bijective", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "bijective", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.transforms.CatTransform"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "bijective of CatTransform", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "codomain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.transforms.CatTransform.codomain", "name": "codomain", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "codomain", "type": "torch.distributions.constraints._DependentProperty"}}}, "dim": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.transforms.CatTransform.dim", "name": "dim", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.transforms.CatTransform.domain", "name": "domain", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "domain", "type": "torch.distributions.constraints._DependentProperty"}}}, "event_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.transforms.CatTransform.event_dim", "name": "event_dim", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "event_dim", "type": "torch.distributions.utils.lazy_property"}}}, "length": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.transforms.CatTransform.length", "name": "length", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "length", "type": "torch.distributions.utils.lazy_property"}}}, "lengths": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.transforms.CatTransform.lengths", "name": "lengths", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "log_abs_det_jacobian": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.distributions.transforms.CatTransform.log_abs_det_jacobian", "name": "log_abs_det_jacobian", "type": null}}, "transforms": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.transforms.CatTransform.transforms", "name": "transforms", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "tseq": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributions.transforms.CatTransform.tseq", "name": "tseq", "type": {".class": "Instance", "args": ["numbers.Number"], "type_ref": "builtins.list"}}}, "with_cache": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "cache_size"], "flags": [], "fullname": "torch.distributions.transforms.CatTransform.with_cache", "name": "with_cache", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ComposeTransform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transforms.Transform"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.transforms.ComposeTransform", "name": "ComposeTransform", "type_vars": []}, "flags": [], "fullname": "torch.distributions.transforms.ComposeTransform", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.transforms", "mro": ["torch.distributions.transforms.ComposeTransform", "torch.distributions.transforms.Transform", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.transforms.ComposeTransform.__call__", "name": "__call__", "type": null}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.distributions.transforms.ComposeTransform.__eq__", "name": "__eq__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "parts", "cache_size"], "flags": [], "fullname": "torch.distributions.transforms.ComposeTransform.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "parts", "cache_size"], "arg_types": ["torch.distributions.transforms.ComposeTransform", {".class": "Instance", "args": ["torch.distributions.transforms.Transform"], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ComposeTransform", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.transforms.ComposeTransform.__repr__", "name": "__repr__", "type": null}}, "bijective": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.transforms.ComposeTransform.bijective", "name": "bijective", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "bijective", "type": "torch.distributions.utils.lazy_property"}}}, "codomain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.transforms.ComposeTransform.codomain", "name": "codomain", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "codomain", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.transforms.ComposeTransform.domain", "name": "domain", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "domain", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "forward_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": [], "fullname": "torch.distributions.transforms.ComposeTransform.forward_shape", "name": "forward_shape", "type": null}}, "inv": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.transforms.ComposeTransform.inv", "name": "inv", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "inv", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.transforms.ComposeTransform"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "inv of ComposeTransform", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "inverse_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": [], "fullname": "torch.distributions.transforms.ComposeTransform.inverse_shape", "name": "inverse_shape", "type": null}}, "log_abs_det_jacobian": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.distributions.transforms.ComposeTransform.log_abs_det_jacobian", "name": "log_abs_det_jacobian", "type": null}}, "parts": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.transforms.ComposeTransform.parts", "name": "parts", "type": {".class": "Instance", "args": ["torch.distributions.transforms.Transform"], "type_ref": "builtins.list"}}}, "sign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.transforms.ComposeTransform.sign", "name": "sign", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "sign", "type": "torch.distributions.utils.lazy_property"}}}, "with_cache": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "cache_size"], "flags": [], "fullname": "torch.distributions.transforms.ComposeTransform.with_cache", "name": "with_cache", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CorrCholeskyTransform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transforms.Transform"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.transforms.CorrCholeskyTransform", "name": "CorrCholeskyTransform", "type_vars": []}, "flags": [], "fullname": "torch.distributions.transforms.CorrCholeskyTransform", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.transforms", "mro": ["torch.distributions.transforms.CorrCholeskyTransform", "torch.distributions.transforms.Transform", "builtins.object"], "names": {".class": "SymbolTable", "_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.transforms.CorrCholeskyTransform._call", "name": "_call", "type": null}}, "_inverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "y"], "flags": [], "fullname": "torch.distributions.transforms.CorrCholeskyTransform._inverse", "name": "_inverse", "type": null}}, "bijective": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.CorrCholeskyTransform.bijective", "name": "bijective", "type": "builtins.bool"}}, "codomain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.CorrCholeskyTransform.codomain", "name": "codomain", "type": "torch.distributions.constraints._CorrCholesky"}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.CorrCholeskyTransform.domain", "name": "domain", "type": "torch.distributions.constraints._IndependentConstraint"}}, "forward_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": [], "fullname": "torch.distributions.transforms.CorrCholeskyTransform.forward_shape", "name": "forward_shape", "type": null}}, "inverse_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": [], "fullname": "torch.distributions.transforms.CorrCholeskyTransform.inverse_shape", "name": "inverse_shape", "type": null}}, "log_abs_det_jacobian": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "x", "y", "intermediates"], "flags": [], "fullname": "torch.distributions.transforms.CorrCholeskyTransform.log_abs_det_jacobian", "name": "log_abs_det_jacobian", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ExpTransform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transforms.Transform"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.transforms.ExpTransform", "name": "ExpTransform", "type_vars": []}, "flags": [], "fullname": "torch.distributions.transforms.ExpTransform", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.transforms", "mro": ["torch.distributions.transforms.ExpTransform", "torch.distributions.transforms.Transform", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.distributions.transforms.ExpTransform.__eq__", "name": "__eq__", "type": null}}, "_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.transforms.ExpTransform._call", "name": "_call", "type": null}}, "_inverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "y"], "flags": [], "fullname": "torch.distributions.transforms.ExpTransform._inverse", "name": "_inverse", "type": null}}, "bijective": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.ExpTransform.bijective", "name": "bijective", "type": "builtins.bool"}}, "codomain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.ExpTransform.codomain", "name": "codomain", "type": "torch.distributions.constraints._GreaterThan"}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.ExpTransform.domain", "name": "domain", "type": "torch.distributions.constraints._Real"}}, "log_abs_det_jacobian": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.distributions.transforms.ExpTransform.log_abs_det_jacobian", "name": "log_abs_det_jacobian", "type": null}}, "sign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.ExpTransform.sign", "name": "sign", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef", "module_public": false}, "IndependentTransform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transforms.Transform"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.transforms.IndependentTransform", "name": "IndependentTransform", "type_vars": []}, "flags": [], "fullname": "torch.distributions.transforms.IndependentTransform", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.transforms", "mro": ["torch.distributions.transforms.IndependentTransform", "torch.distributions.transforms.Transform", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "base_transform", "reinterpreted_batch_ndims", "cache_size"], "flags": [], "fullname": "torch.distributions.transforms.IndependentTransform.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.transforms.IndependentTransform.__repr__", "name": "__repr__", "type": null}}, "_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.transforms.IndependentTransform._call", "name": "_call", "type": null}}, "_inverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "y"], "flags": [], "fullname": "torch.distributions.transforms.IndependentTransform._inverse", "name": "_inverse", "type": null}}, "base_transform": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.transforms.IndependentTransform.base_transform", "name": "base_transform", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "bijective": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.transforms.IndependentTransform.bijective", "name": "bijective", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "bijective", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.transforms.IndependentTransform"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "bijective of IndependentTransform", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "codomain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.transforms.IndependentTransform.codomain", "name": "codomain", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "codomain", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.transforms.IndependentTransform.domain", "name": "domain", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "domain", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "forward_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": [], "fullname": "torch.distributions.transforms.IndependentTransform.forward_shape", "name": "forward_shape", "type": null}}, "inverse_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": [], "fullname": "torch.distributions.transforms.IndependentTransform.inverse_shape", "name": "inverse_shape", "type": null}}, "log_abs_det_jacobian": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.distributions.transforms.IndependentTransform.log_abs_det_jacobian", "name": "log_abs_det_jacobian", "type": null}}, "reinterpreted_batch_ndims": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.transforms.IndependentTransform.reinterpreted_batch_ndims", "name": "reinterpreted_batch_ndims", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "sign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.transforms.IndependentTransform.sign", "name": "sign", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "sign", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.transforms.IndependentTransform"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "sign of IndependentTransform", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "with_cache": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "cache_size"], "flags": [], "fullname": "torch.distributions.transforms.IndependentTransform.with_cache", "name": "with_cache", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_public": false}, "LowerCholeskyTransform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transforms.Transform"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.transforms.LowerCholeskyTransform", "name": "LowerCholeskyTransform", "type_vars": []}, "flags": [], "fullname": "torch.distributions.transforms.LowerCholeskyTransform", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.transforms", "mro": ["torch.distributions.transforms.LowerCholeskyTransform", "torch.distributions.transforms.Transform", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.distributions.transforms.LowerCholeskyTransform.__eq__", "name": "__eq__", "type": null}}, "_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.transforms.LowerCholeskyTransform._call", "name": "_call", "type": null}}, "_inverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "y"], "flags": [], "fullname": "torch.distributions.transforms.LowerCholeskyTransform._inverse", "name": "_inverse", "type": null}}, "codomain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.LowerCholeskyTransform.codomain", "name": "codomain", "type": "torch.distributions.constraints._LowerCholesky"}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.LowerCholeskyTransform.domain", "name": "domain", "type": "torch.distributions.constraints._IndependentConstraint"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PowerTransform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transforms.Transform"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.transforms.PowerTransform", "name": "PowerTransform", "type_vars": []}, "flags": [], "fullname": "torch.distributions.transforms.PowerTransform", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.transforms", "mro": ["torch.distributions.transforms.PowerTransform", "torch.distributions.transforms.Transform", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.distributions.transforms.PowerTransform.__eq__", "name": "__eq__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "exponent", "cache_size"], "flags": [], "fullname": "torch.distributions.transforms.PowerTransform.__init__", "name": "__init__", "type": null}}, "_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.transforms.PowerTransform._call", "name": "_call", "type": null}}, "_inverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "y"], "flags": [], "fullname": "torch.distributions.transforms.PowerTransform._inverse", "name": "_inverse", "type": null}}, "bijective": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.PowerTransform.bijective", "name": "bijective", "type": "builtins.bool"}}, "codomain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.PowerTransform.codomain", "name": "codomain", "type": "torch.distributions.constraints._GreaterThan"}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.PowerTransform.domain", "name": "domain", "type": "torch.distributions.constraints._GreaterThan"}}, "exponent": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.transforms.PowerTransform.exponent", "name": "exponent", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "forward_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": [], "fullname": "torch.distributions.transforms.PowerTransform.forward_shape", "name": "forward_shape", "type": null}}, "inverse_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": [], "fullname": "torch.distributions.transforms.PowerTransform.inverse_shape", "name": "inverse_shape", "type": null}}, "log_abs_det_jacobian": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.distributions.transforms.PowerTransform.log_abs_det_jacobian", "name": "log_abs_det_jacobian", "type": null}}, "sign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.PowerTransform.sign", "name": "sign", "type": "builtins.int"}}, "with_cache": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "cache_size"], "flags": [], "fullname": "torch.distributions.transforms.PowerTransform.with_cache", "name": "with_cache", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReshapeTransform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transforms.Transform"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.transforms.ReshapeTransform", "name": "ReshapeTransform", "type_vars": []}, "flags": [], "fullname": "torch.distributions.transforms.ReshapeTransform", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.transforms", "mro": ["torch.distributions.transforms.ReshapeTransform", "torch.distributions.transforms.Transform", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "in_shape", "out_shape", "cache_size"], "flags": [], "fullname": "torch.distributions.transforms.ReshapeTransform.__init__", "name": "__init__", "type": null}}, "_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.transforms.ReshapeTransform._call", "name": "_call", "type": null}}, "_inverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "y"], "flags": [], "fullname": "torch.distributions.transforms.ReshapeTransform._inverse", "name": "_inverse", "type": null}}, "bijective": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.ReshapeTransform.bijective", "name": "bijective", "type": "builtins.bool"}}, "codomain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.transforms.ReshapeTransform.codomain", "name": "codomain", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "codomain", "type": "torch.distributions.constraints._DependentProperty"}}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.transforms.ReshapeTransform.domain", "name": "domain", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "domain", "type": "torch.distributions.constraints._DependentProperty"}}}, "forward_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": [], "fullname": "torch.distributions.transforms.ReshapeTransform.forward_shape", "name": "forward_shape", "type": null}}, "in_shape": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.transforms.ReshapeTransform.in_shape", "name": "in_shape", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "inverse_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": [], "fullname": "torch.distributions.transforms.ReshapeTransform.inverse_shape", "name": "inverse_shape", "type": null}}, "log_abs_det_jacobian": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.distributions.transforms.ReshapeTransform.log_abs_det_jacobian", "name": "log_abs_det_jacobian", "type": null}}, "out_shape": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.transforms.ReshapeTransform.out_shape", "name": "out_shape", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "with_cache": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "cache_size"], "flags": [], "fullname": "torch.distributions.transforms.ReshapeTransform.with_cache", "name": "with_cache", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SigmoidTransform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transforms.Transform"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.transforms.SigmoidTransform", "name": "SigmoidTransform", "type_vars": []}, "flags": [], "fullname": "torch.distributions.transforms.SigmoidTransform", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.transforms", "mro": ["torch.distributions.transforms.SigmoidTransform", "torch.distributions.transforms.Transform", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.distributions.transforms.SigmoidTransform.__eq__", "name": "__eq__", "type": null}}, "_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.transforms.SigmoidTransform._call", "name": "_call", "type": null}}, "_inverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "y"], "flags": [], "fullname": "torch.distributions.transforms.SigmoidTransform._inverse", "name": "_inverse", "type": null}}, "bijective": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.SigmoidTransform.bijective", "name": "bijective", "type": "builtins.bool"}}, "codomain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.SigmoidTransform.codomain", "name": "codomain", "type": "torch.distributions.constraints._Interval"}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.SigmoidTransform.domain", "name": "domain", "type": "torch.distributions.constraints._Real"}}, "log_abs_det_jacobian": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.distributions.transforms.SigmoidTransform.log_abs_det_jacobian", "name": "log_abs_det_jacobian", "type": null}}, "sign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.SigmoidTransform.sign", "name": "sign", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SoftmaxTransform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transforms.Transform"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.transforms.SoftmaxTransform", "name": "SoftmaxTransform", "type_vars": []}, "flags": [], "fullname": "torch.distributions.transforms.SoftmaxTransform", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.transforms", "mro": ["torch.distributions.transforms.SoftmaxTransform", "torch.distributions.transforms.Transform", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.distributions.transforms.SoftmaxTransform.__eq__", "name": "__eq__", "type": null}}, "_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.transforms.SoftmaxTransform._call", "name": "_call", "type": null}}, "_inverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "y"], "flags": [], "fullname": "torch.distributions.transforms.SoftmaxTransform._inverse", "name": "_inverse", "type": null}}, "codomain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.SoftmaxTransform.codomain", "name": "codomain", "type": "torch.distributions.constraints._Simplex"}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.SoftmaxTransform.domain", "name": "domain", "type": "torch.distributions.constraints._IndependentConstraint"}}, "forward_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": [], "fullname": "torch.distributions.transforms.SoftmaxTransform.forward_shape", "name": "forward_shape", "type": null}}, "inverse_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": [], "fullname": "torch.distributions.transforms.SoftmaxTransform.inverse_shape", "name": "inverse_shape", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "StackTransform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transforms.Transform"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.transforms.StackTransform", "name": "StackTransform", "type_vars": []}, "flags": [], "fullname": "torch.distributions.transforms.StackTransform", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.transforms", "mro": ["torch.distributions.transforms.StackTransform", "torch.distributions.transforms.Transform", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "tseq", "dim", "cache_size"], "flags": [], "fullname": "torch.distributions.transforms.StackTransform.__init__", "name": "__init__", "type": null}}, "_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.transforms.StackTransform._call", "name": "_call", "type": null}}, "_inverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "y"], "flags": [], "fullname": "torch.distributions.transforms.StackTransform._inverse", "name": "_inverse", "type": null}}, "_slice": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "z"], "flags": [], "fullname": "torch.distributions.transforms.StackTransform._slice", "name": "_slice", "type": null}}, "bijective": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.transforms.StackTransform.bijective", "name": "bijective", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "bijective", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.transforms.StackTransform"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "bijective of StackTransform", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "codomain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.transforms.StackTransform.codomain", "name": "codomain", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "codomain", "type": "torch.distributions.constraints._DependentProperty"}}}, "dim": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.transforms.StackTransform.dim", "name": "dim", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.transforms.StackTransform.domain", "name": "domain", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "domain", "type": "torch.distributions.constraints._DependentProperty"}}}, "log_abs_det_jacobian": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.distributions.transforms.StackTransform.log_abs_det_jacobian", "name": "log_abs_det_jacobian", "type": null}}, "transforms": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.transforms.StackTransform.transforms", "name": "transforms", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "with_cache": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "cache_size"], "flags": [], "fullname": "torch.distributions.transforms.StackTransform.with_cache", "name": "with_cache", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "StickBreakingTransform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transforms.Transform"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.transforms.StickBreakingTransform", "name": "StickBreakingTransform", "type_vars": []}, "flags": [], "fullname": "torch.distributions.transforms.StickBreakingTransform", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.transforms", "mro": ["torch.distributions.transforms.StickBreakingTransform", "torch.distributions.transforms.Transform", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.distributions.transforms.StickBreakingTransform.__eq__", "name": "__eq__", "type": null}}, "_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.transforms.StickBreakingTransform._call", "name": "_call", "type": null}}, "_inverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "y"], "flags": [], "fullname": "torch.distributions.transforms.StickBreakingTransform._inverse", "name": "_inverse", "type": null}}, "bijective": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.StickBreakingTransform.bijective", "name": "bijective", "type": "builtins.bool"}}, "codomain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.StickBreakingTransform.codomain", "name": "codomain", "type": "torch.distributions.constraints._Simplex"}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.StickBreakingTransform.domain", "name": "domain", "type": "torch.distributions.constraints._IndependentConstraint"}}, "forward_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": [], "fullname": "torch.distributions.transforms.StickBreakingTransform.forward_shape", "name": "forward_shape", "type": null}}, "inverse_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": [], "fullname": "torch.distributions.transforms.StickBreakingTransform.inverse_shape", "name": "inverse_shape", "type": null}}, "log_abs_det_jacobian": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.distributions.transforms.StickBreakingTransform.log_abs_det_jacobian", "name": "log_abs_det_jacobian", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TanhTransform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transforms.Transform"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.transforms.TanhTransform", "name": "TanhTransform", "type_vars": []}, "flags": [], "fullname": "torch.distributions.transforms.TanhTransform", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.transforms", "mro": ["torch.distributions.transforms.TanhTransform", "torch.distributions.transforms.Transform", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.distributions.transforms.TanhTransform.__eq__", "name": "__eq__", "type": null}}, "_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.transforms.TanhTransform._call", "name": "_call", "type": null}}, "_inverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "y"], "flags": [], "fullname": "torch.distributions.transforms.TanhTransform._inverse", "name": "_inverse", "type": null}}, "bijective": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.TanhTransform.bijective", "name": "bijective", "type": "builtins.bool"}}, "codomain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.TanhTransform.codomain", "name": "codomain", "type": "torch.distributions.constraints._Interval"}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.TanhTransform.domain", "name": "domain", "type": "torch.distributions.constraints._Real"}}, "log_abs_det_jacobian": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.distributions.transforms.TanhTransform.log_abs_det_jacobian", "name": "log_abs_det_jacobian", "type": null}}, "sign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.TanhTransform.sign", "name": "sign", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Transform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.transforms.Transform", "name": "Transform", "type_vars": []}, "flags": [], "fullname": "torch.distributions.transforms.Transform", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.transforms", "mro": ["torch.distributions.transforms.Transform", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.transforms.Transform.__call__", "name": "__call__", "type": null}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.distributions.transforms.Transform.__eq__", "name": "__eq__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "cache_size"], "flags": [], "fullname": "torch.distributions.transforms.Transform.__init__", "name": "__init__", "type": null}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.distributions.transforms.Transform.__ne__", "name": "__ne__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.transforms.Transform.__repr__", "name": "__repr__", "type": null}}, "_cache_size": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.transforms.Transform._cache_size", "name": "_cache_size", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_cached_x_y": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.transforms.Transform._cached_x_y", "name": "_cached_x_y", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.transforms.Transform._call", "name": "_call", "type": null}}, "_inv": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.transforms.Transform._inv", "name": "_inv", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_inv_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "y"], "flags": [], "fullname": "torch.distributions.transforms.Transform._inv_call", "name": "_inv_call", "type": null}}, "_inverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "y"], "flags": [], "fullname": "torch.distributions.transforms.Transform._inverse", "name": "_inverse", "type": null}}, "bijective": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.transforms.Transform.bijective", "name": "bijective", "type": "builtins.bool"}}, "codomain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributions.transforms.Transform.codomain", "name": "codomain", "type": "torch.distributions.constraints.Constraint"}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.distributions.transforms.Transform.domain", "name": "domain", "type": "torch.distributions.constraints.Constraint"}}, "event_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.transforms.Transform.event_dim", "name": "event_dim", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "event_dim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.transforms.Transform"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "event_dim of Transform", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "forward_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": [], "fullname": "torch.distributions.transforms.Transform.forward_shape", "name": "forward_shape", "type": null}}, "inv": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.transforms.Transform.inv", "name": "inv", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "inv", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.transforms.Transform"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "inv of Transform", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "inverse_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": [], "fullname": "torch.distributions.transforms.Transform.inverse_shape", "name": "inverse_shape", "type": null}}, "log_abs_det_jacobian": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.distributions.transforms.Transform.log_abs_det_jacobian", "name": "log_abs_det_jacobian", "type": null}}, "sign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.transforms.Transform.sign", "name": "sign", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "sign", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.transforms.Transform"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "sign of Transform", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "with_cache": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "cache_size"], "flags": [], "fullname": "torch.distributions.transforms.Transform.with_cache", "name": "with_cache", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_InverseTransform": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transforms.Transform"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.transforms._InverseTransform", "name": "_InverseTransform", "type_vars": []}, "flags": [], "fullname": "torch.distributions.transforms._InverseTransform", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.transforms", "mro": ["torch.distributions.transforms._InverseTransform", "torch.distributions.transforms.Transform", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.distributions.transforms._InverseTransform.__call__", "name": "__call__", "type": null}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.distributions.transforms._InverseTransform.__eq__", "name": "__eq__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "transform"], "flags": [], "fullname": "torch.distributions.transforms._InverseTransform.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "transform"], "arg_types": ["torch.distributions.transforms._InverseTransform", "torch.distributions.transforms.Transform"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _InverseTransform", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.transforms._InverseTransform.__repr__", "name": "__repr__", "type": null}}, "_inv": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.distributions.transforms._InverseTransform._inv", "name": "_inv", "type": "torch.distributions.transforms.Transform"}}, "bijective": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.transforms._InverseTransform.bijective", "name": "bijective", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "bijective", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.transforms._InverseTransform"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "bijective of _InverseTransform", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "codomain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.transforms._InverseTransform.codomain", "name": "codomain", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "codomain", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.transforms._InverseTransform.domain", "name": "domain", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "domain", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "forward_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": [], "fullname": "torch.distributions.transforms._InverseTransform.forward_shape", "name": "forward_shape", "type": null}}, "inv": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.transforms._InverseTransform.inv", "name": "inv", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "inv", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.transforms._InverseTransform"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "inv of _InverseTransform", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "inverse_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": [], "fullname": "torch.distributions.transforms._InverseTransform.inverse_shape", "name": "inverse_shape", "type": null}}, "log_abs_det_jacobian": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.distributions.transforms._InverseTransform.log_abs_det_jacobian", "name": "log_abs_det_jacobian", "type": null}}, "sign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.transforms._InverseTransform.sign", "name": "sign", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "sign", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.transforms._InverseTransform"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "sign of _InverseTransform", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "with_cache": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "cache_size"], "flags": [], "fullname": "torch.distributions.transforms._InverseTransform.with_cache", "name": "with_cache", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.transforms.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.transforms.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.transforms.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.transforms.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.transforms.__package__", "name": "__package__", "type": "builtins.str"}}, "_clipped_sigmoid": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "torch.distributions.transforms._clipped_sigmoid", "name": "_clipped_sigmoid", "type": null}}, "_sum_rightmost": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils._sum_rightmost", "kind": "Gdef", "module_public": false}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef", "module_public": false}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef", "module_public": false}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef", "module_public": false}, "identity_transform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.transforms.identity_transform", "name": "identity_transform", "type": "torch.distributions.transforms.ComposeTransform"}}, "lazy_property": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.lazy_property", "kind": "Gdef", "module_public": false}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef", "module_public": false}, "numbers": {".class": "SymbolTableNode", "cross_ref": "numbers", "kind": "Gdef", "module_public": false}, "operator": {".class": "SymbolTableNode", "cross_ref": "operator", "kind": "Gdef", "module_public": false}, "pad": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional.pad", "kind": "Gdef", "module_public": false}, "softplus": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional.softplus", "kind": "Gdef", "module_public": false}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}, "tril_matrix_to_vec": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.tril_matrix_to_vec", "kind": "Gdef", "module_public": false}, "vec_to_tril_matrix": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.vec_to_tril_matrix", "kind": "Gdef", "module_public": false}, "weakref": {".class": "SymbolTableNode", "cross_ref": "weakref", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/transforms.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/transforms.meta.json b/.mypy_cache/3.9/torch/distributions/transforms.meta.json deleted file mode 100644 index b7aa2a571..000000000 --- a/.mypy_cache/3.9/torch/distributions/transforms.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 8, 9, 9, 10, 10, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 5, 10, 5, 20, 20, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["functools", "math", "numbers", "operator", "weakref", "typing", "torch", "torch.nn.functional", "torch.nn", "torch.distributions", "torch.distributions.constraints", "torch.distributions.utils", "builtins", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "_typeshed", "_weakref", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "typing_extensions"], "hash": "83e6a2e1a41abfcc24adb0bd8401b134f07468c63abd3ac092fc3bda155bb585", "id": "torch.distributions.transforms", "ignore_all": true, "interface_hash": "a1ae647efc6c995d6693f6a162e3d9f0f732fa9d41b40a98b93a155b485096e4", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/transforms.py", "plugin_data": null, "size": 38408, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/uniform.data.json b/.mypy_cache/3.9/torch/distributions/uniform.data.json deleted file mode 100644 index 9344cab4c..000000000 --- a/.mypy_cache/3.9/torch/distributions/uniform.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.uniform", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "Number": {".class": "SymbolTableNode", "cross_ref": "numbers.Number", "kind": "Gdef"}, "Uniform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.distribution.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.uniform.Uniform", "name": "Uniform", "type_vars": []}, "flags": [], "fullname": "torch.distributions.uniform.Uniform", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.uniform", "mro": ["torch.distributions.uniform.Uniform", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "low", "high", "validate_args"], "flags": [], "fullname": "torch.distributions.uniform.Uniform.__init__", "name": "__init__", "type": null}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.uniform.Uniform.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "builtins.dict"}}}, "cdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.uniform.Uniform.cdf", "name": "cdf", "type": null}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.uniform.Uniform.entropy", "name": "entropy", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.uniform.Uniform.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.uniform.Uniform.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "high": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.uniform.Uniform.high", "name": "high", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "icdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.uniform.Uniform.icdf", "name": "icdf", "type": null}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.uniform.Uniform.log_prob", "name": "log_prob", "type": null}}, "low": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.uniform.Uniform.low", "name": "low", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.uniform.Uniform.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.uniform.Uniform"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of Uniform", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": [], "fullname": "torch.distributions.uniform.Uniform.rsample", "name": "rsample", "type": null}}, "stddev": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.uniform.Uniform.stddev", "name": "stddev", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "stddev", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.uniform.Uniform"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "stddev of Uniform", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.uniform.Uniform.support", "name": "support", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "support", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.uniform.Uniform.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.uniform.Uniform"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of Uniform", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.uniform.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.uniform.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.uniform.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.uniform.__package__", "name": "__package__", "type": "builtins.str"}}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/uniform.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/uniform.meta.json b/.mypy_cache/3.9/torch/distributions/uniform.meta.json deleted file mode 100644 index f8eb073ed..000000000 --- a/.mypy_cache/3.9/torch/distributions/uniform.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 4, 5, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30], "dependencies": ["numbers", "torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.distribution", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "typing"], "hash": "42edfc82193eb27c43da4e8ba4c115ea5953b372661dcc3202993455878bc90a", "id": "torch.distributions.uniform", "ignore_all": true, "interface_hash": "d0fb9c583111f46b12e2e945cde5d0ca453f319a35f16560557358237f49a385", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/uniform.py", "plugin_data": null, "size": 3112, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/utils.data.json b/.mypy_cache/3.9/torch/distributions/utils.data.json deleted file mode 100644 index aff0de847..000000000 --- a/.mypy_cache/3.9/torch/distributions/utils.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.utils", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "Number": {".class": "SymbolTableNode", "cross_ref": "numbers.Number", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.utils.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.utils.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.utils.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.utils.__package__", "name": "__package__", "type": "builtins.str"}}, "_lazy_property_and_property": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.utils.lazy_property", "builtins.property"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.utils._lazy_property_and_property", "name": "_lazy_property_and_property", "type_vars": []}, "flags": [], "fullname": "torch.distributions.utils._lazy_property_and_property", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.utils", "mro": ["torch.distributions.utils._lazy_property_and_property", "torch.distributions.utils.lazy_property", "builtins.property", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "wrapped"], "flags": [], "fullname": "torch.distributions.utils._lazy_property_and_property.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_standard_normal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["shape", "dtype", "device"], "flags": [], "fullname": "torch.distributions.utils._standard_normal", "name": "_standard_normal", "type": null}}, "_sum_rightmost": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["value", "dim"], "flags": [], "fullname": "torch.distributions.utils._sum_rightmost", "name": "_sum_rightmost", "type": null}}, "broadcast_all": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["values"], "flags": [], "fullname": "torch.distributions.utils.broadcast_all", "name": "broadcast_all", "type": null}}, "clamp_probs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["probs"], "flags": [], "fullname": "torch.distributions.utils.clamp_probs", "name": "clamp_probs", "type": null}}, "euler_constant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.utils.euler_constant", "name": "euler_constant", "type": "builtins.float"}}, "has_torch_function": {".class": "SymbolTableNode", "cross_ref": "torch.overrides.has_torch_function", "kind": "Gdef"}, "lazy_property": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.utils.lazy_property", "name": "lazy_property", "type_vars": []}, "flags": [], "fullname": "torch.distributions.utils.lazy_property", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.utils", "mro": ["torch.distributions.utils.lazy_property", "builtins.object"], "names": {".class": "SymbolTable", "__get__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "instance", "obj_type"], "flags": [], "fullname": "torch.distributions.utils.lazy_property.__get__", "name": "__get__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "wrapped"], "flags": [], "fullname": "torch.distributions.utils.lazy_property.__init__", "name": "__init__", "type": null}}, "wrapped": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.utils.lazy_property.wrapped", "name": "wrapped", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "logits_to_probs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["logits", "is_binary"], "flags": [], "fullname": "torch.distributions.utils.logits_to_probs", "name": "logits_to_probs", "type": null}}, "probs_to_logits": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["probs", "is_binary"], "flags": [], "fullname": "torch.distributions.utils.probs_to_logits", "name": "probs_to_logits", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "tril_matrix_to_vec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["mat", "diag"], "flags": [], "fullname": "torch.distributions.utils.tril_matrix_to_vec", "name": "tril_matrix_to_vec", "type": null}}, "update_wrapper": {".class": "SymbolTableNode", "cross_ref": "functools.update_wrapper", "kind": "Gdef"}, "vec_to_tril_matrix": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["vec", "diag"], "flags": [], "fullname": "torch.distributions.utils.vec_to_tril_matrix", "name": "vec_to_tril_matrix", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/utils.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/utils.meta.json b/.mypy_cache/3.9/torch/distributions/utils.meta.json deleted file mode 100644 index 324290721..000000000 --- a/.mypy_cache/3.9/torch/distributions/utils.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 4, 5, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 10, 10, 20, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["functools", "numbers", "torch", "torch.nn.functional", "torch.nn", "typing", "torch.overrides", "builtins", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "torch.types"], "hash": "25767447149c3d5725d44b326661f7e85f554b3dd29b40f4b9b770025cee9007", "id": "torch.distributions.utils", "ignore_all": true, "interface_hash": "3b6ab230dd1b4b3d23e6a793ffa53bb747b75e9b6e1312c88f2a6b58a704e67c", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/utils.py", "plugin_data": null, "size": 6196, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/von_mises.data.json b/.mypy_cache/3.9/torch/distributions/von_mises.data.json deleted file mode 100644 index 0ae968ca3..000000000 --- a/.mypy_cache/3.9/torch/distributions/von_mises.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.von_mises", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Distribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.distribution.Distribution", "kind": "Gdef"}, "VonMises": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.distribution.Distribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.von_mises.VonMises", "name": "VonMises", "type_vars": []}, "flags": [], "fullname": "torch.distributions.von_mises.VonMises", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.von_mises", "mro": ["torch.distributions.von_mises.VonMises", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "loc", "concentration", "validate_args"], "flags": [], "fullname": "torch.distributions.von_mises.VonMises.__init__", "name": "__init__", "type": null}}, "_proposal_r": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.von_mises.VonMises._proposal_r", "name": "_proposal_r", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.von_mises.VonMises.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints.Constraint"], "type_ref": "builtins.dict"}}}, "concentration": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.von_mises.VonMises.concentration", "name": "concentration", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "batch_shape"], "flags": [], "fullname": "torch.distributions.von_mises.VonMises.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.von_mises.VonMises.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "loc": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.von_mises.VonMises.loc", "name": "loc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.von_mises.VonMises.log_prob", "name": "log_prob", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.von_mises.VonMises.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.von_mises.VonMises"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of VonMises", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "sample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "flags": ["is_decorated"], "fullname": "torch.distributions.von_mises.VonMises.sample", "name": "sample", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "sample", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "sample_shape"], "arg_types": ["torch.distributions.von_mises.VonMises", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "sample of VonMises", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.von_mises.VonMises.support", "name": "support", "type": "torch.distributions.constraints._Real"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.distributions.von_mises.VonMises.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "variance", "type": "torch.distributions.utils.lazy_property"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_COEF_LARGE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.von_mises._COEF_LARGE", "name": "_COEF_LARGE", "type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}}}, "_COEF_SMALL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.von_mises._COEF_SMALL", "name": "_COEF_SMALL", "type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}}}, "_I0_COEF_LARGE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.von_mises._I0_COEF_LARGE", "name": "_I0_COEF_LARGE", "type": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.list"}}}, "_I0_COEF_SMALL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.von_mises._I0_COEF_SMALL", "name": "_I0_COEF_SMALL", "type": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.list"}}}, "_I1_COEF_LARGE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.von_mises._I1_COEF_LARGE", "name": "_I1_COEF_LARGE", "type": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.list"}}}, "_I1_COEF_SMALL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.von_mises._I1_COEF_SMALL", "name": "_I1_COEF_SMALL", "type": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.von_mises.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.von_mises.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.von_mises.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.von_mises.__package__", "name": "__package__", "type": "builtins.str"}}, "_eval_poly": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["y", "coef"], "flags": [], "fullname": "torch.distributions.von_mises._eval_poly", "name": "_eval_poly", "type": null}}, "_log_modified_bessel_fn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["x", "order"], "flags": [], "fullname": "torch.distributions.von_mises._log_modified_bessel_fn", "name": "_log_modified_bessel_fn", "type": null}}, "_rejection_sample": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["loc", "concentration", "proposal_r", "x"], "flags": ["is_decorated"], "fullname": "torch.distributions.von_mises._rejection_sample", "name": "_rejection_sample", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_rejection_sample", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "lazy_property": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.lazy_property", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/von_mises.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/von_mises.meta.json b/.mypy_cache/3.9/torch/distributions/von_mises.meta.json deleted file mode 100644 index 7557bd4e7..000000000 --- a/.mypy_cache/3.9/torch/distributions/von_mises.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 5, 5, 6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["math", "torch", "torch.jit", "torch.distributions", "torch.distributions.constraints", "torch.distributions.distribution", "torch.distributions.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "typing"], "hash": "999347305e14abd8a14f8c83e38e97d57232fbd82b255cb6259f60e50cea136c", "id": "torch.distributions.von_mises", "ignore_all": true, "interface_hash": "dccd85aa50214fc2f7f16c48af614109debf140b65f5e4b0c1496a87400581ec", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/von_mises.py", "plugin_data": null, "size": 5091, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/weibull.data.json b/.mypy_cache/3.9/torch/distributions/weibull.data.json deleted file mode 100644 index 96ba64180..000000000 --- a/.mypy_cache/3.9/torch/distributions/weibull.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.distributions.weibull", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AffineTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.AffineTransform", "kind": "Gdef"}, "Exponential": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.exponential.Exponential", "kind": "Gdef"}, "PowerTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.PowerTransform", "kind": "Gdef"}, "TransformedDistribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transformed_distribution.TransformedDistribution", "kind": "Gdef"}, "Weibull": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transformed_distribution.TransformedDistribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.weibull.Weibull", "name": "Weibull", "type_vars": []}, "flags": [], "fullname": "torch.distributions.weibull.Weibull", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.weibull", "mro": ["torch.distributions.weibull.Weibull", "torch.distributions.transformed_distribution.TransformedDistribution", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "scale", "concentration", "validate_args"], "flags": [], "fullname": "torch.distributions.weibull.Weibull.__init__", "name": "__init__", "type": null}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.weibull.Weibull.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints._GreaterThan"], "type_ref": "builtins.dict"}}}, "concentration": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.weibull.Weibull.concentration", "name": "concentration", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "concentration_reciprocal": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.weibull.Weibull.concentration_reciprocal", "name": "concentration_reciprocal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.weibull.Weibull.entropy", "name": "entropy", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.weibull.Weibull.expand", "name": "expand", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.weibull.Weibull.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.weibull.Weibull"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of Weibull", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "scale": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.weibull.Weibull.scale", "name": "scale", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.weibull.Weibull.support", "name": "support", "type": "torch.distributions.constraints._GreaterThan"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.weibull.Weibull.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.weibull.Weibull"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of Weibull", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.weibull.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.weibull.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.weibull.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.weibull.__package__", "name": "__package__", "type": "builtins.str"}}, "broadcast_all": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.broadcast_all", "kind": "Gdef"}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "euler_constant": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.utils.euler_constant", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/weibull.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/distributions/weibull.meta.json b/.mypy_cache/3.9/torch/distributions/weibull.meta.json deleted file mode 100644 index cba32310a..000000000 --- a/.mypy_cache/3.9/torch/distributions/weibull.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 4, 5, 6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 10, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.distributions", "torch.distributions.constraints", "torch.distributions.exponential", "torch.distributions.transformed_distribution", "torch.distributions.transforms", "torch.distributions.utils", "torch.distributions.gumbel", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.distributions.distribution", "torch.distributions.exp_family", "typing"], "hash": "f2e3406ebb8634a9b404c81888bdb0b2ac1cbcec22cbb972bda41b2cf91d7c19", "id": "torch.distributions.weibull", "ignore_all": true, "interface_hash": "fb7e30cce1d8e9d1a83bd6ccca2aab3b2fb98d5a447e367466c0363b755517af", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/distributions/weibull.py", "plugin_data": null, "size": 2854, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/fft/__init__.data.json b/.mypy_cache/3.9/torch/fft/__init__.data.json deleted file mode 100644 index 190947e35..000000000 --- a/.mypy_cache/3.9/torch/fft/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.fft", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.fft.Tensor", "line": 12, "no_args": true, "normalized": false, "target": "torch._tensor.Tensor"}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.fft.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.fft.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.fft.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.fft.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.fft.__package__", "name": "__package__", "type": "builtins.str"}}, "_add_docstr": {".class": "SymbolTableNode", "cross_ref": "torch._C._add_docstr", "kind": "Gdef", "module_public": false}, "_fft": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.fft._fft", "name": "_fft", "type": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": null, "type_of_any": 3}}}, "common_args": {".class": "SymbolTableNode", "cross_ref": "torch._torch_docs.common_args", "kind": "Gdef", "module_public": false}, "factory_common_args": {".class": "SymbolTableNode", "cross_ref": "torch._torch_docs.factory_common_args", "kind": "Gdef", "module_public": false}, "fft": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.fft.fft", "name": "fft", "type": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "fft2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.fft.fft2", "name": "fft2", "type": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "fftfreq": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.fft.fftfreq", "name": "fftfreq", "type": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "fftn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.fft.fftn", "name": "fftn", "type": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "fftshift": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.fft.fftshift", "name": "fftshift", "type": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "hfft": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.fft.hfft", "name": "hfft", "type": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "ifft": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.fft.ifft", "name": "ifft", "type": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "ifft2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.fft.ifft2", "name": "ifft2", "type": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "ifftn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.fft.ifftn", "name": "ifftn", "type": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "ifftshift": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.fft.ifftshift", "name": "ifftshift", "type": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "ihfft": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.fft.ihfft", "name": "ihfft", "type": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "irfft": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.fft.irfft", "name": "irfft", "type": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "irfft2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.fft.irfft2", "name": "irfft2", "type": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "irfftn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.fft.irfftn", "name": "irfftn", "type": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "rfft": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.fft.rfft", "name": "rfft", "type": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "rfft2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.fft.rfft2", "name": "rfft2", "type": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "rfftfreq": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.fft.rfftfreq", "name": "rfftfreq", "type": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "rfftn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.fft.rfftn", "name": "rfftn", "type": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": {".class": "AnyType", "missing_import_name": "torch.fft._fft", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_public": false}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/fft/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/fft/__init__.meta.json b/.mypy_cache/3.9/torch/fft/__init__.meta.json deleted file mode 100644 index 73606042e..000000000 --- a/.mypy_cache/3.9/torch/fft/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["sys", "torch", "torch._C", "torch._torch_docs", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._tensor", "torch.types", "typing"], "hash": "7dce7f88919ce72dd6c33abfc6d2a4565ff802aab9bb569cffd5fd54aad37109", "id": "torch.fft", "ignore_all": true, "interface_hash": "f8f208016f262fb010ec879ce062fdfeea713ef6b74500e785973d2eb682f03f", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/fft/__init__.py", "plugin_data": null, "size": 40160, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/functional.data.json b/.mypy_cache/3.9/torch/functional.data.json deleted file mode 100644 index 6f5628177..000000000 --- a/.mypy_cache/3.9/torch/functional.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.functional", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_public": false}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef", "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_public": false}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef", "module_public": false}, "Tensor": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.functional.Tensor", "line": 14, "no_args": true, "normalized": false, "target": "torch._tensor.Tensor"}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_public": false}, "_ListOrSeq": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "torch.functional._ListOrSeq", "line": 1598, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Sequence"}}}, "_VF": {".class": "SymbolTableNode", "cross_ref": "torch._VF", "kind": "Gdef", "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.functional.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.functional.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.functional.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.functional.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.functional.__package__", "name": "__package__", "type": "builtins.str"}}, "_check_list_size": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["out_len", "get_infos", "out"], "flags": [], "fullname": "torch.functional._check_list_size", "name": "_check_list_size", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["out_len", "get_infos", "out"], "arg_types": ["builtins.int", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "torch.functional._ListOrSeq"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_list_size", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_consecutive_return_counts": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "return_inverse", "return_counts", "dim"], "flags": [], "fullname": "torch.functional._consecutive_return_counts", "name": "_consecutive_return_counts", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "return_inverse", "return_counts", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_consecutive_return_counts", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_consecutive_return_inverse": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "return_inverse", "return_counts", "dim"], "flags": [], "fullname": "torch.functional._consecutive_return_inverse", "name": "_consecutive_return_inverse", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "return_inverse", "return_counts", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_consecutive_return_inverse", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_consecutive_return_inverse_false": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.functional._consecutive_return_inverse_false", "name": "_consecutive_return_inverse_false", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_consecutive_return_inverse_true": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.functional._consecutive_return_inverse_true", "name": "_consecutive_return_inverse_true", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_consecutive_return_output": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "return_inverse", "return_counts", "dim"], "flags": [], "fullname": "torch.functional._consecutive_return_output", "name": "_consecutive_return_output", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "return_inverse", "return_counts", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_consecutive_return_output", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_lu_impl": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["A", "pivot", "get_infos", "out"], "flags": [], "fullname": "torch.functional._lu_impl", "name": "_lu_impl", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["A", "pivot", "get_infos", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", "builtins.bool", {".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", "implicit": false, "is_ellipsis_args": false, "name": "_lu_impl", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_lu_no_infos": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["A", "pivot", "get_infos", "out"], "flags": [], "fullname": "torch.functional._lu_no_infos", "name": "_lu_no_infos", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["A", "pivot", "get_infos", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_lu_no_infos", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_lu_with_infos": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["A", "pivot", "get_infos", "out"], "flags": [], "fullname": "torch.functional._lu_with_infos", "name": "_lu_with_infos", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["A", "pivot", "get_infos", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_lu_with_infos", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_meshgrid": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [2, 3], "arg_names": ["tensors", "indexing"], "flags": [], "fullname": "torch.functional._meshgrid", "name": "_meshgrid", "type": {".class": "CallableType", "arg_kinds": [2, 3], "arg_names": ["tensors", "indexing"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_meshgrid", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_return_counts": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "sorted", "return_inverse", "return_counts", "dim"], "flags": [], "fullname": "torch.functional._return_counts", "name": "_return_counts", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "sorted", "return_inverse", "return_counts", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_return_counts", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_return_inverse": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "sorted", "return_inverse", "return_counts", "dim"], "flags": [], "fullname": "torch.functional._return_inverse", "name": "_return_inverse", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "sorted", "return_inverse", "return_counts", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_return_inverse", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "_return_inverse_false": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.functional._return_inverse_false", "name": "_return_inverse_false", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_return_inverse_true": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.functional._return_inverse_true", "name": "_return_inverse_true", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_return_output": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "sorted", "return_inverse", "return_counts", "dim"], "flags": [], "fullname": "torch.functional._return_output", "name": "_return_output", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "sorted", "return_inverse", "return_counts", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_return_output", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_unique_consecutive_impl": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "return_inverse", "return_counts", "dim"], "flags": [], "fullname": "torch.functional._unique_consecutive_impl", "name": "_unique_consecutive_impl", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "return_inverse", "return_counts", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_unique_consecutive_impl", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.functional._unique_impl_out"}, "type_guard": null, "variables": []}}}, "_unique_impl": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "sorted", "return_inverse", "return_counts", "dim"], "flags": [], "fullname": "torch.functional._unique_impl", "name": "_unique_impl", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "sorted", "return_inverse", "return_counts", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_unique_impl", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.functional._unique_impl_out"}, "type_guard": null, "variables": []}}}, "_unique_impl_out": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "torch.functional._unique_impl_out", "line": 655, "no_args": false, "normalized": false, "target": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}}}, "align_tensors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["tensors"], "flags": [], "fullname": "torch.functional.align_tensors", "name": "align_tensors", "type": null}}, "atleast_1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["tensors"], "flags": [], "fullname": "torch.functional.atleast_1d", "name": "atleast_1d", "type": null}}, "atleast_2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["tensors"], "flags": [], "fullname": "torch.functional.atleast_2d", "name": "atleast_2d", "type": null}}, "atleast_3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["tensors"], "flags": [], "fullname": "torch.functional.atleast_3d", "name": "atleast_3d", "type": null}}, "block_diag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["tensors"], "flags": [], "fullname": "torch.functional.block_diag", "name": "block_diag", "type": null}}, "boolean_dispatch": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal.boolean_dispatch", "kind": "Gdef", "module_public": false}, "broadcast_shapes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["shapes"], "flags": [], "fullname": "torch.functional.broadcast_shapes", "name": "broadcast_shapes", "type": null}}, "broadcast_tensors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["tensors"], "flags": [], "fullname": "torch.functional.broadcast_tensors", "name": "broadcast_tensors", "type": null}}, "cartesian_prod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["tensors"], "flags": [], "fullname": "torch.functional.cartesian_prod", "name": "cartesian_prod", "type": null}}, "cdist": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["x1", "x2", "p", "compute_mode"], "flags": [], "fullname": "torch.functional.cdist", "name": "cdist", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["x1", "x2", "p", "compute_mode"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cdist", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "chain_matmul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2, 5], "arg_names": ["matrices", "out"], "flags": [], "fullname": "torch.functional.chain_matmul", "name": "chain_matmul", "type": null}}, "einsum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["args"], "flags": [], "fullname": "torch.functional.einsum", "name": "einsum", "type": null}}, "handle_torch_function": {".class": "SymbolTableNode", "cross_ref": "torch.overrides.handle_torch_function", "kind": "Gdef", "module_public": false}, "has_torch_function": {".class": "SymbolTableNode", "cross_ref": "torch.overrides.has_torch_function", "kind": "Gdef", "module_public": false}, "has_torch_function_unary": {".class": "SymbolTableNode", "cross_ref": "torch.overrides.has_torch_function_unary", "kind": "Gdef", "module_public": false}, "has_torch_function_variadic": {".class": "SymbolTableNode", "cross_ref": "torch.overrides.has_torch_function_variadic", "kind": "Gdef", "module_public": false}, "istft": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "n_fft", "hop_length", "win_length", "window", "center", "normalized", "onesided", "length", "return_complex"], "flags": [], "fullname": "torch.functional.istft", "name": "istft", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "n_fft", "hop_length", "win_length", "window", "center", "normalized", "onesided", "length", "return_complex"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "istft", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "lu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.functional.lu", "name": "lu", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "meshgrid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2, 5], "arg_names": ["tensors", "indexing"], "flags": [], "fullname": "torch.functional.meshgrid", "name": "meshgrid", "type": {".class": "CallableType", "arg_kinds": [2, 5], "arg_names": ["tensors", "indexing"], "arg_types": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "meshgrid", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["input", "p", "dim", "keepdim", "out", "dtype"], "flags": [], "fullname": "torch.functional.norm", "name": "norm", "type": null}}, "overload": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal._overload", "kind": "Gdef", "module_public": false}, "pca_lowrank": {".class": "SymbolTableNode", "cross_ref": "torch._lowrank.pca_lowrank", "kind": "Gdef"}, "split": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["tensor", "split_size_or_sections", "dim"], "flags": [], "fullname": "torch.functional.split", "name": "split", "type": null}}, "stft": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "n_fft", "hop_length", "win_length", "window", "center", "pad_mode", "normalized", "onesided", "return_complex"], "flags": [], "fullname": "torch.functional.stft", "name": "stft", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "n_fft", "hop_length", "win_length", "window", "center", "pad_mode", "normalized", "onesided", "return_complex"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", "builtins.str", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stft", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "svd_lowrank": {".class": "SymbolTableNode", "cross_ref": "torch._lowrank.svd_lowrank", "kind": "Gdef"}, "tensordot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "b", "dims", "out"], "flags": [], "fullname": "torch.functional.tensordot", "name": "tensordot", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "b", "dims", "out"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tensordot", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}, "unique": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.functional.unique", "name": "unique", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "unique_consecutive": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.functional.unique_consecutive", "name": "unique_consecutive", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/functional.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/functional.meta.json b/.mypy_cache/3.9/torch/functional.meta.json deleted file mode 100644 index 9b6dfc428..000000000 --- a/.mypy_cache/3.9/torch/functional.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 5, 6, 6, 7, 8, 11, 15, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 10, 20, 5, 5, 5, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["typing", "torch", "torch.nn.functional", "torch.nn", "torch._lowrank", "torch.overrides", "torch._jit_internal", "torch._VF", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "torch.jit", "torch.types", "types", "typing_extensions"], "hash": "a8db9e8ea1763bcc509538fc66d3bf2514645f0d070f249b502f3082ab7e40a0", "id": "torch.functional", "ignore_all": true, "interface_hash": "671ee029200401143bd6ad7664bd06fa0193507b3ba5ea9fd10f0dec2c2c2cee", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/functional.py", "plugin_data": null, "size": 71257, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/futures/__init__.data.json b/.mypy_cache/3.9/torch/futures/__init__.data.json deleted file mode 100644 index a230fa1c8..000000000 --- a/.mypy_cache/3.9/torch/futures/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.futures", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Future": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.Future"], "declared_metaclass": "torch.futures._PyFutureMeta", "defn": {".class": "ClassDef", "fullname": "torch.futures.Future", "name": "Future", "type_vars": [{".class": "TypeVarDef", "fullname": "torch.futures.T", "id": 1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "torch.futures.Future", "metaclass_type": "torch.futures._PyFutureMeta", "metadata": {}, "module_name": "torch.futures", "mro": ["torch.futures.Future", "torch._C.Future", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["self", "devices"], "flags": [], "fullname": "torch.futures.Future.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "devices"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "torch.futures.T", "id": 1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "torch.futures.Future"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.int", "builtins.str", "torch._C.device"]}], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Future", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_done_callback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "callback"], "flags": [], "fullname": "torch.futures.Future.add_done_callback", "name": "add_done_callback", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "callback"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "torch.futures.T", "id": 1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "torch.futures.Future"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "torch.futures.T", "id": 1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "torch.futures.Future"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_done_callback of Future", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "done": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.futures.Future.done", "name": "done", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "torch.futures.T", "id": 1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "torch.futures.Future"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "done of Future", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "set_exception": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "result"], "flags": [], "fullname": "torch.futures.Future.set_exception", "name": "set_exception", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "result"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "torch.futures.T", "id": 1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "torch.futures.Future"}, {".class": "TypeVarType", "fullname": "torch.futures.T", "id": 1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_exception of Future", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_result": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "result"], "flags": [], "fullname": "torch.futures.Future.set_result", "name": "set_result", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "result"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "torch.futures.T", "id": 1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "torch.futures.Future"}, {".class": "TypeVarType", "fullname": "torch.futures.T", "id": 1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_result of Future", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "then": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "callback"], "flags": [], "fullname": "torch.futures.Future.then", "name": "then", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "callback"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "torch.futures.T", "id": 1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "torch.futures.Future"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "torch.futures.T", "id": 1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "torch.futures.Future"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "torch.futures.S", "id": -1, "name": "S", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "then of Future", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "torch.futures.S", "id": -1, "name": "S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "torch.futures.Future"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.futures.S", "id": -1, "name": "S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.futures.Future.value", "name": "value", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "torch.futures.T", "id": 1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "torch.futures.Future"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "value of Future", "ret_type": {".class": "TypeVarType", "fullname": "torch.futures.T", "id": 1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "wait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.futures.Future.wait", "name": "wait", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "torch.futures.T", "id": 1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "torch.futures.Future"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait of Future", "ret_type": {".class": "TypeVarType", "fullname": "torch.futures.T", "id": 1, "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["T"], "typeddict_type": null}}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef"}, "GenericMeta": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.futures.GenericMeta", "name": "GenericMeta", "type": {".class": "AnyType", "missing_import_name": "torch.futures.GenericMeta", "source_any": null, "type_of_any": 3}}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "PY37": {".class": "SymbolTableNode", "cross_ref": "torch._six.PY37", "kind": "Gdef"}, "S": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "torch.futures.S", "name": "S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "torch.futures.T", "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_PyFutureMeta": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.futures._PyFutureMeta", "name": "_PyFutureMeta", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.futures._PyFutureMeta", "metaclass_type": null, "metadata": {}, "module_name": "torch.futures", "mro": ["torch.futures._PyFutureMeta", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.futures.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.futures.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.futures.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.futures.__package__", "name": "__package__", "type": "builtins.str"}}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef"}, "collect_all": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["futures"], "flags": [], "fullname": "torch.futures.collect_all", "name": "collect_all", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["futures"], "arg_types": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "torch.futures.Future"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "collect_all", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "torch.futures.Future"}], "type_ref": "builtins.list"}], "type_ref": "torch.futures.Future"}, "type_guard": null, "variables": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "wait_all": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["futures"], "flags": [], "fullname": "torch.futures.wait_all", "name": "wait_all", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["futures"], "arg_types": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "torch.futures.Future"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait_all", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/futures/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/futures/__init__.meta.json b/.mypy_cache/3.9/torch/futures/__init__.meta.json deleted file mode 100644 index bf94d1279..000000000 --- a/.mypy_cache/3.9/torch/futures/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["typing", "torch", "torch._six", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C"], "hash": "ac01e123fbd86d0bc95dce0db64b49c42ea7566428642c50a618bf9700a73df2", "id": "torch.futures", "ignore_all": true, "interface_hash": "20ad1af8aa256b9c963e4ac83fc590f76689dbf5e9190e505fb84a897e81905a", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/futures/__init__.py", "plugin_data": null, "size": 14426, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/hub.data.json b/.mypy_cache/3.9/torch/hub.data.json deleted file mode 100644 index bcc640140..000000000 --- a/.mypy_cache/3.9/torch/hub.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.hub", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "DEFAULT_CACHE_DIR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.hub.DEFAULT_CACHE_DIR", "name": "DEFAULT_CACHE_DIR", "type": "builtins.str"}}, "ENV_GITHUB_TOKEN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.hub.ENV_GITHUB_TOKEN", "name": "ENV_GITHUB_TOKEN", "type": "builtins.str"}}, "ENV_TORCH_HOME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.hub.ENV_TORCH_HOME", "name": "ENV_TORCH_HOME", "type": "builtins.str"}}, "ENV_XDG_CACHE_HOME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.hub.ENV_XDG_CACHE_HOME", "name": "ENV_XDG_CACHE_HOME", "type": "builtins.str"}}, "HASH_REGEX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.hub.HASH_REGEX", "name": "HASH_REGEX", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "HTTPError": {".class": "SymbolTableNode", "cross_ref": "urllib.error.HTTPError", "kind": "Gdef"}, "MODULE_HUBCONF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.hub.MODULE_HUBCONF", "name": "MODULE_HUBCONF", "type": "builtins.str"}}, "READ_DATA_CHUNK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.hub.READ_DATA_CHUNK", "name": "READ_DATA_CHUNK", "type": "builtins.int"}}, "Request": {".class": "SymbolTableNode", "cross_ref": "urllib.request.Request", "kind": "Gdef"}, "VAR_DEPENDENCY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.hub.VAR_DEPENDENCY", "name": "VAR_DEPENDENCY", "type": "builtins.str"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.hub.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.hub.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.hub.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.hub.__package__", "name": "__package__", "type": "builtins.str"}}, "_check_dependencies": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["m"], "flags": [], "fullname": "torch.hub._check_dependencies", "name": "_check_dependencies", "type": null}}, "_check_module_exists": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "torch.hub._check_module_exists", "name": "_check_module_exists", "type": null}}, "_download_url_to_file": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["url", "dst", "hash_prefix", "progress"], "flags": [], "fullname": "torch.hub._download_url_to_file", "name": "_download_url_to_file", "type": null}}, "_get_cache_or_reload": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["github", "force_reload", "verbose", "skip_validation"], "flags": [], "fullname": "torch.hub._get_cache_or_reload", "name": "_get_cache_or_reload", "type": null}}, "_get_torch_home": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.hub._get_torch_home", "name": "_get_torch_home", "type": null}}, "_git_archive_link": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["repo_owner", "repo_name", "branch"], "flags": [], "fullname": "torch.hub._git_archive_link", "name": "_git_archive_link", "type": null}}, "_hub_dir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.hub._hub_dir", "name": "_hub_dir", "type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "NoneType"}]}}}, "_is_legacy_zip_format": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["filename"], "flags": [], "fullname": "torch.hub._is_legacy_zip_format", "name": "_is_legacy_zip_format", "type": null}}, "_legacy_zip_load": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["filename", "model_dir", "map_location"], "flags": [], "fullname": "torch.hub._legacy_zip_load", "name": "_legacy_zip_load", "type": null}}, "_load_attr_from_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["module", "func_name"], "flags": [], "fullname": "torch.hub._load_attr_from_module", "name": "_load_attr_from_module", "type": null}}, "_load_entry_from_hubconf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["m", "model"], "flags": [], "fullname": "torch.hub._load_entry_from_hubconf", "name": "_load_entry_from_hubconf", "type": null}}, "_load_local": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["hubconf_dir", "model", "args", "kwargs"], "flags": [], "fullname": "torch.hub._load_local", "name": "_load_local", "type": null}}, "_parse_repo_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["github"], "flags": [], "fullname": "torch.hub._parse_repo_info", "name": "_parse_repo_info", "type": null}}, "_read_url": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["url"], "flags": [], "fullname": "torch.hub._read_url", "name": "_read_url", "type": null}}, "_remove_if_exists": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "torch.hub._remove_if_exists", "name": "_remove_if_exists", "type": null}}, "_validate_not_a_forked_repo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["repo_owner", "repo_name", "branch"], "flags": [], "fullname": "torch.hub._validate_not_a_forked_repo", "name": "_validate_not_a_forked_repo", "type": null}}, "download_url_to_file": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["url", "dst", "hash_prefix", "progress"], "flags": [], "fullname": "torch.hub.download_url_to_file", "name": "download_url_to_file", "type": null}}, "errno": {".class": "SymbolTableNode", "cross_ref": "errno", "kind": "Gdef"}, "get_dir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.hub.get_dir", "name": "get_dir", "type": null}}, "hashlib": {".class": "SymbolTableNode", "cross_ref": "hashlib", "kind": "Gdef"}, "help": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["github", "model", "force_reload", "skip_validation"], "flags": [], "fullname": "torch.hub.help", "name": "help", "type": null}}, "import_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["name", "path"], "flags": [], "fullname": "torch.hub.import_module", "name": "import_module", "type": null}}, "json": {".class": "SymbolTableNode", "cross_ref": "json", "kind": "Gdef"}, "list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["github", "force_reload", "skip_validation"], "flags": [], "fullname": "torch.hub.list", "name": "list", "type": null}}, "load": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5, 5, 5, 5, 4], "arg_names": ["repo_or_dir", "model", "args", "source", "force_reload", "verbose", "skip_validation", "kwargs"], "flags": [], "fullname": "torch.hub.load", "name": "load", "type": null}}, "load_state_dict_from_url": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["url", "model_dir", "map_location", "progress", "check_hash", "file_name"], "flags": [], "fullname": "torch.hub.load_state_dict_from_url", "name": "load_state_dict_from_url", "type": null}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "set_dir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["d"], "flags": [], "fullname": "torch.hub.set_dir", "name": "set_dir", "type": null}}, "shutil": {".class": "SymbolTableNode", "cross_ref": "shutil", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "tempfile": {".class": "SymbolTableNode", "cross_ref": "tempfile", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "tqdm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.hub.tqdm", "name": "tqdm", "type": {".class": "AnyType", "missing_import_name": "torch.hub.tqdm", "source_any": null, "type_of_any": 3}}}, "urlopen": {".class": "SymbolTableNode", "cross_ref": "urllib.request.urlopen", "kind": "Gdef"}, "urlparse": {".class": "SymbolTableNode", "cross_ref": "urllib.parse.urlparse", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}, "zipfile": {".class": "SymbolTableNode", "cross_ref": "zipfile", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/hub.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/hub.meta.json b/.mypy_cache/3.9/torch/hub.meta.json deleted file mode 100644 index 5ef6ef40f..000000000 --- a/.mypy_cache/3.9/torch/hub.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 71, 71, 72, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 21, 18], "dep_prios": [10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 5, 5, 5, 20, 20, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 5, 5], "dependencies": ["errno", "hashlib", "json", "os", "re", "shutil", "sys", "tempfile", "torch", "warnings", "zipfile", "urllib.error", "urllib.request", "urllib.parse", "importlib.util", "importlib", "importlib.abc", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "time", "abc", "array", "enum", "importlib.machinery", "json.decoder", "mmap", "ssl", "types", "typing", "typing_extensions", "urllib", "urllib.response"], "hash": "1ebe3084b28914e0c70ad36b710e12f94c3f57cdaadd4044de9ca6a3e4e23e76", "id": "torch.hub", "ignore_all": true, "interface_hash": "8988cd3b3772cf80aab68c768b26f14d77d6ce2dc3b1f077cc5a41c754803f4f", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/hub.py", "plugin_data": null, "size": 23371, "suppressed": ["tqdm", "tqdm.auto"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/__init__.data.json b/.mypy_cache/3.9/torch/jit/__init__.data.json deleted file mode 100644 index 850706c63..000000000 --- a/.mypy_cache/3.9/torch/jit/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.jit", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Attribute": {".class": "SymbolTableNode", "cross_ref": "torch.jit._script.Attribute", "kind": "Gdef"}, "CompilationUnit": {".class": "SymbolTableNode", "cross_ref": "torch.jit._script.CompilationUnit", "kind": "Gdef"}, "Error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.jit.Error", "line": 70, "no_args": true, "normalized": false, "target": "torch._C.JITException"}}, "Final": {".class": "SymbolTableNode", "cross_ref": "typing.Final", "kind": "Gdef"}, "Future": {".class": "SymbolTableNode", "cross_ref": "torch.futures.Future", "kind": "Gdef"}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef"}, "ONNXTracedModule": {".class": "SymbolTableNode", "cross_ref": "torch.jit._trace.ONNXTracedModule", "kind": "Gdef"}, "RecursiveScriptClass": {".class": "SymbolTableNode", "cross_ref": "torch.jit._script.RecursiveScriptClass", "kind": "Gdef"}, "RecursiveScriptModule": {".class": "SymbolTableNode", "cross_ref": "torch.jit._script.RecursiveScriptModule", "kind": "Gdef"}, "ScriptFunction": {".class": "SymbolTableNode", "cross_ref": "torch.jit._script.ScriptFunction", "kind": "Gdef"}, "ScriptModule": {".class": "SymbolTableNode", "cross_ref": "torch.jit._script.ScriptModule", "kind": "Gdef"}, "ScriptWarning": {".class": "SymbolTableNode", "cross_ref": "torch.jit._script.ScriptWarning", "kind": "Gdef"}, "TopLevelTracedModule": {".class": "SymbolTableNode", "cross_ref": "torch.jit._trace.TopLevelTracedModule", "kind": "Gdef"}, "TracedModule": {".class": "SymbolTableNode", "cross_ref": "torch.jit._trace.TracedModule", "kind": "Gdef"}, "TracerWarning": {".class": "SymbolTableNode", "cross_ref": "torch.jit._trace.TracerWarning", "kind": "Gdef"}, "TracingCheckError": {".class": "SymbolTableNode", "cross_ref": "torch.jit._trace.TracingCheckError", "kind": "Gdef"}, "_IgnoreContextManager": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal._IgnoreContextManager", "kind": "Gdef"}, "_ScriptProfile": {".class": "SymbolTableNode", "cross_ref": "torch.jit._script._ScriptProfile", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit.__package__", "name": "__package__", "type": "builtins.str"}}, "_flatten": {".class": "SymbolTableNode", "cross_ref": "torch.jit._trace._flatten", "kind": "Gdef"}, "_fork": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._fork", "name": "_fork", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["func", "args", "kwargs"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_get_trace_graph": {".class": "SymbolTableNode", "cross_ref": "torch.jit._trace._get_trace_graph", "kind": "Gdef"}, "_hide_source_ranges": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_generator", "is_decorated"], "fullname": "torch.jit._hide_source_ranges", "name": "_hide_source_ranges", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_hide_source_ranges", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_hide_source_ranges", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_hide_source_ranges", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "_isinstance": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal._isinstance", "kind": "Gdef"}, "_overload": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal._overload", "kind": "Gdef"}, "_overload_method": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal._overload_method", "kind": "Gdef"}, "_script_if_tracing": {".class": "SymbolTableNode", "cross_ref": "torch.jit._trace._script_if_tracing", "kind": "Gdef"}, "_unique_state_dict": {".class": "SymbolTableNode", "cross_ref": "torch.jit._trace._unique_state_dict", "kind": "Gdef"}, "_unwrap_optional": {".class": "SymbolTableNode", "cross_ref": "torch.jit._script._unwrap_optional", "kind": "Gdef"}, "_wait": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._wait", "name": "_wait", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["future"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "annotate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["the_type", "the_value"], "flags": [], "fullname": "torch.jit.annotate", "name": "annotate", "type": null}}, "contextmanager": {".class": "SymbolTableNode", "cross_ref": "contextlib.contextmanager", "kind": "Gdef"}, "export": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal.export", "kind": "Gdef"}, "export_opnames": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["m"], "flags": [], "fullname": "torch.jit.export_opnames", "name": "export_opnames", "type": null}}, "fork": {".class": "SymbolTableNode", "cross_ref": "torch.jit._async.fork", "kind": "Gdef"}, "freeze": {".class": "SymbolTableNode", "cross_ref": "torch.jit._freeze.freeze", "kind": "Gdef"}, "fuser": {".class": "SymbolTableNode", "cross_ref": "torch.jit._fuser.fuser", "kind": "Gdef"}, "ignore": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal.ignore", "kind": "Gdef"}, "interface": {".class": "SymbolTableNode", "cross_ref": "torch.jit._script.interface", "kind": "Gdef"}, "is_scripting": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal.is_scripting", "kind": "Gdef"}, "is_tracing": {".class": "SymbolTableNode", "cross_ref": "torch.jit._trace.is_tracing", "kind": "Gdef"}, "isinstance": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["obj", "target_type"], "flags": [], "fullname": "torch.jit.isinstance", "name": "isinstance", "type": null}}, "last_executed_optimized_graph": {".class": "SymbolTableNode", "cross_ref": "torch.jit._fuser.last_executed_optimized_graph", "kind": "Gdef"}, "load": {".class": "SymbolTableNode", "cross_ref": "torch.jit._serialization.load", "kind": "Gdef"}, "optimize_for_inference": {".class": "SymbolTableNode", "cross_ref": "torch.jit._freeze.optimize_for_inference", "kind": "Gdef"}, "optimized_execution": {".class": "SymbolTableNode", "cross_ref": "torch.jit._fuser.optimized_execution", "kind": "Gdef"}, "run_frozen_optimizations": {".class": "SymbolTableNode", "cross_ref": "torch.jit._freeze.run_frozen_optimizations", "kind": "Gdef"}, "save": {".class": "SymbolTableNode", "cross_ref": "torch.jit._serialization.save", "kind": "Gdef"}, "script": {".class": "SymbolTableNode", "cross_ref": "torch.jit._script.script", "kind": "Gdef"}, "script_if_tracing": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch.jit.script_if_tracing", "name": "script_if_tracing", "type": null}}, "script_method": {".class": "SymbolTableNode", "cross_ref": "torch.jit._script.script_method", "kind": "Gdef"}, "set_module": {".class": "SymbolTableNode", "cross_ref": "torch.utils.set_module", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "trace": {".class": "SymbolTableNode", "cross_ref": "torch.jit._trace.trace", "kind": "Gdef"}, "trace_module": {".class": "SymbolTableNode", "cross_ref": "torch.jit._trace.trace_module", "kind": "Gdef"}, "unused": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal.unused", "kind": "Gdef"}, "wait": {".class": "SymbolTableNode", "cross_ref": "torch.jit._async.wait", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/jit/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/__init__.meta.json b/.mypy_cache/3.9/torch/jit/__init__.meta.json deleted file mode 100644 index 49a839d8e..000000000 --- a/.mypy_cache/3.9/torch/jit/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 3, 4, 6, 9, 21, 35, 49, 50, 51, 52, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30], "dependencies": ["torch._C", "torch", "contextlib", "typing", "torch.utils", "torch._jit_internal", "torch.jit._script", "torch.jit._trace", "torch.jit._async", "torch.jit._serialization", "torch.jit._fuser", "torch.jit._freeze", "builtins", "functools", "threading", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc"], "hash": "123ef7abf49afc2fee3226af0afad3d796996f96374c63c8374d445a2ec4746d", "id": "torch.jit", "ignore_all": true, "interface_hash": "c320d86347ee851fca71f389a0b1ea642348bdf6ec664664025fb9fbca153d75", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/jit/__init__.py", "plugin_data": null, "size": 6463, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_async.data.json b/.mypy_cache/3.9/torch/jit/_async.data.json deleted file mode 100644 index ed9def4b8..000000000 --- a/.mypy_cache/3.9/torch/jit/_async.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.jit._async", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Future": {".class": "SymbolTableNode", "cross_ref": "torch.futures.Future", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._async.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._async.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._async.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._async.__package__", "name": "__package__", "type": "builtins.str"}}, "_register_builtin": {".class": "SymbolTableNode", "cross_ref": "torch.jit._builtins._register_builtin", "kind": "Gdef"}, "fork": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["func", "args", "kwargs"], "flags": [], "fullname": "torch.jit._async.fork", "name": "fork", "type": null}}, "set_module": {".class": "SymbolTableNode", "cross_ref": "torch.utils.set_module", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "wait": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["future"], "flags": [], "fullname": "torch.jit._async.wait", "name": "wait", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/jit/_async.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_async.meta.json b/.mypy_cache/3.9/torch/jit/_async.meta.json deleted file mode 100644 index 337bd2767..000000000 --- a/.mypy_cache/3.9/torch/jit/_async.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [10, 12, 13, 14, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch", "torch.utils", "torch.jit._builtins", "torch._jit_internal", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch.futures", "typing"], "hash": "7125869b7fbc5d2c4d6b9c890b2c2ff4853be6762c453e979d15ca4afd4c6d3a", "id": "torch.jit._async", "ignore_all": true, "interface_hash": "60cf4b97cd29be4310f41679097c021cebda7ba961f0cef6691a5ce281c0cb18", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/jit/_async.py", "plugin_data": null, "size": 3787, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_builtins.data.json b/.mypy_cache/3.9/torch/jit/_builtins.data.json deleted file mode 100644 index fc85ddf9d..000000000 --- a/.mypy_cache/3.9/torch/jit/_builtins.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.jit._builtins", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "OrderedDict": {".class": "SymbolTableNode", "cross_ref": "collections.OrderedDict", "kind": "Gdef"}, "PY37": {".class": "SymbolTableNode", "cross_ref": "torch._six.PY37", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._builtins.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._builtins.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._builtins.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._builtins.__package__", "name": "__package__", "type": "builtins.str"}}, "_builtin_ops": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._builtins._builtin_ops", "name": "_builtin_ops", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 5}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 5}], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.list"}}}, "_builtin_table": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._builtins._builtin_table", "name": "_builtin_table", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int", "builtins.str"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}}}, "_find_builtin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch.jit._builtins._find_builtin", "name": "_find_builtin", "type": null}}, "_functional_registered_ops": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._builtins._functional_registered_ops", "name": "_functional_registered_ops", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_gen_torch_functional_registered_ops": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.jit._builtins._gen_torch_functional_registered_ops", "name": "_gen_torch_functional_registered_ops", "type": null}}, "_get_builtin_table": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.jit._builtins._get_builtin_table", "name": "_get_builtin_table", "type": null}}, "_is_special_functional_bound_op": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch.jit._builtins._is_special_functional_bound_op", "name": "_is_special_functional_bound_op", "type": null}}, "_list_with_default": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._list_with_default", "kind": "Gdef"}, "_modules_containing_builtins": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._builtins._modules_containing_builtins", "name": "_modules_containing_builtins", "type": {".class": "TupleType", "implicit": false, "items": ["types.ModuleType", "types.ModuleType", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 5}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 5}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 5}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "_pair": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._pair", "kind": "Gdef"}, "_quadruple": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._quadruple", "kind": "Gdef"}, "_register_builtin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fn", "op"], "flags": [], "fullname": "torch.jit._builtins._register_builtin", "name": "_register_builtin", "type": null}}, "_single": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._single", "kind": "Gdef"}, "_triple": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._triple", "kind": "Gdef"}, "cmath": {".class": "SymbolTableNode", "cross_ref": "cmath", "kind": "Gdef"}, "cudnn": {".class": "SymbolTableNode", "cross_ref": "torch.backends.cudnn", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/jit/_builtins.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_builtins.meta.json b/.mypy_cache/3.9/torch/jit/_builtins.meta.json deleted file mode 100644 index a55455b56..000000000 --- a/.mypy_cache/3.9/torch/jit/_builtins.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 5, 6, 6, 8, 9, 11, 12, 148, 148, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 20, 5, 5, 5, 5, 20, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["math", "cmath", "warnings", "torch", "torch.backends.cudnn", "torch.backends", "torch._six", "torch.nn.modules.utils", "collections", "typing", "torch.distributed.autograd", "torch.distributed", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "io", "pickle", "os", "time", "_typeshed", "abc", "torch._C", "torch._C._distributed_autograd", "torch._C._nn", "torch._VF", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "torch.functional", "torch.nn", "torch.nn.functional", "torch.nn.init", "types"], "hash": "e9dea4c1e67bb372532ab05b46b78119680568973774bad4b4cfa2267abbed11", "id": "torch.jit._builtins", "ignore_all": true, "interface_hash": "c8e3078d7dd3af03d6f8d8e7d23c057b9daabed2894fe3c89ad6f2d3932e190b", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/jit/_builtins.py", "plugin_data": null, "size": 6205, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_check.data.json b/.mypy_cache/3.9/torch/jit/_check.data.json deleted file mode 100644 index 9088f88ae..000000000 --- a/.mypy_cache/3.9/torch/jit/_check.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.jit._check", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AttributeTypeIsSupportedChecker": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ast.NodeVisitor"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._check.AttributeTypeIsSupportedChecker", "name": "AttributeTypeIsSupportedChecker", "type_vars": []}, "flags": [], "fullname": "torch.jit._check.AttributeTypeIsSupportedChecker", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._check", "mro": ["torch.jit._check.AttributeTypeIsSupportedChecker", "ast.NodeVisitor", "builtins.object"], "names": {".class": "SymbolTable", "_is_empty_container": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "node", "ann_type"], "flags": [], "fullname": "torch.jit._check.AttributeTypeIsSupportedChecker._is_empty_container", "name": "_is_empty_container", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "node", "ann_type"], "arg_types": ["torch.jit._check.AttributeTypeIsSupportedChecker", "_ast.AST", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_empty_container of AttributeTypeIsSupportedChecker", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "nn_module"], "flags": [], "fullname": "torch.jit._check.AttributeTypeIsSupportedChecker.check", "name": "check", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "nn_module"], "arg_types": ["torch.jit._check.AttributeTypeIsSupportedChecker", "torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check of AttributeTypeIsSupportedChecker", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "class_level_annotations": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._check.AttributeTypeIsSupportedChecker.class_level_annotations", "name": "class_level_annotations", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "using_deprecated_ast": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.jit._check.AttributeTypeIsSupportedChecker.using_deprecated_ast", "name": "using_deprecated_ast", "type": "builtins.bool"}}, "visit_AnnAssign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "torch.jit._check.AttributeTypeIsSupportedChecker.visit_AnnAssign", "name": "visit_AnnAssign", "type": null}}, "visit_Assign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "torch.jit._check.AttributeTypeIsSupportedChecker.visit_Assign", "name": "visit_Assign", "type": null}}, "visit_Call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "torch.jit._check.AttributeTypeIsSupportedChecker.visit_Call", "name": "visit_Call", "type": null}}, "visiting_class_level_ann": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._check.AttributeTypeIsSupportedChecker.visiting_class_level_ann", "name": "visiting_class_level_ann", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._check.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._check.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._check.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._check.__package__", "name": "__package__", "type": "builtins.str"}}, "ast": {".class": "SymbolTableNode", "cross_ref": "ast", "kind": "Gdef"}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "textwrap": {".class": "SymbolTableNode", "cross_ref": "textwrap", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/jit/_check.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_check.meta.json b/.mypy_cache/3.9/torch/jit/_check.meta.json deleted file mode 100644 index a84fd04c6..000000000 --- a/.mypy_cache/3.9/torch/jit/_check.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 3, 4, 5, 6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["ast", "inspect", "sys", "textwrap", "torch", "warnings", "builtins", "functools", "threading", "contextlib", "collections", "logging", "io", "pickle", "os", "time", "_ast", "abc", "torch.nn", "torch.nn.modules", "torch.nn.modules.module", "types", "typing"], "hash": "b4cdd3deed20ea4bad9db9efe986b6ac05cfab444e2941a652fbcb677fcf22fd", "id": "torch.jit._check", "ignore_all": true, "interface_hash": "a9b699b5759abb8b890487a0bfb5747784f12d6c44404f3ab711b43960446d23", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/jit/_check.py", "plugin_data": null, "size": 9280, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_freeze.data.json b/.mypy_cache/3.9/torch/jit/_freeze.data.json deleted file mode 100644 index 3ac6d3a05..000000000 --- a/.mypy_cache/3.9/torch/jit/_freeze.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.jit._freeze", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "RecursiveScriptModule": {".class": "SymbolTableNode", "cross_ref": "torch.jit._script.RecursiveScriptModule", "kind": "Gdef"}, "ScriptModule": {".class": "SymbolTableNode", "cross_ref": "torch.jit._script.ScriptModule", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._freeze.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._freeze.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._freeze.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._freeze.__package__", "name": "__package__", "type": "builtins.str"}}, "freeze": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["mod", "preserved_attrs", "optimize_numerics"], "flags": [], "fullname": "torch.jit._freeze.freeze", "name": "freeze", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["mod", "preserved_attrs", "optimize_numerics"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "freeze", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "optimize_for_inference": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mod"], "flags": [], "fullname": "torch.jit._freeze.optimize_for_inference", "name": "optimize_for_inference", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mod"], "arg_types": ["torch.jit._script.ScriptModule"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "optimize_for_inference", "ret_type": "torch.jit._script.ScriptModule", "type_guard": null, "variables": []}}}, "run_frozen_optimizations": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["mod", "optimize_numerics"], "flags": [], "fullname": "torch.jit._freeze.run_frozen_optimizations", "name": "run_frozen_optimizations", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["mod", "optimize_numerics"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run_frozen_optimizations", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/jit/_freeze.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_freeze.meta.json b/.mypy_cache/3.9/torch/jit/_freeze.meta.json deleted file mode 100644 index d1eae75f7..000000000 --- a/.mypy_cache/3.9/torch/jit/_freeze.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [7, 9, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["typing", "torch", "torch.jit._script", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "typing_extensions"], "hash": "30b09989d3a99ad8322b0154902b8a951fca5839e7a73c321d9f99fb28606555", "id": "torch.jit._freeze", "ignore_all": true, "interface_hash": "bd0b99b05d173bc51789dfd7c07c0d5e3dfca66d46167d5aaac1c790fd427234", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/jit/_freeze.py", "plugin_data": null, "size": 9047, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_fuser.data.json b/.mypy_cache/3.9/torch/jit/_fuser.data.json deleted file mode 100644 index 3d1796fe3..000000000 --- a/.mypy_cache/3.9/torch/jit/_fuser.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.jit._fuser", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._fuser.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._fuser.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._fuser.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._fuser.__package__", "name": "__package__", "type": "builtins.str"}}, "_get_differentiable_graph_node": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["node", "diff_node"], "flags": [], "fullname": "torch.jit._fuser._get_differentiable_graph_node", "name": "_get_differentiable_graph_node", "type": null}}, "_graph_for": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.jit._fuser._graph_for", "name": "_graph_for", "type": null}}, "contextlib": {".class": "SymbolTableNode", "cross_ref": "contextlib", "kind": "Gdef"}, "fuser": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": ["is_generator", "is_decorated"], "fullname": "torch.jit._fuser.fuser", "name": "fuser", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "fuser", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fuser", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "last_executed_optimized_graph": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._fuser.last_executed_optimized_graph", "name": "last_executed_optimized_graph", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch._C.Graph", "type_guard": null, "variables": []}}}, "optimized_execution": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["should_optimize"], "flags": ["is_generator", "is_decorated"], "fullname": "torch.jit._fuser.optimized_execution", "name": "optimized_execution", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "optimized_execution", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["should_optimize"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "optimized_execution", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/jit/_fuser.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_fuser.meta.json b/.mypy_cache/3.9/torch/jit/_fuser.meta.json deleted file mode 100644 index d885b6f08..000000000 --- a/.mypy_cache/3.9/torch/jit/_fuser.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["contextlib", "torch", "typing", "builtins", "functools", "threading", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C"], "hash": "4fddaa6524dd5aa7561569acc21e7556bacfdf24c10c17cfae0005e1e57bd654", "id": "torch.jit._fuser", "ignore_all": true, "interface_hash": "445adaee0813f449ec118e938ae2fb4c61d997ea828e29ecaaf8c1bf323ea6e5", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/jit/_fuser.py", "plugin_data": null, "size": 3819, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_monkeytype_config.data.json b/.mypy_cache/3.9/torch/jit/_monkeytype_config.data.json deleted file mode 100644 index 3876c4643..000000000 --- a/.mypy_cache/3.9/torch/jit/_monkeytype_config.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.jit._monkeytype_config", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "CallTrace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit._monkeytype_config.CallTrace", "name": "CallTrace", "type": {".class": "AnyType", "missing_import_name": "torch.jit._monkeytype_config.CallTrace", "source_any": null, "type_of_any": 3}}}, "CallTraceStore": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit._monkeytype_config.CallTraceStore", "name": "CallTraceStore", "type": {".class": "AnyType", "missing_import_name": "torch.jit._monkeytype_config.CallTraceStore", "source_any": null, "type_of_any": 3}}}, "CallTraceStoreLogger": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit._monkeytype_config.CallTraceStoreLogger", "name": "CallTraceStoreLogger", "type": {".class": "AnyType", "missing_import_name": "torch.jit._monkeytype_config.CallTraceStoreLogger", "source_any": null, "type_of_any": 3}}}, "CallTraceThunk": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit._monkeytype_config.CallTraceThunk", "name": "CallTraceThunk", "type": {".class": "AnyType", "missing_import_name": "torch.jit._monkeytype_config.CallTraceThunk", "source_any": null, "type_of_any": 3}}}, "CodeFilter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit._monkeytype_config.CodeFilter", "name": "CodeFilter", "type": {".class": "AnyType", "missing_import_name": "torch.jit._monkeytype_config.CodeFilter", "source_any": null, "type_of_any": 3}}}, "CodeType": {".class": "SymbolTableNode", "cross_ref": "types.CodeType", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "JitTypeTraceConfig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._monkeytype_config.JitTypeTraceConfig", "name": "JitTypeTraceConfig", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.jit._monkeytype_config.JitTypeTraceConfig", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._monkeytype_config", "mro": ["torch.jit._monkeytype_config.JitTypeTraceConfig", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "torch.jit._monkeytype_config.JitTypeTraceConfig.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "arg_types": ["torch.jit._monkeytype_config.JitTypeTraceConfig", "torch.jit._monkeytype_config.JitTypeTraceStore"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of JitTypeTraceConfig", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "code_filter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._monkeytype_config.JitTypeTraceConfig.code_filter", "name": "code_filter", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.jit._monkeytype_config.JitTypeTraceConfig"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "code_filter of JitTypeTraceConfig", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": "torch.jit._monkeytype_config.CodeFilter", "source_any": null, "type_of_any": 3}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "s": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._monkeytype_config.JitTypeTraceConfig.s", "name": "s", "type": "torch.jit._monkeytype_config.JitTypeTraceStore"}}, "trace_logger": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._monkeytype_config.JitTypeTraceConfig.trace_logger", "name": "trace_logger", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.jit._monkeytype_config.JitTypeTraceConfig"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trace_logger of JitTypeTraceConfig", "ret_type": "torch.jit._monkeytype_config.JitTypeTraceStoreLogger", "type_guard": null, "variables": []}}}, "trace_store": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._monkeytype_config.JitTypeTraceConfig.trace_store", "name": "trace_store", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.jit._monkeytype_config.JitTypeTraceConfig"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trace_store of JitTypeTraceConfig", "ret_type": {".class": "AnyType", "missing_import_name": "torch.jit._monkeytype_config.CallTraceStore", "source_any": null, "type_of_any": 3}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "JitTypeTraceStore": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._monkeytype_config.JitTypeTraceStore", "name": "JitTypeTraceStore", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.jit._monkeytype_config.JitTypeTraceStore", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._monkeytype_config", "mro": ["torch.jit._monkeytype_config.JitTypeTraceStore", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._monkeytype_config.JitTypeTraceStore.__init__", "name": "__init__", "type": null}}, "add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "traces"], "flags": [], "fullname": "torch.jit._monkeytype_config.JitTypeTraceStore.add", "name": "add", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "traces"], "arg_types": ["torch.jit._monkeytype_config.JitTypeTraceStore", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": "torch.jit._monkeytype_config.CallTrace", "source_any": null, "type_of_any": 3}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add of JitTypeTraceStore", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "analyze": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "qualified_name"], "flags": [], "fullname": "torch.jit._monkeytype_config.JitTypeTraceStore.analyze", "name": "analyze", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "qualified_name"], "arg_types": ["torch.jit._monkeytype_config.JitTypeTraceStore", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "analyze of JitTypeTraceStore", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "consolidate_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "qualified_name"], "flags": [], "fullname": "torch.jit._monkeytype_config.JitTypeTraceStore.consolidate_types", "name": "consolidate_types", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "qualified_name"], "arg_types": ["torch.jit._monkeytype_config.JitTypeTraceStore", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "consolidate_types of JitTypeTraceStore", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "filter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "qualified_name", "qualname_prefix", "limit"], "flags": [], "fullname": "torch.jit._monkeytype_config.JitTypeTraceStore.filter", "name": "filter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "qualified_name", "qualname_prefix", "limit"], "arg_types": ["torch.jit._monkeytype_config.JitTypeTraceStore", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "filter of JitTypeTraceStore", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": "torch.jit._monkeytype_config.CallTraceThunk", "source_any": null, "type_of_any": 3}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_args_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "qualified_name"], "flags": [], "fullname": "torch.jit._monkeytype_config.JitTypeTraceStore.get_args_types", "name": "get_args_types", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "qualified_name"], "arg_types": ["torch.jit._monkeytype_config.JitTypeTraceStore", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_args_types of JitTypeTraceStore", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "trace_records": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.jit._monkeytype_config.JitTypeTraceStore.trace_records", "name": "trace_records", "type": {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "JitTypeTraceStoreLogger": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._monkeytype_config.JitTypeTraceStoreLogger", "name": "JitTypeTraceStoreLogger", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.jit._monkeytype_config.JitTypeTraceStoreLogger", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._monkeytype_config", "mro": ["torch.jit._monkeytype_config.JitTypeTraceStoreLogger", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "store"], "flags": [], "fullname": "torch.jit._monkeytype_config.JitTypeTraceStoreLogger.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "store"], "arg_types": ["torch.jit._monkeytype_config.JitTypeTraceStoreLogger", {".class": "AnyType", "missing_import_name": "torch.jit._monkeytype_config.CallTraceStore", "source_any": null, "type_of_any": 3}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of JitTypeTraceStoreLogger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "log": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "trace"], "flags": [], "fullname": "torch.jit._monkeytype_config.JitTypeTraceStoreLogger.log", "name": "log", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "trace"], "arg_types": ["torch.jit._monkeytype_config.JitTypeTraceStoreLogger", {".class": "AnyType", "missing_import_name": "torch.jit._monkeytype_config.CallTrace", "source_any": null, "type_of_any": 3}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log of JitTypeTraceStoreLogger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LIB_PATHS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit._monkeytype_config.LIB_PATHS", "name": "LIB_PATHS", "type": {".class": "AnyType", "missing_import_name": "torch.jit._monkeytype_config.LIB_PATHS", "source_any": null, "type_of_any": 3}}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "_IS_MONKEYTYPE_INSTALLED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._monkeytype_config._IS_MONKEYTYPE_INSTALLED", "name": "_IS_MONKEYTYPE_INSTALLED", "type": "builtins.bool"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._monkeytype_config.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._monkeytype_config.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._monkeytype_config.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._monkeytype_config.__package__", "name": "__package__", "type": "builtins.str"}}, "_startswith": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit._monkeytype_config._startswith", "name": "_startswith", "type": {".class": "AnyType", "missing_import_name": "torch.jit._monkeytype_config._startswith", "source_any": null, "type_of_any": 3}}}, "defaultdict": {".class": "SymbolTableNode", "cross_ref": "collections.defaultdict", "kind": "Gdef"}, "get_optional_of_element_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["types"], "flags": [], "fullname": "torch.jit._monkeytype_config.get_optional_of_element_type", "name": "get_optional_of_element_type", "type": null}}, "get_qualified_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "torch.jit._monkeytype_config.get_qualified_name", "name": "get_qualified_name", "type": null}}, "get_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["type"], "flags": [], "fullname": "torch.jit._monkeytype_config.get_type", "name": "get_type", "type": null}}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef"}, "is_torch_native_class": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": [], "fullname": "torch.jit._monkeytype_config.is_torch_native_class", "name": "is_torch_native_class", "type": null}}, "jit_code_filter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["code"], "flags": [], "fullname": "torch.jit._monkeytype_config.jit_code_filter", "name": "jit_code_filter", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["code"], "arg_types": ["types.CodeType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "jit_code_filter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "monkeytype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit._monkeytype_config.monkeytype", "name": "monkeytype", "type": {".class": "AnyType", "missing_import_name": "torch.jit._monkeytype_config.monkeytype", "source_any": null, "type_of_any": 3}}}, "monkeytype_trace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit._monkeytype_config.monkeytype_trace", "name": "monkeytype_trace", "type": {".class": "AnyType", "missing_import_name": "torch.jit._monkeytype_config.monkeytype_trace", "source_any": null, "type_of_any": 3}}}, "pathlib": {".class": "SymbolTableNode", "cross_ref": "pathlib", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "typing": {".class": "SymbolTableNode", "cross_ref": "typing", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/jit/_monkeytype_config.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_monkeytype_config.meta.json b/.mypy_cache/3.9/torch/jit/_monkeytype_config.meta.json deleted file mode 100644 index 73438f0ea..000000000 --- a/.mypy_cache/3.9/torch/jit/_monkeytype_config.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 4, 5, 6, 7, 9, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 14, 16, 17, 18], "dep_prios": [10, 10, 5, 10, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 5, 5, 5, 5], "dependencies": ["torch", "inspect", "typing", "pathlib", "sys", "collections", "types", "builtins", "functools", "threading", "contextlib", "logging", "io", "warnings", "pickle", "os", "time", "abc"], "hash": "1694844ec34652de92941f2b4f3c5b08082c71a46f39f6e17444c585f70999ec", "id": "torch.jit._monkeytype_config", "ignore_all": true, "interface_hash": "f891f26f5530f958a70b49e086aac8aee42e0bf67fa132c6669503dd80381a6b", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/jit/_monkeytype_config.py", "plugin_data": null, "size": 7129, "suppressed": ["monkeytype", "monkeytype.db.base", "monkeytype.config", "monkeytype.tracing"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_recursive.data.json b/.mypy_cache/3.9/torch/jit/_recursive.data.json deleted file mode 100644 index 911342890..000000000 --- a/.mypy_cache/3.9/torch/jit/_recursive.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.jit._recursive", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AttributeTypeIsSupportedChecker": {".class": "SymbolTableNode", "cross_ref": "torch.jit._check.AttributeTypeIsSupportedChecker", "kind": "Gdef"}, "ConcreteTypeStore": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._recursive.ConcreteTypeStore", "name": "ConcreteTypeStore", "type_vars": []}, "flags": [], "fullname": "torch.jit._recursive.ConcreteTypeStore", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._recursive", "mro": ["torch.jit._recursive.ConcreteTypeStore", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._recursive.ConcreteTypeStore.__init__", "name": "__init__", "type": null}}, "get_or_create_concrete_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "nn_module"], "flags": [], "fullname": "torch.jit._recursive.ConcreteTypeStore.get_or_create_concrete_type", "name": "get_or_create_concrete_type", "type": null}}, "methods_compiled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit._recursive.ConcreteTypeStore.methods_compiled", "name": "methods_compiled", "type": {".class": "Instance", "args": ["torch._C.ConcreteModuleType"], "type_ref": "builtins.set"}}}, "type_store": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit._recursive.ConcreteTypeStore.type_store", "name": "type_store", "type": {".class": "Instance", "args": [{".class": "TypeType", "item": "torch.nn.modules.module.Module"}, {".class": "Instance", "args": ["torch._C.ConcreteModuleType"], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "PropertyStub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._recursive.PropertyStub", "name": "PropertyStub", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch.jit._recursive.PropertyStub", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["resolution_callback", "def_"]}}, "module_name": "torch.jit._recursive", "mro": ["torch.jit._recursive.PropertyStub", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch.jit._recursive.PropertyStub._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit._recursive.PropertyStub.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit._recursive.PropertyStub.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "resolution_callback", "def_"], "flags": [], "fullname": "torch.jit._recursive.PropertyStub.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "resolution_callback", "def_"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.jit._recursive.PropertyStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of PropertyStub", "ret_type": {".class": "TypeVarType", "fullname": "torch.jit._recursive.PropertyStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit._recursive.PropertyStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch.jit._recursive.PropertyStub._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.jit._recursive.PropertyStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of PropertyStub", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit._recursive.PropertyStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit._recursive.PropertyStub._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit._recursive.PropertyStub._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit._recursive.PropertyStub._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch.jit._recursive.PropertyStub._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.jit._recursive.PropertyStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of PropertyStub", "ret_type": {".class": "TypeVarType", "fullname": "torch.jit._recursive.PropertyStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit._recursive.PropertyStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch.jit._recursive.PropertyStub._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.jit._recursive.PropertyStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of PropertyStub", "ret_type": {".class": "TypeVarType", "fullname": "torch.jit._recursive.PropertyStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit._recursive.PropertyStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "resolution_callback", "def_"], "flags": [], "fullname": "torch.jit._recursive.PropertyStub._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "resolution_callback", "def_"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.jit._recursive.PropertyStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of PropertyStub", "ret_type": {".class": "TypeVarType", "fullname": "torch.jit._recursive.PropertyStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit._recursive.PropertyStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit._recursive.PropertyStub._source", "name": "_source", "type": "builtins.str"}}, "def_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.jit._recursive.PropertyStub.def_", "name": "def_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "resolution_callback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.jit._recursive.PropertyStub.resolution_callback", "name": "resolution_callback", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "ScriptMethodStub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._recursive.ScriptMethodStub", "name": "ScriptMethodStub", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch.jit._recursive.ScriptMethodStub", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["resolution_callback", "def_", "original_method"]}}, "module_name": "torch.jit._recursive", "mro": ["torch.jit._recursive.ScriptMethodStub", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch.jit._recursive.ScriptMethodStub._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit._recursive.ScriptMethodStub.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit._recursive.ScriptMethodStub.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "resolution_callback", "def_", "original_method"], "flags": [], "fullname": "torch.jit._recursive.ScriptMethodStub.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["_cls", "resolution_callback", "def_", "original_method"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.jit._recursive.ScriptMethodStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ScriptMethodStub", "ret_type": {".class": "TypeVarType", "fullname": "torch.jit._recursive.ScriptMethodStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit._recursive.ScriptMethodStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch.jit._recursive.ScriptMethodStub._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.jit._recursive.ScriptMethodStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of ScriptMethodStub", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit._recursive.ScriptMethodStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit._recursive.ScriptMethodStub._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit._recursive.ScriptMethodStub._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit._recursive.ScriptMethodStub._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch.jit._recursive.ScriptMethodStub._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.jit._recursive.ScriptMethodStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of ScriptMethodStub", "ret_type": {".class": "TypeVarType", "fullname": "torch.jit._recursive.ScriptMethodStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit._recursive.ScriptMethodStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch.jit._recursive.ScriptMethodStub._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.jit._recursive.ScriptMethodStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of ScriptMethodStub", "ret_type": {".class": "TypeVarType", "fullname": "torch.jit._recursive.ScriptMethodStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit._recursive.ScriptMethodStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "resolution_callback", "def_", "original_method"], "flags": [], "fullname": "torch.jit._recursive.ScriptMethodStub._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["_self", "resolution_callback", "def_", "original_method"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.jit._recursive.ScriptMethodStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of ScriptMethodStub", "ret_type": {".class": "TypeVarType", "fullname": "torch.jit._recursive.ScriptMethodStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit._recursive.ScriptMethodStub._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit._recursive.ScriptMethodStub._source", "name": "_source", "type": "builtins.str"}}, "def_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.jit._recursive.ScriptMethodStub.def_", "name": "def_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "original_method": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.jit._recursive.ScriptMethodStub.original_method", "name": "original_method", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "resolution_callback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.jit._recursive.ScriptMethodStub.resolution_callback", "name": "resolution_callback", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "SourceContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._recursive.SourceContext", "name": "SourceContext", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.jit._recursive.SourceContext", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._recursive", "mro": ["torch.jit._recursive.SourceContext", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "source", "filename", "file_lineno", "leading_whitespace_len"], "flags": [], "fullname": "torch.jit._recursive.SourceContext.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._recursive.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._recursive.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._recursive.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._recursive.__package__", "name": "__package__", "type": "builtins.str"}}, "_add_script_class": {".class": "SymbolTableNode", "cross_ref": "torch.jit._state._add_script_class", "kind": "Gdef"}, "_check_no_signature": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "torch.jit._recursive._check_no_signature", "name": "_check_no_signature", "type": null}}, "_compile_and_register_class": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["obj", "rcb", "qualified_name"], "flags": [], "fullname": "torch.jit._recursive._compile_and_register_class", "name": "_compile_and_register_class", "type": null}}, "_constant_types": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._recursive._constant_types", "name": "_constant_types", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "CallableType", "arg_kinds": [1], "arg_names": [null], "arg_types": ["builtins.object"], "bound_args": ["builtins.bool"], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": "bool", "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [1], "arg_names": ["x"], "arg_types": [{".class": "UnionType", "items": ["typing.SupportsFloat", "typing_extensions.SupportsIndex", "builtins.str", "builtins.bytes"]}], "bound_args": ["builtins.float"], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": "float", "ret_type": "builtins.float", "type_guard": null, "variables": []}, {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [1], "arg_names": ["x"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes", "typing.SupportsInt", "typing_extensions.SupportsIndex", "builtins._SupportsTrunc"]}], "bound_args": ["builtins.int"], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": "int", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["x", "base"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "builtins.int"], "bound_args": ["builtins.int"], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": "int", "ret_type": "builtins.int", "type_guard": null, "variables": []}]}, {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [1], "arg_names": ["o"], "arg_types": ["builtins.object"], "bound_args": ["builtins.str"], "def_extras": {"first_arg": "cls"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": "str", "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["o", "encoding", "errors"], "arg_types": ["builtins.bytes", "builtins.str", "builtins.str"], "bound_args": ["builtins.str"], "def_extras": {"first_arg": "cls"}, "fallback": "abc.ABCMeta", "implicit": false, "is_ellipsis_args": false, "name": "str", "ret_type": "builtins.str", "type_guard": null, "variables": []}]}, {".class": "TypeType", "item": {".class": "NoneType"}}, {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["device"], "arg_types": [{".class": "UnionType", "items": ["torch._C.device", "builtins.int", "builtins.str"]}], "bound_args": ["torch._C.device"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": "device", "ret_type": "torch._C.device", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["type", "index"], "arg_types": ["builtins.str", "builtins.int"], "bound_args": ["torch._C.device"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": "device", "ret_type": "torch._C.device", "type_guard": null, "variables": []}]}, {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": ["torch._C.layout"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": "layout", "ret_type": "torch._C.layout", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": ["torch._C.dtype"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": "dtype", "ret_type": "torch._C.dtype", "type_guard": null, "variables": []}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "_find_builtin": {".class": "SymbolTableNode", "cross_ref": "torch.jit._builtins._find_builtin", "kind": "Gdef"}, "_get_script_class": {".class": "SymbolTableNode", "cross_ref": "torch.jit._state._get_script_class", "kind": "Gdef"}, "_get_valid_constant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["attr", "v", "owner_type"], "flags": [], "fullname": "torch.jit._recursive._get_valid_constant", "name": "_get_valid_constant", "type": null}}, "_jit_internal": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal", "kind": "Gdef"}, "_python_cu": {".class": "SymbolTableNode", "cross_ref": "torch.jit._state._python_cu", "kind": "Gdef"}, "add_python_attr_to_scripted_model": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["script_model", "orig", "attr"], "flags": [], "fullname": "torch.jit._recursive.add_python_attr_to_scripted_model", "name": "add_python_attr_to_scripted_model", "type": null}}, "check_module_initialized": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mod"], "flags": [], "fullname": "torch.jit._recursive.check_module_initialized", "name": "check_module_initialized", "type": null}}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "compile_unbound_method": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["concrete_type", "fn"], "flags": [], "fullname": "torch.jit._recursive.compile_unbound_method", "name": "compile_unbound_method", "type": null}}, "concrete_type_store": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._recursive.concrete_type_store", "name": "concrete_type_store", "type": "torch.jit._recursive.ConcreteTypeStore"}}, "create_hooks_from_stubs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["concrete_type", "hook_stubs", "pre_hook_stubs"], "flags": [], "fullname": "torch.jit._recursive.create_hooks_from_stubs", "name": "create_hooks_from_stubs", "type": null}}, "create_methods_and_properties_from_stubs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["concrete_type", "method_stubs", "property_stubs"], "flags": [], "fullname": "torch.jit._recursive.create_methods_and_properties_from_stubs", "name": "create_methods_and_properties_from_stubs", "type": null}}, "create_script_class": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch.jit._recursive.create_script_class", "name": "create_script_class", "type": null}}, "create_script_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["nn_module", "stubs_fn", "share_types", "is_tracing"], "flags": [], "fullname": "torch.jit._recursive.create_script_module", "name": "create_script_module", "type": null}}, "create_script_module_impl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["nn_module", "concrete_type", "stubs_fn"], "flags": [], "fullname": "torch.jit._recursive.create_script_module_impl", "name": "create_script_module_impl", "type": null}}, "fake_range": {".class": "SymbolTableNode", "cross_ref": "torch._sources.fake_range", "kind": "Gdef"}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "get_class_properties": {".class": "SymbolTableNode", "cross_ref": "torch.jit.frontend.get_class_properties", "kind": "Gdef"}, "get_default_args": {".class": "SymbolTableNode", "cross_ref": "torch.jit.frontend.get_default_args", "kind": "Gdef"}, "get_hook_stubs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["nn_module"], "flags": [], "fullname": "torch.jit._recursive.get_hook_stubs", "name": "get_hook_stubs", "type": null}}, "get_jit_class_def": {".class": "SymbolTableNode", "cross_ref": "torch.jit.frontend.get_jit_class_def", "kind": "Gdef"}, "get_jit_def": {".class": "SymbolTableNode", "cross_ref": "torch.jit.frontend.get_jit_def", "kind": "Gdef"}, "get_module_concrete_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["nn_module", "share_types"], "flags": [], "fullname": "torch.jit._recursive.get_module_concrete_type", "name": "get_module_concrete_type", "type": null}}, "get_overload_annotations": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["mod", "jit_ignored_properties"], "flags": [], "fullname": "torch.jit._recursive.get_overload_annotations", "name": "get_overload_annotations", "type": null}}, "get_overload_name_mapping": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["overload_info"], "flags": [], "fullname": "torch.jit._recursive.get_overload_name_mapping", "name": "get_overload_name_mapping", "type": null}}, "get_property_stubs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["nn_module"], "flags": [], "fullname": "torch.jit._recursive.get_property_stubs", "name": "get_property_stubs", "type": null}}, "ignored_attributes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._recursive.ignored_attributes", "name": "ignored_attributes", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "infer_concrete_type_builder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["nn_module", "share_types"], "flags": [], "fullname": "torch.jit._recursive.infer_concrete_type_builder", "name": "infer_concrete_type_builder", "type": null}}, "infer_methods_to_compile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["nn_module"], "flags": [], "fullname": "torch.jit._recursive.infer_methods_to_compile", "name": "infer_methods_to_compile", "type": null}}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef"}, "interface_script": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["mod_interface", "nn_module"], "flags": [], "fullname": "torch.jit._recursive.interface_script", "name": "interface_script", "type": null}}, "jit_ignored_properties": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": [], "fullname": "torch.jit._recursive.jit_ignored_properties", "name": "jit_ignored_properties", "type": null}}, "lazy_bind": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["concrete_type", "unbound_method"], "flags": [], "fullname": "torch.jit._recursive.lazy_bind", "name": "lazy_bind", "type": null}}, "make_stub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["func", "name"], "flags": [], "fullname": "torch.jit._recursive.make_stub", "name": "make_stub", "type": null}}, "make_stub_from_method": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["nn_module", "method_name"], "flags": [], "fullname": "torch.jit._recursive.make_stub_from_method", "name": "make_stub_from_method", "type": null}}, "make_stubs_for_overloads": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["overload_info"], "flags": [], "fullname": "torch.jit._recursive.make_stubs_for_overloads", "name": "make_stubs_for_overloads", "type": null}}, "make_stubs_from_exported_methods": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mod"], "flags": [], "fullname": "torch.jit._recursive.make_stubs_from_exported_methods", "name": "make_stubs_from_exported_methods", "type": null}}, "script_model_defines_attr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["script_model", "attr"], "flags": [], "fullname": "torch.jit._recursive.script_model_defines_attr", "name": "script_model_defines_attr", "type": null}}, "textwrap": {".class": "SymbolTableNode", "cross_ref": "textwrap", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "try_compile_fn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fn", "loc"], "flags": [], "fullname": "torch.jit._recursive.try_compile_fn", "name": "try_compile_fn", "type": null}}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}, "wrap_cpp_class": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cpp_class"], "flags": [], "fullname": "torch.jit._recursive.wrap_cpp_class", "name": "wrap_cpp_class", "type": null}}, "wrap_cpp_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cpp_module"], "flags": [], "fullname": "torch.jit._recursive.wrap_cpp_module", "name": "wrap_cpp_module", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/jit/_recursive.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_recursive.meta.json b/.mypy_cache/3.9/torch/jit/_recursive.meta.json deleted file mode 100644 index ee3f3f6ea..000000000 --- a/.mypy_cache/3.9/torch/jit/_recursive.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 10, 10, 5, 10, 5, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["inspect", "torch", "types", "collections", "textwrap", "functools", "warnings", "typing", "torch._jit_internal", "torch._sources", "torch.jit.frontend", "torch.jit._builtins", "torch.jit._check", "torch.jit._state", "torch.nn", "builtins", "threading", "contextlib", "logging", "io", "pickle", "os", "time", "_typeshed", "abc", "ast", "torch._C", "torch._tensor", "torch.ao", "torch.ao.quantization", "torch.ao.quantization.stubs", "torch.jit._script", "torch.jit.annotations", "torch.nn.modules", "torch.nn.modules.container", "torch.nn.modules.module", "torch.nn.parameter", "torch.quantization", "torch.types", "typing_extensions"], "hash": "2ce6fa6793ad0f33684ca5c94943ab4790aa66c5a812d323ef80642d6f9a047e", "id": "torch.jit._recursive", "ignore_all": true, "interface_hash": "c5da19f18602e6cc2de00cf622b79827331d3335e6522958aa699f87630f3c46", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/jit/_recursive.py", "plugin_data": null, "size": 40058, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_script.data.json b/.mypy_cache/3.9/torch/jit/_script.data.json deleted file mode 100644 index 0ad55499a..000000000 --- a/.mypy_cache/3.9/torch/jit/_script.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.jit._script", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Attribute": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._script.Attribute", "name": "Attribute", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch.jit._script.Attribute", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["value", "type"]}}, "module_name": "torch.jit._script", "mro": ["torch.jit._script.Attribute", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch.jit._script.Attribute._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit._script.Attribute.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit._script.Attribute.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "value", "type"], "flags": [], "fullname": "torch.jit._script.Attribute.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "value", "type"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.jit._script.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Attribute", "ret_type": {".class": "TypeVarType", "fullname": "torch.jit._script.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit._script.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch.jit._script.Attribute._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.jit._script.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of Attribute", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit._script.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit._script.Attribute._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit._script.Attribute._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit._script.Attribute._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch.jit._script.Attribute._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.jit._script.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of Attribute", "ret_type": {".class": "TypeVarType", "fullname": "torch.jit._script.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit._script.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch.jit._script.Attribute._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.jit._script.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of Attribute", "ret_type": {".class": "TypeVarType", "fullname": "torch.jit._script.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit._script.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "value", "type"], "flags": [], "fullname": "torch.jit._script.Attribute._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "value", "type"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.jit._script.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of Attribute", "ret_type": {".class": "TypeVarType", "fullname": "torch.jit._script.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit._script.Attribute._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit._script.Attribute._source", "name": "_source", "type": "builtins.str"}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.jit._script.Attribute.type", "name": "type", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.jit._script.Attribute.value", "name": "value", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "CompilationUnit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.jit._script.CompilationUnit", "line": 1435, "no_args": true, "normalized": false, "target": "torch._C.CompilationUnit"}}, "ConstMap": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._script.ConstMap", "name": "ConstMap", "type_vars": []}, "flags": [], "fullname": "torch.jit._script.ConstMap", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._script", "mro": ["torch.jit._script.ConstMap", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "attr"], "flags": [], "fullname": "torch.jit._script.ConstMap.__getattr__", "name": "__getattr__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "const_mapping"], "flags": [], "fullname": "torch.jit._script.ConstMap.__init__", "name": "__init__", "type": null}}, "const_mapping": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script.ConstMap.const_mapping", "name": "const_mapping", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "JitTypeTraceConfig": {".class": "SymbolTableNode", "cross_ref": "torch.jit._monkeytype_config.JitTypeTraceConfig", "kind": "Gdef"}, "JitTypeTraceStore": {".class": "SymbolTableNode", "cross_ref": "torch.jit._monkeytype_config.JitTypeTraceStore", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "OrderedDictWrapper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._script.OrderedDictWrapper", "name": "OrderedDictWrapper", "type_vars": []}, "flags": [], "fullname": "torch.jit._script.OrderedDictWrapper", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._script", "mro": ["torch.jit._script.OrderedDictWrapper", "builtins.object"], "names": {".class": "SymbolTable", "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "k"], "flags": [], "fullname": "torch.jit._script.OrderedDictWrapper.__contains__", "name": "__contains__", "type": null}}, "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "k"], "flags": [], "fullname": "torch.jit._script.OrderedDictWrapper.__delitem__", "name": "__delitem__", "type": null}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "k"], "flags": [], "fullname": "torch.jit._script.OrderedDictWrapper.__getitem__", "name": "__getitem__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "_c"], "flags": [], "fullname": "torch.jit._script.OrderedDictWrapper.__init__", "name": "__init__", "type": null}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script.OrderedDictWrapper.__len__", "name": "__len__", "type": null}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "k", "v"], "flags": [], "fullname": "torch.jit._script.OrderedDictWrapper.__setitem__", "name": "__setitem__", "type": null}}, "_c": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script.OrderedDictWrapper._c", "name": "_c", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "items": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script.OrderedDictWrapper.items", "name": "items", "type": null}}, "keys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script.OrderedDictWrapper.keys", "name": "keys", "type": null}}, "values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script.OrderedDictWrapper.values", "name": "values", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "OrderedModuleDict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.jit._script.OrderedDictWrapper"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._script.OrderedModuleDict", "name": "OrderedModuleDict", "type_vars": []}, "flags": [], "fullname": "torch.jit._script.OrderedModuleDict", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._script", "mro": ["torch.jit._script.OrderedModuleDict", "torch.jit._script.OrderedDictWrapper", "builtins.object"], "names": {".class": "SymbolTable", "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "k"], "flags": [], "fullname": "torch.jit._script.OrderedModuleDict.__contains__", "name": "__contains__", "type": null}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "k"], "flags": [], "fullname": "torch.jit._script.OrderedModuleDict.__getitem__", "name": "__getitem__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "module", "python_dict"], "flags": [], "fullname": "torch.jit._script.OrderedModuleDict.__init__", "name": "__init__", "type": null}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "k", "v"], "flags": [], "fullname": "torch.jit._script.OrderedModuleDict.__setitem__", "name": "__setitem__", "type": null}}, "_python_modules": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script.OrderedModuleDict._python_modules", "name": "_python_modules", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "items": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script.OrderedModuleDict.items", "name": "items", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PackageExporter": {".class": "SymbolTableNode", "cross_ref": "torch.package.package_exporter.PackageExporter", "kind": "Gdef"}, "PackageImporter": {".class": "SymbolTableNode", "cross_ref": "torch.package.package_importer.PackageImporter", "kind": "Gdef"}, "RecursiveScriptClass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._script.RecursiveScriptClass", "name": "RecursiveScriptClass", "type_vars": []}, "flags": [], "fullname": "torch.jit._script.RecursiveScriptClass", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._script", "mro": ["torch.jit._script.RecursiveScriptClass", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "attr"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptClass.__getattr__", "name": "__getattr__", "type": null}}, "__getstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptClass.__getstate__", "name": "__getstate__", "type": null}}, "__iadd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptClass.__iadd__", "name": "__iadd__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "cpp_class"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptClass.__init__", "name": "__init__", "type": null}}, "__setattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "attr", "value"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptClass.__setattr__", "name": "__setattr__", "type": null}}, "_c": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script.RecursiveScriptClass._c", "name": "_c", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_props": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script.RecursiveScriptClass._props", "name": "_props", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "forward_magic_method": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "method_name", "args", "kwargs"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptClass.forward_magic_method", "name": "forward_magic_method", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RecursiveScriptModule": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.jit._script.ScriptModule"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._script.RecursiveScriptModule", "name": "RecursiveScriptModule", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.jit._script.RecursiveScriptModule", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._script", "mro": ["torch.jit._script.RecursiveScriptModule", "torch.jit._script.ScriptModule", "builtins.object"], "names": {".class": "SymbolTable", "__bool__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule.__bool__", "name": "__bool__", "type": null}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule.__contains__", "name": "__contains__", "type": null}}, "__copy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule.__copy__", "name": "__copy__", "type": null}}, "__deepcopy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "memo"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule.__deepcopy__", "name": "__deepcopy__", "type": null}}, "__dir__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule.__dir__", "name": "__dir__", "type": null}}, "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "attr"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule.__getattr__", "name": "__getattr__", "type": null}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "idx"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule.__getitem__", "name": "__getitem__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "cpp_module"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule.__init__", "name": "__init__", "type": null}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule.__iter__", "name": "__iter__", "type": null}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule.__len__", "name": "__len__", "type": null}}, "__setattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "attr", "value"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule.__setattr__", "name": "__setattr__", "type": null}}, "_buffers": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule._buffers", "name": "_buffers", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_c": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule._c", "name": "_c", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_concrete_type": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule._concrete_type", "name": "_concrete_type", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_construct": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cpp_module", "init_fn"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit._script.RecursiveScriptModule._construct", "name": "_construct", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_construct", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cpp_module", "init_fn"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_construct of RecursiveScriptModule", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_disable_script_meta": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.jit._script.RecursiveScriptModule._disable_script_meta", "name": "_disable_script_meta", "type": "builtins.bool"}}, "_finalize_scriptmodule": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["script_module"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit._script.RecursiveScriptModule._finalize_scriptmodule", "name": "_finalize_scriptmodule", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_finalize_scriptmodule", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["script_module"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_finalize_scriptmodule of RecursiveScriptModule", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_modules": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule._modules", "name": "_modules", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_parameters": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule._parameters", "name": "_parameters", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_reconstruct": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "cpp_module"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule._reconstruct", "name": "_reconstruct", "type": null}}, "_replicate_for_data_parallel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule._replicate_for_data_parallel", "name": "_replicate_for_data_parallel", "type": null}}, "_save_for_lite_interpreter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule._save_for_lite_interpreter", "name": "_save_for_lite_interpreter", "type": null}}, "_save_to_buffer_for_lite_interpreter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule._save_to_buffer_for_lite_interpreter", "name": "_save_to_buffer_for_lite_interpreter", "type": null}}, "code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.jit._script.RecursiveScriptModule.code", "name": "code", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "code", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.jit._script.RecursiveScriptModule"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "code of RecursiveScriptModule", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "code_with_constants": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.jit._script.RecursiveScriptModule.code_with_constants", "name": "code_with_constants", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "code_with_constants", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.jit._script.RecursiveScriptModule"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "code_with_constants of RecursiveScriptModule", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "define": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "src"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule.define", "name": "define", "type": null}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule.extra_repr", "name": "extra_repr", "type": null}}, "forward_magic_method": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "method_name", "args", "kwargs"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule.forward_magic_method", "name": "forward_magic_method", "type": null}}, "get_debug_state": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule.get_debug_state", "name": "get_debug_state", "type": null}}, "graph": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.jit._script.RecursiveScriptModule.graph", "name": "graph", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "graph", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.jit._script.RecursiveScriptModule"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "graph of RecursiveScriptModule", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "graph_for": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule.graph_for", "name": "graph_for", "type": null}}, "inlined_graph": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.jit._script.RecursiveScriptModule.inlined_graph", "name": "inlined_graph", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "inlined_graph", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.jit._script.RecursiveScriptModule"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "inlined_graph of RecursiveScriptModule", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "original_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.jit._script.RecursiveScriptModule.original_name", "name": "original_name", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "original_name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.jit._script.RecursiveScriptModule"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "original_name of RecursiveScriptModule", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "save": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "f", "kwargs"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule.save", "name": "save", "type": null}}, "save_to_buffer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.jit._script.RecursiveScriptModule.save_to_buffer", "name": "save_to_buffer", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ScriptFunction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.jit._script.ScriptFunction", "line": 52, "no_args": true, "normalized": false, "target": "torch._C.ScriptFunction"}}, "ScriptMeta": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.type"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._script.ScriptMeta", "name": "ScriptMeta", "type_vars": []}, "flags": [], "fullname": "torch.jit._script.ScriptMeta", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._script", "mro": ["torch.jit._script.ScriptMeta", "builtins.type", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "name", "bases", "attrs"], "flags": [], "fullname": "torch.jit._script.ScriptMeta.__init__", "name": "__init__", "type": null}}, "_constants_set": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script.ScriptMeta._constants_set", "name": "_constants_set", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_methods": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.jit._script.ScriptMeta._methods", "name": "_methods", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ScriptMethodStub": {".class": "SymbolTableNode", "cross_ref": "torch.jit._recursive.ScriptMethodStub", "kind": "Gdef"}, "ScriptModule": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._script.ScriptModule", "name": "ScriptModule", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.jit._script.ScriptModule", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._script", "mro": ["torch.jit._script.ScriptModule", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "attr"], "flags": [], "fullname": "torch.jit._script.ScriptModule.__getattr__", "name": "__getattr__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script.ScriptModule.__init__", "name": "__init__", "type": null}}, "__jit_unused_properties__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.jit._script.ScriptModule.__jit_unused_properties__", "name": "__jit_unused_properties__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__reduce_package__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "exporter"], "flags": [], "fullname": "torch.jit._script.ScriptModule.__reduce_package__", "name": "__reduce_package__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exporter"], "arg_types": ["torch.jit._script.ScriptModule", "torch.package.package_exporter.PackageExporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reduce_package__ of ScriptModule", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "__setattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "attr", "value"], "flags": [], "fullname": "torch.jit._script.ScriptModule.__setattr__", "name": "__setattr__", "type": null}}, "_replicate_for_data_parallel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script.ScriptModule._replicate_for_data_parallel", "name": "_replicate_for_data_parallel", "type": null}}, "define": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "src"], "flags": [], "fullname": "torch.jit._script.ScriptModule.define", "name": "define", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.jit._script.ScriptModule.forward", "name": "forward", "type": "torch.jit._script._CachedForward"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ScriptWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Warning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._script.ScriptWarning", "name": "ScriptWarning", "type_vars": []}, "flags": [], "fullname": "torch.jit._script.ScriptWarning", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._script", "mro": ["torch.jit._script.ScriptWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_CachedForward": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._script._CachedForward", "name": "_CachedForward", "type_vars": []}, "flags": [], "fullname": "torch.jit._script._CachedForward", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._script", "mro": ["torch.jit._script._CachedForward", "builtins.object"], "names": {".class": "SymbolTable", "__get__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "cls"], "flags": [], "fullname": "torch.jit._script._CachedForward.__get__", "name": "__get__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ScriptProfile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._script._ScriptProfile", "name": "_ScriptProfile", "type_vars": []}, "flags": [], "fullname": "torch.jit._script._ScriptProfile", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._script", "mro": ["torch.jit._script._ScriptProfile", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script._ScriptProfile.__init__", "name": "__init__", "type": null}}, "disable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script._ScriptProfile.disable", "name": "disable", "type": null}}, "dump": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script._ScriptProfile.dump", "name": "dump", "type": null}}, "dump_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script._ScriptProfile.dump_string", "name": "dump_string", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.jit._script._ScriptProfile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dump_string of _ScriptProfile", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "enable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script._ScriptProfile.enable", "name": "enable", "type": null}}, "profile": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script._ScriptProfile.profile", "name": "profile", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ScriptProfileColumn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._script._ScriptProfileColumn", "name": "_ScriptProfileColumn", "type_vars": []}, "flags": [], "fullname": "torch.jit._script._ScriptProfileColumn", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._script", "mro": ["torch.jit._script._ScriptProfileColumn", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "header", "alignment", "offset"], "flags": [], "fullname": "torch.jit._script._ScriptProfileColumn.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "header", "alignment", "offset"], "arg_types": ["torch.jit._script._ScriptProfileColumn", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _ScriptProfileColumn", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_row": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "lineno", "value"], "flags": [], "fullname": "torch.jit._script._ScriptProfileColumn.add_row", "name": "add_row", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "lineno", "value"], "arg_types": ["torch.jit._script._ScriptProfileColumn", "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_row of _ScriptProfileColumn", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "alignment": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script._ScriptProfileColumn.alignment", "name": "alignment", "type": "builtins.int"}}, "header": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script._ScriptProfileColumn.header", "name": "header", "type": "builtins.str"}}, "materialize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script._ScriptProfileColumn.materialize", "name": "materialize", "type": null}}, "offset": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script._ScriptProfileColumn.offset", "name": "offset", "type": "builtins.int"}}, "rows": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.jit._script._ScriptProfileColumn.rows", "name": "rows", "type": {".class": "Instance", "args": ["builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ScriptProfileTable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._script._ScriptProfileTable", "name": "_ScriptProfileTable", "type_vars": []}, "flags": [], "fullname": "torch.jit._script._ScriptProfileTable", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._script", "mro": ["torch.jit._script._ScriptProfileTable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "cols", "source_range"], "flags": [], "fullname": "torch.jit._script._ScriptProfileTable.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "cols", "source_range"], "arg_types": ["torch.jit._script._ScriptProfileTable", {".class": "Instance", "args": ["torch.jit._script._ScriptProfileColumn"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _ScriptProfileTable", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cols": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script._ScriptProfileTable.cols", "name": "cols", "type": {".class": "Instance", "args": ["torch.jit._script._ScriptProfileColumn"], "type_ref": "builtins.list"}}}, "dump_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._script._ScriptProfileTable.dump_string", "name": "dump_string", "type": null}}, "source_range": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script._ScriptProfileTable.source_range", "name": "source_range", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._script.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._script.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._script.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._script.__package__", "name": "__package__", "type": "builtins.str"}}, "_check_directly_compile_overloaded": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch.jit._script._check_directly_compile_overloaded", "name": "_check_directly_compile_overloaded", "type": null}}, "_check_overload_defaults": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["impl_defaults", "overload_defaults", "loc"], "flags": [], "fullname": "torch.jit._script._check_overload_defaults", "name": "_check_overload_defaults", "type": null}}, "_compile_and_register_class": {".class": "SymbolTableNode", "cross_ref": "torch.jit._recursive._compile_and_register_class", "kind": "Gdef"}, "_compile_function_with_overload": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["overload_fn", "qual_name", "impl_fn"], "flags": [], "fullname": "torch.jit._script._compile_function_with_overload", "name": "_compile_function_with_overload", "type": null}}, "_compiled_methods_allowlist": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script._compiled_methods_allowlist", "name": "_compiled_methods_allowlist", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "_enabled": {".class": "SymbolTableNode", "cross_ref": "torch.jit._state._enabled", "kind": "Gdef"}, "_get_function_from_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "name"], "flags": [], "fullname": "torch.jit._script._get_function_from_type", "name": "_get_function_from_type", "type": null}}, "_get_methods": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": [], "fullname": "torch.jit._script._get_methods", "name": "_get_methods", "type": null}}, "_get_overloads": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch.jit._script._get_overloads", "name": "_get_overloads", "type": null}}, "_get_type_trace_db": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.jit._script._get_type_trace_db", "name": "_get_type_trace_db", "type": null}}, "_graph_for": {".class": "SymbolTableNode", "cross_ref": "torch.jit._fuser._graph_for", "kind": "Gdef"}, "_is_new_style_class": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": [], "fullname": "torch.jit._script._is_new_style_class", "name": "_is_new_style_class", "type": null}}, "_jit_internal": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal", "kind": "Gdef"}, "_magic_methods": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script._magic_methods", "name": "_magic_methods", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "_make_fail": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "torch.jit._script._make_fail", "name": "_make_fail", "type": null}}, "_qualified_name": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal._qualified_name", "kind": "Gdef"}, "_recursive_compile_class": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["obj", "loc"], "flags": [], "fullname": "torch.jit._script._recursive_compile_class", "name": "_recursive_compile_class", "type": null}}, "_register_builtin": {".class": "SymbolTableNode", "cross_ref": "torch.jit._builtins._register_builtin", "kind": "Gdef"}, "_set_jit_function_cache": {".class": "SymbolTableNode", "cross_ref": "torch.jit._state._set_jit_function_cache", "kind": "Gdef"}, "_set_jit_overload_cache": {".class": "SymbolTableNode", "cross_ref": "torch.jit._state._set_jit_overload_cache", "kind": "Gdef"}, "_try_get_jit_cached_function": {".class": "SymbolTableNode", "cross_ref": "torch.jit._state._try_get_jit_cached_function", "kind": "Gdef"}, "_try_get_jit_cached_overloads": {".class": "SymbolTableNode", "cross_ref": "torch.jit._state._try_get_jit_cached_overloads", "kind": "Gdef"}, "_unwrap_optional": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "torch.jit._script._unwrap_optional", "name": "_unwrap_optional", "type": null}}, "call_prepare_scriptable_func": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch.jit._script.call_prepare_scriptable_func", "name": "call_prepare_scriptable_func", "type": null}}, "call_prepare_scriptable_func_impl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["obj", "memo"], "flags": [], "fullname": "torch.jit._script.call_prepare_scriptable_func_impl", "name": "call_prepare_scriptable_func_impl", "type": null}}, "classes": {".class": "SymbolTableNode", "cross_ref": "torch._classes.classes", "kind": "Gdef"}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "copy": {".class": "SymbolTableNode", "cross_ref": "copy", "kind": "Gdef"}, "create_script_dict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch.jit._script.create_script_dict", "name": "create_script_dict", "type": null}}, "create_script_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["obj", "type_hint"], "flags": [], "fullname": "torch.jit._script.create_script_list", "name": "create_script_list", "type": null}}, "enum": {".class": "SymbolTableNode", "cross_ref": "enum", "kind": "Gdef"}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "get_default_args": {".class": "SymbolTableNode", "cross_ref": "torch.jit.frontend.get_default_args", "kind": "Gdef"}, "get_jit_class_def": {".class": "SymbolTableNode", "cross_ref": "torch.jit.frontend.get_jit_class_def", "kind": "Gdef"}, "get_jit_def": {".class": "SymbolTableNode", "cross_ref": "torch.jit.frontend.get_jit_def", "kind": "Gdef"}, "has_torch_function": {".class": "SymbolTableNode", "cross_ref": "torch.overrides.has_torch_function", "kind": "Gdef"}, "has_torch_function_unary": {".class": "SymbolTableNode", "cross_ref": "torch.overrides.has_torch_function_unary", "kind": "Gdef"}, "has_torch_function_variadic": {".class": "SymbolTableNode", "cross_ref": "torch.overrides.has_torch_function_variadic", "kind": "Gdef"}, "infer_methods_to_compile": {".class": "SymbolTableNode", "cross_ref": "torch.jit._recursive.infer_methods_to_compile", "kind": "Gdef"}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef"}, "interface": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch.jit._script.interface", "name": "interface", "type": null}}, "item": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script.item", "name": "item", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "method": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script.method", "name": "method", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "method_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script.method_name", "name": "method_name", "type": "builtins.str"}}, "method_template": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.jit._script.method_template", "name": "method_template", "type": null}}, "monkeytype_trace": {".class": "SymbolTableNode", "cross_ref": "torch.jit._monkeytype_config.monkeytype_trace", "kind": "Gdef"}, "name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script.name", "name": "name", "type": "builtins.str"}}, "pad": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["s", "padding", "offset", "char"], "flags": [], "fullname": "torch.jit._script.pad", "name": "pad", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["s", "padding", "offset", "char"], "arg_types": ["builtins.str", "builtins.int", "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pad", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "pickle": {".class": "SymbolTableNode", "cross_ref": "pickle", "kind": "Gdef"}, "script": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["obj", "optimize", "_frames_up", "_rcb", "example_inputs"], "flags": [], "fullname": "torch.jit._script.script", "name": "script", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["obj", "optimize", "_frames_up", "_rcb", "example_inputs"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "script", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "script_method": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch.jit._script.script_method", "name": "script_method", "type": null}}, "set_module": {".class": "SymbolTableNode", "cross_ref": "torch.utils.set_module", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "type_trace_db": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._script.type_trace_db", "name": "type_trace_db", "type": "torch.jit._monkeytype_config.JitTypeTraceStore"}}, "unpackage_script_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["importer", "script_module_id"], "flags": [], "fullname": "torch.jit._script.unpackage_script_module", "name": "unpackage_script_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["importer", "script_module_id"], "arg_types": ["torch.package.package_importer.PackageImporter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unpackage_script_module", "ret_type": "torch.nn.modules.module.Module", "type_guard": null, "variables": []}}}, "validate_map_location": {".class": "SymbolTableNode", "cross_ref": "torch.jit._serialization.validate_map_location", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}, "with_metaclass": {".class": "SymbolTableNode", "cross_ref": "torch._six.with_metaclass", "kind": "Gdef"}, "wrap_cpp_module": {".class": "SymbolTableNode", "cross_ref": "torch.jit._recursive.wrap_cpp_module", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/jit/_script.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_script.meta.json b/.mypy_cache/3.9/torch/jit/_script.meta.json deleted file mode 100644 index 9bdeb7212..000000000 --- a/.mypy_cache/3.9/torch/jit/_script.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [9, 10, 11, 12, 13, 14, 15, 16, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 36, 38, 39, 41, 46, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 10, 10, 5, 10, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["functools", "collections", "enum", "inspect", "copy", "pickle", "warnings", "typing", "torch", "torch._jit_internal", "torch.utils", "torch.jit._recursive", "torch.nn", "torch.jit._state", "torch.jit._builtins", "torch._six", "torch.jit.frontend", "torch.jit._fuser", "torch.overrides", "torch.package", "torch.jit._serialization", "torch.jit._monkeytype_config", "torch._classes", "builtins", "threading", "contextlib", "logging", "io", "os", "time", "_typeshed", "abc", "torch._C", "torch.jit.annotations", "torch.nn.modules", "torch.nn.modules.module", "torch.package.importer", "torch.package.package_exporter", "torch.package.package_importer", "types", "typing_extensions"], "hash": "98240d6ebffe3890bf9bdb1c26752892680e039a79f0fd9bea4c2ddf580ac7a3", "id": "torch.jit._script", "ignore_all": true, "interface_hash": "cab857dd5e701f76b3701174b78b73e4b172c70d6814fcc875f9b6050fdca018", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/jit/_script.py", "plugin_data": null, "size": 60825, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_serialization.data.json b/.mypy_cache/3.9/torch/jit/_serialization.data.json deleted file mode 100644 index f424aa5b7..000000000 --- a/.mypy_cache/3.9/torch/jit/_serialization.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.jit._serialization", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._serialization.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._serialization.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._serialization.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._serialization.__package__", "name": "__package__", "type": "builtins.str"}}, "load": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["f", "map_location", "_extra_files"], "flags": [], "fullname": "torch.jit._serialization.load", "name": "load", "type": null}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "pathlib": {".class": "SymbolTableNode", "cross_ref": "pathlib", "kind": "Gdef"}, "save": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["m", "f", "_extra_files"], "flags": [], "fullname": "torch.jit._serialization.save", "name": "save", "type": null}}, "string_classes": {".class": "SymbolTableNode", "cross_ref": "torch._six.string_classes", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "validate_cuda_device": {".class": "SymbolTableNode", "cross_ref": "torch.serialization.validate_cuda_device", "kind": "Gdef"}, "validate_map_location": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["map_location"], "flags": [], "fullname": "torch.jit._serialization.validate_map_location", "name": "validate_map_location", "type": null}}, "wrap_cpp_module": {".class": "SymbolTableNode", "cross_ref": "torch.jit._recursive.wrap_cpp_module", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/jit/_serialization.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_serialization.meta.json b/.mypy_cache/3.9/torch/jit/_serialization.meta.json deleted file mode 100644 index 94206c17b..000000000 --- a/.mypy_cache/3.9/torch/jit/_serialization.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [10, 11, 13, 14, 15, 16, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["os", "pathlib", "torch", "torch._six", "torch.jit._recursive", "torch.serialization", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "time", "abc", "torch._C", "typing"], "hash": "b6ec82effb7a8d50d68533725850081a1d685b554fcb05d0379dd3d48d70dcc7", "id": "torch.jit._serialization", "ignore_all": true, "interface_hash": "b5e78d19a6b8d79b1507dc1e67a3842fe79a1b414a2d8b85a62b0cb4746d0543", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/jit/_serialization.py", "plugin_data": null, "size": 6269, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_state.data.json b/.mypy_cache/3.9/torch/jit/_state.data.json deleted file mode 100644 index c301cda82..000000000 --- a/.mypy_cache/3.9/torch/jit/_state.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.jit._state", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "EnabledProxy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._state.EnabledProxy", "name": "EnabledProxy", "type_vars": []}, "flags": [], "fullname": "torch.jit._state.EnabledProxy", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._state", "mro": ["torch.jit._state.EnabledProxy", "builtins.object"], "names": {".class": "SymbolTable", "__bool__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._state.EnabledProxy.__bool__", "name": "__bool__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._state.EnabledProxy.__init__", "name": "__init__", "type": null}}, "enabled": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._state.EnabledProxy.enabled", "name": "enabled", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "parse_env": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "name", "default", "true_message", "false_message"], "flags": [], "fullname": "torch.jit._state.EnabledProxy.parse_env", "name": "parse_env", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._state.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._state.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._state.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._state.__package__", "name": "__package__", "type": "builtins.str"}}, "_add_script_class": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["python_class", "script_class"], "flags": [], "fullname": "torch.jit._state._add_script_class", "name": "_add_script_class", "type": null}}, "_clear_class_state": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.jit._state._clear_class_state", "name": "_clear_class_state", "type": null}}, "_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._state._enabled", "name": "_enabled", "type": "torch.jit._state.EnabledProxy"}}, "_get_python_class": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["qualified_name"], "flags": [], "fullname": "torch.jit._state._get_python_class", "name": "_get_python_class", "type": null}}, "_get_script_class": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["python_class"], "flags": [], "fullname": "torch.jit._state._get_script_class", "name": "_get_script_class", "type": null}}, "_jit_caching_layer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._state._jit_caching_layer", "name": "_jit_caching_layer", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "weakref.WeakKeyDictionary"}}}, "_jit_function_overload_caching": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._state._jit_function_overload_caching", "name": "_jit_function_overload_caching", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "weakref.WeakKeyDictionary"}}}, "_name_to_pyclass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._state._name_to_pyclass", "name": "_name_to_pyclass", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.dict"}}}, "_python_cu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._state._python_cu", "name": "_python_cu", "type": "torch._C.CompilationUnit"}}, "_script_classes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._state._script_classes", "name": "_script_classes", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.dict"}}}, "_set_jit_function_cache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["key", "value"], "flags": [], "fullname": "torch.jit._state._set_jit_function_cache", "name": "_set_jit_function_cache", "type": null}}, "_set_jit_overload_cache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["key", "compiled_fns"], "flags": [], "fullname": "torch.jit._state._set_jit_overload_cache", "name": "_set_jit_overload_cache", "type": null}}, "_try_get_jit_cached_function": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["key"], "flags": [], "fullname": "torch.jit._state._try_get_jit_cached_function", "name": "_try_get_jit_cached_function", "type": null}}, "_try_get_jit_cached_overloads": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["key"], "flags": [], "fullname": "torch.jit._state._try_get_jit_cached_overloads", "name": "_try_get_jit_cached_overloads", "type": null}}, "disable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.jit._state.disable", "name": "disable", "type": null}}, "enable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.jit._state.enable", "name": "enable", "type": null}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "weakref": {".class": "SymbolTableNode", "cross_ref": "weakref", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/jit/_state.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_state.meta.json b/.mypy_cache/3.9/torch/jit/_state.meta.json deleted file mode 100644 index 0b28dbf7b..000000000 --- a/.mypy_cache/3.9/torch/jit/_state.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [8, 9, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch", "os", "weakref", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "time", "_typeshed", "abc", "torch._C", "typing"], "hash": "6f5b43c974f0dd6101985264bf41463b8d30bc9f2b52e9d32a6cde308fbf4cbc", "id": "torch.jit._state", "ignore_all": true, "interface_hash": "73ce6302a568f115459b74036e0c5e5c2bce5aa97fd1830a264a3b16e244d933", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/jit/_state.py", "plugin_data": null, "size": 3651, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_trace.data.json b/.mypy_cache/3.9/torch/jit/_trace.data.json deleted file mode 100644 index c2effd3a3..000000000 --- a/.mypy_cache/3.9/torch/jit/_trace.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.jit._trace", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "ONNXTracedModule": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._trace.ONNXTracedModule", "name": "ONNXTracedModule", "type_vars": []}, "flags": [], "fullname": "torch.jit._trace.ONNXTracedModule", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._trace", "mro": ["torch.jit._trace.ONNXTracedModule", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "inner", "strict", "force_outplace", "return_inputs", "return_inputs_states"], "flags": [], "fullname": "torch.jit._trace.ONNXTracedModule.__init__", "name": "__init__", "type": null}}, "_force_outplace": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._trace.ONNXTracedModule._force_outplace", "name": "_force_outplace", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_return_inputs": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._trace.ONNXTracedModule._return_inputs", "name": "_return_inputs", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_return_inputs_states": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._trace.ONNXTracedModule._return_inputs_states", "name": "_return_inputs_states", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "torch.jit._trace.ONNXTracedModule.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["torch.jit._trace.ONNXTracedModule", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of ONNXTracedModule", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "inner": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._trace.ONNXTracedModule.inner", "name": "inner", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "strict": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._trace.ONNXTracedModule.strict", "name": "strict", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "QualnameWrapper@1025": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._trace.QualnameWrapper@1025", "name": "QualnameWrapper", "type_vars": []}, "flags": [], "fullname": "torch.jit._trace.QualnameWrapper@1025", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._trace", "mro": ["torch.jit._trace.QualnameWrapper@1025", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ScriptModule": {".class": "SymbolTableNode", "cross_ref": "torch.jit._script.ScriptModule", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "TopLevelTracedModule": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.jit._trace.TracedModule"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._trace.TopLevelTracedModule", "name": "TopLevelTracedModule", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.jit._trace.TopLevelTracedModule", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._trace", "mro": ["torch.jit._trace.TopLevelTracedModule", "torch.jit._trace.TracedModule", "torch.jit._script.ScriptModule", "builtins.object"], "names": {".class": "SymbolTable", "_reconstruct": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "cpp_module"], "flags": [], "fullname": "torch.jit._trace.TopLevelTracedModule._reconstruct", "name": "_reconstruct", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.jit._trace.TopLevelTracedModule.forward", "name": "forward", "type": "torch.jit._script._CachedForward"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TracedModule": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.jit._script.ScriptModule"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._trace.TracedModule", "name": "TracedModule", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.jit._trace.TracedModule", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._trace", "mro": ["torch.jit._trace.TracedModule", "torch.jit._script.ScriptModule", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "attr"], "flags": [], "fullname": "torch.jit._trace.TracedModule.__getattr__", "name": "__getattr__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "orig", "id_set", "_compilation_unit"], "flags": [], "fullname": "torch.jit._trace.TracedModule.__init__", "name": "__init__", "type": null}}, "__setattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "attr", "value"], "flags": [], "fullname": "torch.jit._trace.TracedModule.__setattr__", "name": "__setattr__", "type": null}}, "_disable_script_meta": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.jit._trace.TracedModule._disable_script_meta", "name": "_disable_script_meta", "type": "builtins.bool"}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._trace.TracedModule._get_name", "name": "_get_name", "type": null}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit._trace.TracedModule.extra_repr", "name": "extra_repr", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.jit._trace.TracedModule.forward", "name": "forward", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TracerWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Warning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._trace.TracerWarning", "name": "TracerWarning", "type_vars": []}, "flags": [], "fullname": "torch.jit._trace.TracerWarning", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._trace", "mro": ["torch.jit._trace.TracerWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "ignore_lib_warnings": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit._trace.TracerWarning.ignore_lib_warnings", "name": "ignore_lib_warnings", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "ignore_lib_warnings", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "ignore_lib_warnings of TracerWarning", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TracingCheckError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit._trace.TracingCheckError", "name": "TracingCheckError", "type_vars": []}, "flags": [], "fullname": "torch.jit._trace.TracingCheckError", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit._trace", "mro": ["torch.jit._trace.TracingCheckError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "graph_diff_error", "tensor_compare_error", "extra_msg"], "flags": [], "fullname": "torch.jit._trace.TracingCheckError.__init__", "name": "__init__", "type": null}}, "message": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._trace.TracingCheckError.message", "name": "message", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_CachedForward": {".class": "SymbolTableNode", "cross_ref": "torch.jit._script._CachedForward", "kind": "Gdef"}, "_JIT_DISABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._trace._JIT_DISABLE", "name": "_JIT_DISABLE", "type": {".class": "UnionType", "items": ["builtins.str", "builtins.bool"]}}}, "_JIT_STATS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._trace._JIT_STATS", "name": "_JIT_STATS", "type": {".class": "UnionType", "items": ["builtins.str", "builtins.bool"]}}}, "_JIT_TIME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._trace._JIT_TIME", "name": "_JIT_TIME", "type": {".class": "UnionType", "items": ["builtins.str", "builtins.bool"]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._trace.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._trace.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._trace.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._trace.__package__", "name": "__package__", "type": "builtins.str"}}, "_check_trace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["check_inputs", "func", "traced_func", "check_tolerance", "strict", "force_outplace", "is_trace_module", "_module_class"], "flags": ["is_decorated"], "fullname": "torch.jit._trace._check_trace", "name": "_check_trace", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_check_trace", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["check_inputs", "func", "traced_func", "check_tolerance", "strict", "force_outplace", "is_trace_module", "_module_class"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_check_trace", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_clone_inputs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["args"], "flags": [], "fullname": "torch.jit._trace._clone_inputs", "name": "_clone_inputs", "type": null}}, "_create_interpreter_name_lookup_fn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["frames_up"], "flags": [], "fullname": "torch.jit._trace._create_interpreter_name_lookup_fn", "name": "_create_interpreter_name_lookup_fn", "type": null}}, "_enabled": {".class": "SymbolTableNode", "cross_ref": "torch.jit._state._enabled", "kind": "Gdef"}, "_flatten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._trace._flatten", "name": "_flatten", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["arg"], "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", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "torch._C.IODescriptor"], "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_default_rtol_and_atol": {".class": "SymbolTableNode", "cross_ref": "torch.testing._asserts._get_default_rtol_and_atol", "kind": "Gdef"}, "_get_trace_graph": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["f", "args", "kwargs", "strict", "_force_outplace", "return_inputs", "_return_inputs_states"], "flags": [], "fullname": "torch.jit._trace._get_trace_graph", "name": "_get_trace_graph", "type": null}}, "_python_cu": {".class": "SymbolTableNode", "cross_ref": "torch.jit._state._python_cu", "kind": "Gdef"}, "_qualified_name": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal._qualified_name", "kind": "Gdef"}, "_script_if_tracing": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch.jit._trace._script_if_tracing", "name": "_script_if_tracing", "type": null}}, "_time": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["trace_name", "name", "time"], "flags": ["is_generator", "is_decorated"], "fullname": "torch.jit._trace._time", "name": "_time", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_time", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["trace_name", "name", "time"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_time", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "_trace_module_map": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit._trace._trace_module_map", "name": "_trace_module_map", "type": {".class": "UnionType", "items": [{".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"}, {".class": "NoneType"}]}}}, "_unflatten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit._trace._unflatten", "name": "_unflatten", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["vars", "desc"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "torch._C.IODescriptor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "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": []}}}, "_unique_state_dict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["module", "keep_vars"], "flags": [], "fullname": "torch.jit._trace._unique_state_dict", "name": "_unique_state_dict", "type": null}}, "_verify_equal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["xs", "ys"], "flags": [], "fullname": "torch.jit._trace._verify_equal", "name": "_verify_equal", "type": null}}, "contextlib": {".class": "SymbolTableNode", "cross_ref": "contextlib", "kind": "Gdef"}, "copy": {".class": "SymbolTableNode", "cross_ref": "copy", "kind": "Gdef"}, "function": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.function", "kind": "Gdef"}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "get_callable_argument_names": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal.get_callable_argument_names", "kind": "Gdef"}, "indent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": [], "fullname": "torch.jit._trace.indent", "name": "indent", "type": null}}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef"}, "is_scripting": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal.is_scripting", "kind": "Gdef"}, "is_tracing": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.jit._trace.is_tracing", "name": "is_tracing", "type": null}}, "make_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["mod", "_module_class", "_compilation_unit"], "flags": [], "fullname": "torch.jit._trace.make_module", "name": "make_module", "type": null}}, "make_tuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["example_inputs"], "flags": [], "fullname": "torch.jit._trace.make_tuple", "name": "make_tuple", "type": null}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "script": {".class": "SymbolTableNode", "cross_ref": "torch.jit._script.script", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "trace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["func", "example_inputs", "optimize", "check_trace", "check_inputs", "check_tolerance", "strict", "_force_outplace", "_module_class", "_compilation_unit"], "flags": [], "fullname": "torch.jit._trace.trace", "name": "trace", "type": null}}, "trace_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["mod", "inputs", "optimize", "check_trace", "check_inputs", "check_tolerance", "strict", "_force_outplace", "_module_class", "_compilation_unit"], "flags": [], "fullname": "torch.jit._trace.trace_module", "name": "trace_module", "type": null}}, "verify": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["model", "args", "loss_fn", "devices"], "flags": [], "fullname": "torch.jit._trace.verify", "name": "verify", "type": null}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}, "wrap_check_inputs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["check_inputs"], "flags": [], "fullname": "torch.jit._trace.wrap_check_inputs", "name": "wrap_check_inputs", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/jit/_trace.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/_trace.meta.json b/.mypy_cache/3.9/torch/jit/_trace.meta.json deleted file mode 100644 index 4858e3876..000000000 --- a/.mypy_cache/3.9/torch/jit/_trace.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [10, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 24, 25, 27, 368, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 10, 10, 10, 5, 5, 5, 5, 20, 10, 5, 5, 20, 5, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "copy", "os", "contextlib", "functools", "warnings", "inspect", "re", "typing", "torch.jit._state", "torch.jit._script", "torch._jit_internal", "torch.autograd", "torch.autograd.function", "torch.nn", "torch.testing._asserts", "difflib", "builtins", "threading", "collections", "logging", "io", "pickle", "time", "_typeshed", "abc", "enum", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd.grad_mode", "torch.cuda", "torch.cuda.streams", "torch.jit._recursive", "torch.nn.modules", "torch.nn.modules.module", "torch.random", "torch.testing", "torch.testing._deprecated", "torch.types", "types", "typing_extensions"], "hash": "a8963c7eb253c107721b92f682a8565d821df38ea0aca95ad8d2fa02587962c9", "id": "torch.jit._trace", "ignore_all": true, "interface_hash": "0c60a9be886df97b799602e86b8cd218695ad31b0daa955a03eae8a121f0f304", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/jit/_trace.py", "plugin_data": null, "size": 45873, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/annotations.data.json b/.mypy_cache/3.9/torch/jit/annotations.data.json deleted file mode 100644 index e22f9aa78..000000000 --- a/.mypy_cache/3.9/torch/jit/annotations.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.jit.annotations", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "AnyType": {".class": "SymbolTableNode", "cross_ref": "torch._C.AnyType", "kind": "Gdef"}, "BoolType": {".class": "SymbolTableNode", "cross_ref": "torch._C.BoolType", "kind": "Gdef", "module_public": false}, "BroadcastingList1": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal.BroadcastingList1", "kind": "Gdef"}, "BroadcastingList2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.annotations.BroadcastingList2", "name": "BroadcastingList2", "type": {".class": "AnyType", "missing_import_name": "torch.jit.annotations.BroadcastingList2", "source_any": null, "type_of_any": 3}}}, "BroadcastingList3": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.annotations.BroadcastingList3", "name": "BroadcastingList3", "type": {".class": "AnyType", "missing_import_name": "torch.jit.annotations.BroadcastingList3", "source_any": null, "type_of_any": 3}}}, "ComplexType": {".class": "SymbolTableNode", "cross_ref": "torch._C.ComplexType", "kind": "Gdef"}, "DeviceObjType": {".class": "SymbolTableNode", "cross_ref": "torch._C.DeviceObjType", "kind": "Gdef", "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "DictType": {".class": "SymbolTableNode", "cross_ref": "torch._C.DictType", "kind": "Gdef"}, "EnumType": {".class": "SymbolTableNode", "cross_ref": "torch._C.EnumType", "kind": "Gdef", "module_public": false}, "EvalEnv": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit.annotations.EvalEnv", "name": "EvalEnv", "type_vars": []}, "flags": [], "fullname": "torch.jit.annotations.EvalEnv", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit.annotations", "mro": ["torch.jit.annotations.EvalEnv", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch.jit.annotations.EvalEnv.__getitem__", "name": "__getitem__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "rcb"], "flags": [], "fullname": "torch.jit.annotations.EvalEnv.__init__", "name": "__init__", "type": null}}, "env": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.jit.annotations.EvalEnv.env", "name": "env", "type": {".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "builtins.dict"}}}, "rcb": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit.annotations.EvalEnv.rcb", "name": "rcb", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FloatType": {".class": "SymbolTableNode", "cross_ref": "torch._C.FloatType", "kind": "Gdef"}, "Future": {".class": "SymbolTableNode", "cross_ref": "torch.futures.Future", "kind": "Gdef", "module_public": false}, "FutureType": {".class": "SymbolTableNode", "cross_ref": "torch._C.FutureType", "kind": "Gdef", "module_public": false}, "IntType": {".class": "SymbolTableNode", "cross_ref": "torch._C.IntType", "kind": "Gdef"}, "InterfaceType": {".class": "SymbolTableNode", "cross_ref": "torch._C.InterfaceType", "kind": "Gdef", "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "ListType": {".class": "SymbolTableNode", "cross_ref": "torch._C.ListType", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit.annotations.Module", "name": "Module", "type_vars": []}, "flags": [], "fullname": "torch.jit.annotations.Module", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit.annotations", "mro": ["torch.jit.annotations.Module", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch.jit.annotations.Module.__getattr__", "name": "__getattr__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "members"], "flags": [], "fullname": "torch.jit.annotations.Module.__init__", "name": "__init__", "type": null}}, "members": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit.annotations.Module.members", "name": "members", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "name": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit.annotations.Module.name", "name": "name", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NoneType": {".class": "SymbolTableNode", "cross_ref": "torch._C.NoneType", "kind": "Gdef", "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_public": false}, "OptionalType": {".class": "SymbolTableNode", "cross_ref": "torch._C.OptionalType", "kind": "Gdef", "module_public": false}, "RRef": {".class": "SymbolTableNode", "cross_ref": "torch.distributed.rpc.api.RRef", "kind": "Gdef", "module_public": false}, "RRefType": {".class": "SymbolTableNode", "cross_ref": "torch._C.RRefType", "kind": "Gdef", "module_public": false}, "StreamObjType": {".class": "SymbolTableNode", "cross_ref": "torch._C.StreamObjType", "kind": "Gdef", "module_public": false}, "StringType": {".class": "SymbolTableNode", "cross_ref": "torch._C.StringType", "kind": "Gdef"}, "TensorType": {".class": "SymbolTableNode", "cross_ref": "torch._C.TensorType", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "TupleType": {".class": "SymbolTableNode", "cross_ref": "torch._C.TupleType", "kind": "Gdef"}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_public": false}, "UnionType": {".class": "SymbolTableNode", "cross_ref": "torch._C.UnionType", "kind": "Gdef", "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.jit.annotations.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit.annotations.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit.annotations.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit.annotations.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit.annotations.__package__", "name": "__package__", "type": "builtins.str"}}, "_get_script_class": {".class": "SymbolTableNode", "cross_ref": "torch.jit._state._get_script_class", "kind": "Gdef", "module_public": false}, "_qualified_name": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal._qualified_name", "kind": "Gdef", "module_public": false}, "ann_to_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ann", "loc"], "flags": [], "fullname": "torch.jit.annotations.ann_to_type", "name": "ann_to_type", "type": null}}, "ast": {".class": "SymbolTableNode", "cross_ref": "ast", "kind": "Gdef", "module_public": false}, "builtins": {".class": "SymbolTableNode", "cross_ref": "builtins", "kind": "Gdef", "module_public": false}, "check_fn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fn", "loc"], "flags": [], "fullname": "torch.jit.annotations.check_fn", "name": "check_fn", "type": null}}, "dedent": {".class": "SymbolTableNode", "cross_ref": "textwrap.dedent", "kind": "Gdef", "module_public": false}, "enum": {".class": "SymbolTableNode", "cross_ref": "enum", "kind": "Gdef", "module_public": false}, "get_enum_value_type": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["e", "loc"], "flags": [], "fullname": "torch.jit.annotations.get_enum_value_type", "name": "get_enum_value_type", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["e", "loc"], "arg_types": [{".class": "TypeType", "item": "enum.Enum"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_enum_value_type", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "get_param_names": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fn", "n_args"], "flags": [], "fullname": "torch.jit.annotations.get_param_names", "name": "get_param_names", "type": null}}, "get_signature": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["fn", "rcb", "loc", "is_method"], "flags": [], "fullname": "torch.jit.annotations.get_signature", "name": "get_signature", "type": null}}, "get_source_lines_and_file": {".class": "SymbolTableNode", "cross_ref": "torch._sources.get_source_lines_and_file", "kind": "Gdef", "module_public": false}, "get_type_line": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["source"], "flags": [], "fullname": "torch.jit.annotations.get_type_line", "name": "get_type_line", "type": null}}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef", "module_public": false}, "is_dict": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal.is_dict", "kind": "Gdef"}, "is_function_or_method": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["the_callable"], "flags": [], "fullname": "torch.jit.annotations.is_function_or_method", "name": "is_function_or_method", "type": null}}, "is_future": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal.is_future", "kind": "Gdef", "module_public": false}, "is_ignored_fn": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal.is_ignored_fn", "kind": "Gdef", "module_public": false}, "is_list": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal.is_list", "kind": "Gdef"}, "is_optional": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal.is_optional", "kind": "Gdef"}, "is_rref": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal.is_rref", "kind": "Gdef", "module_public": false}, "is_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ann"], "flags": [], "fullname": "torch.jit.annotations.is_tensor", "name": "is_tensor", "type": null}}, "is_tuple": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal.is_tuple", "kind": "Gdef"}, "is_union": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal.is_union", "kind": "Gdef"}, "is_vararg": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["the_callable"], "flags": [], "fullname": "torch.jit.annotations.is_vararg", "name": "is_vararg", "type": null}}, "parse_type_line": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["type_line", "rcb", "loc"], "flags": [], "fullname": "torch.jit.annotations.parse_type_line", "name": "parse_type_line", "type": null}}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef", "module_public": false}, "split_type_line": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["type_line"], "flags": [], "fullname": "torch.jit.annotations.split_type_line", "name": "split_type_line", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}, "try_ann_to_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ann", "loc"], "flags": [], "fullname": "torch.jit.annotations.try_ann_to_type", "name": "try_ann_to_type", "type": null}}, "try_real_annotations": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fn", "loc"], "flags": [], "fullname": "torch.jit.annotations.try_real_annotations", "name": "try_real_annotations", "type": null}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/jit/annotations.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/annotations.meta.json b/.mypy_cache/3.9/torch/jit/annotations.meta.json deleted file mode 100644 index dd15503a2..000000000 --- a/.mypy_cache/3.9/torch/jit/annotations.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 8, 11, 13, 18, 19, 20, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 10, 10, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["ast", "enum", "inspect", "re", "builtins", "torch", "warnings", "torch._jit_internal", "torch.jit._state", "torch._C", "textwrap", "torch._sources", "typing", "functools", "threading", "contextlib", "collections", "logging", "io", "pickle", "os", "time", "_ast", "_typeshed", "abc", "torch._C._distributed_rpc", "torch._tensor", "torch.distributed", "torch.distributed.rpc", "torch.distributed.rpc.api", "torch.futures", "torch.jit._script", "torch.jit.frontend", "torch.types", "types", "typing_extensions"], "hash": "27763610ba14ef32331b33ec026fa0a9ec138a980cad0eedc9e71ff67de08d11", "id": "torch.jit.annotations", "ignore_all": true, "interface_hash": "1b1bdfc63358a98d9b49bf0b67c822f09d281f92d3d6a07a4cda118472539aac", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/jit/annotations.py", "plugin_data": null, "size": 16126, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/frontend.data.json b/.mypy_cache/3.9/torch/jit/frontend.data.json deleted file mode 100644 index dace07ad1..000000000 --- a/.mypy_cache/3.9/torch/jit/frontend.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.jit.frontend", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Apply": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Apply", "name": "Apply", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Apply", "source_any": null, "type_of_any": 3}}}, "Assert": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Assert", "name": "Assert", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Assert", "source_any": null, "type_of_any": 3}}}, "Assign": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Assign", "name": "Assign", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Assign", "source_any": null, "type_of_any": 3}}}, "Attribute": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Attribute", "name": "Attribute", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Attribute", "source_any": null, "type_of_any": 3}}}, "AugAssign": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.AugAssign", "name": "AugAssign", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.AugAssign", "source_any": null, "type_of_any": 3}}}, "BinOp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.BinOp", "name": "BinOp", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.BinOp", "source_any": null, "type_of_any": 3}}}, "Break": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Break", "name": "Break", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Break", "source_any": null, "type_of_any": 3}}}, "Builder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit.frontend.Builder", "name": "Builder", "type_vars": []}, "flags": [], "fullname": "torch.jit.frontend.Builder", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit.frontend", "mro": ["torch.jit.frontend.Builder", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "ctx", "node"], "flags": [], "fullname": "torch.jit.frontend.Builder.__call__", "name": "__call__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ClassDef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.ClassDef", "name": "ClassDef", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.ClassDef", "source_any": null, "type_of_any": 3}}}, "Const": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Const", "name": "Const", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Const", "source_any": null, "type_of_any": 3}}}, "Continue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Continue", "name": "Continue", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Continue", "source_any": null, "type_of_any": 3}}}, "Decl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Decl", "name": "Decl", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Decl", "source_any": null, "type_of_any": 3}}}, "Def": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Def", "name": "Def", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Def", "source_any": null, "type_of_any": 3}}}, "Delete": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Delete", "name": "Delete", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Delete", "source_any": null, "type_of_any": 3}}}, "DictComp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.DictComp", "name": "DictComp", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.DictComp", "source_any": null, "type_of_any": 3}}}, "DictLiteral": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.DictLiteral", "name": "DictLiteral", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.DictLiteral", "source_any": null, "type_of_any": 3}}}, "Dots": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Dots", "name": "Dots", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Dots", "source_any": null, "type_of_any": 3}}}, "EmptyTypeAnnotation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.EmptyTypeAnnotation", "name": "EmptyTypeAnnotation", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.EmptyTypeAnnotation", "source_any": null, "type_of_any": 3}}}, "ExprBuilder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.jit.frontend.Builder"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit.frontend.ExprBuilder", "name": "ExprBuilder", "type_vars": []}, "flags": [], "fullname": "torch.jit.frontend.ExprBuilder", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit.frontend", "mro": ["torch.jit.frontend.ExprBuilder", "torch.jit.frontend.Builder", "builtins.object"], "names": {".class": "SymbolTable", "binop_map": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.jit.frontend.ExprBuilder.binop_map", "name": "binop_map", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "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": ["_ast.RShift"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_ast.operator", "type_guard": null, "variables": []}, "builtins.str"], "type_ref": "builtins.dict"}}}, "boolop_map": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.jit.frontend.ExprBuilder.boolop_map", "name": "boolop_map", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "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": ["_ast.Or"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_ast.boolop", "type_guard": null, "variables": []}, "builtins.str"], "type_ref": "builtins.dict"}}}, "build_Attribute": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.ExprBuilder.build_Attribute", "name": "build_Attribute", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Attribute", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Attribute of ExprBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_BinOp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.ExprBuilder.build_BinOp", "name": "build_BinOp", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_BinOp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_BinOp of ExprBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_BoolOp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.ExprBuilder.build_BoolOp", "name": "build_BoolOp", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_BoolOp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_BoolOp of ExprBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_Call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.ExprBuilder.build_Call", "name": "build_Call", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Call", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Call of ExprBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_Compare": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.ExprBuilder.build_Compare", "name": "build_Compare", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Compare", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Compare of ExprBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_Constant": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.ExprBuilder.build_Constant", "name": "build_Constant", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Constant", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Constant of ExprBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_Dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.ExprBuilder.build_Dict", "name": "build_Dict", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Dict", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Dict of ExprBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_DictComp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.ExprBuilder.build_DictComp", "name": "build_DictComp", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_DictComp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_DictComp of ExprBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_Ellipsis": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.ExprBuilder.build_Ellipsis", "name": "build_Ellipsis", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Ellipsis", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Ellipsis of ExprBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_IfExp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.ExprBuilder.build_IfExp", "name": "build_IfExp", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_IfExp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_IfExp of ExprBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_JoinedStr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.ExprBuilder.build_JoinedStr", "name": "build_JoinedStr", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_JoinedStr", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_JoinedStr of ExprBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_List": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.ExprBuilder.build_List", "name": "build_List", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_List", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_List of ExprBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_ListComp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.ExprBuilder.build_ListComp", "name": "build_ListComp", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_ListComp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_ListComp of ExprBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_Name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.ExprBuilder.build_Name", "name": "build_Name", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Name", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Name of ExprBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_NameConstant": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.ExprBuilder.build_NameConstant", "name": "build_NameConstant", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_NameConstant", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_NameConstant of ExprBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_Num": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.ExprBuilder.build_Num", "name": "build_Num", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Num", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Num of ExprBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_Starred": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.ExprBuilder.build_Starred", "name": "build_Starred", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Starred", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Starred of ExprBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_Str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.ExprBuilder.build_Str", "name": "build_Str", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Str", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Str of ExprBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_Subscript": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.ExprBuilder.build_Subscript", "name": "build_Subscript", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Subscript", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Subscript of ExprBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_Tuple": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.ExprBuilder.build_Tuple", "name": "build_Tuple", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Tuple", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Tuple of ExprBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_UnaryOp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.ExprBuilder.build_UnaryOp", "name": "build_UnaryOp", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_UnaryOp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "expr"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_UnaryOp of ExprBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "cmpop_map": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.jit.frontend.ExprBuilder.cmpop_map", "name": "cmpop_map", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "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": ["_ast.NotIn"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_ast.cmpop", "type_guard": null, "variables": []}, "builtins.str"], "type_ref": "builtins.dict"}}}, "unop_map": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.jit.frontend.ExprBuilder.unop_map", "name": "unop_map", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "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": ["_ast.Invert"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_ast.unaryop", "type_guard": null, "variables": []}, "builtins.str"], "type_ref": "builtins.dict"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ExprStmt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.ExprStmt", "name": "ExprStmt", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.ExprStmt", "source_any": null, "type_of_any": 3}}}, "FalseLiteral": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.FalseLiteral", "name": "FalseLiteral", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.FalseLiteral", "source_any": null, "type_of_any": 3}}}, "For": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.For", "name": "For", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.For", "source_any": null, "type_of_any": 3}}}, "FrontendError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit.frontend.FrontendError", "name": "FrontendError", "type_vars": []}, "flags": [], "fullname": "torch.jit.frontend.FrontendError", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit.frontend", "mro": ["torch.jit.frontend.FrontendError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "source_range", "msg"], "flags": [], "fullname": "torch.jit.frontend.FrontendError.__init__", "name": "__init__", "type": null}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.jit.frontend.FrontendError.__str__", "name": "__str__", "type": null}}, "error_report": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit.frontend.FrontendError.error_report", "name": "error_report", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "msg": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit.frontend.FrontendError.msg", "name": "msg", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "source_range": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit.frontend.FrontendError.source_range", "name": "source_range", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FrontendTypeError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.jit.frontend.FrontendError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit.frontend.FrontendTypeError", "name": "FrontendTypeError", "type_vars": []}, "flags": [], "fullname": "torch.jit.frontend.FrontendTypeError", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit.frontend", "mro": ["torch.jit.frontend.FrontendTypeError", "torch.jit.frontend.FrontendError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FunctionModifiers": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal.FunctionModifiers", "kind": "Gdef"}, "Ident": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Ident", "name": "Ident", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Ident", "source_any": null, "type_of_any": 3}}}, "If": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.If", "name": "If", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.If", "source_any": null, "type_of_any": 3}}}, "InputType@367": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit.frontend.InputType@367", "name": "InputType@367", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch.jit.frontend.InputType@367", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["name", "ann"]}}, "module_name": "torch.jit.frontend", "mro": ["torch.jit.frontend.InputType@367", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch.jit.frontend.InputType@367._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit.frontend.InputType@367.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit.frontend.InputType@367.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "name", "ann"], "flags": [], "fullname": "torch.jit.frontend.InputType@367.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "name", "ann"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.jit.frontend.InputType@367._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of InputType@367", "ret_type": {".class": "TypeVarType", "fullname": "torch.jit.frontend.InputType@367._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit.frontend.InputType@367._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch.jit.frontend.InputType@367._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.jit.frontend.InputType@367._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of InputType@367", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit.frontend.InputType@367._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit.frontend.InputType@367._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit.frontend.InputType@367._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit.frontend.InputType@367._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch.jit.frontend.InputType@367._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.jit.frontend.InputType@367._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of InputType@367", "ret_type": {".class": "TypeVarType", "fullname": "torch.jit.frontend.InputType@367._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit.frontend.InputType@367._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch.jit.frontend.InputType@367._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.jit.frontend.InputType@367._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of InputType@367", "ret_type": {".class": "TypeVarType", "fullname": "torch.jit.frontend.InputType@367._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit.frontend.InputType@367._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "name", "ann"], "flags": [], "fullname": "torch.jit.frontend.InputType@367._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "name", "ann"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.jit.frontend.InputType@367._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of InputType@367", "ret_type": {".class": "TypeVarType", "fullname": "torch.jit.frontend.InputType@367._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit.frontend.InputType@367._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit.frontend.InputType@367._source", "name": "_source", "type": "builtins.str"}}, "ann": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.jit.frontend.InputType@367.ann", "name": "ann", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.jit.frontend.InputType@367.name", "name": "name", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "ListComp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.ListComp", "name": "ListComp", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.ListComp", "source_any": null, "type_of_any": 3}}}, "ListLiteral": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.ListLiteral", "name": "ListLiteral", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.ListLiteral", "source_any": null, "type_of_any": 3}}}, "NoneLiteral": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.NoneLiteral", "name": "NoneLiteral", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.NoneLiteral", "source_any": null, "type_of_any": 3}}}, "NotSupportedError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.jit.frontend.FrontendError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit.frontend.NotSupportedError", "name": "NotSupportedError", "type_vars": []}, "flags": [], "fullname": "torch.jit.frontend.NotSupportedError", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit.frontend", "mro": ["torch.jit.frontend.NotSupportedError", "torch.jit.frontend.FrontendError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "OutputType@368": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit.frontend.OutputType@368", "name": "OutputType@368", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch.jit.frontend.OutputType@368", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["name", "ann"]}}, "module_name": "torch.jit.frontend", "mro": ["torch.jit.frontend.OutputType@368", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch.jit.frontend.OutputType@368._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit.frontend.OutputType@368.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit.frontend.OutputType@368.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "name", "ann"], "flags": [], "fullname": "torch.jit.frontend.OutputType@368.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "name", "ann"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.jit.frontend.OutputType@368._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of OutputType@368", "ret_type": {".class": "TypeVarType", "fullname": "torch.jit.frontend.OutputType@368._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit.frontend.OutputType@368._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch.jit.frontend.OutputType@368._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.jit.frontend.OutputType@368._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of OutputType@368", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit.frontend.OutputType@368._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit.frontend.OutputType@368._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit.frontend.OutputType@368._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit.frontend.OutputType@368._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch.jit.frontend.OutputType@368._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.jit.frontend.OutputType@368._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of OutputType@368", "ret_type": {".class": "TypeVarType", "fullname": "torch.jit.frontend.OutputType@368._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit.frontend.OutputType@368._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch.jit.frontend.OutputType@368._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.jit.frontend.OutputType@368._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of OutputType@368", "ret_type": {".class": "TypeVarType", "fullname": "torch.jit.frontend.OutputType@368._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit.frontend.OutputType@368._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "name", "ann"], "flags": [], "fullname": "torch.jit.frontend.OutputType@368._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "name", "ann"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.jit.frontend.OutputType@368._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of OutputType@368", "ret_type": {".class": "TypeVarType", "fullname": "torch.jit.frontend.OutputType@368._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.jit.frontend.OutputType@368._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.jit.frontend.OutputType@368._source", "name": "_source", "type": "builtins.str"}}, "ann": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.jit.frontend.OutputType@368.ann", "name": "ann", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.jit.frontend.OutputType@368.name", "name": "name", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "Param": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Param", "name": "Param", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Param", "source_any": null, "type_of_any": 3}}}, "Pass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Pass", "name": "Pass", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Pass", "source_any": null, "type_of_any": 3}}}, "Property": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Property", "name": "Property", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Property", "source_any": null, "type_of_any": 3}}}, "Raise": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Raise", "name": "Raise", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Raise", "source_any": null, "type_of_any": 3}}}, "Return": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Return", "name": "Return", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Return", "source_any": null, "type_of_any": 3}}}, "Select": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Select", "name": "Select", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Select", "source_any": null, "type_of_any": 3}}}, "SliceExpr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.SliceExpr", "name": "SliceExpr", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.SliceExpr", "source_any": null, "type_of_any": 3}}}, "Starred": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Starred", "name": "Starred", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Starred", "source_any": null, "type_of_any": 3}}}, "Stmt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Stmt", "name": "Stmt", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Stmt", "source_any": null, "type_of_any": 3}}}, "StmtBuilder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.jit.frontend.Builder"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit.frontend.StmtBuilder", "name": "StmtBuilder", "type_vars": []}, "flags": [], "fullname": "torch.jit.frontend.StmtBuilder", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit.frontend", "mro": ["torch.jit.frontend.StmtBuilder", "torch.jit.frontend.Builder", "builtins.object"], "names": {".class": "SymbolTable", "augassign_map": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.jit.frontend.StmtBuilder.augassign_map", "name": "augassign_map", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "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": ["_ast.Pow"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_ast.operator", "type_guard": null, "variables": []}, "builtins.str"], "type_ref": "builtins.dict"}}}, "build_AnnAssign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.StmtBuilder.build_AnnAssign", "name": "build_AnnAssign", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_AnnAssign", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_AnnAssign of StmtBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_Assert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.StmtBuilder.build_Assert", "name": "build_Assert", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Assert", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Assert of StmtBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_Assign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.StmtBuilder.build_Assign", "name": "build_Assign", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Assign", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Assign of StmtBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_AugAssign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.StmtBuilder.build_AugAssign", "name": "build_AugAssign", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_AugAssign", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_AugAssign of StmtBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_Break": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.StmtBuilder.build_Break", "name": "build_Break", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Break", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Break of StmtBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_Continue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.StmtBuilder.build_Continue", "name": "build_Continue", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Continue", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Continue of StmtBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_Delete": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.StmtBuilder.build_Delete", "name": "build_Delete", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Delete", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Delete of StmtBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_Expr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.StmtBuilder.build_Expr", "name": "build_Expr", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Expr", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Expr of StmtBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_For": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.StmtBuilder.build_For", "name": "build_For", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_For", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_For of StmtBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_If": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.StmtBuilder.build_If", "name": "build_If", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_If", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_If of StmtBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_Pass": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.StmtBuilder.build_Pass", "name": "build_Pass", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Pass", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Pass of StmtBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_Print": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.StmtBuilder.build_Print", "name": "build_Print", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Print", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Print of StmtBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_Raise": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.StmtBuilder.build_Raise", "name": "build_Raise", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Raise", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Raise of StmtBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_Return": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.StmtBuilder.build_Return", "name": "build_Return", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_Return", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_Return of StmtBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_While": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.StmtBuilder.build_While", "name": "build_While", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_While", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_While of StmtBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "build_With": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.StmtBuilder.build_With", "name": "build_With", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_With", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_With of StmtBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "StringLiteral": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.StringLiteral", "name": "StringLiteral", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.StringLiteral", "source_any": null, "type_of_any": 3}}}, "Subscript": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Subscript", "name": "Subscript", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Subscript", "source_any": null, "type_of_any": 3}}}, "TernaryIf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.TernaryIf", "name": "TernaryIf", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.TernaryIf", "source_any": null, "type_of_any": 3}}}, "TrueLiteral": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.TrueLiteral", "name": "TrueLiteral", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.TrueLiteral", "source_any": null, "type_of_any": 3}}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "TupleLiteral": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.TupleLiteral", "name": "TupleLiteral", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.TupleLiteral", "source_any": null, "type_of_any": 3}}}, "UnaryOp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.UnaryOp", "name": "UnaryOp", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.UnaryOp", "source_any": null, "type_of_any": 3}}}, "UnsupportedNodeError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.jit.frontend.NotSupportedError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit.frontend.UnsupportedNodeError", "name": "UnsupportedNodeError", "type_vars": []}, "flags": [], "fullname": "torch.jit.frontend.UnsupportedNodeError", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit.frontend", "mro": ["torch.jit.frontend.UnsupportedNodeError", "torch.jit.frontend.NotSupportedError", "torch.jit.frontend.FrontendError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "ctx", "offending_node", "reason"], "flags": [], "fullname": "torch.jit.frontend.UnsupportedNodeError.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Var": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.Var", "name": "Var", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.Var", "source_any": null, "type_of_any": 3}}}, "While": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.While", "name": "While", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.While", "source_any": null, "type_of_any": 3}}}, "With": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.With", "name": "With", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.With", "source_any": null, "type_of_any": 3}}}, "WithItem": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.WithItem", "name": "WithItem", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.WithItem", "source_any": null, "type_of_any": 3}}}, "WithItemBuilder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.jit.frontend.Builder"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.jit.frontend.WithItemBuilder", "name": "WithItemBuilder", "type_vars": []}, "flags": [], "fullname": "torch.jit.frontend.WithItemBuilder", "metaclass_type": null, "metadata": {}, "module_name": "torch.jit.frontend", "mro": ["torch.jit.frontend.WithItemBuilder", "torch.jit.frontend.Builder", "builtins.object"], "names": {".class": "SymbolTable", "build_withitem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "item"], "flags": ["is_static", "is_decorated"], "fullname": "torch.jit.frontend.WithItemBuilder.build_withitem", "name": "build_withitem", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "build_withitem", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "item"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "build_withitem of WithItemBuilder", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_IS_ASTUNPARSE_INSTALLED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit.frontend._IS_ASTUNPARSE_INSTALLED", "name": "_IS_ASTUNPARSE_INSTALLED", "type": "builtins.bool"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit.frontend.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit.frontend.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit.frontend.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit.frontend.__package__", "name": "__package__", "type": "builtins.str"}}, "_identifier_chars": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit.frontend._identifier_chars", "name": "_identifier_chars", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "_reserved_names": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit.frontend._reserved_names", "name": "_reserved_names", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "_reserved_prefix": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit.frontend._reserved_prefix", "name": "_reserved_prefix", "type": "builtins.str"}}, "_vararg_kwarg_err": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.jit.frontend._vararg_kwarg_err", "name": "_vararg_kwarg_err", "type": "builtins.str"}}, "ast": {".class": "SymbolTableNode", "cross_ref": "ast", "kind": "Gdef"}, "astunparse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.jit.frontend.astunparse", "name": "astunparse", "type": {".class": "AnyType", "missing_import_name": "torch.jit.frontend.astunparse", "source_any": null, "type_of_any": 3}}}, "build_class_def": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["ctx", "py_def", "methods", "properties", "self_name", "assigns"], "flags": [], "fullname": "torch.jit.frontend.build_class_def", "name": "build_class_def", "type": null}}, "build_def": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["ctx", "py_def", "type_line", "def_name", "self_name", "pdt_arg_types"], "flags": [], "fullname": "torch.jit.frontend.build_def", "name": "build_def", "type": null}}, "build_expr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit.frontend.build_expr", "name": "build_expr", "type": "torch.jit.frontend.ExprBuilder"}}, "build_ignore_context_manager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmt"], "flags": [], "fullname": "torch.jit.frontend.build_ignore_context_manager", "name": "build_ignore_context_manager", "type": null}}, "build_param": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["ctx", "py_arg", "self_name", "kwarg_only", "pdt_arg_type"], "flags": [], "fullname": "torch.jit.frontend.build_param", "name": "build_param", "type": null}}, "build_param_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["ctx", "py_args", "self_name", "pdt_arg_types"], "flags": [], "fullname": "torch.jit.frontend.build_param_list", "name": "build_param_list", "type": null}}, "build_stmt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit.frontend.build_stmt", "name": "build_stmt", "type": "torch.jit.frontend.StmtBuilder"}}, "build_stmts": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "stmts"], "flags": [], "fullname": "torch.jit.frontend.build_stmts", "name": "build_stmts", "type": null}}, "build_withitem": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit.frontend.build_withitem", "name": "build_withitem", "type": "torch.jit.frontend.WithItemBuilder"}}, "build_withitems": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "items"], "flags": [], "fullname": "torch.jit.frontend.build_withitems", "name": "build_withitems", "type": null}}, "dedent": {".class": "SymbolTableNode", "cross_ref": "textwrap.dedent", "kind": "Gdef"}, "find_before": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["ctx", "pos", "substr", "offsets"], "flags": [], "fullname": "torch.jit.frontend.find_before", "name": "find_before", "type": null}}, "get_class_assigns": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "cls_ast"], "flags": [], "fullname": "torch.jit.frontend.get_class_assigns", "name": "get_class_assigns", "type": null}}, "get_class_properties": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "self_name"], "flags": [], "fullname": "torch.jit.frontend.get_class_properties", "name": "get_class_properties", "type": null}}, "get_default_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch.jit.frontend.get_default_args", "name": "get_default_args", "type": null}}, "get_default_args_for_class": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": [], "fullname": "torch.jit.frontend.get_default_args_for_class", "name": "get_default_args_for_class", "type": null}}, "get_jit_class_def": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "self_name"], "flags": [], "fullname": "torch.jit.frontend.get_jit_class_def", "name": "get_jit_class_def", "type": null}}, "get_jit_def": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["fn", "def_name", "self_name", "is_classmethod"], "flags": [], "fullname": "torch.jit.frontend.get_jit_def", "name": "get_jit_def", "type": null}}, "get_qualified_name": {".class": "SymbolTableNode", "cross_ref": "torch.jit._monkeytype_config.get_qualified_name", "kind": "Gdef"}, "get_source_lines_and_file": {".class": "SymbolTableNode", "cross_ref": "torch._sources.get_source_lines_and_file", "kind": "Gdef"}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef"}, "is_reserved_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "torch.jit.frontend.is_reserved_name", "name": "is_reserved_name", "type": null}}, "is_static_fn": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal.is_static_fn", "kind": "Gdef"}, "is_torch_jit_ignore_context_manager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["stmt"], "flags": [], "fullname": "torch.jit.frontend.is_torch_jit_ignore_context_manager", "name": "is_torch_jit_ignore_context_manager", "type": null}}, "make_source_context": {".class": "SymbolTableNode", "cross_ref": "torch._sources.make_source_context", "kind": "Gdef"}, "monkeytype_trace": {".class": "SymbolTableNode", "cross_ref": "torch.jit._monkeytype_config.monkeytype_trace", "kind": "Gdef"}, "namedtuple": {".class": "SymbolTableNode", "cross_ref": "collections.namedtuple", "kind": "Gdef"}, "node_start_tokens": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit.frontend.node_start_tokens", "name": "node_start_tokens", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "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": ["_ast.Continue"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_ast.stmt", "type_guard": null, "variables": []}, "builtins.str"], "type_ref": "builtins.dict"}}}, "parse_def": {".class": "SymbolTableNode", "cross_ref": "torch._sources.parse_def", "kind": "Gdef"}, "pretty_node_names": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.jit.frontend.pretty_node_names", "name": "pretty_node_names", "type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "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": ["_ast.Continue"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "_ast.stmt", "type_guard": null, "variables": []}, "builtins.str"], "type_ref": "builtins.dict"}}}, "should_drop": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal.should_drop", "kind": "Gdef"}, "string": {".class": "SymbolTableNode", "cross_ref": "string", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/jit/frontend.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/jit/frontend.meta.json b/.mypy_cache/3.9/torch/jit/frontend.meta.json deleted file mode 100644 index edfd39cef..000000000 --- a/.mypy_cache/3.9/torch/jit/frontend.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 8, 20, 21, 22, 23, 23, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 9, 27], "dep_prios": [10, 10, 10, 10, 10, 5, 5, 5, 5, 5, 5, 10, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 5, 10], "dependencies": ["torch", "sys", "ast", "inspect", "string", "collections", "textwrap", "typing", "torch._sources", "torch.jit._monkeytype_config", "torch._jit_internal", "torch.jit.annotations", "torch.jit", "builtins", "functools", "threading", "contextlib", "logging", "io", "warnings", "pickle", "os", "time", "_ast", "abc", "enum", "torch._C", "torch.jit._script", "types", "typing_extensions"], "hash": "0b20ab6d8b4e2ba1ae3cb2cebd4de54e675daa0de0dbb9174faa1dc6be25ac7f", "id": "torch.jit.frontend", "ignore_all": true, "interface_hash": "7602055bbfe3b32cbb67ec337f1e22330762ea4e7361756b42dac8e6bdb5ae96", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/jit/frontend.py", "plugin_data": null, "size": 40584, "suppressed": ["torch._C._jit_tree_views", "astunparse"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/linalg/__init__.data.json b/.mypy_cache/3.9/torch/linalg/__init__.data.json deleted file mode 100644 index bc74dcaba..000000000 --- a/.mypy_cache/3.9/torch/linalg/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.linalg", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.linalg.Tensor", "line": 7, "no_args": true, "normalized": false, "target": "torch._tensor.Tensor"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.linalg.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.linalg.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.linalg.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.linalg.__package__", "name": "__package__", "type": "builtins.str"}}, "_add_docstr": {".class": "SymbolTableNode", "cross_ref": "torch._C._add_docstr", "kind": "Gdef"}, "_linalg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.linalg._linalg", "name": "_linalg", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}}}, "cholesky": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.cholesky", "name": "cholesky", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "cholesky_ex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.cholesky_ex", "name": "cholesky_ex", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "common_notes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.common_notes", "name": "common_notes", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "cond": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.cond", "name": "cond", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "det": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.det", "name": "det", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "eig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.eig", "name": "eig", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "eigh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.eigh", "name": "eigh", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "eigvals": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.eigvals", "name": "eigvals", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "eigvalsh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.eigvalsh", "name": "eigvalsh", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "householder_product": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.householder_product", "name": "householder_product", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "inv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.inv", "name": "inv", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "inv_ex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.inv_ex", "name": "inv_ex", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "lstsq": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.lstsq", "name": "lstsq", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "matmul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.matmul", "name": "matmul", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "matrix_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.matrix_norm", "name": "matrix_norm", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "matrix_power": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.matrix_power", "name": "matrix_power", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "matrix_rank": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.matrix_rank", "name": "matrix_rank", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "multi_dot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.multi_dot", "name": "multi_dot", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.norm", "name": "norm", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "pinv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.pinv", "name": "pinv", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "qr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.qr", "name": "qr", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "slogdet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.slogdet", "name": "slogdet", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "solve": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.solve", "name": "solve", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "svd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.svd", "name": "svd", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "svdvals": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.svdvals", "name": "svdvals", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "tensorinv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.tensorinv", "name": "tensorinv", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "tensorsolve": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.tensorsolve", "name": "tensorsolve", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "vector_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.linalg.vector_norm", "name": "vector_norm", "type": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": {".class": "AnyType", "missing_import_name": "torch.linalg._linalg", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/linalg/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/linalg/__init__.meta.json b/.mypy_cache/3.9/torch/linalg/__init__.meta.json deleted file mode 100644 index adfe41c65..000000000 --- a/.mypy_cache/3.9/torch/linalg/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["sys", "torch", "torch._C", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._tensor", "torch.types", "typing"], "hash": "363ed9fb6725860f27356610c9035ed3c767cd3da543a2b2aed053bce48cbef5", "id": "torch.linalg", "ignore_all": true, "interface_hash": "ec05a2f600d78a78a39f27574efe3d8b16963c58dc3365d97795ab4b278d2f02", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/linalg/__init__.py", "plugin_data": null, "size": 80357, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/multiprocessing/__init__.data.json b/.mypy_cache/3.9/torch/multiprocessing/__init__.data.json deleted file mode 100644 index cccdd0165..000000000 --- a/.mypy_cache/3.9/torch/multiprocessing/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.multiprocessing", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Array": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.Array", "kind": "Gdef", "module_public": false}, "AuthenticationError": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.AuthenticationError", "kind": "Gdef", "module_public": false}, "Barrier": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.Barrier", "kind": "Gdef", "module_public": false}, "BoundedSemaphore": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.BoundedSemaphore", "kind": "Gdef", "module_public": false}, "BufferTooShort": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.BufferTooShort", "kind": "Gdef", "module_public": false}, "Condition": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.Condition", "kind": "Gdef", "module_public": false}, "Event": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.Event", "kind": "Gdef", "module_public": false}, "JoinableQueue": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.queues.JoinableQueue", "kind": "Gdef", "module_public": false}, "Lock": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.Lock", "kind": "Gdef", "module_public": false}, "Manager": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.Manager", "kind": "Gdef", "module_public": false}, "Pipe": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.Pipe", "kind": "Gdef", "module_public": false}, "Pool": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.Pool", "kind": "Gdef", "module_public": false}, "Process": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.Process", "kind": "Gdef", "module_public": false}, "ProcessContext": {".class": "SymbolTableNode", "cross_ref": "torch.multiprocessing.spawn.ProcessContext", "kind": "Gdef", "module_public": false}, "ProcessError": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.ProcessError", "kind": "Gdef", "module_public": false}, "ProcessExitedException": {".class": "SymbolTableNode", "cross_ref": "torch.multiprocessing.spawn.ProcessExitedException", "kind": "Gdef", "module_public": false}, "ProcessRaisedException": {".class": "SymbolTableNode", "cross_ref": "torch.multiprocessing.spawn.ProcessRaisedException", "kind": "Gdef", "module_public": false}, "Queue": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.queues.Queue", "kind": "Gdef", "module_public": false}, "RLock": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.RLock", "kind": "Gdef", "module_public": false}, "RawArray": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.RawArray", "kind": "Gdef", "module_public": false}, "RawValue": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.RawValue", "kind": "Gdef", "module_public": false}, "Semaphore": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.Semaphore", "kind": "Gdef", "module_public": false}, "SimpleQueue": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.queues.SimpleQueue", "kind": "Gdef", "module_public": false}, "SpawnContext": {".class": "SymbolTableNode", "cross_ref": "torch.multiprocessing.spawn.SpawnContext", "kind": "Gdef", "module_public": false}, "TimeoutError": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.TimeoutError", "kind": "Gdef", "module_public": false}, "Value": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.Value", "kind": "Gdef", "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.multiprocessing.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.multiprocessing.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.multiprocessing.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.multiprocessing.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.multiprocessing.__package__", "name": "__package__", "type": "builtins.str"}}, "_all_sharing_strategies": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.multiprocessing._all_sharing_strategies", "name": "_all_sharing_strategies", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "_sharing_strategy": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.multiprocessing._sharing_strategy", "name": "_sharing_strategy", "type": "builtins.str"}}, "active_children": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.process.active_children", "kind": "Gdef", "module_public": false}, "allow_connection_pickling": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.allow_connection_pickling", "kind": "Gdef", "module_public": false}, "cpu_count": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.cpu_count", "kind": "Gdef", "module_public": false}, "current_process": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.process.current_process", "kind": "Gdef", "module_public": false}, "freeze_support": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.spawn.freeze_support", "kind": "Gdef", "module_public": false}, "get_all_sharing_strategies": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.multiprocessing.get_all_sharing_strategies", "name": "get_all_sharing_strategies", "type": null}}, "get_all_start_methods": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.get_all_start_methods", "kind": "Gdef", "module_public": false}, "get_context": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.get_context", "kind": "Gdef", "module_public": false}, "get_logger": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.get_logger", "kind": "Gdef", "module_public": false}, "get_sharing_strategy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.multiprocessing.get_sharing_strategy", "name": "get_sharing_strategy", "type": null}}, "get_start_method": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.get_start_method", "kind": "Gdef", "module_public": false}, "init_reductions": {".class": "SymbolTableNode", "cross_ref": "torch.multiprocessing.reductions.init_reductions", "kind": "Gdef", "module_public": false}, "log_to_stderr": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.log_to_stderr", "kind": "Gdef", "module_public": false}, "multiprocessing": {".class": "SymbolTableNode", "cross_ref": "multiprocessing", "kind": "Gdef", "module_public": false}, "parent_process": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.process.parent_process", "kind": "Gdef", "module_public": false}, "set_executable": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.set_executable", "kind": "Gdef", "module_public": false}, "set_forkserver_preload": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.set_forkserver_preload", "kind": "Gdef", "module_public": false}, "set_sharing_strategy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["new_strategy"], "flags": [], "fullname": "torch.multiprocessing.set_sharing_strategy", "name": "set_sharing_strategy", "type": null}}, "set_start_method": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.set_start_method", "kind": "Gdef", "module_public": false}, "spawn": {".class": "SymbolTableNode", "cross_ref": "torch.multiprocessing.spawn.spawn", "kind": "Gdef", "module_public": false}, "start_processes": {".class": "SymbolTableNode", "cross_ref": "torch.multiprocessing.spawn.start_processes", "kind": "Gdef", "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_public": false}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/multiprocessing/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/multiprocessing/__init__.meta.json b/.mypy_cache/3.9/torch/multiprocessing/__init__.meta.json deleted file mode 100644 index e1e7dcf26..000000000 --- a/.mypy_cache/3.9/torch/multiprocessing/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [16, 17, 18, 19, 38, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch", "sys", "torch.multiprocessing.reductions", "multiprocessing", "torch.multiprocessing.spawn", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "types", "typing"], "hash": "1bd6d226412464a6b5afa2d16a8df49516a904dffec867cff79597ac75e0e1f5", "id": "torch.multiprocessing", "ignore_all": true, "interface_hash": "0aab19bb1e42b8dd63d8fceaffcc2213662000c62aceac201d8053ee34996bba", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/multiprocessing/__init__.py", "plugin_data": null, "size": 2463, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/multiprocessing/_atfork.data.json b/.mypy_cache/3.9/torch/multiprocessing/_atfork.data.json deleted file mode 100644 index f2e843792..000000000 --- a/.mypy_cache/3.9/torch/multiprocessing/_atfork.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.multiprocessing._atfork", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.multiprocessing._atfork.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.multiprocessing._atfork.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.multiprocessing._atfork.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.multiprocessing._atfork.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.multiprocessing._atfork.__package__", "name": "__package__", "type": "builtins.str"}}, "_register": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "torch.multiprocessing._atfork._register", "name": "_register", "type": null}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_public": false}, "register_after_fork": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "torch.multiprocessing._atfork.register_after_fork", "name": "register_after_fork", "type": null}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/multiprocessing/_atfork.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/multiprocessing/_atfork.meta.json b/.mypy_cache/3.9/torch/multiprocessing/_atfork.meta.json deleted file mode 100644 index 6ee4b53a3..000000000 --- a/.mypy_cache/3.9/torch/multiprocessing/_atfork.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 13, 1, 1, 1], "dep_prios": [10, 10, 5, 30, 30], "dependencies": ["sys", "os", "builtins", "abc", "typing"], "hash": "7e44c1c2a75025f64c1189676fbe5218ec7a53519660a75d78f729398d91b91d", "id": "torch.multiprocessing._atfork", "ignore_all": true, "interface_hash": "c9e5e34e3ad6052e45f5d7394975bdadbff2543c6b993d206f8fc7842039dc3d", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/multiprocessing/_atfork.py", "plugin_data": null, "size": 788, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/multiprocessing/reductions.data.json b/.mypy_cache/3.9/torch/multiprocessing/reductions.data.json deleted file mode 100644 index e4a5f8782..000000000 --- a/.mypy_cache/3.9/torch/multiprocessing/reductions.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.multiprocessing.reductions", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ForkingPickler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.multiprocessing.reductions.ForkingPickler", "name": "ForkingPickler", "type": {".class": "AnyType", "missing_import_name": "torch.multiprocessing.reductions.ForkingPickler", "source_any": null, "type_of_any": 3}}}, "SharedCache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.multiprocessing.reductions.SharedCache", "name": "SharedCache", "type_vars": []}, "flags": [], "fullname": "torch.multiprocessing.reductions.SharedCache", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch.multiprocessing.reductions", "mro": ["torch.multiprocessing.reductions.SharedCache", "builtins.dict", "typing.MutableMapping", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.multiprocessing.reductions.SharedCache.__init__", "name": "__init__", "type": null}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "storage_ref"], "flags": [], "fullname": "torch.multiprocessing.reductions.SharedCache.__setitem__", "name": "__setitem__", "type": null}}, "_after_fork": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.multiprocessing.reductions.SharedCache._after_fork", "name": "_after_fork", "type": null}}, "free_dead_references": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.multiprocessing.reductions.SharedCache.free_dead_references", "name": "free_dead_references", "type": null}}, "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "torch.multiprocessing.reductions.SharedCache.get", "name": "get", "type": null}}, "limit": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.multiprocessing.reductions.SharedCache.limit", "name": "limit", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "lock": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.multiprocessing.reductions.SharedCache.lock", "name": "lock", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "StorageWeakRef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.multiprocessing.reductions.StorageWeakRef", "name": "StorageWeakRef", "type_vars": []}, "flags": [], "fullname": "torch.multiprocessing.reductions.StorageWeakRef", "metaclass_type": null, "metadata": {}, "module_name": "torch.multiprocessing.reductions", "mro": ["torch.multiprocessing.reductions.StorageWeakRef", "builtins.object"], "names": {".class": "SymbolTable", "__del__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.multiprocessing.reductions.StorageWeakRef.__del__", "name": "__del__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "storage"], "flags": [], "fullname": "torch.multiprocessing.reductions.StorageWeakRef.__init__", "name": "__init__", "type": null}}, "_free_weak_ref": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.multiprocessing.reductions.StorageWeakRef._free_weak_ref", "name": "_free_weak_ref", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "cdata": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.multiprocessing.reductions.StorageWeakRef.cdata", "name": "cdata", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "expired": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.multiprocessing.reductions.StorageWeakRef.expired", "name": "expired", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.multiprocessing.reductions.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.multiprocessing.reductions.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.multiprocessing.reductions.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.multiprocessing.reductions.__package__", "name": "__package__", "type": "builtins.str"}}, "check_serializing_named_tensor": {".class": "SymbolTableNode", "cross_ref": "torch._namedtensor_internals.check_serializing_named_tensor", "kind": "Gdef"}, "fd_id": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fd"], "flags": [], "fullname": "torch.multiprocessing.reductions.fd_id", "name": "fd_id", "type": null}}, "init_reductions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.multiprocessing.reductions.init_reductions", "name": "init_reductions", "type": null}}, "multiprocessing": {".class": "SymbolTableNode", "cross_ref": "multiprocessing", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "rebuild_cuda_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["tensor_cls", "tensor_size", "tensor_stride", "tensor_offset", "storage_cls", "storage_device", "storage_handle", "storage_size_bytes", "storage_offset_bytes", "requires_grad", "ref_counter_handle", "ref_counter_offset", "event_handle", "event_sync_required"], "flags": [], "fullname": "torch.multiprocessing.reductions.rebuild_cuda_tensor", "name": "rebuild_cuda_tensor", "type": null}}, "rebuild_event": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["device", "handle"], "flags": [], "fullname": "torch.multiprocessing.reductions.rebuild_event", "name": "rebuild_event", "type": null}}, "rebuild_storage_empty": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": [], "fullname": "torch.multiprocessing.reductions.rebuild_storage_empty", "name": "rebuild_storage_empty", "type": null}}, "rebuild_storage_fd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "df", "size"], "flags": [], "fullname": "torch.multiprocessing.reductions.rebuild_storage_fd", "name": "rebuild_storage_fd", "type": null}}, "rebuild_storage_filename": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["cls", "manager", "handle", "size"], "flags": [], "fullname": "torch.multiprocessing.reductions.rebuild_storage_filename", "name": "rebuild_storage_filename", "type": null}}, "rebuild_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "storage", "metadata"], "flags": [], "fullname": "torch.multiprocessing.reductions.rebuild_tensor", "name": "rebuild_tensor", "type": null}}, "reduce_event": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["event"], "flags": [], "fullname": "torch.multiprocessing.reductions.reduce_event", "name": "reduce_event", "type": null}}, "reduce_storage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["storage"], "flags": [], "fullname": "torch.multiprocessing.reductions.reduce_storage", "name": "reduce_storage", "type": null}}, "reduce_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensor"], "flags": [], "fullname": "torch.multiprocessing.reductions.reduce_tensor", "name": "reduce_tensor", "type": null}}, "register_after_fork": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.multiprocessing.reductions.register_after_fork", "name": "register_after_fork", "type": {".class": "AnyType", "missing_import_name": "torch.multiprocessing.reductions.register_after_fork", "source_any": null, "type_of_any": 3}}}, "shared_cache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.multiprocessing.reductions.shared_cache", "name": "shared_cache", "type": "torch.multiprocessing.reductions.SharedCache"}}, "storage_from_cache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "key"], "flags": [], "fullname": "torch.multiprocessing.reductions.storage_from_cache", "name": "storage_from_cache", "type": null}}, "threading": {".class": "SymbolTableNode", "cross_ref": "threading", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/multiprocessing/reductions.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/multiprocessing/reductions.meta.json b/.mypy_cache/3.9/torch/multiprocessing/reductions.meta.json deleted file mode 100644 index 77cf36ce3..000000000 --- a/.mypy_cache/3.9/torch/multiprocessing/reductions.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 4, 5, 6, 315, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 7, 8, 15], "dep_prios": [10, 10, 20, 5, 10, 10, 10, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 5, 5, 10], "dependencies": ["torch", "torch.utils.hooks", "torch.utils", "torch._namedtensor_internals", "os", "threading", "multiprocessing", "torch.multiprocessing", "builtins", "functools", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "time", "_typeshed", "abc", "torch._C", "torch._tensor", "torch._utils", "torch.cuda", "torch.cuda.streams", "torch.nn", "torch.nn.parameter", "torch.types", "types", "typing"], "hash": "f7d0c4ca42785b1cff9615f1794e287f58bc3b90d3f71ee43f95b8fcee572a77", "id": "torch.multiprocessing.reductions", "ignore_all": true, "interface_hash": "f158bd1eaeb44635f8d17a3f6467cf331d45e8843c2e16ab24ee9fffe9c55570", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/multiprocessing/reductions.py", "plugin_data": null, "size": 14731, "suppressed": ["multiprocessing.util", "multiprocessing.reduction", "multiprocessing.resource_sharer"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/multiprocessing/spawn.data.json b/.mypy_cache/3.9/torch/multiprocessing/spawn.data.json deleted file mode 100644 index 754ae3c56..000000000 --- a/.mypy_cache/3.9/torch/multiprocessing/spawn.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.multiprocessing.spawn", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "ProcessContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.multiprocessing.spawn.ProcessContext", "name": "ProcessContext", "type_vars": []}, "flags": [], "fullname": "torch.multiprocessing.spawn.ProcessContext", "metaclass_type": null, "metadata": {}, "module_name": "torch.multiprocessing.spawn", "mro": ["torch.multiprocessing.spawn.ProcessContext", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "processes", "error_queues"], "flags": [], "fullname": "torch.multiprocessing.spawn.ProcessContext.__init__", "name": "__init__", "type": null}}, "error_queues": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.multiprocessing.spawn.ProcessContext.error_queues", "name": "error_queues", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "join": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "torch.multiprocessing.spawn.ProcessContext.join", "name": "join", "type": null}}, "pids": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.multiprocessing.spawn.ProcessContext.pids", "name": "pids", "type": null}}, "processes": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.multiprocessing.spawn.ProcessContext.processes", "name": "processes", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "sentinels": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.multiprocessing.spawn.ProcessContext.sentinels", "name": "sentinels", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ProcessException": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.multiprocessing.spawn.ProcessException", "name": "ProcessException", "type_vars": []}, "flags": [], "fullname": "torch.multiprocessing.spawn.ProcessException", "metaclass_type": null, "metadata": {}, "module_name": "torch.multiprocessing.spawn", "mro": ["torch.multiprocessing.spawn.ProcessException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "msg", "error_index", "pid"], "flags": [], "fullname": "torch.multiprocessing.spawn.ProcessException.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "msg", "error_index", "pid"], "arg_types": ["torch.multiprocessing.spawn.ProcessException", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ProcessException", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.multiprocessing.spawn.ProcessException.__slots__", "name": "__slots__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "error_index": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.multiprocessing.spawn.ProcessException.error_index", "name": "error_index", "type": "builtins.int"}}, "pid": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.multiprocessing.spawn.ProcessException.pid", "name": "pid", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ProcessExitedException": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.multiprocessing.spawn.ProcessException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.multiprocessing.spawn.ProcessExitedException", "name": "ProcessExitedException", "type_vars": []}, "flags": [], "fullname": "torch.multiprocessing.spawn.ProcessExitedException", "metaclass_type": null, "metadata": {}, "module_name": "torch.multiprocessing.spawn", "mro": ["torch.multiprocessing.spawn.ProcessExitedException", "torch.multiprocessing.spawn.ProcessException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1], "arg_names": ["self", "msg", "error_index", "error_pid", "exit_code", "signal_name"], "flags": [], "fullname": "torch.multiprocessing.spawn.ProcessExitedException.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 1], "arg_names": ["self", "msg", "error_index", "error_pid", "exit_code", "signal_name"], "arg_types": ["torch.multiprocessing.spawn.ProcessExitedException", "builtins.str", "builtins.int", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ProcessExitedException", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.multiprocessing.spawn.ProcessExitedException.__slots__", "name": "__slots__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "exit_code": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.multiprocessing.spawn.ProcessExitedException.exit_code", "name": "exit_code", "type": "builtins.int"}}, "signal_name": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.multiprocessing.spawn.ProcessExitedException.signal_name", "name": "signal_name", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ProcessRaisedException": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.multiprocessing.spawn.ProcessException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.multiprocessing.spawn.ProcessRaisedException", "name": "ProcessRaisedException", "type_vars": []}, "flags": [], "fullname": "torch.multiprocessing.spawn.ProcessRaisedException", "metaclass_type": null, "metadata": {}, "module_name": "torch.multiprocessing.spawn", "mro": ["torch.multiprocessing.spawn.ProcessRaisedException", "torch.multiprocessing.spawn.ProcessException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "msg", "error_index", "error_pid"], "flags": [], "fullname": "torch.multiprocessing.spawn.ProcessRaisedException.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "msg", "error_index", "error_pid"], "arg_types": ["torch.multiprocessing.spawn.ProcessRaisedException", "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ProcessRaisedException", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SpawnContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.multiprocessing.spawn.ProcessContext"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.multiprocessing.spawn.SpawnContext", "name": "SpawnContext", "type_vars": []}, "flags": [], "fullname": "torch.multiprocessing.spawn.SpawnContext", "metaclass_type": null, "metadata": {}, "module_name": "torch.multiprocessing.spawn", "mro": ["torch.multiprocessing.spawn.SpawnContext", "torch.multiprocessing.spawn.ProcessContext", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "processes", "error_queues"], "flags": [], "fullname": "torch.multiprocessing.spawn.SpawnContext.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.multiprocessing.spawn.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.multiprocessing.spawn.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.multiprocessing.spawn.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.multiprocessing.spawn.__package__", "name": "__package__", "type": "builtins.str"}}, "_prctl_pr_set_pdeathsig": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.multiprocessing.spawn._prctl_pr_set_pdeathsig", "name": "_prctl_pr_set_pdeathsig", "type": {".class": "AnyType", "missing_import_name": "torch.multiprocessing.spawn._prctl_pr_set_pdeathsig", "source_any": null, "type_of_any": 3}}}, "_wrap": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["fn", "i", "args", "error_queue"], "flags": [], "fullname": "torch.multiprocessing.spawn._wrap", "name": "_wrap", "type": null}}, "multiprocessing": {".class": "SymbolTableNode", "cross_ref": "multiprocessing", "kind": "Gdef"}, "signal": {".class": "SymbolTableNode", "cross_ref": "signal", "kind": "Gdef"}, "spawn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["fn", "args", "nprocs", "join", "daemon", "start_method"], "flags": [], "fullname": "torch.multiprocessing.spawn.spawn", "name": "spawn", "type": null}}, "start_processes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["fn", "args", "nprocs", "join", "daemon", "start_method"], "flags": [], "fullname": "torch.multiprocessing.spawn.start_processes", "name": "start_processes", "type": null}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/multiprocessing/spawn.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/multiprocessing/spawn.meta.json b/.mypy_cache/3.9/torch/multiprocessing/spawn.meta.json deleted file mode 100644 index fbe661ccc..000000000 --- a/.mypy_cache/3.9/torch/multiprocessing/spawn.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 3, 4, 5, 6, 7, 9, 64, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 10, 10, 10, 10, 5, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30], "dependencies": ["typing", "multiprocessing", "multiprocessing.connection", "signal", "sys", "warnings", "torch.multiprocessing", "traceback", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "pickle", "os", "time", "abc", "enum", "multiprocessing.context", "socket", "typing_extensions"], "hash": "b4389963be1b46b843b7ca5deb302b5b267ff85702eb2b1c9c8050561780a16a", "id": "torch.multiprocessing.spawn", "ignore_all": true, "interface_hash": "d381e4d790c7d3aad8721a8c168d17664cf17ebbabd21668dba0759ecba325a5", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/multiprocessing/spawn.py", "plugin_data": null, "size": 8399, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/__init__.data.json b/.mypy_cache/3.9/torch/nn/__init__.data.json deleted file mode 100644 index 50eadd5ca..000000000 --- a/.mypy_cache/3.9/torch/nn/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AdaptiveAvgPool1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.AdaptiveAvgPool1d", "kind": "Gdef"}, "AdaptiveAvgPool2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.AdaptiveAvgPool2d", "kind": "Gdef"}, "AdaptiveAvgPool3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.AdaptiveAvgPool3d", "kind": "Gdef"}, "AdaptiveLogSoftmaxWithLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss", "kind": "Gdef"}, "AdaptiveMaxPool1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.AdaptiveMaxPool1d", "kind": "Gdef"}, "AdaptiveMaxPool2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.AdaptiveMaxPool2d", "kind": "Gdef"}, "AdaptiveMaxPool3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.AdaptiveMaxPool3d", "kind": "Gdef"}, "AlphaDropout": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.dropout.AlphaDropout", "kind": "Gdef"}, "AvgPool1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.AvgPool1d", "kind": "Gdef"}, "AvgPool2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.AvgPool2d", "kind": "Gdef"}, "AvgPool3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.AvgPool3d", "kind": "Gdef"}, "BCELoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.BCELoss", "kind": "Gdef"}, "BCEWithLogitsLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.BCEWithLogitsLoss", "kind": "Gdef"}, "BatchNorm1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.batchnorm.BatchNorm1d", "kind": "Gdef"}, "BatchNorm2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.batchnorm.BatchNorm2d", "kind": "Gdef"}, "BatchNorm3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.batchnorm.BatchNorm3d", "kind": "Gdef"}, "Bilinear": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.linear.Bilinear", "kind": "Gdef"}, "CELU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.CELU", "kind": "Gdef"}, "CTCLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.CTCLoss", "kind": "Gdef"}, "ChannelShuffle": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.channelshuffle.ChannelShuffle", "kind": "Gdef"}, "ConstantPad1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.padding.ConstantPad1d", "kind": "Gdef"}, "ConstantPad2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.padding.ConstantPad2d", "kind": "Gdef"}, "ConstantPad3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.padding.ConstantPad3d", "kind": "Gdef"}, "Container": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.container.Container", "kind": "Gdef"}, "Conv1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.Conv1d", "kind": "Gdef"}, "Conv2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.Conv2d", "kind": "Gdef"}, "Conv3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.Conv3d", "kind": "Gdef"}, "ConvTranspose1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.ConvTranspose1d", "kind": "Gdef"}, "ConvTranspose2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.ConvTranspose2d", "kind": "Gdef"}, "ConvTranspose3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.ConvTranspose3d", "kind": "Gdef"}, "CosineEmbeddingLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.CosineEmbeddingLoss", "kind": "Gdef"}, "CosineSimilarity": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.distance.CosineSimilarity", "kind": "Gdef"}, "CrossEntropyLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.CrossEntropyLoss", "kind": "Gdef"}, "CrossMapLRN2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.normalization.CrossMapLRN2d", "kind": "Gdef"}, "DataParallel": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parallel.data_parallel.DataParallel", "kind": "Gdef"}, "Dropout": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.dropout.Dropout", "kind": "Gdef"}, "Dropout2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.dropout.Dropout2d", "kind": "Gdef"}, "Dropout3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.dropout.Dropout3d", "kind": "Gdef"}, "ELU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.ELU", "kind": "Gdef"}, "Embedding": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.sparse.Embedding", "kind": "Gdef"}, "EmbeddingBag": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.sparse.EmbeddingBag", "kind": "Gdef"}, "FeatureAlphaDropout": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.dropout.FeatureAlphaDropout", "kind": "Gdef"}, "Flatten": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.flatten.Flatten", "kind": "Gdef"}, "Fold": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.fold.Fold", "kind": "Gdef"}, "FractionalMaxPool2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.FractionalMaxPool2d", "kind": "Gdef"}, "FractionalMaxPool3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.FractionalMaxPool3d", "kind": "Gdef"}, "GELU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.GELU", "kind": "Gdef"}, "GLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.GLU", "kind": "Gdef"}, "GRU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.rnn.GRU", "kind": "Gdef"}, "GRUCell": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.rnn.GRUCell", "kind": "Gdef"}, "GaussianNLLLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.GaussianNLLLoss", "kind": "Gdef"}, "GroupNorm": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.normalization.GroupNorm", "kind": "Gdef"}, "Hardshrink": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Hardshrink", "kind": "Gdef"}, "Hardsigmoid": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Hardsigmoid", "kind": "Gdef"}, "Hardswish": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Hardswish", "kind": "Gdef"}, "Hardtanh": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Hardtanh", "kind": "Gdef"}, "HingeEmbeddingLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.HingeEmbeddingLoss", "kind": "Gdef"}, "HuberLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.HuberLoss", "kind": "Gdef"}, "Identity": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.linear.Identity", "kind": "Gdef"}, "InstanceNorm1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.instancenorm.InstanceNorm1d", "kind": "Gdef"}, "InstanceNorm2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.instancenorm.InstanceNorm2d", "kind": "Gdef"}, "InstanceNorm3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.instancenorm.InstanceNorm3d", "kind": "Gdef"}, "KLDivLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.KLDivLoss", "kind": "Gdef"}, "L1Loss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.L1Loss", "kind": "Gdef"}, "LPPool1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.LPPool1d", "kind": "Gdef"}, "LPPool2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.LPPool2d", "kind": "Gdef"}, "LSTM": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.rnn.LSTM", "kind": "Gdef"}, "LSTMCell": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.rnn.LSTMCell", "kind": "Gdef"}, "LayerNorm": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.normalization.LayerNorm", "kind": "Gdef"}, "LazyBatchNorm1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.batchnorm.LazyBatchNorm1d", "kind": "Gdef"}, "LazyBatchNorm2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.batchnorm.LazyBatchNorm2d", "kind": "Gdef"}, "LazyBatchNorm3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.batchnorm.LazyBatchNorm3d", "kind": "Gdef"}, "LazyConv1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.LazyConv1d", "kind": "Gdef"}, "LazyConv2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.LazyConv2d", "kind": "Gdef"}, "LazyConv3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.LazyConv3d", "kind": "Gdef"}, "LazyConvTranspose1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.LazyConvTranspose1d", "kind": "Gdef"}, "LazyConvTranspose2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.LazyConvTranspose2d", "kind": "Gdef"}, "LazyConvTranspose3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.LazyConvTranspose3d", "kind": "Gdef"}, "LazyInstanceNorm1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.instancenorm.LazyInstanceNorm1d", "kind": "Gdef"}, "LazyInstanceNorm2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.instancenorm.LazyInstanceNorm2d", "kind": "Gdef"}, "LazyInstanceNorm3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.instancenorm.LazyInstanceNorm3d", "kind": "Gdef"}, "LazyLinear": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.linear.LazyLinear", "kind": "Gdef"}, "LeakyReLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.LeakyReLU", "kind": "Gdef"}, "Linear": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.linear.Linear", "kind": "Gdef"}, "LocalResponseNorm": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.normalization.LocalResponseNorm", "kind": "Gdef"}, "LogSigmoid": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.LogSigmoid", "kind": "Gdef"}, "LogSoftmax": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.LogSoftmax", "kind": "Gdef"}, "MSELoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.MSELoss", "kind": "Gdef"}, "MarginRankingLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.MarginRankingLoss", "kind": "Gdef"}, "MaxPool1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.MaxPool1d", "kind": "Gdef"}, "MaxPool2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.MaxPool2d", "kind": "Gdef"}, "MaxPool3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.MaxPool3d", "kind": "Gdef"}, "MaxUnpool1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.MaxUnpool1d", "kind": "Gdef"}, "MaxUnpool2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.MaxUnpool2d", "kind": "Gdef"}, "MaxUnpool3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.MaxUnpool3d", "kind": "Gdef"}, "Mish": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Mish", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "ModuleDict": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.container.ModuleDict", "kind": "Gdef"}, "ModuleList": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.container.ModuleList", "kind": "Gdef"}, "MultiLabelMarginLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.MultiLabelMarginLoss", "kind": "Gdef"}, "MultiLabelSoftMarginLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.MultiLabelSoftMarginLoss", "kind": "Gdef"}, "MultiMarginLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.MultiMarginLoss", "kind": "Gdef"}, "MultiheadAttention": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.MultiheadAttention", "kind": "Gdef"}, "NLLLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.NLLLoss", "kind": "Gdef"}, "NLLLoss2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.NLLLoss2d", "kind": "Gdef"}, "PReLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.PReLU", "kind": "Gdef"}, "PairwiseDistance": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.distance.PairwiseDistance", "kind": "Gdef"}, "Parameter": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.Parameter", "kind": "Gdef"}, "ParameterDict": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.container.ParameterDict", "kind": "Gdef"}, "ParameterList": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.container.ParameterList", "kind": "Gdef"}, "PixelShuffle": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pixelshuffle.PixelShuffle", "kind": "Gdef"}, "PixelUnshuffle": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pixelshuffle.PixelUnshuffle", "kind": "Gdef"}, "PoissonNLLLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.PoissonNLLLoss", "kind": "Gdef"}, "RNN": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.rnn.RNN", "kind": "Gdef"}, "RNNBase": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.rnn.RNNBase", "kind": "Gdef"}, "RNNCell": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.rnn.RNNCell", "kind": "Gdef"}, "RNNCellBase": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.rnn.RNNCellBase", "kind": "Gdef"}, "RReLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.RReLU", "kind": "Gdef"}, "ReLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.ReLU", "kind": "Gdef"}, "ReLU6": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.ReLU6", "kind": "Gdef"}, "ReflectionPad1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.padding.ReflectionPad1d", "kind": "Gdef"}, "ReflectionPad2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.padding.ReflectionPad2d", "kind": "Gdef"}, "ReflectionPad3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.padding.ReflectionPad3d", "kind": "Gdef"}, "ReplicationPad1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.padding.ReplicationPad1d", "kind": "Gdef"}, "ReplicationPad2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.padding.ReplicationPad2d", "kind": "Gdef"}, "ReplicationPad3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.padding.ReplicationPad3d", "kind": "Gdef"}, "SELU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.SELU", "kind": "Gdef"}, "Sequential": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.container.Sequential", "kind": "Gdef"}, "SiLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.SiLU", "kind": "Gdef"}, "Sigmoid": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Sigmoid", "kind": "Gdef"}, "SmoothL1Loss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.SmoothL1Loss", "kind": "Gdef"}, "SoftMarginLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.SoftMarginLoss", "kind": "Gdef"}, "Softmax": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Softmax", "kind": "Gdef"}, "Softmax2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Softmax2d", "kind": "Gdef"}, "Softmin": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Softmin", "kind": "Gdef"}, "Softplus": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Softplus", "kind": "Gdef"}, "Softshrink": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Softshrink", "kind": "Gdef"}, "Softsign": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Softsign", "kind": "Gdef"}, "SyncBatchNorm": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.batchnorm.SyncBatchNorm", "kind": "Gdef"}, "Tanh": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Tanh", "kind": "Gdef"}, "Tanhshrink": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Tanhshrink", "kind": "Gdef"}, "Threshold": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Threshold", "kind": "Gdef"}, "Transformer": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.transformer.Transformer", "kind": "Gdef"}, "TransformerDecoder": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.transformer.TransformerDecoder", "kind": "Gdef"}, "TransformerDecoderLayer": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.transformer.TransformerDecoderLayer", "kind": "Gdef"}, "TransformerEncoder": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.transformer.TransformerEncoder", "kind": "Gdef"}, "TransformerEncoderLayer": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.transformer.TransformerEncoderLayer", "kind": "Gdef"}, "TripletMarginLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.TripletMarginLoss", "kind": "Gdef"}, "TripletMarginWithDistanceLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.TripletMarginWithDistanceLoss", "kind": "Gdef"}, "Unflatten": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.flatten.Unflatten", "kind": "Gdef"}, "Unfold": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.fold.Unfold", "kind": "Gdef"}, "UninitializedBuffer": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.UninitializedBuffer", "kind": "Gdef"}, "UninitializedParameter": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.UninitializedParameter", "kind": "Gdef"}, "Upsample": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.upsampling.Upsample", "kind": "Gdef"}, "UpsamplingBilinear2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.upsampling.UpsamplingBilinear2d", "kind": "Gdef"}, "UpsamplingNearest2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.upsampling.UpsamplingNearest2d", "kind": "Gdef"}, "ZeroPad2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.padding.ZeroPad2d", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.__package__", "name": "__package__", "type": "builtins.str"}}, "factory_kwargs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["kwargs"], "flags": [], "fullname": "torch.nn.factory_kwargs", "name": "factory_kwargs", "type": null}}, "init": {".class": "SymbolTableNode", "cross_ref": "torch.nn.init", "kind": "Gdef"}, "utils": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/__init__.meta.json b/.mypy_cache/3.9/torch/nn/__init__.meta.json deleted file mode 100644 index 5392aac30..000000000 --- a/.mypy_cache/3.9/torch/nn/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 10, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["torch.nn.modules", "torch.nn.parameter", "torch.nn.parallel", "torch.nn.init", "torch.nn.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "_typeshed", "abc", "typing"], "hash": "19a6e1652ca26ae3225e13c281b240c808a235505bd3521808561b7191f5363b", "id": "torch.nn", "ignore_all": true, "interface_hash": "ccdb4134b2e4b8ac34915d578dcb4441849ee9b2f43b4b366c6aaab17d73b815", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/__init__.py", "plugin_data": null, "size": 1983, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/_reduction.data.json b/.mypy_cache/3.9/torch/nn/_reduction.data.json deleted file mode 100644 index 4916d30d2..000000000 --- a/.mypy_cache/3.9/torch/nn/_reduction.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn._reduction", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn._reduction.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn._reduction.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn._reduction.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn._reduction.__package__", "name": "__package__", "type": "builtins.str"}}, "get_enum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["reduction"], "flags": [], "fullname": "torch.nn._reduction.get_enum", "name": "get_enum", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["reduction"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_enum", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "legacy_get_enum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["size_average", "reduce", "emit_warning"], "flags": [], "fullname": "torch.nn._reduction.legacy_get_enum", "name": "legacy_get_enum", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["size_average", "reduce", "emit_warning"], "arg_types": [{".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "legacy_get_enum", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "legacy_get_string": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["size_average", "reduce", "emit_warning"], "flags": [], "fullname": "torch.nn._reduction.legacy_get_string", "name": "legacy_get_string", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["size_average", "reduce", "emit_warning"], "arg_types": [{".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "legacy_get_string", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/_reduction.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/_reduction.meta.json b/.mypy_cache/3.9/torch/nn/_reduction.meta.json deleted file mode 100644 index 401170751..000000000 --- a/.mypy_cache/3.9/torch/nn/_reduction.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 1, 1, 1], "dep_prios": [5, 10, 5, 30, 30], "dependencies": ["typing", "warnings", "builtins", "_warnings", "abc"], "hash": "5f3067820d4f165afa5541107abb38239b3e8f456d7f9874e128c42a53e94db8", "id": "torch.nn._reduction", "ignore_all": true, "interface_hash": "61de6dd9400e2d3b42d45e13a8f8c2e15f1a0c8d53f0bf108a6dc009dda71040", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/_reduction.py", "plugin_data": null, "size": 1564, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/common_types.data.json b/.mypy_cache/3.9/torch/nn/common_types.data.json deleted file mode 100644 index 713dc1422..000000000 --- a/.mypy_cache/3.9/torch/nn/common_types.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.common_types", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "torch.nn.common_types.T", "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.common_types.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.common_types.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.common_types.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.common_types.__package__", "name": "__package__", "type": "builtins.str"}}, "_maybe_indices_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.common_types._maybe_indices_t", "line": 42, "no_args": false, "normalized": false, "target": {".class": "TypeAliasType", "args": ["torch._tensor.Tensor"], "type_ref": "torch.nn.common_types._scalar_or_tuple_2_t"}}}, "_ratio_2_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.common_types._ratio_2_t", "line": 33, "no_args": false, "normalized": false, "target": {".class": "TypeAliasType", "args": ["builtins.float"], "type_ref": "torch.nn.common_types._scalar_or_tuple_2_t"}}}, "_ratio_3_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.common_types._ratio_3_t", "line": 34, "no_args": false, "normalized": false, "target": {".class": "TypeAliasType", "args": ["builtins.float"], "type_ref": "torch.nn.common_types._scalar_or_tuple_3_t"}}}, "_ratio_any_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.common_types._ratio_any_t", "line": 35, "no_args": false, "normalized": false, "target": {".class": "TypeAliasType", "args": ["builtins.float"], "type_ref": "torch.nn.common_types._scalar_or_tuple_any_t"}}}, "_scalar_or_tuple_1_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": ["T"], "column": 0, "fullname": "torch.nn.common_types._scalar_or_tuple_1_t", "line": 11, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "TupleType", "implicit": false, "items": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}}}, "_scalar_or_tuple_2_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": ["T"], "column": 0, "fullname": "torch.nn.common_types._scalar_or_tuple_2_t", "line": 12, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "TupleType", "implicit": false, "items": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}}}, "_scalar_or_tuple_3_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": ["T"], "column": 0, "fullname": "torch.nn.common_types._scalar_or_tuple_3_t", "line": 13, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "TupleType", "implicit": false, "items": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}}}, "_scalar_or_tuple_4_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": ["T"], "column": 0, "fullname": "torch.nn.common_types._scalar_or_tuple_4_t", "line": 14, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "TupleType", "implicit": false, "items": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}}}, "_scalar_or_tuple_5_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": ["T"], "column": 0, "fullname": "torch.nn.common_types._scalar_or_tuple_5_t", "line": 15, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "TupleType", "implicit": false, "items": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}}}, "_scalar_or_tuple_6_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": ["T"], "column": 0, "fullname": "torch.nn.common_types._scalar_or_tuple_6_t", "line": 16, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "TupleType", "implicit": false, "items": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}}}, "_scalar_or_tuple_any_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": ["T"], "column": 0, "fullname": "torch.nn.common_types._scalar_or_tuple_any_t", "line": 10, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}, {".class": "Instance", "args": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "T"}], "type_ref": "builtins.tuple"}]}}}, "_size_1_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.common_types._size_1_t", "line": 20, "no_args": false, "normalized": false, "target": {".class": "TypeAliasType", "args": ["builtins.int"], "type_ref": "torch.nn.common_types._scalar_or_tuple_1_t"}}}, "_size_2_opt_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.common_types._size_2_opt_t", "line": 29, "no_args": false, "normalized": false, "target": {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "type_ref": "torch.nn.common_types._scalar_or_tuple_2_t"}}}, "_size_2_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.common_types._size_2_t", "line": 21, "no_args": false, "normalized": false, "target": {".class": "TypeAliasType", "args": ["builtins.int"], "type_ref": "torch.nn.common_types._scalar_or_tuple_2_t"}}}, "_size_3_opt_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.common_types._size_3_opt_t", "line": 30, "no_args": false, "normalized": false, "target": {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "type_ref": "torch.nn.common_types._scalar_or_tuple_3_t"}}}, "_size_3_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.common_types._size_3_t", "line": 22, "no_args": false, "normalized": false, "target": {".class": "TypeAliasType", "args": ["builtins.int"], "type_ref": "torch.nn.common_types._scalar_or_tuple_3_t"}}}, "_size_4_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.common_types._size_4_t", "line": 23, "no_args": false, "normalized": false, "target": {".class": "TypeAliasType", "args": ["builtins.int"], "type_ref": "torch.nn.common_types._scalar_or_tuple_4_t"}}}, "_size_5_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.common_types._size_5_t", "line": 24, "no_args": false, "normalized": false, "target": {".class": "TypeAliasType", "args": ["builtins.int"], "type_ref": "torch.nn.common_types._scalar_or_tuple_5_t"}}}, "_size_6_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.common_types._size_6_t", "line": 25, "no_args": false, "normalized": false, "target": {".class": "TypeAliasType", "args": ["builtins.int"], "type_ref": "torch.nn.common_types._scalar_or_tuple_6_t"}}}, "_size_any_opt_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.common_types._size_any_opt_t", "line": 28, "no_args": false, "normalized": false, "target": {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "type_ref": "torch.nn.common_types._scalar_or_tuple_any_t"}}}, "_size_any_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.common_types._size_any_t", "line": 19, "no_args": false, "normalized": false, "target": {".class": "TypeAliasType", "args": ["builtins.int"], "type_ref": "torch.nn.common_types._scalar_or_tuple_any_t"}}}, "_tensor_list_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.common_types._tensor_list_t", "line": 37, "no_args": false, "normalized": false, "target": {".class": "TypeAliasType", "args": ["torch._tensor.Tensor"], "type_ref": "torch.nn.common_types._scalar_or_tuple_any_t"}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/common_types.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/common_types.meta.json b/.mypy_cache/3.9/torch/nn/common_types.meta.json deleted file mode 100644 index 67c31b52e..000000000 --- a/.mypy_cache/3.9/torch/nn/common_types.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["typing", "torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time"], "hash": "33c2db3f3248bbd8e5f8a37698e1c14de9d2a89a4fe2bb3c7fb7f4775096af51", "id": "torch.nn.common_types", "ignore_all": true, "interface_hash": "14272c58294fe47fcbbf0d79ba343697eef8ea2aed08e49b1262cc9fc94f77eb", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/common_types.py", "plugin_data": null, "size": 1841, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/functional.data.json b/.mypy_cache/3.9/torch/nn/functional.data.json deleted file mode 100644 index 7d42e8b11..000000000 --- a/.mypy_cache/3.9/torch/nn/functional.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.functional", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "GRID_SAMPLE_INTERPOLATION_MODES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.functional.GRID_SAMPLE_INTERPOLATION_MODES", "line": 15, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}}}, "GRID_SAMPLE_PADDING_MODES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.functional.GRID_SAMPLE_PADDING_MODES", "line": 16, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "builtins.dict"}}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.functional.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.functional.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.functional.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.functional.__package__", "name": "__package__", "type": "builtins.str"}}, "_ratio_any_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._ratio_any_t", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_size": {".class": "SymbolTableNode", "cross_ref": "torch.types._size", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_size_1_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_1_t", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_size_2_opt_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_2_opt_t", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_size_2_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_2_t", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_size_3_opt_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_3_opt_t", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_size_3_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_3_t", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_size_any_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_any_t", "kind": "Gdef", "module_hidden": true, "module_public": false}, "adaptive_avg_pool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "output_size"], "flags": [], "fullname": "torch.nn.functional.adaptive_avg_pool1d", "name": "adaptive_avg_pool1d", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "output_size"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "adaptive_avg_pool1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "adaptive_avg_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "output_size"], "flags": [], "fullname": "torch.nn.functional.adaptive_avg_pool2d", "name": "adaptive_avg_pool2d", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "output_size"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_opt_t"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "adaptive_avg_pool2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "adaptive_avg_pool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "output_size"], "flags": [], "fullname": "torch.nn.functional.adaptive_avg_pool3d", "name": "adaptive_avg_pool3d", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "output_size"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_opt_t"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "adaptive_avg_pool3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "adaptive_max_pool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.functional.adaptive_max_pool1d", "name": "adaptive_max_pool1d", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "adaptive_max_pool1d_with_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "output_size", "return_indices"], "flags": [], "fullname": "torch.nn.functional.adaptive_max_pool1d_with_indices", "name": "adaptive_max_pool1d_with_indices", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "output_size", "return_indices"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "adaptive_max_pool1d_with_indices", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "adaptive_max_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.functional.adaptive_max_pool2d", "name": "adaptive_max_pool2d", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "adaptive_max_pool2d_with_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "output_size", "return_indices"], "flags": [], "fullname": "torch.nn.functional.adaptive_max_pool2d_with_indices", "name": "adaptive_max_pool2d_with_indices", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "output_size", "return_indices"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_opt_t"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "adaptive_max_pool2d_with_indices", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "adaptive_max_pool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.functional.adaptive_max_pool3d", "name": "adaptive_max_pool3d", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "adaptive_max_pool3d_with_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "output_size", "return_indices"], "flags": [], "fullname": "torch.nn.functional.adaptive_max_pool3d_with_indices", "name": "adaptive_max_pool3d_with_indices", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "output_size", "return_indices"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_opt_t"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "adaptive_max_pool3d_with_indices", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "affine_grid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["theta", "size", "align_corners"], "flags": [], "fullname": "torch.nn.functional.affine_grid", "name": "affine_grid", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["theta", "size", "align_corners"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "affine_grid", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "alpha_dropout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "p", "training", "inplace"], "flags": [], "fullname": "torch.nn.functional.alpha_dropout", "name": "alpha_dropout", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "p", "training", "inplace"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "alpha_dropout", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "assert_int_or_pair": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["arg", "arg_name", "message"], "flags": [], "fullname": "torch.nn.functional.assert_int_or_pair", "name": "assert_int_or_pair", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["arg", "arg_name", "message"], "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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assert_int_or_pair", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "avg_pool1d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.avg_pool1d", "kind": "Gdef"}, "avg_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.functional.avg_pool2d", "name": "avg_pool2d", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "avg_pool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.functional.avg_pool3d", "name": "avg_pool3d", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "batch_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "running_mean", "running_var", "weight", "bias", "training", "momentum", "eps"], "flags": [], "fullname": "torch.nn.functional.batch_norm", "name": "batch_norm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "running_mean", "running_var", "weight", "bias", "training", "momentum", "eps"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "batch_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "bilinear": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input1", "input2", "weight", "bias"], "flags": [], "fullname": "torch.nn.functional.bilinear", "name": "bilinear", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input1", "input2", "weight", "bias"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bilinear", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "binary_cross_entropy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "target", "weight", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.functional.binary_cross_entropy", "name": "binary_cross_entropy", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "target", "weight", "size_average", "reduce", "reduction"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "binary_cross_entropy", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "binary_cross_entropy_with_logits": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "target", "weight", "size_average", "reduce", "reduction", "pos_weight"], "flags": [], "fullname": "torch.nn.functional.binary_cross_entropy_with_logits", "name": "binary_cross_entropy_with_logits", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "target", "weight", "size_average", "reduce", "reduction", "pos_weight"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "binary_cross_entropy_with_logits", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "celu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["input", "alpha", "inplace"], "flags": [], "fullname": "torch.nn.functional.celu", "name": "celu", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "alpha", "inplace"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "celu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "celu_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.celu_", "kind": "Gdef"}, "channel_shuffle": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.channel_shuffle", "kind": "Gdef"}, "conv1d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.conv1d", "kind": "Gdef"}, "conv2d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.conv2d", "kind": "Gdef"}, "conv3d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.conv3d", "kind": "Gdef"}, "conv_tbc": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.conv_tbc", "kind": "Gdef"}, "conv_transpose1d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.conv_transpose1d", "kind": "Gdef"}, "conv_transpose2d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.conv_transpose2d", "kind": "Gdef"}, "conv_transpose3d": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.conv_transpose3d", "kind": "Gdef"}, "cosine_embedding_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["input1", "input2", "target", "margin", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.functional.cosine_embedding_loss", "name": "cosine_embedding_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["input1", "input2", "target", "margin", "size_average", "reduce", "reduction"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cosine_embedding_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cosine_similarity": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.cosine_similarity", "kind": "Gdef"}, "cross_entropy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "target", "weight", "size_average", "ignore_index", "reduce", "reduction", "label_smoothing"], "flags": [], "fullname": "torch.nn.functional.cross_entropy", "name": "cross_entropy", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "target", "weight", "size_average", "ignore_index", "reduce", "reduction", "label_smoothing"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cross_entropy", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "ctc_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["log_probs", "targets", "input_lengths", "target_lengths", "blank", "reduction", "zero_infinity"], "flags": [], "fullname": "torch.nn.functional.ctc_loss", "name": "ctc_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["log_probs", "targets", "input_lengths", "target_lengths", "blank", "reduction", "zero_infinity"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ctc_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "dropout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "p", "training", "inplace"], "flags": [], "fullname": "torch.nn.functional.dropout", "name": "dropout", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "p", "training", "inplace"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dropout", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "dropout2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "p", "training", "inplace"], "flags": [], "fullname": "torch.nn.functional.dropout2d", "name": "dropout2d", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "p", "training", "inplace"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dropout2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "dropout3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "p", "training", "inplace"], "flags": [], "fullname": "torch.nn.functional.dropout3d", "name": "dropout3d", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "p", "training", "inplace"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dropout3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "elu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["input", "alpha", "inplace"], "flags": [], "fullname": "torch.nn.functional.elu", "name": "elu", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "alpha", "inplace"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "elu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "elu_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.functional.elu_", "name": "elu_", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "embedding": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "padding_idx", "max_norm", "norm_type", "scale_grad_by_freq", "sparse"], "flags": [], "fullname": "torch.nn.functional.embedding", "name": "embedding", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "padding_idx", "max_norm", "norm_type", "scale_grad_by_freq", "sparse"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.float", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "embedding", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "embedding_bag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "offsets", "max_norm", "norm_type", "scale_grad_by_freq", "mode", "sparse", "per_sample_weights", "include_last_offset", "padding_idx"], "flags": [], "fullname": "torch.nn.functional.embedding_bag", "name": "embedding_bag", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "offsets", "max_norm", "norm_type", "scale_grad_by_freq", "mode", "sparse", "per_sample_weights", "include_last_offset", "padding_idx"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.float", "builtins.bool", "builtins.str", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "embedding_bag", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "feature_alpha_dropout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "p", "training", "inplace"], "flags": [], "fullname": "torch.nn.functional.feature_alpha_dropout", "name": "feature_alpha_dropout", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "p", "training", "inplace"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "feature_alpha_dropout", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fold": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["input", "output_size", "kernel_size", "dilation", "padding", "stride"], "flags": [], "fullname": "torch.nn.functional.fold", "name": "fold", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["input", "output_size", "kernel_size", "dilation", "padding", "stride"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fold", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fractional_max_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.functional.fractional_max_pool2d", "name": "fractional_max_pool2d", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "fractional_max_pool2d_with_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "output_size", "output_ratio", "return_indices", "_random_samples"], "flags": [], "fullname": "torch.nn.functional.fractional_max_pool2d_with_indices", "name": "fractional_max_pool2d_with_indices", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "output_size", "output_ratio", "return_indices", "_random_samples"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fractional_max_pool2d_with_indices", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "fractional_max_pool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.functional.fractional_max_pool3d", "name": "fractional_max_pool3d", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "fractional_max_pool3d_with_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "output_size", "output_ratio", "return_indices", "_random_samples"], "flags": [], "fullname": "torch.nn.functional.fractional_max_pool3d_with_indices", "name": "fractional_max_pool3d_with_indices", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "output_size", "output_ratio", "return_indices", "_random_samples"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fractional_max_pool3d_with_indices", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "gaussian_nll_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["input", "target", "var", "full", "eps", "reduction"], "flags": [], "fullname": "torch.nn.functional.gaussian_nll_loss", "name": "gaussian_nll_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["input", "target", "var", "full", "eps", "reduction"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gaussian_nll_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "gelu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch.nn.functional.gelu", "name": "gelu", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "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", "implicit": false, "is_ellipsis_args": false, "name": "gelu", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "glu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "dim"], "flags": [], "fullname": "torch.nn.functional.glu", "name": "glu", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "glu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "grid_sample": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "grid", "mode", "padding_mode", "align_corners"], "flags": [], "fullname": "torch.nn.functional.grid_sample", "name": "grid_sample", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "grid", "mode", "padding_mode", "align_corners"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.str", "builtins.str", {".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", "implicit": false, "is_ellipsis_args": false, "name": "grid_sample", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "group_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "num_groups", "weight", "bias", "eps"], "flags": [], "fullname": "torch.nn.functional.group_norm", "name": "group_norm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "num_groups", "weight", "bias", "eps"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "group_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "gumbel_softmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["logits", "tau", "hard", "eps", "dim"], "flags": [], "fullname": "torch.nn.functional.gumbel_softmax", "name": "gumbel_softmax", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["logits", "tau", "hard", "eps", "dim"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.bool", "builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gumbel_softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "hardshrink": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "lambd"], "flags": [], "fullname": "torch.nn.functional.hardshrink", "name": "hardshrink", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "lambd"], "arg_types": ["torch._tensor.Tensor", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hardshrink", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "hardsigmoid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "inplace"], "flags": [], "fullname": "torch.nn.functional.hardsigmoid", "name": "hardsigmoid", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "inplace"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hardsigmoid", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "hardswish": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "inplace"], "flags": [], "fullname": "torch.nn.functional.hardswish", "name": "hardswish", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "inplace"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hardswish", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "hardtanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "min_val", "max_val", "inplace"], "flags": [], "fullname": "torch.nn.functional.hardtanh", "name": "hardtanh", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "min_val", "max_val", "inplace"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hardtanh", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "hardtanh_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.functional.hardtanh_", "name": "hardtanh_", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "hinge_embedding_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "target", "margin", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.functional.hinge_embedding_loss", "name": "hinge_embedding_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "target", "margin", "size_average", "reduce", "reduction"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hinge_embedding_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "huber_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["input", "target", "reduction", "delta"], "flags": [], "fullname": "torch.nn.functional.huber_loss", "name": "huber_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["input", "target", "reduction", "delta"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.str", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "huber_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "instance_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "running_mean", "running_var", "weight", "bias", "use_input_stats", "momentum", "eps"], "flags": [], "fullname": "torch.nn.functional.instance_norm", "name": "instance_norm", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "running_mean", "running_var", "weight", "bias", "use_input_stats", "momentum", "eps"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "instance_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "interpolate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "size", "scale_factor", "mode", "align_corners"], "flags": [], "fullname": "torch.nn.functional.interpolate", "name": "interpolate", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "size", "scale_factor", "mode", "align_corners"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "builtins.str", {".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", "implicit": false, "is_ellipsis_args": false, "name": "interpolate", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "kl_div": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "target", "size_average", "reduce", "reduction", "log_target"], "flags": [], "fullname": "torch.nn.functional.kl_div", "name": "kl_div", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "target", "size_average", "reduce", "reduction", "log_target"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kl_div", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "l1_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "target", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.functional.l1_loss", "name": "l1_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "target", "size_average", "reduce", "reduction"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "l1_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "layer_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "normalized_shape", "weight", "bias", "eps"], "flags": [], "fullname": "torch.nn.functional.layer_norm", "name": "layer_norm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "normalized_shape", "weight", "bias", "eps"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "layer_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "leaky_relu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["input", "negative_slope", "inplace"], "flags": [], "fullname": "torch.nn.functional.leaky_relu", "name": "leaky_relu", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "negative_slope", "inplace"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "leaky_relu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "leaky_relu_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.functional.leaky_relu_", "name": "leaky_relu_", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "linear": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "weight", "bias"], "flags": [], "fullname": "torch.nn.functional.linear", "name": "linear", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "weight", "bias"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "linear", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "local_response_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "size", "alpha", "beta", "k"], "flags": [], "fullname": "torch.nn.functional.local_response_norm", "name": "local_response_norm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "size", "alpha", "beta", "k"], "arg_types": ["torch._tensor.Tensor", "builtins.int", "builtins.float", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "local_response_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log_softmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "dim", "_stacklevel", "dtype"], "flags": [], "fullname": "torch.nn.functional.log_softmax", "name": "log_softmax", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "dim", "_stacklevel", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log_softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "logsigmoid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.functional.logsigmoid", "name": "logsigmoid", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "lp_pool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["input", "norm_type", "kernel_size", "stride", "ceil_mode"], "flags": [], "fullname": "torch.nn.functional.lp_pool1d", "name": "lp_pool1d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["input", "norm_type", "kernel_size", "stride", "ceil_mode"], "arg_types": ["torch._tensor.Tensor", "builtins.float", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "UnionType", "items": ["torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}, "builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lp_pool1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "lp_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["input", "norm_type", "kernel_size", "stride", "ceil_mode"], "flags": [], "fullname": "torch.nn.functional.lp_pool2d", "name": "lp_pool2d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["input", "norm_type", "kernel_size", "stride", "ceil_mode"], "arg_types": ["torch._tensor.Tensor", "builtins.float", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "UnionType", "items": ["torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}, "builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lp_pool2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "margin_ranking_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["input1", "input2", "target", "margin", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.functional.margin_ranking_loss", "name": "margin_ranking_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["input1", "input2", "target", "margin", "size_average", "reduce", "reduction"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "margin_ranking_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "max_pool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.functional.max_pool1d", "name": "max_pool1d", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "max_pool1d_with_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode", "return_indices"], "flags": [], "fullname": "torch.nn.functional.max_pool1d_with_indices", "name": "max_pool1d_with_indices", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode", "return_indices"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max_pool1d_with_indices", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "max_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.functional.max_pool2d", "name": "max_pool2d", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "max_pool2d_with_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode", "return_indices"], "flags": [], "fullname": "torch.nn.functional.max_pool2d_with_indices", "name": "max_pool2d_with_indices", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode", "return_indices"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max_pool2d_with_indices", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "max_pool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.functional.max_pool3d", "name": "max_pool3d", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "max_pool3d_with_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode", "return_indices"], "flags": [], "fullname": "torch.nn.functional.max_pool3d_with_indices", "name": "max_pool3d_with_indices", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode", "return_indices"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max_pool3d_with_indices", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "max_unpool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["input", "indices", "kernel_size", "stride", "padding", "output_size"], "flags": [], "fullname": "torch.nn.functional.max_unpool1d", "name": "max_unpool1d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["input", "indices", "kernel_size", "stride", "padding", "output_size"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max_unpool1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "max_unpool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["input", "indices", "kernel_size", "stride", "padding", "output_size"], "flags": [], "fullname": "torch.nn.functional.max_unpool2d", "name": "max_unpool2d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["input", "indices", "kernel_size", "stride", "padding", "output_size"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max_unpool2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "max_unpool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["input", "indices", "kernel_size", "stride", "padding", "output_size"], "flags": [], "fullname": "torch.nn.functional.max_unpool3d", "name": "max_unpool3d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["input", "indices", "kernel_size", "stride", "padding", "output_size"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "UnionType", "items": ["torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max_unpool3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mish": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "inplace"], "flags": [], "fullname": "torch.nn.functional.mish", "name": "mish", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "inplace"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mish", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mse_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "target", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.functional.mse_loss", "name": "mse_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "target", "size_average", "reduce", "reduction"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mse_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "multi_head_attention_forward": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["query", "key", "value", "embed_dim_to_check", "num_heads", "in_proj_weight", "in_proj_bias", "bias_k", "bias_v", "add_zero_attn", "dropout_p", "out_proj_weight", "out_proj_bias", "training", "key_padding_mask", "need_weights", "attn_mask", "use_separate_proj_weight", "q_proj_weight", "k_proj_weight", "v_proj_weight", "static_k", "static_v"], "flags": [], "fullname": "torch.nn.functional.multi_head_attention_forward", "name": "multi_head_attention_forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["query", "key", "value", "embed_dim_to_check", "num_heads", "in_proj_weight", "in_proj_bias", "bias_k", "bias_v", "add_zero_attn", "dropout_p", "out_proj_weight", "out_proj_bias", "training", "key_padding_mask", "need_weights", "attn_mask", "use_separate_proj_weight", "q_proj_weight", "k_proj_weight", "v_proj_weight", "static_k", "static_v"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "builtins.int", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "multi_head_attention_forward", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "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": []}}}, "multi_margin_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "target", "p", "margin", "weight", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.functional.multi_margin_loss", "name": "multi_margin_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "target", "p", "margin", "weight", "size_average", "reduce", "reduction"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int", "builtins.float", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "multi_margin_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "multilabel_margin_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "target", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.functional.multilabel_margin_loss", "name": "multilabel_margin_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "target", "size_average", "reduce", "reduction"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "multilabel_margin_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "multilabel_soft_margin_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "target", "weight", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.functional.multilabel_soft_margin_loss", "name": "multilabel_soft_margin_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "target", "weight", "size_average", "reduce", "reduction"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "multilabel_soft_margin_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "nll_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "target", "weight", "size_average", "ignore_index", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.functional.nll_loss", "name": "nll_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "target", "weight", "size_average", "ignore_index", "reduce", "reduction"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nll_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "normalize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "p", "dim", "eps", "out"], "flags": [], "fullname": "torch.nn.functional.normalize", "name": "normalize", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "p", "dim", "eps", "out"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.int", "builtins.float", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normalize", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "one_hot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.functional.one_hot", "name": "one_hot", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "pad": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["input", "pad", "mode", "value"], "flags": [], "fullname": "torch.nn.functional.pad", "name": "pad", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["input", "pad", "mode", "value"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}, "builtins.str", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pad", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "pairwise_distance": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["x1", "x2", "p", "eps", "keepdim"], "flags": [], "fullname": "torch.nn.functional.pairwise_distance", "name": "pairwise_distance", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["x1", "x2", "p", "eps", "keepdim"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pairwise_distance", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "pdist": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.pdist", "kind": "Gdef"}, "pixel_shuffle": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.pixel_shuffle", "kind": "Gdef"}, "pixel_unshuffle": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.pixel_unshuffle", "kind": "Gdef"}, "poisson_nll_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "target", "log_input", "full", "size_average", "eps", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.functional.poisson_nll_loss", "name": "poisson_nll_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "target", "log_input", "full", "size_average", "eps", "reduce", "reduction"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.float", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "poisson_nll_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "prelu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "weight"], "flags": [], "fullname": "torch.nn.functional.prelu", "name": "prelu", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "weight"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prelu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "relu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "inplace"], "flags": [], "fullname": "torch.nn.functional.relu", "name": "relu", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "inplace"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "relu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "relu6": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "inplace"], "flags": [], "fullname": "torch.nn.functional.relu6", "name": "relu6", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "inplace"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "relu6", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "relu_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.relu_", "kind": "Gdef"}, "rrelu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "lower", "upper", "training", "inplace"], "flags": [], "fullname": "torch.nn.functional.rrelu", "name": "rrelu", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "lower", "upper", "training", "inplace"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.float", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rrelu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "rrelu_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.rrelu_", "kind": "Gdef"}, "selu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "inplace"], "flags": [], "fullname": "torch.nn.functional.selu", "name": "selu", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "inplace"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "selu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "selu_": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.selu_", "kind": "Gdef"}, "sigmoid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch.nn.functional.sigmoid", "name": "sigmoid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "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", "implicit": false, "is_ellipsis_args": false, "name": "sigmoid", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "silu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["input", "inplace"], "flags": [], "fullname": "torch.nn.functional.silu", "name": "silu", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["input", "inplace"], "arg_types": ["torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "silu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "smooth_l1_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "target", "size_average", "reduce", "reduction", "beta"], "flags": [], "fullname": "torch.nn.functional.smooth_l1_loss", "name": "smooth_l1_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["input", "target", "size_average", "reduce", "reduction", "beta"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "smooth_l1_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "soft_margin_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "target", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.functional.soft_margin_loss", "name": "soft_margin_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "target", "size_average", "reduce", "reduction"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "soft_margin_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "softmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "dim", "_stacklevel", "dtype"], "flags": [], "fullname": "torch.nn.functional.softmax", "name": "softmax", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "dim", "_stacklevel", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "softmin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "dim", "_stacklevel", "dtype"], "flags": [], "fullname": "torch.nn.functional.softmin", "name": "softmin", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "dim", "_stacklevel", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "softmin", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "softplus": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.functional.softplus", "name": "softplus", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "softshrink": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.functional.softshrink", "name": "softshrink", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}}}, "softsign": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch.nn.functional.softsign", "name": "softsign", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "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", "implicit": false, "is_ellipsis_args": false, "name": "softsign", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "tanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch.nn.functional.tanh", "name": "tanh", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "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", "implicit": false, "is_ellipsis_args": false, "name": "tanh", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "tanhshrink": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch.nn.functional.tanhshrink", "name": "tanhshrink", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "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", "implicit": false, "is_ellipsis_args": false, "name": "tanhshrink", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "threshold": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "threshold", "value", "inplace"], "flags": [], "fullname": "torch.nn.functional.threshold", "name": "threshold", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "threshold", "value", "inplace"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "threshold", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "triplet_margin_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["anchor", "positive", "negative", "margin", "p", "eps", "swap", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.functional.triplet_margin_loss", "name": "triplet_margin_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["anchor", "positive", "negative", "margin", "p", "eps", "swap", "size_average", "reduce", "reduction"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", "builtins.float", "builtins.float", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "triplet_margin_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "triplet_margin_with_distance_loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5, 5], "arg_names": ["anchor", "positive", "negative", "distance_function", "margin", "swap", "reduction"], "flags": [], "fullname": "torch.nn.functional.triplet_margin_with_distance_loss", "name": "triplet_margin_with_distance_loss", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5], "arg_names": ["anchor", "positive", "negative", "distance_function", "margin", "swap", "reduction"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.float", "builtins.bool", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "triplet_margin_with_distance_loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "unfold": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "kernel_size", "dilation", "padding", "stride"], "flags": [], "fullname": "torch.nn.functional.unfold", "name": "unfold", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "kernel_size", "dilation", "padding", "stride"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unfold", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "upsample": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "size", "scale_factor", "mode", "align_corners"], "flags": [], "fullname": "torch.nn.functional.upsample", "name": "upsample", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "size", "scale_factor", "mode", "align_corners"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "builtins.str", {".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", "implicit": false, "is_ellipsis_args": false, "name": "upsample", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "upsample_bilinear": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["input", "size", "scale_factor"], "flags": [], "fullname": "torch.nn.functional.upsample_bilinear", "name": "upsample_bilinear", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "size", "scale_factor"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "upsample_bilinear", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "upsample_nearest": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["input", "size", "scale_factor"], "flags": [], "fullname": "torch.nn.functional.upsample_nearest", "name": "upsample_nearest", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "size", "scale_factor"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "upsample_nearest", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/functional.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/functional.meta.json b/.mypy_cache/3.9/torch/nn/functional.meta.json deleted file mode 100644 index 2faa7faba..000000000 --- a/.mypy_cache/3.9/torch/nn/functional.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch", "torch.types", "typing", "torch.nn.common_types", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "_typeshed", "abc"], "hash": "6a7740e71610786edb4f14b8663305948efbe111edb0567fad1390ab275a74cd", "id": "torch.nn.functional", "ignore_all": true, "interface_hash": "f61fd13a889570a7b6e0b591834be6dffacd93ada131c8de6b86c2110342f02a", "mtime": 1634272372, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/functional.pyi", "plugin_data": null, "size": 17852, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/init.data.json b/.mypy_cache/3.9/torch/nn/init.data.json deleted file mode 100644 index d8fb673a8..000000000 --- a/.mypy_cache/3.9/torch/nn/init.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.init", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.init.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.init.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.init.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.init.__package__", "name": "__package__", "type": "builtins.str"}}, "_calculate_correct_fan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensor", "mode"], "flags": [], "fullname": "torch.nn.init._calculate_correct_fan", "name": "_calculate_correct_fan", "type": null}}, "_calculate_fan_in_and_fan_out": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensor"], "flags": [], "fullname": "torch.nn.init._calculate_fan_in_and_fan_out", "name": "_calculate_fan_in_and_fan_out", "type": null}}, "_make_deprecate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["meth"], "flags": [], "fullname": "torch.nn.init._make_deprecate", "name": "_make_deprecate", "type": null}}, "_no_grad_fill_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensor", "val"], "flags": [], "fullname": "torch.nn.init._no_grad_fill_", "name": "_no_grad_fill_", "type": null}}, "_no_grad_normal_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["tensor", "mean", "std"], "flags": [], "fullname": "torch.nn.init._no_grad_normal_", "name": "_no_grad_normal_", "type": null}}, "_no_grad_trunc_normal_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["tensor", "mean", "std", "a", "b"], "flags": [], "fullname": "torch.nn.init._no_grad_trunc_normal_", "name": "_no_grad_trunc_normal_", "type": null}}, "_no_grad_uniform_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["tensor", "a", "b"], "flags": [], "fullname": "torch.nn.init._no_grad_uniform_", "name": "_no_grad_uniform_", "type": null}}, "_no_grad_zero_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensor"], "flags": [], "fullname": "torch.nn.init._no_grad_zero_", "name": "_no_grad_zero_", "type": null}}, "calculate_gain": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["nonlinearity", "param"], "flags": [], "fullname": "torch.nn.init.calculate_gain", "name": "calculate_gain", "type": null}}, "constant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.init.constant", "name": "constant", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "constant_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensor", "val"], "flags": [], "fullname": "torch.nn.init.constant_", "name": "constant_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["tensor", "val"], "arg_types": ["torch._tensor.Tensor", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "constant_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "dirac": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.init.dirac", "name": "dirac", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "dirac_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["tensor", "groups"], "flags": [], "fullname": "torch.nn.init.dirac_", "name": "dirac_", "type": null}}, "eye": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.init.eye", "name": "eye", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "eye_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensor"], "flags": [], "fullname": "torch.nn.init.eye_", "name": "eye_", "type": null}}, "kaiming_normal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.init.kaiming_normal", "name": "kaiming_normal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "kaiming_normal_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["tensor", "a", "mode", "nonlinearity"], "flags": [], "fullname": "torch.nn.init.kaiming_normal_", "name": "kaiming_normal_", "type": null}}, "kaiming_uniform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.init.kaiming_uniform", "name": "kaiming_uniform", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "kaiming_uniform_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["tensor", "a", "mode", "nonlinearity"], "flags": [], "fullname": "torch.nn.init.kaiming_uniform_", "name": "kaiming_uniform_", "type": null}}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "normal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.init.normal", "name": "normal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "normal_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["tensor", "mean", "std"], "flags": [], "fullname": "torch.nn.init.normal_", "name": "normal_", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["tensor", "mean", "std"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normal_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "ones_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensor"], "flags": [], "fullname": "torch.nn.init.ones_", "name": "ones_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensor"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ones_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "orthogonal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.init.orthogonal", "name": "orthogonal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "orthogonal_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["tensor", "gain"], "flags": [], "fullname": "torch.nn.init.orthogonal_", "name": "orthogonal_", "type": null}}, "sparse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.init.sparse", "name": "sparse", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "sparse_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["tensor", "sparsity", "std"], "flags": [], "fullname": "torch.nn.init.sparse_", "name": "sparse_", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "trunc_normal_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["tensor", "mean", "std", "a", "b"], "flags": [], "fullname": "torch.nn.init.trunc_normal_", "name": "trunc_normal_", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["tensor", "mean", "std", "a", "b"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trunc_normal_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "uniform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.init.uniform", "name": "uniform", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "uniform_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["tensor", "a", "b"], "flags": [], "fullname": "torch.nn.init.uniform_", "name": "uniform_", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["tensor", "a", "b"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "uniform_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}, "xavier_normal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.init.xavier_normal", "name": "xavier_normal", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "xavier_normal_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["tensor", "gain"], "flags": [], "fullname": "torch.nn.init.xavier_normal_", "name": "xavier_normal_", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["tensor", "gain"], "arg_types": ["torch._tensor.Tensor", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xavier_normal_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "xavier_uniform": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.init.xavier_uniform", "name": "xavier_uniform", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "xavier_uniform_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["tensor", "gain"], "flags": [], "fullname": "torch.nn.init.xavier_uniform_", "name": "xavier_uniform_", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["tensor", "gain"], "arg_types": ["torch._tensor.Tensor", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xavier_uniform_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "zeros_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensor"], "flags": [], "fullname": "torch.nn.init.zeros_", "name": "zeros_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensor"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zeros_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/init.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/init.meta.json b/.mypy_cache/3.9/torch/nn/init.meta.json deleted file mode 100644 index c57a65d1f..000000000 --- a/.mypy_cache/3.9/torch/nn/init.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["math", "warnings", "torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "_typeshed", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "torch.linalg", "typing", "typing_extensions"], "hash": "0712776b25774ee56f3c8af22fb878e040ba43a80f28a8bb3c88b27b339ae9a8", "id": "torch.nn.init", "ignore_all": true, "interface_hash": "89132c39957c05bf0ad98bd3907fb596e5243aa0715cdb0cbefca142987057da", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/init.py", "plugin_data": null, "size": 19296, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/__init__.data.json b/.mypy_cache/3.9/torch/nn/intrinsic/__init__.data.json deleted file mode 100644 index 303401c82..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.intrinsic", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "BNReLU2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.BNReLU2d", "kind": "Gdef"}, "BNReLU3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.BNReLU3d", "kind": "Gdef"}, "ConvBn1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.ConvBn1d", "kind": "Gdef"}, "ConvBn2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.ConvBn2d", "kind": "Gdef"}, "ConvBn3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.ConvBn3d", "kind": "Gdef"}, "ConvBnReLU1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.ConvBnReLU1d", "kind": "Gdef"}, "ConvBnReLU2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.ConvBnReLU2d", "kind": "Gdef"}, "ConvBnReLU3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.ConvBnReLU3d", "kind": "Gdef"}, "ConvReLU1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.ConvReLU1d", "kind": "Gdef"}, "ConvReLU2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.ConvReLU2d", "kind": "Gdef"}, "ConvReLU3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.ConvReLU3d", "kind": "Gdef"}, "LinearReLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.LinearReLU", "kind": "Gdef"}, "_FusedModule": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused._FusedModule", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/__init__.meta.json b/.mypy_cache/3.9/torch/nn/intrinsic/__init__.meta.json deleted file mode 100644 index 45bf59e95..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch.nn.intrinsic.modules", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "3348b29618eeaad3dc6ceda901574383d9fd7b5113df9f6743db7138412b98ca", "id": "torch.nn.intrinsic", "ignore_all": true, "interface_hash": "843cc2cd63b68bec828850f433cc78ca1e1ba4ba9829cf7ddb5f9bfe79279073", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/__init__.py", "plugin_data": null, "size": 37, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/modules/__init__.data.json b/.mypy_cache/3.9/torch/nn/intrinsic/modules/__init__.data.json deleted file mode 100644 index b0c2f03a6..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/modules/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.intrinsic.modules", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "BNReLU2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.BNReLU2d", "kind": "Gdef"}, "BNReLU3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.BNReLU3d", "kind": "Gdef"}, "ConvBn1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.ConvBn1d", "kind": "Gdef"}, "ConvBn2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.ConvBn2d", "kind": "Gdef"}, "ConvBn3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.ConvBn3d", "kind": "Gdef"}, "ConvBnReLU1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.ConvBnReLU1d", "kind": "Gdef"}, "ConvBnReLU2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.ConvBnReLU2d", "kind": "Gdef"}, "ConvBnReLU3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.ConvBnReLU3d", "kind": "Gdef"}, "ConvReLU1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.ConvReLU1d", "kind": "Gdef"}, "ConvReLU2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.ConvReLU2d", "kind": "Gdef"}, "ConvReLU3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.ConvReLU3d", "kind": "Gdef"}, "LinearReLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.LinearReLU", "kind": "Gdef"}, "_FusedModule": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused._FusedModule", "kind": "Gdef"}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.nn.intrinsic.modules.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.modules.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.modules.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.modules.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.modules.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/modules/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/modules/__init__.meta.json b/.mypy_cache/3.9/torch/nn/intrinsic/modules/__init__.meta.json deleted file mode 100644 index 95ea43f8e..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/modules/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.nn.intrinsic.modules.fused", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "0dddca5ebb2cc047dff461d924a39df67936a7bcbaec87253d7dd3028a60de63", "id": "torch.nn.intrinsic.modules", "ignore_all": true, "interface_hash": "6d30d13a7f96000532a4b2f87ca28760205b0f5c7d22b0ba6cb513731d2e50ed", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/modules/__init__.py", "plugin_data": null, "size": 636, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/modules/fused.data.json b/.mypy_cache/3.9/torch/nn/intrinsic/modules/fused.data.json deleted file mode 100644 index c054973fe..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/modules/fused.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.intrinsic.modules.fused", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "BNReLU2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.intrinsic.modules.fused._FusedModule"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.modules.fused.BNReLU2d", "name": "BNReLU2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.BNReLU2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.modules.fused", "mro": ["torch.nn.intrinsic.modules.fused.BNReLU2d", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "batch_norm", "relu"], "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.BNReLU2d.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BNReLU3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.intrinsic.modules.fused._FusedModule"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.modules.fused.BNReLU3d", "name": "BNReLU3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.BNReLU3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.modules.fused", "mro": ["torch.nn.intrinsic.modules.fused.BNReLU3d", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "batch_norm", "relu"], "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.BNReLU3d.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BatchNorm1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.batchnorm.BatchNorm1d", "kind": "Gdef"}, "BatchNorm2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.batchnorm.BatchNorm2d", "kind": "Gdef"}, "BatchNorm3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.batchnorm.BatchNorm3d", "kind": "Gdef"}, "Conv1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.Conv1d", "kind": "Gdef"}, "Conv2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.Conv2d", "kind": "Gdef"}, "Conv3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.Conv3d", "kind": "Gdef"}, "ConvBn1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.intrinsic.modules.fused._FusedModule"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.modules.fused.ConvBn1d", "name": "ConvBn1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.ConvBn1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.modules.fused", "mro": ["torch.nn.intrinsic.modules.fused.ConvBn1d", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "conv", "bn"], "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.ConvBn1d.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvBn2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.intrinsic.modules.fused._FusedModule"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.modules.fused.ConvBn2d", "name": "ConvBn2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.ConvBn2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.modules.fused", "mro": ["torch.nn.intrinsic.modules.fused.ConvBn2d", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "conv", "bn"], "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.ConvBn2d.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvBn3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.intrinsic.modules.fused._FusedModule"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.modules.fused.ConvBn3d", "name": "ConvBn3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.ConvBn3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.modules.fused", "mro": ["torch.nn.intrinsic.modules.fused.ConvBn3d", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "conv", "bn"], "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.ConvBn3d.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvBnReLU1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.intrinsic.modules.fused._FusedModule"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.modules.fused.ConvBnReLU1d", "name": "ConvBnReLU1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.ConvBnReLU1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.modules.fused", "mro": ["torch.nn.intrinsic.modules.fused.ConvBnReLU1d", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "conv", "bn", "relu"], "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.ConvBnReLU1d.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvBnReLU2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.intrinsic.modules.fused._FusedModule"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.modules.fused.ConvBnReLU2d", "name": "ConvBnReLU2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.ConvBnReLU2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.modules.fused", "mro": ["torch.nn.intrinsic.modules.fused.ConvBnReLU2d", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "conv", "bn", "relu"], "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.ConvBnReLU2d.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvBnReLU3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.intrinsic.modules.fused._FusedModule"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.modules.fused.ConvBnReLU3d", "name": "ConvBnReLU3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.ConvBnReLU3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.modules.fused", "mro": ["torch.nn.intrinsic.modules.fused.ConvBnReLU3d", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "conv", "bn", "relu"], "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.ConvBnReLU3d.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvReLU1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.intrinsic.modules.fused._FusedModule"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.modules.fused.ConvReLU1d", "name": "ConvReLU1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.ConvReLU1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.modules.fused", "mro": ["torch.nn.intrinsic.modules.fused.ConvReLU1d", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "conv", "relu"], "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.ConvReLU1d.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvReLU2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.intrinsic.modules.fused._FusedModule"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.modules.fused.ConvReLU2d", "name": "ConvReLU2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.ConvReLU2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.modules.fused", "mro": ["torch.nn.intrinsic.modules.fused.ConvReLU2d", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "conv", "relu"], "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.ConvReLU2d.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvReLU3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.intrinsic.modules.fused._FusedModule"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.modules.fused.ConvReLU3d", "name": "ConvReLU3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.ConvReLU3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.modules.fused", "mro": ["torch.nn.intrinsic.modules.fused.ConvReLU3d", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "conv", "relu"], "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.ConvReLU3d.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Linear": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.linear.Linear", "kind": "Gdef"}, "LinearReLU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.intrinsic.modules.fused._FusedModule"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.modules.fused.LinearReLU", "name": "LinearReLU", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.LinearReLU", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.modules.fused", "mro": ["torch.nn.intrinsic.modules.fused.LinearReLU", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "linear", "relu"], "flags": [], "fullname": "torch.nn.intrinsic.modules.fused.LinearReLU.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.ReLU", "kind": "Gdef"}, "_FusedModule": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.container.Sequential"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.modules.fused._FusedModule", "name": "_FusedModule", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.modules.fused._FusedModule", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.modules.fused", "mro": ["torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.modules.fused.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.modules.fused.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.modules.fused.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.modules.fused.__package__", "name": "__package__", "type": "builtins.str"}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/modules/fused.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/modules/fused.meta.json b/.mypy_cache/3.9/torch/nn/intrinsic/modules/fused.meta.json deleted file mode 100644 index 224dbd557..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/modules/fused.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch.nn.modules", "torch.nn.modules.activation", "torch.nn.modules.batchnorm", "torch.nn.modules.conv", "torch.nn.modules.linear", "torch.nn.modules.module", "typing"], "hash": "a62c4aea6979402655f6369ab1ce6400fc2e925706bd39c159b66a6ae5aa2839", "id": "torch.nn.intrinsic.modules.fused", "ignore_all": true, "interface_hash": "ff1dc2b2601836c5124fc4a6b4eb047a3fcbf5ec74bafbe45cdeecb27b596cab", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/modules/fused.py", "plugin_data": null, "size": 5736, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/qat/__init__.data.json b/.mypy_cache/3.9/torch/nn/intrinsic/qat/__init__.data.json deleted file mode 100644 index e0d15aca5..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/qat/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.intrinsic.qat", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ConvBn1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn1d", "kind": "Gdef"}, "ConvBn2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn2d", "kind": "Gdef"}, "ConvBn3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn3d", "kind": "Gdef"}, "ConvBnReLU1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU1d", "kind": "Gdef"}, "ConvBnReLU2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU2d", "kind": "Gdef"}, "ConvBnReLU3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU3d", "kind": "Gdef"}, "ConvReLU2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU2d", "kind": "Gdef"}, "ConvReLU3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU3d", "kind": "Gdef"}, "LinearReLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.linear_relu.LinearReLU", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.qat.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.qat.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.qat.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.qat.__package__", "name": "__package__", "type": "builtins.str"}}, "freeze_bn_stats": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.conv_fused.freeze_bn_stats", "kind": "Gdef"}, "update_bn_stats": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.conv_fused.update_bn_stats", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/qat/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/qat/__init__.meta.json b/.mypy_cache/3.9/torch/nn/intrinsic/qat/__init__.meta.json deleted file mode 100644 index 1636f8d7a..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/qat/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch.nn.intrinsic.qat.modules", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "3348b29618eeaad3dc6ceda901574383d9fd7b5113df9f6743db7138412b98ca", "id": "torch.nn.intrinsic.qat", "ignore_all": true, "interface_hash": "d3e761d79c1bdb9055b3a5e7e9e9ec52d365108007f0dca1f8ab39d1a2e3ca3f", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/qat/__init__.py", "plugin_data": null, "size": 37, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/qat/modules/__init__.data.json b/.mypy_cache/3.9/torch/nn/intrinsic/qat/modules/__init__.data.json deleted file mode 100644 index ab902c4fe..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/qat/modules/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.intrinsic.qat.modules", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ConvBn1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn1d", "kind": "Gdef"}, "ConvBn2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn2d", "kind": "Gdef"}, "ConvBn3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn3d", "kind": "Gdef"}, "ConvBnReLU1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU1d", "kind": "Gdef"}, "ConvBnReLU2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU2d", "kind": "Gdef"}, "ConvBnReLU3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU3d", "kind": "Gdef"}, "ConvReLU2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU2d", "kind": "Gdef"}, "ConvReLU3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU3d", "kind": "Gdef"}, "LinearReLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.linear_relu.LinearReLU", "kind": "Gdef"}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.qat.modules.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.qat.modules.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.qat.modules.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.qat.modules.__package__", "name": "__package__", "type": "builtins.str"}}, "freeze_bn_stats": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.conv_fused.freeze_bn_stats", "kind": "Gdef"}, "update_bn_stats": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat.modules.conv_fused.update_bn_stats", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/qat/modules/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/qat/modules/__init__.meta.json b/.mypy_cache/3.9/torch/nn/intrinsic/qat/modules/__init__.meta.json deleted file mode 100644 index 04edd9d10..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/qat/modules/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.nn.intrinsic.qat.modules.linear_relu", "torch.nn.intrinsic.qat.modules.conv_fused", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "9ac8999bdc9b9cce4dcf0a961501370759befc4fcf18ce60c0eb304b3cddefeb", "id": "torch.nn.intrinsic.qat.modules", "ignore_all": true, "interface_hash": "6bc4b22a9bbce43e20d88f36e06871aa0082b64199849965691227ea2473807c", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/qat/modules/__init__.py", "plugin_data": null, "size": 457, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/qat/modules/conv_fused.data.json b/.mypy_cache/3.9/torch/nn/intrinsic/qat/modules/conv_fused.data.json deleted file mode 100644 index 576d698a3..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/qat/modules/conv_fused.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.intrinsic.qat.modules.conv_fused", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ConvBn1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd", "torch.nn.modules.conv.Conv1d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn1d", "name": "ConvBn1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.qat.modules.conv_fused", "mro": ["torch.nn.intrinsic.qat.modules.conv_fused.ConvBn1d", "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd", "torch.nn.modules.conv.Conv1d", "torch.nn.modules.conv._ConvNd", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_BN_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn1d._FLOAT_BN_MODULE", "name": "_FLOAT_BN_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["num_features", "eps", "momentum", "affine", "track_running_stats", "device", "dtype"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.batchnorm.BatchNorm1d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.batchnorm.BatchNorm1d", "type_guard": null, "variables": []}}}, "_FLOAT_CONV_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn1d._FLOAT_CONV_MODULE", "name": "_FLOAT_CONV_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.conv.Conv1d"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.conv.Conv1d", "type_guard": null, "variables": []}}}, "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn1d._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["conv", "bn"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.intrinsic.modules.fused.ConvBn1d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.intrinsic.modules.fused.ConvBn1d", "type_guard": null, "variables": []}}}, "_FLOAT_RELU_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn1d._FLOAT_RELU_MODULE", "name": "_FLOAT_RELU_MODULE", "type": {".class": "NoneType"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "eps", "momentum", "freeze_bn", "qconfig"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn1d.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvBn2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd", "torch.nn.modules.conv.Conv2d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn2d", "name": "ConvBn2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.qat.modules.conv_fused", "mro": ["torch.nn.intrinsic.qat.modules.conv_fused.ConvBn2d", "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd", "torch.nn.modules.conv.Conv2d", "torch.nn.modules.conv._ConvNd", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_BN_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn2d._FLOAT_BN_MODULE", "name": "_FLOAT_BN_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["num_features", "eps", "momentum", "affine", "track_running_stats", "device", "dtype"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.batchnorm.BatchNorm2d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.batchnorm.BatchNorm2d", "type_guard": null, "variables": []}}}, "_FLOAT_CONV_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn2d._FLOAT_CONV_MODULE", "name": "_FLOAT_CONV_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.conv.Conv2d"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.conv.Conv2d", "type_guard": null, "variables": []}}}, "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn2d._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["conv", "bn"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.intrinsic.modules.fused.ConvBn2d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.intrinsic.modules.fused.ConvBn2d", "type_guard": null, "variables": []}}}, "_FLOAT_RELU_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn2d._FLOAT_RELU_MODULE", "name": "_FLOAT_RELU_MODULE", "type": {".class": "NoneType"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "eps", "momentum", "freeze_bn", "qconfig"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn2d.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvBn3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd", "torch.nn.modules.conv.Conv3d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn3d", "name": "ConvBn3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.qat.modules.conv_fused", "mro": ["torch.nn.intrinsic.qat.modules.conv_fused.ConvBn3d", "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd", "torch.nn.modules.conv.Conv3d", "torch.nn.modules.conv._ConvNd", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_BN_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn3d._FLOAT_BN_MODULE", "name": "_FLOAT_BN_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["num_features", "eps", "momentum", "affine", "track_running_stats", "device", "dtype"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.batchnorm.BatchNorm3d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.batchnorm.BatchNorm3d", "type_guard": null, "variables": []}}}, "_FLOAT_CONV_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn3d._FLOAT_CONV_MODULE", "name": "_FLOAT_CONV_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.conv.Conv3d"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.conv.Conv3d", "type_guard": null, "variables": []}}}, "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn3d._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["conv", "bn"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.intrinsic.modules.fused.ConvBn3d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.intrinsic.modules.fused.ConvBn3d", "type_guard": null, "variables": []}}}, "_FLOAT_RELU_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn3d._FLOAT_RELU_MODULE", "name": "_FLOAT_RELU_MODULE", "type": {".class": "NoneType"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "eps", "momentum", "freeze_bn", "qconfig"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn3d.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvBnReLU1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.intrinsic.qat.modules.conv_fused.ConvBn1d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU1d", "name": "ConvBnReLU1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.qat.modules.conv_fused", "mro": ["torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU1d", "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn1d", "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd", "torch.nn.modules.conv.Conv1d", "torch.nn.modules.conv._ConvNd", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_BN_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU1d._FLOAT_BN_MODULE", "name": "_FLOAT_BN_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["num_features", "eps", "momentum", "affine", "track_running_stats", "device", "dtype"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.batchnorm.BatchNorm1d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.batchnorm.BatchNorm1d", "type_guard": null, "variables": []}}}, "_FLOAT_CONV_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU1d._FLOAT_CONV_MODULE", "name": "_FLOAT_CONV_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.conv.Conv1d"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.conv.Conv1d", "type_guard": null, "variables": []}}}, "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU1d._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": null}}, "_FLOAT_RELU_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU1d._FLOAT_RELU_MODULE", "name": "_FLOAT_RELU_MODULE", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "eps", "momentum", "freeze_bn", "qconfig"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU1d.__init__", "name": "__init__", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU1d.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU1d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU1d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of ConvBnReLU1d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvBnReLU2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.intrinsic.qat.modules.conv_fused.ConvBn2d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU2d", "name": "ConvBnReLU2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.qat.modules.conv_fused", "mro": ["torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU2d", "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn2d", "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd", "torch.nn.modules.conv.Conv2d", "torch.nn.modules.conv._ConvNd", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_BN_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU2d._FLOAT_BN_MODULE", "name": "_FLOAT_BN_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["num_features", "eps", "momentum", "affine", "track_running_stats", "device", "dtype"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.batchnorm.BatchNorm2d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.batchnorm.BatchNorm2d", "type_guard": null, "variables": []}}}, "_FLOAT_CONV_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU2d._FLOAT_CONV_MODULE", "name": "_FLOAT_CONV_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.conv.Conv2d"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.conv.Conv2d", "type_guard": null, "variables": []}}}, "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU2d._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": null}}, "_FLOAT_RELU_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU2d._FLOAT_RELU_MODULE", "name": "_FLOAT_RELU_MODULE", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "eps", "momentum", "freeze_bn", "qconfig"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU2d.__init__", "name": "__init__", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU2d.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU2d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU2d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of ConvBnReLU2d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvBnReLU3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.intrinsic.qat.modules.conv_fused.ConvBn3d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU3d", "name": "ConvBnReLU3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.qat.modules.conv_fused", "mro": ["torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU3d", "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn3d", "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd", "torch.nn.modules.conv.Conv3d", "torch.nn.modules.conv._ConvNd", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_BN_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU3d._FLOAT_BN_MODULE", "name": "_FLOAT_BN_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["num_features", "eps", "momentum", "affine", "track_running_stats", "device", "dtype"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.batchnorm.BatchNorm3d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.batchnorm.BatchNorm3d", "type_guard": null, "variables": []}}}, "_FLOAT_CONV_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU3d._FLOAT_CONV_MODULE", "name": "_FLOAT_CONV_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.conv.Conv3d"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.conv.Conv3d", "type_guard": null, "variables": []}}}, "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU3d._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": null}}, "_FLOAT_RELU_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU3d._FLOAT_RELU_MODULE", "name": "_FLOAT_RELU_MODULE", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "eps", "momentum", "freeze_bn", "qconfig"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU3d.__init__", "name": "__init__", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU3d.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU3d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBnReLU3d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of ConvBnReLU3d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvReLU2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.qat.modules.conv.Conv2d", "torch.nn.intrinsic.modules.fused._FusedModule"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU2d", "name": "ConvReLU2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.qat.modules.conv_fused", "mro": ["torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU2d", "torch.nn.qat.modules.conv.Conv2d", "torch.nn.modules.conv.Conv2d", "torch.nn.modules.conv._ConvNd", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_BN_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU2d._FLOAT_BN_MODULE", "name": "_FLOAT_BN_MODULE", "type": {".class": "NoneType"}}}, "_FLOAT_CONV_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU2d._FLOAT_CONV_MODULE", "name": "_FLOAT_CONV_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.conv.Conv2d"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.conv.Conv2d", "type_guard": null, "variables": []}}}, "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU2d._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["conv", "relu"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.intrinsic.modules.fused.ConvReLU2d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.intrinsic.modules.fused.ConvReLU2d", "type_guard": null, "variables": []}}}, "_FLOAT_RELU_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU2d._FLOAT_RELU_MODULE", "name": "_FLOAT_RELU_MODULE", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["inplace"], "arg_types": ["builtins.bool"], "bound_args": ["torch.nn.modules.activation.ReLU"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.activation.ReLU", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "qconfig"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU2d.__init__", "name": "__init__", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU2d.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU2d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU2d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of ConvReLU2d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "qconfig": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU2d.qconfig", "name": "qconfig", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "weight_fake_quant": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU2d.weight_fake_quant", "name": "weight_fake_quant", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvReLU3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.qat.modules.conv.Conv3d", "torch.nn.intrinsic.modules.fused._FusedModule"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU3d", "name": "ConvReLU3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.qat.modules.conv_fused", "mro": ["torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU3d", "torch.nn.qat.modules.conv.Conv3d", "torch.nn.modules.conv.Conv3d", "torch.nn.modules.conv._ConvNd", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_BN_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU3d._FLOAT_BN_MODULE", "name": "_FLOAT_BN_MODULE", "type": {".class": "NoneType"}}}, "_FLOAT_CONV_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU3d._FLOAT_CONV_MODULE", "name": "_FLOAT_CONV_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.conv.Conv3d"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.conv.Conv3d", "type_guard": null, "variables": []}}}, "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU3d._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["conv", "relu"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.intrinsic.modules.fused.ConvReLU3d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.intrinsic.modules.fused.ConvReLU3d", "type_guard": null, "variables": []}}}, "_FLOAT_RELU_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU3d._FLOAT_RELU_MODULE", "name": "_FLOAT_RELU_MODULE", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["inplace"], "arg_types": ["builtins.bool"], "bound_args": ["torch.nn.modules.activation.ReLU"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.activation.ReLU", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "qconfig"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU3d.__init__", "name": "__init__", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU3d.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU3d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU3d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of ConvReLU3d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "qconfig": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU3d.qconfig", "name": "qconfig", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "weight_fake_quant": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.ConvReLU3d.weight_fake_quant", "name": "weight_fake_quant", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "MOD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.MOD", "name": "MOD", "upper_bound": "torch.nn.modules.conv._ConvNd", "values": [], "variance": 0}}, "Parameter": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.Parameter", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "_BN_CLASS_MAP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._BN_CLASS_MAP", "name": "_BN_CLASS_MAP", "type": {".class": "Instance", "args": ["builtins.int", {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["num_features", "eps", "momentum", "affine", "track_running_stats", "device", "dtype"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.batchnorm.BatchNorm3d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.batchnorm._BatchNorm", "type_guard": null, "variables": []}], "type_ref": "builtins.dict"}}}, "_ConvBnNd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._ConvNd", "torch.nn.intrinsic.modules.fused._FusedModule"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd", "name": "_ConvBnNd", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.qat.modules.conv_fused", "mro": ["torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd", "torch.nn.modules.conv._ConvNd", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": "builtins.object"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "transposed", "output_padding", "groups", "bias", "padding_mode", "eps", "momentum", "freeze_bn", "qconfig", "dim"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd.__init__", "name": "__init__", "type": null}}, "_forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd._forward", "name": "_forward", "type": null}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd._load_from_state_dict", "name": "_load_from_state_dict", "type": null}}, "_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd._version", "name": "_version", "type": "builtins.int"}}, "bn": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd.bn", "name": "bn", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd.extra_repr", "name": "extra_repr", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd.forward", "name": "forward", "type": null}}, "freeze_bn": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd.freeze_bn", "name": "freeze_bn", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "freeze_bn_stats": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd.freeze_bn_stats", "name": "freeze_bn_stats", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of _ConvBnNd", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "qconfig": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd.qconfig", "name": "qconfig", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "reset_bn_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd.reset_bn_parameters", "name": "reset_bn_parameters", "type": null}}, "reset_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd.reset_parameters", "name": "reset_parameters", "type": null}}, "reset_running_stats": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd.reset_running_stats", "name": "reset_running_stats", "type": null}}, "to_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd.to_float", "name": "to_float", "type": null}}, "train": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "mode"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd.train", "name": "train", "type": null}}, "update_bn_stats": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd.update_bn_stats", "name": "update_bn_stats", "type": null}}, "weight_fake_quant": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused._ConvBnNd.weight_fake_quant", "name": "weight_fake_quant", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.__package__", "name": "__package__", "type": "builtins.str"}}, "_pair": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._pair", "kind": "Gdef"}, "_single": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._single", "kind": "Gdef"}, "_triple": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._triple", "kind": "Gdef"}, "freeze_bn_stats": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mod"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.freeze_bn_stats", "name": "freeze_bn_stats", "type": null}}, "init": {".class": "SymbolTableNode", "cross_ref": "torch.nn.init", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef"}, "nni": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic", "kind": "Gdef"}, "nnqat": {".class": "SymbolTableNode", "cross_ref": "torch.nn.qat", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "update_bn_stats": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mod"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.conv_fused.update_bn_stats", "name": "update_bn_stats", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/qat/modules/conv_fused.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/qat/modules/conv_fused.meta.json b/.mypy_cache/3.9/torch/nn/intrinsic/qat/modules/conv_fused.meta.json deleted file mode 100644 index 091821676..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/qat/modules/conv_fused.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 10, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["math", "torch", "torch.nn", "torch.nn.intrinsic", "torch.nn.qat", "torch.nn.functional", "torch.nn.init", "torch.nn.modules.utils", "torch.nn.parameter", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.nn.intrinsic.modules", "torch.nn.intrinsic.modules.fused", "torch.nn.modules", "torch.nn.modules.activation", "torch.nn.modules.batchnorm", "torch.nn.modules.container", "torch.nn.modules.conv", "torch.nn.modules.module", "torch.nn.qat.modules", "torch.nn.qat.modules.conv"], "hash": "b0d33b378728c52569f8052b069a85fac882bcd8487a13cbdb07b76002e5f494", "id": "torch.nn.intrinsic.qat.modules.conv_fused", "ignore_all": true, "interface_hash": "2d4dc11bcc1aaa8d1c7bf9bb2b0f2faa085f05c0655bd823a1de5d384b3b7eaf", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/qat/modules/conv_fused.py", "plugin_data": null, "size": 23432, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/qat/modules/linear_relu.data.json b/.mypy_cache/3.9/torch/nn/intrinsic/qat/modules/linear_relu.data.json deleted file mode 100644 index c5575aa4e..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/qat/modules/linear_relu.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.intrinsic.qat.modules.linear_relu", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "LinearReLU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.qat.modules.linear.Linear", "torch.nn.intrinsic.modules.fused._FusedModule"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.qat.modules.linear_relu.LinearReLU", "name": "LinearReLU", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.linear_relu.LinearReLU", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.qat.modules.linear_relu", "mro": ["torch.nn.intrinsic.qat.modules.linear_relu.LinearReLU", "torch.nn.qat.modules.linear.Linear", "torch.nn.modules.linear.Linear", "torch.nn.intrinsic.modules.fused._FusedModule", "torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.qat.modules.linear_relu.LinearReLU._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["linear", "relu"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.intrinsic.modules.fused.LinearReLU"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.intrinsic.modules.fused.LinearReLU", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "in_features", "out_features", "bias", "qconfig"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.linear_relu.LinearReLU.__init__", "name": "__init__", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.linear_relu.LinearReLU.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.intrinsic.qat.modules.linear_relu.LinearReLU.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.intrinsic.qat.modules.linear_relu.LinearReLU"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of LinearReLU", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "to_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.intrinsic.qat.modules.linear_relu.LinearReLU.to_float", "name": "to_float", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.qat.modules.linear_relu.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.qat.modules.linear_relu.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.qat.modules.linear_relu.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.qat.modules.linear_relu.__package__", "name": "__package__", "type": "builtins.str"}}, "nni": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic", "kind": "Gdef"}, "nnqat": {".class": "SymbolTableNode", "cross_ref": "torch.nn.qat", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/qat/modules/linear_relu.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/qat/modules/linear_relu.meta.json b/.mypy_cache/3.9/torch/nn/intrinsic/qat/modules/linear_relu.meta.json deleted file mode 100644 index 6bb4ddf4a..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/qat/modules/linear_relu.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 20, 10, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn.qat", "torch.nn", "torch.nn.intrinsic", "torch.nn.functional", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._tensor", "torch.nn.intrinsic.modules", "torch.nn.intrinsic.modules.fused", "torch.nn.modules", "torch.nn.modules.activation", "torch.nn.modules.container", "torch.nn.modules.linear", "torch.nn.modules.module", "torch.nn.parameter", "torch.nn.qat.modules", "torch.nn.qat.modules.linear", "typing"], "hash": "29c07c83292e3bd2a0371c1a0a00839887742f1542cb97a9454d6c6d0ce5c16d", "id": "torch.nn.intrinsic.qat.modules.linear_relu", "ignore_all": true, "interface_hash": "ec802c2895c9d9fa9d50059c54b5a4bc7a58430e93d1c1e799cce7f19b8fdd65", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/qat/modules/linear_relu.py", "plugin_data": null, "size": 1551, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/__init__.data.json b/.mypy_cache/3.9/torch/nn/intrinsic/quantized/__init__.data.json deleted file mode 100644 index 65696d3b7..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.intrinsic.quantized", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "BNReLU2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU2d", "kind": "Gdef"}, "BNReLU3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU3d", "kind": "Gdef"}, "ConvReLU1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU1d", "kind": "Gdef"}, "ConvReLU2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU2d", "kind": "Gdef"}, "ConvReLU3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU3d", "kind": "Gdef"}, "LinearReLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.quantized.modules.linear_relu.LinearReLU", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/quantized/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/__init__.meta.json b/.mypy_cache/3.9/torch/nn/intrinsic/quantized/__init__.meta.json deleted file mode 100644 index 7991860fc..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch.nn.intrinsic.quantized.modules", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "3348b29618eeaad3dc6ceda901574383d9fd7b5113df9f6743db7138412b98ca", "id": "torch.nn.intrinsic.quantized", "ignore_all": true, "interface_hash": "37b8d530367e9b2995d90e5e82b12f316fad497354efd3a6ac1fb8020a8d75f4", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/quantized/__init__.py", "plugin_data": null, "size": 37, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/dynamic/__init__.data.json b/.mypy_cache/3.9/torch/nn/intrinsic/quantized/dynamic/__init__.data.json deleted file mode 100644 index 37fc48a45..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/dynamic/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.intrinsic.quantized.dynamic", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "LinearReLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.quantized.dynamic.modules.linear_relu.LinearReLU", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.dynamic.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.dynamic.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.dynamic.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.dynamic.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/quantized/dynamic/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/dynamic/__init__.meta.json b/.mypy_cache/3.9/torch/nn/intrinsic/quantized/dynamic/__init__.meta.json deleted file mode 100644 index 44e3f9569..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/dynamic/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch.nn.intrinsic.quantized.dynamic.modules", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "3348b29618eeaad3dc6ceda901574383d9fd7b5113df9f6743db7138412b98ca", "id": "torch.nn.intrinsic.quantized.dynamic", "ignore_all": true, "interface_hash": "159a4578e96a325e5164d7e5ab525f5ebfc5f3d8dbd4acb72d7071bbefa9ff2d", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/quantized/dynamic/__init__.py", "plugin_data": null, "size": 37, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/dynamic/modules/__init__.data.json b/.mypy_cache/3.9/torch/nn/intrinsic/quantized/dynamic/modules/__init__.data.json deleted file mode 100644 index 918ab2fdd..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/dynamic/modules/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.intrinsic.quantized.dynamic.modules", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "LinearReLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.quantized.dynamic.modules.linear_relu.LinearReLU", "kind": "Gdef"}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.nn.intrinsic.quantized.dynamic.modules.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.dynamic.modules.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.dynamic.modules.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.dynamic.modules.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.dynamic.modules.__package__", "name": "__package__", "type": "builtins.str"}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/dynamic/modules/__init__.meta.json b/.mypy_cache/3.9/torch/nn/intrinsic/quantized/dynamic/modules/__init__.meta.json deleted file mode 100644 index f1b2f5b3b..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/dynamic/modules/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch", "torch.nn.intrinsic.quantized.dynamic.modules.linear_relu", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "5978fbc448165c404504cfca4775c1e879153d68fa64ed70b6b818d97a118a7c", "id": "torch.nn.intrinsic.quantized.dynamic.modules", "ignore_all": true, "interface_hash": "3c1037594e6ec89b2b126d3376895bcf6698b9a50ae30527f35374df43347d87", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py", "plugin_data": null, "size": 82, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.data.json b/.mypy_cache/3.9/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.data.json deleted file mode 100644 index 00fbd3191..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.intrinsic.quantized.dynamic.modules.linear_relu", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "LinearReLU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized.dynamic.modules.linear.Linear"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.quantized.dynamic.modules.linear_relu.LinearReLU", "name": "LinearReLU", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.quantized.dynamic.modules.linear_relu.LinearReLU", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.quantized.dynamic.modules.linear_relu", "mro": ["torch.nn.intrinsic.quantized.dynamic.modules.linear_relu.LinearReLU", "torch.nn.quantized.dynamic.modules.linear.Linear", "torch.nn.quantized.modules.linear.Linear", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.quantized.dynamic.modules.linear_relu.LinearReLU._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["linear", "relu"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.intrinsic.modules.fused.LinearReLU"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.intrinsic.modules.fused.LinearReLU", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "in_features", "out_features", "bias", "dtype"], "flags": [], "fullname": "torch.nn.intrinsic.quantized.dynamic.modules.linear_relu.LinearReLU.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.intrinsic.quantized.dynamic.modules.linear_relu.LinearReLU._get_name", "name": "_get_name", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.nn.intrinsic.quantized.dynamic.modules.linear_relu.LinearReLU.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": ["torch.nn.intrinsic.quantized.dynamic.modules.linear_relu.LinearReLU", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of LinearReLU", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.intrinsic.quantized.dynamic.modules.linear_relu.LinearReLU.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.intrinsic.quantized.dynamic.modules.linear_relu.LinearReLU"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of LinearReLU", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.dynamic.modules.linear_relu.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.dynamic.modules.linear_relu.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.dynamic.modules.linear_relu.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.dynamic.modules.linear_relu.__package__", "name": "__package__", "type": "builtins.str"}}, "nni": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic", "kind": "Gdef"}, "nnqd": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.dynamic", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.meta.json b/.mypy_cache/3.9/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.meta.json deleted file mode 100644 index d86f5abdc..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 20, 20, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn.quantized.dynamic", "torch.nn", "torch.nn.quantized", "torch.nn.intrinsic", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._ops", "torch._tensor", "torch.nn.intrinsic.modules", "torch.nn.intrinsic.modules.fused", "torch.nn.modules", "torch.nn.modules.container", "torch.nn.modules.module", "torch.nn.quantized.dynamic.modules", "torch.nn.quantized.dynamic.modules.linear", "torch.nn.quantized.modules", "torch.nn.quantized.modules.linear", "types", "typing"], "hash": "b34b09c71a53f1315a4233723a8c45492ecc13e171812d05a345232991e18a70", "id": "torch.nn.intrinsic.quantized.dynamic.modules.linear_relu", "ignore_all": true, "interface_hash": "120bd6dc34d586e8f19fe11d37e5e594025c96b56287d3e189ab3c1ac4cdf994", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py", "plugin_data": null, "size": 1657, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/__init__.data.json b/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/__init__.data.json deleted file mode 100644 index f5e4e9706..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.intrinsic.quantized.modules", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "BNReLU2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU2d", "kind": "Gdef"}, "BNReLU3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU3d", "kind": "Gdef"}, "ConvReLU1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU1d", "kind": "Gdef"}, "ConvReLU2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU2d", "kind": "Gdef"}, "ConvReLU3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU3d", "kind": "Gdef"}, "LinearReLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.quantized.modules.linear_relu.LinearReLU", "kind": "Gdef"}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.modules.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.modules.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.modules.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.modules.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/quantized/modules/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/__init__.meta.json b/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/__init__.meta.json deleted file mode 100644 index 9e0cb6851..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.nn.intrinsic.quantized.modules.linear_relu", "torch.nn.intrinsic.quantized.modules.conv_relu", "torch.nn.intrinsic.quantized.modules.bn_relu", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "7fe09b63604d6f9594e7f20473f0b165875715c6aeb414e0d5e2860b1053aed0", "id": "torch.nn.intrinsic.quantized.modules", "ignore_all": true, "interface_hash": "805a4e50bb43a340c2191d044c8e6c75c66b67b083552bc095bddcc1c928c50a", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/quantized/modules/__init__.py", "plugin_data": null, "size": 253, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/bn_relu.data.json b/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/bn_relu.data.json deleted file mode 100644 index fce22d3a6..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/bn_relu.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.intrinsic.quantized.modules.bn_relu", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "BNReLU2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized.modules.batchnorm.BatchNorm2d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU2d", "name": "BNReLU2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.quantized.modules.bn_relu", "mro": ["torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU2d", "torch.nn.quantized.modules.batchnorm.BatchNorm2d", "torch.nn.modules.batchnorm.BatchNorm2d", "torch.nn.modules.batchnorm._BatchNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU2d._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["batch_norm", "relu"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.intrinsic.modules.fused.BNReLU2d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.intrinsic.modules.fused.BNReLU2d", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "num_features", "eps", "momentum"], "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU2d.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU2d._get_name", "name": "_get_name", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU2d.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU2d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU2d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of BNReLU2d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BNReLU3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized.modules.batchnorm.BatchNorm3d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU3d", "name": "BNReLU3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.quantized.modules.bn_relu", "mro": ["torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU3d", "torch.nn.quantized.modules.batchnorm.BatchNorm3d", "torch.nn.modules.batchnorm.BatchNorm3d", "torch.nn.modules.batchnorm._BatchNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU3d._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["batch_norm", "relu"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.intrinsic.modules.fused.BNReLU3d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.intrinsic.modules.fused.BNReLU3d", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "num_features", "eps", "momentum"], "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU3d.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU3d._get_name", "name": "_get_name", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU3d.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU3d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.intrinsic.quantized.modules.bn_relu.BNReLU3d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of BNReLU3d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.modules.bn_relu.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.modules.bn_relu.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.modules.bn_relu.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.modules.bn_relu.__package__", "name": "__package__", "type": "builtins.str"}}, "nnq": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/quantized/modules/bn_relu.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/bn_relu.meta.json b/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/bn_relu.meta.json deleted file mode 100644 index ba2f8bbfd..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/bn_relu.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 3, 3, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 20, 10, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn.intrinsic", "torch.nn", "torch.nn.intrinsic.qat", "torch.nn.quantized", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch.nn.intrinsic.modules", "torch.nn.intrinsic.modules.fused", "torch.nn.modules", "torch.nn.modules.batchnorm", "torch.nn.modules.container", "torch.nn.modules.module", "torch.nn.quantized.modules", "torch.nn.quantized.modules.batchnorm", "typing"], "hash": "97853ce4c50323f7662a248a54515405846318f2b787eefc239099bf9f67f799", "id": "torch.nn.intrinsic.quantized.modules.bn_relu", "ignore_all": true, "interface_hash": "dbad7cf375ce0a73fdf108309acd245f124e48ec9b58eb84872f91b218099733", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/quantized/modules/bn_relu.py", "plugin_data": null, "size": 2320, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/conv_relu.data.json b/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/conv_relu.data.json deleted file mode 100644 index 2f4815734..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/conv_relu.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.intrinsic.quantized.modules.conv_relu", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ConvReLU1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized.modules.conv.Conv1d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU1d", "name": "ConvReLU1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.quantized.modules.conv_relu", "mro": ["torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU1d", "torch.nn.quantized.modules.conv.Conv1d", "torch.nn.quantized.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU1d._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["conv", "relu"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.intrinsic.modules.fused.ConvReLU1d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.intrinsic.modules.fused.ConvReLU1d", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode"], "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU1d.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU1d._get_name", "name": "_get_name", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU1d.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU1d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU1d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of ConvReLU1d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvReLU2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized.modules.conv.Conv2d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU2d", "name": "ConvReLU2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.quantized.modules.conv_relu", "mro": ["torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU2d", "torch.nn.quantized.modules.conv.Conv2d", "torch.nn.quantized.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU2d._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["conv", "relu"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.intrinsic.modules.fused.ConvReLU2d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.intrinsic.modules.fused.ConvReLU2d", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode"], "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU2d.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU2d._get_name", "name": "_get_name", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU2d.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU2d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU2d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of ConvReLU2d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvReLU3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized.modules.conv.Conv3d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU3d", "name": "ConvReLU3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.quantized.modules.conv_relu", "mro": ["torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU3d", "torch.nn.quantized.modules.conv.Conv3d", "torch.nn.quantized.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU3d._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["conv", "relu"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.intrinsic.modules.fused.ConvReLU3d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.intrinsic.modules.fused.ConvReLU3d", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode"], "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU3d.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU3d._get_name", "name": "_get_name", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU3d.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU3d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.intrinsic.quantized.modules.conv_relu.ConvReLU3d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of ConvReLU3d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu.__package__", "name": "__package__", "type": "builtins.str"}}, "_reverse_repeat_padding": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.conv_relu._reverse_repeat_padding", "name": "_reverse_repeat_padding", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["padding"], "arg_types": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "fuse_conv_bn_weights": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils.fusion.fuse_conv_bn_weights", "kind": "Gdef"}, "nnq": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/quantized/modules/conv_relu.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/conv_relu.meta.json b/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/conv_relu.meta.json deleted file mode 100644 index f21ce346c..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/conv_relu.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 3, 3, 4, 5, 6, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 20, 10, 10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn.intrinsic", "torch.nn", "torch.nn.intrinsic.qat", "torch.nn.functional", "torch.nn.quantized", "torch.nn.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._ops", "torch._tensor", "torch.nn.intrinsic.modules", "torch.nn.intrinsic.modules.fused", "torch.nn.intrinsic.qat.modules", "torch.nn.intrinsic.qat.modules.conv_fused", "torch.nn.modules", "torch.nn.modules.container", "torch.nn.modules.conv", "torch.nn.modules.module", "torch.nn.quantized.modules", "torch.nn.quantized.modules.conv", "torch.nn.utils.fusion", "types", "typing"], "hash": "9e38a862154ea3ae08d3c9a13795d9805f6caa1e5605f0862643794c4af284f4", "id": "torch.nn.intrinsic.quantized.modules.conv_relu", "ignore_all": true, "interface_hash": "d69c7898e0ca3b514010b243bcd5134222c18b2198470fb80784da280801b1b7", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/quantized/modules/conv_relu.py", "plugin_data": null, "size": 5771, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/linear_relu.data.json b/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/linear_relu.data.json deleted file mode 100644 index ced17adf6..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/linear_relu.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.intrinsic.quantized.modules.linear_relu", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "LinearReLU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized.modules.linear.Linear"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.intrinsic.quantized.modules.linear_relu.LinearReLU", "name": "LinearReLU", "type_vars": []}, "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.linear_relu.LinearReLU", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.intrinsic.quantized.modules.linear_relu", "mro": ["torch.nn.intrinsic.quantized.modules.linear_relu.LinearReLU", "torch.nn.quantized.modules.linear.Linear", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.intrinsic.quantized.modules.linear_relu.LinearReLU._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["linear", "relu"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.intrinsic.modules.fused.LinearReLU"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.intrinsic.modules.fused.LinearReLU", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "in_features", "out_features", "bias", "dtype"], "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.linear_relu.LinearReLU.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.linear_relu.LinearReLU._get_name", "name": "_get_name", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.nn.intrinsic.quantized.modules.linear_relu.LinearReLU.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": ["torch.nn.intrinsic.quantized.modules.linear_relu.LinearReLU", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of LinearReLU", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.intrinsic.quantized.modules.linear_relu.LinearReLU.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.intrinsic.quantized.modules.linear_relu.LinearReLU"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of LinearReLU", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.modules.linear_relu.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.modules.linear_relu.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.modules.linear_relu.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.intrinsic.quantized.modules.linear_relu.__package__", "name": "__package__", "type": "builtins.str"}}, "nni": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic", "kind": "Gdef"}, "nnq": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/quantized/modules/linear_relu.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/linear_relu.meta.json b/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/linear_relu.meta.json deleted file mode 100644 index 4f906c789..000000000 --- a/.mypy_cache/3.9/torch/nn/intrinsic/quantized/modules/linear_relu.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 20, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn.quantized", "torch.nn", "torch.nn.intrinsic", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._ops", "torch._tensor", "torch.nn.intrinsic.modules", "torch.nn.intrinsic.modules.fused", "torch.nn.modules", "torch.nn.modules.container", "torch.nn.modules.module", "torch.nn.quantized.modules", "torch.nn.quantized.modules.linear", "types", "typing"], "hash": "e730f50a46fd10ac7197c0df49c61169413ad4b62a4e24ab557c58792a3f80a9", "id": "torch.nn.intrinsic.quantized.modules.linear_relu", "ignore_all": true, "interface_hash": "db7593a5181a6c738d536b1105fc3ac8dd4047ae12da5c42c65ea613c37c4d79", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/intrinsic/quantized/modules/linear_relu.py", "plugin_data": null, "size": 1048, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/__init__.data.json b/.mypy_cache/3.9/torch/nn/modules/__init__.data.json deleted file mode 100644 index 52e2735ac..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AdaptiveAvgPool1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.AdaptiveAvgPool1d", "kind": "Gdef"}, "AdaptiveAvgPool2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.AdaptiveAvgPool2d", "kind": "Gdef"}, "AdaptiveAvgPool3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.AdaptiveAvgPool3d", "kind": "Gdef"}, "AdaptiveLogSoftmaxWithLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss", "kind": "Gdef"}, "AdaptiveMaxPool1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.AdaptiveMaxPool1d", "kind": "Gdef"}, "AdaptiveMaxPool2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.AdaptiveMaxPool2d", "kind": "Gdef"}, "AdaptiveMaxPool3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.AdaptiveMaxPool3d", "kind": "Gdef"}, "AlphaDropout": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.dropout.AlphaDropout", "kind": "Gdef"}, "AvgPool1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.AvgPool1d", "kind": "Gdef"}, "AvgPool2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.AvgPool2d", "kind": "Gdef"}, "AvgPool3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.AvgPool3d", "kind": "Gdef"}, "BCELoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.BCELoss", "kind": "Gdef"}, "BCEWithLogitsLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.BCEWithLogitsLoss", "kind": "Gdef"}, "BatchNorm1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.batchnorm.BatchNorm1d", "kind": "Gdef"}, "BatchNorm2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.batchnorm.BatchNorm2d", "kind": "Gdef"}, "BatchNorm3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.batchnorm.BatchNorm3d", "kind": "Gdef"}, "Bilinear": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.linear.Bilinear", "kind": "Gdef"}, "CELU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.CELU", "kind": "Gdef"}, "CTCLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.CTCLoss", "kind": "Gdef"}, "ChannelShuffle": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.channelshuffle.ChannelShuffle", "kind": "Gdef"}, "ConstantPad1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.padding.ConstantPad1d", "kind": "Gdef"}, "ConstantPad2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.padding.ConstantPad2d", "kind": "Gdef"}, "ConstantPad3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.padding.ConstantPad3d", "kind": "Gdef"}, "Container": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.container.Container", "kind": "Gdef"}, "Conv1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.Conv1d", "kind": "Gdef"}, "Conv2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.Conv2d", "kind": "Gdef"}, "Conv3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.Conv3d", "kind": "Gdef"}, "ConvTranspose1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.ConvTranspose1d", "kind": "Gdef"}, "ConvTranspose2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.ConvTranspose2d", "kind": "Gdef"}, "ConvTranspose3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.ConvTranspose3d", "kind": "Gdef"}, "CosineEmbeddingLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.CosineEmbeddingLoss", "kind": "Gdef"}, "CosineSimilarity": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.distance.CosineSimilarity", "kind": "Gdef"}, "CrossEntropyLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.CrossEntropyLoss", "kind": "Gdef"}, "CrossMapLRN2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.normalization.CrossMapLRN2d", "kind": "Gdef"}, "Dropout": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.dropout.Dropout", "kind": "Gdef"}, "Dropout2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.dropout.Dropout2d", "kind": "Gdef"}, "Dropout3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.dropout.Dropout3d", "kind": "Gdef"}, "ELU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.ELU", "kind": "Gdef"}, "Embedding": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.sparse.Embedding", "kind": "Gdef"}, "EmbeddingBag": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.sparse.EmbeddingBag", "kind": "Gdef"}, "FeatureAlphaDropout": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.dropout.FeatureAlphaDropout", "kind": "Gdef"}, "Flatten": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.flatten.Flatten", "kind": "Gdef"}, "Fold": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.fold.Fold", "kind": "Gdef"}, "FractionalMaxPool2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.FractionalMaxPool2d", "kind": "Gdef"}, "FractionalMaxPool3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.FractionalMaxPool3d", "kind": "Gdef"}, "GELU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.GELU", "kind": "Gdef"}, "GLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.GLU", "kind": "Gdef"}, "GRU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.rnn.GRU", "kind": "Gdef"}, "GRUCell": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.rnn.GRUCell", "kind": "Gdef"}, "GaussianNLLLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.GaussianNLLLoss", "kind": "Gdef"}, "GroupNorm": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.normalization.GroupNorm", "kind": "Gdef"}, "Hardshrink": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Hardshrink", "kind": "Gdef"}, "Hardsigmoid": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Hardsigmoid", "kind": "Gdef"}, "Hardswish": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Hardswish", "kind": "Gdef"}, "Hardtanh": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Hardtanh", "kind": "Gdef"}, "HingeEmbeddingLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.HingeEmbeddingLoss", "kind": "Gdef"}, "HuberLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.HuberLoss", "kind": "Gdef"}, "Identity": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.linear.Identity", "kind": "Gdef"}, "InstanceNorm1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.instancenorm.InstanceNorm1d", "kind": "Gdef"}, "InstanceNorm2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.instancenorm.InstanceNorm2d", "kind": "Gdef"}, "InstanceNorm3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.instancenorm.InstanceNorm3d", "kind": "Gdef"}, "KLDivLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.KLDivLoss", "kind": "Gdef"}, "L1Loss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.L1Loss", "kind": "Gdef"}, "LPPool1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.LPPool1d", "kind": "Gdef"}, "LPPool2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.LPPool2d", "kind": "Gdef"}, "LSTM": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.rnn.LSTM", "kind": "Gdef"}, "LSTMCell": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.rnn.LSTMCell", "kind": "Gdef"}, "LayerNorm": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.normalization.LayerNorm", "kind": "Gdef"}, "LazyBatchNorm1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.batchnorm.LazyBatchNorm1d", "kind": "Gdef"}, "LazyBatchNorm2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.batchnorm.LazyBatchNorm2d", "kind": "Gdef"}, "LazyBatchNorm3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.batchnorm.LazyBatchNorm3d", "kind": "Gdef"}, "LazyConv1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.LazyConv1d", "kind": "Gdef"}, "LazyConv2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.LazyConv2d", "kind": "Gdef"}, "LazyConv3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.LazyConv3d", "kind": "Gdef"}, "LazyConvTranspose1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.LazyConvTranspose1d", "kind": "Gdef"}, "LazyConvTranspose2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.LazyConvTranspose2d", "kind": "Gdef"}, "LazyConvTranspose3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.conv.LazyConvTranspose3d", "kind": "Gdef"}, "LazyInstanceNorm1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.instancenorm.LazyInstanceNorm1d", "kind": "Gdef"}, "LazyInstanceNorm2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.instancenorm.LazyInstanceNorm2d", "kind": "Gdef"}, "LazyInstanceNorm3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.instancenorm.LazyInstanceNorm3d", "kind": "Gdef"}, "LazyLinear": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.linear.LazyLinear", "kind": "Gdef"}, "LeakyReLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.LeakyReLU", "kind": "Gdef"}, "Linear": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.linear.Linear", "kind": "Gdef"}, "LocalResponseNorm": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.normalization.LocalResponseNorm", "kind": "Gdef"}, "LogSigmoid": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.LogSigmoid", "kind": "Gdef"}, "LogSoftmax": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.LogSoftmax", "kind": "Gdef"}, "MSELoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.MSELoss", "kind": "Gdef"}, "MarginRankingLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.MarginRankingLoss", "kind": "Gdef"}, "MaxPool1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.MaxPool1d", "kind": "Gdef"}, "MaxPool2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.MaxPool2d", "kind": "Gdef"}, "MaxPool3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.MaxPool3d", "kind": "Gdef"}, "MaxUnpool1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.MaxUnpool1d", "kind": "Gdef"}, "MaxUnpool2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.MaxUnpool2d", "kind": "Gdef"}, "MaxUnpool3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.MaxUnpool3d", "kind": "Gdef"}, "Mish": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Mish", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "ModuleDict": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.container.ModuleDict", "kind": "Gdef"}, "ModuleList": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.container.ModuleList", "kind": "Gdef"}, "MultiLabelMarginLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.MultiLabelMarginLoss", "kind": "Gdef"}, "MultiLabelSoftMarginLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.MultiLabelSoftMarginLoss", "kind": "Gdef"}, "MultiMarginLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.MultiMarginLoss", "kind": "Gdef"}, "MultiheadAttention": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.MultiheadAttention", "kind": "Gdef"}, "NLLLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.NLLLoss", "kind": "Gdef"}, "NLLLoss2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.NLLLoss2d", "kind": "Gdef"}, "PReLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.PReLU", "kind": "Gdef"}, "PairwiseDistance": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.distance.PairwiseDistance", "kind": "Gdef"}, "ParameterDict": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.container.ParameterDict", "kind": "Gdef"}, "ParameterList": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.container.ParameterList", "kind": "Gdef"}, "PixelShuffle": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pixelshuffle.PixelShuffle", "kind": "Gdef"}, "PixelUnshuffle": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pixelshuffle.PixelUnshuffle", "kind": "Gdef"}, "PoissonNLLLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.PoissonNLLLoss", "kind": "Gdef"}, "RNN": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.rnn.RNN", "kind": "Gdef"}, "RNNBase": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.rnn.RNNBase", "kind": "Gdef"}, "RNNCell": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.rnn.RNNCell", "kind": "Gdef"}, "RNNCellBase": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.rnn.RNNCellBase", "kind": "Gdef"}, "RReLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.RReLU", "kind": "Gdef"}, "ReLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.ReLU", "kind": "Gdef"}, "ReLU6": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.ReLU6", "kind": "Gdef"}, "ReflectionPad1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.padding.ReflectionPad1d", "kind": "Gdef"}, "ReflectionPad2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.padding.ReflectionPad2d", "kind": "Gdef"}, "ReflectionPad3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.padding.ReflectionPad3d", "kind": "Gdef"}, "ReplicationPad1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.padding.ReplicationPad1d", "kind": "Gdef"}, "ReplicationPad2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.padding.ReplicationPad2d", "kind": "Gdef"}, "ReplicationPad3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.padding.ReplicationPad3d", "kind": "Gdef"}, "SELU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.SELU", "kind": "Gdef"}, "Sequential": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.container.Sequential", "kind": "Gdef"}, "SiLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.SiLU", "kind": "Gdef"}, "Sigmoid": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Sigmoid", "kind": "Gdef"}, "SmoothL1Loss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.SmoothL1Loss", "kind": "Gdef"}, "SoftMarginLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.SoftMarginLoss", "kind": "Gdef"}, "Softmax": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Softmax", "kind": "Gdef"}, "Softmax2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Softmax2d", "kind": "Gdef"}, "Softmin": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Softmin", "kind": "Gdef"}, "Softplus": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Softplus", "kind": "Gdef"}, "Softshrink": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Softshrink", "kind": "Gdef"}, "Softsign": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Softsign", "kind": "Gdef"}, "SyncBatchNorm": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.batchnorm.SyncBatchNorm", "kind": "Gdef"}, "Tanh": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Tanh", "kind": "Gdef"}, "Tanhshrink": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Tanhshrink", "kind": "Gdef"}, "Threshold": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.Threshold", "kind": "Gdef"}, "Transformer": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.transformer.Transformer", "kind": "Gdef"}, "TransformerDecoder": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.transformer.TransformerDecoder", "kind": "Gdef"}, "TransformerDecoderLayer": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.transformer.TransformerDecoderLayer", "kind": "Gdef"}, "TransformerEncoder": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.transformer.TransformerEncoder", "kind": "Gdef"}, "TransformerEncoderLayer": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.transformer.TransformerEncoderLayer", "kind": "Gdef"}, "TripletMarginLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.TripletMarginLoss", "kind": "Gdef"}, "TripletMarginWithDistanceLoss": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.loss.TripletMarginWithDistanceLoss", "kind": "Gdef"}, "Unflatten": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.flatten.Unflatten", "kind": "Gdef"}, "Unfold": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.fold.Unfold", "kind": "Gdef"}, "Upsample": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.upsampling.Upsample", "kind": "Gdef"}, "UpsamplingBilinear2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.upsampling.UpsamplingBilinear2d", "kind": "Gdef"}, "UpsamplingNearest2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.upsampling.UpsamplingNearest2d", "kind": "Gdef"}, "ZeroPad2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.padding.ZeroPad2d", "kind": "Gdef"}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/__init__.meta.json b/.mypy_cache/3.9/torch/nn/modules/__init__.meta.json deleted file mode 100644 index 2be40719a..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 6, 10, 14, 15, 18, 20, 22, 23, 24, 26, 27, 29, 30, 31, 32, 33, 34, 36, 37, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.nn.modules.module", "torch.nn.modules.linear", "torch.nn.modules.conv", "torch.nn.modules.activation", "torch.nn.modules.loss", "torch.nn.modules.container", "torch.nn.modules.pooling", "torch.nn.modules.batchnorm", "torch.nn.modules.instancenorm", "torch.nn.modules.normalization", "torch.nn.modules.dropout", "torch.nn.modules.padding", "torch.nn.modules.sparse", "torch.nn.modules.rnn", "torch.nn.modules.pixelshuffle", "torch.nn.modules.upsampling", "torch.nn.modules.distance", "torch.nn.modules.fold", "torch.nn.modules.adaptive", "torch.nn.modules.transformer", "torch.nn.modules.flatten", "torch.nn.modules.channelshuffle", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "299b4eae6e524db61c7177a88b41d3a079aef0ec69f04dfae15d4d6090dbc203", "id": "torch.nn.modules", "ignore_all": true, "interface_hash": "fe0f4aaa388ea632397ef1db8201dd5bdc2b9b0673ed34ef2448dc59a37949d7", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/__init__.py", "plugin_data": null, "size": 5149, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/_functions.data.json b/.mypy_cache/3.9/torch/nn/modules/_functions.data.json deleted file mode 100644 index ed57c97ed..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/_functions.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules._functions", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "BackwardHookFunction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.autograd.function.Function"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules._functions.BackwardHookFunction", "name": "BackwardHookFunction", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.nn.modules._functions.BackwardHookFunction", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules._functions", "mro": ["torch.nn.modules._functions.BackwardHookFunction", "torch.autograd.function.Function", "builtins.object"], "names": {".class": "SymbolTable", "backward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["ctx", "args"], "flags": ["is_static", "is_decorated"], "fullname": "torch.nn.modules._functions.BackwardHookFunction.backward", "name": "backward", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "backward", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["ctx", "args"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "backward of BackwardHookFunction", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["ctx", "args"], "flags": ["is_static", "is_decorated"], "fullname": "torch.nn.modules._functions.BackwardHookFunction.forward", "name": "forward", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["ctx", "args"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "forward of BackwardHookFunction", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CrossMapLRN2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.autograd.function.Function"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules._functions.CrossMapLRN2d", "name": "CrossMapLRN2d", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.nn.modules._functions.CrossMapLRN2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules._functions", "mro": ["torch.nn.modules._functions.CrossMapLRN2d", "torch.autograd.function.Function", "builtins.object"], "names": {".class": "SymbolTable", "backward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ctx", "grad_output"], "flags": ["is_static", "is_decorated"], "fullname": "torch.nn.modules._functions.CrossMapLRN2d.backward", "name": "backward", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "backward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["ctx", "grad_output"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "backward of CrossMapLRN2d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["ctx", "input", "size", "alpha", "beta", "k"], "flags": ["is_static", "is_decorated"], "fullname": "torch.nn.modules._functions.CrossMapLRN2d.forward", "name": "forward", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["ctx", "input", "size", "alpha", "beta", "k"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "forward of CrossMapLRN2d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Function": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.function.Function", "kind": "Gdef"}, "SyncBatchNorm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.autograd.function.Function"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules._functions.SyncBatchNorm", "name": "SyncBatchNorm", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.nn.modules._functions.SyncBatchNorm", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules._functions", "mro": ["torch.nn.modules._functions.SyncBatchNorm", "torch.autograd.function.Function", "builtins.object"], "names": {".class": "SymbolTable", "backward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "grad_output"], "flags": ["is_static", "is_decorated"], "fullname": "torch.nn.modules._functions.SyncBatchNorm.backward", "name": "backward", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "backward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "grad_output"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "backward of SyncBatchNorm", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "input", "weight", "bias", "running_mean", "running_var", "eps", "momentum", "process_group", "world_size"], "flags": ["is_static", "is_decorated"], "fullname": "torch.nn.modules._functions.SyncBatchNorm.forward", "name": "forward", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "input", "weight", "bias", "running_mean", "running_var", "eps", "momentum", "process_group", "world_size"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "forward of SyncBatchNorm", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules._functions.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules._functions.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules._functions.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules._functions.__package__", "name": "__package__", "type": "builtins.str"}}, "dist": {".class": "SymbolTableNode", "cross_ref": "torch.distributed", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/_functions.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/_functions.meta.json b/.mypy_cache/3.9/torch/nn/modules/_functions.meta.json deleted file mode 100644 index bfca224b0..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/_functions.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.distributed", "torch.autograd.function", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "enum", "torch._C", "torch._C._VariableFunctions", "torch._C._distributed_c10d", "torch._tensor", "typing", "typing_extensions"], "hash": "14397ac391681656ecf810065a7d339d12ee1ab860241a2af37593568758e60c", "id": "torch.nn.modules._functions", "ignore_all": true, "interface_hash": "e24a7d563304091875e3cb261796e1b7e8fa04c13eda6b90991c15b59f144fb5", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/_functions.py", "plugin_data": null, "size": 8635, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/activation.data.json b/.mypy_cache/3.9/torch/nn/modules/activation.data.json deleted file mode 100644 index 45cef61ee..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/activation.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.activation", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "CELU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.CELU", "name": "CELU", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.CELU", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.CELU", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.activation.CELU.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "alpha", "inplace"], "flags": [], "fullname": "torch.nn.modules.activation.CELU.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "alpha", "inplace"], "arg_types": ["torch.nn.modules.activation.CELU", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CELU", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "alpha": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.CELU.alpha", "name": "alpha", "type": "builtins.float"}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.activation.CELU.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.activation.CELU"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of CELU", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.CELU.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.CELU", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of CELU", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "inplace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.CELU.inplace", "name": "inplace", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ELU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.ELU", "name": "ELU", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.ELU", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.ELU", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.activation.ELU.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "alpha", "inplace"], "flags": [], "fullname": "torch.nn.modules.activation.ELU.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "alpha", "inplace"], "arg_types": ["torch.nn.modules.activation.ELU", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ELU", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "alpha": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.ELU.alpha", "name": "alpha", "type": "builtins.float"}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.activation.ELU.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.activation.ELU"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of ELU", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.ELU.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.ELU", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of ELU", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "inplace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.ELU.inplace", "name": "inplace", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "GELU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.GELU", "name": "GELU", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.GELU", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.GELU", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.GELU.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.GELU", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of GELU", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "GLU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.GLU", "name": "GLU", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.GLU", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.GLU", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.activation.GLU.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "dim"], "flags": [], "fullname": "torch.nn.modules.activation.GLU.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "dim"], "arg_types": ["torch.nn.modules.activation.GLU", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of GLU", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.GLU.dim", "name": "dim", "type": "builtins.int"}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.activation.GLU.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.activation.GLU"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of GLU", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.GLU.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.GLU", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of GLU", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Hardshrink": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.Hardshrink", "name": "Hardshrink", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.Hardshrink", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.Hardshrink", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.activation.Hardshrink.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "lambd"], "flags": [], "fullname": "torch.nn.modules.activation.Hardshrink.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "lambd"], "arg_types": ["torch.nn.modules.activation.Hardshrink", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Hardshrink", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.activation.Hardshrink.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.activation.Hardshrink"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of Hardshrink", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.Hardshrink.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.Hardshrink", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Hardshrink", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "lambd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.Hardshrink.lambd", "name": "lambd", "type": "builtins.float"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Hardsigmoid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.Hardsigmoid", "name": "Hardsigmoid", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.Hardsigmoid", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.Hardsigmoid", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.activation.Hardsigmoid.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "flags": [], "fullname": "torch.nn.modules.activation.Hardsigmoid.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "arg_types": ["torch.nn.modules.activation.Hardsigmoid", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Hardsigmoid", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.Hardsigmoid.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.Hardsigmoid", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Hardsigmoid", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "inplace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.Hardsigmoid.inplace", "name": "inplace", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Hardswish": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.Hardswish", "name": "Hardswish", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.Hardswish", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.Hardswish", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.activation.Hardswish.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "flags": [], "fullname": "torch.nn.modules.activation.Hardswish.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "arg_types": ["torch.nn.modules.activation.Hardswish", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Hardswish", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.Hardswish.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.Hardswish", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Hardswish", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "inplace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.Hardswish.inplace", "name": "inplace", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Hardtanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.Hardtanh", "name": "Hardtanh", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.Hardtanh", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.Hardtanh", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.activation.Hardtanh.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "min_val", "max_val", "inplace", "min_value", "max_value"], "flags": [], "fullname": "torch.nn.modules.activation.Hardtanh.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "min_val", "max_val", "inplace", "min_value", "max_value"], "arg_types": ["torch.nn.modules.activation.Hardtanh", "builtins.float", "builtins.float", "builtins.bool", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Hardtanh", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.activation.Hardtanh.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.activation.Hardtanh"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of Hardtanh", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.Hardtanh.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.Hardtanh", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Hardtanh", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "inplace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.Hardtanh.inplace", "name": "inplace", "type": "builtins.bool"}}, "max_val": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.Hardtanh.max_val", "name": "max_val", "type": "builtins.float"}}, "min_val": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.Hardtanh.min_val", "name": "min_val", "type": "builtins.float"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LeakyReLU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.LeakyReLU", "name": "LeakyReLU", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.LeakyReLU", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.LeakyReLU", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.activation.LeakyReLU.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "negative_slope", "inplace"], "flags": [], "fullname": "torch.nn.modules.activation.LeakyReLU.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "negative_slope", "inplace"], "arg_types": ["torch.nn.modules.activation.LeakyReLU", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LeakyReLU", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.activation.LeakyReLU.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.activation.LeakyReLU"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of LeakyReLU", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.LeakyReLU.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.LeakyReLU", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of LeakyReLU", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "inplace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.LeakyReLU.inplace", "name": "inplace", "type": "builtins.bool"}}, "negative_slope": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.LeakyReLU.negative_slope", "name": "negative_slope", "type": "builtins.float"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LogSigmoid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.LogSigmoid", "name": "LogSigmoid", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.LogSigmoid", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.LogSigmoid", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.LogSigmoid.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.LogSigmoid", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of LogSigmoid", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LogSoftmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.LogSoftmax", "name": "LogSoftmax", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.LogSoftmax", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.LogSoftmax", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.activation.LogSoftmax.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "dim"], "flags": [], "fullname": "torch.nn.modules.activation.LogSoftmax.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "dim"], "arg_types": ["torch.nn.modules.activation.LogSoftmax", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LogSoftmax", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch.nn.modules.activation.LogSoftmax.__setstate__", "name": "__setstate__", "type": null}}, "dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.LogSoftmax.dim", "name": "dim", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.activation.LogSoftmax.extra_repr", "name": "extra_repr", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.LogSoftmax.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.LogSoftmax", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of LogSoftmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Mish": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.Mish", "name": "Mish", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.Mish", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.Mish", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.activation.Mish.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "flags": [], "fullname": "torch.nn.modules.activation.Mish.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "arg_types": ["torch.nn.modules.activation.Mish", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Mish", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.activation.Mish.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.activation.Mish"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of Mish", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.Mish.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.Mish", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Mish", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "inplace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.Mish.inplace", "name": "inplace", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "MultiheadAttention": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.MultiheadAttention", "name": "MultiheadAttention", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.MultiheadAttention", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.MultiheadAttention", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.activation.MultiheadAttention.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "embed_dim", "num_heads", "dropout", "bias", "add_bias_kv", "add_zero_attn", "kdim", "vdim", "batch_first", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.activation.MultiheadAttention.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "embed_dim", "num_heads", "dropout", "bias", "add_bias_kv", "add_zero_attn", "kdim", "vdim", "batch_first", "device", "dtype"], "arg_types": ["torch.nn.modules.activation.MultiheadAttention", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MultiheadAttention", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch.nn.modules.activation.MultiheadAttention.__setstate__", "name": "__setstate__", "type": null}}, "_qkv_same_embed_dim": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.activation.MultiheadAttention._qkv_same_embed_dim", "name": "_qkv_same_embed_dim", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "_reset_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.activation.MultiheadAttention._reset_parameters", "name": "_reset_parameters", "type": null}}, "add_zero_attn": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.activation.MultiheadAttention.add_zero_attn", "name": "add_zero_attn", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "batch_first": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.activation.MultiheadAttention.batch_first", "name": "batch_first", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "bias_k": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.MultiheadAttention.bias_k", "name": "bias_k", "type": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}}}, "bias_v": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.MultiheadAttention.bias_v", "name": "bias_v", "type": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}}}, "dropout": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.activation.MultiheadAttention.dropout", "name": "dropout", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "embed_dim": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.activation.MultiheadAttention.embed_dim", "name": "embed_dim", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "query", "key", "value", "key_padding_mask", "need_weights", "attn_mask"], "flags": [], "fullname": "torch.nn.modules.activation.MultiheadAttention.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "query", "key", "value", "key_padding_mask", "need_weights", "attn_mask"], "arg_types": ["torch.nn.modules.activation.MultiheadAttention", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of MultiheadAttention", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "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": []}}}, "head_dim": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.activation.MultiheadAttention.head_dim", "name": "head_dim", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "in_proj_bias": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.activation.MultiheadAttention.in_proj_bias", "name": "in_proj_bias", "type": "torch.nn.parameter.Parameter"}}, "in_proj_weight": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.activation.MultiheadAttention.in_proj_weight", "name": "in_proj_weight", "type": "torch.nn.parameter.Parameter"}}, "k_proj_weight": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.activation.MultiheadAttention.k_proj_weight", "name": "k_proj_weight", "type": "torch.nn.parameter.Parameter"}}, "kdim": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.activation.MultiheadAttention.kdim", "name": "kdim", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "num_heads": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.activation.MultiheadAttention.num_heads", "name": "num_heads", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "out_proj": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.activation.MultiheadAttention.out_proj", "name": "out_proj", "type": "torch.nn.modules.linear.NonDynamicallyQuantizableLinear"}}, "q_proj_weight": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.activation.MultiheadAttention.q_proj_weight", "name": "q_proj_weight", "type": "torch.nn.parameter.Parameter"}}, "v_proj_weight": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.activation.MultiheadAttention.v_proj_weight", "name": "v_proj_weight", "type": "torch.nn.parameter.Parameter"}}, "vdim": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.activation.MultiheadAttention.vdim", "name": "vdim", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NonDynamicallyQuantizableLinear": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.linear.NonDynamicallyQuantizableLinear", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "PReLU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.PReLU", "name": "PReLU", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.PReLU", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.PReLU", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.activation.PReLU.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "num_parameters", "init", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.activation.PReLU.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "num_parameters", "init", "device", "dtype"], "arg_types": ["torch.nn.modules.activation.PReLU", "builtins.int", "builtins.float", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PReLU", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.activation.PReLU.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.activation.PReLU"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of PReLU", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.PReLU.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.PReLU", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of PReLU", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "num_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.PReLU.num_parameters", "name": "num_parameters", "type": "builtins.int"}}, "weight": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.activation.PReLU.weight", "name": "weight", "type": "torch.nn.parameter.Parameter"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Parameter": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.Parameter", "kind": "Gdef"}, "RReLU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.RReLU", "name": "RReLU", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.RReLU", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.RReLU", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.activation.RReLU.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "lower", "upper", "inplace"], "flags": [], "fullname": "torch.nn.modules.activation.RReLU.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "lower", "upper", "inplace"], "arg_types": ["torch.nn.modules.activation.RReLU", "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of RReLU", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.activation.RReLU.extra_repr", "name": "extra_repr", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.RReLU.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.RReLU", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of RReLU", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "inplace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.RReLU.inplace", "name": "inplace", "type": "builtins.bool"}}, "lower": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.RReLU.lower", "name": "lower", "type": "builtins.float"}}, "upper": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.RReLU.upper", "name": "upper", "type": "builtins.float"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReLU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.ReLU", "name": "ReLU", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.ReLU", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.ReLU", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.activation.ReLU.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "flags": [], "fullname": "torch.nn.modules.activation.ReLU.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "arg_types": ["torch.nn.modules.activation.ReLU", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ReLU", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.activation.ReLU.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.activation.ReLU"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of ReLU", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.ReLU.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.ReLU", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of ReLU", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "inplace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.ReLU.inplace", "name": "inplace", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReLU6": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.activation.Hardtanh"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.ReLU6", "name": "ReLU6", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.ReLU6", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.ReLU6", "torch.nn.modules.activation.Hardtanh", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "flags": [], "fullname": "torch.nn.modules.activation.ReLU6.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "arg_types": ["torch.nn.modules.activation.ReLU6", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ReLU6", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.activation.ReLU6.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.activation.ReLU6"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of ReLU6", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SELU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.SELU", "name": "SELU", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.SELU", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.SELU", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.activation.SELU.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "flags": [], "fullname": "torch.nn.modules.activation.SELU.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "arg_types": ["torch.nn.modules.activation.SELU", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SELU", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.activation.SELU.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.activation.SELU"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of SELU", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.SELU.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.SELU", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of SELU", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "inplace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.SELU.inplace", "name": "inplace", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SiLU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.SiLU", "name": "SiLU", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.SiLU", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.SiLU", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.activation.SiLU.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "flags": [], "fullname": "torch.nn.modules.activation.SiLU.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "arg_types": ["torch.nn.modules.activation.SiLU", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SiLU", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.activation.SiLU.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.activation.SiLU"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of SiLU", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.SiLU.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.SiLU", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of SiLU", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "inplace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.SiLU.inplace", "name": "inplace", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sigmoid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.Sigmoid", "name": "Sigmoid", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.Sigmoid", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.Sigmoid", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.Sigmoid.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.Sigmoid", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Sigmoid", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Softmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.Softmax", "name": "Softmax", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.Softmax", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.Softmax", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.activation.Softmax.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "dim"], "flags": [], "fullname": "torch.nn.modules.activation.Softmax.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "dim"], "arg_types": ["torch.nn.modules.activation.Softmax", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Softmax", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch.nn.modules.activation.Softmax.__setstate__", "name": "__setstate__", "type": null}}, "dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.Softmax.dim", "name": "dim", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.activation.Softmax.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.activation.Softmax"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of Softmax", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.Softmax.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.Softmax", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Softmax2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.Softmax2d", "name": "Softmax2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.Softmax2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.Softmax2d", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.Softmax2d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.Softmax2d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Softmax2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Softmin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.Softmin", "name": "Softmin", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.Softmin", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.Softmin", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.activation.Softmin.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "dim"], "flags": [], "fullname": "torch.nn.modules.activation.Softmin.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "dim"], "arg_types": ["torch.nn.modules.activation.Softmin", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Softmin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch.nn.modules.activation.Softmin.__setstate__", "name": "__setstate__", "type": null}}, "dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.Softmin.dim", "name": "dim", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.activation.Softmin.extra_repr", "name": "extra_repr", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.Softmin.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.Softmin", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Softmin", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Softplus": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.Softplus", "name": "Softplus", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.Softplus", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.Softplus", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.activation.Softplus.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "beta", "threshold"], "flags": [], "fullname": "torch.nn.modules.activation.Softplus.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "beta", "threshold"], "arg_types": ["torch.nn.modules.activation.Softplus", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Softplus", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "beta": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.Softplus.beta", "name": "beta", "type": "builtins.int"}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.activation.Softplus.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.activation.Softplus"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of Softplus", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.Softplus.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.Softplus", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Softplus", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "threshold": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.Softplus.threshold", "name": "threshold", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Softshrink": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.Softshrink", "name": "Softshrink", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.Softshrink", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.Softshrink", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.activation.Softshrink.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "lambd"], "flags": [], "fullname": "torch.nn.modules.activation.Softshrink.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "lambd"], "arg_types": ["torch.nn.modules.activation.Softshrink", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Softshrink", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.activation.Softshrink.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.activation.Softshrink"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of Softshrink", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.Softshrink.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.Softshrink", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Softshrink", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "lambd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.Softshrink.lambd", "name": "lambd", "type": "builtins.float"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Softsign": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.Softsign", "name": "Softsign", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.Softsign", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.Softsign", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.Softsign.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.Softsign", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Softsign", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.Tanh", "name": "Tanh", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.Tanh", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.Tanh", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.Tanh.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.Tanh", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Tanh", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tanhshrink": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.Tanhshrink", "name": "Tanhshrink", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.Tanhshrink", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.Tanhshrink", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.Tanhshrink.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.Tanhshrink", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Tanhshrink", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "Threshold": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.activation.Threshold", "name": "Threshold", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.activation.Threshold", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.activation", "mro": ["torch.nn.modules.activation.Threshold", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.activation.Threshold.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "threshold", "value", "inplace"], "flags": [], "fullname": "torch.nn.modules.activation.Threshold.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "threshold", "value", "inplace"], "arg_types": ["torch.nn.modules.activation.Threshold", "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Threshold", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.activation.Threshold.extra_repr", "name": "extra_repr", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.activation.Threshold.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.activation.Threshold", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Threshold", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "inplace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.Threshold.inplace", "name": "inplace", "type": "builtins.bool"}}, "threshold": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.Threshold.threshold", "name": "threshold", "type": "builtins.float"}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.activation.Threshold.value", "name": "value", "type": "builtins.float"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.activation.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.activation.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.activation.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.activation.__package__", "name": "__package__", "type": "builtins.str"}}, "constant_": {".class": "SymbolTableNode", "cross_ref": "torch.nn.init.constant_", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}, "xavier_normal_": {".class": "SymbolTableNode", "cross_ref": "torch.nn.init.xavier_normal_", "kind": "Gdef"}, "xavier_uniform_": {".class": "SymbolTableNode", "cross_ref": "torch.nn.init.xavier_uniform_", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/activation.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/activation.meta.json b/.mypy_cache/3.9/torch/nn/modules/activation.meta.json deleted file mode 100644 index 3f9efff43..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/activation.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 4, 6, 7, 8, 9, 10, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 5, 5, 20, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["warnings", "typing", "torch", "torch.nn.modules.linear", "torch.nn.init", "torch.nn.parameter", "torch.nn.modules.module", "torch.nn", "torch.nn.functional", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor"], "hash": "7c6d3bfa49bf4558b785baa86854572842d7a84d11966f842779120a55bdbd29", "id": "torch.nn.modules.activation", "ignore_all": true, "interface_hash": "7542e73992951a5fb207be1407858a47050ad1016c3a36989539321365e51662", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/activation.py", "plugin_data": null, "size": 42422, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/adaptive.data.json b/.mypy_cache/3.9/torch/nn/modules/adaptive.data.json deleted file mode 100644 index f6b8eb42c..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/adaptive.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.adaptive", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AdaptiveLogSoftmaxWithLoss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss", "name": "AdaptiveLogSoftmaxWithLoss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.adaptive", "mro": ["torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "in_features", "n_classes", "cutoffs", "div_value", "head_bias", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "in_features", "n_classes", "cutoffs", "div_value", "head_bias", "device", "dtype"], "arg_types": ["torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss", "builtins.int", "builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}, "builtins.float", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of AdaptiveLogSoftmaxWithLoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_full_log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "head_output"], "flags": [], "fullname": "torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss._get_full_log_prob", "name": "_get_full_log_prob", "type": null}}, "cutoffs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss.cutoffs", "name": "cutoffs", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}}}, "div_value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss.div_value", "name": "div_value", "type": "builtins.float"}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "flags": [], "fullname": "torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "arg_types": ["torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of AdaptiveLogSoftmaxWithLoss", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.modules.adaptive._ASMoutput"}, "type_guard": null, "variables": []}}}, "head": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss.head", "name": "head", "type": "torch.nn.modules.linear.Linear"}}, "head_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss.head_bias", "name": "head_bias", "type": "builtins.bool"}}, "head_size": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss.head_size", "name": "head_size", "type": "builtins.int"}}, "in_features": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss.in_features", "name": "in_features", "type": "builtins.int"}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss.log_prob", "name": "log_prob", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log_prob of AdaptiveLogSoftmaxWithLoss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "n_classes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss.n_classes", "name": "n_classes", "type": "builtins.int"}}, "n_clusters": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss.n_clusters", "name": "n_clusters", "type": "builtins.int"}}, "predict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss.predict", "name": "predict", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "predict of AdaptiveLogSoftmaxWithLoss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "reset_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss.reset_parameters", "name": "reset_parameters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_parameters of AdaptiveLogSoftmaxWithLoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "shortlist_size": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss.shortlist_size", "name": "shortlist_size", "type": "builtins.int"}}, "tail": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.adaptive.AdaptiveLogSoftmaxWithLoss.tail", "name": "tail", "type": "torch.nn.modules.container.ModuleList"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Linear": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.linear.Linear", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "ModuleList": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.container.ModuleList", "kind": "Gdef"}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "Sequential": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.container.Sequential", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "_ASMoutput": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.adaptive._ASMoutput", "name": "_ASMoutput", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch.nn.modules.adaptive._ASMoutput", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["output", "loss"]}}, "module_name": "torch.nn.modules.adaptive", "mro": ["torch.nn.modules.adaptive._ASMoutput", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch.nn.modules.adaptive._ASMoutput._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.adaptive._ASMoutput.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.adaptive._ASMoutput.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "output", "loss"], "flags": [], "fullname": "torch.nn.modules.adaptive._ASMoutput.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "output", "loss"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.nn.modules.adaptive._ASMoutput._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _ASMoutput", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.adaptive._ASMoutput._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.adaptive._ASMoutput._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch.nn.modules.adaptive._ASMoutput._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.adaptive._ASMoutput._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of _ASMoutput", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.adaptive._ASMoutput._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.adaptive._ASMoutput._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.adaptive._ASMoutput._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.adaptive._ASMoutput._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.modules.adaptive._ASMoutput._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.nn.modules.adaptive._ASMoutput._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _ASMoutput", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.adaptive._ASMoutput._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.adaptive._ASMoutput._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch.nn.modules.adaptive._ASMoutput._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.nn.modules.adaptive._ASMoutput._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _ASMoutput", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.adaptive._ASMoutput._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.adaptive._ASMoutput._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "output", "loss"], "flags": [], "fullname": "torch.nn.modules.adaptive._ASMoutput._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "output", "loss"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.adaptive._ASMoutput._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of _ASMoutput", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.adaptive._ASMoutput._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.adaptive._ASMoutput._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.adaptive._ASMoutput._source", "name": "_source", "type": "builtins.str"}}, "loss": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.nn.modules.adaptive._ASMoutput.loss", "name": "loss", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "output": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.nn.modules.adaptive._ASMoutput.output", "name": "output", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.adaptive.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.adaptive.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.adaptive.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.adaptive.__package__", "name": "__package__", "type": "builtins.str"}}, "log_softmax": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional.log_softmax", "kind": "Gdef"}, "namedtuple": {".class": "SymbolTableNode", "cross_ref": "collections.namedtuple", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/adaptive.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/adaptive.meta.json b/.mypy_cache/3.9/torch/nn/modules/adaptive.meta.json deleted file mode 100644 index 11c661622..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/adaptive.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [3, 5, 8, 10, 11, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["collections", "torch", "typing", "torch.nn.modules", "torch.nn.modules.module", "torch.nn.functional", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "_typeshed", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.nn.modules.container", "torch.nn.modules.linear", "typing_extensions"], "hash": "593a889d42996266a9ed517b03e9304dc6e085d9cc63c7f7f5adeb13d2b3957e", "id": "torch.nn.modules.adaptive", "ignore_all": true, "interface_hash": "eac4b714a50b98e404f5e448a1b602dfa06585f4f67a0863964ed7d6581a69a5", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/adaptive.py", "plugin_data": null, "size": 11168, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/batchnorm.data.json b/.mypy_cache/3.9/torch/nn/modules/batchnorm.data.json deleted file mode 100644 index cf4e1d283..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/batchnorm.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.batchnorm", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "BatchNorm1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.batchnorm._BatchNorm"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.batchnorm.BatchNorm1d", "name": "BatchNorm1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.batchnorm.BatchNorm1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.batchnorm", "mro": ["torch.nn.modules.batchnorm.BatchNorm1d", "torch.nn.modules.batchnorm._BatchNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_check_input_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.batchnorm.BatchNorm1d._check_input_dim", "name": "_check_input_dim", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BatchNorm2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.batchnorm._BatchNorm"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.batchnorm.BatchNorm2d", "name": "BatchNorm2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.batchnorm.BatchNorm2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.batchnorm", "mro": ["torch.nn.modules.batchnorm.BatchNorm2d", "torch.nn.modules.batchnorm._BatchNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_check_input_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.batchnorm.BatchNorm2d._check_input_dim", "name": "_check_input_dim", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BatchNorm3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.batchnorm._BatchNorm"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.batchnorm.BatchNorm3d", "name": "BatchNorm3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.batchnorm.BatchNorm3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.batchnorm", "mro": ["torch.nn.modules.batchnorm.BatchNorm3d", "torch.nn.modules.batchnorm._BatchNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_check_input_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.batchnorm.BatchNorm3d._check_input_dim", "name": "_check_input_dim", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "LazyBatchNorm1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.batchnorm._LazyNormBase", "torch.nn.modules.batchnorm._BatchNorm"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.batchnorm.LazyBatchNorm1d", "name": "LazyBatchNorm1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.batchnorm.LazyBatchNorm1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.batchnorm", "mro": ["torch.nn.modules.batchnorm.LazyBatchNorm1d", "torch.nn.modules.batchnorm._LazyNormBase", "torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.batchnorm._BatchNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_check_input_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.batchnorm.LazyBatchNorm1d._check_input_dim", "name": "_check_input_dim", "type": null}}, "cls_to_become": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.batchnorm.LazyBatchNorm1d.cls_to_become", "name": "cls_to_become", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LazyBatchNorm2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.batchnorm._LazyNormBase", "torch.nn.modules.batchnorm._BatchNorm"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.batchnorm.LazyBatchNorm2d", "name": "LazyBatchNorm2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.batchnorm.LazyBatchNorm2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.batchnorm", "mro": ["torch.nn.modules.batchnorm.LazyBatchNorm2d", "torch.nn.modules.batchnorm._LazyNormBase", "torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.batchnorm._BatchNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_check_input_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.batchnorm.LazyBatchNorm2d._check_input_dim", "name": "_check_input_dim", "type": null}}, "cls_to_become": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.batchnorm.LazyBatchNorm2d.cls_to_become", "name": "cls_to_become", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LazyBatchNorm3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.batchnorm._LazyNormBase", "torch.nn.modules.batchnorm._BatchNorm"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.batchnorm.LazyBatchNorm3d", "name": "LazyBatchNorm3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.batchnorm.LazyBatchNorm3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.batchnorm", "mro": ["torch.nn.modules.batchnorm.LazyBatchNorm3d", "torch.nn.modules.batchnorm._LazyNormBase", "torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.batchnorm._BatchNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_check_input_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.batchnorm.LazyBatchNorm3d._check_input_dim", "name": "_check_input_dim", "type": null}}, "cls_to_become": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.batchnorm.LazyBatchNorm3d.cls_to_become", "name": "cls_to_become", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LazyModuleMixin": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.lazy.LazyModuleMixin", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Parameter": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.Parameter", "kind": "Gdef"}, "SyncBatchNorm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.batchnorm._BatchNorm"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.batchnorm.SyncBatchNorm", "name": "SyncBatchNorm", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.batchnorm.SyncBatchNorm", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.batchnorm", "mro": ["torch.nn.modules.batchnorm.SyncBatchNorm", "torch.nn.modules.batchnorm._BatchNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "num_features", "eps", "momentum", "affine", "track_running_stats", "process_group", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.batchnorm.SyncBatchNorm.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "num_features", "eps", "momentum", "affine", "track_running_stats", "process_group", "device", "dtype"], "arg_types": ["torch.nn.modules.batchnorm.SyncBatchNorm", "builtins.int", "builtins.float", "builtins.float", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SyncBatchNorm", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_check_input_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.batchnorm.SyncBatchNorm._check_input_dim", "name": "_check_input_dim", "type": null}}, "_check_non_zero_input_channels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.batchnorm.SyncBatchNorm._check_non_zero_input_channels", "name": "_check_non_zero_input_channels", "type": null}}, "convert_sync_batchnorm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "module", "process_group"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.modules.batchnorm.SyncBatchNorm.convert_sync_batchnorm", "name": "convert_sync_batchnorm", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "convert_sync_batchnorm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "module", "process_group"], "arg_types": [{".class": "TypeType", "item": "torch.nn.modules.batchnorm.SyncBatchNorm"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "convert_sync_batchnorm of SyncBatchNorm", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.batchnorm.SyncBatchNorm.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.batchnorm.SyncBatchNorm", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of SyncBatchNorm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "process_group": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.batchnorm.SyncBatchNorm.process_group", "name": "process_group", "type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "UninitializedBuffer": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.UninitializedBuffer", "kind": "Gdef"}, "UninitializedParameter": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.UninitializedParameter", "kind": "Gdef"}, "_BatchNorm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.batchnorm._NormBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.batchnorm._BatchNorm", "name": "_BatchNorm", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.batchnorm._BatchNorm", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.batchnorm", "mro": ["torch.nn.modules.batchnorm._BatchNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "num_features", "eps", "momentum", "affine", "track_running_stats", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.batchnorm._BatchNorm.__init__", "name": "__init__", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.batchnorm._BatchNorm.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.batchnorm._BatchNorm", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of _BatchNorm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_LazyNormBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.batchnorm._NormBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.batchnorm._LazyNormBase", "name": "_LazyNormBase", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.batchnorm._LazyNormBase", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.batchnorm", "mro": ["torch.nn.modules.batchnorm._LazyNormBase", "torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "eps", "momentum", "affine", "track_running_stats", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.batchnorm._LazyNormBase.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "eps", "momentum", "affine", "track_running_stats", "device", "dtype"], "arg_types": ["torch.nn.modules.batchnorm._LazyNormBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _LazyNormBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.batchnorm._LazyNormBase.bias", "name": "bias", "type": "torch.nn.parameter.UninitializedParameter"}}, "initialize_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.batchnorm._LazyNormBase.initialize_parameters", "name": "initialize_parameters", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.batchnorm._LazyNormBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "initialize_parameters of _LazyNormBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reset_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.batchnorm._LazyNormBase.reset_parameters", "name": "reset_parameters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.batchnorm._LazyNormBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_parameters of _LazyNormBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.batchnorm._LazyNormBase.weight", "name": "weight", "type": "torch.nn.parameter.UninitializedParameter"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_NormBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.batchnorm._NormBase", "name": "_NormBase", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.batchnorm._NormBase", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.batchnorm", "mro": ["torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.batchnorm._NormBase.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "num_features", "eps", "momentum", "affine", "track_running_stats", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.batchnorm._NormBase.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "num_features", "eps", "momentum", "affine", "track_running_stats", "device", "dtype"], "arg_types": ["torch.nn.modules.batchnorm._NormBase", "builtins.int", "builtins.float", "builtins.float", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _NormBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_check_input_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.batchnorm._NormBase._check_input_dim", "name": "_check_input_dim", "type": null}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.nn.modules.batchnorm._NormBase._load_from_state_dict", "name": "_load_from_state_dict", "type": null}}, "_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.batchnorm._NormBase._version", "name": "_version", "type": "builtins.int"}}, "affine": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.batchnorm._NormBase.affine", "name": "affine", "type": "builtins.bool"}}, "bias": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.batchnorm._NormBase.bias", "name": "bias", "type": "torch.nn.parameter.Parameter"}}, "eps": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.batchnorm._NormBase.eps", "name": "eps", "type": "builtins.float"}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.batchnorm._NormBase.extra_repr", "name": "extra_repr", "type": null}}, "momentum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.batchnorm._NormBase.momentum", "name": "momentum", "type": "builtins.float"}}, "num_batches_tracked": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.nn.modules.batchnorm._NormBase.num_batches_tracked", "name": "num_batches_tracked", "type": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}}}, "num_features": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.batchnorm._NormBase.num_features", "name": "num_features", "type": "builtins.int"}}, "reset_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.batchnorm._NormBase.reset_parameters", "name": "reset_parameters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.batchnorm._NormBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_parameters of _NormBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reset_running_stats": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.batchnorm._NormBase.reset_running_stats", "name": "reset_running_stats", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.batchnorm._NormBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_running_stats of _NormBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "running_mean": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.nn.modules.batchnorm._NormBase.running_mean", "name": "running_mean", "type": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}}}, "running_var": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.nn.modules.batchnorm._NormBase.running_var", "name": "running_var", "type": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}}}, "track_running_stats": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.batchnorm._NormBase.track_running_stats", "name": "track_running_stats", "type": "builtins.bool"}}, "weight": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.batchnorm._NormBase.weight", "name": "weight", "type": "torch.nn.parameter.Parameter"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.batchnorm.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.batchnorm.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.batchnorm.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.batchnorm.__package__", "name": "__package__", "type": "builtins.str"}}, "init": {".class": "SymbolTableNode", "cross_ref": "torch.nn.init", "kind": "Gdef"}, "sync_batch_norm": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules._functions.SyncBatchNorm", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/batchnorm.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/batchnorm.meta.json b/.mypy_cache/3.9/torch/nn/modules/batchnorm.meta.json deleted file mode 100644 index 659a17039..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/batchnorm.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 5, 7, 7, 8, 9, 10, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 10, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["typing", "torch", "torch.nn.parameter", "torch.nn", "torch.nn.functional", "torch.nn.init", "torch.nn.modules._functions", "torch.nn.modules.lazy", "torch.nn.modules.module", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._C._distributed_c10d", "torch._tensor", "torch.autograd", "torch.autograd.function", "torch.autograd.grad_mode", "torch.distributed", "torch.distributed.distributed_c10d"], "hash": "cdb2862bdf6092a49c9460c9fce42e8a0d08b4c8a86079006069530721ce7cc1", "id": "torch.nn.modules.batchnorm", "ignore_all": true, "interface_hash": "2637dd361f2e12a1d2e350f3cb1bb245fca127ad5d8302267bdbb7e1d6d3b83e", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/batchnorm.py", "plugin_data": null, "size": 36456, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/channelshuffle.data.json b/.mypy_cache/3.9/torch/nn/modules/channelshuffle.data.json deleted file mode 100644 index ad0ff34ce..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/channelshuffle.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.channelshuffle", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ChannelShuffle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.channelshuffle.ChannelShuffle", "name": "ChannelShuffle", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.channelshuffle.ChannelShuffle", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.channelshuffle", "mro": ["torch.nn.modules.channelshuffle.ChannelShuffle", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.channelshuffle.ChannelShuffle.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "groups"], "flags": [], "fullname": "torch.nn.modules.channelshuffle.ChannelShuffle.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "groups"], "arg_types": ["torch.nn.modules.channelshuffle.ChannelShuffle", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ChannelShuffle", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.channelshuffle.ChannelShuffle.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.channelshuffle.ChannelShuffle"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of ChannelShuffle", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.channelshuffle.ChannelShuffle.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.channelshuffle.ChannelShuffle", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of ChannelShuffle", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "groups": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.channelshuffle.ChannelShuffle.groups", "name": "groups", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.channelshuffle.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.channelshuffle.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.channelshuffle.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.channelshuffle.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/channelshuffle.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/channelshuffle.meta.json b/.mypy_cache/3.9/torch/nn/modules/channelshuffle.meta.json deleted file mode 100644 index b56207576..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/channelshuffle.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 20, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30], "dependencies": ["torch.nn.modules.module", "torch.nn", "torch.nn.functional", "torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "typing"], "hash": "56ff1283f86c3b38e2f79f2dce40734c0081f7d9df0b8007dbcdbc21e1c06a5b", "id": "torch.nn.modules.channelshuffle", "ignore_all": true, "interface_hash": "06b5a450ce41bb0bf4f1efe47ab9a1520eb169a25e87554a9874bbebd349643b", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/channelshuffle.py", "plugin_data": null, "size": 1295, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/container.data.json b/.mypy_cache/3.9/torch/nn/modules/container.data.json deleted file mode 100644 index 606eb55d5..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/container.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.container", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Container": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.container.Container", "name": "Container", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.container.Container", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.container", "mro": ["torch.nn.modules.container.Container", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "flags": [], "fullname": "torch.nn.modules.container.Container.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "arg_types": ["torch.nn.modules.container.Container", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Container", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef"}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "ModuleDict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.container.ModuleDict", "name": "ModuleDict", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.container.ModuleDict", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.container", "mro": ["torch.nn.modules.container.ModuleDict", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": ["is_decorated"], "fullname": "torch.nn.modules.container.ModuleDict.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch.nn.modules.container.ModuleDict", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of ModuleDict", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__contains__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "torch.nn.modules.container.ModuleDict.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch.nn.modules.container.ModuleDict", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of ModuleDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": ["is_decorated"], "fullname": "torch.nn.modules.container.ModuleDict.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch.nn.modules.container.ModuleDict", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of ModuleDict", "ret_type": "torch.nn.modules.module.Module", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__getitem__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "modules"], "flags": [], "fullname": "torch.nn.modules.container.ModuleDict.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "modules"], "arg_types": ["torch.nn.modules.container.ModuleDict", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "torch.nn.modules.module.Module"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ModuleDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.nn.modules.container.ModuleDict.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch.nn.modules.container.ModuleDict"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of ModuleDict", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__iter__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.nn.modules.container.ModuleDict.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch.nn.modules.container.ModuleDict"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of ModuleDict", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__len__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "module"], "flags": [], "fullname": "torch.nn.modules.container.ModuleDict.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["torch.nn.modules.container.ModuleDict", "builtins.str", "torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of ModuleDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_modules": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.container.ModuleDict._modules", "name": "_modules", "type": {".class": "Instance", "args": ["builtins.str", "torch.nn.modules.module.Module"], "type_ref": "builtins.dict"}}}, "clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.container.ModuleDict.clear", "name": "clear", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.container.ModuleDict"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear of ModuleDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "items": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.nn.modules.container.ModuleDict.items", "name": "items", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.container.ModuleDict"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "items of ModuleDict", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "torch.nn.modules.module.Module"], "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.Iterable"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "items", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "keys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.nn.modules.container.ModuleDict.keys", "name": "keys", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.container.ModuleDict"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "keys of ModuleDict", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "keys", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "pop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "torch.nn.modules.container.ModuleDict.pop", "name": "pop", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "arg_types": ["torch.nn.modules.container.ModuleDict", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop of ModuleDict", "ret_type": "torch.nn.modules.module.Module", "type_guard": null, "variables": []}}}, "update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "modules"], "flags": [], "fullname": "torch.nn.modules.container.ModuleDict.update", "name": "update", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "modules"], "arg_types": ["torch.nn.modules.container.ModuleDict", {".class": "Instance", "args": ["builtins.str", "torch.nn.modules.module.Module"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of ModuleDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.nn.modules.container.ModuleDict.values", "name": "values", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.container.ModuleDict"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "values of ModuleDict", "ret_type": {".class": "Instance", "args": ["torch.nn.modules.module.Module"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "values", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ModuleList": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.container.ModuleList", "name": "ModuleList", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.container.ModuleList", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.container", "mro": ["torch.nn.modules.container.ModuleList", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "idx"], "flags": [], "fullname": "torch.nn.modules.container.ModuleList.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch.nn.modules.container.ModuleList", {".class": "UnionType", "items": ["builtins.int", "builtins.slice"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of ModuleList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__dir__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.nn.modules.container.ModuleList.__dir__", "name": "__dir__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__dir__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "idx"], "flags": ["is_decorated"], "fullname": "torch.nn.modules.container.ModuleList.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch.nn.modules.container.ModuleList", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of ModuleList", "ret_type": "torch.nn.modules.module.Module", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__getitem__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__iadd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "modules"], "flags": [], "fullname": "torch.nn.modules.container.ModuleList.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch.nn.modules.container.ModuleList", {".class": "Instance", "args": ["torch.nn.modules.module.Module"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ModuleList", "ret_type": "torch.nn.modules.container.ModuleList", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "modules"], "flags": [], "fullname": "torch.nn.modules.container.ModuleList.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "modules"], "arg_types": ["torch.nn.modules.container.ModuleList", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch.nn.modules.module.Module"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ModuleList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.nn.modules.container.ModuleList.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch.nn.modules.container.ModuleList"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of ModuleList", "ret_type": {".class": "Instance", "args": ["torch.nn.modules.module.Module"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__iter__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.nn.modules.container.ModuleList.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch.nn.modules.container.ModuleList"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of ModuleList", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__len__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "idx", "module"], "flags": [], "fullname": "torch.nn.modules.container.ModuleList.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["torch.nn.modules.container.ModuleList", "builtins.int", "torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of ModuleList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_abs_string_index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "idx"], "flags": [], "fullname": "torch.nn.modules.container.ModuleList._get_abs_string_index", "name": "_get_abs_string_index", "type": null}}, "_modules": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.container.ModuleList._modules", "name": "_modules", "type": {".class": "Instance", "args": ["builtins.str", "torch.nn.modules.module.Module"], "type_ref": "builtins.dict"}}}, "append": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "flags": [], "fullname": "torch.nn.modules.container.ModuleList.append", "name": "append", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "arg_types": ["torch.nn.modules.container.ModuleList", "torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "append of ModuleList", "ret_type": "torch.nn.modules.container.ModuleList", "type_guard": null, "variables": []}}}, "extend": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "modules"], "flags": [], "fullname": "torch.nn.modules.container.ModuleList.extend", "name": "extend", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "modules"], "arg_types": ["torch.nn.modules.container.ModuleList", {".class": "Instance", "args": ["torch.nn.modules.module.Module"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extend of ModuleList", "ret_type": "torch.nn.modules.container.ModuleList", "type_guard": null, "variables": []}}}, "insert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "index", "module"], "flags": [], "fullname": "torch.nn.modules.container.ModuleList.insert", "name": "insert", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "index", "module"], "arg_types": ["torch.nn.modules.container.ModuleList", "builtins.int", "torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "insert of ModuleList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "OrderedDict": {".class": "SymbolTableNode", "cross_ref": "collections.OrderedDict", "kind": "Gdef"}, "Parameter": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.Parameter", "kind": "Gdef"}, "ParameterDict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.container.ParameterDict", "name": "ParameterDict", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.container.ParameterDict", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.container", "mro": ["torch.nn.modules.container.ParameterDict", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.container.ParameterDict.__call__", "name": "__call__", "type": null}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "torch.nn.modules.container.ParameterDict.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch.nn.modules.container.ParameterDict", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of ParameterDict", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "torch.nn.modules.container.ParameterDict.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch.nn.modules.container.ParameterDict", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of ParameterDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "torch.nn.modules.container.ParameterDict.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch.nn.modules.container.ParameterDict", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of ParameterDict", "ret_type": "torch.nn.parameter.Parameter", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "parameters"], "flags": [], "fullname": "torch.nn.modules.container.ParameterDict.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "parameters"], "arg_types": ["torch.nn.modules.container.ParameterDict", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "torch.nn.parameter.Parameter"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ParameterDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.container.ParameterDict.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch.nn.modules.container.ParameterDict"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of ParameterDict", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.container.ParameterDict.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch.nn.modules.container.ParameterDict"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of ParameterDict", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__setattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "flags": [], "fullname": "torch.nn.modules.container.ParameterDict.__setattr__", "name": "__setattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["torch.nn.modules.container.ParameterDict", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setattr__ of ParameterDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "parameter"], "flags": [], "fullname": "torch.nn.modules.container.ParameterDict.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["torch.nn.modules.container.ParameterDict", "builtins.str", "torch.nn.parameter.Parameter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of ParameterDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch.nn.modules.container.ParameterDict.__setstate__", "name": "__setstate__", "type": null}}, "_initialized": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.container.ParameterDict._initialized", "name": "_initialized", "type": "builtins.bool"}}, "_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.container.ParameterDict._parameters", "name": "_parameters", "type": {".class": "Instance", "args": ["builtins.str", "torch.nn.parameter.Parameter"], "type_ref": "builtins.dict"}}}, "_replicate_for_data_parallel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.container.ParameterDict._replicate_for_data_parallel", "name": "_replicate_for_data_parallel", "type": null}}, "clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.container.ParameterDict.clear", "name": "clear", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.container.ParameterDict"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear of ParameterDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.container.ParameterDict.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.container.ParameterDict"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of ParameterDict", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "items": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.container.ParameterDict.items", "name": "items", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.container.ParameterDict"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "items of ParameterDict", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "torch.nn.parameter.Parameter"], "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.Iterable"}, "type_guard": null, "variables": []}}}, "keys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.container.ParameterDict.keys", "name": "keys", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.container.ParameterDict"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "keys of ParameterDict", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}}, "pop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "torch.nn.modules.container.ParameterDict.pop", "name": "pop", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "arg_types": ["torch.nn.modules.container.ParameterDict", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop of ParameterDict", "ret_type": "torch.nn.parameter.Parameter", "type_guard": null, "variables": []}}}, "update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "parameters"], "flags": [], "fullname": "torch.nn.modules.container.ParameterDict.update", "name": "update", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "parameters"], "arg_types": ["torch.nn.modules.container.ParameterDict", {".class": "Instance", "args": ["builtins.str", "torch.nn.parameter.Parameter"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of ParameterDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.container.ParameterDict.values", "name": "values", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.container.ParameterDict"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "values of ParameterDict", "ret_type": {".class": "Instance", "args": ["torch.nn.parameter.Parameter"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ParameterList": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.container.ParameterList", "name": "ParameterList", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.container.ParameterList", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.container", "mro": ["torch.nn.modules.container.ParameterList", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.container.ParameterList.__call__", "name": "__call__", "type": null}}, "__dir__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.container.ParameterList.__dir__", "name": "__dir__", "type": null}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch.nn.modules.container.ParameterList.__getitem__", "impl": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "idx"], "flags": ["is_overload"], "fullname": "torch.nn.modules.container.ParameterList.__getitem__", "name": "__getitem__", "type": null}, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "idx"], "flags": ["is_overload", "is_decorated"], "fullname": "torch.nn.modules.container.ParameterList.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch.nn.modules.container.ParameterList", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of ParameterList", "ret_type": "torch.nn.parameter.Parameter", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "idx"], "flags": ["is_overload", "is_decorated"], "fullname": "torch.nn.modules.container.ParameterList.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.container.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of ParameterList", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.container.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.container.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch.nn.modules.container.ParameterList", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of ParameterList", "ret_type": "torch.nn.parameter.Parameter", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.container.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of ParameterList", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.container.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.container.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}]}}}, "__iadd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "parameters"], "flags": [], "fullname": "torch.nn.modules.container.ParameterList.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch.nn.modules.container.ParameterList", {".class": "Instance", "args": ["torch.nn.parameter.Parameter"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ParameterList", "ret_type": "torch.nn.modules.container.ParameterList", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "parameters"], "flags": [], "fullname": "torch.nn.modules.container.ParameterList.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "parameters"], "arg_types": ["torch.nn.modules.container.ParameterList", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch.nn.parameter.Parameter"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ParameterList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.container.ParameterList.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch.nn.modules.container.ParameterList"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of ParameterList", "ret_type": {".class": "Instance", "args": ["torch.nn.parameter.Parameter"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.container.ParameterList.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch.nn.modules.container.ParameterList"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of ParameterList", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__setattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "flags": [], "fullname": "torch.nn.modules.container.ParameterList.__setattr__", "name": "__setattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["torch.nn.modules.container.ParameterList", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setattr__ of ParameterList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "idx", "param"], "flags": [], "fullname": "torch.nn.modules.container.ParameterList.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["torch.nn.modules.container.ParameterList", "builtins.int", "torch.nn.parameter.Parameter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of ParameterList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch.nn.modules.container.ParameterList.__setstate__", "name": "__setstate__", "type": null}}, "_get_abs_string_index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "idx"], "flags": [], "fullname": "torch.nn.modules.container.ParameterList._get_abs_string_index", "name": "_get_abs_string_index", "type": null}}, "_initialized": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.container.ParameterList._initialized", "name": "_initialized", "type": "builtins.bool"}}, "_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.container.ParameterList._parameters", "name": "_parameters", "type": {".class": "Instance", "args": ["builtins.str", "torch.nn.parameter.Parameter"], "type_ref": "builtins.dict"}}}, "_replicate_for_data_parallel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.container.ParameterList._replicate_for_data_parallel", "name": "_replicate_for_data_parallel", "type": null}}, "append": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "parameter"], "flags": [], "fullname": "torch.nn.modules.container.ParameterList.append", "name": "append", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "parameter"], "arg_types": ["torch.nn.modules.container.ParameterList", "torch.nn.parameter.Parameter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "append of ParameterList", "ret_type": "torch.nn.modules.container.ParameterList", "type_guard": null, "variables": []}}}, "extend": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "parameters"], "flags": [], "fullname": "torch.nn.modules.container.ParameterList.extend", "name": "extend", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "parameters"], "arg_types": ["torch.nn.modules.container.ParameterList", {".class": "Instance", "args": ["torch.nn.parameter.Parameter"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extend of ParameterList", "ret_type": "torch.nn.modules.container.ParameterList", "type_guard": null, "variables": []}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.container.ParameterList.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.container.ParameterList"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of ParameterList", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequential": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.container.Sequential", "name": "Sequential", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.container.Sequential", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.container", "mro": ["torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "idx"], "flags": [], "fullname": "torch.nn.modules.container.Sequential.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch.nn.modules.container.Sequential", {".class": "UnionType", "items": ["builtins.slice", "builtins.int"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of Sequential", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__dir__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.nn.modules.container.Sequential.__dir__", "name": "__dir__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__dir__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "idx"], "flags": ["is_decorated"], "fullname": "torch.nn.modules.container.Sequential.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch.nn.modules.container.Sequential", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Sequential", "ret_type": {".class": "UnionType", "items": ["torch.nn.modules.container.Sequential", {".class": "TypeVarType", "fullname": "torch.nn.modules.container.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.container.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__getitem__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch.nn.modules.container.Sequential.__init__", "impl": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": ["is_overload"], "fullname": "torch.nn.modules.container.Sequential.__init__", "name": "__init__", "type": null}, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": ["is_overload", "is_decorated"], "fullname": "torch.nn.modules.container.Sequential.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Sequential", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": ["is_overload", "is_decorated"], "fullname": "torch.nn.modules.container.Sequential.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["torch.nn.modules.container.Sequential", {".class": "Instance", "args": ["builtins.str", "torch.nn.modules.module.Module"], "type_ref": "collections.OrderedDict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Sequential", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["torch.nn.modules.container.Sequential", "torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Sequential", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": ["torch.nn.modules.container.Sequential", {".class": "Instance", "args": ["builtins.str", "torch.nn.modules.module.Module"], "type_ref": "collections.OrderedDict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Sequential", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.nn.modules.container.Sequential.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch.nn.modules.container.Sequential"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of Sequential", "ret_type": {".class": "Instance", "args": ["torch.nn.modules.module.Module"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__iter__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.nn.modules.container.Sequential.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch.nn.modules.container.Sequential"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of Sequential", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__len__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "idx", "module"], "flags": [], "fullname": "torch.nn.modules.container.Sequential.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["torch.nn.modules.container.Sequential", "builtins.int", "torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of Sequential", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_item_by_idx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "iterator", "idx"], "flags": [], "fullname": "torch.nn.modules.container.Sequential._get_item_by_idx", "name": "_get_item_by_idx", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "iterator", "idx"], "arg_types": ["torch.nn.modules.container.Sequential", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_item_by_idx of Sequential", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.container.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.container.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}}, "_modules": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.container.Sequential._modules", "name": "_modules", "type": {".class": "Instance", "args": ["builtins.str", "torch.nn.modules.module.Module"], "type_ref": "builtins.dict"}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.container.Sequential.forward", "name": "forward", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "torch.nn.modules.container.T", "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.container.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.container.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.container.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.container.__package__", "name": "__package__", "type": "builtins.str"}}, "_copy_to_script_wrapper": {".class": "SymbolTableNode", "cross_ref": "torch._jit_internal._copy_to_script_wrapper", "kind": "Gdef"}, "container_abcs": {".class": "SymbolTableNode", "cross_ref": "collections.abc", "kind": "Gdef"}, "islice": {".class": "SymbolTableNode", "cross_ref": "itertools.islice", "kind": "Gdef"}, "operator": {".class": "SymbolTableNode", "cross_ref": "operator", "kind": "Gdef"}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/container.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/container.meta.json b/.mypy_cache/3.9/torch/nn/modules/container.meta.json deleted file mode 100644 index f0d9de60b..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/container.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 4, 6, 7, 8, 10, 13, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 10, 5, 10, 10, 5, 5, 5, 25, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["warnings", "collections", "collections.abc", "itertools", "operator", "torch", "torch.nn.modules.module", "torch._jit_internal", "typing", "torch.nn", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "io", "pickle", "os", "time", "_typeshed", "abc", "torch._C", "torch._tensor", "torch.nn.parameter", "typing_extensions"], "hash": "f9040af080a439ee24a8c3001877a04290ac5a032a6155f711a5446ed3eada4e", "id": "torch.nn.modules.container", "ignore_all": true, "interface_hash": "fa1316db49f4c5ff993180d515396f380b5f2ad034a90f10d136f14a428e5398", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/container.py", "plugin_data": null, "size": 26310, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/conv.data.json b/.mypy_cache/3.9/torch/nn/modules/conv.data.json deleted file mode 100644 index 0fe89f5a9..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/conv.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.conv", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Conv1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._ConvNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.Conv1d", "name": "Conv1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.Conv1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.Conv1d", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.Conv1d.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.Conv1d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.Conv1d", "builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Conv1d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_conv_forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "weight", "bias"], "flags": [], "fullname": "torch.nn.modules.conv.Conv1d._conv_forward", "name": "_conv_forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "weight", "bias"], "arg_types": ["torch.nn.modules.conv.Conv1d", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_conv_forward of Conv1d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.conv.Conv1d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.conv.Conv1d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Conv1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Conv2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._ConvNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.Conv2d", "name": "Conv2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.Conv2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.Conv2d", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.Conv2d.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.Conv2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.Conv2d", "builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Conv2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_conv_forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "weight", "bias"], "flags": [], "fullname": "torch.nn.modules.conv.Conv2d._conv_forward", "name": "_conv_forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "weight", "bias"], "arg_types": ["torch.nn.modules.conv.Conv2d", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_conv_forward of Conv2d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.conv.Conv2d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.conv.Conv2d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Conv2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Conv3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._ConvNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.Conv3d", "name": "Conv3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.Conv3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.Conv3d", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.Conv3d.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.Conv3d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.Conv3d", "builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Conv3d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_conv_forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "weight", "bias"], "flags": [], "fullname": "torch.nn.modules.conv.Conv3d._conv_forward", "name": "_conv_forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "weight", "bias"], "arg_types": ["torch.nn.modules.conv.Conv3d", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_conv_forward of Conv3d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.conv.Conv3d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.conv.Conv3d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Conv3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvTranspose1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._ConvTransposeNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.ConvTranspose1d", "name": "ConvTranspose1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.ConvTranspose1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.ConvTranspose1d", "torch.nn.modules.conv._ConvTransposeNd", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.ConvTranspose1d.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.ConvTranspose1d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.ConvTranspose1d", "builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, "builtins.int", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ConvTranspose1d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "output_size"], "flags": [], "fullname": "torch.nn.modules.conv.ConvTranspose1d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "output_size"], "arg_types": ["torch.nn.modules.conv.ConvTranspose1d", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of ConvTranspose1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvTranspose2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._ConvTransposeNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.ConvTranspose2d", "name": "ConvTranspose2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.ConvTranspose2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.ConvTranspose2d", "torch.nn.modules.conv._ConvTransposeNd", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.ConvTranspose2d.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.ConvTranspose2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.ConvTranspose2d", "builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, "builtins.int", "builtins.bool", "builtins.int", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ConvTranspose2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "output_size"], "flags": [], "fullname": "torch.nn.modules.conv.ConvTranspose2d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "output_size"], "arg_types": ["torch.nn.modules.conv.ConvTranspose2d", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of ConvTranspose2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvTranspose3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._ConvTransposeNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.ConvTranspose3d", "name": "ConvTranspose3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.ConvTranspose3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.ConvTranspose3d", "torch.nn.modules.conv._ConvTransposeNd", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.ConvTranspose3d.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.ConvTranspose3d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.ConvTranspose3d", "builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, "builtins.int", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ConvTranspose3d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "output_size"], "flags": [], "fullname": "torch.nn.modules.conv.ConvTranspose3d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "output_size"], "arg_types": ["torch.nn.modules.conv.ConvTranspose3d", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of ConvTranspose3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "LazyConv1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.conv.Conv1d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.LazyConv1d", "name": "LazyConv1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.LazyConv1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.LazyConv1d", "torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.conv.Conv1d", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.LazyConv1d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.LazyConv1d", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LazyConv1d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cls_to_become": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.LazyConv1d.cls_to_become", "name": "cls_to_become", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LazyConv2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.conv.Conv2d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.LazyConv2d", "name": "LazyConv2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.LazyConv2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.LazyConv2d", "torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.conv.Conv2d", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.LazyConv2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.LazyConv2d", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LazyConv2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cls_to_become": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.LazyConv2d.cls_to_become", "name": "cls_to_become", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LazyConv3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.conv.Conv3d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.LazyConv3d", "name": "LazyConv3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.LazyConv3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.LazyConv3d", "torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.conv.Conv3d", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.LazyConv3d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.LazyConv3d", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LazyConv3d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cls_to_become": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.LazyConv3d.cls_to_become", "name": "cls_to_become", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LazyConvTranspose1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.conv.ConvTranspose1d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.LazyConvTranspose1d", "name": "LazyConvTranspose1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.LazyConvTranspose1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.LazyConvTranspose1d", "torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.conv.ConvTranspose1d", "torch.nn.modules.conv._ConvTransposeNd", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.LazyConvTranspose1d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.LazyConvTranspose1d", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, "builtins.int", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LazyConvTranspose1d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cls_to_become": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.LazyConvTranspose1d.cls_to_become", "name": "cls_to_become", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LazyConvTranspose2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.conv.ConvTranspose2d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.LazyConvTranspose2d", "name": "LazyConvTranspose2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.LazyConvTranspose2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.LazyConvTranspose2d", "torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.conv.ConvTranspose2d", "torch.nn.modules.conv._ConvTransposeNd", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.LazyConvTranspose2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.LazyConvTranspose2d", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, "builtins.int", "builtins.bool", "builtins.int", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LazyConvTranspose2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cls_to_become": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.LazyConvTranspose2d.cls_to_become", "name": "cls_to_become", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LazyConvTranspose3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.conv.ConvTranspose3d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.LazyConvTranspose3d", "name": "LazyConvTranspose3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.LazyConvTranspose3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.LazyConvTranspose3d", "torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.conv.ConvTranspose3d", "torch.nn.modules.conv._ConvTransposeNd", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.LazyConvTranspose3d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.LazyConvTranspose3d", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, "builtins.int", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LazyConvTranspose3d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cls_to_become": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.LazyConvTranspose3d.cls_to_become", "name": "cls_to_become", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LazyModuleMixin": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.lazy.LazyModuleMixin", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Parameter": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.Parameter", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "UninitializedParameter": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.UninitializedParameter", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_ConvNd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv._ConvNd", "name": "_ConvNd", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv._ConvNd", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv._ConvNd.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "builtins.dict"}}}, "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv._ConvNd.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "transposed", "output_padding", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv._ConvNd.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "transposed", "output_padding", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv._ConvNd", "builtins.int", "builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.bool", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _ConvNd", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch.nn.modules.conv._ConvNd.__setstate__", "name": "__setstate__", "type": null}}, "_conv_forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "weight", "bias"], "flags": [], "fullname": "torch.nn.modules.conv._ConvNd._conv_forward", "name": "_conv_forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "weight", "bias"], "arg_types": ["torch.nn.modules.conv._ConvNd", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_conv_forward of _ConvNd", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_in_channels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd._in_channels", "name": "_in_channels", "type": "builtins.int"}}, "_reversed_padding_repeated_twice": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd._reversed_padding_repeated_twice", "name": "_reversed_padding_repeated_twice", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}}}, "bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.bias", "name": "bias", "type": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}}}, "dilation": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.dilation", "name": "dilation", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.conv._ConvNd.extra_repr", "name": "extra_repr", "type": null}}, "groups": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.groups", "name": "groups", "type": "builtins.int"}}, "in_channels": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.conv._ConvNd.in_channels", "name": "in_channels", "type": "builtins.int"}}, "kernel_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.kernel_size", "name": "kernel_size", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}}, "out_channels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.out_channels", "name": "out_channels", "type": "builtins.int"}}, "output_padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.output_padding", "name": "output_padding", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.padding", "name": "padding", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}]}}}, "padding_mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.padding_mode", "name": "padding_mode", "type": "builtins.str"}}, "reset_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.conv._ConvNd.reset_parameters", "name": "reset_parameters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.conv._ConvNd"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_parameters of _ConvNd", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "stride": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.stride", "name": "stride", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}}, "transposed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.transposed", "name": "transposed", "type": "builtins.bool"}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.weight", "name": "weight", "type": "torch._tensor.Tensor"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ConvTransposeMixin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._ConvTransposeNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv._ConvTransposeMixin", "name": "_ConvTransposeMixin", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv._ConvTransposeMixin", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv._ConvTransposeMixin", "torch.nn.modules.conv._ConvTransposeNd", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.nn.modules.conv._ConvTransposeMixin.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ConvTransposeNd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._ConvNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv._ConvTransposeNd", "name": "_ConvTransposeNd", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv._ConvTransposeNd", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv._ConvTransposeNd", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "transposed", "output_padding", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv._ConvTransposeNd.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "transposed", "output_padding", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv._ConvTransposeNd", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _ConvTransposeNd", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_output_padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "input", "output_size", "stride", "padding", "kernel_size", "dilation"], "flags": [], "fullname": "torch.nn.modules.conv._ConvTransposeNd._output_padding", "name": "_output_padding", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "input", "output_size", "stride", "padding", "kernel_size", "dilation"], "arg_types": ["torch.nn.modules.conv._ConvTransposeNd", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_output_padding of _ConvTransposeNd", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_LazyConvXdMixin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.lazy.LazyModuleMixin"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv._LazyConvXdMixin", "name": "_LazyConvXdMixin", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv._LazyConvXdMixin", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.lazy.LazyModuleMixin", "builtins.object"], "names": {".class": "SymbolTable", "bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._LazyConvXdMixin.bias", "name": "bias", "type": "torch.nn.parameter.UninitializedParameter"}}, "groups": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._LazyConvXdMixin.groups", "name": "groups", "type": "builtins.int"}}, "in_channels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._LazyConvXdMixin.in_channels", "name": "in_channels", "type": "builtins.int"}}, "initialize_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.conv._LazyConvXdMixin.initialize_parameters", "name": "initialize_parameters", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.conv._LazyConvXdMixin", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "initialize_parameters of _LazyConvXdMixin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "kernel_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._LazyConvXdMixin.kernel_size", "name": "kernel_size", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}}, "out_channels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._LazyConvXdMixin.out_channels", "name": "out_channels", "type": "builtins.int"}}, "reset_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.conv._LazyConvXdMixin.reset_parameters", "name": "reset_parameters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.conv._LazyConvXdMixin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_parameters of _LazyConvXdMixin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "transposed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._LazyConvXdMixin.transposed", "name": "transposed", "type": "builtins.bool"}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._LazyConvXdMixin.weight", "name": "weight", "type": "torch.nn.parameter.UninitializedParameter"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.conv.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.conv.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.conv.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.conv.__package__", "name": "__package__", "type": "builtins.str"}}, "_pair": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._pair", "kind": "Gdef"}, "_reverse_repeat_tuple": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._reverse_repeat_tuple", "kind": "Gdef"}, "_single": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._single", "kind": "Gdef"}, "_size_1_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_1_t", "kind": "Gdef"}, "_size_2_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_2_t", "kind": "Gdef"}, "_size_3_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_3_t", "kind": "Gdef"}, "_triple": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._triple", "kind": "Gdef"}, "convolution_notes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.conv.convolution_notes", "name": "convolution_notes", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "init": {".class": "SymbolTableNode", "cross_ref": "torch.nn.init", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "reproducibility_notes": {".class": "SymbolTableNode", "cross_ref": "torch._torch_docs.reproducibility_notes", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/conv.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/conv.meta.json b/.mypy_cache/3.9/torch/nn/modules/conv.meta.json deleted file mode 100644 index 82d5202e2..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/conv.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 3, 5, 7, 8, 8, 9, 10, 11, 12, 13, 15, 16, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 20, 10, 10, 5, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["math", "warnings", "torch", "torch.nn.parameter", "torch.nn", "torch.nn.functional", "torch.nn.init", "torch.nn.modules.lazy", "torch.nn.modules.module", "torch.nn.modules.utils", "torch._torch_docs", "torch.nn.common_types", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.jit", "torch.types", "typing_extensions"], "hash": "640faed29fbb512ddbb4aeb292e5ad160c6b48fcbb27e60edee898b569b9f63a", "id": "torch.nn.modules.conv", "ignore_all": true, "interface_hash": "7d03e8bc755d4a5cb1e729a825c857ec23f5fd23dec9c906d83e9488a4e94400", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/conv.py", "plugin_data": null, "size": 68856, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/distance.data.json b/.mypy_cache/3.9/torch/nn/modules/distance.data.json deleted file mode 100644 index 0bb2ab423..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/distance.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.distance", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "CosineSimilarity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.distance.CosineSimilarity", "name": "CosineSimilarity", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.distance.CosineSimilarity", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.distance", "mro": ["torch.nn.modules.distance.CosineSimilarity", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.distance.CosineSimilarity.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dim", "eps"], "flags": [], "fullname": "torch.nn.modules.distance.CosineSimilarity.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dim", "eps"], "arg_types": ["torch.nn.modules.distance.CosineSimilarity", "builtins.int", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CosineSimilarity", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.distance.CosineSimilarity.dim", "name": "dim", "type": "builtins.int"}}, "eps": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.distance.CosineSimilarity.eps", "name": "eps", "type": "builtins.float"}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x1", "x2"], "flags": [], "fullname": "torch.nn.modules.distance.CosineSimilarity.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x1", "x2"], "arg_types": ["torch.nn.modules.distance.CosineSimilarity", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of CosineSimilarity", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "PairwiseDistance": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.distance.PairwiseDistance", "name": "PairwiseDistance", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.distance.PairwiseDistance", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.distance", "mro": ["torch.nn.modules.distance.PairwiseDistance", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.distance.PairwiseDistance.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "p", "eps", "keepdim"], "flags": [], "fullname": "torch.nn.modules.distance.PairwiseDistance.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "p", "eps", "keepdim"], "arg_types": ["torch.nn.modules.distance.PairwiseDistance", "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PairwiseDistance", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "eps": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.distance.PairwiseDistance.eps", "name": "eps", "type": "builtins.float"}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x1", "x2"], "flags": [], "fullname": "torch.nn.modules.distance.PairwiseDistance.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x1", "x2"], "arg_types": ["torch.nn.modules.distance.PairwiseDistance", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of PairwiseDistance", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "keepdim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.distance.PairwiseDistance.keepdim", "name": "keepdim", "type": "builtins.bool"}}, "norm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.distance.PairwiseDistance.norm", "name": "norm", "type": "builtins.float"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.distance.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.distance.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.distance.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.distance.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/distance.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/distance.meta.json b/.mypy_cache/3.9/torch/nn/modules/distance.meta.json deleted file mode 100644 index f9522a74c..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/distance.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 20, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30], "dependencies": ["torch.nn.modules.module", "torch.nn", "torch.nn.functional", "torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "typing"], "hash": "b4ee46448f049579a86eeceb628b67109042754f53689f3c498633779f152398", "id": "torch.nn.modules.distance", "ignore_all": true, "interface_hash": "ab1f2dabc7f7164a2c42c32e80f86298bb1bb4e0e34c5084cfe0ee0e251bedf3", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/distance.py", "plugin_data": null, "size": 2909, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/dropout.data.json b/.mypy_cache/3.9/torch/nn/modules/dropout.data.json deleted file mode 100644 index 1f0a354fa..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/dropout.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.dropout", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AlphaDropout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.dropout._DropoutNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.dropout.AlphaDropout", "name": "AlphaDropout", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.dropout.AlphaDropout", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.dropout", "mro": ["torch.nn.modules.dropout.AlphaDropout", "torch.nn.modules.dropout._DropoutNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.dropout.AlphaDropout.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.dropout.AlphaDropout", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of AlphaDropout", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dropout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.dropout._DropoutNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.dropout.Dropout", "name": "Dropout", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.dropout.Dropout", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.dropout", "mro": ["torch.nn.modules.dropout.Dropout", "torch.nn.modules.dropout._DropoutNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.dropout.Dropout.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.dropout.Dropout", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Dropout", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dropout2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.dropout._DropoutNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.dropout.Dropout2d", "name": "Dropout2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.dropout.Dropout2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.dropout", "mro": ["torch.nn.modules.dropout.Dropout2d", "torch.nn.modules.dropout._DropoutNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.dropout.Dropout2d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.dropout.Dropout2d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Dropout2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dropout3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.dropout._DropoutNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.dropout.Dropout3d", "name": "Dropout3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.dropout.Dropout3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.dropout", "mro": ["torch.nn.modules.dropout.Dropout3d", "torch.nn.modules.dropout._DropoutNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.dropout.Dropout3d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.dropout.Dropout3d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Dropout3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "FeatureAlphaDropout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.dropout._DropoutNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.dropout.FeatureAlphaDropout", "name": "FeatureAlphaDropout", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.dropout.FeatureAlphaDropout", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.dropout", "mro": ["torch.nn.modules.dropout.FeatureAlphaDropout", "torch.nn.modules.dropout._DropoutNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.dropout.FeatureAlphaDropout.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.dropout.FeatureAlphaDropout", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of FeatureAlphaDropout", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "_DropoutNd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.dropout._DropoutNd", "name": "_DropoutNd", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.dropout._DropoutNd", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.dropout", "mro": ["torch.nn.modules.dropout._DropoutNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.dropout._DropoutNd.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "p", "inplace"], "flags": [], "fullname": "torch.nn.modules.dropout._DropoutNd.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "p", "inplace"], "arg_types": ["torch.nn.modules.dropout._DropoutNd", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _DropoutNd", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.dropout._DropoutNd.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.dropout._DropoutNd"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of _DropoutNd", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "inplace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.dropout._DropoutNd.inplace", "name": "inplace", "type": "builtins.bool"}}, "p": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.dropout._DropoutNd.p", "name": "p", "type": "builtins.float"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.dropout.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.dropout.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.dropout.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.dropout.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/dropout.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/dropout.meta.json b/.mypy_cache/3.9/torch/nn/modules/dropout.meta.json deleted file mode 100644 index 41ae830d0..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/dropout.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 20, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch.nn.modules.module", "torch.nn", "torch.nn.functional", "torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._tensor", "typing"], "hash": "4ebd581b19d7bbf3e8bffd47b7dfbbfb606aa4ae6582d5c10ffe7332eec146fc", "id": "torch.nn.modules.dropout", "ignore_all": true, "interface_hash": "32b9e5830dd0afd5d663fbc4064debab01d4c770a8da4a33d7584b89b6047c13", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/dropout.py", "plugin_data": null, "size": 8955, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/flatten.data.json b/.mypy_cache/3.9/torch/nn/modules/flatten.data.json deleted file mode 100644 index 578b5b097..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/flatten.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.flatten", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Flatten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.flatten.Flatten", "name": "Flatten", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.flatten.Flatten", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.flatten", "mro": ["torch.nn.modules.flatten.Flatten", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.flatten.Flatten.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "start_dim", "end_dim"], "flags": [], "fullname": "torch.nn.modules.flatten.Flatten.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "start_dim", "end_dim"], "arg_types": ["torch.nn.modules.flatten.Flatten", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Flatten", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "end_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.flatten.Flatten.end_dim", "name": "end_dim", "type": "builtins.int"}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.flatten.Flatten.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.flatten.Flatten"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of Flatten", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.flatten.Flatten.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.flatten.Flatten", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Flatten", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "start_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.flatten.Flatten.start_dim", "name": "start_dim", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Unflatten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.flatten.Unflatten", "name": "Unflatten", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.flatten.Unflatten", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.flatten", "mro": ["torch.nn.modules.flatten.Unflatten", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "NamedShape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "torch.nn.modules.flatten.Unflatten.NamedShape", "line": 96, "no_args": false, "normalized": false, "target": {".class": "TupleType", "implicit": false, "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.flatten.Unflatten.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim", "unflattened_size"], "flags": [], "fullname": "torch.nn.modules.flatten.Unflatten.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dim", "unflattened_size"], "arg_types": ["torch.nn.modules.flatten.Unflatten", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.modules.flatten.Unflatten.NamedShape"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Unflatten", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_require_tuple_int": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.flatten.Unflatten._require_tuple_int", "name": "_require_tuple_int", "type": null}}, "_require_tuple_tuple": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.flatten.Unflatten._require_tuple_tuple", "name": "_require_tuple_tuple", "type": null}}, "dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.flatten.Unflatten.dim", "name": "dim", "type": {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.flatten.Unflatten.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.flatten.Unflatten"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of Unflatten", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.flatten.Unflatten.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.flatten.Unflatten", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Unflatten", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "unflattened_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.flatten.Unflatten.unflattened_size", "name": "unflattened_size", "type": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.types._size"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.modules.flatten.Unflatten.NamedShape"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.flatten.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.flatten.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.flatten.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.flatten.__package__", "name": "__package__", "type": "builtins.str"}}, "_size": {".class": "SymbolTableNode", "cross_ref": "torch.types._size", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/flatten.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/flatten.meta.json b/.mypy_cache/3.9/torch/nn/modules/flatten.meta.json deleted file mode 100644 index aa1e697de..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/flatten.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch.nn.modules.module", "typing", "torch", "torch.types", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._tensor", "typing_extensions"], "hash": "702f29e8bc1f1ce87bbb587ceb20783faf7188b26bb27c58a505b63569425c74", "id": "torch.nn.modules.flatten", "ignore_all": true, "interface_hash": "3e99d66cff3dd0dd834f214c84302d3c2daf11059a7c776e67eec7858a5f069e", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/flatten.py", "plugin_data": null, "size": 5320, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/fold.data.json b/.mypy_cache/3.9/torch/nn/modules/fold.data.json deleted file mode 100644 index d0843a666..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/fold.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.fold", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "Fold": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.fold.Fold", "name": "Fold", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.fold.Fold", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.fold", "mro": ["torch.nn.modules.fold.Fold", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.fold.Fold.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "output_size", "kernel_size", "dilation", "padding", "stride"], "flags": [], "fullname": "torch.nn.modules.fold.Fold.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "output_size", "kernel_size", "dilation", "padding", "stride"], "arg_types": ["torch.nn.modules.fold.Fold", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Fold", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dilation": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.fold.Fold.dilation", "name": "dilation", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.fold.Fold.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.fold.Fold"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of Fold", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.fold.Fold.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.fold.Fold", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Fold", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "kernel_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.fold.Fold.kernel_size", "name": "kernel_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}}}, "output_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.fold.Fold.output_size", "name": "output_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.fold.Fold.padding", "name": "padding", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}}}, "stride": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.fold.Fold.stride", "name": "stride", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "Unfold": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.fold.Unfold", "name": "Unfold", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.fold.Unfold", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.fold", "mro": ["torch.nn.modules.fold.Unfold", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.fold.Unfold.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "kernel_size", "dilation", "padding", "stride"], "flags": [], "fullname": "torch.nn.modules.fold.Unfold.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "kernel_size", "dilation", "padding", "stride"], "arg_types": ["torch.nn.modules.fold.Unfold", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Unfold", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dilation": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.fold.Unfold.dilation", "name": "dilation", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.fold.Unfold.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.fold.Unfold"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of Unfold", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.fold.Unfold.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.fold.Unfold", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Unfold", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "kernel_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.fold.Unfold.kernel_size", "name": "kernel_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.fold.Unfold.padding", "name": "padding", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}}}, "stride": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.fold.Unfold.stride", "name": "stride", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.fold.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.fold.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.fold.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.fold.__package__", "name": "__package__", "type": "builtins.str"}}, "_size_any_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_any_t", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/fold.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/fold.meta.json b/.mypy_cache/3.9/torch/nn/modules/fold.meta.json deleted file mode 100644 index 6ec5ab87a..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/fold.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 3, 3, 5, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch.nn.modules.module", "torch.nn", "torch.nn.functional", "torch", "torch.nn.common_types", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._tensor", "typing"], "hash": "fd32ff51ec7e8d43090c03fba79eeb04bdbe92d8a3ce46d705ea4bd0916b7c99", "id": "torch.nn.modules.fold", "ignore_all": true, "interface_hash": "5bd78096f5a84298954e25790f91bc769c55e715338b14df651e197bfc99f99d", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/fold.py", "plugin_data": null, "size": 12552, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/instancenorm.data.json b/.mypy_cache/3.9/torch/nn/modules/instancenorm.data.json deleted file mode 100644 index 840936daf..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/instancenorm.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.instancenorm", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "InstanceNorm1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.instancenorm._InstanceNorm"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.instancenorm.InstanceNorm1d", "name": "InstanceNorm1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.instancenorm.InstanceNorm1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.instancenorm", "mro": ["torch.nn.modules.instancenorm.InstanceNorm1d", "torch.nn.modules.instancenorm._InstanceNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_check_input_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.instancenorm.InstanceNorm1d._check_input_dim", "name": "_check_input_dim", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InstanceNorm2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.instancenorm._InstanceNorm"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.instancenorm.InstanceNorm2d", "name": "InstanceNorm2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.instancenorm.InstanceNorm2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.instancenorm", "mro": ["torch.nn.modules.instancenorm.InstanceNorm2d", "torch.nn.modules.instancenorm._InstanceNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_check_input_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.instancenorm.InstanceNorm2d._check_input_dim", "name": "_check_input_dim", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InstanceNorm3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.instancenorm._InstanceNorm"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.instancenorm.InstanceNorm3d", "name": "InstanceNorm3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.instancenorm.InstanceNorm3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.instancenorm", "mro": ["torch.nn.modules.instancenorm.InstanceNorm3d", "torch.nn.modules.instancenorm._InstanceNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_check_input_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.instancenorm.InstanceNorm3d._check_input_dim", "name": "_check_input_dim", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LazyInstanceNorm1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.batchnorm._LazyNormBase", "torch.nn.modules.instancenorm._InstanceNorm"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.instancenorm.LazyInstanceNorm1d", "name": "LazyInstanceNorm1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.instancenorm.LazyInstanceNorm1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.instancenorm", "mro": ["torch.nn.modules.instancenorm.LazyInstanceNorm1d", "torch.nn.modules.batchnorm._LazyNormBase", "torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.instancenorm._InstanceNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_check_input_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.instancenorm.LazyInstanceNorm1d._check_input_dim", "name": "_check_input_dim", "type": null}}, "cls_to_become": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.instancenorm.LazyInstanceNorm1d.cls_to_become", "name": "cls_to_become", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LazyInstanceNorm2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.batchnorm._LazyNormBase", "torch.nn.modules.instancenorm._InstanceNorm"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.instancenorm.LazyInstanceNorm2d", "name": "LazyInstanceNorm2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.instancenorm.LazyInstanceNorm2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.instancenorm", "mro": ["torch.nn.modules.instancenorm.LazyInstanceNorm2d", "torch.nn.modules.batchnorm._LazyNormBase", "torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.instancenorm._InstanceNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_check_input_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.instancenorm.LazyInstanceNorm2d._check_input_dim", "name": "_check_input_dim", "type": null}}, "cls_to_become": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.instancenorm.LazyInstanceNorm2d.cls_to_become", "name": "cls_to_become", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LazyInstanceNorm3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.batchnorm._LazyNormBase", "torch.nn.modules.instancenorm._InstanceNorm"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.instancenorm.LazyInstanceNorm3d", "name": "LazyInstanceNorm3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.instancenorm.LazyInstanceNorm3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.instancenorm", "mro": ["torch.nn.modules.instancenorm.LazyInstanceNorm3d", "torch.nn.modules.batchnorm._LazyNormBase", "torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.instancenorm._InstanceNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_check_input_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.instancenorm.LazyInstanceNorm3d._check_input_dim", "name": "_check_input_dim", "type": null}}, "cls_to_become": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.instancenorm.LazyInstanceNorm3d.cls_to_become", "name": "cls_to_become", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "_InstanceNorm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.batchnorm._NormBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.instancenorm._InstanceNorm", "name": "_InstanceNorm", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.instancenorm._InstanceNorm", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.instancenorm", "mro": ["torch.nn.modules.instancenorm._InstanceNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "num_features", "eps", "momentum", "affine", "track_running_stats", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.instancenorm._InstanceNorm.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "num_features", "eps", "momentum", "affine", "track_running_stats", "device", "dtype"], "arg_types": ["torch.nn.modules.instancenorm._InstanceNorm", "builtins.int", "builtins.float", "builtins.float", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _InstanceNorm", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_check_input_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.instancenorm._InstanceNorm._check_input_dim", "name": "_check_input_dim", "type": null}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.nn.modules.instancenorm._InstanceNorm._load_from_state_dict", "name": "_load_from_state_dict", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.instancenorm._InstanceNorm.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.instancenorm._InstanceNorm", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of _InstanceNorm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_LazyNormBase": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.batchnorm._LazyNormBase", "kind": "Gdef"}, "_NormBase": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.batchnorm._NormBase", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.instancenorm.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.instancenorm.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.instancenorm.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.instancenorm.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/instancenorm.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/instancenorm.meta.json b/.mypy_cache/3.9/torch/nn/modules/instancenorm.meta.json deleted file mode 100644 index d3eb7e06f..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/instancenorm.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn.modules.batchnorm", "torch.nn", "torch.nn.functional", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._tensor", "torch.nn.modules.module", "torch.nn.parameter", "typing"], "hash": "91c89de4b662d23b18915b751f4cff68aee6eda84a5fac728c99dc43cf6b6f1b", "id": "torch.nn.modules.instancenorm", "ignore_all": true, "interface_hash": "0f9fd65ab6ce80cd3970b924ad5c1335d8a2d33e2c4fbd58b1f631961e0bc045", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/instancenorm.py", "plugin_data": null, "size": 18425, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/lazy.data.json b/.mypy_cache/3.9/torch/nn/modules/lazy.data.json deleted file mode 100644 index 593952174..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/lazy.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.lazy", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "LazyModuleMixin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.lazy.LazyModuleMixin", "name": "LazyModuleMixin", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.lazy.LazyModuleMixin", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.lazy", "mro": ["torch.nn.modules.lazy.LazyModuleMixin", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.nn.modules.lazy.LazyModuleMixin.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["torch.nn.modules.lazy._LazyProtocol", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LazyModuleMixin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_infer_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "module", "input"], "flags": [], "fullname": "torch.nn.modules.lazy.LazyModuleMixin._infer_parameters", "name": "_infer_parameters", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "module", "input"], "arg_types": ["torch.nn.modules.lazy._LazyProtocol", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_infer_parameters of LazyModuleMixin", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_initialize_hook": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.lazy.LazyModuleMixin._initialize_hook", "name": "_initialize_hook", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_lazy_load_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.nn.modules.lazy.LazyModuleMixin._lazy_load_hook", "name": "_lazy_load_hook", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "arg_types": ["torch.nn.modules.lazy._LazyProtocol", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_lazy_load_hook of LazyModuleMixin", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_load_hook": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.lazy.LazyModuleMixin._load_hook", "name": "_load_hook", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_replicate_for_data_parallel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.lazy.LazyModuleMixin._replicate_for_data_parallel", "name": "_replicate_for_data_parallel", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.lazy._LazyProtocol"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replicate_for_data_parallel of LazyModuleMixin", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_save_to_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "destination", "prefix", "keep_vars"], "flags": [], "fullname": "torch.nn.modules.lazy.LazyModuleMixin._save_to_state_dict", "name": "_save_to_state_dict", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "destination", "prefix", "keep_vars"], "arg_types": ["torch.nn.modules.lazy._LazyProtocol", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_save_to_state_dict of LazyModuleMixin", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "cls_to_become": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.lazy.LazyModuleMixin.cls_to_become", "name": "cls_to_become", "type": {".class": "NoneType"}}}, "has_uninitialized_params": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.lazy.LazyModuleMixin.has_uninitialized_params", "name": "has_uninitialized_params", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.lazy._LazyProtocol"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "has_uninitialized_params of LazyModuleMixin", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "initialize_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.nn.modules.lazy.LazyModuleMixin.initialize_parameters", "name": "initialize_parameters", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["torch.nn.modules.lazy._LazyProtocol", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "initialize_parameters of LazyModuleMixin", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Protocol", "kind": "Gdef"}, "_LazyProtocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.lazy._LazyProtocol", "name": "_LazyProtocol", "type_vars": []}, "flags": ["is_protocol"], "fullname": "torch.nn.modules.lazy._LazyProtocol", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch.nn.modules.lazy", "mro": ["torch.nn.modules.lazy._LazyProtocol", "builtins.object"], "names": {".class": "SymbolTable", "_buffers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.nn.modules.lazy._LazyProtocol._buffers", "name": "_buffers", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_buffers", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.lazy._LazyProtocol"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_buffers of _LazyProtocol", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.lazy._LazyProtocol._get_name", "name": "_get_name", "type": null}}, "_infer_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "module", "input"], "flags": [], "fullname": "torch.nn.modules.lazy._LazyProtocol._infer_parameters", "name": "_infer_parameters", "type": null}}, "_initialize_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.nn.modules.lazy._LazyProtocol._initialize_hook", "name": "_initialize_hook", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_initialize_hook", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.lazy._LazyProtocol"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_initialize_hook of _LazyProtocol", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_lazy_load_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.nn.modules.lazy._LazyProtocol._lazy_load_hook", "name": "_lazy_load_hook", "type": null}}, "_load_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.nn.modules.lazy._LazyProtocol._load_hook", "name": "_load_hook", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_load_hook", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.lazy._LazyProtocol"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_load_hook of _LazyProtocol", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_non_persistent_buffers_set": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.nn.modules.lazy._LazyProtocol._non_persistent_buffers_set", "name": "_non_persistent_buffers_set", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_non_persistent_buffers_set", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.lazy._LazyProtocol"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_non_persistent_buffers_set of _LazyProtocol", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.nn.modules.lazy._LazyProtocol._parameters", "name": "_parameters", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_parameters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.lazy._LazyProtocol"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_parameters of _LazyProtocol", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_register_load_state_dict_pre_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "flags": [], "fullname": "torch.nn.modules.lazy._LazyProtocol._register_load_state_dict_pre_hook", "name": "_register_load_state_dict_pre_hook", "type": null}}, "register_forward_pre_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "flags": [], "fullname": "torch.nn.modules.lazy._LazyProtocol.register_forward_pre_hook", "name": "register_forward_pre_hook", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.lazy.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.lazy.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.lazy.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.lazy.__package__", "name": "__package__", "type": "builtins.str"}}, "is_lazy": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.is_lazy", "kind": "Gdef"}, "itertools": {".class": "SymbolTableNode", "cross_ref": "itertools", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/lazy.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/lazy.meta.json b/.mypy_cache/3.9/torch/nn/modules/lazy.meta.json deleted file mode 100644 index 7753c2593..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/lazy.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 5, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["itertools", "typing_extensions", "warnings", "torch", "torch.nn.parameter", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "abc", "torch._C", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "typing"], "hash": "2722a83112730da90cf8f1361d12c722522d5378e1941652c4d571923e3d5467", "id": "torch.nn.modules.lazy", "ignore_all": true, "interface_hash": "f676819c246a89fe7a13d7ae20ddc400249d476b437556239c86e659d9e589fa", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/lazy.py", "plugin_data": null, "size": 11542, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/linear.data.json b/.mypy_cache/3.9/torch/nn/modules/linear.data.json deleted file mode 100644 index f114f4954..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/linear.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.linear", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Bilinear": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.linear.Bilinear", "name": "Bilinear", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.linear.Bilinear", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.linear", "mro": ["torch.nn.modules.linear.Bilinear", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.linear.Bilinear.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "in1_features", "in2_features", "out_features", "bias", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.linear.Bilinear.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "in1_features", "in2_features", "out_features", "bias", "device", "dtype"], "arg_types": ["torch.nn.modules.linear.Bilinear", "builtins.int", "builtins.int", "builtins.int", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Bilinear", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "bias": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.linear.Bilinear.bias", "name": "bias", "type": "torch.nn.parameter.Parameter"}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.linear.Bilinear.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.linear.Bilinear"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of Bilinear", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input1", "input2"], "flags": [], "fullname": "torch.nn.modules.linear.Bilinear.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input1", "input2"], "arg_types": ["torch.nn.modules.linear.Bilinear", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Bilinear", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "in1_features": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.linear.Bilinear.in1_features", "name": "in1_features", "type": "builtins.int"}}, "in2_features": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.linear.Bilinear.in2_features", "name": "in2_features", "type": "builtins.int"}}, "out_features": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.linear.Bilinear.out_features", "name": "out_features", "type": "builtins.int"}}, "reset_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.linear.Bilinear.reset_parameters", "name": "reset_parameters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.linear.Bilinear"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_parameters of Bilinear", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.linear.Bilinear.weight", "name": "weight", "type": "torch._tensor.Tensor"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "Identity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.linear.Identity", "name": "Identity", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.linear.Identity", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.linear", "mro": ["torch.nn.modules.linear.Identity", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.nn.modules.linear.Identity.__init__", "name": "__init__", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.linear.Identity.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.linear.Identity", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Identity", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LazyLinear": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.linear.Linear"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.linear.LazyLinear", "name": "LazyLinear", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.linear.LazyLinear", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.linear", "mro": ["torch.nn.modules.linear.LazyLinear", "torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.linear.Linear", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "out_features", "bias", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.linear.LazyLinear.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "out_features", "bias", "device", "dtype"], "arg_types": ["torch.nn.modules.linear.LazyLinear", "builtins.int", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LazyLinear", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.linear.LazyLinear.bias", "name": "bias", "type": "torch.nn.parameter.UninitializedParameter"}}, "cls_to_become": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.linear.LazyLinear.cls_to_become", "name": "cls_to_become", "type": null}}, "initialize_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.linear.LazyLinear.initialize_parameters", "name": "initialize_parameters", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.linear.LazyLinear", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "initialize_parameters of LazyLinear", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reset_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.linear.LazyLinear.reset_parameters", "name": "reset_parameters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.linear.LazyLinear"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_parameters of LazyLinear", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.linear.LazyLinear.weight", "name": "weight", "type": "torch.nn.parameter.UninitializedParameter"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LazyModuleMixin": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.lazy.LazyModuleMixin", "kind": "Gdef"}, "Linear": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.linear.Linear", "name": "Linear", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.linear.Linear", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.linear", "mro": ["torch.nn.modules.linear.Linear", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.linear.Linear.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "in_features", "out_features", "bias", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.linear.Linear.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "in_features", "out_features", "bias", "device", "dtype"], "arg_types": ["torch.nn.modules.linear.Linear", "builtins.int", "builtins.int", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Linear", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "bias": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.linear.Linear.bias", "name": "bias", "type": "torch.nn.parameter.Parameter"}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.linear.Linear.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.linear.Linear"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of Linear", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.linear.Linear.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.linear.Linear", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Linear", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "in_features": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.linear.Linear.in_features", "name": "in_features", "type": "builtins.int"}}, "out_features": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.linear.Linear.out_features", "name": "out_features", "type": "builtins.int"}}, "reset_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.linear.Linear.reset_parameters", "name": "reset_parameters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.linear.Linear"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_parameters of Linear", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.linear.Linear.weight", "name": "weight", "type": "torch._tensor.Tensor"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "NonDynamicallyQuantizableLinear": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.linear.Linear"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.linear.NonDynamicallyQuantizableLinear", "name": "NonDynamicallyQuantizableLinear", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.linear.NonDynamicallyQuantizableLinear", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.linear", "mro": ["torch.nn.modules.linear.NonDynamicallyQuantizableLinear", "torch.nn.modules.linear.Linear", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "in_features", "out_features", "bias", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.linear.NonDynamicallyQuantizableLinear.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "in_features", "out_features", "bias", "device", "dtype"], "arg_types": ["torch.nn.modules.linear.NonDynamicallyQuantizableLinear", "builtins.int", "builtins.int", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of NonDynamicallyQuantizableLinear", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Parameter": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.Parameter", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "UninitializedParameter": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.UninitializedParameter", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.linear.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.linear.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.linear.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.linear.__package__", "name": "__package__", "type": "builtins.str"}}, "init": {".class": "SymbolTableNode", "cross_ref": "torch.nn.init", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/linear.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/linear.meta.json b/.mypy_cache/3.9/torch/nn/modules/linear.meta.json deleted file mode 100644 index d91370814..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/linear.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 5, 6, 6, 7, 8, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 20, 10, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["math", "torch", "torch.nn.parameter", "torch.nn", "torch.nn.functional", "torch.nn.init", "torch.nn.modules.module", "torch.nn.modules.lazy", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "typing"], "hash": "f9eacf14d5cd4747baa31f86ff8fec095e0c6cc4330c3840307378a7538110f4", "id": "torch.nn.modules.linear", "ignore_all": true, "interface_hash": "f2bfa9f4a297ceb30359cf2f5c1ce03be09e6a05df856d82a51c21620847350c", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/linear.py", "plugin_data": null, "size": 10341, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/loss.data.json b/.mypy_cache/3.9/torch/nn/modules/loss.data.json deleted file mode 100644 index 8f697c8d0..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/loss.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.loss", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "BCELoss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._WeightedLoss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.BCELoss", "name": "BCELoss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.BCELoss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.BCELoss", "torch.nn.modules.loss._WeightedLoss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.loss.BCELoss.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "weight", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.modules.loss.BCELoss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "weight", "size_average", "reduce", "reduction"], "arg_types": ["torch.nn.modules.loss.BCELoss", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BCELoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "flags": [], "fullname": "torch.nn.modules.loss.BCELoss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "arg_types": ["torch.nn.modules.loss.BCELoss", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of BCELoss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BCEWithLogitsLoss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._Loss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.BCEWithLogitsLoss", "name": "BCEWithLogitsLoss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.BCEWithLogitsLoss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.BCEWithLogitsLoss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "weight", "size_average", "reduce", "reduction", "pos_weight"], "flags": [], "fullname": "torch.nn.modules.loss.BCEWithLogitsLoss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "weight", "size_average", "reduce", "reduction", "pos_weight"], "arg_types": ["torch.nn.modules.loss.BCEWithLogitsLoss", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BCEWithLogitsLoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "flags": [], "fullname": "torch.nn.modules.loss.BCEWithLogitsLoss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "arg_types": ["torch.nn.modules.loss.BCEWithLogitsLoss", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of BCEWithLogitsLoss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "pos_weight": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.nn.modules.loss.BCEWithLogitsLoss.pos_weight", "name": "pos_weight", "type": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}}}, "weight": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.nn.modules.loss.BCEWithLogitsLoss.weight", "name": "weight", "type": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CTCLoss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._Loss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.CTCLoss", "name": "CTCLoss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.CTCLoss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.CTCLoss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.loss.CTCLoss.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "blank", "reduction", "zero_infinity"], "flags": [], "fullname": "torch.nn.modules.loss.CTCLoss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "blank", "reduction", "zero_infinity"], "arg_types": ["torch.nn.modules.loss.CTCLoss", "builtins.int", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CTCLoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "blank": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss.CTCLoss.blank", "name": "blank", "type": "builtins.int"}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "log_probs", "targets", "input_lengths", "target_lengths"], "flags": [], "fullname": "torch.nn.modules.loss.CTCLoss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "log_probs", "targets", "input_lengths", "target_lengths"], "arg_types": ["torch.nn.modules.loss.CTCLoss", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of CTCLoss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "zero_infinity": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss.CTCLoss.zero_infinity", "name": "zero_infinity", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "CosineEmbeddingLoss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._Loss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.CosineEmbeddingLoss", "name": "CosineEmbeddingLoss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.CosineEmbeddingLoss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.CosineEmbeddingLoss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.loss.CosineEmbeddingLoss.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "margin", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.modules.loss.CosineEmbeddingLoss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "margin", "size_average", "reduce", "reduction"], "arg_types": ["torch.nn.modules.loss.CosineEmbeddingLoss", "builtins.float", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CosineEmbeddingLoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input1", "input2", "target"], "flags": [], "fullname": "torch.nn.modules.loss.CosineEmbeddingLoss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input1", "input2", "target"], "arg_types": ["torch.nn.modules.loss.CosineEmbeddingLoss", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of CosineEmbeddingLoss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "margin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss.CosineEmbeddingLoss.margin", "name": "margin", "type": "builtins.float"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CrossEntropyLoss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._WeightedLoss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.CrossEntropyLoss", "name": "CrossEntropyLoss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.CrossEntropyLoss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.CrossEntropyLoss", "torch.nn.modules.loss._WeightedLoss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.loss.CrossEntropyLoss.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "weight", "size_average", "ignore_index", "reduce", "reduction", "label_smoothing"], "flags": [], "fullname": "torch.nn.modules.loss.CrossEntropyLoss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "weight", "size_average", "ignore_index", "reduce", "reduction", "label_smoothing"], "arg_types": ["torch.nn.modules.loss.CrossEntropyLoss", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CrossEntropyLoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "flags": [], "fullname": "torch.nn.modules.loss.CrossEntropyLoss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "arg_types": ["torch.nn.modules.loss.CrossEntropyLoss", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of CrossEntropyLoss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "ignore_index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss.CrossEntropyLoss.ignore_index", "name": "ignore_index", "type": "builtins.int"}}, "label_smoothing": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss.CrossEntropyLoss.label_smoothing", "name": "label_smoothing", "type": "builtins.float"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "GaussianNLLLoss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._Loss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.GaussianNLLLoss", "name": "GaussianNLLLoss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.GaussianNLLLoss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.GaussianNLLLoss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.loss.GaussianNLLLoss.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5], "arg_names": ["self", "full", "eps", "reduction"], "flags": [], "fullname": "torch.nn.modules.loss.GaussianNLLLoss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5], "arg_names": ["self", "full", "eps", "reduction"], "arg_types": ["torch.nn.modules.loss.GaussianNLLLoss", "builtins.bool", "builtins.float", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of GaussianNLLLoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "eps": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss.GaussianNLLLoss.eps", "name": "eps", "type": "builtins.float"}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "target", "var"], "flags": [], "fullname": "torch.nn.modules.loss.GaussianNLLLoss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "target", "var"], "arg_types": ["torch.nn.modules.loss.GaussianNLLLoss", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of GaussianNLLLoss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "full": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss.GaussianNLLLoss.full", "name": "full", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HingeEmbeddingLoss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._Loss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.HingeEmbeddingLoss", "name": "HingeEmbeddingLoss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.HingeEmbeddingLoss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.HingeEmbeddingLoss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.loss.HingeEmbeddingLoss.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "margin", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.modules.loss.HingeEmbeddingLoss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "margin", "size_average", "reduce", "reduction"], "arg_types": ["torch.nn.modules.loss.HingeEmbeddingLoss", "builtins.float", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of HingeEmbeddingLoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "flags": [], "fullname": "torch.nn.modules.loss.HingeEmbeddingLoss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "arg_types": ["torch.nn.modules.loss.HingeEmbeddingLoss", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of HingeEmbeddingLoss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "margin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss.HingeEmbeddingLoss.margin", "name": "margin", "type": "builtins.float"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HuberLoss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._Loss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.HuberLoss", "name": "HuberLoss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.HuberLoss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.HuberLoss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.loss.HuberLoss.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "reduction", "delta"], "flags": [], "fullname": "torch.nn.modules.loss.HuberLoss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "reduction", "delta"], "arg_types": ["torch.nn.modules.loss.HuberLoss", "builtins.str", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of HuberLoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "delta": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.loss.HuberLoss.delta", "name": "delta", "type": "builtins.float"}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "flags": [], "fullname": "torch.nn.modules.loss.HuberLoss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "arg_types": ["torch.nn.modules.loss.HuberLoss", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of HuberLoss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "KLDivLoss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._Loss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.KLDivLoss", "name": "KLDivLoss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.KLDivLoss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.KLDivLoss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.loss.KLDivLoss.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "size_average", "reduce", "reduction", "log_target"], "flags": [], "fullname": "torch.nn.modules.loss.KLDivLoss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "size_average", "reduce", "reduction", "log_target"], "arg_types": ["torch.nn.modules.loss.KLDivLoss", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of KLDivLoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "flags": [], "fullname": "torch.nn.modules.loss.KLDivLoss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "arg_types": ["torch.nn.modules.loss.KLDivLoss", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of KLDivLoss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log_target": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.loss.KLDivLoss.log_target", "name": "log_target", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "L1Loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._Loss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.L1Loss", "name": "L1Loss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.L1Loss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.L1Loss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.loss.L1Loss.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.modules.loss.L1Loss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "size_average", "reduce", "reduction"], "arg_types": ["torch.nn.modules.loss.L1Loss", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of L1Loss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "flags": [], "fullname": "torch.nn.modules.loss.L1Loss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "arg_types": ["torch.nn.modules.loss.L1Loss", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of L1Loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MSELoss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._Loss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.MSELoss", "name": "MSELoss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.MSELoss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.MSELoss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.loss.MSELoss.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.modules.loss.MSELoss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "size_average", "reduce", "reduction"], "arg_types": ["torch.nn.modules.loss.MSELoss", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MSELoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "flags": [], "fullname": "torch.nn.modules.loss.MSELoss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "arg_types": ["torch.nn.modules.loss.MSELoss", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of MSELoss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MarginRankingLoss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._Loss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.MarginRankingLoss", "name": "MarginRankingLoss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.MarginRankingLoss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.MarginRankingLoss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.loss.MarginRankingLoss.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "margin", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.modules.loss.MarginRankingLoss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "margin", "size_average", "reduce", "reduction"], "arg_types": ["torch.nn.modules.loss.MarginRankingLoss", "builtins.float", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MarginRankingLoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input1", "input2", "target"], "flags": [], "fullname": "torch.nn.modules.loss.MarginRankingLoss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input1", "input2", "target"], "arg_types": ["torch.nn.modules.loss.MarginRankingLoss", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of MarginRankingLoss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "margin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss.MarginRankingLoss.margin", "name": "margin", "type": "builtins.float"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "MultiLabelMarginLoss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._Loss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.MultiLabelMarginLoss", "name": "MultiLabelMarginLoss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.MultiLabelMarginLoss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.MultiLabelMarginLoss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.loss.MultiLabelMarginLoss.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.modules.loss.MultiLabelMarginLoss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "size_average", "reduce", "reduction"], "arg_types": ["torch.nn.modules.loss.MultiLabelMarginLoss", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MultiLabelMarginLoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "flags": [], "fullname": "torch.nn.modules.loss.MultiLabelMarginLoss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "arg_types": ["torch.nn.modules.loss.MultiLabelMarginLoss", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of MultiLabelMarginLoss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MultiLabelSoftMarginLoss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._WeightedLoss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.MultiLabelSoftMarginLoss", "name": "MultiLabelSoftMarginLoss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.MultiLabelSoftMarginLoss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.MultiLabelSoftMarginLoss", "torch.nn.modules.loss._WeightedLoss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.loss.MultiLabelSoftMarginLoss.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "weight", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.modules.loss.MultiLabelSoftMarginLoss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "weight", "size_average", "reduce", "reduction"], "arg_types": ["torch.nn.modules.loss.MultiLabelSoftMarginLoss", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MultiLabelSoftMarginLoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "flags": [], "fullname": "torch.nn.modules.loss.MultiLabelSoftMarginLoss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "arg_types": ["torch.nn.modules.loss.MultiLabelSoftMarginLoss", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of MultiLabelSoftMarginLoss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MultiMarginLoss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._WeightedLoss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.MultiMarginLoss", "name": "MultiMarginLoss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.MultiMarginLoss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.MultiMarginLoss", "torch.nn.modules.loss._WeightedLoss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.loss.MultiMarginLoss.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "p", "margin", "weight", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.modules.loss.MultiMarginLoss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "p", "margin", "weight", "size_average", "reduce", "reduction"], "arg_types": ["torch.nn.modules.loss.MultiMarginLoss", "builtins.int", "builtins.float", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MultiMarginLoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "flags": [], "fullname": "torch.nn.modules.loss.MultiMarginLoss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "arg_types": ["torch.nn.modules.loss.MultiMarginLoss", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of MultiMarginLoss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "margin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss.MultiMarginLoss.margin", "name": "margin", "type": "builtins.float"}}, "p": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss.MultiMarginLoss.p", "name": "p", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NLLLoss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._WeightedLoss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.NLLLoss", "name": "NLLLoss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.NLLLoss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.NLLLoss", "torch.nn.modules.loss._WeightedLoss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.loss.NLLLoss.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "weight", "size_average", "ignore_index", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.modules.loss.NLLLoss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "weight", "size_average", "ignore_index", "reduce", "reduction"], "arg_types": ["torch.nn.modules.loss.NLLLoss", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of NLLLoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "flags": [], "fullname": "torch.nn.modules.loss.NLLLoss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "arg_types": ["torch.nn.modules.loss.NLLLoss", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of NLLLoss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "ignore_index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss.NLLLoss.ignore_index", "name": "ignore_index", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NLLLoss2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss.NLLLoss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.NLLLoss2d", "name": "NLLLoss2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.NLLLoss2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.NLLLoss2d", "torch.nn.modules.loss.NLLLoss", "torch.nn.modules.loss._WeightedLoss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "weight", "size_average", "ignore_index", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.modules.loss.NLLLoss2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "weight", "size_average", "ignore_index", "reduce", "reduction"], "arg_types": ["torch.nn.modules.loss.NLLLoss2d", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of NLLLoss2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "PairwiseDistance": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.distance.PairwiseDistance", "kind": "Gdef"}, "PoissonNLLLoss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._Loss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.PoissonNLLLoss", "name": "PoissonNLLLoss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.PoissonNLLLoss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.PoissonNLLLoss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.loss.PoissonNLLLoss.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "log_input", "full", "size_average", "eps", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.modules.loss.PoissonNLLLoss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "log_input", "full", "size_average", "eps", "reduce", "reduction"], "arg_types": ["torch.nn.modules.loss.PoissonNLLLoss", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.float", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PoissonNLLLoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "eps": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss.PoissonNLLLoss.eps", "name": "eps", "type": "builtins.float"}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "log_input", "target"], "flags": [], "fullname": "torch.nn.modules.loss.PoissonNLLLoss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "log_input", "target"], "arg_types": ["torch.nn.modules.loss.PoissonNLLLoss", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of PoissonNLLLoss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "full": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss.PoissonNLLLoss.full", "name": "full", "type": "builtins.bool"}}, "log_input": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss.PoissonNLLLoss.log_input", "name": "log_input", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SmoothL1Loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._Loss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.SmoothL1Loss", "name": "SmoothL1Loss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.SmoothL1Loss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.SmoothL1Loss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.loss.SmoothL1Loss.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "size_average", "reduce", "reduction", "beta"], "flags": [], "fullname": "torch.nn.modules.loss.SmoothL1Loss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "size_average", "reduce", "reduction", "beta"], "arg_types": ["torch.nn.modules.loss.SmoothL1Loss", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SmoothL1Loss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "beta": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.loss.SmoothL1Loss.beta", "name": "beta", "type": "builtins.float"}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "flags": [], "fullname": "torch.nn.modules.loss.SmoothL1Loss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "arg_types": ["torch.nn.modules.loss.SmoothL1Loss", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of SmoothL1Loss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SoftMarginLoss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._Loss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.SoftMarginLoss", "name": "SoftMarginLoss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.SoftMarginLoss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.SoftMarginLoss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.loss.SoftMarginLoss.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.modules.loss.SoftMarginLoss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "size_average", "reduce", "reduction"], "arg_types": ["torch.nn.modules.loss.SoftMarginLoss", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SoftMarginLoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "flags": [], "fullname": "torch.nn.modules.loss.SoftMarginLoss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "target"], "arg_types": ["torch.nn.modules.loss.SoftMarginLoss", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of SoftMarginLoss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "TripletMarginLoss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._Loss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.TripletMarginLoss", "name": "TripletMarginLoss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.TripletMarginLoss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.TripletMarginLoss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.loss.TripletMarginLoss.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "margin", "p", "eps", "swap", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.modules.loss.TripletMarginLoss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "margin", "p", "eps", "swap", "size_average", "reduce", "reduction"], "arg_types": ["torch.nn.modules.loss.TripletMarginLoss", "builtins.float", "builtins.float", "builtins.float", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TripletMarginLoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "eps": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss.TripletMarginLoss.eps", "name": "eps", "type": "builtins.float"}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "anchor", "positive", "negative"], "flags": [], "fullname": "torch.nn.modules.loss.TripletMarginLoss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "anchor", "positive", "negative"], "arg_types": ["torch.nn.modules.loss.TripletMarginLoss", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of TripletMarginLoss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "margin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss.TripletMarginLoss.margin", "name": "margin", "type": "builtins.float"}}, "p": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss.TripletMarginLoss.p", "name": "p", "type": "builtins.float"}}, "swap": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss.TripletMarginLoss.swap", "name": "swap", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TripletMarginWithDistanceLoss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._Loss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss.TripletMarginWithDistanceLoss", "name": "TripletMarginWithDistanceLoss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss.TripletMarginWithDistanceLoss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss.TripletMarginWithDistanceLoss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.loss.TripletMarginWithDistanceLoss.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["self", "distance_function", "margin", "swap", "reduction"], "flags": [], "fullname": "torch.nn.modules.loss.TripletMarginWithDistanceLoss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["self", "distance_function", "margin", "swap", "reduction"], "arg_types": ["torch.nn.modules.loss.TripletMarginWithDistanceLoss", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.float", "builtins.bool", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TripletMarginWithDistanceLoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "distance_function": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.nn.modules.loss.TripletMarginWithDistanceLoss.distance_function", "name": "distance_function", "type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}, {".class": "NoneType"}]}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "anchor", "positive", "negative"], "flags": [], "fullname": "torch.nn.modules.loss.TripletMarginWithDistanceLoss.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "anchor", "positive", "negative"], "arg_types": ["torch.nn.modules.loss.TripletMarginWithDistanceLoss", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of TripletMarginWithDistanceLoss", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "margin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss.TripletMarginWithDistanceLoss.margin", "name": "margin", "type": "builtins.float"}}, "swap": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss.TripletMarginWithDistanceLoss.swap", "name": "swap", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Loss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss._Loss", "name": "_Loss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss._Loss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.modules.loss._Loss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "size_average", "reduce", "reduction"], "arg_types": ["torch.nn.modules.loss._Loss", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _Loss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reduction": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.loss._Loss.reduction", "name": "reduction", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Reduction": {".class": "SymbolTableNode", "cross_ref": "torch.nn._reduction", "kind": "Gdef"}, "_WeightedLoss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.loss._Loss"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.loss._WeightedLoss", "name": "_WeightedLoss", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.loss._WeightedLoss", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.loss", "mro": ["torch.nn.modules.loss._WeightedLoss", "torch.nn.modules.loss._Loss", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "weight", "size_average", "reduce", "reduction"], "flags": [], "fullname": "torch.nn.modules.loss._WeightedLoss.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "weight", "size_average", "reduce", "reduction"], "arg_types": ["torch.nn.modules.loss._WeightedLoss", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _WeightedLoss", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "weight": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.nn.modules.loss._WeightedLoss.weight", "name": "weight", "type": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.loss.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.loss.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.loss.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.loss.__package__", "name": "__package__", "type": "builtins.str"}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/loss.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/loss.meta.json b/.mypy_cache/3.9/torch/nn/modules/loss.meta.json deleted file mode 100644 index ff79dcfd9..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/loss.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 5, 5, 6, 8, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 20, 10, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["warnings", "torch.nn.modules.distance", "torch.nn.modules.module", "torch.nn", "torch.nn.functional", "torch.nn._reduction", "torch", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "abc", "torch._C", "torch._tensor"], "hash": "69c04d18ce4dc1e7c2aa3362857663e9345e86eaeb18d81baa4031d0254f9601", "id": "torch.nn.modules.loss", "ignore_all": true, "interface_hash": "e540d2980b2e329a80374e0cfa842cc1990743e4c7d6d2474eaba3842a3309bc", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/loss.py", "plugin_data": null, "size": 88112, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/module.data.json b/.mypy_cache/3.9/torch/nn/modules/module.data.json deleted file mode 100644 index 8df2f6019..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/module.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.module", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "IncompatibleKeys@20": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.module.IncompatibleKeys@20", "name": "IncompatibleKeys@20", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch.nn.modules.module.IncompatibleKeys@20", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["missing_keys", "unexpected_keys"]}}, "module_name": "torch.nn.modules.module", "mro": ["torch.nn.modules.module.IncompatibleKeys@20", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch.nn.modules.module.IncompatibleKeys@20._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.module.IncompatibleKeys@20.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.module.IncompatibleKeys@20.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "missing_keys", "unexpected_keys"], "flags": [], "fullname": "torch.nn.modules.module.IncompatibleKeys@20.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "missing_keys", "unexpected_keys"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.IncompatibleKeys@20._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of IncompatibleKeys@20", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.IncompatibleKeys@20._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.IncompatibleKeys@20._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch.nn.modules.module.IncompatibleKeys@20._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.IncompatibleKeys@20._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of IncompatibleKeys@20", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.IncompatibleKeys@20._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.module.IncompatibleKeys@20._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.module.IncompatibleKeys@20._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.module.IncompatibleKeys@20._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.modules.module.IncompatibleKeys@20._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.IncompatibleKeys@20._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of IncompatibleKeys@20", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.IncompatibleKeys@20._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.IncompatibleKeys@20._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch.nn.modules.module.IncompatibleKeys@20._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.IncompatibleKeys@20._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of IncompatibleKeys@20", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.IncompatibleKeys@20._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.IncompatibleKeys@20._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "missing_keys", "unexpected_keys"], "flags": [], "fullname": "torch.nn.modules.module.IncompatibleKeys@20._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "missing_keys", "unexpected_keys"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.IncompatibleKeys@20._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of IncompatibleKeys@20", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.IncompatibleKeys@20._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.IncompatibleKeys@20._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.module.IncompatibleKeys@20._source", "name": "_source", "type": "builtins.str"}}, "missing_keys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.nn.modules.module.IncompatibleKeys@20.missing_keys", "name": "missing_keys", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "unexpected_keys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.nn.modules.module.IncompatibleKeys@20.unexpected_keys", "name": "unexpected_keys", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.module.Module", "name": "Module", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.module.Module", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.module", "mro": ["torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "T_destination": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch.nn.modules.module.Module.T_destination", "name": "T_destination", "upper_bound": {".class": "Instance", "args": ["builtins.str", "torch._tensor.Tensor"], "type_ref": "typing.Mapping"}, "values": [], "variance": 0}}, "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.module.Module.__call__", "name": "__call__", "type": {".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", "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": []}}}, "__delattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch.nn.modules.module.Module.__delattr__", "name": "__delattr__", "type": null}}, "__dir__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.module.Module.__dir__", "name": "__dir__", "type": null}}, "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch.nn.modules.module.Module.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch.nn.modules.module.Module", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of Module", "ret_type": {".class": "UnionType", "items": ["torch._tensor.Tensor", "torch.nn.modules.module.Module"]}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.module.Module.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Module", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.module.Module.__repr__", "name": "__repr__", "type": null}}, "__setattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "torch.nn.modules.module.Module.__setattr__", "name": "__setattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["torch.nn.modules.module.Module", "builtins.str", {".class": "UnionType", "items": ["torch._tensor.Tensor", "torch.nn.modules.module.Module"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setattr__ of Module", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch.nn.modules.module.Module.__setstate__", "name": "__setstate__", "type": null}}, "_apply": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fn"], "flags": [], "fullname": "torch.nn.modules.module.Module._apply", "name": "_apply", "type": null}}, "_backward_hooks": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.nn.modules.module.Module._backward_hooks", "name": "_backward_hooks", "type": {".class": "Instance", "args": ["builtins.int", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.dict"}}}, "_buffers": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.nn.modules.module.Module._buffers", "name": "_buffers", "type": {".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "type_ref": "builtins.dict"}}}, "_call_impl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "input", "kwargs"], "flags": [], "fullname": "torch.nn.modules.module.Module._call_impl", "name": "_call_impl", "type": null}}, "_forward_hooks": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.nn.modules.module.Module._forward_hooks", "name": "_forward_hooks", "type": {".class": "Instance", "args": ["builtins.int", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.dict"}}}, "_forward_pre_hooks": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.nn.modules.module.Module._forward_pre_hooks", "name": "_forward_pre_hooks", "type": {".class": "Instance", "args": ["builtins.int", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.dict"}}}, "_get_backward_hooks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.module.Module._get_backward_hooks", "name": "_get_backward_hooks", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.module.Module._get_name", "name": "_get_name", "type": null}}, "_is_full_backward_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.module.Module._is_full_backward_hook", "name": "_is_full_backward_hook", "type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.nn.modules.module.Module._load_from_state_dict", "name": "_load_from_state_dict", "type": null}}, "_load_state_dict_pre_hooks": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.nn.modules.module.Module._load_state_dict_pre_hooks", "name": "_load_state_dict_pre_hooks", "type": {".class": "Instance", "args": ["builtins.int", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.dict"}}}, "_maybe_warn_non_full_backward_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "inputs", "result", "grad_fn"], "flags": [], "fullname": "torch.nn.modules.module.Module._maybe_warn_non_full_backward_hook", "name": "_maybe_warn_non_full_backward_hook", "type": null}}, "_modules": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.nn.modules.module.Module._modules", "name": "_modules", "type": {".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["torch.nn.modules.module.Module", {".class": "NoneType"}]}], "type_ref": "builtins.dict"}}}, "_named_members": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "get_members_fn", "prefix", "recurse"], "flags": ["is_generator"], "fullname": "torch.nn.modules.module.Module._named_members", "name": "_named_members", "type": null}}, "_non_persistent_buffers_set": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.nn.modules.module.Module._non_persistent_buffers_set", "name": "_non_persistent_buffers_set", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "_parameters": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.nn.modules.module.Module._parameters", "name": "_parameters", "type": {".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["torch.nn.parameter.Parameter", {".class": "NoneType"}]}], "type_ref": "builtins.dict"}}}, "_register_load_state_dict_pre_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "hook", "with_module"], "flags": [], "fullname": "torch.nn.modules.module.Module._register_load_state_dict_pre_hook", "name": "_register_load_state_dict_pre_hook", "type": null}}, "_register_state_dict_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "flags": [], "fullname": "torch.nn.modules.module.Module._register_state_dict_hook", "name": "_register_state_dict_hook", "type": null}}, "_replicate_for_data_parallel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.module.Module._replicate_for_data_parallel", "name": "_replicate_for_data_parallel", "type": null}}, "_save_to_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "destination", "prefix", "keep_vars"], "flags": [], "fullname": "torch.nn.modules.module.Module._save_to_state_dict", "name": "_save_to_state_dict", "type": null}}, "_slow_forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "input", "kwargs"], "flags": [], "fullname": "torch.nn.modules.module.Module._slow_forward", "name": "_slow_forward", "type": null}}, "_state_dict_hooks": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.nn.modules.module.Module._state_dict_hooks", "name": "_state_dict_hooks", "type": {".class": "Instance", "args": ["builtins.int", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.dict"}}}, "_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.module.Module._version", "name": "_version", "type": "builtins.int"}}, "add_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "module"], "flags": [], "fullname": "torch.nn.modules.module.Module.add_module", "name": "add_module", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "module"], "arg_types": ["torch.nn.modules.module.Module", "builtins.str", {".class": "UnionType", "items": ["torch.nn.modules.module.Module", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_module of Module", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "apply": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fn"], "flags": [], "fullname": "torch.nn.modules.module.Module.apply", "name": "apply", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fn"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "apply of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}}, "bfloat16": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.module.Module.bfloat16", "name": "bfloat16", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bfloat16 of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}}, "buffers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "recurse"], "flags": ["is_generator"], "fullname": "torch.nn.modules.module.Module.buffers", "name": "buffers", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "recurse"], "arg_types": ["torch.nn.modules.module.Module", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "buffers of Module", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "children": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_generator"], "fullname": "torch.nn.modules.module.Module.children", "name": "children", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "children of Module", "ret_type": {".class": "Instance", "args": ["torch.nn.modules.module.Module"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "cpu": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.module.Module.cpu", "name": "cpu", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cpu of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}}, "cuda": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "device"], "flags": [], "fullname": "torch.nn.modules.module.Module.cuda", "name": "cuda", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "device"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.int", "torch._C.device", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cuda of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}}, "double": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.module.Module.double", "name": "double", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "double of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}}, "dump_patches": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.module.Module.dump_patches", "name": "dump_patches", "type": "builtins.bool"}}, "eval": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.module.Module.eval", "name": "eval", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eval of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.module.Module.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of Module", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.module.Module.float", "name": "float", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "float of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.module.Module.forward", "name": "forward", "type": {".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", "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": []}}}, "get_buffer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "target"], "flags": [], "fullname": "torch.nn.modules.module.Module.get_buffer", "name": "get_buffer", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "target"], "arg_types": ["torch.nn.modules.module.Module", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_buffer of Module", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "get_extra_state": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.module.Module.get_extra_state", "name": "get_extra_state", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_extra_state of Module", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "get_parameter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "target"], "flags": [], "fullname": "torch.nn.modules.module.Module.get_parameter", "name": "get_parameter", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "target"], "arg_types": ["torch.nn.modules.module.Module", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_parameter of Module", "ret_type": "torch.nn.parameter.Parameter", "type_guard": null, "variables": []}}}, "get_submodule": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "target"], "flags": [], "fullname": "torch.nn.modules.module.Module.get_submodule", "name": "get_submodule", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "target"], "arg_types": ["torch.nn.modules.module.Module", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_submodule of Module", "ret_type": "torch.nn.modules.module.Module", "type_guard": null, "variables": []}}}, "half": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.module.Module.half", "name": "half", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "half of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}}, "load_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "state_dict", "strict"], "flags": [], "fullname": "torch.nn.modules.module.Module.load_state_dict", "name": "load_state_dict", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "state_dict", "strict"], "arg_types": ["torch.nn.modules.module.Module", {".class": "Instance", "args": ["builtins.str", "torch._tensor.Tensor"], "type_ref": "collections.OrderedDict"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_state_dict of Module", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "modules": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_generator"], "fullname": "torch.nn.modules.module.Module.modules", "name": "modules", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "modules of Module", "ret_type": {".class": "Instance", "args": ["torch.nn.modules.module.Module"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "named_buffers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "prefix", "recurse"], "flags": ["is_generator"], "fullname": "torch.nn.modules.module.Module.named_buffers", "name": "named_buffers", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "prefix", "recurse"], "arg_types": ["torch.nn.modules.module.Module", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "named_buffers of Module", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "torch._tensor.Tensor"], "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.Iterator"}, "type_guard": null, "variables": []}}}, "named_children": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_generator"], "fullname": "torch.nn.modules.module.Module.named_children", "name": "named_children", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "named_children of Module", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "torch.nn.modules.module.Module"], "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.Iterator"}, "type_guard": null, "variables": []}}}, "named_modules": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "memo", "prefix", "remove_duplicate"], "flags": ["is_generator"], "fullname": "torch.nn.modules.module.Module.named_modules", "name": "named_modules", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "memo", "prefix", "remove_duplicate"], "arg_types": ["torch.nn.modules.module.Module", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch.nn.modules.module.Module"], "type_ref": "builtins.set"}, {".class": "NoneType"}]}, "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "named_modules of Module", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "named_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "prefix", "recurse"], "flags": ["is_generator"], "fullname": "torch.nn.modules.module.Module.named_parameters", "name": "named_parameters", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "prefix", "recurse"], "arg_types": ["torch.nn.modules.module.Module", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "named_parameters of Module", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "torch.nn.parameter.Parameter"], "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.Iterator"}, "type_guard": null, "variables": []}}}, "parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "recurse"], "flags": ["is_generator"], "fullname": "torch.nn.modules.module.Module.parameters", "name": "parameters", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "recurse"], "arg_types": ["torch.nn.modules.module.Module", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parameters of Module", "ret_type": {".class": "Instance", "args": ["torch.nn.parameter.Parameter"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "register_backward_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "flags": [], "fullname": "torch.nn.modules.module.Module.register_backward_hook", "name": "register_backward_hook", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "arg_types": ["torch.nn.modules.module.Module", {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["torch.nn.modules.module.Module", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.modules.module._grad_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.modules.module._grad_t"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": [{".class": "NoneType"}, "torch._tensor.Tensor"]}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_backward_hook of Module", "ret_type": "torch.utils.hooks.RemovableHandle", "type_guard": null, "variables": []}}}, "register_buffer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "tensor", "persistent"], "flags": [], "fullname": "torch.nn.modules.module.Module.register_buffer", "name": "register_buffer", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "tensor", "persistent"], "arg_types": ["torch.nn.modules.module.Module", "builtins.str", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_buffer of Module", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "register_forward_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "flags": [], "fullname": "torch.nn.modules.module.Module.register_forward_hook", "name": "register_forward_hook", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "arg_types": ["torch.nn.modules.module.Module", {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_forward_hook of Module", "ret_type": "torch.utils.hooks.RemovableHandle", "type_guard": null, "variables": []}}}, "register_forward_pre_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "flags": [], "fullname": "torch.nn.modules.module.Module.register_forward_pre_hook", "name": "register_forward_pre_hook", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "arg_types": ["torch.nn.modules.module.Module", {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_forward_pre_hook of Module", "ret_type": "torch.utils.hooks.RemovableHandle", "type_guard": null, "variables": []}}}, "register_full_backward_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "flags": [], "fullname": "torch.nn.modules.module.Module.register_full_backward_hook", "name": "register_full_backward_hook", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "arg_types": ["torch.nn.modules.module.Module", {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["torch.nn.modules.module.Module", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.modules.module._grad_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.modules.module._grad_t"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": [{".class": "NoneType"}, "torch._tensor.Tensor"]}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_full_backward_hook of Module", "ret_type": "torch.utils.hooks.RemovableHandle", "type_guard": null, "variables": []}}}, "register_parameter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "param"], "flags": [], "fullname": "torch.nn.modules.module.Module.register_parameter", "name": "register_parameter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "param"], "arg_types": ["torch.nn.modules.module.Module", "builtins.str", {".class": "UnionType", "items": ["torch.nn.parameter.Parameter", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_parameter of Module", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "requires_grad_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "requires_grad"], "flags": [], "fullname": "torch.nn.modules.module.Module.requires_grad_", "name": "requires_grad_", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "requires_grad"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "requires_grad_ of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}}, "set_extra_state": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch.nn.modules.module.Module.set_extra_state", "name": "set_extra_state", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "arg_types": ["torch.nn.modules.module.Module", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_extra_state of Module", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "share_memory": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.module.Module.share_memory", "name": "share_memory", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "share_memory of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}}, "state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch.nn.modules.module.Module.state_dict", "impl": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "destination", "prefix", "keep_vars"], "flags": ["is_overload"], "fullname": "torch.nn.modules.module.Module.state_dict", "name": "state_dict", "type": null}, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "destination", "prefix", "keep_vars"], "flags": ["is_overload", "is_decorated"], "fullname": "torch.nn.modules.module.Module.state_dict", "name": "state_dict", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "destination", "prefix", "keep_vars"], "arg_types": ["torch.nn.modules.module.Module", {".class": "TypeVarType", "fullname": "torch.nn.modules.module.Module.T_destination", "id": -1, "name": "T_destination", "upper_bound": {".class": "Instance", "args": ["builtins.str", "torch._tensor.Tensor"], "type_ref": "typing.Mapping"}, "values": [], "variance": 0}, "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "state_dict of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.Module.T_destination", "id": -1, "name": "T_destination", "upper_bound": {".class": "Instance", "args": ["builtins.str", "torch._tensor.Tensor"], "type_ref": "typing.Mapping"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.Module.T_destination", "id": -1, "name": "T_destination", "upper_bound": {".class": "Instance", "args": ["builtins.str", "torch._tensor.Tensor"], "type_ref": "typing.Mapping"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "state_dict", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "prefix", "keep_vars"], "flags": ["is_overload", "is_decorated"], "fullname": "torch.nn.modules.module.Module.state_dict", "name": "state_dict", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "prefix", "keep_vars"], "arg_types": ["torch.nn.modules.module.Module", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "state_dict of Module", "ret_type": {".class": "Instance", "args": ["builtins.str", "torch._tensor.Tensor"], "type_ref": "collections.OrderedDict"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "state_dict", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "destination", "prefix", "keep_vars"], "arg_types": ["torch.nn.modules.module.Module", {".class": "TypeVarType", "fullname": "torch.nn.modules.module.Module.T_destination", "id": -1, "name": "T_destination", "upper_bound": {".class": "Instance", "args": ["builtins.str", "torch._tensor.Tensor"], "type_ref": "typing.Mapping"}, "values": [], "variance": 0}, "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "state_dict of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.Module.T_destination", "id": -1, "name": "T_destination", "upper_bound": {".class": "Instance", "args": ["builtins.str", "torch._tensor.Tensor"], "type_ref": "typing.Mapping"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.Module.T_destination", "id": -1, "name": "T_destination", "upper_bound": {".class": "Instance", "args": ["builtins.str", "torch._tensor.Tensor"], "type_ref": "typing.Mapping"}, "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "prefix", "keep_vars"], "arg_types": ["torch.nn.modules.module.Module", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "state_dict of Module", "ret_type": {".class": "Instance", "args": ["builtins.str", "torch._tensor.Tensor"], "type_ref": "collections.OrderedDict"}, "type_guard": null, "variables": []}]}}}, "to": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch.nn.modules.module.Module.to", "impl": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": ["is_overload"], "fullname": "torch.nn.modules.module.Module.to", "name": "to", "type": null}, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "device", "dtype", "non_blocking"], "flags": ["is_overload", "is_decorated"], "fullname": "torch.nn.modules.module.Module.to", "name": "to", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "device", "dtype", "non_blocking"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.int", "torch._C.device", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "to", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "non_blocking"], "flags": ["is_overload", "is_decorated"], "fullname": "torch.nn.modules.module.Module.to", "name": "to", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "non_blocking"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, {".class": "UnionType", "items": ["torch._C.dtype", "builtins.str"]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "to", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensor", "non_blocking"], "flags": ["is_overload", "is_decorated"], "fullname": "torch.nn.modules.module.Module.to", "name": "to", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensor", "non_blocking"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "to", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "device", "dtype", "non_blocking"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.int", "torch._C.device", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "non_blocking"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, {".class": "UnionType", "items": ["torch._C.dtype", "builtins.str"]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "tensor", "non_blocking"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}]}}}, "to_empty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 3], "arg_names": ["self", "device"], "flags": [], "fullname": "torch.nn.modules.module.Module.to_empty", "name": "to_empty", "type": {".class": "CallableType", "arg_kinds": [0, 3], "arg_names": ["self", "device"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.str", "torch._C.device"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to_empty of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}}, "train": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "mode"], "flags": [], "fullname": "torch.nn.modules.module.Module.train", "name": "train", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "mode"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "train of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}}, "training": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.module.Module.training", "name": "training", "type": "builtins.bool"}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dst_type"], "flags": [], "fullname": "torch.nn.modules.module.Module.type", "name": "type", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dst_type"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, {".class": "UnionType", "items": ["torch._C.dtype", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "type of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}}, "xpu": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "device"], "flags": [], "fullname": "torch.nn.modules.module.Module.xpu", "name": "xpu", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "device"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.int", "torch._C.device", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xpu of Module", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.modules.module.T", "id": -1, "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}}, "zero_grad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "flags": [], "fullname": "torch.nn.modules.module.Module.zero_grad", "name": "zero_grad", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "arg_types": ["torch.nn.modules.module.Module", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zero_grad of Module", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "OrderedDict": {".class": "SymbolTableNode", "cross_ref": "collections.OrderedDict", "kind": "Gdef"}, "Parameter": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.Parameter", "kind": "Gdef"}, "RemovableHandle": {".class": "SymbolTableNode", "cross_ref": "torch.utils.hooks.RemovableHandle", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "torch.nn.modules.module.T", "name": "T", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_EXTRA_STATE_KEY_SUFFIX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.module._EXTRA_STATE_KEY_SUFFIX", "name": "_EXTRA_STATE_KEY_SUFFIX", "type": "builtins.str"}}, "_IncompatibleKeys": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.IncompatibleKeys@20"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.module._IncompatibleKeys", "name": "_IncompatibleKeys", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.module._IncompatibleKeys", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch.nn.modules.module", "mro": ["torch.nn.modules.module._IncompatibleKeys", "torch.nn.modules.module.IncompatibleKeys@20", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.module._IncompatibleKeys.__repr__", "name": "__repr__", "type": null}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.module._IncompatibleKeys.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.modules.module._IncompatibleKeys"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.modules.module.IncompatibleKeys@20"}, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.module.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.module.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.module.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.module.__package__", "name": "__package__", "type": "builtins.str"}}, "_addindent": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["s_", "numSpaces"], "flags": [], "fullname": "torch.nn.modules.module._addindent", "name": "_addindent", "type": null}}, "_forward_unimplemented": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.module._forward_unimplemented", "name": "_forward_unimplemented", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "input"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_forward_unimplemented", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_global_backward_hooks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.module._global_backward_hooks", "name": "_global_backward_hooks", "type": {".class": "Instance", "args": ["builtins.int", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.dict"}}}, "_global_forward_hooks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.module._global_forward_hooks", "name": "_global_forward_hooks", "type": {".class": "Instance", "args": ["builtins.int", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.dict"}}}, "_global_forward_pre_hooks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.module._global_forward_pre_hooks", "name": "_global_forward_pre_hooks", "type": {".class": "Instance", "args": ["builtins.int", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.dict"}}}, "_global_is_full_backward_hook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.module._global_is_full_backward_hook", "name": "_global_is_full_backward_hook", "type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}}}, "_grad_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.modules.module._grad_t", "line": 14, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, "torch._tensor.Tensor"]}}}, "device": {".class": "SymbolTableNode", "cross_ref": "torch._C.device", "kind": "Gdef"}, "dtype": {".class": "SymbolTableNode", "cross_ref": "torch._C.dtype", "kind": "Gdef"}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "hooks": {".class": "SymbolTableNode", "cross_ref": "torch.utils.hooks", "kind": "Gdef"}, "itertools": {".class": "SymbolTableNode", "cross_ref": "itertools", "kind": "Gdef"}, "namedtuple": {".class": "SymbolTableNode", "cross_ref": "collections.namedtuple", "kind": "Gdef"}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef"}, "register_module_backward_hook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["hook"], "flags": [], "fullname": "torch.nn.modules.module.register_module_backward_hook", "name": "register_module_backward_hook", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["hook"], "arg_types": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["torch.nn.modules.module.Module", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.modules.module._grad_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.modules.module._grad_t"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": [{".class": "NoneType"}, "torch._tensor.Tensor"]}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_module_backward_hook", "ret_type": "torch.utils.hooks.RemovableHandle", "type_guard": null, "variables": []}}}, "register_module_forward_hook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["hook"], "flags": [], "fullname": "torch.nn.modules.module.register_module_forward_hook", "name": "register_module_forward_hook", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["hook"], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_module_forward_hook", "ret_type": "torch.utils.hooks.RemovableHandle", "type_guard": null, "variables": []}}}, "register_module_forward_pre_hook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["hook"], "flags": [], "fullname": "torch.nn.modules.module.register_module_forward_pre_hook", "name": "register_module_forward_pre_hook", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["hook"], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_module_forward_pre_hook", "ret_type": "torch.utils.hooks.RemovableHandle", "type_guard": null, "variables": []}}}, "register_module_full_backward_hook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["hook"], "flags": [], "fullname": "torch.nn.modules.module.register_module_full_backward_hook", "name": "register_module_full_backward_hook", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["hook"], "arg_types": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["torch.nn.modules.module.Module", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.modules.module._grad_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.modules.module._grad_t"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": [{".class": "NoneType"}, "torch._tensor.Tensor"]}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_module_full_backward_hook", "ret_type": "torch.utils.hooks.RemovableHandle", "type_guard": null, "variables": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/module.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/module.meta.json b/.mypy_cache/3.9/torch/nn/modules/module.meta.json deleted file mode 100644 index 63f7051af..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/module.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 6, 7, 8, 8, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 10, 10, 5, 5, 5, 20, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["collections", "itertools", "warnings", "functools", "torch", "torch.nn.parameter", "torch.utils.hooks", "torch.utils", "typing", "builtins", "threading", "contextlib", "inspect", "logging", "io", "pickle", "os", "time", "_typeshed", "abc", "torch._C", "torch._C._VariableFunctions", "torch._C._nn", "torch.__future__", "torch._six", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "torch.jit", "torch.jit._script", "torch.jit._trace", "torch.types"], "hash": "76c52ad030a3b87f7291642df5800bc2df1b729e3b3004ebc83c9df4413a883b", "id": "torch.nn.modules.module", "ignore_all": true, "interface_hash": "7a702f2bc8901ce2a6309965767369251769a5a5927be8324a1586a0b5489779", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/module.py", "plugin_data": null, "size": 78396, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/normalization.data.json b/.mypy_cache/3.9/torch/nn/modules/normalization.data.json deleted file mode 100644 index 901e3360c..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/normalization.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.normalization", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._C.Size", "numbers.Integral"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.normalization.", "name": "", "type_vars": []}, "flags": ["is_intersection"], "fullname": "torch.nn.modules.normalization.", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.normalization", "mro": ["torch.nn.modules.normalization.", "torch._C.Size", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "numbers.Integral", "numbers.Rational", "numbers.Real", "numbers.Complex", "numbers.Number", "typing.SupportsFloat", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CrossMapLRN2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.normalization.CrossMapLRN2d", "name": "CrossMapLRN2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.normalization.CrossMapLRN2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.normalization", "mro": ["torch.nn.modules.normalization.CrossMapLRN2d", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "size", "alpha", "beta", "k"], "flags": [], "fullname": "torch.nn.modules.normalization.CrossMapLRN2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "size", "alpha", "beta", "k"], "arg_types": ["torch.nn.modules.normalization.CrossMapLRN2d", "builtins.int", "builtins.float", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CrossMapLRN2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "alpha": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.normalization.CrossMapLRN2d.alpha", "name": "alpha", "type": "builtins.float"}}, "beta": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.normalization.CrossMapLRN2d.beta", "name": "beta", "type": "builtins.float"}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.normalization.CrossMapLRN2d.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.normalization.CrossMapLRN2d"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of CrossMapLRN2d", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.normalization.CrossMapLRN2d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.normalization.CrossMapLRN2d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of CrossMapLRN2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "k": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.normalization.CrossMapLRN2d.k", "name": "k", "type": "builtins.float"}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.normalization.CrossMapLRN2d.size", "name": "size", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "GroupNorm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.normalization.GroupNorm", "name": "GroupNorm", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.normalization.GroupNorm", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.normalization", "mro": ["torch.nn.modules.normalization.GroupNorm", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.normalization.GroupNorm.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "num_groups", "num_channels", "eps", "affine", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.normalization.GroupNorm.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "num_groups", "num_channels", "eps", "affine", "device", "dtype"], "arg_types": ["torch.nn.modules.normalization.GroupNorm", "builtins.int", "builtins.int", "builtins.float", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of GroupNorm", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "affine": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.normalization.GroupNorm.affine", "name": "affine", "type": "builtins.bool"}}, "bias": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.normalization.GroupNorm.bias", "name": "bias", "type": "torch.nn.parameter.Parameter"}}, "eps": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.normalization.GroupNorm.eps", "name": "eps", "type": "builtins.float"}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.normalization.GroupNorm.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.normalization.GroupNorm"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of GroupNorm", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.normalization.GroupNorm.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.normalization.GroupNorm", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of GroupNorm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "num_channels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.normalization.GroupNorm.num_channels", "name": "num_channels", "type": "builtins.int"}}, "num_groups": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.normalization.GroupNorm.num_groups", "name": "num_groups", "type": "builtins.int"}}, "reset_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.normalization.GroupNorm.reset_parameters", "name": "reset_parameters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.normalization.GroupNorm"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_parameters of GroupNorm", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "weight": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.normalization.GroupNorm.weight", "name": "weight", "type": "torch.nn.parameter.Parameter"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LayerNorm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.normalization.LayerNorm", "name": "LayerNorm", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.normalization.LayerNorm", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.normalization", "mro": ["torch.nn.modules.normalization.LayerNorm", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.normalization.LayerNorm.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "normalized_shape", "eps", "elementwise_affine", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.normalization.LayerNorm.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "normalized_shape", "eps", "elementwise_affine", "device", "dtype"], "arg_types": ["torch.nn.modules.normalization.LayerNorm", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.modules.normalization._shape_t"}, "builtins.float", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LayerNorm", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "bias": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.normalization.LayerNorm.bias", "name": "bias", "type": "torch.nn.parameter.Parameter"}}, "elementwise_affine": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.normalization.LayerNorm.elementwise_affine", "name": "elementwise_affine", "type": "builtins.bool"}}, "eps": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.normalization.LayerNorm.eps", "name": "eps", "type": "builtins.float"}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.normalization.LayerNorm.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.normalization.LayerNorm"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of LayerNorm", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.normalization.LayerNorm.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.normalization.LayerNorm", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of LayerNorm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "normalized_shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.normalization.LayerNorm.normalized_shape", "name": "normalized_shape", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}}, "reset_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.normalization.LayerNorm.reset_parameters", "name": "reset_parameters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.normalization.LayerNorm"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_parameters of LayerNorm", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "weight": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.normalization.LayerNorm.weight", "name": "weight", "type": "torch.nn.parameter.Parameter"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "LocalResponseNorm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.normalization.LocalResponseNorm", "name": "LocalResponseNorm", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.normalization.LocalResponseNorm", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.normalization", "mro": ["torch.nn.modules.normalization.LocalResponseNorm", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.normalization.LocalResponseNorm.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "size", "alpha", "beta", "k"], "flags": [], "fullname": "torch.nn.modules.normalization.LocalResponseNorm.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "size", "alpha", "beta", "k"], "arg_types": ["torch.nn.modules.normalization.LocalResponseNorm", "builtins.int", "builtins.float", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LocalResponseNorm", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "alpha": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.normalization.LocalResponseNorm.alpha", "name": "alpha", "type": "builtins.float"}}, "beta": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.normalization.LocalResponseNorm.beta", "name": "beta", "type": "builtins.float"}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.normalization.LocalResponseNorm.extra_repr", "name": "extra_repr", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.normalization.LocalResponseNorm.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.normalization.LocalResponseNorm", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of LocalResponseNorm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "k": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.normalization.LocalResponseNorm.k", "name": "k", "type": "builtins.float"}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.normalization.LocalResponseNorm.size", "name": "size", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "Parameter": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.Parameter", "kind": "Gdef"}, "Size": {".class": "SymbolTableNode", "cross_ref": "torch._C.Size", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.normalization.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.normalization.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.normalization.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.normalization.__package__", "name": "__package__", "type": "builtins.str"}}, "_cross_map_lrn2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules._functions.CrossMapLRN2d", "kind": "Gdef"}, "_shape_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.modules.normalization._shape_t", "line": 83, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, "torch._C.Size"]}}}, "init": {".class": "SymbolTableNode", "cross_ref": "torch.nn.init", "kind": "Gdef"}, "numbers": {".class": "SymbolTableNode", "cross_ref": "numbers", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/normalization.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/normalization.meta.json b/.mypy_cache/3.9/torch/nn/modules/normalization.meta.json deleted file mode 100644 index 6e1ba7181..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/normalization.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 6, 7, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 5, 5, 5, 20, 10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "numbers", "torch.nn.parameter", "torch.nn.modules.module", "torch.nn.modules._functions", "torch.nn", "torch.nn.functional", "torch.nn.init", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.function"], "hash": "888456ef61ae669e9225ad0348ebc117c23023fad867694dcb06760ea4a60412", "id": "torch.nn.modules.normalization", "ignore_all": true, "interface_hash": "92b52a5f06f54827ca0100700baed0155a6bcd52eb732c7ef1e16a76f8dc423d", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/normalization.py", "plugin_data": null, "size": 10750, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/padding.data.json b/.mypy_cache/3.9/torch/nn/modules/padding.data.json deleted file mode 100644 index 615584434..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/padding.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.padding", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ConstantPad1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.padding._ConstantPadNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.padding.ConstantPad1d", "name": "ConstantPad1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.padding.ConstantPad1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.padding", "mro": ["torch.nn.modules.padding.ConstantPad1d", "torch.nn.modules.padding._ConstantPadNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "padding", "value"], "flags": [], "fullname": "torch.nn.modules.padding.ConstantPad1d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "padding", "value"], "arg_types": ["torch.nn.modules.padding.ConstantPad1d", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ConstantPad1d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.padding.ConstantPad1d.padding", "name": "padding", "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"}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConstantPad2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.padding._ConstantPadNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.padding.ConstantPad2d", "name": "ConstantPad2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.padding.ConstantPad2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.padding", "mro": ["torch.nn.modules.padding.ConstantPad2d", "torch.nn.modules.padding._ConstantPadNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.padding.ConstantPad2d.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "padding", "value"], "flags": [], "fullname": "torch.nn.modules.padding.ConstantPad2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "padding", "value"], "arg_types": ["torch.nn.modules.padding.ConstantPad2d", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_4_t"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ConstantPad2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.padding.ConstantPad2d.padding", "name": "padding", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "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"}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConstantPad3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.padding._ConstantPadNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.padding.ConstantPad3d", "name": "ConstantPad3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.padding.ConstantPad3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.padding", "mro": ["torch.nn.modules.padding.ConstantPad3d", "torch.nn.modules.padding._ConstantPadNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "padding", "value"], "flags": [], "fullname": "torch.nn.modules.padding.ConstantPad3d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "padding", "value"], "arg_types": ["torch.nn.modules.padding.ConstantPad3d", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_6_t"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ConstantPad3d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.padding.ConstantPad3d.padding", "name": "padding", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "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"}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "ReflectionPad1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.padding._ReflectionPadNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.padding.ReflectionPad1d", "name": "ReflectionPad1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.padding.ReflectionPad1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.padding", "mro": ["torch.nn.modules.padding.ReflectionPad1d", "torch.nn.modules.padding._ReflectionPadNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "padding"], "flags": [], "fullname": "torch.nn.modules.padding.ReflectionPad1d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "padding"], "arg_types": ["torch.nn.modules.padding.ReflectionPad1d", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ReflectionPad1d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.padding.ReflectionPad1d.padding", "name": "padding", "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"}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReflectionPad2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.padding._ReflectionPadNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.padding.ReflectionPad2d", "name": "ReflectionPad2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.padding.ReflectionPad2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.padding", "mro": ["torch.nn.modules.padding.ReflectionPad2d", "torch.nn.modules.padding._ReflectionPadNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "padding"], "flags": [], "fullname": "torch.nn.modules.padding.ReflectionPad2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "padding"], "arg_types": ["torch.nn.modules.padding.ReflectionPad2d", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_4_t"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ReflectionPad2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.padding.ReflectionPad2d.padding", "name": "padding", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "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"}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReflectionPad3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.padding._ReflectionPadNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.padding.ReflectionPad3d", "name": "ReflectionPad3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.padding.ReflectionPad3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.padding", "mro": ["torch.nn.modules.padding.ReflectionPad3d", "torch.nn.modules.padding._ReflectionPadNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "padding"], "flags": [], "fullname": "torch.nn.modules.padding.ReflectionPad3d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "padding"], "arg_types": ["torch.nn.modules.padding.ReflectionPad3d", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_6_t"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ReflectionPad3d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.padding.ReflectionPad3d.padding", "name": "padding", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "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"}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReplicationPad1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.padding._ReplicationPadNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.padding.ReplicationPad1d", "name": "ReplicationPad1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.padding.ReplicationPad1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.padding", "mro": ["torch.nn.modules.padding.ReplicationPad1d", "torch.nn.modules.padding._ReplicationPadNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "padding"], "flags": [], "fullname": "torch.nn.modules.padding.ReplicationPad1d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "padding"], "arg_types": ["torch.nn.modules.padding.ReplicationPad1d", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ReplicationPad1d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.padding.ReplicationPad1d.padding", "name": "padding", "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"}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReplicationPad2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.padding._ReplicationPadNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.padding.ReplicationPad2d", "name": "ReplicationPad2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.padding.ReplicationPad2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.padding", "mro": ["torch.nn.modules.padding.ReplicationPad2d", "torch.nn.modules.padding._ReplicationPadNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "padding"], "flags": [], "fullname": "torch.nn.modules.padding.ReplicationPad2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "padding"], "arg_types": ["torch.nn.modules.padding.ReplicationPad2d", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_4_t"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ReplicationPad2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.padding.ReplicationPad2d.padding", "name": "padding", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "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"}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReplicationPad3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.padding._ReplicationPadNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.padding.ReplicationPad3d", "name": "ReplicationPad3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.padding.ReplicationPad3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.padding", "mro": ["torch.nn.modules.padding.ReplicationPad3d", "torch.nn.modules.padding._ReplicationPadNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "padding"], "flags": [], "fullname": "torch.nn.modules.padding.ReplicationPad3d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "padding"], "arg_types": ["torch.nn.modules.padding.ReplicationPad3d", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_6_t"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ReplicationPad3d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.padding.ReplicationPad3d.padding", "name": "padding", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "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"}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "ZeroPad2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.padding.ConstantPad2d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.padding.ZeroPad2d", "name": "ZeroPad2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.padding.ZeroPad2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.padding", "mro": ["torch.nn.modules.padding.ZeroPad2d", "torch.nn.modules.padding.ConstantPad2d", "torch.nn.modules.padding._ConstantPadNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "padding"], "flags": [], "fullname": "torch.nn.modules.padding.ZeroPad2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "padding"], "arg_types": ["torch.nn.modules.padding.ZeroPad2d", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_4_t"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ZeroPad2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.padding.ZeroPad2d.padding", "name": "padding", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "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"}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ConstantPadNd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.padding._ConstantPadNd", "name": "_ConstantPadNd", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.padding._ConstantPadNd", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.padding", "mro": ["torch.nn.modules.padding._ConstantPadNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.padding._ConstantPadNd.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.nn.modules.padding._ConstantPadNd.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["torch.nn.modules.padding._ConstantPadNd", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _ConstantPadNd", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.padding._ConstantPadNd.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.padding._ConstantPadNd"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of _ConstantPadNd", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.padding._ConstantPadNd.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.padding._ConstantPadNd", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of _ConstantPadNd", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.padding._ConstantPadNd.padding", "name": "padding", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.padding._ConstantPadNd.value", "name": "value", "type": "builtins.float"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ReflectionPadNd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.padding._ReflectionPadNd", "name": "_ReflectionPadNd", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.padding._ReflectionPadNd", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.padding", "mro": ["torch.nn.modules.padding._ReflectionPadNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.padding._ReflectionPadNd.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.padding._ReflectionPadNd.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.padding._ReflectionPadNd"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of _ReflectionPadNd", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.padding._ReflectionPadNd.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.padding._ReflectionPadNd", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of _ReflectionPadNd", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.padding._ReflectionPadNd.padding", "name": "padding", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ReplicationPadNd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.padding._ReplicationPadNd", "name": "_ReplicationPadNd", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.padding._ReplicationPadNd", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.padding", "mro": ["torch.nn.modules.padding._ReplicationPadNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.padding._ReplicationPadNd.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.padding._ReplicationPadNd.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.padding._ReplicationPadNd"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of _ReplicationPadNd", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.padding._ReplicationPadNd.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.padding._ReplicationPadNd", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of _ReplicationPadNd", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.padding._ReplicationPadNd.padding", "name": "padding", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.padding.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.padding.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.padding.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.padding.__package__", "name": "__package__", "type": "builtins.str"}}, "_ntuple": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._ntuple", "kind": "Gdef"}, "_pair": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._pair", "kind": "Gdef"}, "_quadruple": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._quadruple", "kind": "Gdef"}, "_size_2_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_2_t", "kind": "Gdef"}, "_size_4_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_4_t", "kind": "Gdef"}, "_size_6_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_6_t", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/padding.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/padding.meta.json b/.mypy_cache/3.9/torch/nn/modules/padding.meta.json deleted file mode 100644 index 6bf90f5ba..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/padding.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 3, 5, 6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["torch.nn.modules.module", "torch.nn.modules.utils", "torch.nn", "torch.nn.functional", "torch", "torch.nn.common_types", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._tensor"], "hash": "dab24bb5c1e1b28e6b8889d2442e88f1d5da221d64fc1323e88ffa39dc9d9267", "id": "torch.nn.modules.padding", "ignore_all": true, "interface_hash": "d5cf2b75589d72aa988a14756f4dd40d2c4f3e028486af48628e268c3ce929ec", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/padding.py", "plugin_data": null, "size": 19421, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/pixelshuffle.data.json b/.mypy_cache/3.9/torch/nn/modules/pixelshuffle.data.json deleted file mode 100644 index 9a3e4c07c..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/pixelshuffle.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.pixelshuffle", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "PixelShuffle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pixelshuffle.PixelShuffle", "name": "PixelShuffle", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pixelshuffle.PixelShuffle", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pixelshuffle", "mro": ["torch.nn.modules.pixelshuffle.PixelShuffle", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.pixelshuffle.PixelShuffle.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "upscale_factor"], "flags": [], "fullname": "torch.nn.modules.pixelshuffle.PixelShuffle.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "upscale_factor"], "arg_types": ["torch.nn.modules.pixelshuffle.PixelShuffle", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PixelShuffle", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.pixelshuffle.PixelShuffle.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.pixelshuffle.PixelShuffle"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of PixelShuffle", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.pixelshuffle.PixelShuffle.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.pixelshuffle.PixelShuffle", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of PixelShuffle", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "upscale_factor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pixelshuffle.PixelShuffle.upscale_factor", "name": "upscale_factor", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PixelUnshuffle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pixelshuffle.PixelUnshuffle", "name": "PixelUnshuffle", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pixelshuffle.PixelUnshuffle", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pixelshuffle", "mro": ["torch.nn.modules.pixelshuffle.PixelUnshuffle", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.pixelshuffle.PixelUnshuffle.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "downscale_factor"], "flags": [], "fullname": "torch.nn.modules.pixelshuffle.PixelUnshuffle.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "downscale_factor"], "arg_types": ["torch.nn.modules.pixelshuffle.PixelUnshuffle", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PixelUnshuffle", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "downscale_factor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pixelshuffle.PixelUnshuffle.downscale_factor", "name": "downscale_factor", "type": "builtins.int"}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.pixelshuffle.PixelUnshuffle.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.pixelshuffle.PixelUnshuffle"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of PixelUnshuffle", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.pixelshuffle.PixelUnshuffle.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.pixelshuffle.PixelUnshuffle", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of PixelUnshuffle", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.pixelshuffle.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.pixelshuffle.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.pixelshuffle.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.pixelshuffle.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/pixelshuffle.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/pixelshuffle.meta.json b/.mypy_cache/3.9/torch/nn/modules/pixelshuffle.meta.json deleted file mode 100644 index a52163f9c..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/pixelshuffle.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 20, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30], "dependencies": ["torch.nn.modules.module", "torch.nn", "torch.nn.functional", "torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "typing"], "hash": "e3480c80e14985d3e469fdd5dd9a1b19154b2a1ea80b7fe9b3fe0b28e9bca8e4", "id": "torch.nn.modules.pixelshuffle", "ignore_all": true, "interface_hash": "e32c87792020bae3232ae6ac5d3a08ffa1b9eeb3c25bb37a219aa8cc79c15431", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/pixelshuffle.py", "plugin_data": null, "size": 3573, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/pooling.data.json b/.mypy_cache/3.9/torch/nn/modules/pooling.data.json deleted file mode 100644 index eed4d6449..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/pooling.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.pooling", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AdaptiveAvgPool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.pooling._AdaptiveAvgPoolNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling.AdaptiveAvgPool1d", "name": "AdaptiveAvgPool1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling.AdaptiveAvgPool1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling.AdaptiveAvgPool1d", "torch.nn.modules.pooling._AdaptiveAvgPoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.pooling.AdaptiveAvgPool1d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.pooling.AdaptiveAvgPool1d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of AdaptiveAvgPool1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "output_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.AdaptiveAvgPool1d.output_size", "name": "output_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AdaptiveAvgPool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.pooling._AdaptiveAvgPoolNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling.AdaptiveAvgPool2d", "name": "AdaptiveAvgPool2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling.AdaptiveAvgPool2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling.AdaptiveAvgPool2d", "torch.nn.modules.pooling._AdaptiveAvgPoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.pooling.AdaptiveAvgPool2d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.pooling.AdaptiveAvgPool2d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of AdaptiveAvgPool2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "output_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.AdaptiveAvgPool2d.output_size", "name": "output_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_opt_t"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AdaptiveAvgPool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.pooling._AdaptiveAvgPoolNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling.AdaptiveAvgPool3d", "name": "AdaptiveAvgPool3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling.AdaptiveAvgPool3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling.AdaptiveAvgPool3d", "torch.nn.modules.pooling._AdaptiveAvgPoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.pooling.AdaptiveAvgPool3d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.pooling.AdaptiveAvgPool3d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of AdaptiveAvgPool3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "output_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.AdaptiveAvgPool3d.output_size", "name": "output_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_opt_t"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AdaptiveMaxPool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.pooling._AdaptiveMaxPoolNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling.AdaptiveMaxPool1d", "name": "AdaptiveMaxPool1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling.AdaptiveMaxPool1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling.AdaptiveMaxPool1d", "torch.nn.modules.pooling._AdaptiveMaxPoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.pooling.AdaptiveMaxPool1d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.pooling.AdaptiveMaxPool1d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of AdaptiveMaxPool1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "output_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.AdaptiveMaxPool1d.output_size", "name": "output_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AdaptiveMaxPool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.pooling._AdaptiveMaxPoolNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling.AdaptiveMaxPool2d", "name": "AdaptiveMaxPool2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling.AdaptiveMaxPool2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling.AdaptiveMaxPool2d", "torch.nn.modules.pooling._AdaptiveMaxPoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.pooling.AdaptiveMaxPool2d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.pooling.AdaptiveMaxPool2d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of AdaptiveMaxPool2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "output_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.AdaptiveMaxPool2d.output_size", "name": "output_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_opt_t"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AdaptiveMaxPool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.pooling._AdaptiveMaxPoolNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling.AdaptiveMaxPool3d", "name": "AdaptiveMaxPool3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling.AdaptiveMaxPool3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling.AdaptiveMaxPool3d", "torch.nn.modules.pooling._AdaptiveMaxPoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.pooling.AdaptiveMaxPool3d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.pooling.AdaptiveMaxPool3d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of AdaptiveMaxPool3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "output_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.AdaptiveMaxPool3d.output_size", "name": "output_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_opt_t"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AvgPool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.pooling._AvgPoolNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling.AvgPool1d", "name": "AvgPool1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling.AvgPool1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling.AvgPool1d", "torch.nn.modules.pooling._AvgPoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "kernel_size", "stride", "padding", "ceil_mode", "count_include_pad"], "flags": [], "fullname": "torch.nn.modules.pooling.AvgPool1d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "kernel_size", "stride", "padding", "ceil_mode", "count_include_pad"], "arg_types": ["torch.nn.modules.pooling.AvgPool1d", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "UnionType", "items": ["builtins.int", {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of AvgPool1d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "ceil_mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.AvgPool1d.ceil_mode", "name": "ceil_mode", "type": "builtins.bool"}}, "count_include_pad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.AvgPool1d.count_include_pad", "name": "count_include_pad", "type": "builtins.bool"}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.pooling.AvgPool1d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.pooling.AvgPool1d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of AvgPool1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "kernel_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.AvgPool1d.kernel_size", "name": "kernel_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.AvgPool1d.padding", "name": "padding", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}}}, "stride": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.AvgPool1d.stride", "name": "stride", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AvgPool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.pooling._AvgPoolNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling.AvgPool2d", "name": "AvgPool2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling.AvgPool2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling.AvgPool2d", "torch.nn.modules.pooling._AvgPoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.pooling.AvgPool2d.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "kernel_size", "stride", "padding", "ceil_mode", "count_include_pad", "divisor_override"], "flags": [], "fullname": "torch.nn.modules.pooling.AvgPool2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "kernel_size", "stride", "padding", "ceil_mode", "count_include_pad", "divisor_override"], "arg_types": ["torch.nn.modules.pooling.AvgPool2d", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "UnionType", "items": ["builtins.int", {".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"}}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of AvgPool2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "ceil_mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.AvgPool2d.ceil_mode", "name": "ceil_mode", "type": "builtins.bool"}}, "count_include_pad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.AvgPool2d.count_include_pad", "name": "count_include_pad", "type": "builtins.bool"}}, "divisor_override": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.pooling.AvgPool2d.divisor_override", "name": "divisor_override", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.pooling.AvgPool2d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.pooling.AvgPool2d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of AvgPool2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "kernel_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.AvgPool2d.kernel_size", "name": "kernel_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.AvgPool2d.padding", "name": "padding", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}}}, "stride": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.AvgPool2d.stride", "name": "stride", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AvgPool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.pooling._AvgPoolNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling.AvgPool3d", "name": "AvgPool3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling.AvgPool3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling.AvgPool3d", "torch.nn.modules.pooling._AvgPoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.pooling.AvgPool3d.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "kernel_size", "stride", "padding", "ceil_mode", "count_include_pad", "divisor_override"], "flags": [], "fullname": "torch.nn.modules.pooling.AvgPool3d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "kernel_size", "stride", "padding", "ceil_mode", "count_include_pad", "divisor_override"], "arg_types": ["torch.nn.modules.pooling.AvgPool3d", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "UnionType", "items": ["builtins.int", {".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"}}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of AvgPool3d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "d"], "flags": [], "fullname": "torch.nn.modules.pooling.AvgPool3d.__setstate__", "name": "__setstate__", "type": null}}, "ceil_mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.AvgPool3d.ceil_mode", "name": "ceil_mode", "type": "builtins.bool"}}, "count_include_pad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.AvgPool3d.count_include_pad", "name": "count_include_pad", "type": "builtins.bool"}}, "divisor_override": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.pooling.AvgPool3d.divisor_override", "name": "divisor_override", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.pooling.AvgPool3d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.pooling.AvgPool3d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of AvgPool3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "kernel_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.AvgPool3d.kernel_size", "name": "kernel_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.AvgPool3d.padding", "name": "padding", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}}}, "stride": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.AvgPool3d.stride", "name": "stride", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "FractionalMaxPool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling.FractionalMaxPool2d", "name": "FractionalMaxPool2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling.FractionalMaxPool2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling.FractionalMaxPool2d", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.pooling.FractionalMaxPool2d.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "kernel_size", "output_size", "output_ratio", "return_indices", "_random_samples"], "flags": [], "fullname": "torch.nn.modules.pooling.FractionalMaxPool2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "kernel_size", "output_size", "output_ratio", "return_indices", "_random_samples"], "arg_types": ["torch.nn.modules.pooling.FractionalMaxPool2d", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "UnionType", "items": ["builtins.int", {".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"}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FractionalMaxPool2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.pooling.FractionalMaxPool2d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.pooling.FractionalMaxPool2d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of FractionalMaxPool2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "kernel_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.FractionalMaxPool2d.kernel_size", "name": "kernel_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}}}, "output_ratio": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.FractionalMaxPool2d.output_ratio", "name": "output_ratio", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._ratio_2_t"}}}, "output_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.FractionalMaxPool2d.output_size", "name": "output_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}}}, "return_indices": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.FractionalMaxPool2d.return_indices", "name": "return_indices", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FractionalMaxPool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling.FractionalMaxPool3d", "name": "FractionalMaxPool3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling.FractionalMaxPool3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling.FractionalMaxPool3d", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.pooling.FractionalMaxPool3d.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "kernel_size", "output_size", "output_ratio", "return_indices", "_random_samples"], "flags": [], "fullname": "torch.nn.modules.pooling.FractionalMaxPool3d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "kernel_size", "output_size", "output_ratio", "return_indices", "_random_samples"], "arg_types": ["torch.nn.modules.pooling.FractionalMaxPool3d", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "UnionType", "items": ["builtins.int", {".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"}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FractionalMaxPool3d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.pooling.FractionalMaxPool3d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.pooling.FractionalMaxPool3d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of FractionalMaxPool3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "kernel_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.FractionalMaxPool3d.kernel_size", "name": "kernel_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}}}, "output_ratio": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.FractionalMaxPool3d.output_ratio", "name": "output_ratio", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._ratio_3_t"}}}, "output_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.FractionalMaxPool3d.output_size", "name": "output_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}}}, "return_indices": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.FractionalMaxPool3d.return_indices", "name": "return_indices", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LPPool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.pooling._LPPoolNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling.LPPool1d", "name": "LPPool1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling.LPPool1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling.LPPool1d", "torch.nn.modules.pooling._LPPoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.pooling.LPPool1d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.pooling.LPPool1d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of LPPool1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "kernel_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.LPPool1d.kernel_size", "name": "kernel_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}}}, "stride": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.LPPool1d.stride", "name": "stride", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LPPool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.pooling._LPPoolNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling.LPPool2d", "name": "LPPool2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling.LPPool2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling.LPPool2d", "torch.nn.modules.pooling._LPPoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.pooling.LPPool2d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.pooling.LPPool2d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of LPPool2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "kernel_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.LPPool2d.kernel_size", "name": "kernel_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}}}, "stride": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.LPPool2d.stride", "name": "stride", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "MaxPool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.pooling._MaxPoolNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling.MaxPool1d", "name": "MaxPool1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling.MaxPool1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling.MaxPool1d", "torch.nn.modules.pooling._MaxPoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "dilation": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.MaxPool1d.dilation", "name": "dilation", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.pooling.MaxPool1d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.pooling.MaxPool1d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of MaxPool1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "kernel_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.MaxPool1d.kernel_size", "name": "kernel_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.MaxPool1d.padding", "name": "padding", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}}}, "stride": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.MaxPool1d.stride", "name": "stride", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MaxPool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.pooling._MaxPoolNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling.MaxPool2d", "name": "MaxPool2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling.MaxPool2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling.MaxPool2d", "torch.nn.modules.pooling._MaxPoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "dilation": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.MaxPool2d.dilation", "name": "dilation", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.pooling.MaxPool2d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.pooling.MaxPool2d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of MaxPool2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "kernel_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.MaxPool2d.kernel_size", "name": "kernel_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.MaxPool2d.padding", "name": "padding", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}}}, "stride": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.MaxPool2d.stride", "name": "stride", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MaxPool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.pooling._MaxPoolNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling.MaxPool3d", "name": "MaxPool3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling.MaxPool3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling.MaxPool3d", "torch.nn.modules.pooling._MaxPoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "dilation": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.MaxPool3d.dilation", "name": "dilation", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.pooling.MaxPool3d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.pooling.MaxPool3d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of MaxPool3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "kernel_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.MaxPool3d.kernel_size", "name": "kernel_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.MaxPool3d.padding", "name": "padding", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}}}, "stride": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.MaxPool3d.stride", "name": "stride", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MaxUnpool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.pooling._MaxUnpoolNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling.MaxUnpool1d", "name": "MaxUnpool1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling.MaxUnpool1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling.MaxUnpool1d", "torch.nn.modules.pooling._MaxUnpoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "kernel_size", "stride", "padding"], "flags": [], "fullname": "torch.nn.modules.pooling.MaxUnpool1d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "kernel_size", "stride", "padding"], "arg_types": ["torch.nn.modules.pooling.MaxUnpool1d", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "UnionType", "items": ["builtins.int", {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MaxUnpool1d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "input", "indices", "output_size"], "flags": [], "fullname": "torch.nn.modules.pooling.MaxUnpool1d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "input", "indices", "output_size"], "arg_types": ["torch.nn.modules.pooling.MaxUnpool1d", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of MaxUnpool1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "kernel_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.MaxUnpool1d.kernel_size", "name": "kernel_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.MaxUnpool1d.padding", "name": "padding", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}}}, "stride": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.MaxUnpool1d.stride", "name": "stride", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MaxUnpool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.pooling._MaxUnpoolNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling.MaxUnpool2d", "name": "MaxUnpool2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling.MaxUnpool2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling.MaxUnpool2d", "torch.nn.modules.pooling._MaxUnpoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "kernel_size", "stride", "padding"], "flags": [], "fullname": "torch.nn.modules.pooling.MaxUnpool2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "kernel_size", "stride", "padding"], "arg_types": ["torch.nn.modules.pooling.MaxUnpool2d", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "UnionType", "items": ["builtins.int", {".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"}}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MaxUnpool2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "input", "indices", "output_size"], "flags": [], "fullname": "torch.nn.modules.pooling.MaxUnpool2d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "input", "indices", "output_size"], "arg_types": ["torch.nn.modules.pooling.MaxUnpool2d", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of MaxUnpool2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "kernel_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.MaxUnpool2d.kernel_size", "name": "kernel_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.MaxUnpool2d.padding", "name": "padding", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}}}, "stride": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.MaxUnpool2d.stride", "name": "stride", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MaxUnpool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.pooling._MaxUnpoolNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling.MaxUnpool3d", "name": "MaxUnpool3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling.MaxUnpool3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling.MaxUnpool3d", "torch.nn.modules.pooling._MaxUnpoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "kernel_size", "stride", "padding"], "flags": [], "fullname": "torch.nn.modules.pooling.MaxUnpool3d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "kernel_size", "stride", "padding"], "arg_types": ["torch.nn.modules.pooling.MaxUnpool3d", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "UnionType", "items": ["builtins.int", {".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"}}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MaxUnpool3d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "input", "indices", "output_size"], "flags": [], "fullname": "torch.nn.modules.pooling.MaxUnpool3d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "input", "indices", "output_size"], "arg_types": ["torch.nn.modules.pooling.MaxUnpool3d", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of MaxUnpool3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "kernel_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.MaxUnpool3d.kernel_size", "name": "kernel_size", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.MaxUnpool3d.padding", "name": "padding", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}}}, "stride": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling.MaxUnpool3d.stride", "name": "stride", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "_AdaptiveAvgPoolNd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling._AdaptiveAvgPoolNd", "name": "_AdaptiveAvgPoolNd", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling._AdaptiveAvgPoolNd", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling._AdaptiveAvgPoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.pooling._AdaptiveAvgPoolNd.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "output_size"], "flags": [], "fullname": "torch.nn.modules.pooling._AdaptiveAvgPoolNd.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "output_size"], "arg_types": ["torch.nn.modules.pooling._AdaptiveAvgPoolNd", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_opt_t"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _AdaptiveAvgPoolNd", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.pooling._AdaptiveAvgPoolNd.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.pooling._AdaptiveAvgPoolNd"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of _AdaptiveAvgPoolNd", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "output_size": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.pooling._AdaptiveAvgPoolNd.output_size", "name": "output_size", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "type_ref": "builtins.tuple"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_AdaptiveMaxPoolNd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling._AdaptiveMaxPoolNd", "name": "_AdaptiveMaxPoolNd", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling._AdaptiveMaxPoolNd", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling._AdaptiveMaxPoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.pooling._AdaptiveMaxPoolNd.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "output_size", "return_indices"], "flags": [], "fullname": "torch.nn.modules.pooling._AdaptiveMaxPoolNd.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "output_size", "return_indices"], "arg_types": ["torch.nn.modules.pooling._AdaptiveMaxPoolNd", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_opt_t"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _AdaptiveMaxPoolNd", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.pooling._AdaptiveMaxPoolNd.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.pooling._AdaptiveMaxPoolNd"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of _AdaptiveMaxPoolNd", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "output_size": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.pooling._AdaptiveMaxPoolNd.output_size", "name": "output_size", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "type_ref": "builtins.tuple"}]}}}, "return_indices": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling._AdaptiveMaxPoolNd.return_indices", "name": "return_indices", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_AvgPoolNd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling._AvgPoolNd", "name": "_AvgPoolNd", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling._AvgPoolNd", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling._AvgPoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.pooling._AvgPoolNd.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.pooling._AvgPoolNd.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.pooling._AvgPoolNd"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of _AvgPoolNd", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_LPPoolNd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling._LPPoolNd", "name": "_LPPoolNd", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling._LPPoolNd", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling._LPPoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.pooling._LPPoolNd.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "norm_type", "kernel_size", "stride", "ceil_mode"], "flags": [], "fullname": "torch.nn.modules.pooling._LPPoolNd.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "norm_type", "kernel_size", "stride", "ceil_mode"], "arg_types": ["torch.nn.modules.pooling._LPPoolNd", "builtins.float", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _LPPoolNd", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "ceil_mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling._LPPoolNd.ceil_mode", "name": "ceil_mode", "type": "builtins.bool"}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.pooling._LPPoolNd.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.pooling._LPPoolNd"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of _LPPoolNd", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "kernel_size": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.pooling._LPPoolNd.kernel_size", "name": "kernel_size", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}]}}}, "norm_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling._LPPoolNd.norm_type", "name": "norm_type", "type": "builtins.float"}}, "stride": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.pooling._LPPoolNd.stride", "name": "stride", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_MaxPoolNd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling._MaxPoolNd", "name": "_MaxPoolNd", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling._MaxPoolNd", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling._MaxPoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.pooling._MaxPoolNd.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "kernel_size", "stride", "padding", "dilation", "return_indices", "ceil_mode"], "flags": [], "fullname": "torch.nn.modules.pooling._MaxPoolNd.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "kernel_size", "stride", "padding", "dilation", "return_indices", "ceil_mode"], "arg_types": ["torch.nn.modules.pooling._MaxPoolNd", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_any_t"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _MaxPoolNd", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "ceil_mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling._MaxPoolNd.ceil_mode", "name": "ceil_mode", "type": "builtins.bool"}}, "dilation": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.pooling._MaxPoolNd.dilation", "name": "dilation", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}]}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.pooling._MaxPoolNd.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.pooling._MaxPoolNd"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of _MaxPoolNd", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "kernel_size": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.pooling._MaxPoolNd.kernel_size", "name": "kernel_size", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}]}}}, "padding": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.pooling._MaxPoolNd.padding", "name": "padding", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}]}}}, "return_indices": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.pooling._MaxPoolNd.return_indices", "name": "return_indices", "type": "builtins.bool"}}, "stride": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.pooling._MaxPoolNd.stride", "name": "stride", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_MaxUnpoolNd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.pooling._MaxUnpoolNd", "name": "_MaxUnpoolNd", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.pooling._MaxUnpoolNd", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.pooling", "mro": ["torch.nn.modules.pooling._MaxUnpoolNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.pooling._MaxUnpoolNd.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.pooling._MaxUnpoolNd"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of _MaxUnpoolNd", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.pooling.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.pooling.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.pooling.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.pooling.__package__", "name": "__package__", "type": "builtins.str"}}, "_pair": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._pair", "kind": "Gdef"}, "_ratio_2_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._ratio_2_t", "kind": "Gdef"}, "_ratio_3_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._ratio_3_t", "kind": "Gdef"}, "_single": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._single", "kind": "Gdef"}, "_size_1_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_1_t", "kind": "Gdef"}, "_size_2_opt_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_2_opt_t", "kind": "Gdef"}, "_size_2_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_2_t", "kind": "Gdef"}, "_size_3_opt_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_3_opt_t", "kind": "Gdef"}, "_size_3_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_3_t", "kind": "Gdef"}, "_size_any_opt_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_any_opt_t", "kind": "Gdef"}, "_size_any_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_any_t", "kind": "Gdef"}, "_triple": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._triple", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/pooling.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/pooling.meta.json b/.mypy_cache/3.9/torch/nn/modules/pooling.meta.json deleted file mode 100644 index 39cd3c0ff..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/pooling.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 5, 6, 6, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 20, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30], "dependencies": ["typing", "torch", "torch.nn.modules.module", "torch.nn.modules.utils", "torch.nn", "torch.nn.functional", "torch.nn.common_types", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "typing_extensions"], "hash": "531d4af5ddf524d0232b4b50d6ed2c1750a13e31fd479eb23b5ad76628b007f8", "id": "torch.nn.modules.pooling", "ignore_all": true, "interface_hash": "fb5778848e15f4b971d33546bd21c2de7cc82eb50ca7f6eaeb35f3315d774b6d", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/pooling.py", "plugin_data": null, "size": 52314, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/rnn.data.json b/.mypy_cache/3.9/torch/nn/modules/rnn.data.json deleted file mode 100644 index 9eb498254..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/rnn.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.rnn", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.float", "numbers.Number"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.rnn.", "name": "", "type_vars": []}, "flags": ["is_intersection"], "fullname": "torch.nn.modules.rnn.", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.rnn", "mro": ["torch.nn.modules.rnn.", "builtins.float", "numbers.Number", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.float", "numbers.Number"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.rnn.1", "name": "", "type_vars": []}, "flags": ["is_intersection"], "fullname": "torch.nn.modules.rnn.1", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.rnn", "mro": ["torch.nn.modules.rnn.1", "builtins.float", "numbers.Number", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "GRU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.rnn.RNNBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.rnn.GRU", "name": "GRU", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.rnn.GRU", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.rnn", "mro": ["torch.nn.modules.rnn.GRU", "torch.nn.modules.rnn.RNNBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.nn.modules.rnn.GRU.__init__", "name": "__init__", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch.nn.modules.rnn.GRU.forward", "impl": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "flags": ["is_overload"], "fullname": "torch.nn.modules.rnn.GRU.forward", "name": "forward", "type": null}, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "flags": ["is_overload", "is_decorated"], "fullname": "torch.nn.modules.rnn.GRU.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "arg_types": ["torch.nn.modules.rnn.GRU", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of GRU", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "forward", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "flags": ["is_overload", "is_decorated"], "fullname": "torch.nn.modules.rnn.GRU.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "arg_types": ["torch.nn.modules.rnn.GRU", {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.utils.rnn.PackedSequence"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of GRU", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.utils.rnn.PackedSequence"}, "torch._tensor.Tensor"], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "forward", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "arg_types": ["torch.nn.modules.rnn.GRU", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of GRU", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "arg_types": ["torch.nn.modules.rnn.GRU", {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.utils.rnn.PackedSequence"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of GRU", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.utils.rnn.PackedSequence"}, "torch._tensor.Tensor"], "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": []}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "GRUCell": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.rnn.RNNCellBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.rnn.GRUCell", "name": "GRUCell", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.rnn.GRUCell", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.rnn", "mro": ["torch.nn.modules.rnn.GRUCell", "torch.nn.modules.rnn.RNNCellBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "input_size", "hidden_size", "bias", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.rnn.GRUCell.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "input_size", "hidden_size", "bias", "device", "dtype"], "arg_types": ["torch.nn.modules.rnn.GRUCell", "builtins.int", "builtins.int", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of GRUCell", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "flags": [], "fullname": "torch.nn.modules.rnn.GRUCell.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "arg_types": ["torch.nn.modules.rnn.GRUCell", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of GRUCell", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LSTM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.rnn.RNNBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.rnn.LSTM", "name": "LSTM", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.rnn.LSTM", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.rnn", "mro": ["torch.nn.modules.rnn.LSTM", "torch.nn.modules.rnn.RNNBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.nn.modules.rnn.LSTM.__init__", "name": "__init__", "type": null}}, "check_forward_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "hidden", "batch_sizes"], "flags": [], "fullname": "torch.nn.modules.rnn.LSTM.check_forward_args", "name": "check_forward_args", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "hidden", "batch_sizes"], "arg_types": ["torch.nn.modules.rnn.LSTM", "torch._tensor.Tensor", {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_forward_args of LSTM", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch.nn.modules.rnn.LSTM.forward", "impl": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "flags": ["is_overload"], "fullname": "torch.nn.modules.rnn.LSTM.forward", "name": "forward", "type": null}, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "flags": ["is_overload", "is_decorated"], "fullname": "torch.nn.modules.rnn.LSTM.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "arg_types": ["torch.nn.modules.rnn.LSTM", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of LSTM", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "forward", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "flags": ["is_overload", "is_decorated"], "fullname": "torch.nn.modules.rnn.LSTM.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "arg_types": ["torch.nn.modules.rnn.LSTM", {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.utils.rnn.PackedSequence"}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of LSTM", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.utils.rnn.PackedSequence"}, {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "forward", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "arg_types": ["torch.nn.modules.rnn.LSTM", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of LSTM", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "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": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "arg_types": ["torch.nn.modules.rnn.LSTM", {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.utils.rnn.PackedSequence"}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of LSTM", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.utils.rnn.PackedSequence"}, {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "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_expected_cell_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "batch_sizes"], "flags": [], "fullname": "torch.nn.modules.rnn.LSTM.get_expected_cell_size", "name": "get_expected_cell_size", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "batch_sizes"], "arg_types": ["torch.nn.modules.rnn.LSTM", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_expected_cell_size of LSTM", "ret_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"}}, "type_guard": null, "variables": []}}}, "permute_hidden": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "hx", "permutation"], "flags": [], "fullname": "torch.nn.modules.rnn.LSTM.permute_hidden", "name": "permute_hidden", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "hx", "permutation"], "arg_types": ["torch.nn.modules.rnn.LSTM", {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "permute_hidden of LSTM", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LSTMCell": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.rnn.RNNCellBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.rnn.LSTMCell", "name": "LSTMCell", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.rnn.LSTMCell", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.rnn", "mro": ["torch.nn.modules.rnn.LSTMCell", "torch.nn.modules.rnn.RNNCellBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "input_size", "hidden_size", "bias", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.rnn.LSTMCell.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "input_size", "hidden_size", "bias", "device", "dtype"], "arg_types": ["torch.nn.modules.rnn.LSTMCell", "builtins.int", "builtins.int", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LSTMCell", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "flags": [], "fullname": "torch.nn.modules.rnn.LSTMCell.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "arg_types": ["torch.nn.modules.rnn.LSTMCell", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of LSTMCell", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "PackedSequence": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils.rnn.PackedSequence", "kind": "Gdef"}, "Parameter": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.Parameter", "kind": "Gdef"}, "RNN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.rnn.RNNBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.rnn.RNN", "name": "RNN", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.rnn.RNN", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.rnn", "mro": ["torch.nn.modules.rnn.RNN", "torch.nn.modules.rnn.RNNBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.nn.modules.rnn.RNN.__init__", "name": "__init__", "type": null}}, "nonlinearity": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.rnn.RNN.nonlinearity", "name": "nonlinearity", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RNNBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.rnn.RNNBase", "name": "RNNBase", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.rnn.RNNBase", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.rnn", "mro": ["torch.nn.modules.rnn.RNNBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.rnn.RNNBase.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "mode", "input_size", "hidden_size", "num_layers", "bias", "batch_first", "dropout", "bidirectional", "proj_size", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.rnn.RNNBase.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "mode", "input_size", "hidden_size", "num_layers", "bias", "batch_first", "dropout", "bidirectional", "proj_size", "device", "dtype"], "arg_types": ["torch.nn.modules.rnn.RNNBase", "builtins.str", "builtins.int", "builtins.int", "builtins.int", "builtins.bool", "builtins.bool", "builtins.float", "builtins.bool", "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of RNNBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__jit_unused_properties__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.rnn.RNNBase.__jit_unused_properties__", "name": "__jit_unused_properties__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__setattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "attr", "value"], "flags": [], "fullname": "torch.nn.modules.rnn.RNNBase.__setattr__", "name": "__setattr__", "type": null}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "d"], "flags": [], "fullname": "torch.nn.modules.rnn.RNNBase.__setstate__", "name": "__setstate__", "type": null}}, "_all_weights": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.rnn.RNNBase._all_weights", "name": "_all_weights", "type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}}}, "_apply": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fn"], "flags": [], "fullname": "torch.nn.modules.rnn.RNNBase._apply", "name": "_apply", "type": null}}, "_flat_weights": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.rnn.RNNBase._flat_weights", "name": "_flat_weights", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_of_any": 7}], "type_ref": "builtins.list"}}}, "_flat_weights_names": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.rnn.RNNBase._flat_weights_names", "name": "_flat_weights_names", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "_replicate_for_data_parallel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.rnn.RNNBase._replicate_for_data_parallel", "name": "_replicate_for_data_parallel", "type": null}}, "all_weights": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.nn.modules.rnn.RNNBase.all_weights", "name": "all_weights", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.rnn.RNNBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all_weights of RNNBase", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["torch.nn.parameter.Parameter"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "all_weights", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.rnn.RNNBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "all_weights of RNNBase", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["torch.nn.parameter.Parameter"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "batch_first": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.rnn.RNNBase.batch_first", "name": "batch_first", "type": "builtins.bool"}}, "bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.rnn.RNNBase.bias", "name": "bias", "type": "builtins.bool"}}, "bidirectional": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.rnn.RNNBase.bidirectional", "name": "bidirectional", "type": "builtins.bool"}}, "check_forward_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "hidden", "batch_sizes"], "flags": [], "fullname": "torch.nn.modules.rnn.RNNBase.check_forward_args", "name": "check_forward_args", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "hidden", "batch_sizes"], "arg_types": ["torch.nn.modules.rnn.RNNBase", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_forward_args of RNNBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "check_hidden_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "hx", "expected_hidden_size", "msg"], "flags": [], "fullname": "torch.nn.modules.rnn.RNNBase.check_hidden_size", "name": "check_hidden_size", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "hx", "expected_hidden_size", "msg"], "arg_types": ["torch.nn.modules.rnn.RNNBase", "torch._tensor.Tensor", {".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"}}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_hidden_size of RNNBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "check_input": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "batch_sizes"], "flags": [], "fullname": "torch.nn.modules.rnn.RNNBase.check_input", "name": "check_input", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "batch_sizes"], "arg_types": ["torch.nn.modules.rnn.RNNBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_input of RNNBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dropout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.rnn.RNNBase.dropout", "name": "dropout", "type": "builtins.float"}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.rnn.RNNBase.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.rnn.RNNBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of RNNBase", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "flatten_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.rnn.RNNBase.flatten_parameters", "name": "flatten_parameters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.rnn.RNNBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flatten_parameters of RNNBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "flags": [], "fullname": "torch.nn.modules.rnn.RNNBase.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "arg_types": ["torch.nn.modules.rnn.RNNBase", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.utils.rnn.PackedSequence"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of RNNBase", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.utils.rnn.PackedSequence"}]}, "torch._tensor.Tensor"], "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_expected_hidden_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "batch_sizes"], "flags": [], "fullname": "torch.nn.modules.rnn.RNNBase.get_expected_hidden_size", "name": "get_expected_hidden_size", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "batch_sizes"], "arg_types": ["torch.nn.modules.rnn.RNNBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_expected_hidden_size of RNNBase", "ret_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"}}, "type_guard": null, "variables": []}}}, "hidden_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.rnn.RNNBase.hidden_size", "name": "hidden_size", "type": "builtins.int"}}, "input_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.rnn.RNNBase.input_size", "name": "input_size", "type": "builtins.int"}}, "mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.rnn.RNNBase.mode", "name": "mode", "type": "builtins.str"}}, "num_layers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.rnn.RNNBase.num_layers", "name": "num_layers", "type": "builtins.int"}}, "permute_hidden": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "hx", "permutation"], "flags": [], "fullname": "torch.nn.modules.rnn.RNNBase.permute_hidden", "name": "permute_hidden", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "hx", "permutation"], "arg_types": ["torch.nn.modules.rnn.RNNBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "permute_hidden of RNNBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "proj_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.rnn.RNNBase.proj_size", "name": "proj_size", "type": "builtins.int"}}, "reset_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.rnn.RNNBase.reset_parameters", "name": "reset_parameters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.rnn.RNNBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_parameters of RNNBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RNNCell": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.rnn.RNNCellBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.rnn.RNNCell", "name": "RNNCell", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.rnn.RNNCell", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.rnn", "mro": ["torch.nn.modules.rnn.RNNCell", "torch.nn.modules.rnn.RNNCellBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.rnn.RNNCell.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "input_size", "hidden_size", "bias", "nonlinearity", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.rnn.RNNCell.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "input_size", "hidden_size", "bias", "nonlinearity", "device", "dtype"], "arg_types": ["torch.nn.modules.rnn.RNNCell", "builtins.int", "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of RNNCell", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "flags": [], "fullname": "torch.nn.modules.rnn.RNNCell.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "arg_types": ["torch.nn.modules.rnn.RNNCell", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of RNNCell", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "nonlinearity": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.rnn.RNNCell.nonlinearity", "name": "nonlinearity", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RNNCellBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.rnn.RNNCellBase", "name": "RNNCellBase", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.rnn.RNNCellBase", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.rnn", "mro": ["torch.nn.modules.rnn.RNNCellBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.rnn.RNNCellBase.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "input_size", "hidden_size", "bias", "num_chunks", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.rnn.RNNCellBase.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "input_size", "hidden_size", "bias", "num_chunks", "device", "dtype"], "arg_types": ["torch.nn.modules.rnn.RNNCellBase", "builtins.int", "builtins.int", "builtins.bool", "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of RNNCellBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.rnn.RNNCellBase.bias", "name": "bias", "type": "builtins.bool"}}, "bias_hh": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.rnn.RNNCellBase.bias_hh", "name": "bias_hh", "type": "torch.nn.parameter.Parameter"}}, "bias_ih": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.rnn.RNNCellBase.bias_ih", "name": "bias_ih", "type": "torch.nn.parameter.Parameter"}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.rnn.RNNCellBase.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.rnn.RNNCellBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of RNNCellBase", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "hidden_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.rnn.RNNCellBase.hidden_size", "name": "hidden_size", "type": "builtins.int"}}, "input_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.rnn.RNNCellBase.input_size", "name": "input_size", "type": "builtins.int"}}, "reset_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.rnn.RNNCellBase.reset_parameters", "name": "reset_parameters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.rnn.RNNCellBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_parameters of RNNCellBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "weight_hh": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.rnn.RNNCellBase.weight_hh", "name": "weight_hh", "type": "torch._tensor.Tensor"}}, "weight_ih": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.rnn.RNNCellBase.weight_ih", "name": "weight_ih", "type": "torch._tensor.Tensor"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_VF": {".class": "SymbolTableNode", "cross_ref": "torch._VF", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.rnn.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.rnn.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.rnn.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.rnn.__package__", "name": "__package__", "type": "builtins.str"}}, "_rnn_impls": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.rnn._rnn_impls", "name": "_rnn_impls", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 5}, "type_of_any": 7}], "type_ref": "builtins.dict"}}}, "apply_permutation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["tensor", "permutation", "dim"], "flags": [], "fullname": "torch.nn.modules.rnn.apply_permutation", "name": "apply_permutation", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["tensor", "permutation", "dim"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "apply_permutation", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef"}, "init": {".class": "SymbolTableNode", "cross_ref": "torch.nn.init", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "numbers": {".class": "SymbolTableNode", "cross_ref": "numbers", "kind": "Gdef"}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/rnn.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/rnn.meta.json b/.mypy_cache/3.9/torch/nn/modules/rnn.meta.json deleted file mode 100644 index c11a38137..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/rnn.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 6, 8, 9, 10, 11, 11, 12, 166, 166, 166, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 5, 5, 5, 5, 5, 20, 10, 10, 20, 20, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["math", "warnings", "numbers", "typing", "torch", "torch.nn.modules.module", "torch.nn.parameter", "torch.nn.utils.rnn", "torch.nn", "torch.nn.init", "torch._VF", "torch.backends.cudnn.rnn", "torch.backends", "torch.backends.cudnn", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "torch.cuda", "torch.nn.utils", "torch.types", "types", "typing_extensions"], "hash": "910769333620efc4c20f4469dbf722f605339816f216cf10d6f60e963c992fa2", "id": "torch.nn.modules.rnn", "ignore_all": true, "interface_hash": "97648ae9258881dee30260938332a36d141434d1677bfd39b9cf0c356d037f4a", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/rnn.py", "plugin_data": null, "size": 53968, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/sparse.data.json b/.mypy_cache/3.9/torch/nn/modules/sparse.data.json deleted file mode 100644 index 489f0a5d0..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/sparse.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.sparse", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Embedding": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.sparse.Embedding", "name": "Embedding", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.sparse.Embedding", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.sparse", "mro": ["torch.nn.modules.sparse.Embedding", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.sparse.Embedding.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "num_embeddings", "embedding_dim", "padding_idx", "max_norm", "norm_type", "scale_grad_by_freq", "sparse", "_weight", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.sparse.Embedding.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "num_embeddings", "embedding_dim", "padding_idx", "max_norm", "norm_type", "scale_grad_by_freq", "sparse", "_weight", "device", "dtype"], "arg_types": ["torch.nn.modules.sparse.Embedding", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.float", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Embedding", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_fill_padding_idx_with_zero": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.sparse.Embedding._fill_padding_idx_with_zero", "name": "_fill_padding_idx_with_zero", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.sparse.Embedding"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_fill_padding_idx_with_zero of Embedding", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "embedding_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.sparse.Embedding.embedding_dim", "name": "embedding_dim", "type": "builtins.int"}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.sparse.Embedding.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.sparse.Embedding"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of Embedding", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.sparse.Embedding.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.sparse.Embedding", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Embedding", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "from_pretrained": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["cls", "embeddings", "freeze", "padding_idx", "max_norm", "norm_type", "scale_grad_by_freq", "sparse"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.modules.sparse.Embedding.from_pretrained", "name": "from_pretrained", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_pretrained", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["cls", "embeddings", "freeze", "padding_idx", "max_norm", "norm_type", "scale_grad_by_freq", "sparse"], "arg_types": [{".class": "TypeType", "item": "torch.nn.modules.sparse.Embedding"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_pretrained of Embedding", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "max_norm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.sparse.Embedding.max_norm", "name": "max_norm", "type": {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}}}, "norm_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.sparse.Embedding.norm_type", "name": "norm_type", "type": "builtins.float"}}, "num_embeddings": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.sparse.Embedding.num_embeddings", "name": "num_embeddings", "type": "builtins.int"}}, "padding_idx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.sparse.Embedding.padding_idx", "name": "padding_idx", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "reset_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.sparse.Embedding.reset_parameters", "name": "reset_parameters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.sparse.Embedding"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_parameters of Embedding", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "scale_grad_by_freq": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.sparse.Embedding.scale_grad_by_freq", "name": "scale_grad_by_freq", "type": "builtins.bool"}}, "sparse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.sparse.Embedding.sparse", "name": "sparse", "type": "builtins.bool"}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.sparse.Embedding.weight", "name": "weight", "type": "torch._tensor.Tensor"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EmbeddingBag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.sparse.EmbeddingBag", "name": "EmbeddingBag", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.sparse.EmbeddingBag", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.sparse", "mro": ["torch.nn.modules.sparse.EmbeddingBag", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.sparse.EmbeddingBag.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "num_embeddings", "embedding_dim", "max_norm", "norm_type", "scale_grad_by_freq", "mode", "sparse", "_weight", "include_last_offset", "padding_idx", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.sparse.EmbeddingBag.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "num_embeddings", "embedding_dim", "max_norm", "norm_type", "scale_grad_by_freq", "mode", "sparse", "_weight", "include_last_offset", "padding_idx", "device", "dtype"], "arg_types": ["torch.nn.modules.sparse.EmbeddingBag", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.float", "builtins.bool", "builtins.str", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of EmbeddingBag", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_fill_padding_idx_with_zero": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.sparse.EmbeddingBag._fill_padding_idx_with_zero", "name": "_fill_padding_idx_with_zero", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.sparse.EmbeddingBag"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_fill_padding_idx_with_zero of EmbeddingBag", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "embedding_dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.sparse.EmbeddingBag.embedding_dim", "name": "embedding_dim", "type": "builtins.int"}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.sparse.EmbeddingBag.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.sparse.EmbeddingBag"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of EmbeddingBag", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "input", "offsets", "per_sample_weights"], "flags": [], "fullname": "torch.nn.modules.sparse.EmbeddingBag.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "input", "offsets", "per_sample_weights"], "arg_types": ["torch.nn.modules.sparse.EmbeddingBag", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of EmbeddingBag", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "from_pretrained": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["cls", "embeddings", "freeze", "max_norm", "norm_type", "scale_grad_by_freq", "mode", "sparse", "include_last_offset", "padding_idx"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.modules.sparse.EmbeddingBag.from_pretrained", "name": "from_pretrained", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["cls", "embeddings", "freeze", "max_norm", "norm_type", "scale_grad_by_freq", "mode", "sparse", "include_last_offset", "padding_idx"], "arg_types": [{".class": "TypeType", "item": "torch.nn.modules.sparse.EmbeddingBag"}, "torch._tensor.Tensor", "builtins.bool", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.float", "builtins.bool", "builtins.str", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_pretrained of EmbeddingBag", "ret_type": "torch.nn.modules.sparse.EmbeddingBag", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_pretrained", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["cls", "embeddings", "freeze", "max_norm", "norm_type", "scale_grad_by_freq", "mode", "sparse", "include_last_offset", "padding_idx"], "arg_types": [{".class": "TypeType", "item": "torch.nn.modules.sparse.EmbeddingBag"}, "torch._tensor.Tensor", "builtins.bool", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.float", "builtins.bool", "builtins.str", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_pretrained of EmbeddingBag", "ret_type": "torch.nn.modules.sparse.EmbeddingBag", "type_guard": null, "variables": []}}}}, "include_last_offset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.sparse.EmbeddingBag.include_last_offset", "name": "include_last_offset", "type": "builtins.bool"}}, "max_norm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.sparse.EmbeddingBag.max_norm", "name": "max_norm", "type": {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}}}, "mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.sparse.EmbeddingBag.mode", "name": "mode", "type": "builtins.str"}}, "norm_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.sparse.EmbeddingBag.norm_type", "name": "norm_type", "type": "builtins.float"}}, "num_embeddings": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.sparse.EmbeddingBag.num_embeddings", "name": "num_embeddings", "type": "builtins.int"}}, "padding_idx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.sparse.EmbeddingBag.padding_idx", "name": "padding_idx", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "reset_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.sparse.EmbeddingBag.reset_parameters", "name": "reset_parameters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.sparse.EmbeddingBag"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_parameters of EmbeddingBag", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "scale_grad_by_freq": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.sparse.EmbeddingBag.scale_grad_by_freq", "name": "scale_grad_by_freq", "type": "builtins.bool"}}, "sparse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.sparse.EmbeddingBag.sparse", "name": "sparse", "type": "builtins.bool"}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.sparse.EmbeddingBag.weight", "name": "weight", "type": "torch._tensor.Tensor"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Parameter": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.Parameter", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.sparse.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.sparse.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.sparse.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.sparse.__package__", "name": "__package__", "type": "builtins.str"}}, "init": {".class": "SymbolTableNode", "cross_ref": "torch.nn.init", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/sparse.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/sparse.meta.json b/.mypy_cache/3.9/torch/nn/modules/sparse.meta.json deleted file mode 100644 index 0f91178ac..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/sparse.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 5, 7, 8, 8, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 20, 10, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["typing", "torch", "torch.nn.parameter", "torch.nn.modules.module", "torch.nn", "torch.nn.functional", "torch.nn.init", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode"], "hash": "447f730f336fb3724c9b2df7b387994badb1bd204e5d47fb2d6c414b60f0fbc5", "id": "torch.nn.modules.sparse", "ignore_all": true, "interface_hash": "f458684d93ad0ece059b15ee0181116be2a68f9d40a765c70ea86db6a920c1f0", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/sparse.py", "plugin_data": null, "size": 23015, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/transformer.data.json b/.mypy_cache/3.9/torch/nn/modules/transformer.data.json deleted file mode 100644 index dccc7850d..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/transformer.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.transformer", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Dropout": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.dropout.Dropout", "kind": "Gdef"}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "LayerNorm": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.normalization.LayerNorm", "kind": "Gdef"}, "Linear": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.linear.Linear", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "ModuleList": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.container.ModuleList", "kind": "Gdef"}, "MultiheadAttention": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.activation.MultiheadAttention", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "Transformer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.transformer.Transformer", "name": "Transformer", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.transformer.Transformer", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.transformer", "mro": ["torch.nn.modules.transformer.Transformer", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "d_model", "nhead", "num_encoder_layers", "num_decoder_layers", "dim_feedforward", "dropout", "activation", "custom_encoder", "custom_decoder", "layer_norm_eps", "batch_first", "norm_first", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.transformer.Transformer.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "d_model", "nhead", "num_encoder_layers", "num_decoder_layers", "dim_feedforward", "dropout", "activation", "custom_encoder", "custom_decoder", "layer_norm_eps", "batch_first", "norm_first", "device", "dtype"], "arg_types": ["torch.nn.modules.transformer.Transformer", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.float", {".class": "UnionType", "items": ["builtins.str", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "builtins.float", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Transformer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_reset_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.transformer.Transformer._reset_parameters", "name": "_reset_parameters", "type": null}}, "batch_first": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.Transformer.batch_first", "name": "batch_first", "type": "builtins.bool"}}, "d_model": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.Transformer.d_model", "name": "d_model", "type": "builtins.int"}}, "decoder": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.Transformer.decoder", "name": "decoder", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "encoder": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.Transformer.encoder", "name": "encoder", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "src", "tgt", "src_mask", "tgt_mask", "memory_mask", "src_key_padding_mask", "tgt_key_padding_mask", "memory_key_padding_mask"], "flags": [], "fullname": "torch.nn.modules.transformer.Transformer.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "src", "tgt", "src_mask", "tgt_mask", "memory_mask", "src_key_padding_mask", "tgt_key_padding_mask", "memory_key_padding_mask"], "arg_types": ["torch.nn.modules.transformer.Transformer", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Transformer", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "generate_square_subsequent_mask": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["sz"], "flags": ["is_static", "is_decorated"], "fullname": "torch.nn.modules.transformer.Transformer.generate_square_subsequent_mask", "name": "generate_square_subsequent_mask", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["sz"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "generate_square_subsequent_mask of Transformer", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "generate_square_subsequent_mask", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["sz"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "generate_square_subsequent_mask of Transformer", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "nhead": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.Transformer.nhead", "name": "nhead", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TransformerDecoder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.transformer.TransformerDecoder", "name": "TransformerDecoder", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoder", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.transformer", "mro": ["torch.nn.modules.transformer.TransformerDecoder", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.transformer.TransformerDecoder.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "decoder_layer", "num_layers", "norm"], "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoder.__init__", "name": "__init__", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "tgt", "memory", "tgt_mask", "memory_mask", "tgt_key_padding_mask", "memory_key_padding_mask"], "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoder.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "tgt", "memory", "tgt_mask", "memory_mask", "tgt_key_padding_mask", "memory_key_padding_mask"], "arg_types": ["torch.nn.modules.transformer.TransformerDecoder", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of TransformerDecoder", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "layers": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoder.layers", "name": "layers", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "norm": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoder.norm", "name": "norm", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "num_layers": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoder.num_layers", "name": "num_layers", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TransformerDecoderLayer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer", "name": "TransformerDecoderLayer", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.transformer", "mro": ["torch.nn.modules.transformer.TransformerDecoderLayer", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "d_model", "nhead", "dim_feedforward", "dropout", "activation", "layer_norm_eps", "batch_first", "norm_first", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "d_model", "nhead", "dim_feedforward", "dropout", "activation", "layer_norm_eps", "batch_first", "norm_first", "device", "dtype"], "arg_types": ["torch.nn.modules.transformer.TransformerDecoderLayer", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TransformerDecoderLayer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer.__setstate__", "name": "__setstate__", "type": null}}, "_ff_block": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer._ff_block", "name": "_ff_block", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": ["torch.nn.modules.transformer.TransformerDecoderLayer", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_ff_block of TransformerDecoderLayer", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_mha_block": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "x", "mem", "attn_mask", "key_padding_mask"], "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer._mha_block", "name": "_mha_block", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "x", "mem", "attn_mask", "key_padding_mask"], "arg_types": ["torch.nn.modules.transformer.TransformerDecoderLayer", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_mha_block of TransformerDecoderLayer", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_sa_block": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "x", "attn_mask", "key_padding_mask"], "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer._sa_block", "name": "_sa_block", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "x", "attn_mask", "key_padding_mask"], "arg_types": ["torch.nn.modules.transformer.TransformerDecoderLayer", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sa_block of TransformerDecoderLayer", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "activation": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer.activation", "name": "activation", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "dropout": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer.dropout", "name": "dropout", "type": "torch.nn.modules.dropout.Dropout"}}, "dropout1": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer.dropout1", "name": "dropout1", "type": "torch.nn.modules.dropout.Dropout"}}, "dropout2": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer.dropout2", "name": "dropout2", "type": "torch.nn.modules.dropout.Dropout"}}, "dropout3": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer.dropout3", "name": "dropout3", "type": "torch.nn.modules.dropout.Dropout"}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "tgt", "memory", "tgt_mask", "memory_mask", "tgt_key_padding_mask", "memory_key_padding_mask"], "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "tgt", "memory", "tgt_mask", "memory_mask", "tgt_key_padding_mask", "memory_key_padding_mask"], "arg_types": ["torch.nn.modules.transformer.TransformerDecoderLayer", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of TransformerDecoderLayer", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "linear1": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer.linear1", "name": "linear1", "type": "torch.nn.modules.linear.Linear"}}, "linear2": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer.linear2", "name": "linear2", "type": "torch.nn.modules.linear.Linear"}}, "multihead_attn": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer.multihead_attn", "name": "multihead_attn", "type": "torch.nn.modules.activation.MultiheadAttention"}}, "norm1": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer.norm1", "name": "norm1", "type": "torch.nn.modules.normalization.LayerNorm"}}, "norm2": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer.norm2", "name": "norm2", "type": "torch.nn.modules.normalization.LayerNorm"}}, "norm3": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer.norm3", "name": "norm3", "type": "torch.nn.modules.normalization.LayerNorm"}}, "norm_first": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer.norm_first", "name": "norm_first", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "self_attn": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerDecoderLayer.self_attn", "name": "self_attn", "type": "torch.nn.modules.activation.MultiheadAttention"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TransformerEncoder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.transformer.TransformerEncoder", "name": "TransformerEncoder", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoder", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.transformer", "mro": ["torch.nn.modules.transformer.TransformerEncoder", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.transformer.TransformerEncoder.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "encoder_layer", "num_layers", "norm"], "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoder.__init__", "name": "__init__", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "src", "mask", "src_key_padding_mask"], "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoder.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "src", "mask", "src_key_padding_mask"], "arg_types": ["torch.nn.modules.transformer.TransformerEncoder", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of TransformerEncoder", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "layers": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoder.layers", "name": "layers", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "norm": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoder.norm", "name": "norm", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "num_layers": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoder.num_layers", "name": "num_layers", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TransformerEncoderLayer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.transformer.TransformerEncoderLayer", "name": "TransformerEncoderLayer", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoderLayer", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.transformer", "mro": ["torch.nn.modules.transformer.TransformerEncoderLayer", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.transformer.TransformerEncoderLayer.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "d_model", "nhead", "dim_feedforward", "dropout", "activation", "layer_norm_eps", "batch_first", "norm_first", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoderLayer.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "d_model", "nhead", "dim_feedforward", "dropout", "activation", "layer_norm_eps", "batch_first", "norm_first", "device", "dtype"], "arg_types": ["torch.nn.modules.transformer.TransformerEncoderLayer", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TransformerEncoderLayer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoderLayer.__setstate__", "name": "__setstate__", "type": null}}, "_ff_block": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoderLayer._ff_block", "name": "_ff_block", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": ["torch.nn.modules.transformer.TransformerEncoderLayer", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_ff_block of TransformerEncoderLayer", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_sa_block": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "x", "attn_mask", "key_padding_mask"], "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoderLayer._sa_block", "name": "_sa_block", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "x", "attn_mask", "key_padding_mask"], "arg_types": ["torch.nn.modules.transformer.TransformerEncoderLayer", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_sa_block of TransformerEncoderLayer", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "activation": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoderLayer.activation", "name": "activation", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "dropout": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoderLayer.dropout", "name": "dropout", "type": "torch.nn.modules.dropout.Dropout"}}, "dropout1": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoderLayer.dropout1", "name": "dropout1", "type": "torch.nn.modules.dropout.Dropout"}}, "dropout2": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoderLayer.dropout2", "name": "dropout2", "type": "torch.nn.modules.dropout.Dropout"}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "src", "src_mask", "src_key_padding_mask"], "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoderLayer.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "src", "src_mask", "src_key_padding_mask"], "arg_types": ["torch.nn.modules.transformer.TransformerEncoderLayer", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of TransformerEncoderLayer", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "linear1": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoderLayer.linear1", "name": "linear1", "type": "torch.nn.modules.linear.Linear"}}, "linear2": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoderLayer.linear2", "name": "linear2", "type": "torch.nn.modules.linear.Linear"}}, "norm1": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoderLayer.norm1", "name": "norm1", "type": "torch.nn.modules.normalization.LayerNorm"}}, "norm2": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoderLayer.norm2", "name": "norm2", "type": "torch.nn.modules.normalization.LayerNorm"}}, "norm_first": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoderLayer.norm_first", "name": "norm_first", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "self_attn": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.transformer.TransformerEncoderLayer.self_attn", "name": "self_attn", "type": "torch.nn.modules.activation.MultiheadAttention"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.transformer.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.transformer.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.transformer.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.transformer.__package__", "name": "__package__", "type": "builtins.str"}}, "_get_activation_fn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["activation"], "flags": [], "fullname": "torch.nn.modules.transformer._get_activation_fn", "name": "_get_activation_fn", "type": null}}, "_get_clones": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["module", "N"], "flags": [], "fullname": "torch.nn.modules.transformer._get_clones", "name": "_get_clones", "type": null}}, "copy": {".class": "SymbolTableNode", "cross_ref": "copy", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "xavier_uniform_": {".class": "SymbolTableNode", "cross_ref": "torch.nn.init.xavier_uniform_", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/transformer.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/transformer.meta.json b/.mypy_cache/3.9/torch/nn/modules/transformer.meta.json deleted file mode 100644 index 1d514d27b..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/transformer.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 4, 6, 6, 7, 8, 9, 10, 11, 12, 13, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 20, 10, 5, 5, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30], "dependencies": ["copy", "typing", "torch", "torch.nn", "torch.nn.functional", "torch.nn.modules.module", "torch.nn.modules.activation", "torch.nn.modules.container", "torch.nn.init", "torch.nn.modules.dropout", "torch.nn.modules.linear", "torch.nn.modules.normalization", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "typing_extensions"], "hash": "c87b6208e037c63809c0876e127efce7103d646ac945d4c3522061271c4593f0", "id": "torch.nn.modules.transformer", "ignore_all": true, "interface_hash": "34123c72949beea0baa064541e345d8add8d992d633b7dfda33e27eab8b63800", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/transformer.py", "plugin_data": null, "size": 23524, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/upsampling.data.json b/.mypy_cache/3.9/torch/nn/modules/upsampling.data.json deleted file mode 100644 index dbc3d8f35..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/upsampling.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.upsampling", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "Upsample": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.upsampling.Upsample", "name": "Upsample", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.upsampling.Upsample", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.upsampling", "mro": ["torch.nn.modules.upsampling.Upsample", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.upsampling.Upsample.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "size", "scale_factor", "mode", "align_corners"], "flags": [], "fullname": "torch.nn.modules.upsampling.Upsample.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "size", "scale_factor", "mode", "align_corners"], "arg_types": ["torch.nn.modules.upsampling.Upsample", {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Upsample", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "align_corners": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.upsampling.Upsample.align_corners", "name": "align_corners", "type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.upsampling.Upsample.extra_repr", "name": "extra_repr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.upsampling.Upsample"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extra_repr of Upsample", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.upsampling.Upsample.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.upsampling.Upsample", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Upsample", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.upsampling.Upsample.mode", "name": "mode", "type": "builtins.str"}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.upsampling.Upsample.name", "name": "name", "type": "builtins.str"}}, "scale_factor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.upsampling.Upsample.scale_factor", "name": "scale_factor", "type": {".class": "UnionType", "items": ["builtins.float", {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.upsampling.Upsample.size", "name": "size", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UpsamplingBilinear2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.upsampling.Upsample"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.upsampling.UpsamplingBilinear2d", "name": "UpsamplingBilinear2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.upsampling.UpsamplingBilinear2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.upsampling", "mro": ["torch.nn.modules.upsampling.UpsamplingBilinear2d", "torch.nn.modules.upsampling.Upsample", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "size", "scale_factor"], "flags": [], "fullname": "torch.nn.modules.upsampling.UpsamplingBilinear2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "size", "scale_factor"], "arg_types": ["torch.nn.modules.upsampling.UpsamplingBilinear2d", {".class": "UnionType", "items": ["builtins.int", {".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"}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of UpsamplingBilinear2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UpsamplingNearest2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.upsampling.Upsample"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.upsampling.UpsamplingNearest2d", "name": "UpsamplingNearest2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.upsampling.UpsamplingNearest2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.upsampling", "mro": ["torch.nn.modules.upsampling.UpsamplingNearest2d", "torch.nn.modules.upsampling.Upsample", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "size", "scale_factor"], "flags": [], "fullname": "torch.nn.modules.upsampling.UpsamplingNearest2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "size", "scale_factor"], "arg_types": ["torch.nn.modules.upsampling.UpsamplingNearest2d", {".class": "UnionType", "items": ["builtins.int", {".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"}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of UpsamplingNearest2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.upsampling.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.upsampling.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.upsampling.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.upsampling.__package__", "name": "__package__", "type": "builtins.str"}}, "_ratio_2_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._ratio_2_t", "kind": "Gdef"}, "_ratio_any_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._ratio_any_t", "kind": "Gdef"}, "_size_2_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_2_t", "kind": "Gdef"}, "_size_any_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_any_t", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/upsampling.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/upsampling.meta.json b/.mypy_cache/3.9/torch/nn/modules/upsampling.meta.json deleted file mode 100644 index 03b996940..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/upsampling.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 4, 5, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 20, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch.nn.modules.module", "torch.nn", "torch.nn.functional", "torch", "typing", "torch.nn.common_types", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._tensor", "typing_extensions"], "hash": "96f31264128d409ab16f20dc6b8c9c8b47987c4e3344325b61a83a698ecb2517", "id": "torch.nn.modules.upsampling", "ignore_all": true, "interface_hash": "880222f93c5ef2d582d5e85c5126cd8fb503fa047a1af10dcc032476212ff4f2", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/upsampling.py", "plugin_data": null, "size": 10084, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/utils.data.json b/.mypy_cache/3.9/torch/nn/modules/utils.data.json deleted file mode 100644 index 2cc5797d5..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/utils.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.modules.utils", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.utils.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.utils.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.utils.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.utils.__package__", "name": "__package__", "type": "builtins.str"}}, "_list_with_default": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["out_size", "defaults"], "flags": [], "fullname": "torch.nn.modules.utils._list_with_default", "name": "_list_with_default", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["out_size", "defaults"], "arg_types": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_list_with_default", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_ntuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["n"], "flags": [], "fullname": "torch.nn.modules.utils._ntuple", "name": "_ntuple", "type": null}}, "_pair": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.utils._pair", "name": "_pair", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_quadruple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.utils._quadruple", "name": "_quadruple", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_reverse_repeat_tuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["t", "n"], "flags": [], "fullname": "torch.nn.modules.utils._reverse_repeat_tuple", "name": "_reverse_repeat_tuple", "type": null}}, "_single": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.utils._single", "name": "_single", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_triple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.utils._triple", "name": "_triple", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "consume_prefix_in_state_dict_if_present": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["state_dict", "prefix"], "flags": [], "fullname": "torch.nn.modules.utils.consume_prefix_in_state_dict_if_present", "name": "consume_prefix_in_state_dict_if_present", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["state_dict", "prefix"], "arg_types": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "consume_prefix_in_state_dict_if_present", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "repeat": {".class": "SymbolTableNode", "cross_ref": "itertools.repeat", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/utils.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/modules/utils.meta.json b/.mypy_cache/3.9/torch/nn/modules/utils.meta.json deleted file mode 100644 index 9f7e9d1c7..000000000 --- a/.mypy_cache/3.9/torch/nn/modules/utils.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 30, 30, 30, 30], "dependencies": ["collections", "itertools", "typing", "builtins", "_typeshed", "abc", "collections.abc", "typing_extensions"], "hash": "ac532caa3abebcd050fa2c4d26e3cdfed5178270f5ae2cf9ba7cdb30a4bfd813", "id": "torch.nn.modules.utils", "ignore_all": true, "interface_hash": "8e5acd572be5643349ac13ff19f5b279ebafe3072c7c7607595a57e86963b88b", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/modules/utils.py", "plugin_data": null, "size": 2251, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/parallel/__init__.data.json b/.mypy_cache/3.9/torch/nn/parallel/__init__.data.json deleted file mode 100644 index 92c31a426..000000000 --- a/.mypy_cache/3.9/torch/nn/parallel/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.parallel", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "DataParallel": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parallel.data_parallel.DataParallel", "kind": "Gdef"}, "DistributedDataParallel": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parallel.distributed.DistributedDataParallel", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.__package__", "name": "__package__", "type": "builtins.str"}}, "data_parallel": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parallel.data_parallel.data_parallel", "kind": "Gdef"}, "gather": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parallel.scatter_gather.gather", "kind": "Gdef"}, "parallel_apply": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parallel.parallel_apply.parallel_apply", "kind": "Gdef"}, "replicate": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parallel.replicate.replicate", "kind": "Gdef"}, "scatter": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parallel.scatter_gather.scatter", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/parallel/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/parallel/__init__.meta.json b/.mypy_cache/3.9/torch/nn/parallel/__init__.meta.json deleted file mode 100644 index a064beb3f..000000000 --- a/.mypy_cache/3.9/torch/nn/parallel/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch.nn.parallel.data_parallel", "torch.nn.parallel.distributed", "torch.nn.parallel.parallel_apply", "torch.nn.parallel.replicate", "torch.nn.parallel.scatter_gather", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "cb454269625e36d2aeaee936254df1ae20b45cec7d97a22f3943e87a50be050a", "id": "torch.nn.parallel", "ignore_all": true, "interface_hash": "340a9546e548a04761bc2939786d59db6e8dcd441fa5a141f80c69528b68ab3f", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/parallel/__init__.pyi", "plugin_data": null, "size": 336, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/parallel/common_types.data.json b/.mypy_cache/3.9/torch/nn/parallel/common_types.data.json deleted file mode 100644 index a643bbe46..000000000 --- a/.mypy_cache/3.9/torch/nn/parallel/common_types.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.parallel.common_types", "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}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.common_types.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.common_types.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.common_types.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.common_types.__package__", "name": "__package__", "type": "builtins.str"}}, "_device_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.parallel.common_types._device_t", "line": 4, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.int", "torch._C.device"]}}}, "_devices_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.parallel.common_types._devices_t", "line": 5, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.parallel.common_types._device_t"}], "type_ref": "typing.Sequence"}}}, "device": {".class": "SymbolTableNode", "cross_ref": "torch._C.device", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/parallel/common_types.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/parallel/common_types.meta.json b/.mypy_cache/3.9/torch/nn/parallel/common_types.meta.json deleted file mode 100644 index ee8965f31..000000000 --- a/.mypy_cache/3.9/torch/nn/parallel/common_types.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["typing", "torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "abc", "torch._C"], "hash": "76d8dba60c9e5cfcdb95fa7110624b082402e1a9d0a0a8c22cb10a8f39501ac4", "id": "torch.nn.parallel.common_types", "ignore_all": true, "interface_hash": "95b7dd47ef0a3214aa6661bc151b77efc7871752bf70ba3a65528dc17cf0cb99", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/parallel/common_types.pyi", "plugin_data": null, "size": 123, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/parallel/data_parallel.data.json b/.mypy_cache/3.9/torch/nn/parallel/data_parallel.data.json deleted file mode 100644 index df7ff9f22..000000000 --- a/.mypy_cache/3.9/torch/nn/parallel/data_parallel.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.parallel.data_parallel", "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}, "DataParallel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.parallel.data_parallel.DataParallel", "name": "DataParallel", "type_vars": []}, "flags": [], "fullname": "torch.nn.parallel.data_parallel.DataParallel", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.parallel.data_parallel", "mro": ["torch.nn.parallel.data_parallel.DataParallel", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "module", "device_ids", "output_device", "dim"], "flags": [], "fullname": "torch.nn.parallel.data_parallel.DataParallel.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "module", "device_ids", "output_device", "dim"], "arg_types": ["torch.nn.parallel.data_parallel.DataParallel", "torch.nn.modules.module.Module", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.parallel.common_types._device_t"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", "torch._C.device", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of DataParallel", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "device_ids": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.parallel.data_parallel.DataParallel.device_ids", "name": "device_ids", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.parallel.common_types._devices_t"}}}, "dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.parallel.data_parallel.DataParallel.dim", "name": "dim", "type": "builtins.int"}}, "module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.parallel.data_parallel.DataParallel.module", "name": "module", "type": "torch.nn.modules.module.Module"}}, "output_device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.parallel.data_parallel.DataParallel.output_device", "name": "output_device", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.parallel.common_types._device_t"}}}, "src_device_obj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.parallel.data_parallel.DataParallel.src_device_obj", "name": "src_device_obj", "type": "torch._C.device"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.data_parallel.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.data_parallel.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.data_parallel.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.data_parallel.__package__", "name": "__package__", "type": "builtins.str"}}, "_device_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parallel.common_types._device_t", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_devices_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parallel.common_types._devices_t", "kind": "Gdef", "module_hidden": true, "module_public": false}, "data_parallel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["module", "inputs", "device_ids", "output_device", "dim", "module_kwargs"], "flags": [], "fullname": "torch.nn.parallel.data_parallel.data_parallel", "name": "data_parallel", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["module", "inputs", "device_ids", "output_device", "dim", "module_kwargs"], "arg_types": ["torch.nn.modules.module.Module", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.parallel.common_types._device_t"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", "torch._C.device", {".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", "implicit": false, "is_ellipsis_args": false, "name": "data_parallel", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "device": {".class": "SymbolTableNode", "cross_ref": "torch._C.device", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/parallel/data_parallel.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/parallel/data_parallel.meta.json b/.mypy_cache/3.9/torch/nn/parallel/data_parallel.meta.json deleted file mode 100644 index 30a43c25b..000000000 --- a/.mypy_cache/3.9/torch/nn/parallel/data_parallel.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["typing", "torch.nn.parallel.common_types", "torch.nn.modules", "torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch.nn.modules.module"], "hash": "e782ecfbe4c3687f62e98ed0555b8570ec3d312ca545045b8eaadb9e61334952", "id": "torch.nn.parallel.data_parallel", "ignore_all": true, "interface_hash": "288c39bba1c8ddf64ca4c065a598cef54c54175773ddf4750e2294bfd6a14427", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/parallel/data_parallel.pyi", "plugin_data": null, "size": 717, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/parallel/distributed.data.json b/.mypy_cache/3.9/torch/nn/parallel/distributed.data.json deleted file mode 100644 index 9d86add9e..000000000 --- a/.mypy_cache/3.9/torch/nn/parallel/distributed.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.parallel.distributed", "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}, "DistributedDataParallel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.parallel.distributed.DistributedDataParallel", "name": "DistributedDataParallel", "type_vars": []}, "flags": [], "fullname": "torch.nn.parallel.distributed.DistributedDataParallel", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.parallel.distributed", "mro": ["torch.nn.parallel.distributed.DistributedDataParallel", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "module", "device_ids", "output_device", "dim", "broadcast_buffers", "process_group", "bucket_cap_mb", "find_unused_parameters", "check_reduction"], "flags": [], "fullname": "torch.nn.parallel.distributed.DistributedDataParallel.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "module", "device_ids", "output_device", "dim", "broadcast_buffers", "process_group", "bucket_cap_mb", "find_unused_parameters", "check_reduction"], "arg_types": ["torch.nn.parallel.distributed.DistributedDataParallel", "torch.nn.modules.module.Module", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.parallel.common_types._device_t"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", "torch._C.device", {".class": "NoneType"}]}, "builtins.int", "builtins.bool", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "builtins.float", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of DistributedDataParallel", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "broadcast_bucket_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.parallel.distributed.DistributedDataParallel.broadcast_bucket_size", "name": "broadcast_bucket_size", "type": "builtins.float"}}, "broadcast_buffers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.parallel.distributed.DistributedDataParallel.broadcast_buffers", "name": "broadcast_buffers", "type": "builtins.bool"}}, "bucket_bytes_cap": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.parallel.distributed.DistributedDataParallel.bucket_bytes_cap", "name": "bucket_bytes_cap", "type": "builtins.float"}}, "check_reduction": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.parallel.distributed.DistributedDataParallel.check_reduction", "name": "check_reduction", "type": "builtins.bool"}}, "device_ids": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.parallel.distributed.DistributedDataParallel.device_ids", "name": "device_ids", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.parallel.common_types._devices_t"}}}, "dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.parallel.distributed.DistributedDataParallel.dim", "name": "dim", "type": "builtins.int"}}, "module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.parallel.distributed.DistributedDataParallel.module", "name": "module", "type": "torch.nn.modules.module.Module"}}, "output_device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.parallel.distributed.DistributedDataParallel.output_device", "name": "output_device", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.parallel.common_types._device_t"}}}, "process_group": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.parallel.distributed.DistributedDataParallel.process_group", "name": "process_group", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.distributed.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.distributed.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.distributed.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.distributed.__package__", "name": "__package__", "type": "builtins.str"}}, "_device_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parallel.common_types._device_t", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_devices_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parallel.common_types._devices_t", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/parallel/distributed.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/parallel/distributed.meta.json b/.mypy_cache/3.9/torch/nn/parallel/distributed.meta.json deleted file mode 100644 index ebd263eec..000000000 --- a/.mypy_cache/3.9/torch/nn/parallel/distributed.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["torch.nn.modules", "typing", "torch.nn.parallel.common_types", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch.nn.modules.module"], "hash": "26b4d5b3ff4fbab49c0136aa43fabc3392943d58ebc900a42d59725d6ef78c7c", "id": "torch.nn.parallel.distributed", "ignore_all": true, "interface_hash": "f63762525dfdc21e3cfd9b5d612f5f2952a8baca87af8bcb6201fb812941f205", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/parallel/distributed.pyi", "plugin_data": null, "size": 860, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/parallel/parallel_apply.data.json b/.mypy_cache/3.9/torch/nn/parallel/parallel_apply.data.json deleted file mode 100644 index 9677c7f5a..000000000 --- a/.mypy_cache/3.9/torch/nn/parallel/parallel_apply.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.parallel.parallel_apply", "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.parallel_apply.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.parallel_apply.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.parallel_apply.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.parallel_apply.__package__", "name": "__package__", "type": "builtins.str"}}, "_devices_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parallel.common_types._devices_t", "kind": "Gdef", "module_hidden": true, "module_public": false}, "parallel_apply": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["modules", "inputs", "kwargs_tup", "devices"], "flags": [], "fullname": "torch.nn.parallel.parallel_apply.parallel_apply", "name": "parallel_apply", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["modules", "inputs", "kwargs_tup", "devices"], "arg_types": [{".class": "Instance", "args": ["torch.nn.modules.module.Module"], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.parallel.common_types._device_t"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parallel_apply", "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": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/parallel/parallel_apply.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/parallel/parallel_apply.meta.json b/.mypy_cache/3.9/torch/nn/parallel/parallel_apply.meta.json deleted file mode 100644 index 128ca1c1b..000000000 --- a/.mypy_cache/3.9/torch/nn/parallel/parallel_apply.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["typing", "torch.nn.parallel.common_types", "torch.nn.modules", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "403e89a1b1c2319dc0f9eee2a5901758c9cc4c56e60cd5b9994d7c2c58b811dc", "id": "torch.nn.parallel.parallel_apply", "ignore_all": true, "interface_hash": "cf2dd30af0d2e9bddb5f41e165c5d054195b9731d39b14272e0484f71f94c4f0", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/parallel/parallel_apply.pyi", "plugin_data": null, "size": 293, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/parallel/replicate.data.json b/.mypy_cache/3.9/torch/nn/parallel/replicate.data.json deleted file mode 100644 index bd00f696b..000000000 --- a/.mypy_cache/3.9/torch/nn/parallel/replicate.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.parallel.replicate", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "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}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.replicate.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.replicate.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.replicate.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.replicate.__package__", "name": "__package__", "type": "builtins.str"}}, "_devices_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parallel.common_types._devices_t", "kind": "Gdef", "module_hidden": true, "module_public": false}, "replicate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["network", "devices", "detach"], "flags": [], "fullname": "torch.nn.parallel.replicate.replicate", "name": "replicate", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["network", "devices", "detach"], "arg_types": ["torch.nn.modules.module.Module", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.parallel.common_types._devices_t"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.parallel.common_types._devices_t"}], "type_ref": "typing.Sequence"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "replicate", "ret_type": {".class": "Instance", "args": ["torch.nn.modules.module.Module"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/parallel/replicate.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/parallel/replicate.meta.json b/.mypy_cache/3.9/torch/nn/parallel/replicate.meta.json deleted file mode 100644 index f9eac0c08..000000000 --- a/.mypy_cache/3.9/torch/nn/parallel/replicate.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["typing", "torch.nn.modules", "torch.nn.parallel.common_types", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "8a2913ae4fb402827c77f8be8fc55ed4a71d3933c44be4cd74e7280c3ed904c7", "id": "torch.nn.parallel.replicate", "ignore_all": true, "interface_hash": "64693b6a29663d29c34f2d2e254bde9074b8e9a789a80f83e237767e2c82dc0d", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/parallel/replicate.pyi", "plugin_data": null, "size": 245, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/parallel/scatter_gather.data.json b/.mypy_cache/3.9/torch/nn/parallel/scatter_gather.data.json deleted file mode 100644 index d2f007205..000000000 --- a/.mypy_cache/3.9/torch/nn/parallel/scatter_gather.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.parallel.scatter_gather", "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}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "torch.nn.parallel.scatter_gather.T", "name": "T", "upper_bound": "builtins.object", "values": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}], "variance": 0}}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.scatter_gather.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.scatter_gather.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.scatter_gather.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parallel.scatter_gather.__package__", "name": "__package__", "type": "builtins.str"}}, "_device_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parallel.common_types._device_t", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_devices_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parallel.common_types._devices_t", "kind": "Gdef", "module_hidden": true, "module_public": false}, "gather": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["outputs", "target_device", "dim"], "flags": [], "fullname": "torch.nn.parallel.scatter_gather.gather", "name": "gather", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["outputs", "target_device", "dim"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.parallel.common_types._device_t"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gather", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "scatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "torch.nn.parallel.scatter_gather.scatter", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["inputs", "target_gpus", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch.nn.parallel.scatter_gather.scatter", "name": "scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["inputs", "target_gpus", "dim"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.parallel.common_types._devices_t"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["inputs", "target_gpus", "dim"], "flags": ["is_overload", "is_decorated"], "fullname": "torch.nn.parallel.scatter_gather.scatter", "name": "scatter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["inputs", "target_gpus", "dim"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.parallel.scatter_gather.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.parallel.common_types._devices_t"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "torch.nn.parallel.scatter_gather.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.parallel.scatter_gather.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "scatter", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["inputs", "target_gpus", "dim"], "arg_types": ["torch._tensor.Tensor", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.parallel.common_types._devices_t"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter", "ret_type": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["inputs", "target_gpus", "dim"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.parallel.scatter_gather.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.parallel.common_types._devices_t"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "torch.nn.parallel.scatter_gather.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.parallel.scatter_gather.T", "id": -1, "name": "T", "upper_bound": "builtins.object", "values": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}], "variance": 0}]}]}}}, "scatter_kwargs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["inputs", "kwargs", "target_gpus", "dim"], "flags": [], "fullname": "torch.nn.parallel.scatter_gather.scatter_kwargs", "name": "scatter_kwargs", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["inputs", "kwargs", "target_gpus", "dim"], "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}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.parallel.common_types._devices_t"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scatter_kwargs", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/parallel/scatter_gather.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/parallel/scatter_gather.meta.json b/.mypy_cache/3.9/torch/nn/parallel/scatter_gather.meta.json deleted file mode 100644 index 999cf7c6d..000000000 --- a/.mypy_cache/3.9/torch/nn/parallel/scatter_gather.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["typing", "torch", "torch.nn.parallel.common_types", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time"], "hash": "988c3bf3f347011ed26703ae892ceed6b5684b71503341eb8e754ea93d2013b3", "id": "torch.nn.parallel.scatter_gather", "ignore_all": true, "interface_hash": "61b0718737740be26f949cd8054e71191dcce3fbdcef632119de9954c3f7255b", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/parallel/scatter_gather.pyi", "plugin_data": null, "size": 989, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/parameter.data.json b/.mypy_cache/3.9/torch/nn/parameter.data.json deleted file mode 100644 index d894684c6..000000000 --- a/.mypy_cache/3.9/torch/nn/parameter.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.parameter", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Parameter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._tensor.Tensor"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.parameter.Parameter", "name": "Parameter", "type_vars": []}, "flags": [], "fullname": "torch.nn.parameter.Parameter", "metaclass_type": "torch._C._TensorMeta", "metadata": {}, "module_name": "torch.nn.parameter", "mro": ["torch.nn.parameter.Parameter", "torch._tensor.Tensor", "torch._C._TensorBase", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "data", "requires_grad"], "flags": [], "fullname": "torch.nn.parameter.Parameter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "data", "requires_grad"], "arg_types": ["torch.nn.parameter.Parameter", "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Parameter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "UninitializedBuffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._tensor.Tensor"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.parameter.UninitializedBuffer", "name": "UninitializedBuffer", "type_vars": []}, "flags": [], "fullname": "torch.nn.parameter.UninitializedBuffer", "metaclass_type": "torch._C._TensorMeta", "metadata": {}, "module_name": "torch.nn.parameter", "mro": ["torch.nn.parameter.UninitializedBuffer", "torch._tensor.Tensor", "torch._C._TensorBase", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "data", "requires_grad"], "flags": [], "fullname": "torch.nn.parameter.UninitializedBuffer.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "data", "requires_grad"], "arg_types": ["torch.nn.parameter.UninitializedBuffer", "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of UninitializedBuffer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "materialize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "shape", "device", "dtype"], "flags": [], "fullname": "torch.nn.parameter.UninitializedBuffer.materialize", "name": "materialize", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "shape", "device", "dtype"], "arg_types": ["torch.nn.parameter.UninitializedBuffer", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "UnionType", "items": ["torch._C.device", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "materialize of UninitializedBuffer", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UninitializedParameter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch._tensor.Tensor"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.parameter.UninitializedParameter", "name": "UninitializedParameter", "type_vars": []}, "flags": [], "fullname": "torch.nn.parameter.UninitializedParameter", "metaclass_type": "torch._C._TensorMeta", "metadata": {}, "module_name": "torch.nn.parameter", "mro": ["torch.nn.parameter.UninitializedParameter", "torch._tensor.Tensor", "torch._C._TensorBase", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "data", "requires_grad"], "flags": [], "fullname": "torch.nn.parameter.UninitializedParameter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "data", "requires_grad"], "arg_types": ["torch.nn.parameter.UninitializedParameter", "torch._tensor.Tensor", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of UninitializedParameter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "materialize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "shape", "device", "dtype"], "flags": [], "fullname": "torch.nn.parameter.UninitializedParameter.materialize", "name": "materialize", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "shape", "device", "dtype"], "arg_types": ["torch.nn.parameter.UninitializedParameter", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "UnionType", "items": ["torch._C.device", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "materialize of UninitializedParameter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parameter.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parameter.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parameter.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.parameter.__package__", "name": "__package__", "type": "builtins.str"}}, "builtins": {".class": "SymbolTableNode", "cross_ref": "builtins", "kind": "Gdef", "module_hidden": true, "module_public": false}, "is_lazy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["param"], "flags": [], "fullname": "torch.nn.parameter.is_lazy", "name": "is_lazy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["param"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_lazy", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/parameter.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/parameter.meta.json b/.mypy_cache/3.9/torch/nn/parameter.meta.json deleted file mode 100644 index 7834e00ac..000000000 --- a/.mypy_cache/3.9/torch/nn/parameter.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 10, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time"], "hash": "f5bf043f691ce04ac9756a7046fce70c47370715edd4f0e79e1dc97086e4be89", "id": "torch.nn.parameter", "ignore_all": true, "interface_hash": "2a224fdd6fa0e6d3e02f628e5a13cd318c396bb323e0fd332bff46c1ac4ee80a", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/parameter.pyi", "plugin_data": null, "size": 749, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/qat/__init__.data.json b/.mypy_cache/3.9/torch/nn/qat/__init__.data.json deleted file mode 100644 index 25b1ef525..000000000 --- a/.mypy_cache/3.9/torch/nn/qat/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.qat", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Conv2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.qat.modules.conv.Conv2d", "kind": "Gdef"}, "Conv3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.qat.modules.conv.Conv3d", "kind": "Gdef"}, "Linear": {".class": "SymbolTableNode", "cross_ref": "torch.nn.qat.modules.linear.Linear", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.qat.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.qat.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.qat.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.qat.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/qat/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/qat/__init__.meta.json b/.mypy_cache/3.9/torch/nn/qat/__init__.meta.json deleted file mode 100644 index caa68763c..000000000 --- a/.mypy_cache/3.9/torch/nn/qat/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch.nn.qat.modules", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "3348b29618eeaad3dc6ceda901574383d9fd7b5113df9f6743db7138412b98ca", "id": "torch.nn.qat", "ignore_all": true, "interface_hash": "087b7ac3eed2b4607f21943919c1c72c37d79e66312a9e980c6dc567f605ba5f", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/qat/__init__.py", "plugin_data": null, "size": 37, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/qat/modules/__init__.data.json b/.mypy_cache/3.9/torch/nn/qat/modules/__init__.data.json deleted file mode 100644 index 114f433d2..000000000 --- a/.mypy_cache/3.9/torch/nn/qat/modules/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.qat.modules", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Conv2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.qat.modules.conv.Conv2d", "kind": "Gdef"}, "Conv3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.qat.modules.conv.Conv3d", "kind": "Gdef"}, "Linear": {".class": "SymbolTableNode", "cross_ref": "torch.nn.qat.modules.linear.Linear", "kind": "Gdef"}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.nn.qat.modules.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.qat.modules.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.qat.modules.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.qat.modules.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.qat.modules.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/qat/modules/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/qat/modules/__init__.meta.json b/.mypy_cache/3.9/torch/nn/qat/modules/__init__.meta.json deleted file mode 100644 index 92e61c337..000000000 --- a/.mypy_cache/3.9/torch/nn/qat/modules/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.nn.qat.modules.linear", "torch.nn.qat.modules.conv", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "26334e85090a8a7ae818c5a690cfada559059f2f2ba437f4604e6b1a17984121", "id": "torch.nn.qat.modules", "ignore_all": true, "interface_hash": "b6ff1f17388f9578519f03fd39ee59a832ec38572f6ec637291afb8e098446b1", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/qat/modules/__init__.py", "plugin_data": null, "size": 134, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/qat/modules/conv.data.json b/.mypy_cache/3.9/torch/nn/qat/modules/conv.data.json deleted file mode 100644 index 387e0f492..000000000 --- a/.mypy_cache/3.9/torch/nn/qat/modules/conv.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.qat.modules.conv", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Conv2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv.Conv2d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.qat.modules.conv.Conv2d", "name": "Conv2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.qat.modules.conv.Conv2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.qat.modules.conv", "mro": ["torch.nn.qat.modules.conv.Conv2d", "torch.nn.modules.conv.Conv2d", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.qat.modules.conv.Conv2d._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.conv.Conv2d"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.conv.Conv2d", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "qconfig", "device", "dtype"], "flags": [], "fullname": "torch.nn.qat.modules.conv.Conv2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "qconfig", "device", "dtype"], "arg_types": ["torch.nn.qat.modules.conv.Conv2d", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Conv2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.qat.modules.conv.Conv2d.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.qat.modules.conv.Conv2d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.qat.modules.conv.Conv2d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of Conv2d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "qconfig": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.qat.modules.conv.Conv2d.qconfig", "name": "qconfig", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "to_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.qat.modules.conv.Conv2d.to_float", "name": "to_float", "type": null}}, "weight_fake_quant": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.qat.modules.conv.Conv2d.weight_fake_quant", "name": "weight_fake_quant", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Conv3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv.Conv3d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.qat.modules.conv.Conv3d", "name": "Conv3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.qat.modules.conv.Conv3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.qat.modules.conv", "mro": ["torch.nn.qat.modules.conv.Conv3d", "torch.nn.modules.conv.Conv3d", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.qat.modules.conv.Conv3d._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.conv.Conv3d"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.conv.Conv3d", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "qconfig", "device", "dtype"], "flags": [], "fullname": "torch.nn.qat.modules.conv.Conv3d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "qconfig", "device", "dtype"], "arg_types": ["torch.nn.qat.modules.conv.Conv3d", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Conv3d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.qat.modules.conv.Conv3d.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.qat.modules.conv.Conv3d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.qat.modules.conv.Conv3d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of Conv3d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "qconfig": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.qat.modules.conv.Conv3d.qconfig", "name": "qconfig", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "to_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.qat.modules.conv.Conv3d.to_float", "name": "to_float", "type": null}}, "weight_fake_quant": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.qat.modules.conv.Conv3d.weight_fake_quant", "name": "weight_fake_quant", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvReLU2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.ConvReLU2d", "kind": "Gdef"}, "ConvReLU3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.ConvReLU3d", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.qat.modules.conv.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.qat.modules.conv.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.qat.modules.conv.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.qat.modules.conv.__package__", "name": "__package__", "type": "builtins.str"}}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/qat/modules/conv.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/qat/modules/conv.meta.json b/.mypy_cache/3.9/torch/nn/qat/modules/conv.meta.json deleted file mode 100644 index 84ac6bb83..000000000 --- a/.mypy_cache/3.9/torch/nn/qat/modules/conv.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn", "torch.nn.intrinsic", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._tensor", "torch.nn.intrinsic.modules", "torch.nn.intrinsic.modules.fused", "torch.nn.modules", "torch.nn.modules.container", "torch.nn.modules.conv", "torch.nn.modules.module", "torch.nn.parameter", "typing"], "hash": "2ee6f90d3d736bef7b49061ba5247e6320d284d0f2e102a32e85a3445b616a8b", "id": "torch.nn.qat.modules.conv", "ignore_all": true, "interface_hash": "c29b898ff41d8726c80406f081ef2477d45fca9bfc9abec1ae8a889978d55c6a", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/qat/modules/conv.py", "plugin_data": null, "size": 6326, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/qat/modules/linear.data.json b/.mypy_cache/3.9/torch/nn/qat/modules/linear.data.json deleted file mode 100644 index 078d01d7c..000000000 --- a/.mypy_cache/3.9/torch/nn/qat/modules/linear.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.qat.modules.linear", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "Linear": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.linear.Linear"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.qat.modules.linear.Linear", "name": "Linear", "type_vars": []}, "flags": [], "fullname": "torch.nn.qat.modules.linear.Linear", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.qat.modules.linear", "mro": ["torch.nn.qat.modules.linear.Linear", "torch.nn.modules.linear.Linear", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.qat.modules.linear.Linear._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["in_features", "out_features", "bias", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.linear.Linear"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.linear.Linear", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "in_features", "out_features", "bias", "qconfig", "device", "dtype"], "flags": [], "fullname": "torch.nn.qat.modules.linear.Linear.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "in_features", "out_features", "bias", "qconfig", "device", "dtype"], "arg_types": ["torch.nn.qat.modules.linear.Linear", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Linear", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.qat.modules.linear.Linear.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.qat.modules.linear.Linear.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.qat.modules.linear.Linear"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of Linear", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "qconfig": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.qat.modules.linear.Linear.qconfig", "name": "qconfig", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "to_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.qat.modules.linear.Linear.to_float", "name": "to_float", "type": null}}, "weight_fake_quant": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.qat.modules.linear.Linear.weight_fake_quant", "name": "weight_fake_quant", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LinearReLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.modules.fused.LinearReLU", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.qat.modules.linear.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.qat.modules.linear.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.qat.modules.linear.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.qat.modules.linear.__package__", "name": "__package__", "type": "builtins.str"}}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/qat/modules/linear.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/qat/modules/linear.meta.json b/.mypy_cache/3.9/torch/nn/qat/modules/linear.meta.json deleted file mode 100644 index 4836d9c30..000000000 --- a/.mypy_cache/3.9/torch/nn/qat/modules/linear.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn", "torch.nn.functional", "torch.nn.intrinsic", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._tensor", "torch.nn.intrinsic.modules", "torch.nn.intrinsic.modules.fused", "torch.nn.modules", "torch.nn.modules.container", "torch.nn.modules.linear", "torch.nn.modules.module", "torch.nn.parameter", "typing"], "hash": "d70fbef2a91fe772baa9a0b41d97000461c35714a29cbba3401d8aa1dc5694d7", "id": "torch.nn.qat.modules.linear", "ignore_all": true, "interface_hash": "6af471d38c9197adb93215773dabcc03579cd6cfede644cff88e83ab11ea3012", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/qat/modules/linear.py", "plugin_data": null, "size": 2334, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantizable/__init__.data.json b/.mypy_cache/3.9/torch/nn/quantizable/__init__.data.json deleted file mode 100644 index 51eaccda3..000000000 --- a/.mypy_cache/3.9/torch/nn/quantizable/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantizable", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "LSTM": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantizable.modules.rnn.LSTM", "kind": "Gdef"}, "LSTMCell": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantizable.modules.rnn.LSTMCell", "kind": "Gdef"}, "MultiheadAttention": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantizable.modules.activation.MultiheadAttention", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantizable.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantizable.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantizable.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantizable.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantizable/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantizable/__init__.meta.json b/.mypy_cache/3.9/torch/nn/quantizable/__init__.meta.json deleted file mode 100644 index 440d959b7..000000000 --- a/.mypy_cache/3.9/torch/nn/quantizable/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch.nn.quantizable.modules", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "3348b29618eeaad3dc6ceda901574383d9fd7b5113df9f6743db7138412b98ca", "id": "torch.nn.quantizable", "ignore_all": true, "interface_hash": "8491fb0cceb9603eefafe52187db4b90919ddcd9a26b6509257f6552e38dfba7", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantizable/__init__.py", "plugin_data": null, "size": 37, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantizable/modules/__init__.data.json b/.mypy_cache/3.9/torch/nn/quantizable/modules/__init__.data.json deleted file mode 100644 index 58071a94e..000000000 --- a/.mypy_cache/3.9/torch/nn/quantizable/modules/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantizable.modules", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "LSTM": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantizable.modules.rnn.LSTM", "kind": "Gdef"}, "LSTMCell": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantizable.modules.rnn.LSTMCell", "kind": "Gdef"}, "MultiheadAttention": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantizable.modules.activation.MultiheadAttention", "kind": "Gdef"}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantizable.modules.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantizable.modules.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantizable.modules.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantizable.modules.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantizable/modules/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantizable/modules/__init__.meta.json b/.mypy_cache/3.9/torch/nn/quantizable/modules/__init__.meta.json deleted file mode 100644 index 705561125..000000000 --- a/.mypy_cache/3.9/torch/nn/quantizable/modules/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.nn.quantizable.modules.activation", "torch.nn.quantizable.modules.rnn", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "0ceac51c81e7b3ebed913f0c2f014cba392ae50b16d975cabbb72342ec643d97", "id": "torch.nn.quantizable.modules", "ignore_all": true, "interface_hash": "dc96de5998e9fe0e766e54226b06232410dacaa47b330c5e3463312896eda756", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantizable/modules/__init__.py", "plugin_data": null, "size": 160, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantizable/modules/activation.data.json b/.mypy_cache/3.9/torch/nn/quantizable/modules/activation.data.json deleted file mode 100644 index 145d65cc7..000000000 --- a/.mypy_cache/3.9/torch/nn/quantizable/modules/activation.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantizable.modules.activation", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "MultiheadAttention": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.activation.MultiheadAttention"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantizable.modules.activation.MultiheadAttention", "name": "MultiheadAttention", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantizable.modules.activation.MultiheadAttention", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantizable.modules.activation", "mro": ["torch.nn.quantizable.modules.activation.MultiheadAttention", "torch.nn.modules.activation.MultiheadAttention", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantizable.modules.activation.MultiheadAttention._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["embed_dim", "num_heads", "dropout", "bias", "add_bias_kv", "add_zero_attn", "kdim", "vdim", "batch_first", "device", "dtype"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.activation.MultiheadAttention"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.activation.MultiheadAttention", "type_guard": null, "variables": []}}}, "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantizable.modules.activation.MultiheadAttention.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "embed_dim", "num_heads", "dropout", "bias", "add_bias_kv", "add_zero_attn", "kdim", "vdim", "batch_first", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantizable.modules.activation.MultiheadAttention.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "embed_dim", "num_heads", "dropout", "bias", "add_bias_kv", "add_zero_attn", "kdim", "vdim", "batch_first", "device", "dtype"], "arg_types": ["torch.nn.quantizable.modules.activation.MultiheadAttention", "builtins.int", "builtins.int", "builtins.float", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MultiheadAttention", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_forward_impl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "query", "key", "value", "key_padding_mask", "need_weights", "attn_mask"], "flags": [], "fullname": "torch.nn.quantizable.modules.activation.MultiheadAttention._forward_impl", "name": "_forward_impl", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "query", "key", "value", "key_padding_mask", "need_weights", "attn_mask"], "arg_types": ["torch.nn.quantizable.modules.activation.MultiheadAttention", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_forward_impl of MultiheadAttention", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "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_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantizable.modules.activation.MultiheadAttention._get_name", "name": "_get_name", "type": null}}, "dequant_k": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.activation.MultiheadAttention.dequant_k", "name": "dequant_k", "type": "torch.ao.quantization.stubs.DeQuantStub"}}, "dequant_q": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.activation.MultiheadAttention.dequant_q", "name": "dequant_q", "type": "torch.ao.quantization.stubs.DeQuantStub"}}, "dequant_v": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.activation.MultiheadAttention.dequant_v", "name": "dequant_v", "type": "torch.ao.quantization.stubs.DeQuantStub"}}, "dequantize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.nn.quantizable.modules.activation.MultiheadAttention.dequantize", "name": "dequantize", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "dequantize", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "query", "key", "value", "key_padding_mask", "need_weights", "attn_mask"], "flags": [], "fullname": "torch.nn.quantizable.modules.activation.MultiheadAttention.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "query", "key", "value", "key_padding_mask", "need_weights", "attn_mask"], "arg_types": ["torch.nn.quantizable.modules.activation.MultiheadAttention", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of MultiheadAttention", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "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": []}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "other"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantizable.modules.activation.MultiheadAttention.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "other"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantizable.modules.activation.MultiheadAttention"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of MultiheadAttention", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "from_observed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "other"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantizable.modules.activation.MultiheadAttention.from_observed", "name": "from_observed", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_observed", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "other"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantizable.modules.activation.MultiheadAttention"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_observed of MultiheadAttention", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "linear_K": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.activation.MultiheadAttention.linear_K", "name": "linear_K", "type": "torch.nn.modules.linear.Linear"}}, "linear_Q": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.activation.MultiheadAttention.linear_Q", "name": "linear_Q", "type": "torch.nn.modules.linear.Linear"}}, "linear_V": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.activation.MultiheadAttention.linear_V", "name": "linear_V", "type": "torch.nn.modules.linear.Linear"}}, "out_proj": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.activation.MultiheadAttention.out_proj", "name": "out_proj", "type": null}}, "q_scaling_product": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.activation.MultiheadAttention.q_scaling_product", "name": "q_scaling_product", "type": "torch.nn.quantized.modules.functional_modules.FloatFunctional"}}, "quant_attn_output": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.activation.MultiheadAttention.quant_attn_output", "name": "quant_attn_output", "type": "torch.ao.quantization.stubs.QuantStub"}}, "quant_attn_output_weights": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.activation.MultiheadAttention.quant_attn_output_weights", "name": "quant_attn_output_weights", "type": "torch.ao.quantization.stubs.QuantStub"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantizable.modules.activation.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantizable.modules.activation.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantizable.modules.activation.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantizable.modules.activation.__package__", "name": "__package__", "type": "builtins.str"}}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef"}, "nnF": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "nnq": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantizable/modules/activation.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantizable/modules/activation.meta.json b/.mypy_cache/3.9/torch/nn/quantizable/modules/activation.meta.json deleted file mode 100644 index fd3194da9..000000000 --- a/.mypy_cache/3.9/torch/nn/quantizable/modules/activation.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 7, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 10, 10, 5, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn", "torch.nn.functional", "torch.nn.quantized", "typing", "warnings", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.ao", "torch.ao.quantization", "torch.ao.quantization.stubs", "torch.jit", "torch.nn.modules", "torch.nn.modules.activation", "torch.nn.modules.linear", "torch.nn.modules.module", "torch.nn.parameter", "torch.nn.quantized.modules", "torch.nn.quantized.modules.functional_modules", "torch.quantization", "typing_extensions"], "hash": "0a1947239bbbc9d14c2b8c7315dd293058fd2a8d63d7e101e032938cf2c5c231", "id": "torch.nn.quantizable.modules.activation", "ignore_all": true, "interface_hash": "51dacd25ab9c15d76878e9f2534a46c56923484331287df4fd690b8960722190", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantizable/modules/activation.py", "plugin_data": null, "size": 22480, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantizable/modules/rnn.data.json b/.mypy_cache/3.9/torch/nn/quantizable/modules/rnn.data.json deleted file mode 100644 index 66515577f..000000000 --- a/.mypy_cache/3.9/torch/nn/quantizable/modules/rnn.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantizable.modules.rnn", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.float", "numbers.Number"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantizable.modules.rnn.", "name": "", "type_vars": []}, "flags": ["is_intersection"], "fullname": "torch.nn.quantizable.modules.rnn.", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantizable.modules.rnn", "mro": ["torch.nn.quantizable.modules.rnn.", "builtins.float", "numbers.Number", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.float", "numbers.Number"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantizable.modules.rnn.1", "name": "", "type_vars": []}, "flags": ["is_intersection"], "fullname": "torch.nn.quantizable.modules.rnn.1", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantizable.modules.rnn", "mro": ["torch.nn.quantizable.modules.rnn.1", "builtins.float", "numbers.Number", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LSTM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantizable.modules.rnn.LSTM", "name": "LSTM", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTM", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantizable.modules.rnn", "mro": ["torch.nn.quantizable.modules.rnn.LSTM", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantizable.modules.rnn.LSTM._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.rnn.LSTM"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.rnn.LSTM", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "input_size", "hidden_size", "num_layers", "bias", "batch_first", "dropout", "bidirectional", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTM.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "input_size", "hidden_size", "num_layers", "bias", "batch_first", "dropout", "bidirectional", "device", "dtype"], "arg_types": ["torch.nn.quantizable.modules.rnn.LSTM", "builtins.int", "builtins.int", "builtins.int", "builtins.bool", "builtins.bool", "builtins.float", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LSTM", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTM._get_name", "name": "_get_name", "type": null}}, "batch_first": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTM.batch_first", "name": "batch_first", "type": "builtins.bool"}}, "bias": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTM.bias", "name": "bias", "type": "builtins.bool"}}, "bidirectional": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTM.bidirectional", "name": "bidirectional", "type": "builtins.bool"}}, "dropout": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTM.dropout", "name": "dropout", "type": "builtins.float"}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "x", "hidden"], "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTM.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "x", "hidden"], "arg_types": ["torch.nn.quantizable.modules.rnn.LSTM", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of LSTM", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "other", "qconfig"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantizable.modules.rnn.LSTM.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "other", "qconfig"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantizable.modules.rnn.LSTM"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of LSTM", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "from_observed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "other"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantizable.modules.rnn.LSTM.from_observed", "name": "from_observed", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_observed", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "other"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantizable.modules.rnn.LSTM"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_observed of LSTM", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "hidden_size": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTM.hidden_size", "name": "hidden_size", "type": "builtins.int"}}, "input_size": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTM.input_size", "name": "input_size", "type": "builtins.int"}}, "layers": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTM.layers", "name": "layers", "type": "torch.nn.modules.container.ModuleList"}}, "num_layers": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTM.num_layers", "name": "num_layers", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LSTMCell": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantizable.modules.rnn.LSTMCell", "name": "LSTMCell", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTMCell", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantizable.modules.rnn", "mro": ["torch.nn.quantizable.modules.rnn.LSTMCell", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantizable.modules.rnn.LSTMCell._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input_size", "hidden_size", "bias", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.rnn.LSTMCell"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.rnn.LSTMCell", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "input_dim", "hidden_dim", "bias", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTMCell.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "input_dim", "hidden_dim", "bias", "device", "dtype"], "arg_types": ["torch.nn.quantizable.modules.rnn.LSTMCell", "builtins.int", "builtins.int", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LSTMCell", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTMCell._get_name", "name": "_get_name", "type": null}}, "bias": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTMCell.bias", "name": "bias", "type": "builtins.bool"}}, "fgate_cx": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTMCell.fgate_cx", "name": "fgate_cx", "type": "torch.nn.quantized.modules.functional_modules.FloatFunctional"}}, "fgate_cx_igate_cgate": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTMCell.fgate_cx_igate_cgate", "name": "fgate_cx_igate_cgate", "type": "torch.nn.quantized.modules.functional_modules.FloatFunctional"}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "x", "hidden"], "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTMCell.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "x", "hidden"], "arg_types": ["torch.nn.quantizable.modules.rnn.LSTMCell", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of LSTMCell", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "other"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantizable.modules.rnn.LSTMCell.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "other"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantizable.modules.rnn.LSTMCell"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of LSTMCell", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "from_params": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["cls", "wi", "wh", "bi", "bh"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantizable.modules.rnn.LSTMCell.from_params", "name": "from_params", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_params", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["cls", "wi", "wh", "bi", "bh"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantizable.modules.rnn.LSTMCell"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_params of LSTMCell", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "gates": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTMCell.gates", "name": "gates", "type": "torch.nn.quantized.modules.functional_modules.FloatFunctional"}}, "hgates": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTMCell.hgates", "name": "hgates", "type": "torch.nn.modules.linear.Linear"}}, "hidden_size": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTMCell.hidden_size", "name": "hidden_size", "type": "builtins.int"}}, "igate_cgate": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTMCell.igate_cgate", "name": "igate_cgate", "type": "torch.nn.quantized.modules.functional_modules.FloatFunctional"}}, "igates": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTMCell.igates", "name": "igates", "type": "torch.nn.modules.linear.Linear"}}, "initialize_hidden": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_size", "is_quantized"], "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTMCell.initialize_hidden", "name": "initialize_hidden", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_size", "is_quantized"], "arg_types": ["torch.nn.quantizable.modules.rnn.LSTMCell", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "initialize_hidden of LSTMCell", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "input_size": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTMCell.input_size", "name": "input_size", "type": "builtins.int"}}, "ogate_cy": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn.LSTMCell.ogate_cy", "name": "ogate_cy", "type": "torch.nn.quantized.modules.functional_modules.FloatFunctional"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "_LSTMLayer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantizable.modules.rnn._LSTMLayer", "name": "_LSTMLayer", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantizable.modules.rnn._LSTMLayer", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantizable.modules.rnn", "mro": ["torch.nn.quantizable.modules.rnn._LSTMLayer", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "input_dim", "hidden_dim", "bias", "batch_first", "bidirectional", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantizable.modules.rnn._LSTMLayer.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "input_dim", "hidden_dim", "bias", "batch_first", "bidirectional", "device", "dtype"], "arg_types": ["torch.nn.quantizable.modules.rnn._LSTMLayer", "builtins.int", "builtins.int", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _LSTMLayer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "batch_first": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn._LSTMLayer.batch_first", "name": "batch_first", "type": "builtins.bool"}}, "bidirectional": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn._LSTMLayer.bidirectional", "name": "bidirectional", "type": "builtins.bool"}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "x", "hidden"], "flags": [], "fullname": "torch.nn.quantizable.modules.rnn._LSTMLayer.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "x", "hidden"], "arg_types": ["torch.nn.quantizable.modules.rnn._LSTMLayer", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of _LSTMLayer", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 4], "arg_names": ["cls", "other", "layer_idx", "qconfig", "kwargs"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantizable.modules.rnn._LSTMLayer.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 4], "arg_names": ["cls", "other", "layer_idx", "qconfig", "kwargs"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantizable.modules.rnn._LSTMLayer"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of _LSTMLayer", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "layer_bw": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn._LSTMLayer.layer_bw", "name": "layer_bw", "type": "torch.nn.quantizable.modules.rnn._LSTMSingleLayer"}}, "layer_fw": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn._LSTMLayer.layer_fw", "name": "layer_fw", "type": "torch.nn.quantizable.modules.rnn._LSTMSingleLayer"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_LSTMSingleLayer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantizable.modules.rnn._LSTMSingleLayer", "name": "_LSTMSingleLayer", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantizable.modules.rnn._LSTMSingleLayer", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantizable.modules.rnn", "mro": ["torch.nn.quantizable.modules.rnn._LSTMSingleLayer", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "input_dim", "hidden_dim", "bias", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantizable.modules.rnn._LSTMSingleLayer.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "input_dim", "hidden_dim", "bias", "device", "dtype"], "arg_types": ["torch.nn.quantizable.modules.rnn._LSTMSingleLayer", "builtins.int", "builtins.int", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _LSTMSingleLayer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cell": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantizable.modules.rnn._LSTMSingleLayer.cell", "name": "cell", "type": "torch.nn.quantizable.modules.rnn.LSTMCell"}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "x", "hidden"], "flags": [], "fullname": "torch.nn.quantizable.modules.rnn._LSTMSingleLayer.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "x", "hidden"], "arg_types": ["torch.nn.quantizable.modules.rnn._LSTMSingleLayer", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of _LSTMSingleLayer", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "from_params": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["cls", "args", "kwargs"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantizable.modules.rnn._LSTMSingleLayer.from_params", "name": "from_params", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_params", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["cls", "args", "kwargs"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantizable.modules.rnn._LSTMSingleLayer"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_params of _LSTMSingleLayer", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantizable.modules.rnn.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantizable.modules.rnn.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantizable.modules.rnn.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantizable.modules.rnn.__package__", "name": "__package__", "type": "builtins.str"}}, "numbers": {".class": "SymbolTableNode", "cross_ref": "numbers", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantizable/modules/rnn.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantizable/modules/rnn.meta.json b/.mypy_cache/3.9/torch/nn/quantizable/modules/rnn.meta.json deleted file mode 100644 index abed7fba0..000000000 --- a/.mypy_cache/3.9/torch/nn/quantizable/modules/rnn.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["numbers", "typing", "warnings", "torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.jit", "torch.nn.modules", "torch.nn.modules.container", "torch.nn.modules.linear", "torch.nn.modules.module", "torch.nn.modules.rnn", "torch.nn.parameter", "torch.nn.quantized", "torch.nn.quantized.modules", "torch.nn.quantized.modules.functional_modules", "torch.quantization", "torch.types", "typing_extensions"], "hash": "aec08a4b31a91589a9339721fb4341cd2053557b69602857c0c198b6a124b49e", "id": "torch.nn.quantizable.modules.rnn", "ignore_all": true, "interface_hash": "711eb36db7ae0fa93097866e912de2f7f7101463a71abbce09f9ec701f7b84e0", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantizable/modules/rnn.py", "plugin_data": null, "size": 15794, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/__init__.data.json b/.mypy_cache/3.9/torch/nn/quantized/__init__.data.json deleted file mode 100644 index 413ccb891..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantized", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "BatchNorm2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.batchnorm.BatchNorm2d", "kind": "Gdef"}, "BatchNorm3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.batchnorm.BatchNorm3d", "kind": "Gdef"}, "Conv1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.conv.Conv1d", "kind": "Gdef"}, "Conv2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.conv.Conv2d", "kind": "Gdef"}, "Conv3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.conv.Conv3d", "kind": "Gdef"}, "ConvTranspose1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.conv.ConvTranspose1d", "kind": "Gdef"}, "ConvTranspose2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.conv.ConvTranspose2d", "kind": "Gdef"}, "ConvTranspose3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.conv.ConvTranspose3d", "kind": "Gdef"}, "DeQuantize": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.DeQuantize", "kind": "Gdef"}, "ELU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.activation.ELU", "kind": "Gdef"}, "Embedding": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.embedding_ops.Embedding", "kind": "Gdef"}, "EmbeddingBag": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.embedding_ops.EmbeddingBag", "kind": "Gdef"}, "FXFloatFunctional": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.functional_modules.FXFloatFunctional", "kind": "Gdef"}, "FloatFunctional": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.functional_modules.FloatFunctional", "kind": "Gdef"}, "GroupNorm": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.normalization.GroupNorm", "kind": "Gdef"}, "Hardswish": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.activation.Hardswish", "kind": "Gdef"}, "InstanceNorm1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.normalization.InstanceNorm1d", "kind": "Gdef"}, "InstanceNorm2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.normalization.InstanceNorm2d", "kind": "Gdef"}, "InstanceNorm3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.normalization.InstanceNorm3d", "kind": "Gdef"}, "LayerNorm": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.normalization.LayerNorm", "kind": "Gdef"}, "LeakyReLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.activation.LeakyReLU", "kind": "Gdef"}, "Linear": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.linear.Linear", "kind": "Gdef"}, "MaxPool2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.MaxPool2d", "kind": "Gdef"}, "QFunctional": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.functional_modules.QFunctional", "kind": "Gdef"}, "Quantize": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.Quantize", "kind": "Gdef"}, "ReLU6": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.activation.ReLU6", "kind": "Gdef"}, "Sigmoid": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.activation.Sigmoid", "kind": "Gdef"}, "_ConvNd": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.conv._ConvNd", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/__init__.meta.json b/.mypy_cache/3.9/torch/nn/quantized/__init__.meta.json deleted file mode 100644 index e5b20c7b3..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch.nn.quantized.modules", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "3348b29618eeaad3dc6ceda901574383d9fd7b5113df9f6743db7138412b98ca", "id": "torch.nn.quantized", "ignore_all": true, "interface_hash": "b7d90b655f5c10e59486413dc73d1659191dc9ff49087f7dffd150bf627e010f", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/__init__.py", "plugin_data": null, "size": 37, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/_reference/__init__.data.json b/.mypy_cache/3.9/torch/nn/quantized/_reference/__init__.data.json deleted file mode 100644 index b013d37af..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/_reference/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantized._reference", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Conv1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized._reference.modules.conv.Conv1d", "kind": "Gdef"}, "Conv2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized._reference.modules.conv.Conv2d", "kind": "Gdef"}, "Conv3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized._reference.modules.conv.Conv3d", "kind": "Gdef"}, "Linear": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized._reference.modules.linear.Linear", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized._reference.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized._reference.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized._reference.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized._reference.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/_reference/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/_reference/__init__.meta.json b/.mypy_cache/3.9/torch/nn/quantized/_reference/__init__.meta.json deleted file mode 100644 index 55437b0b5..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/_reference/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch.nn.quantized._reference.modules", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "3348b29618eeaad3dc6ceda901574383d9fd7b5113df9f6743db7138412b98ca", "id": "torch.nn.quantized._reference", "ignore_all": true, "interface_hash": "d3207877d159fea40f26590a14ec0ddb4354615b2b032fe65ac4667cab213495", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/_reference/__init__.py", "plugin_data": null, "size": 37, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/__init__.data.json b/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/__init__.data.json deleted file mode 100644 index f337c0a9f..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantized._reference.modules", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Conv1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized._reference.modules.conv.Conv1d", "kind": "Gdef"}, "Conv2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized._reference.modules.conv.Conv2d", "kind": "Gdef"}, "Conv3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized._reference.modules.conv.Conv3d", "kind": "Gdef"}, "Linear": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized._reference.modules.linear.Linear", "kind": "Gdef"}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized._reference.modules.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized._reference.modules.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized._reference.modules.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized._reference.modules.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized._reference.modules.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/_reference/modules/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/__init__.meta.json b/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/__init__.meta.json deleted file mode 100644 index 3cf82d157..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.nn.quantized._reference.modules.linear", "torch.nn.quantized._reference.modules.conv", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "5809e63fd66600794404a493301c83720d358cdc877cc160c67ae7274769e59b", "id": "torch.nn.quantized._reference.modules", "ignore_all": true, "interface_hash": "3095aba3f6beabcffd33b7d80d831f14d00e0531ec1b843146179aa81e0b5690", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/_reference/modules/__init__.py", "plugin_data": null, "size": 139, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/conv.data.json b/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/conv.data.json deleted file mode 100644 index 74cec04fa..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/conv.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantized._reference.modules.conv", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Conv1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized._reference.modules.conv._ConvNd", "torch.nn.modules.conv.Conv1d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized._reference.modules.conv.Conv1d", "name": "Conv1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized._reference.modules.conv.Conv1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized._reference.modules.conv", "mro": ["torch.nn.quantized._reference.modules.conv.Conv1d", "torch.nn.quantized._reference.modules.conv._ConvNd", "torch.nn.modules.conv.Conv1d", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype", "weight_qparams"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.conv.Conv1d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype", "weight_qparams"], "arg_types": ["torch.nn.quantized._reference.modules.conv.Conv1d", "builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".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"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Conv1d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.conv.Conv1d._get_name", "name": "_get_name", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.conv.Conv1d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": ["torch.nn.quantized._reference.modules.conv.Conv1d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Conv1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "float_conv", "weight_qparams"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized._reference.modules.conv.Conv1d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "float_conv", "weight_qparams"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized._reference.modules.conv.Conv1d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of Conv1d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Conv2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized._reference.modules.conv._ConvNd", "torch.nn.modules.conv.Conv2d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized._reference.modules.conv.Conv2d", "name": "Conv2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized._reference.modules.conv.Conv2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized._reference.modules.conv", "mro": ["torch.nn.quantized._reference.modules.conv.Conv2d", "torch.nn.quantized._reference.modules.conv._ConvNd", "torch.nn.modules.conv.Conv2d", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype", "weight_qparams"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.conv.Conv2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype", "weight_qparams"], "arg_types": ["torch.nn.quantized._reference.modules.conv.Conv2d", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".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"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Conv2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.conv.Conv2d._get_name", "name": "_get_name", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.conv.Conv2d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": ["torch.nn.quantized._reference.modules.conv.Conv2d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Conv2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "float_conv", "weight_qparams"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized._reference.modules.conv.Conv2d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "float_conv", "weight_qparams"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized._reference.modules.conv.Conv2d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of Conv2d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Conv3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized._reference.modules.conv._ConvNd", "torch.nn.modules.conv.Conv3d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized._reference.modules.conv.Conv3d", "name": "Conv3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized._reference.modules.conv.Conv3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized._reference.modules.conv", "mro": ["torch.nn.quantized._reference.modules.conv.Conv3d", "torch.nn.quantized._reference.modules.conv._ConvNd", "torch.nn.modules.conv.Conv3d", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype", "weight_qparams"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.conv.Conv3d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype", "weight_qparams"], "arg_types": ["torch.nn.quantized._reference.modules.conv.Conv3d", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".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"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Conv3d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.conv.Conv3d._get_name", "name": "_get_name", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.conv.Conv3d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": ["torch.nn.quantized._reference.modules.conv.Conv3d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Conv3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "float_conv", "weight_qparams"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized._reference.modules.conv.Conv3d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "float_conv", "weight_qparams"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized._reference.modules.conv.Conv3d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of Conv3d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "_ConvNd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._ConvNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized._reference.modules.conv._ConvNd", "name": "_ConvNd", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized._reference.modules.conv._ConvNd", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized._reference.modules.conv", "mro": ["torch.nn.quantized._reference.modules.conv._ConvNd", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized._reference.modules.conv._ConvNd.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "builtins.dict"}}}, "_init_weight_qparams": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "weight_qparams", "device"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.conv._ConvNd._init_weight_qparams", "name": "_init_weight_qparams", "type": null}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.conv._ConvNd._load_from_state_dict", "name": "_load_from_state_dict", "type": null}}, "_save_to_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "destination", "prefix", "keep_vars"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.conv._ConvNd._save_to_state_dict", "name": "_save_to_state_dict", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "float_conv", "weight_qparams"], "flags": ["is_static", "is_decorated"], "fullname": "torch.nn.quantized._reference.modules.conv._ConvNd.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "float_conv", "weight_qparams"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of _ConvNd", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "get_weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.conv._ConvNd.get_weight", "name": "get_weight", "type": null}}, "weight_dtype": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized._reference.modules.conv._ConvNd.weight_dtype", "name": "weight_dtype", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "weight_qscheme": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized._reference.modules.conv._ConvNd.weight_qscheme", "name": "weight_qscheme", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized._reference.modules.conv.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized._reference.modules.conv.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized._reference.modules.conv.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized._reference.modules.conv.__package__", "name": "__package__", "type": "builtins.str"}}, "_get_weight_qparam_keys": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized._reference.modules.utils._get_weight_qparam_keys", "kind": "Gdef"}, "_quantize_and_dequantize_weight": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized._reference.modules.utils._quantize_and_dequantize_weight", "kind": "Gdef"}, "_save_weight_qparams": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized._reference.modules.utils._save_weight_qparams", "kind": "Gdef"}, "_size_1_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_1_t", "kind": "Gdef"}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/_reference/modules/conv.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/conv.meta.json b/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/conv.meta.json deleted file mode 100644 index a3c212ced..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/conv.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn", "torch.nn.functional", "typing", "torch.nn.common_types", "torch.nn.quantized._reference.modules.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.nn.modules", "torch.nn.modules.conv", "torch.nn.modules.module", "torch.nn.parameter", "torch.types"], "hash": "74b01fe1be6f893f5fadc49b9292ff6642edaaf0eb09333d6c518c9b1cb1e1af", "id": "torch.nn.quantized._reference.modules.conv", "ignore_all": true, "interface_hash": "4fec7a412d65398cbb8498e712f1438782d22d16bd511e5cb4fcedc7441464c6", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/_reference/modules/conv.py", "plugin_data": null, "size": 8753, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/linear.data.json b/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/linear.data.json deleted file mode 100644 index db14556b7..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/linear.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantized._reference.modules.linear", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "Linear": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.linear.Linear"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized._reference.modules.linear.Linear", "name": "Linear", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized._reference.modules.linear.Linear", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized._reference.modules.linear", "mro": ["torch.nn.quantized._reference.modules.linear.Linear", "torch.nn.modules.linear.Linear", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "in_features", "out_features", "bias_", "device", "dtype", "weight_qparams"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.linear.Linear.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "in_features", "out_features", "bias_", "device", "dtype", "weight_qparams"], "arg_types": ["torch.nn.quantized._reference.modules.linear.Linear", "builtins.int", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["torch._C.device", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".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"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Linear", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.linear.Linear._get_name", "name": "_get_name", "type": null}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.linear.Linear._load_from_state_dict", "name": "_load_from_state_dict", "type": null}}, "_save_to_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "destination", "prefix", "keep_vars"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.linear.Linear._save_to_state_dict", "name": "_save_to_state_dict", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.linear.Linear.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": ["torch.nn.quantized._reference.modules.linear.Linear", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Linear", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "float_linear", "weight_qparams"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized._reference.modules.linear.Linear.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "float_linear", "weight_qparams"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized._reference.modules.linear.Linear"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of Linear", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "get_weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.linear.Linear.get_weight", "name": "get_weight", "type": null}}, "weight_dtype": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized._reference.modules.linear.Linear.weight_dtype", "name": "weight_dtype", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "weight_qscheme": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized._reference.modules.linear.Linear.weight_qscheme", "name": "weight_qscheme", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized._reference.modules.linear.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized._reference.modules.linear.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized._reference.modules.linear.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized._reference.modules.linear.__package__", "name": "__package__", "type": "builtins.str"}}, "_get_weight_qparam_keys": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized._reference.modules.utils._get_weight_qparam_keys", "kind": "Gdef"}, "_quantize_and_dequantize_weight": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized._reference.modules.utils._quantize_and_dequantize_weight", "kind": "Gdef"}, "_save_weight_qparams": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized._reference.modules.utils._save_weight_qparams", "kind": "Gdef"}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/_reference/modules/linear.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/linear.meta.json b/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/linear.meta.json deleted file mode 100644 index 232d66fe7..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/linear.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn", "torch.nn.functional", "typing", "torch.nn.quantized._reference.modules.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.nn.modules", "torch.nn.modules.linear", "torch.nn.modules.module", "torch.nn.parameter", "torch.types"], "hash": "58fcecb36efb9434dcb969943b3c19d453bd1b898cb43d52d5c88be9e8ae8adb", "id": "torch.nn.quantized._reference.modules.linear", "ignore_all": true, "interface_hash": "8d4e727a1ea8799eff8a095951001a4260c44f613a11b4dd643bf2f2b103f6fc", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/_reference/modules/linear.py", "plugin_data": null, "size": 4965, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/utils.data.json b/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/utils.data.json deleted file mode 100644 index a070c3c5b..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/utils.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantized._reference.modules.utils", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized._reference.modules.utils.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized._reference.modules.utils.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized._reference.modules.utils.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized._reference.modules.utils.__package__", "name": "__package__", "type": "builtins.str"}}, "_get_weight_qparam_keys": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["state_dict", "prefix"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.utils._get_weight_qparam_keys", "name": "_get_weight_qparam_keys", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["state_dict", "prefix"], "arg_types": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_weight_qparam_keys", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_quantize_and_dequantize_weight": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["weight", "weight_qscheme", "weight_dtype", "weight_scale", "weight_zero_point", "weight_axis"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.utils._quantize_and_dequantize_weight", "name": "_quantize_and_dequantize_weight", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["weight", "weight_qscheme", "weight_dtype", "weight_scale", "weight_zero_point", "weight_axis"], "arg_types": ["torch._tensor.Tensor", "torch._C.qscheme", "torch._C.dtype", "torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_quantize_and_dequantize_weight", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_save_weight_qparams": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["destination", "prefix", "weight_qscheme", "weight_dtype", "weight_scale", "weight_zero_point", "weight_axis"], "flags": [], "fullname": "torch.nn.quantized._reference.modules.utils._save_weight_qparams", "name": "_save_weight_qparams", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/_reference/modules/utils.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/utils.meta.json b/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/utils.meta.json deleted file mode 100644 index ce392e2ee..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/_reference/modules/utils.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor"], "hash": "3c3e1a1605f8e837e4c1a4599551fbb344f56abaf18584281ab08518e8e9d6d9", "id": "torch.nn.quantized._reference.modules.utils", "ignore_all": true, "interface_hash": "dd259957cbc5c2fc13e2b436a99b1284853d491a0d7c2f9a32c3157834a8f6df", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/_reference/modules/utils.py", "plugin_data": null, "size": 1862, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/dynamic/__init__.data.json b/.mypy_cache/3.9/torch/nn/quantized/dynamic/__init__.data.json deleted file mode 100644 index 410b3f4ce..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/dynamic/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantized.dynamic", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "GRU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.dynamic.modules.rnn.GRU", "kind": "Gdef"}, "GRUCell": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.dynamic.modules.rnn.GRUCell", "kind": "Gdef"}, "LSTM": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.dynamic.modules.rnn.LSTM", "kind": "Gdef"}, "LSTMCell": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.dynamic.modules.rnn.LSTMCell", "kind": "Gdef"}, "Linear": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.dynamic.modules.linear.Linear", "kind": "Gdef"}, "RNNCell": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.dynamic.modules.rnn.RNNCell", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.dynamic.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.dynamic.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.dynamic.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.dynamic.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/dynamic/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/dynamic/__init__.meta.json b/.mypy_cache/3.9/torch/nn/quantized/dynamic/__init__.meta.json deleted file mode 100644 index 2069eed9e..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/dynamic/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch.nn.quantized.dynamic.modules", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "3348b29618eeaad3dc6ceda901574383d9fd7b5113df9f6743db7138412b98ca", "id": "torch.nn.quantized.dynamic", "ignore_all": true, "interface_hash": "3c82702bc8fa532bb4c5e88af4c31f3cc16caa7380934fbbaf6c6de83950981f", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/dynamic/__init__.py", "plugin_data": null, "size": 37, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/dynamic/modules/__init__.data.json b/.mypy_cache/3.9/torch/nn/quantized/dynamic/modules/__init__.data.json deleted file mode 100644 index ccc927b66..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/dynamic/modules/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantized.dynamic.modules", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "GRU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.dynamic.modules.rnn.GRU", "kind": "Gdef"}, "GRUCell": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.dynamic.modules.rnn.GRUCell", "kind": "Gdef"}, "LSTM": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.dynamic.modules.rnn.LSTM", "kind": "Gdef"}, "LSTMCell": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.dynamic.modules.rnn.LSTMCell", "kind": "Gdef"}, "Linear": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.dynamic.modules.linear.Linear", "kind": "Gdef"}, "RNNCell": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.dynamic.modules.rnn.RNNCell", "kind": "Gdef"}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.dynamic.modules.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.dynamic.modules.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.dynamic.modules.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.dynamic.modules.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/dynamic/modules/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/dynamic/modules/__init__.meta.json b/.mypy_cache/3.9/torch/nn/quantized/dynamic/modules/__init__.meta.json deleted file mode 100644 index 80afefc7f..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/dynamic/modules/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.nn.quantized.dynamic.modules.linear", "torch.nn.quantized.dynamic.modules.rnn", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "82a74dcb76f3ae84a9e76027e70ad344476655fdf2c7f4169f88b5fac9b78377", "id": "torch.nn.quantized.dynamic.modules", "ignore_all": true, "interface_hash": "e2b87dfa289a414a2d291c33957abcb9e4ec7474992c3b7189f3d05c15c3b136", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/dynamic/modules/__init__.py", "plugin_data": null, "size": 181, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/dynamic/modules/linear.data.json b/.mypy_cache/3.9/torch/nn/quantized/dynamic/modules/linear.data.json deleted file mode 100644 index 80df4307d..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/dynamic/modules/linear.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantized.dynamic.modules.linear", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Linear": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized.modules.linear.Linear"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.dynamic.modules.linear.Linear", "name": "Linear", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.linear.Linear", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.dynamic.modules.linear", "mro": ["torch.nn.quantized.dynamic.modules.linear.Linear", "torch.nn.quantized.modules.linear.Linear", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "in_features", "out_features", "bias_", "dtype"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.linear.Linear.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.linear.Linear._get_name", "name": "_get_name", "type": null}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.linear.Linear._load_from_state_dict", "name": "_load_from_state_dict", "type": null}}, "_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.quantized.dynamic.modules.linear.Linear._version", "name": "_version", "type": "builtins.int"}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.linear.Linear.extra_repr", "name": "extra_repr", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.linear.Linear.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.dynamic.modules.linear.Linear.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.dynamic.modules.linear.Linear"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of Linear", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "version": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.linear.Linear.version", "name": "version", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.dynamic.modules.linear.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.dynamic.modules.linear.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.dynamic.modules.linear.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.dynamic.modules.linear.__package__", "name": "__package__", "type": "builtins.str"}}, "_quantize_weight": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.utils._quantize_weight", "kind": "Gdef"}, "nni": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic", "kind": "Gdef"}, "nnq": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/dynamic/modules/linear.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/dynamic/modules/linear.meta.json b/.mypy_cache/3.9/torch/nn/quantized/dynamic/modules/linear.meta.json deleted file mode 100644 index 37c5c7157..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/dynamic/modules/linear.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 4, 98, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 20, 10, 5, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn.quantized", "torch.nn", "torch.nn.intrinsic", "torch.nn.quantized.modules.utils", "torch.quantization.qconfig", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._ops", "torch.ao.quantization.qconfig", "torch.nn.intrinsic.modules", "torch.nn.intrinsic.modules.fused", "torch.nn.modules", "torch.nn.modules.container", "torch.nn.modules.linear", "torch.nn.modules.module", "torch.nn.quantized.modules", "torch.nn.quantized.modules.linear", "types", "typing"], "hash": "ab59444c9d3673e86f5b4e70331da2efe41f87db13663f0013882f2f3db576c3", "id": "torch.nn.quantized.dynamic.modules.linear", "ignore_all": true, "interface_hash": "9de7da08f680b94b9dc3eacdd7aef26ee7d72b35070c29d6c9c5cb07cb44f79a", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/dynamic/modules/linear.py", "plugin_data": null, "size": 5348, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/dynamic/modules/rnn.data.json b/.mypy_cache/3.9/torch/nn/quantized/dynamic/modules/rnn.data.json deleted file mode 100644 index 5e8d3b1b4..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/dynamic/modules/rnn.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantized.dynamic.modules.rnn", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numbers.Number", "builtins.bool"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.dynamic.modules.rnn.", "name": "", "type_vars": []}, "flags": ["is_intersection"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.dynamic.modules.rnn", "mro": ["torch.nn.quantized.dynamic.modules.rnn.", "numbers.Number", "builtins.bool", "builtins.int", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "GRU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized.dynamic.modules.rnn.RNNBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.dynamic.modules.rnn.GRU", "name": "GRU", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.GRU", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.dynamic.modules.rnn", "mro": ["torch.nn.quantized.dynamic.modules.rnn.GRU", "torch.nn.quantized.dynamic.modules.rnn.RNNBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.GRU._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.rnn.GRU"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.rnn.GRU", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.GRU.__init__", "name": "__init__", "type": null}}, "__overloads__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.GRU.__overloads__", "name": "__overloads__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.GRU._get_name", "name": "_get_name", "type": null}}, "check_forward_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "hidden", "batch_sizes"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.GRU.check_forward_args", "name": "check_forward_args", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "hidden", "batch_sizes"], "arg_types": ["torch.nn.quantized.dynamic.modules.rnn.GRU", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_forward_args of GRU", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "flags": ["is_decorated"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.GRU.forward", "name": "forward", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "forward", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "forward_impl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "input", "hx", "batch_sizes", "max_batch_size", "sorted_indices"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.GRU.forward_impl", "name": "forward_impl", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "input", "hx", "batch_sizes", "max_batch_size", "sorted_indices"], "arg_types": ["torch.nn.quantized.dynamic.modules.rnn.GRU", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward_impl of GRU", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "forward_packed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "flags": ["is_decorated"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.GRU.forward_packed", "name": "forward_packed", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "arg_types": ["torch.nn.quantized.dynamic.modules.rnn.GRU", {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.utils.rnn.PackedSequence"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward_packed of GRU", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.utils.rnn.PackedSequence"}, "torch._tensor.Tensor"], "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": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "forward_packed", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "forward_tensor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "flags": ["is_decorated"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.GRU.forward_tensor", "name": "forward_tensor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "arg_types": ["torch.nn.quantized.dynamic.modules.rnn.GRU", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward_tensor of GRU", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "forward_tensor", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.GRU.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.dynamic.modules.rnn.GRU"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of GRU", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "permute_hidden": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "hx", "permutation"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.GRU.permute_hidden", "name": "permute_hidden", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "hx", "permutation"], "arg_types": ["torch.nn.quantized.dynamic.modules.rnn.GRU", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "permute_hidden of GRU", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "GRUCell": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized.dynamic.modules.rnn.RNNCellBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.dynamic.modules.rnn.GRUCell", "name": "GRUCell", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.GRUCell", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.dynamic.modules.rnn", "mro": ["torch.nn.quantized.dynamic.modules.rnn.GRUCell", "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "input_size", "hidden_size", "bias", "dtype"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.GRUCell.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.GRUCell._get_name", "name": "_get_name", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.GRUCell.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "arg_types": ["torch.nn.quantized.dynamic.modules.rnn.GRUCell", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of GRUCell", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.GRUCell.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.dynamic.modules.rnn.GRUCell"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of GRUCell", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LSTM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized.dynamic.modules.rnn.RNNBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.dynamic.modules.rnn.LSTM", "name": "LSTM", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.LSTM", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.dynamic.modules.rnn", "mro": ["torch.nn.quantized.dynamic.modules.rnn.LSTM", "torch.nn.quantized.dynamic.modules.rnn.RNNBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.LSTM._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.rnn.LSTM"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.rnn.LSTM", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.LSTM.__init__", "name": "__init__", "type": null}}, "__overloads__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.LSTM.__overloads__", "name": "__overloads__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.LSTM._get_name", "name": "_get_name", "type": null}}, "check_forward_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "hidden", "batch_sizes"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.LSTM.check_forward_args", "name": "check_forward_args", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "hidden", "batch_sizes"], "arg_types": ["torch.nn.quantized.dynamic.modules.rnn.LSTM", "torch._tensor.Tensor", {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_forward_args of LSTM", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "flags": ["is_decorated"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.LSTM.forward", "name": "forward", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "forward", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "forward_impl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "input", "hx", "batch_sizes", "max_batch_size", "sorted_indices"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.LSTM.forward_impl", "name": "forward_impl", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "input", "hx", "batch_sizes", "max_batch_size", "sorted_indices"], "arg_types": ["torch.nn.quantized.dynamic.modules.rnn.LSTM", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward_impl of LSTM", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "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": []}}}, "forward_packed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "flags": ["is_decorated"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.LSTM.forward_packed", "name": "forward_packed", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "arg_types": ["torch.nn.quantized.dynamic.modules.rnn.LSTM", {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.utils.rnn.PackedSequence"}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward_packed of LSTM", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.utils.rnn.PackedSequence"}, {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "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": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "forward_packed", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "forward_tensor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "flags": ["is_decorated"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.LSTM.forward_tensor", "name": "forward_tensor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "arg_types": ["torch.nn.quantized.dynamic.modules.rnn.LSTM", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward_tensor of LSTM", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "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": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "forward_tensor", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.LSTM.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.dynamic.modules.rnn.LSTM"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of LSTM", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "permute_hidden": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "hx", "permutation"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.LSTM.permute_hidden", "name": "permute_hidden", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "hx", "permutation"], "arg_types": ["torch.nn.quantized.dynamic.modules.rnn.LSTM", {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "permute_hidden of LSTM", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LSTMCell": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized.dynamic.modules.rnn.RNNCellBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.dynamic.modules.rnn.LSTMCell", "name": "LSTMCell", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.LSTMCell", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.dynamic.modules.rnn", "mro": ["torch.nn.quantized.dynamic.modules.rnn.LSTMCell", "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.LSTMCell.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.LSTMCell._get_name", "name": "_get_name", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.LSTMCell.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "arg_types": ["torch.nn.quantized.dynamic.modules.rnn.LSTMCell", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of LSTMCell", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.LSTMCell.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.dynamic.modules.rnn.LSTMCell"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of LSTMCell", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "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"}, "PackedParameter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.dynamic.modules.rnn.PackedParameter", "name": "PackedParameter", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.PackedParameter", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.dynamic.modules.rnn", "mro": ["torch.nn.quantized.dynamic.modules.rnn.PackedParameter", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "param"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.PackedParameter.__init__", "name": "__init__", "type": null}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.PackedParameter._load_from_state_dict", "name": "_load_from_state_dict", "type": null}}, "_save_to_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "destination", "prefix", "keep_vars"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.PackedParameter._save_to_state_dict", "name": "_save_to_state_dict", "type": null}}, "param": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.PackedParameter.param", "name": "param", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PackedSequence": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils.rnn.PackedSequence", "kind": "Gdef"}, "RNNBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase", "name": "RNNBase", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.dynamic.modules.rnn", "mro": ["torch.nn.quantized.dynamic.modules.rnn.RNNBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["mode", "input_size", "hidden_size", "num_layers", "bias", "batch_first", "dropout", "bidirectional", "proj_size", "device", "dtype"], "arg_types": ["builtins.str", "builtins.int", "builtins.int", "builtins.int", "builtins.bool", "builtins.bool", "builtins.float", "builtins.bool", "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.rnn.RNNBase"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.rnn.RNNBase", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "mode", "input_size", "hidden_size", "num_layers", "bias", "batch_first", "dropout", "bidirectional", "dtype"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase.__repr__", "name": "__repr__", "type": null}}, "_all_weight_values": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase._all_weight_values", "name": "_all_weight_values", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase._get_name", "name": "_get_name", "type": null}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase._load_from_state_dict", "name": "_load_from_state_dict", "type": null}}, "_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase._version", "name": "_version", "type": "builtins.int"}}, "_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase._weight_bias", "name": "_weight_bias", "type": null}}, "batch_first": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase.batch_first", "name": "batch_first", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "bias": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase.bias", "name": "bias", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "bidirectional": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase.bidirectional", "name": "bidirectional", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "check_forward_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "hidden", "batch_sizes"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase.check_forward_args", "name": "check_forward_args", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "hidden", "batch_sizes"], "arg_types": ["torch.nn.quantized.dynamic.modules.rnn.RNNBase", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_forward_args of RNNBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "check_hidden_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "hx", "expected_hidden_size", "msg"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase.check_hidden_size", "name": "check_hidden_size", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "hx", "expected_hidden_size", "msg"], "arg_types": ["torch.nn.quantized.dynamic.modules.rnn.RNNBase", "torch._tensor.Tensor", {".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"}}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_hidden_size of RNNBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "check_input": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "batch_sizes"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase.check_input", "name": "check_input", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "batch_sizes"], "arg_types": ["torch.nn.quantized.dynamic.modules.rnn.RNNBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_input of RNNBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dropout": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase.dropout", "name": "dropout", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "dtype": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase.dtype", "name": "dtype", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase.extra_repr", "name": "extra_repr", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.dynamic.modules.rnn.RNNBase"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of RNNBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "get_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase.get_bias", "name": "get_bias", "type": null}}, "get_expected_hidden_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "batch_sizes"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase.get_expected_hidden_size", "name": "get_expected_hidden_size", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "input", "batch_sizes"], "arg_types": ["torch.nn.quantized.dynamic.modules.rnn.RNNBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_expected_hidden_size of RNNBase", "ret_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"}}, "type_guard": null, "variables": []}}}, "get_weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase.get_weight", "name": "get_weight", "type": null}}, "hidden_size": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase.hidden_size", "name": "hidden_size", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "input_size": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase.input_size", "name": "input_size", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "mode": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase.mode", "name": "mode", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "num_layers": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase.num_layers", "name": "num_layers", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "permute_hidden": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "hx", "permutation"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase.permute_hidden", "name": "permute_hidden", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "hx", "permutation"], "arg_types": ["torch.nn.quantized.dynamic.modules.rnn.RNNBase", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "permute_hidden of RNNBase", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "version": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNBase.version", "name": "version", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RNNCell": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized.dynamic.modules.rnn.RNNCellBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCell", "name": "RNNCell", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCell", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.dynamic.modules.rnn", "mro": ["torch.nn.quantized.dynamic.modules.rnn.RNNCell", "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCell.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "input_size", "hidden_size", "bias", "nonlinearity", "dtype"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCell.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCell._get_name", "name": "_get_name", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCell.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "hx"], "arg_types": ["torch.nn.quantized.dynamic.modules.rnn.RNNCell", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of RNNCell", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCell.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.dynamic.modules.rnn.RNNCell"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of RNNCell", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "nonlinearity": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCell.nonlinearity", "name": "nonlinearity", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RNNCellBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase", "name": "RNNCellBase", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.dynamic.modules.rnn", "mro": ["torch.nn.quantized.dynamic.modules.rnn.RNNCellBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "input_size", "hidden_size", "bias", "num_chunks", "dtype"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase._get_name", "name": "_get_name", "type": null}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase._load_from_state_dict", "name": "_load_from_state_dict", "type": null}}, "_packed_weight_hh": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase._packed_weight_hh", "name": "_packed_weight_hh", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_packed_weight_ih": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase._packed_weight_ih", "name": "_packed_weight_ih", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_save_to_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "destination", "prefix", "keep_vars"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase._save_to_state_dict", "name": "_save_to_state_dict", "type": null}}, "_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase._weight_bias", "name": "_weight_bias", "type": null}}, "bias": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase.bias", "name": "bias", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "bias_hh": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase.bias_hh", "name": "bias_hh", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "bias_ih": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase.bias_ih", "name": "bias_ih", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "check_forward_hidden": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "input", "hx", "hidden_label"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase.check_forward_hidden", "name": "check_forward_hidden", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "input", "hx", "hidden_label"], "arg_types": ["torch.nn.quantized.dynamic.modules.rnn.RNNCellBase", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_forward_hidden of RNNCellBase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "check_forward_input": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase.check_forward_input", "name": "check_forward_input", "type": null}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase.extra_repr", "name": "extra_repr", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of RNNCellBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "get_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase.get_bias", "name": "get_bias", "type": null}}, "get_weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase.get_weight", "name": "get_weight", "type": null}}, "hidden_size": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase.hidden_size", "name": "hidden_size", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "input_size": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.RNNCellBase.input_size", "name": "input_size", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.dynamic.modules.rnn.__package__", "name": "__package__", "type": "builtins.str"}}, "_quantize_weight": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.utils._quantize_weight", "kind": "Gdef"}, "apply_permutation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["tensor", "permutation", "dim"], "flags": [], "fullname": "torch.nn.quantized.dynamic.modules.rnn.apply_permutation", "name": "apply_permutation", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["tensor", "permutation", "dim"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "apply_permutation", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef"}, "numbers": {".class": "SymbolTableNode", "cross_ref": "numbers", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/dynamic/modules/rnn.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/dynamic/modules/rnn.meta.json b/.mypy_cache/3.9/torch/nn/quantized/dynamic/modules/rnn.meta.json deleted file mode 100644 index 17134bedd..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/dynamic/modules/rnn.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 4, 5, 7, 8, 9, 217, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 10, 5, 5, 5, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["numbers", "warnings", "torch", "torch.nn", "torch._jit_internal", "torch.nn.utils.rnn", "torch.nn.quantized.modules.utils", "torch.quantization.qconfig", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._ops", "torch._tensor", "torch.ao.quantization.qconfig", "torch.jit", "torch.nn.modules", "torch.nn.modules.container", "torch.nn.modules.module", "torch.nn.modules.rnn", "torch.nn.utils", "types", "typing", "typing_extensions"], "hash": "52f77a388cacf27920387b37335d9ecb19b8cffed928860cc4f5f8b525c190eb", "id": "torch.nn.quantized.dynamic.modules.rnn", "ignore_all": true, "interface_hash": "7f071b3fa02e2a73a88cdbd08cc129949e8b9527c817382af536abbb98c36000", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/dynamic/modules/rnn.py", "plugin_data": null, "size": 42388, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/functional.data.json b/.mypy_cache/3.9/torch/nn/quantized/functional.data.json deleted file mode 100644 index 99ed4b9f2..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/functional.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantized.functional", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "BroadcastingList2": {".class": "SymbolTableNode", "cross_ref": "torch.jit.annotations.BroadcastingList2", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.functional.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.functional.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.functional.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.functional.__package__", "name": "__package__", "type": "builtins.str"}}, "_pair": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._pair", "kind": "Gdef"}, "_pair_from_first": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.utils._pair_from_first", "kind": "Gdef"}, "_triple": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._triple", "kind": "Gdef"}, "adaptive_avg_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "output_size"], "flags": [], "fullname": "torch.nn.quantized.functional.adaptive_avg_pool2d", "name": "adaptive_avg_pool2d", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "output_size"], "arg_types": ["torch._tensor.Tensor", {".class": "AnyType", "missing_import_name": "torch.jit.annotations.BroadcastingList2", "source_any": null, "type_of_any": 3}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "adaptive_avg_pool2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "adaptive_avg_pool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["input", "output_size"], "flags": [], "fullname": "torch.nn.quantized.functional.adaptive_avg_pool3d", "name": "adaptive_avg_pool3d", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["input", "output_size"], "arg_types": ["torch._tensor.Tensor", {".class": "AnyType", "missing_import_name": "torch.jit.annotations.BroadcastingList2", "source_any": null, "type_of_any": 3}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "adaptive_avg_pool3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "avg_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "ceil_mode", "count_include_pad", "divisor_override"], "flags": [], "fullname": "torch.nn.quantized.functional.avg_pool2d", "name": "avg_pool2d", "type": null}}, "avg_pool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "ceil_mode", "count_include_pad", "divisor_override"], "flags": [], "fullname": "torch.nn.quantized.functional.avg_pool3d", "name": "avg_pool3d", "type": null}}, "celu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "scale", "zero_point", "alpha"], "flags": [], "fullname": "torch.nn.quantized.functional.celu", "name": "celu", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "scale", "zero_point", "alpha"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.int", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "celu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "clamp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "min_", "max_"], "flags": [], "fullname": "torch.nn.quantized.functional.clamp", "name": "clamp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "min_", "max_"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clamp", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "conv1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups", "padding_mode", "scale", "zero_point", "dtype"], "flags": [], "fullname": "torch.nn.quantized.functional.conv1d", "name": "conv1d", "type": null}}, "conv2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups", "padding_mode", "scale", "zero_point", "dtype"], "flags": [], "fullname": "torch.nn.quantized.functional.conv2d", "name": "conv2d", "type": null}}, "conv3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["input", "weight", "bias", "stride", "padding", "dilation", "groups", "padding_mode", "scale", "zero_point", "dtype"], "flags": [], "fullname": "torch.nn.quantized.functional.conv3d", "name": "conv3d", "type": null}}, "elu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "scale", "zero_point", "alpha"], "flags": [], "fullname": "torch.nn.quantized.functional.elu", "name": "elu", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["input", "scale", "zero_point", "alpha"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.int", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "elu", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "hardsigmoid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch.nn.quantized.functional.hardsigmoid", "name": "hardsigmoid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hardsigmoid", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "hardswish": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "scale", "zero_point"], "flags": [], "fullname": "torch.nn.quantized.functional.hardswish", "name": "hardswish", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "scale", "zero_point"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hardswish", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "hardtanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "min_val", "max_val", "inplace"], "flags": [], "fullname": "torch.nn.quantized.functional.hardtanh", "name": "hardtanh", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["input", "min_val", "max_val", "inplace"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hardtanh", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "interpolate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "size", "scale_factor", "mode", "align_corners"], "flags": [], "fullname": "torch.nn.quantized.functional.interpolate", "name": "interpolate", "type": null}}, "leaky_relu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "negative_slope", "inplace", "scale", "zero_point"], "flags": [], "fullname": "torch.nn.quantized.functional.leaky_relu", "name": "leaky_relu", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "negative_slope", "inplace", "scale", "zero_point"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.bool", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "leaky_relu", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "linear": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "weight", "bias", "scale", "zero_point"], "flags": [], "fullname": "torch.nn.quantized.functional.linear", "name": "linear", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["input", "weight", "bias", "scale", "zero_point"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "linear", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "max_pool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode", "return_indices"], "flags": [], "fullname": "torch.nn.quantized.functional.max_pool1d", "name": "max_pool1d", "type": null}}, "max_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["input", "kernel_size", "stride", "padding", "dilation", "ceil_mode", "return_indices"], "flags": [], "fullname": "torch.nn.quantized.functional.max_pool2d", "name": "max_pool2d", "type": null}}, "threshold": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["input", "threshold", "value"], "flags": [], "fullname": "torch.nn.quantized.functional.threshold", "name": "threshold", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["input", "threshold", "value"], "arg_types": ["torch._tensor.Tensor", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "threshold", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "upsample": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["input", "size", "scale_factor", "mode", "align_corners"], "flags": [], "fullname": "torch.nn.quantized.functional.upsample", "name": "upsample", "type": null}}, "upsample_bilinear": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["input", "size", "scale_factor"], "flags": [], "fullname": "torch.nn.quantized.functional.upsample_bilinear", "name": "upsample_bilinear", "type": null}}, "upsample_nearest": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["input", "size", "scale_factor"], "flags": [], "fullname": "torch.nn.quantized.functional.upsample_nearest", "name": "upsample_nearest", "type": null}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/functional.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/functional.meta.json b/.mypy_cache/3.9/torch/nn/quantized/functional.meta.json deleted file mode 100644 index 0687d5196..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/functional.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 3, 5, 7, 8, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["typing", "warnings", "torch", "torch.nn.modules.utils", "torch.nn.quantized.modules.utils", "torch.jit.annotations", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._C._nn", "torch._ops", "torch._tensor", "torch.jit", "torch.nn.functional", "types", "typing_extensions"], "hash": "dde907197ae43d6c3eb4f992812364ccfa1121d491066ce3e01ce4e9f39ccd5f", "id": "torch.nn.quantized.functional", "ignore_all": true, "interface_hash": "912c3616b8b9e83a39584f2f1ebd36ca5622a98f12a6c736513417b54a22c81f", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/functional.py", "plugin_data": null, "size": 28492, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/modules/__init__.data.json b/.mypy_cache/3.9/torch/nn/quantized/modules/__init__.data.json deleted file mode 100644 index 445e5c573..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/modules/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantized.modules", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "BatchNorm2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.batchnorm.BatchNorm2d", "kind": "Gdef"}, "BatchNorm3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.batchnorm.BatchNorm3d", "kind": "Gdef"}, "Conv1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.conv.Conv1d", "kind": "Gdef"}, "Conv2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.conv.Conv2d", "kind": "Gdef"}, "Conv3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.conv.Conv3d", "kind": "Gdef"}, "ConvTranspose1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.conv.ConvTranspose1d", "kind": "Gdef"}, "ConvTranspose2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.conv.ConvTranspose2d", "kind": "Gdef"}, "ConvTranspose3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.conv.ConvTranspose3d", "kind": "Gdef"}, "DeQuantize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.DeQuantize", "name": "DeQuantize", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.DeQuantize", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules", "mro": ["torch.nn.quantized.modules.DeQuantize", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.DeQuantize.__init__", "name": "__init__", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "Xq"], "flags": [], "fullname": "torch.nn.quantized.modules.DeQuantize.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mod"], "flags": ["is_static", "is_decorated"], "fullname": "torch.nn.quantized.modules.DeQuantize.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mod"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of DeQuantize", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ELU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.activation.ELU", "kind": "Gdef"}, "Embedding": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.embedding_ops.Embedding", "kind": "Gdef"}, "EmbeddingBag": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.embedding_ops.EmbeddingBag", "kind": "Gdef"}, "FXFloatFunctional": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.functional_modules.FXFloatFunctional", "kind": "Gdef"}, "FloatFunctional": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.functional_modules.FloatFunctional", "kind": "Gdef"}, "GroupNorm": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.normalization.GroupNorm", "kind": "Gdef"}, "Hardswish": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.activation.Hardswish", "kind": "Gdef"}, "InstanceNorm1d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.normalization.InstanceNorm1d", "kind": "Gdef"}, "InstanceNorm2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.normalization.InstanceNorm2d", "kind": "Gdef"}, "InstanceNorm3d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.normalization.InstanceNorm3d", "kind": "Gdef"}, "LayerNorm": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.normalization.LayerNorm", "kind": "Gdef"}, "LeakyReLU": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.activation.LeakyReLU", "kind": "Gdef"}, "Linear": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.linear.Linear", "kind": "Gdef"}, "MaxPool2d": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.pooling.MaxPool2d", "kind": "Gdef"}, "QFunctional": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.functional_modules.QFunctional", "kind": "Gdef"}, "Quantize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.Quantize", "name": "Quantize", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.Quantize", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules", "mro": ["torch.nn.quantized.modules.Quantize", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "scale", "zero_point", "dtype", "factory_kwargs"], "flags": [], "fullname": "torch.nn.quantized.modules.Quantize.__init__", "name": "__init__", "type": null}}, "dtype": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.Quantize.dtype", "name": "dtype", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.Quantize.extra_repr", "name": "extra_repr", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "X"], "flags": [], "fullname": "torch.nn.quantized.modules.Quantize.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mod"], "flags": ["is_static", "is_decorated"], "fullname": "torch.nn.quantized.modules.Quantize.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mod"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of Quantize", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "scale": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.quantized.modules.Quantize.scale", "name": "scale", "type": "torch._tensor.Tensor"}}, "zero_point": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.quantized.modules.Quantize.zero_point", "name": "zero_point", "type": "torch._tensor.Tensor"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReLU6": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.activation.ReLU6", "kind": "Gdef"}, "Sigmoid": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.activation.Sigmoid", "kind": "Gdef"}, "_ConvNd": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.conv._ConvNd", "kind": "Gdef"}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.__package__", "name": "__package__", "type": "builtins.str"}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/modules/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/modules/__init__.meta.json b/.mypy_cache/3.9/torch/nn/quantized/modules/__init__.meta.json deleted file mode 100644 index 5dcdfbba6..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/modules/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 4, 5, 6, 8, 10, 11, 13, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn.modules.pooling", "torch.nn.quantized.modules.activation", "torch.nn.quantized.modules.batchnorm", "torch.nn.quantized.modules.normalization", "torch.nn.quantized.modules.conv", "torch.nn.quantized.modules.linear", "torch.nn.quantized.modules.embedding_ops", "torch.nn.quantized.modules.functional_modules", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.nn.modules", "torch.nn.modules.module", "typing", "typing_extensions"], "hash": "1d27bf76f6fd24ccaa79f954cfffe7552582b85fd69d06ba337c3b09fded5b7a", "id": "torch.nn.quantized.modules", "ignore_all": true, "interface_hash": "87ba08ff6c27674698db832d7fa0dbe7977b121468fcf19cf6fe737351bab181", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/modules/__init__.py", "plugin_data": null, "size": 3908, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/modules/activation.data.json b/.mypy_cache/3.9/torch/nn/quantized/modules/activation.data.json deleted file mode 100644 index b8cd37814..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/modules/activation.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantized.modules.activation", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ELU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.activation.ELU"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.activation.ELU", "name": "ELU", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.activation.ELU", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.activation", "mro": ["torch.nn.quantized.modules.activation.ELU", "torch.nn.modules.activation.ELU", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "scale", "zero_point", "alpha"], "flags": [], "fullname": "torch.nn.quantized.modules.activation.ELU.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.activation.ELU._get_name", "name": "_get_name", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.quantized.modules.activation.ELU.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mod"], "flags": ["is_static", "is_decorated"], "fullname": "torch.nn.quantized.modules.activation.ELU.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mod"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of ELU", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "scale": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.activation.ELU.scale", "name": "scale", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "zero_point": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.activation.ELU.zero_point", "name": "zero_point", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Hardswish": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.activation.Hardswish"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.activation.Hardswish", "name": "Hardswish", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.activation.Hardswish", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.activation", "mro": ["torch.nn.quantized.modules.activation.Hardswish", "torch.nn.modules.activation.Hardswish", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "scale", "zero_point"], "flags": [], "fullname": "torch.nn.quantized.modules.activation.Hardswish.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.activation.Hardswish._get_name", "name": "_get_name", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.quantized.modules.activation.Hardswish.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mod"], "flags": ["is_static", "is_decorated"], "fullname": "torch.nn.quantized.modules.activation.Hardswish.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mod"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of Hardswish", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "scale": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.activation.Hardswish.scale", "name": "scale", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "zero_point": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.activation.Hardswish.zero_point", "name": "zero_point", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LeakyReLU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.activation.LeakyReLU"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.activation.LeakyReLU", "name": "LeakyReLU", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.activation.LeakyReLU", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.activation", "mro": ["torch.nn.quantized.modules.activation.LeakyReLU", "torch.nn.modules.activation.LeakyReLU", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "scale", "zero_point", "negative_slope", "inplace", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.activation.LeakyReLU.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "scale", "zero_point", "negative_slope", "inplace", "device", "dtype"], "arg_types": ["torch.nn.quantized.modules.activation.LeakyReLU", "builtins.float", "builtins.int", "builtins.float", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LeakyReLU", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.activation.LeakyReLU._get_name", "name": "_get_name", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.quantized.modules.activation.LeakyReLU.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.modules.activation.LeakyReLU.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.modules.activation.LeakyReLU"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of LeakyReLU", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReLU6": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.activation.ReLU"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.activation.ReLU6", "name": "ReLU6", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.activation.ReLU6", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.activation", "mro": ["torch.nn.quantized.modules.activation.ReLU6", "torch.nn.modules.activation.ReLU", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "flags": [], "fullname": "torch.nn.quantized.modules.activation.ReLU6.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.activation.ReLU6._get_name", "name": "_get_name", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.quantized.modules.activation.ReLU6.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mod"], "flags": ["is_static", "is_decorated"], "fullname": "torch.nn.quantized.modules.activation.ReLU6.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mod"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of ReLU6", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sigmoid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.activation.Sigmoid"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.activation.Sigmoid", "name": "Sigmoid", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.activation.Sigmoid", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.activation", "mro": ["torch.nn.quantized.modules.activation.Sigmoid", "torch.nn.modules.activation.Sigmoid", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "output_scale", "output_zero_point"], "flags": [], "fullname": "torch.nn.quantized.modules.activation.Sigmoid.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "output_scale", "output_zero_point"], "arg_types": ["torch.nn.quantized.modules.activation.Sigmoid", "builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Sigmoid", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.quantized.modules.activation.Sigmoid.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.modules.activation.Sigmoid.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.modules.activation.Sigmoid"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of Sigmoid", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "output_scale": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.activation.Sigmoid.output_scale", "name": "output_scale", "type": "builtins.float"}}, "output_zero_point": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.activation.Sigmoid.output_zero_point", "name": "output_zero_point", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.activation.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.activation.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.activation.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.activation.__package__", "name": "__package__", "type": "builtins.str"}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/modules/activation.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/modules/activation.meta.json b/.mypy_cache/3.9/torch/nn/quantized/modules/activation.meta.json deleted file mode 100644 index 15091ad0f..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/modules/activation.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 20, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn.quantized.functional", "torch.nn", "torch.nn.quantized", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.nn.modules", "torch.nn.modules.activation", "torch.nn.modules.module", "typing", "typing_extensions"], "hash": "be891395e3bc4b4153b4f5e159aa550cd3a409630f8be3eff68dd17110827704", "id": "torch.nn.quantized.modules.activation", "ignore_all": true, "interface_hash": "32cd41e182d56fbb4b7723f4999ddae90d933afaa99b8b2bdfe64459e7914d1e", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/modules/activation.py", "plugin_data": null, "size": 4683, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/modules/batchnorm.data.json b/.mypy_cache/3.9/torch/nn/quantized/modules/batchnorm.data.json deleted file mode 100644 index 3d4ff4d29..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/modules/batchnorm.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantized.modules.batchnorm", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "BatchNorm2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.batchnorm.BatchNorm2d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.batchnorm.BatchNorm2d", "name": "BatchNorm2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.batchnorm.BatchNorm2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.batchnorm", "mro": ["torch.nn.quantized.modules.batchnorm.BatchNorm2d", "torch.nn.modules.batchnorm.BatchNorm2d", "torch.nn.modules.batchnorm._BatchNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "num_features", "eps", "momentum", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.batchnorm.BatchNorm2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "num_features", "eps", "momentum", "device", "dtype"], "arg_types": ["torch.nn.quantized.modules.batchnorm.BatchNorm2d", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BatchNorm2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.batchnorm.BatchNorm2d._get_name", "name": "_get_name", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.quantized.modules.batchnorm.BatchNorm2d.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.modules.batchnorm.BatchNorm2d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.modules.batchnorm.BatchNorm2d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of BatchNorm2d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "scale": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.batchnorm.BatchNorm2d.scale", "name": "scale", "type": "builtins.float"}}, "zero_point": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.batchnorm.BatchNorm2d.zero_point", "name": "zero_point", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BatchNorm3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.batchnorm.BatchNorm3d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.batchnorm.BatchNorm3d", "name": "BatchNorm3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.batchnorm.BatchNorm3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.batchnorm", "mro": ["torch.nn.quantized.modules.batchnorm.BatchNorm3d", "torch.nn.modules.batchnorm.BatchNorm3d", "torch.nn.modules.batchnorm._BatchNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "num_features", "eps", "momentum", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.batchnorm.BatchNorm3d.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.batchnorm.BatchNorm3d._get_name", "name": "_get_name", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.quantized.modules.batchnorm.BatchNorm3d.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.modules.batchnorm.BatchNorm3d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.modules.batchnorm.BatchNorm3d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of BatchNorm3d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "scale": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.batchnorm.BatchNorm3d.scale", "name": "scale", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "zero_point": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.batchnorm.BatchNorm3d.zero_point", "name": "zero_point", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.batchnorm.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.batchnorm.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.batchnorm.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.batchnorm.__package__", "name": "__package__", "type": "builtins.str"}}, "nni": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/modules/batchnorm.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/modules/batchnorm.meta.json b/.mypy_cache/3.9/torch/nn/quantized/modules/batchnorm.meta.json deleted file mode 100644 index 1288b1d39..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/modules/batchnorm.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 20, 20, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn.quantized.functional", "torch.nn", "torch.nn.quantized", "torch.nn.intrinsic", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch.nn.intrinsic.modules", "torch.nn.intrinsic.modules.fused", "torch.nn.modules", "torch.nn.modules.batchnorm", "torch.nn.modules.container", "torch.nn.modules.module", "typing", "typing_extensions"], "hash": "fc551ddd5e817c67f98101d65acca1fd6c88a8fac24548ae7c6c27daf9d9a58e", "id": "torch.nn.quantized.modules.batchnorm", "ignore_all": true, "interface_hash": "67a4f4dc8416684609c6c0b152da5fa1babf4d5bb495859f39ff92f2997e6af5", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/modules/batchnorm.py", "plugin_data": null, "size": 2682, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/modules/conv.data.json b/.mypy_cache/3.9/torch/nn/quantized/modules/conv.data.json deleted file mode 100644 index 9ee97847d..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/modules/conv.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantized.modules.conv", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Conv1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized.modules.conv._ConvNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.conv.Conv1d", "name": "Conv1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.conv", "mro": ["torch.nn.quantized.modules.conv.Conv1d", "torch.nn.quantized.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.modules.conv.Conv1d._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.conv.Conv1d"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.conv.Conv1d", "type_guard": null, "variables": []}}}, "_NNIQAT_CONV_BN_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.modules.conv.Conv1d._NNIQAT_CONV_BN_MODULE", "name": "_NNIQAT_CONV_BN_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "eps", "momentum", "freeze_bn", "qconfig"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.intrinsic.qat.modules.conv_fused.ConvBn1d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn1d", "type_guard": null, "variables": []}}}, "_NNI_CONV_RELU_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.modules.conv.Conv1d._NNI_CONV_RELU_MODULE", "name": "_NNI_CONV_RELU_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["conv", "relu"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.intrinsic.modules.fused.ConvReLU1d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.intrinsic.modules.fused.ConvReLU1d", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv1d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.quantized.modules.conv.Conv1d", "builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Conv1d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv1d._get_name", "name": "_get_name", "type": null}}, "_packed_params": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv1d._packed_params", "name": "_packed_params", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv1d._weight_bias", "name": "_weight_bias", "type": null}}, "bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv1d.bias", "name": "bias", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv1d.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.modules.conv.Conv1d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.modules.conv.Conv1d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of Conv1d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "set_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "w", "b"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv1d.set_weight_bias", "name": "set_weight_bias", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "w", "b"], "arg_types": ["torch.nn.quantized.modules.conv.Conv1d", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_weight_bias of Conv1d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv1d.weight", "name": "weight", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Conv2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized.modules.conv._ConvNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.conv.Conv2d", "name": "Conv2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.conv", "mro": ["torch.nn.quantized.modules.conv.Conv2d", "torch.nn.quantized.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.modules.conv.Conv2d._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.conv.Conv2d"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.conv.Conv2d", "type_guard": null, "variables": []}}}, "_NNIQAT_CONV_BN_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.modules.conv.Conv2d._NNIQAT_CONV_BN_MODULE", "name": "_NNIQAT_CONV_BN_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "eps", "momentum", "freeze_bn", "qconfig"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.intrinsic.qat.modules.conv_fused.ConvBn2d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn2d", "type_guard": null, "variables": []}}}, "_NNI_CONV_RELU_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.modules.conv.Conv2d._NNI_CONV_RELU_MODULE", "name": "_NNI_CONV_RELU_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["conv", "relu"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.intrinsic.modules.fused.ConvReLU2d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.intrinsic.modules.fused.ConvReLU2d", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv2d.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv2d._get_name", "name": "_get_name", "type": null}}, "_packed_params": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv2d._packed_params", "name": "_packed_params", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv2d._weight_bias", "name": "_weight_bias", "type": null}}, "bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv2d.bias", "name": "bias", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv2d.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.modules.conv.Conv2d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.modules.conv.Conv2d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of Conv2d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "set_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "w", "b"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv2d.set_weight_bias", "name": "set_weight_bias", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "w", "b"], "arg_types": ["torch.nn.quantized.modules.conv.Conv2d", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_weight_bias of Conv2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv2d.weight", "name": "weight", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Conv3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized.modules.conv._ConvNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.conv.Conv3d", "name": "Conv3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.conv", "mro": ["torch.nn.quantized.modules.conv.Conv3d", "torch.nn.quantized.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.modules.conv.Conv3d._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.conv.Conv3d"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.conv.Conv3d", "type_guard": null, "variables": []}}}, "_NNIQAT_CONV_BN_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.modules.conv.Conv3d._NNIQAT_CONV_BN_MODULE", "name": "_NNIQAT_CONV_BN_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "eps", "momentum", "freeze_bn", "qconfig"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.intrinsic.qat.modules.conv_fused.ConvBn3d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.intrinsic.qat.modules.conv_fused.ConvBn3d", "type_guard": null, "variables": []}}}, "_NNI_CONV_RELU_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.modules.conv.Conv3d._NNI_CONV_RELU_MODULE", "name": "_NNI_CONV_RELU_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["conv", "relu"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.intrinsic.modules.fused.ConvReLU3d"], "def_extras": {}, "fallback": "builtins.type", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.intrinsic.modules.fused.ConvReLU3d", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv3d.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv3d._get_name", "name": "_get_name", "type": null}}, "_packed_params": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv3d._packed_params", "name": "_packed_params", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv3d._weight_bias", "name": "_weight_bias", "type": null}}, "bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv3d.bias", "name": "bias", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv3d.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.modules.conv.Conv3d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.modules.conv.Conv3d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of Conv3d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "set_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "w", "b"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv3d.set_weight_bias", "name": "set_weight_bias", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "w", "b"], "arg_types": ["torch.nn.quantized.modules.conv.Conv3d", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_weight_bias of Conv3d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.Conv3d.weight", "name": "weight", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvTranspose1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized.modules.conv._ConvTransposeNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.conv.ConvTranspose1d", "name": "ConvTranspose1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.conv", "mro": ["torch.nn.quantized.modules.conv.ConvTranspose1d", "torch.nn.quantized.modules.conv._ConvTransposeNd", "torch.nn.quantized.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose1d._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["in_channels", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, "builtins.int", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.conv.ConvTranspose1d"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.conv.ConvTranspose1d", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose1d.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose1d._get_name", "name": "_get_name", "type": null}}, "_packed_params": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose1d._packed_params", "name": "_packed_params", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose1d._weight_bias", "name": "_weight_bias", "type": null}}, "bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose1d.bias", "name": "bias", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose1d.forward", "name": "forward", "type": null}}, "set_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "w", "b"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose1d.set_weight_bias", "name": "set_weight_bias", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "w", "b"], "arg_types": ["torch.nn.quantized.modules.conv.ConvTranspose1d", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_weight_bias of ConvTranspose1d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose1d.weight", "name": "weight", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvTranspose2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized.modules.conv._ConvTransposeNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.conv.ConvTranspose2d", "name": "ConvTranspose2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.conv", "mro": ["torch.nn.quantized.modules.conv.ConvTranspose2d", "torch.nn.quantized.modules.conv._ConvTransposeNd", "torch.nn.quantized.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose2d._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["in_channels", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, "builtins.int", "builtins.bool", "builtins.int", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.conv.ConvTranspose2d"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.conv.ConvTranspose2d", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose2d.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose2d._get_name", "name": "_get_name", "type": null}}, "_packed_params": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose2d._packed_params", "name": "_packed_params", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose2d._weight_bias", "name": "_weight_bias", "type": null}}, "bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose2d.bias", "name": "bias", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose2d.forward", "name": "forward", "type": null}}, "set_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "w", "b"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose2d.set_weight_bias", "name": "set_weight_bias", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "w", "b"], "arg_types": ["torch.nn.quantized.modules.conv.ConvTranspose2d", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_weight_bias of ConvTranspose2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose2d.weight", "name": "weight", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvTranspose3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized.modules.conv._ConvTransposeNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.conv.ConvTranspose3d", "name": "ConvTranspose3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.conv", "mro": ["torch.nn.quantized.modules.conv.ConvTranspose3d", "torch.nn.quantized.modules.conv._ConvTransposeNd", "torch.nn.quantized.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose3d._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["in_channels", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, "builtins.int", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.conv.ConvTranspose3d"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.nn.modules.conv.ConvTranspose3d", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose3d.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose3d._get_name", "name": "_get_name", "type": null}}, "_packed_params": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose3d._packed_params", "name": "_packed_params", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose3d._weight_bias", "name": "_weight_bias", "type": null}}, "bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose3d.bias", "name": "bias", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose3d.forward", "name": "forward", "type": null}}, "set_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "w", "b"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose3d.set_weight_bias", "name": "set_weight_bias", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "w", "b"], "arg_types": ["torch.nn.quantized.modules.conv.ConvTranspose3d", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_weight_bias of ConvTranspose3d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv.ConvTranspose3d.weight", "name": "weight", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "MOD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "torch.nn.quantized.modules.conv.MOD", "name": "MOD", "upper_bound": "torch.nn.modules.conv._ConvNd", "values": [], "variance": 0}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "_ConvNd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.conv._ConvNd", "name": "_ConvNd", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.conv", "mro": ["torch.nn.quantized.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__copy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd.__copy__", "name": "__copy__", "type": null}}, "__deepcopy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "memo"], "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd.__deepcopy__", "name": "__deepcopy__", "type": null}}, "__getstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.nn.quantized.modules.conv._ConvNd.__getstate__", "name": "__getstate__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__getstate__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd.__init__", "name": "__init__", "type": null}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": ["is_decorated"], "fullname": "torch.nn.quantized.modules.conv._ConvNd.__setstate__", "name": "__setstate__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__setstate__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "_init": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "transposed", "output_padding", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd._init", "name": "_init", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "transposed", "output_padding", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.quantized.modules.conv._ConvNd", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_init of _ConvNd", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd._load_from_state_dict", "name": "_load_from_state_dict", "type": null}}, "_save_to_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "destination", "prefix", "keep_vars"], "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd._save_to_state_dict", "name": "_save_to_state_dict", "type": null}}, "_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd._weight_bias", "name": "_weight_bias", "type": null}}, "bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd.bias", "name": "bias", "type": null}}, "dilation": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd.dilation", "name": "dilation", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd.extra_repr", "name": "extra_repr", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_static", "is_decorated"], "fullname": "torch.nn.quantized.modules.conv._ConvNd.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of _ConvNd", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "get_qconv": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["cls", "mod", "activation_post_process", "weight_post_process"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.modules.conv._ConvNd.get_qconv", "name": "get_qconv", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "get_qconv", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["cls", "mod", "activation_post_process", "weight_post_process"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.modules.conv._ConvNd"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "get_qconv of _ConvNd", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "groups": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd.groups", "name": "groups", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "in_channels": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd.in_channels", "name": "in_channels", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "kernel_size": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd.kernel_size", "name": "kernel_size", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "out_channels": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd.out_channels", "name": "out_channels", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "output_padding": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd.output_padding", "name": "output_padding", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "padding": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd.padding", "name": "padding", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "padding_mode": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd.padding_mode", "name": "padding_mode", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "scale": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd.scale", "name": "scale", "type": "builtins.float"}}, "set_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "qweight", "bias_float"], "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd.set_weight_bias", "name": "set_weight_bias", "type": null}}, "stride": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd.stride", "name": "stride", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "transposed": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd.transposed", "name": "transposed", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "zero_point": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvNd.zero_point", "name": "zero_point", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ConvTransposeNd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized.modules.conv._ConvNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.conv._ConvTransposeNd", "name": "_ConvTransposeNd", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvTransposeNd", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.conv", "mro": ["torch.nn.quantized.modules.conv._ConvTransposeNd", "torch.nn.quantized.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.modules.conv._ConvTransposeNd._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": "builtins.object"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "transposed", "output_padding", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvTransposeNd.__init__", "name": "__init__", "type": null}}, "_input_padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "kernel_size", "dilation", "padding"], "flags": [], "fullname": "torch.nn.quantized.modules.conv._ConvTransposeNd._input_padding", "name": "_input_padding", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "kernel_size", "dilation", "padding"], "arg_types": ["torch.nn.quantized.modules.conv._ConvTransposeNd", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_input_padding of _ConvTransposeNd", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.modules.conv._ConvTransposeNd.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.modules.conv._ConvTransposeNd"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of _ConvTransposeNd", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_SUPPORTED_PADDING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.conv._SUPPORTED_PADDING", "name": "_SUPPORTED_PADDING", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.conv.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.conv.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.conv.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.conv.__package__", "name": "__package__", "type": "builtins.str"}}, "_pair": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._pair", "kind": "Gdef"}, "_quantize_weight": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.utils._quantize_weight", "kind": "Gdef"}, "_reverse_repeat_padding": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["padding"], "flags": [], "fullname": "torch.nn.quantized.modules.conv._reverse_repeat_padding", "name": "_reverse_repeat_padding", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["padding"], "arg_types": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_reverse_repeat_padding", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_single": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._single", "kind": "Gdef"}, "_size_1_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_1_t", "kind": "Gdef"}, "_triple": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._triple", "kind": "Gdef"}, "fuse_conv_bn_weights": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils.fusion.fuse_conv_bn_weights", "kind": "Gdef"}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef"}, "nni": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic", "kind": "Gdef"}, "nniqat": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic.qat", "kind": "Gdef"}, "ops": {".class": "SymbolTableNode", "cross_ref": "torch._ops.ops", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/modules/conv.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/modules/conv.meta.json b/.mypy_cache/3.9/torch/nn/quantized/modules/conv.meta.json deleted file mode 100644 index f6c53026f..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/modules/conv.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [4, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 10, 10, 10, 10, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["typing", "torch", "torch.nn", "torch.nn.functional", "torch.nn.intrinsic", "torch.nn.intrinsic.qat", "torch._ops", "torch.nn.common_types", "torch.nn.modules.utils", "torch.nn.quantized.modules.utils", "torch.nn.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.jit", "torch.nn.intrinsic.modules", "torch.nn.intrinsic.modules.fused", "torch.nn.intrinsic.qat.modules", "torch.nn.intrinsic.qat.modules.conv_fused", "torch.nn.modules", "torch.nn.modules.container", "torch.nn.modules.conv", "torch.nn.modules.module", "torch.nn.utils.fusion", "types", "typing_extensions"], "hash": "b497ee34caf5d039d71209922c2e6c85c2e72bf0bcf848700186a6ba55b5e950", "id": "torch.nn.quantized.modules.conv", "ignore_all": true, "interface_hash": "10768c5db2998b1305c0de2305ada8fc2e6ade8dffc40f5bd97eef0aea26b5a7", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/modules/conv.py", "plugin_data": null, "size": 34625, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/modules/embedding_ops.data.json b/.mypy_cache/3.9/torch/nn/quantized/modules/embedding_ops.data.json deleted file mode 100644 index 8dbbe828f..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/modules/embedding_ops.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantized.modules.embedding_ops", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Embedding": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.embedding_ops.Embedding", "name": "Embedding", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.Embedding", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.embedding_ops", "mro": ["torch.nn.quantized.modules.embedding_ops.Embedding", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "num_embeddings", "embedding_dim", "padding_idx", "max_norm", "norm_type", "scale_grad_by_freq", "sparse", "_weight", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.Embedding.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "num_embeddings", "embedding_dim", "padding_idx", "max_norm", "norm_type", "scale_grad_by_freq", "sparse", "_weight", "dtype"], "arg_types": ["torch.nn.quantized.modules.embedding_ops.Embedding", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.float", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Embedding", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.Embedding.__repr__", "name": "__repr__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.Embedding._get_name", "name": "_get_name", "type": null}}, "_packed_params": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.Embedding._packed_params", "name": "_packed_params", "type": "torch.nn.quantized.modules.embedding_ops.EmbeddingPackedParams"}}, "_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.quantized.modules.embedding_ops.Embedding._version", "name": "_version", "type": "builtins.int"}}, "embedding_dim": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.Embedding.embedding_dim", "name": "embedding_dim", "type": "builtins.int"}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.Embedding.extra_repr", "name": "extra_repr", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "indices"], "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.Embedding.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "indices"], "arg_types": ["torch.nn.quantized.modules.embedding_ops.Embedding", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Embedding", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.modules.embedding_ops.Embedding.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.modules.embedding_ops.Embedding"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of Embedding", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "num_embeddings": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.Embedding.num_embeddings", "name": "num_embeddings", "type": "builtins.int"}}, "set_weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "w"], "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.Embedding.set_weight", "name": "set_weight", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "w"], "arg_types": ["torch.nn.quantized.modules.embedding_ops.Embedding", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_weight of Embedding", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.Embedding.weight", "name": "weight", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EmbeddingBag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.quantized.modules.embedding_ops.Embedding"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingBag", "name": "EmbeddingBag", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingBag", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.embedding_ops", "mro": ["torch.nn.quantized.modules.embedding_ops.EmbeddingBag", "torch.nn.quantized.modules.embedding_ops.Embedding", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "num_embeddings", "embedding_dim", "max_norm", "norm_type", "scale_grad_by_freq", "mode", "sparse", "_weight", "include_last_offset", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingBag.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "num_embeddings", "embedding_dim", "max_norm", "norm_type", "scale_grad_by_freq", "mode", "sparse", "_weight", "include_last_offset", "dtype"], "arg_types": ["torch.nn.quantized.modules.embedding_ops.EmbeddingBag", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.float", "builtins.bool", "builtins.str", "builtins.bool", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of EmbeddingBag", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingBag._get_name", "name": "_get_name", "type": null}}, "_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingBag._version", "name": "_version", "type": "builtins.int"}}, "dtype": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingBag.dtype", "name": "dtype", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "offsets", "per_sample_weights", "compressed_indices_mapping"], "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingBag.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "offsets", "per_sample_weights", "compressed_indices_mapping"], "arg_types": ["torch.nn.quantized.modules.embedding_ops.EmbeddingBag", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of EmbeddingBag", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingBag.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.modules.embedding_ops.EmbeddingBag"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of EmbeddingBag", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "include_last_offset": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingBag.include_last_offset", "name": "include_last_offset", "type": "builtins.bool"}}, "mode": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingBag.mode", "name": "mode", "type": "builtins.str"}}, "pruned_weights": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingBag.pruned_weights", "name": "pruned_weights", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "EmbeddingPackedParams": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingPackedParams", "name": "EmbeddingPackedParams", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingPackedParams", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.embedding_ops", "mro": ["torch.nn.quantized.modules.embedding_ops.EmbeddingPackedParams", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "num_embeddings", "embedding_dim", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingPackedParams.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingPackedParams.__repr__", "name": "__repr__", "type": null}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingPackedParams._load_from_state_dict", "name": "_load_from_state_dict", "type": null}}, "_packed_weight": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingPackedParams._packed_weight", "name": "_packed_weight", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "_save_to_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "destination", "prefix", "keep_vars"], "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingPackedParams._save_to_state_dict", "name": "_save_to_state_dict", "type": null}}, "_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingPackedParams._version", "name": "_version", "type": "builtins.int"}}, "_weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingPackedParams._weight", "name": "_weight", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "_weight", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "dtype": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingPackedParams.dtype", "name": "dtype", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingPackedParams.forward", "name": "forward", "type": null}}, "set_weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "weight"], "flags": ["is_decorated"], "fullname": "torch.nn.quantized.modules.embedding_ops.EmbeddingPackedParams.set_weight", "name": "set_weight", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "weight"], "arg_types": ["torch.nn.quantized.modules.embedding_ops.EmbeddingPackedParams", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_weight of EmbeddingPackedParams", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "set_weight", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}}, "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"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.embedding_ops.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.embedding_ops.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.embedding_ops.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.embedding_ops.__package__", "name": "__package__", "type": "builtins.str"}}, "_quantize_weight": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.utils._quantize_weight", "kind": "Gdef"}, "hide_packed_params_repr": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.utils.hide_packed_params_repr", "kind": "Gdef"}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/modules/embedding_ops.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/modules/embedding_ops.meta.json b/.mypy_cache/3.9/torch/nn/quantized/modules/embedding_ops.meta.json deleted file mode 100644 index e98381fd6..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/modules/embedding_ops.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 4, 5, 144, 224, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 5, 5, 20, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn", "torch._jit_internal", "torch.nn.quantized.modules.utils", "torch.quantization", "torch.quantization.qconfig", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._ops", "torch._tensor", "torch.ao.quantization.qconfig", "torch.jit", "torch.nn.modules", "torch.nn.modules.module", "torch.nn.modules.sparse", "types", "typing"], "hash": "138c91f3157c7c73cb50e1828ab27f4729796762002bed63b9ea9bda418397b0", "id": "torch.nn.quantized.modules.embedding_ops", "ignore_all": true, "interface_hash": "57b37de0d28b64d0d88bcf278de27566a7ecf986a616326559669ff70dbca7fb", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/modules/embedding_ops.py", "plugin_data": null, "size": 11130, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/modules/functional_modules.data.json b/.mypy_cache/3.9/torch/nn/quantized/modules/functional_modules.data.json deleted file mode 100644 index 2cf025cd1..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/modules/functional_modules.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantized.modules.functional_modules", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "FXFloatFunctional": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.functional_modules.FXFloatFunctional", "name": "FXFloatFunctional", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.FXFloatFunctional", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.functional_modules", "mro": ["torch.nn.quantized.modules.functional_modules.FXFloatFunctional", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.FXFloatFunctional.add", "name": "add", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "arg_types": ["torch.nn.quantized.modules.functional_modules.FXFloatFunctional", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add of FXFloatFunctional", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "add_relu": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.FXFloatFunctional.add_relu", "name": "add_relu", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "arg_types": ["torch.nn.quantized.modules.functional_modules.FXFloatFunctional", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_relu of FXFloatFunctional", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "add_scalar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.FXFloatFunctional.add_scalar", "name": "add_scalar", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "arg_types": ["torch.nn.quantized.modules.functional_modules.FXFloatFunctional", "torch._tensor.Tensor", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_scalar of FXFloatFunctional", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "x", "dim"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.FXFloatFunctional.cat", "name": "cat", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "x", "dim"], "arg_types": ["torch.nn.quantized.modules.functional_modules.FXFloatFunctional", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cat of FXFloatFunctional", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.FXFloatFunctional.forward", "name": "forward", "type": null}}, "mul": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.FXFloatFunctional.mul", "name": "mul", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "arg_types": ["torch.nn.quantized.modules.functional_modules.FXFloatFunctional", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mul of FXFloatFunctional", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mul_scalar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.FXFloatFunctional.mul_scalar", "name": "mul_scalar", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "arg_types": ["torch.nn.quantized.modules.functional_modules.FXFloatFunctional", "torch._tensor.Tensor", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mul_scalar of FXFloatFunctional", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FloatFunctional": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.functional_modules.FloatFunctional", "name": "FloatFunctional", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.FloatFunctional", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.functional_modules", "mro": ["torch.nn.quantized.modules.functional_modules.FloatFunctional", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.FloatFunctional.__init__", "name": "__init__", "type": null}}, "activation_post_process": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.FloatFunctional.activation_post_process", "name": "activation_post_process", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.FloatFunctional.add", "name": "add", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "arg_types": ["torch.nn.quantized.modules.functional_modules.FloatFunctional", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add of FloatFunctional", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "add_relu": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.FloatFunctional.add_relu", "name": "add_relu", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "arg_types": ["torch.nn.quantized.modules.functional_modules.FloatFunctional", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_relu of FloatFunctional", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "add_scalar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.FloatFunctional.add_scalar", "name": "add_scalar", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "arg_types": ["torch.nn.quantized.modules.functional_modules.FloatFunctional", "torch._tensor.Tensor", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_scalar of FloatFunctional", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "x", "dim"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.FloatFunctional.cat", "name": "cat", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "x", "dim"], "arg_types": ["torch.nn.quantized.modules.functional_modules.FloatFunctional", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cat of FloatFunctional", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.FloatFunctional.forward", "name": "forward", "type": null}}, "mul": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.FloatFunctional.mul", "name": "mul", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "arg_types": ["torch.nn.quantized.modules.functional_modules.FloatFunctional", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mul of FloatFunctional", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mul_scalar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.FloatFunctional.mul_scalar", "name": "mul_scalar", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "arg_types": ["torch.nn.quantized.modules.functional_modules.FloatFunctional", "torch._tensor.Tensor", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mul_scalar of FloatFunctional", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "QFunctional": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.functional_modules.QFunctional", "name": "QFunctional", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.QFunctional", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.functional_modules", "mro": ["torch.nn.quantized.modules.functional_modules.QFunctional", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.QFunctional.__init__", "name": "__init__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.QFunctional._get_name", "name": "_get_name", "type": null}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.QFunctional._load_from_state_dict", "name": "_load_from_state_dict", "type": null}}, "_save_to_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "destination", "prefix", "keep_vars"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.QFunctional._save_to_state_dict", "name": "_save_to_state_dict", "type": null}}, "activation_post_process": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.QFunctional.activation_post_process", "name": "activation_post_process", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.QFunctional.add", "name": "add", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "arg_types": ["torch.nn.quantized.modules.functional_modules.QFunctional", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add of QFunctional", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "add_relu": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.QFunctional.add_relu", "name": "add_relu", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "arg_types": ["torch.nn.quantized.modules.functional_modules.QFunctional", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_relu of QFunctional", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "add_scalar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.QFunctional.add_scalar", "name": "add_scalar", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "arg_types": ["torch.nn.quantized.modules.functional_modules.QFunctional", "torch._tensor.Tensor", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_scalar of QFunctional", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "cat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "x", "dim"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.QFunctional.cat", "name": "cat", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "x", "dim"], "arg_types": ["torch.nn.quantized.modules.functional_modules.QFunctional", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cat of QFunctional", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.QFunctional.extra_repr", "name": "extra_repr", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.QFunctional.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.modules.functional_modules.QFunctional.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.modules.functional_modules.QFunctional"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of QFunctional", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "mul": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.QFunctional.mul", "name": "mul", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "arg_types": ["torch.nn.quantized.modules.functional_modules.QFunctional", "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mul of QFunctional", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mul_scalar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.QFunctional.mul_scalar", "name": "mul_scalar", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "y"], "arg_types": ["torch.nn.quantized.modules.functional_modules.QFunctional", "torch._tensor.Tensor", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mul_scalar of QFunctional", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "scale": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.QFunctional.scale", "name": "scale", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "zero_point": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.functional_modules.QFunctional.zero_point", "name": "zero_point", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.functional_modules.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.functional_modules.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.functional_modules.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.functional_modules.__package__", "name": "__package__", "type": "builtins.str"}}, "ops": {".class": "SymbolTableNode", "cross_ref": "torch._ops.ops", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/modules/functional_modules.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/modules/functional_modules.meta.json b/.mypy_cache/3.9/torch/nn/quantized/modules/functional_modules.meta.json deleted file mode 100644 index 4c4741564..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/modules/functional_modules.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["typing", "torch", "torch._ops", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.nn.functional", "torch.nn.modules", "torch.nn.modules.linear", "torch.nn.modules.module", "types", "typing_extensions"], "hash": "0d213d0fb029ab3531452be03f97478da836491fe6470c6c0e507b767cebe48f", "id": "torch.nn.quantized.modules.functional_modules", "ignore_all": true, "interface_hash": "e6c929bf17a5c46ec4f00800cd74e146ac2e54eb697cd7b777f19623908e7cae", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/modules/functional_modules.py", "plugin_data": null, "size": 8269, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/modules/linear.data.json b/.mypy_cache/3.9/torch/nn/quantized/modules/linear.data.json deleted file mode 100644 index 8dd0d5b45..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/modules/linear.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantized.modules.linear", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "Linear": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.linear.Linear", "name": "Linear", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.linear.Linear", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.linear", "mro": ["torch.nn.quantized.modules.linear.Linear", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "_FLOAT_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.modules.linear.Linear._FLOAT_MODULE", "name": "_FLOAT_MODULE", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["in_features", "out_features", "bias", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.linear.Linear"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": "Linear", "ret_type": "torch.nn.modules.linear.Linear", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["in_features", "out_features", "bias", "device", "dtype"], "arg_types": ["builtins.int", "builtins.int", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": ["torch.nn.modules.linear.NonDynamicallyQuantizableLinear"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "implicit": false, "is_ellipsis_args": false, "name": "NonDynamicallyQuantizableLinear", "ret_type": "torch.nn.modules.linear.NonDynamicallyQuantizableLinear", "type_guard": null, "variables": []}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "in_features", "out_features", "bias_", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.linear.Linear.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.linear.Linear.__repr__", "name": "__repr__", "type": null}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.linear.Linear._get_name", "name": "_get_name", "type": null}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.nn.quantized.modules.linear.Linear._load_from_state_dict", "name": "_load_from_state_dict", "type": null}}, "_packed_params": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.linear.Linear._packed_params", "name": "_packed_params", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_save_to_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "destination", "prefix", "keep_vars"], "flags": [], "fullname": "torch.nn.quantized.modules.linear.Linear._save_to_state_dict", "name": "_save_to_state_dict", "type": null}}, "_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.quantized.modules.linear.Linear._version", "name": "_version", "type": "builtins.int"}}, "_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.linear.Linear._weight_bias", "name": "_weight_bias", "type": null}}, "bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.linear.Linear.bias", "name": "bias", "type": null}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.linear.Linear.extra_repr", "name": "extra_repr", "type": null}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.nn.quantized.modules.linear.Linear.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": ["torch.nn.quantized.modules.linear.Linear", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Linear", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.modules.linear.Linear.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.modules.linear.Linear"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of Linear", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "in_features": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.linear.Linear.in_features", "name": "in_features", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "out_features": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.linear.Linear.out_features", "name": "out_features", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "scale": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.linear.Linear.scale", "name": "scale", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "set_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "w", "b"], "flags": [], "fullname": "torch.nn.quantized.modules.linear.Linear.set_weight_bias", "name": "set_weight_bias", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "w", "b"], "arg_types": ["torch.nn.quantized.modules.linear.Linear", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_weight_bias of Linear", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.linear.Linear.weight", "name": "weight", "type": null}}, "zero_point": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.linear.Linear.zero_point", "name": "zero_point", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LinearPackedParams": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.linear.LinearPackedParams", "name": "LinearPackedParams", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.linear.LinearPackedParams", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.linear", "mro": ["torch.nn.quantized.modules.linear.LinearPackedParams", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__copy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.linear.LinearPackedParams.__copy__", "name": "__copy__", "type": null}}, "__deepcopy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "memo"], "flags": [], "fullname": "torch.nn.quantized.modules.linear.LinearPackedParams.__deepcopy__", "name": "__deepcopy__", "type": null}}, "__getstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.nn.quantized.modules.linear.LinearPackedParams.__getstate__", "name": "__getstate__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__getstate__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.linear.LinearPackedParams.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.linear.LinearPackedParams.__repr__", "name": "__repr__", "type": null}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": ["is_decorated"], "fullname": "torch.nn.quantized.modules.linear.LinearPackedParams.__setstate__", "name": "__setstate__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__setstate__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "_load_from_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.nn.quantized.modules.linear.LinearPackedParams._load_from_state_dict", "name": "_load_from_state_dict", "type": null}}, "_packed_params": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.linear.LinearPackedParams._packed_params", "name": "_packed_params", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "_save_to_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "destination", "prefix", "keep_vars"], "flags": [], "fullname": "torch.nn.quantized.modules.linear.LinearPackedParams._save_to_state_dict", "name": "_save_to_state_dict", "type": null}}, "_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.quantized.modules.linear.LinearPackedParams._version", "name": "_version", "type": "builtins.int"}}, "_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "torch.nn.quantized.modules.linear.LinearPackedParams._weight_bias", "name": "_weight_bias", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "_weight_bias", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "dtype": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.linear.LinearPackedParams.dtype", "name": "dtype", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "torch.nn.quantized.modules.linear.LinearPackedParams.forward", "name": "forward", "type": null}}, "set_weight_bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "weight", "bias"], "flags": ["is_decorated"], "fullname": "torch.nn.quantized.modules.linear.LinearPackedParams.set_weight_bias", "name": "set_weight_bias", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "weight", "bias"], "arg_types": ["torch.nn.quantized.modules.linear.LinearPackedParams", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_weight_bias of LinearPackedParams", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "set_weight_bias", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.linear.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.linear.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.linear.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.linear.__package__", "name": "__package__", "type": "builtins.str"}}, "_quantize_weight": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.utils._quantize_weight", "kind": "Gdef"}, "hide_packed_params_repr": {".class": "SymbolTableNode", "cross_ref": "torch.nn.quantized.modules.utils.hide_packed_params_repr", "kind": "Gdef"}, "nn": {".class": "SymbolTableNode", "cross_ref": "torch.nn", "kind": "Gdef"}, "nni": {".class": "SymbolTableNode", "cross_ref": "torch.nn.intrinsic", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/modules/linear.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/modules/linear.meta.json b/.mypy_cache/3.9/torch/nn/quantized/modules/linear.meta.json deleted file mode 100644 index 0023da8bb..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/modules/linear.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 4, 5, 6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 10, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["collections.abc", "torch", "torch.nn", "torch.nn.intrinsic", "torch.nn.quantized.modules.utils", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._ops", "torch._tensor", "torch.jit", "torch.nn.intrinsic.modules", "torch.nn.intrinsic.modules.fused", "torch.nn.modules", "torch.nn.modules.container", "torch.nn.modules.linear", "torch.nn.modules.module", "types", "typing_extensions"], "hash": "c4fc5d84364ed968e92def68e6c95ecf38e5d479f44f654431ef6a272fb9972a", "id": "torch.nn.quantized.modules.linear", "ignore_all": true, "interface_hash": "c2cc05954214951bd1d9f53aa22457af752abefd9af127616dc48ed8c9509f20", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/modules/linear.py", "plugin_data": null, "size": 11930, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/modules/normalization.data.json b/.mypy_cache/3.9/torch/nn/quantized/modules/normalization.data.json deleted file mode 100644 index cdebe325a..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/modules/normalization.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantized.modules.normalization", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "GroupNorm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.normalization.GroupNorm"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.normalization.GroupNorm", "name": "GroupNorm", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.normalization.GroupNorm", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.normalization", "mro": ["torch.nn.quantized.modules.normalization.GroupNorm", "torch.nn.modules.normalization.GroupNorm", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.quantized.modules.normalization.GroupNorm.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "num_groups", "num_channels", "weight", "bias", "scale", "zero_point", "eps", "affine", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.normalization.GroupNorm.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "num_groups", "num_channels", "weight", "bias", "scale", "zero_point", "eps", "affine", "device", "dtype"], "arg_types": ["torch.nn.quantized.modules.normalization.GroupNorm", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of GroupNorm", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.normalization.GroupNorm._get_name", "name": "_get_name", "type": null}}, "bias": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.normalization.GroupNorm.bias", "name": "bias", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.quantized.modules.normalization.GroupNorm.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.modules.normalization.GroupNorm.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.modules.normalization.GroupNorm"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of GroupNorm", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "weight": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.normalization.GroupNorm.weight", "name": "weight", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InstanceNorm1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.instancenorm.InstanceNorm1d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm1d", "name": "InstanceNorm1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.normalization", "mro": ["torch.nn.quantized.modules.normalization.InstanceNorm1d", "torch.nn.modules.instancenorm.InstanceNorm1d", "torch.nn.modules.instancenorm._InstanceNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "num_features", "weight", "bias", "scale", "zero_point", "eps", "momentum", "affine", "track_running_stats", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm1d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "num_features", "weight", "bias", "scale", "zero_point", "eps", "momentum", "affine", "track_running_stats", "device", "dtype"], "arg_types": ["torch.nn.quantized.modules.normalization.InstanceNorm1d", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of InstanceNorm1d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm1d._get_name", "name": "_get_name", "type": null}}, "bias": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm1d.bias", "name": "bias", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm1d.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm1d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.modules.normalization.InstanceNorm1d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of InstanceNorm1d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "weight": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm1d.weight", "name": "weight", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InstanceNorm2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.instancenorm.InstanceNorm2d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm2d", "name": "InstanceNorm2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.normalization", "mro": ["torch.nn.quantized.modules.normalization.InstanceNorm2d", "torch.nn.modules.instancenorm.InstanceNorm2d", "torch.nn.modules.instancenorm._InstanceNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "num_features", "weight", "bias", "scale", "zero_point", "eps", "momentum", "affine", "track_running_stats", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "num_features", "weight", "bias", "scale", "zero_point", "eps", "momentum", "affine", "track_running_stats", "device", "dtype"], "arg_types": ["torch.nn.quantized.modules.normalization.InstanceNorm2d", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of InstanceNorm2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm2d._get_name", "name": "_get_name", "type": null}}, "bias": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm2d.bias", "name": "bias", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm2d.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm2d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.modules.normalization.InstanceNorm2d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of InstanceNorm2d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "weight": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm2d.weight", "name": "weight", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InstanceNorm3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.instancenorm.InstanceNorm3d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm3d", "name": "InstanceNorm3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.normalization", "mro": ["torch.nn.quantized.modules.normalization.InstanceNorm3d", "torch.nn.modules.instancenorm.InstanceNorm3d", "torch.nn.modules.instancenorm._InstanceNorm", "torch.nn.modules.batchnorm._NormBase", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "num_features", "weight", "bias", "scale", "zero_point", "eps", "momentum", "affine", "track_running_stats", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm3d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "num_features", "weight", "bias", "scale", "zero_point", "eps", "momentum", "affine", "track_running_stats", "device", "dtype"], "arg_types": ["torch.nn.quantized.modules.normalization.InstanceNorm3d", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of InstanceNorm3d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm3d._get_name", "name": "_get_name", "type": null}}, "bias": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm3d.bias", "name": "bias", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm3d.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm3d.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.modules.normalization.InstanceNorm3d"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of InstanceNorm3d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "weight": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.normalization.InstanceNorm3d.weight", "name": "weight", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LayerNorm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.normalization.LayerNorm"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.quantized.modules.normalization.LayerNorm", "name": "LayerNorm", "type_vars": []}, "flags": [], "fullname": "torch.nn.quantized.modules.normalization.LayerNorm", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.quantized.modules.normalization", "mro": ["torch.nn.quantized.modules.normalization.LayerNorm", "torch.nn.modules.normalization.LayerNorm", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "normalized_shape", "weight", "bias", "scale", "zero_point", "eps", "elementwise_affine", "device", "dtype"], "flags": [], "fullname": "torch.nn.quantized.modules.normalization.LayerNorm.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "normalized_shape", "weight", "bias", "scale", "zero_point", "eps", "elementwise_affine", "device", "dtype"], "arg_types": ["torch.nn.quantized.modules.normalization.LayerNorm", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LayerNorm", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.quantized.modules.normalization.LayerNorm._get_name", "name": "_get_name", "type": null}}, "bias": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.normalization.LayerNorm.bias", "name": "bias", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.quantized.modules.normalization.LayerNorm.forward", "name": "forward", "type": null}}, "from_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.quantized.modules.normalization.LayerNorm.from_float", "name": "from_float", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "mod"], "arg_types": [{".class": "TypeType", "item": "torch.nn.quantized.modules.normalization.LayerNorm"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "from_float of LayerNorm", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "weight": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.normalization.LayerNorm.weight", "name": "weight", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.normalization.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.normalization.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.normalization.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.normalization.__package__", "name": "__package__", "type": "builtins.str"}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/modules/normalization.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/modules/normalization.meta.json b/.mypy_cache/3.9/torch/nn/quantized/modules/normalization.meta.json deleted file mode 100644 index fcdabda55..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/modules/normalization.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 20, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn.quantized.functional", "torch.nn", "torch.nn.quantized", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.nn.modules", "torch.nn.modules.batchnorm", "torch.nn.modules.instancenorm", "torch.nn.modules.module", "torch.nn.modules.normalization", "typing", "typing_extensions"], "hash": "1ac8e321a39009a1c01f631416f954509fbb57a3cd52880e56ce075311746a09", "id": "torch.nn.quantized.modules.normalization", "ignore_all": true, "interface_hash": "7827a21ec9263e7f239e4c3a8becdbd5e538251eb9c9ff381ac53e85cf0d9d2b", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/modules/normalization.py", "plugin_data": null, "size": 7351, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/modules/utils.data.json b/.mypy_cache/3.9/torch/nn/quantized/modules/utils.data.json deleted file mode 100644 index 02a0b5d1d..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/modules/utils.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.quantized.modules.utils", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.utils.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.utils.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.utils.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.quantized.modules.utils.__package__", "name": "__package__", "type": "builtins.str"}}, "_addindent": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module._addindent", "kind": "Gdef"}, "_ntuple_from_first": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["n"], "flags": [], "fullname": "torch.nn.quantized.modules.utils._ntuple_from_first", "name": "_ntuple_from_first", "type": null}}, "_pair_from_first": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.quantized.modules.utils._pair_from_first", "name": "_pair_from_first", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_quantize_weight": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["float_wt", "observer"], "flags": [], "fullname": "torch.nn.quantized.modules.utils._quantize_weight", "name": "_quantize_weight", "type": null}}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "hide_packed_params_repr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "params"], "flags": [], "fullname": "torch.nn.quantized.modules.utils.hide_packed_params_repr", "name": "hide_packed_params_repr", "type": null}}, "repeat": {".class": "SymbolTableNode", "cross_ref": "itertools.repeat", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/modules/utils.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/quantized/modules/utils.meta.json b/.mypy_cache/3.9/torch/nn/quantized/modules/utils.meta.json deleted file mode 100644 index 582d102a6..000000000 --- a/.mypy_cache/3.9/torch/nn/quantized/modules/utils.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "itertools", "collections", "torch.nn.modules.module", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "collections.abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "typing", "typing_extensions"], "hash": "b34ddfebcb3ddfbbd354620c1fc8daaa30ad7162efe7eed72c595a2fb907ba44", "id": "torch.nn.quantized.modules.utils", "ignore_all": true, "interface_hash": "36a9db19fd7e34d70f8c2c9754d40dd342555ebd13d04db174dd19f0de8b98fd", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/quantized/modules/utils.py", "plugin_data": null, "size": 2370, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/__init__.data.json b/.mypy_cache/3.9/torch/nn/utils/__init__.data.json deleted file mode 100644 index 2bca90b8f..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.utils", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.__package__", "name": "__package__", "type": "builtins.str"}}, "clip_grad_norm": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils.clip_grad.clip_grad_norm", "kind": "Gdef"}, "clip_grad_norm_": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils.clip_grad.clip_grad_norm_", "kind": "Gdef"}, "clip_grad_value_": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils.clip_grad.clip_grad_value_", "kind": "Gdef"}, "convert_conv2d_weight_memory_format": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils.memory_format.convert_conv2d_weight_memory_format", "kind": "Gdef"}, "fuse_conv_bn_eval": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils.fusion.fuse_conv_bn_eval", "kind": "Gdef"}, "fuse_conv_bn_weights": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils.fusion.fuse_conv_bn_weights", "kind": "Gdef"}, "parameters_to_vector": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils.convert_parameters.parameters_to_vector", "kind": "Gdef"}, "parametrizations": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils.parametrizations", "kind": "Gdef"}, "remove_spectral_norm": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils.spectral_norm.remove_spectral_norm", "kind": "Gdef"}, "remove_weight_norm": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils.weight_norm.remove_weight_norm", "kind": "Gdef"}, "rnn": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils.rnn", "kind": "Gdef"}, "skip_init": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils.init.skip_init", "kind": "Gdef"}, "spectral_norm": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils.spectral_norm.spectral_norm", "kind": "Gdef"}, "vector_to_parameters": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils.convert_parameters.vector_to_parameters", "kind": "Gdef"}, "weight_norm": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils.weight_norm.weight_norm", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/utils/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/__init__.meta.json b/.mypy_cache/3.9/torch/nn/utils/__init__.meta.json deleted file mode 100644 index 1768b84a7..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 5, 5, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch.nn.utils.rnn", "torch.nn.utils.clip_grad", "torch.nn.utils.weight_norm", "torch.nn.utils.convert_parameters", "torch.nn.utils.spectral_norm", "torch.nn.utils.fusion", "torch.nn.utils.memory_format", "torch.nn.utils.parametrizations", "torch.nn.utils.init", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "293eb41ffe9aaadc9cf4641c50e12d89c258519cd17fba8442508f660610cdb1", "id": "torch.nn.utils", "ignore_all": true, "interface_hash": "a5cc57ea6e1e0a6bd86965dff5f548f919d1962a375c71ba1e9ba9055f437515", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/utils/__init__.py", "plugin_data": null, "size": 468, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/clip_grad.data.json b/.mypy_cache/3.9/torch/nn/utils/clip_grad.data.json deleted file mode 100644 index 90c624f65..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/clip_grad.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.utils.clip_grad", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.clip_grad.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.clip_grad.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.clip_grad.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.clip_grad.__package__", "name": "__package__", "type": "builtins.str"}}, "_tensor_or_tensors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.nn.utils.clip_grad._tensor_or_tensors", "line": 6, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Iterable"}]}}}, "clip_grad_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["parameters", "max_norm", "norm_type", "error_if_nonfinite"], "flags": [], "fullname": "torch.nn.utils.clip_grad.clip_grad_norm", "name": "clip_grad_norm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["parameters", "max_norm", "norm_type", "error_if_nonfinite"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.utils.clip_grad._tensor_or_tensors"}, "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip_grad_norm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "clip_grad_norm_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["parameters", "max_norm", "norm_type", "error_if_nonfinite"], "flags": [], "fullname": "torch.nn.utils.clip_grad.clip_grad_norm_", "name": "clip_grad_norm_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["parameters", "max_norm", "norm_type", "error_if_nonfinite"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.utils.clip_grad._tensor_or_tensors"}, "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip_grad_norm_", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "clip_grad_value_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["parameters", "clip_value"], "flags": [], "fullname": "torch.nn.utils.clip_grad.clip_grad_value_", "name": "clip_grad_value_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["parameters", "clip_value"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.utils.clip_grad._tensor_or_tensors"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clip_grad_value_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "inf": {".class": "SymbolTableNode", "cross_ref": "torch._six.inf", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/utils/clip_grad.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/clip_grad.meta.json b/.mypy_cache/3.9/torch/nn/utils/clip_grad.meta.json deleted file mode 100644 index 7a18f3f52..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/clip_grad.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["warnings", "torch", "torch._six", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.types", "typing_extensions"], "hash": "114796c6bb8fb79300726f5302d54420549e52182ac91c55d33d2a7ea5e16554", "id": "torch.nn.utils.clip_grad", "ignore_all": true, "interface_hash": "a7e649a03e867da1d387d3ac07cbbe7d4077076043d4eaf75bdfee9904c5ead9", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/utils/clip_grad.py", "plugin_data": null, "size": 4009, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/convert_parameters.data.json b/.mypy_cache/3.9/torch/nn/utils/convert_parameters.data.json deleted file mode 100644 index 8b124f939..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/convert_parameters.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.utils.convert_parameters", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.convert_parameters.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.convert_parameters.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.convert_parameters.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.convert_parameters.__package__", "name": "__package__", "type": "builtins.str"}}, "_check_param_device": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["param", "old_param_device"], "flags": [], "fullname": "torch.nn.utils.convert_parameters._check_param_device", "name": "_check_param_device", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["param", "old_param_device"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_param_device", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "parameters_to_vector": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["parameters"], "flags": [], "fullname": "torch.nn.utils.convert_parameters.parameters_to_vector", "name": "parameters_to_vector", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["parameters"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parameters_to_vector", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "vector_to_parameters": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["vec", "parameters"], "flags": [], "fullname": "torch.nn.utils.convert_parameters.vector_to_parameters", "name": "vector_to_parameters", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["vec", "parameters"], "arg_types": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "vector_to_parameters", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/utils/convert_parameters.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/convert_parameters.meta.json b/.mypy_cache/3.9/torch/nn/utils/convert_parameters.meta.json deleted file mode 100644 index 35a26b0bb..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/convert_parameters.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30], "dependencies": ["torch", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.types"], "hash": "c201d385deaf1ff2e9777dab5d6cd375fa2e735a5edb2c35c8482f73d4b43fb5", "id": "torch.nn.utils.convert_parameters", "ignore_all": true, "interface_hash": "40056b2b9faee5e4915442bc4f0dd9fed24875dd2d48a2061872e13b422e6e29", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/utils/convert_parameters.py", "plugin_data": null, "size": 3001, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/fusion.data.json b/.mypy_cache/3.9/torch/nn/utils/fusion.data.json deleted file mode 100644 index 0949569df..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/fusion.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.utils.fusion", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.fusion.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.fusion.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.fusion.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.fusion.__package__", "name": "__package__", "type": "builtins.str"}}, "copy": {".class": "SymbolTableNode", "cross_ref": "copy", "kind": "Gdef"}, "fuse_conv_bn_eval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["conv", "bn"], "flags": [], "fullname": "torch.nn.utils.fusion.fuse_conv_bn_eval", "name": "fuse_conv_bn_eval", "type": null}}, "fuse_conv_bn_weights": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["conv_w", "conv_b", "bn_rm", "bn_rv", "bn_eps", "bn_w", "bn_b"], "flags": [], "fullname": "torch.nn.utils.fusion.fuse_conv_bn_weights", "name": "fuse_conv_bn_weights", "type": null}}, "fuse_linear_bn_eval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["linear", "bn"], "flags": [], "fullname": "torch.nn.utils.fusion.fuse_linear_bn_eval", "name": "fuse_linear_bn_eval", "type": null}}, "fuse_linear_bn_weights": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["linear_w", "linear_b", "bn_rm", "bn_rv", "bn_eps", "bn_w", "bn_b"], "flags": [], "fullname": "torch.nn.utils.fusion.fuse_linear_bn_weights", "name": "fuse_linear_bn_weights", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/utils/fusion.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/fusion.meta.json b/.mypy_cache/3.9/torch/nn/utils/fusion.meta.json deleted file mode 100644 index 014ae2fdb..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/fusion.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["copy", "torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.nn.parameter", "typing"], "hash": "5654303f20317c95b97e2f17b7a1df5cddb081137ab6a6015d4ce992b4dbcc50", "id": "torch.nn.utils.fusion", "ignore_all": true, "interface_hash": "60d7afebc285be5e207f41c32fed52ee9fe51cae90449a6a6eb22fa2b93bdf3e", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/utils/fusion.py", "plugin_data": null, "size": 1651, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/init.data.json b/.mypy_cache/3.9/torch/nn/utils/init.data.json deleted file mode 100644 index 083fb86d8..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/init.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.utils.init", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.init.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.init.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.init.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.init.__package__", "name": "__package__", "type": "builtins.str"}}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef"}, "skip_init": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["module_cls", "args", "kwargs"], "flags": [], "fullname": "torch.nn.utils.init.skip_init", "name": "skip_init", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/utils/init.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/init.meta.json b/.mypy_cache/3.9/torch/nn/utils/init.meta.json deleted file mode 100644 index 4721c63cd..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/init.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["inspect", "torch", "builtins", "functools", "threading", "contextlib", "collections", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch.nn.modules", "torch.nn.modules.module", "typing"], "hash": "17ddf856a12780fe67924be3b9c1f168ce5440230227b5eecb6e08a467e91613", "id": "torch.nn.utils.init", "ignore_all": true, "interface_hash": "56f097839bcbff898fface9890f0db5caaf0a6253974bc29fa9dabb43849c8b0", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/utils/init.py", "plugin_data": null, "size": 2175, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/memory_format.data.json b/.mypy_cache/3.9/torch/nn/utils/memory_format.data.json deleted file mode 100644 index 8822b2ae4..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/memory_format.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.utils.memory_format", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.memory_format.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.memory_format.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.memory_format.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.memory_format.__package__", "name": "__package__", "type": "builtins.str"}}, "convert_conv2d_weight_memory_format": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["module", "memory_format"], "flags": [], "fullname": "torch.nn.utils.memory_format.convert_conv2d_weight_memory_format", "name": "convert_conv2d_weight_memory_format", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/utils/memory_format.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/memory_format.meta.json b/.mypy_cache/3.9/torch/nn/utils/memory_format.meta.json deleted file mode 100644 index eae26a52c..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/memory_format.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30], "dependencies": ["torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch.nn.modules", "torch.nn.modules.conv", "torch.nn.modules.module", "typing"], "hash": "6679642a90a23d25326c9e56dc9ee52fb0d8359ef00babc5ca5804416b1e7622", "id": "torch.nn.utils.memory_format", "ignore_all": true, "interface_hash": "bf9ca9420288c239223763bd4d842d2b7672543cd3d2aa51331a0ac8beadb123", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/utils/memory_format.py", "plugin_data": null, "size": 3790, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/parametrizations.data.json b/.mypy_cache/3.9/torch/nn/utils/parametrizations.data.json deleted file mode 100644 index f16afb660..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/parametrizations.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.utils.parametrizations", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Enum": {".class": "SymbolTableNode", "cross_ref": "enum.Enum", "kind": "Gdef"}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "_OrthMaps": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.utils.parametrizations._OrthMaps", "name": "_OrthMaps", "type_vars": []}, "flags": ["is_enum"], "fullname": "torch.nn.utils.parametrizations._OrthMaps", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "torch.nn.utils.parametrizations", "mro": ["torch.nn.utils.parametrizations._OrthMaps", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "cayley": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.utils.parametrizations._OrthMaps.cayley", "name": "cayley", "type": "enum.auto"}}, "householder": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.utils.parametrizations._OrthMaps.householder", "name": "householder", "type": "enum.auto"}}, "matrix_exp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.utils.parametrizations._OrthMaps.matrix_exp", "name": "matrix_exp", "type": "enum.auto"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Orthogonal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.utils.parametrizations._Orthogonal", "name": "_Orthogonal", "type_vars": []}, "flags": [], "fullname": "torch.nn.utils.parametrizations._Orthogonal", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.utils.parametrizations", "mro": ["torch.nn.utils.parametrizations._Orthogonal", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "weight", "orthogonal_map", "use_trivialization"], "flags": [], "fullname": "torch.nn.utils.parametrizations._Orthogonal.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "weight", "orthogonal_map", "use_trivialization"], "arg_types": ["torch.nn.utils.parametrizations._Orthogonal", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "torch.nn.utils.parametrizations._OrthMaps", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _Orthogonal", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "base": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.utils.parametrizations._Orthogonal.base", "name": "base", "type": "torch._tensor.Tensor"}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "X"], "flags": [], "fullname": "torch.nn.utils.parametrizations._Orthogonal.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "X"], "arg_types": ["torch.nn.utils.parametrizations._Orthogonal", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of _Orthogonal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "orthogonal_map": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.utils.parametrizations._Orthogonal.orthogonal_map", "name": "orthogonal_map", "type": "torch.nn.utils.parametrizations._OrthMaps"}}, "right_inverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "Q"], "flags": ["is_decorated"], "fullname": "torch.nn.utils.parametrizations._Orthogonal.right_inverse", "name": "right_inverse", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "Q"], "arg_types": ["torch.nn.utils.parametrizations._Orthogonal", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "right_inverse of _Orthogonal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "right_inverse", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "Q"], "arg_types": ["torch.nn.utils.parametrizations._Orthogonal", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "right_inverse of _Orthogonal", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "shape": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.utils.parametrizations._Orthogonal.shape", "name": "shape", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_SpectralNorm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.utils.parametrizations._SpectralNorm", "name": "_SpectralNorm", "type_vars": []}, "flags": [], "fullname": "torch.nn.utils.parametrizations._SpectralNorm", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.utils.parametrizations", "mro": ["torch.nn.utils.parametrizations._SpectralNorm", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "weight", "n_power_iterations", "dim", "eps"], "flags": [], "fullname": "torch.nn.utils.parametrizations._SpectralNorm.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "weight", "n_power_iterations", "dim", "eps"], "arg_types": ["torch.nn.utils.parametrizations._SpectralNorm", "torch._tensor.Tensor", "builtins.int", "builtins.int", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _SpectralNorm", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_power_method": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "weight_mat", "n_power_iterations"], "flags": ["is_decorated"], "fullname": "torch.nn.utils.parametrizations._SpectralNorm._power_method", "name": "_power_method", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "weight_mat", "n_power_iterations"], "arg_types": ["torch.nn.utils.parametrizations._SpectralNorm", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_power_method of _SpectralNorm", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "_power_method", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "weight_mat", "n_power_iterations"], "arg_types": ["torch.nn.utils.parametrizations._SpectralNorm", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_power_method of _SpectralNorm", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "_reshape_weight_to_matrix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "weight"], "flags": [], "fullname": "torch.nn.utils.parametrizations._SpectralNorm._reshape_weight_to_matrix", "name": "_reshape_weight_to_matrix", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "weight"], "arg_types": ["torch.nn.utils.parametrizations._SpectralNorm", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_reshape_weight_to_matrix of _SpectralNorm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_u": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.utils.parametrizations._SpectralNorm._u", "name": "_u", "type": "torch._tensor.Tensor"}}, "_v": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.utils.parametrizations._SpectralNorm._v", "name": "_v", "type": "torch._tensor.Tensor"}}, "dim": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.utils.parametrizations._SpectralNorm.dim", "name": "dim", "type": "builtins.int"}}, "eps": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.utils.parametrizations._SpectralNorm.eps", "name": "eps", "type": "builtins.float"}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "weight"], "flags": [], "fullname": "torch.nn.utils.parametrizations._SpectralNorm.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "weight"], "arg_types": ["torch.nn.utils.parametrizations._SpectralNorm", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of _SpectralNorm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "n_power_iterations": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.utils.parametrizations._SpectralNorm.n_power_iterations", "name": "n_power_iterations", "type": "builtins.int"}}, "right_inverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.nn.utils.parametrizations._SpectralNorm.right_inverse", "name": "right_inverse", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["torch.nn.utils.parametrizations._SpectralNorm", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "right_inverse of _SpectralNorm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.parametrizations.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.parametrizations.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.parametrizations.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.parametrizations.__package__", "name": "__package__", "type": "builtins.str"}}, "_is_orthogonal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["Q", "eps"], "flags": [], "fullname": "torch.nn.utils.parametrizations._is_orthogonal", "name": "_is_orthogonal", "type": null}}, "_make_orthogonal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["A"], "flags": [], "fullname": "torch.nn.utils.parametrizations._make_orthogonal", "name": "_make_orthogonal", "type": null}}, "auto": {".class": "SymbolTableNode", "cross_ref": "enum.auto", "kind": "Gdef"}, "orthogonal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["module", "name", "orthogonal_map", "use_trivialization"], "flags": [], "fullname": "torch.nn.utils.parametrizations.orthogonal", "name": "orthogonal", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["module", "name", "orthogonal_map", "use_trivialization"], "arg_types": ["torch.nn.modules.module.Module", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "orthogonal", "ret_type": "torch.nn.modules.module.Module", "type_guard": null, "variables": []}}}, "parametrize": {".class": "SymbolTableNode", "cross_ref": "torch.nn.utils.parametrize", "kind": "Gdef"}, "spectral_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["module", "name", "n_power_iterations", "eps", "dim"], "flags": [], "fullname": "torch.nn.utils.parametrizations.spectral_norm", "name": "spectral_norm", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["module", "name", "n_power_iterations", "eps", "dim"], "arg_types": ["torch.nn.modules.module.Module", "builtins.str", "builtins.int", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spectral_norm", "ret_type": "torch.nn.modules.module.Module", "type_guard": null, "variables": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/utils/parametrizations.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/parametrizations.meta.json b/.mypy_cache/3.9/torch/nn/utils/parametrizations.meta.json deleted file mode 100644 index d47382729..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/parametrizations.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 5, 5, 6, 7, 7, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 10, 5, 20, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["enum", "torch", "torch.nn.utils", "torch.nn.utils.parametrize", "torch.nn.modules", "torch.nn", "torch.nn.functional", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "torch.linalg", "torch.nn.modules.conv", "torch.nn.modules.module", "torch.types", "typing_extensions"], "hash": "f095eaec43171b215b099af0ced7490df6fdad9eea9411944aa304188a5b9d4c", "id": "torch.nn.utils.parametrizations", "ignore_all": true, "interface_hash": "628d25ff58311f20318bca6ade4f3408da885e575df20572b75c7a7f660efa12", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/utils/parametrizations.py", "plugin_data": null, "size": 22399, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/parametrize.data.json b/.mypy_cache/3.9/torch/nn/utils/parametrize.data.json deleted file mode 100644 index e5af61164..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/parametrize.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.utils.parametrize", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "ModuleDict": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.container.ModuleDict", "kind": "Gdef"}, "ModuleList": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.container.ModuleList", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Parameter": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.Parameter", "kind": "Gdef"}, "ParametrizationList": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.container.ModuleList"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.utils.parametrize.ParametrizationList", "name": "ParametrizationList", "type_vars": []}, "flags": [], "fullname": "torch.nn.utils.parametrize.ParametrizationList", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.utils.parametrize", "mro": ["torch.nn.utils.parametrize.ParametrizationList", "torch.nn.modules.container.ModuleList", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "modules", "original", "unsafe"], "flags": [], "fullname": "torch.nn.utils.parametrize.ParametrizationList.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "modules", "original", "unsafe"], "arg_types": ["torch.nn.utils.parametrize.ParametrizationList", {".class": "Instance", "args": ["torch.nn.modules.module.Module"], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["torch._tensor.Tensor", "torch.nn.parameter.Parameter"]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ParametrizationList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.utils.parametrize.ParametrizationList.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.utils.parametrize.ParametrizationList"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of ParametrizationList", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "is_tensor": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.utils.parametrize.ParametrizationList.is_tensor", "name": "is_tensor", "type": "builtins.bool"}}, "ntensors": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.utils.parametrize.ParametrizationList.ntensors", "name": "ntensors", "type": "builtins.int"}}, "original": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.utils.parametrize.ParametrizationList.original", "name": "original", "type": "torch._tensor.Tensor"}}, "right_inverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.nn.utils.parametrize.ParametrizationList.right_inverse", "name": "right_inverse", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["torch.nn.utils.parametrize.ParametrizationList", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "right_inverse of ParametrizationList", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "unsafe": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.utils.parametrize.ParametrizationList.unsafe", "name": "unsafe", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.parametrize.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.parametrize.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.parametrize.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.parametrize.__package__", "name": "__package__", "type": "builtins.str"}}, "_cache": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.parametrize._cache", "name": "_cache", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "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": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "type_ref": "builtins.dict"}}}, "_cache_enabled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.parametrize._cache_enabled", "name": "_cache_enabled", "type": "builtins.int"}}, "_inject_new_class": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": [], "fullname": "torch.nn.utils.parametrize._inject_new_class", "name": "_inject_new_class", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["module"], "arg_types": ["torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_inject_new_class", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_inject_property": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["module", "tensor_name"], "flags": [], "fullname": "torch.nn.utils.parametrize._inject_property", "name": "_inject_property", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["module", "tensor_name"], "arg_types": ["torch.nn.modules.module.Module", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_inject_property", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_register_parameter_or_buffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["module", "name", "X"], "flags": [], "fullname": "torch.nn.utils.parametrize._register_parameter_or_buffer", "name": "_register_parameter_or_buffer", "type": null}}, "cached": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_generator", "is_decorated"], "fullname": "torch.nn.utils.parametrize.cached", "name": "cached", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "cached", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cached", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "contextmanager": {".class": "SymbolTableNode", "cross_ref": "contextlib.contextmanager", "kind": "Gdef"}, "is_parametrized": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["module", "tensor_name"], "flags": [], "fullname": "torch.nn.utils.parametrize.is_parametrized", "name": "is_parametrized", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["module", "tensor_name"], "arg_types": ["torch.nn.modules.module.Module", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_parametrized", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "register_parametrization": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["module", "tensor_name", "parametrization", "unsafe"], "flags": [], "fullname": "torch.nn.utils.parametrize.register_parametrization", "name": "register_parametrization", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["module", "tensor_name", "parametrization", "unsafe"], "arg_types": ["torch.nn.modules.module.Module", "builtins.str", "torch.nn.modules.module.Module", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_parametrization", "ret_type": "torch.nn.modules.module.Module", "type_guard": null, "variables": []}}}, "remove_parametrizations": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["module", "tensor_name", "leave_parametrized"], "flags": [], "fullname": "torch.nn.utils.parametrize.remove_parametrizations", "name": "remove_parametrizations", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["module", "tensor_name", "leave_parametrized"], "arg_types": ["torch.nn.modules.module.Module", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove_parametrizations", "ret_type": "torch.nn.modules.module.Module", "type_guard": null, "variables": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/utils/parametrize.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/parametrize.meta.json b/.mypy_cache/3.9/torch/nn/utils/parametrize.meta.json deleted file mode 100644 index a69a1be04..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/parametrize.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 6, 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn.modules.container", "torch.nn.parameter", "collections", "contextlib", "typing", "builtins", "functools", "threading", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "collections.abc", "torch._C", "torch._jit_internal", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "torch.jit", "torch.nn.modules", "torch.nn.modules.module", "torch.types", "typing_extensions"], "hash": "c382e71ac2d9c80936720c1542680f744700727c791c7c20cfd3a703ecfdb0e6", "id": "torch.nn.utils.parametrize", "ignore_all": true, "interface_hash": "2e5f627810fe7d393811bb6e57fe60fd363f29155ceef48709ba7506920a695e", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/utils/parametrize.py", "plugin_data": null, "size": 29176, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/rnn.data.json b/.mypy_cache/3.9/torch/nn/utils/rnn.data.json deleted file mode 100644 index 5800d505e..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/rnn.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.utils.rnn", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "PackedSequence": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.utils.rnn.PackedSequence_"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.utils.rnn.PackedSequence", "name": "PackedSequence", "type_vars": []}, "flags": [], "fullname": "torch.nn.utils.rnn.PackedSequence", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch.nn.utils.rnn", "mro": ["torch.nn.utils.rnn.PackedSequence", "torch.nn.utils.rnn.PackedSequence_", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["cls", "data", "batch_sizes", "sorted_indices", "unsorted_indices"], "flags": [], "fullname": "torch.nn.utils.rnn.PackedSequence.__new__", "name": "__new__", "type": null}}, "byte": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.utils.rnn.PackedSequence.byte", "name": "byte", "type": null}}, "char": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.utils.rnn.PackedSequence.char", "name": "char", "type": null}}, "cpu": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.nn.utils.rnn.PackedSequence.cpu", "name": "cpu", "type": null}}, "cuda": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.nn.utils.rnn.PackedSequence.cuda", "name": "cuda", "type": null}}, "double": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.utils.rnn.PackedSequence.double", "name": "double", "type": null}}, "float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.utils.rnn.PackedSequence.float", "name": "float", "type": null}}, "half": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.utils.rnn.PackedSequence.half", "name": "half", "type": null}}, "int": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.utils.rnn.PackedSequence.int", "name": "int", "type": null}}, "is_cuda": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.nn.utils.rnn.PackedSequence.is_cuda", "name": "is_cuda", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "is_cuda", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.utils.rnn.PackedSequence"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "is_cuda of PackedSequence", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "is_pinned": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.utils.rnn.PackedSequence.is_pinned", "name": "is_pinned", "type": null}}, "long": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.utils.rnn.PackedSequence.long", "name": "long", "type": null}}, "pin_memory": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.utils.rnn.PackedSequence.pin_memory", "name": "pin_memory", "type": null}}, "short": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.utils.rnn.PackedSequence.short", "name": "short", "type": null}}, "to": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.nn.utils.rnn.PackedSequence.to", "name": "to", "type": null}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.utils.rnn.PackedSequence_"}, "type_vars": [], "typeddict_type": null}}, "PackedSequence_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.utils.rnn.PackedSequence_", "name": "PackedSequence_", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch.nn.utils.rnn.PackedSequence_", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["data", "batch_sizes", "sorted_indices", "unsorted_indices"]}}, "module_name": "torch.nn.utils.rnn", "mro": ["torch.nn.utils.rnn.PackedSequence_", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch.nn.utils.rnn.PackedSequence_._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.utils.rnn.PackedSequence_.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.utils.rnn.PackedSequence_.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["_cls", "data", "batch_sizes", "sorted_indices", "unsorted_indices"], "flags": [], "fullname": "torch.nn.utils.rnn.PackedSequence_.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["_cls", "data", "batch_sizes", "sorted_indices", "unsorted_indices"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.nn.utils.rnn.PackedSequence_._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of PackedSequence_", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.utils.rnn.PackedSequence_._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.utils.rnn.PackedSequence_._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch.nn.utils.rnn.PackedSequence_._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.utils.rnn.PackedSequence_._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of PackedSequence_", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.utils.rnn.PackedSequence_._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.utils.rnn.PackedSequence_._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.utils.rnn.PackedSequence_._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.utils.rnn.PackedSequence_._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch.nn.utils.rnn.PackedSequence_._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.nn.utils.rnn.PackedSequence_._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of PackedSequence_", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.utils.rnn.PackedSequence_._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.utils.rnn.PackedSequence_._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch.nn.utils.rnn.PackedSequence_._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.nn.utils.rnn.PackedSequence_._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of PackedSequence_", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.utils.rnn.PackedSequence_._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.utils.rnn.PackedSequence_._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["_self", "data", "batch_sizes", "sorted_indices", "unsorted_indices"], "flags": [], "fullname": "torch.nn.utils.rnn.PackedSequence_._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["_self", "data", "batch_sizes", "sorted_indices", "unsorted_indices"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.utils.rnn.PackedSequence_._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of PackedSequence_", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.utils.rnn.PackedSequence_._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.utils.rnn.PackedSequence_._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.utils.rnn.PackedSequence_._source", "name": "_source", "type": "builtins.str"}}, "batch_sizes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.nn.utils.rnn.PackedSequence_.batch_sizes", "name": "batch_sizes", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.nn.utils.rnn.PackedSequence_.data", "name": "data", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "sorted_indices": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.nn.utils.rnn.PackedSequence_.sorted_indices", "name": "sorted_indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "unsorted_indices": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.nn.utils.rnn.PackedSequence_.unsorted_indices", "name": "unsorted_indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "_VF": {".class": "SymbolTableNode", "cross_ref": "torch._VF", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.rnn.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.rnn.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.rnn.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.rnn.__package__", "name": "__package__", "type": "builtins.str"}}, "_packed_sequence_init": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["data", "batch_sizes", "sorted_indices", "unsorted_indices"], "flags": [], "fullname": "torch.nn.utils.rnn._packed_sequence_init", "name": "_packed_sequence_init", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["data", "batch_sizes", "sorted_indices", "unsorted_indices"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_packed_sequence_init", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.utils.rnn.PackedSequence"}, "type_guard": null, "variables": []}}}, "_packed_sequence_init_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["data", "batch_sizes", "sorted_indices", "unsorted_indices"], "flags": [], "fullname": "torch.nn.utils.rnn._packed_sequence_init_args", "name": "_packed_sequence_init_args", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["data", "batch_sizes", "sorted_indices", "unsorted_indices"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_packed_sequence_init_args", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "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": []}}}, "bind": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["optional", "fn"], "flags": [], "fullname": "torch.nn.utils.rnn.bind", "name": "bind", "type": null}}, "invert_permutation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["permutation"], "flags": [], "fullname": "torch.nn.utils.rnn.invert_permutation", "name": "invert_permutation", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["permutation"], "arg_types": [{".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "invert_permutation", "ret_type": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "namedtuple": {".class": "SymbolTableNode", "cross_ref": "collections.namedtuple", "kind": "Gdef"}, "pack_padded_sequence": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["input", "lengths", "batch_first", "enforce_sorted"], "flags": [], "fullname": "torch.nn.utils.rnn.pack_padded_sequence", "name": "pack_padded_sequence", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["input", "lengths", "batch_first", "enforce_sorted"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pack_padded_sequence", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.utils.rnn.PackedSequence"}, "type_guard": null, "variables": []}}}, "pack_sequence": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["sequences", "enforce_sorted"], "flags": [], "fullname": "torch.nn.utils.rnn.pack_sequence", "name": "pack_sequence", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["sequences", "enforce_sorted"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pack_sequence", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.utils.rnn.PackedSequence"}, "type_guard": null, "variables": []}}}, "pad_packed_sequence": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["sequence", "batch_first", "padding_value", "total_length"], "flags": [], "fullname": "torch.nn.utils.rnn.pad_packed_sequence", "name": "pad_packed_sequence", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["sequence", "batch_first", "padding_value", "total_length"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "partial_fallback": "torch.nn.utils.rnn.PackedSequence"}, "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pad_packed_sequence", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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": []}}}, "pad_sequence": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["sequences", "batch_first", "padding_value"], "flags": [], "fullname": "torch.nn.utils.rnn.pad_sequence", "name": "pad_sequence", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["sequences", "batch_first", "padding_value"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "builtins.bool", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pad_sequence", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/utils/rnn.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/rnn.meta.json b/.mypy_cache/3.9/torch/nn/utils/rnn.meta.json deleted file mode 100644 index caca5b06c..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/rnn.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 4, 6, 7, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 5, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["collections", "warnings", "torch", "torch._VF", "torch._jit_internal", "typing", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "io", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._C._nn", "torch._tensor", "torch.types", "types"], "hash": "a8dea63d96afee07687a315719f889d173048f0d7bba956c28a16f6cc7fac6ec", "id": "torch.nn.utils.rnn", "ignore_all": true, "interface_hash": "d0c30b3a045fd08185e0e2b6a6f5dae96a59d235b3f40d71953619c7d03cdc9b", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/utils/rnn.py", "plugin_data": null, "size": 17474, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/spectral_norm.data.json b/.mypy_cache/3.9/torch/nn/utils/spectral_norm.data.json deleted file mode 100644 index a2dea83f3..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/spectral_norm.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.utils.spectral_norm", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.parameter.Parameter", "torch.nn.parameter.UninitializedParameter"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.utils.spectral_norm.", "name": "", "type_vars": []}, "flags": ["is_intersection"], "fullname": "torch.nn.utils.spectral_norm.", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.utils.spectral_norm", "mro": ["torch.nn.utils.spectral_norm.", "torch.nn.parameter.Parameter", "torch.nn.parameter.UninitializedParameter", "torch._tensor.Tensor", "torch._C._TensorBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "SpectralNorm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.utils.spectral_norm.SpectralNorm", "name": "SpectralNorm", "type_vars": []}, "flags": [], "fullname": "torch.nn.utils.spectral_norm.SpectralNorm", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.utils.spectral_norm", "mro": ["torch.nn.utils.spectral_norm.SpectralNorm", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "module", "inputs"], "flags": [], "fullname": "torch.nn.utils.spectral_norm.SpectralNorm.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "module", "inputs"], "arg_types": ["torch.nn.utils.spectral_norm.SpectralNorm", "torch.nn.modules.module.Module", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of SpectralNorm", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "name", "n_power_iterations", "dim", "eps"], "flags": [], "fullname": "torch.nn.utils.spectral_norm.SpectralNorm.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "name", "n_power_iterations", "dim", "eps"], "arg_types": ["torch.nn.utils.spectral_norm.SpectralNorm", "builtins.str", "builtins.int", "builtins.int", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SpectralNorm", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_solve_v_and_rescale": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "weight_mat", "u", "target_sigma"], "flags": [], "fullname": "torch.nn.utils.spectral_norm.SpectralNorm._solve_v_and_rescale", "name": "_solve_v_and_rescale", "type": null}}, "_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.utils.spectral_norm.SpectralNorm._version", "name": "_version", "type": "builtins.int"}}, "apply": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["module", "name", "n_power_iterations", "dim", "eps"], "flags": ["is_static", "is_decorated"], "fullname": "torch.nn.utils.spectral_norm.SpectralNorm.apply", "name": "apply", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["module", "name", "n_power_iterations", "dim", "eps"], "arg_types": ["torch.nn.modules.module.Module", "builtins.str", "builtins.int", "builtins.int", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "apply of SpectralNorm", "ret_type": "torch.nn.utils.spectral_norm.SpectralNorm", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "apply", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["module", "name", "n_power_iterations", "dim", "eps"], "arg_types": ["torch.nn.modules.module.Module", "builtins.str", "builtins.int", "builtins.int", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "apply of SpectralNorm", "ret_type": "torch.nn.utils.spectral_norm.SpectralNorm", "type_guard": null, "variables": []}}}}, "compute_weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "module", "do_power_iteration"], "flags": [], "fullname": "torch.nn.utils.spectral_norm.SpectralNorm.compute_weight", "name": "compute_weight", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "module", "do_power_iteration"], "arg_types": ["torch.nn.utils.spectral_norm.SpectralNorm", "torch.nn.modules.module.Module", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compute_weight of SpectralNorm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.utils.spectral_norm.SpectralNorm.dim", "name": "dim", "type": "builtins.int"}}, "eps": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.utils.spectral_norm.SpectralNorm.eps", "name": "eps", "type": "builtins.float"}}, "n_power_iterations": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.utils.spectral_norm.SpectralNorm.n_power_iterations", "name": "n_power_iterations", "type": "builtins.int"}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.utils.spectral_norm.SpectralNorm.name", "name": "name", "type": "builtins.str"}}, "remove": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "flags": [], "fullname": "torch.nn.utils.spectral_norm.SpectralNorm.remove", "name": "remove", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "arg_types": ["torch.nn.utils.spectral_norm.SpectralNorm", "torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove of SpectralNorm", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reshape_weight_to_matrix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "weight"], "flags": [], "fullname": "torch.nn.utils.spectral_norm.SpectralNorm.reshape_weight_to_matrix", "name": "reshape_weight_to_matrix", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "weight"], "arg_types": ["torch.nn.utils.spectral_norm.SpectralNorm", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reshape_weight_to_matrix of SpectralNorm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SpectralNormLoadStateDictPreHook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.utils.spectral_norm.SpectralNormLoadStateDictPreHook", "name": "SpectralNormLoadStateDictPreHook", "type_vars": []}, "flags": [], "fullname": "torch.nn.utils.spectral_norm.SpectralNormLoadStateDictPreHook", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.utils.spectral_norm", "mro": ["torch.nn.utils.spectral_norm.SpectralNormLoadStateDictPreHook", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "flags": [], "fullname": "torch.nn.utils.spectral_norm.SpectralNormLoadStateDictPreHook.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "state_dict", "prefix", "local_metadata", "strict", "missing_keys", "unexpected_keys", "error_msgs"], "arg_types": ["torch.nn.utils.spectral_norm.SpectralNormLoadStateDictPreHook", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of SpectralNormLoadStateDictPreHook", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fn"], "flags": [], "fullname": "torch.nn.utils.spectral_norm.SpectralNormLoadStateDictPreHook.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fn"], "arg_types": ["torch.nn.utils.spectral_norm.SpectralNormLoadStateDictPreHook", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SpectralNormLoadStateDictPreHook", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fn": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.utils.spectral_norm.SpectralNormLoadStateDictPreHook.fn", "name": "fn", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SpectralNormStateDictHook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.utils.spectral_norm.SpectralNormStateDictHook", "name": "SpectralNormStateDictHook", "type_vars": []}, "flags": [], "fullname": "torch.nn.utils.spectral_norm.SpectralNormStateDictHook", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.utils.spectral_norm", "mro": ["torch.nn.utils.spectral_norm.SpectralNormStateDictHook", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "module", "state_dict", "prefix", "local_metadata"], "flags": [], "fullname": "torch.nn.utils.spectral_norm.SpectralNormStateDictHook.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "module", "state_dict", "prefix", "local_metadata"], "arg_types": ["torch.nn.utils.spectral_norm.SpectralNormStateDictHook", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of SpectralNormStateDictHook", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fn"], "flags": [], "fullname": "torch.nn.utils.spectral_norm.SpectralNormStateDictHook.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fn"], "arg_types": ["torch.nn.utils.spectral_norm.SpectralNormStateDictHook", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SpectralNormStateDictHook", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fn": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.utils.spectral_norm.SpectralNormStateDictHook.fn", "name": "fn", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "T_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "torch.nn.utils.spectral_norm.T_module", "name": "T_module", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.spectral_norm.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.spectral_norm.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.spectral_norm.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.spectral_norm.__package__", "name": "__package__", "type": "builtins.str"}}, "normalize": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional.normalize", "kind": "Gdef"}, "remove_spectral_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["module", "name"], "flags": [], "fullname": "torch.nn.utils.spectral_norm.remove_spectral_norm", "name": "remove_spectral_norm", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["module", "name"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.utils.spectral_norm.T_module", "id": -1, "name": "T_module", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove_spectral_norm", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.utils.spectral_norm.T_module", "id": -1, "name": "T_module", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.utils.spectral_norm.T_module", "id": -1, "name": "T_module", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}}, "spectral_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["module", "name", "n_power_iterations", "eps", "dim"], "flags": [], "fullname": "torch.nn.utils.spectral_norm.spectral_norm", "name": "spectral_norm", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["module", "name", "n_power_iterations", "eps", "dim"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.utils.spectral_norm.T_module", "id": -1, "name": "T_module", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "builtins.str", "builtins.int", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spectral_norm", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.utils.spectral_norm.T_module", "id": -1, "name": "T_module", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.utils.spectral_norm.T_module", "id": -1, "name": "T_module", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/utils/spectral_norm.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/spectral_norm.meta.json b/.mypy_cache/3.9/torch/nn/utils/spectral_norm.meta.json deleted file mode 100644 index 4094f89b8..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/spectral_norm.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [4, 5, 6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn.functional", "typing", "torch.nn.modules", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "torch.linalg", "torch.nn.modules.conv", "torch.nn.modules.module", "torch.nn.parameter", "torch.utils", "torch.utils.hooks", "typing_extensions"], "hash": "2696fb019e8dea39c77b129a45ed89cb06e85aa1381699ce3a11a0642ece9322", "id": "torch.nn.utils.spectral_norm", "ignore_all": true, "interface_hash": "7a0d27b046e7bf5515a4759031466d834c3e68aca6bd74db23646dbf8083f20f", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/utils/spectral_norm.py", "plugin_data": null, "size": 14440, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/weight_norm.data.json b/.mypy_cache/3.9/torch/nn/utils/weight_norm.data.json deleted file mode 100644 index 155fdd4cd..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/weight_norm.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.nn.utils.weight_norm", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "Parameter": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.Parameter", "kind": "Gdef"}, "T_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "torch.nn.utils.weight_norm.T_module", "name": "T_module", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "UninitializedParameter": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.UninitializedParameter", "kind": "Gdef"}, "WeightNorm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.utils.weight_norm.WeightNorm", "name": "WeightNorm", "type_vars": []}, "flags": [], "fullname": "torch.nn.utils.weight_norm.WeightNorm", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.utils.weight_norm", "mro": ["torch.nn.utils.weight_norm.WeightNorm", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "module", "inputs"], "flags": [], "fullname": "torch.nn.utils.weight_norm.WeightNorm.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "module", "inputs"], "arg_types": ["torch.nn.utils.weight_norm.WeightNorm", "torch.nn.modules.module.Module", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of WeightNorm", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "dim"], "flags": [], "fullname": "torch.nn.utils.weight_norm.WeightNorm.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "dim"], "arg_types": ["torch.nn.utils.weight_norm.WeightNorm", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of WeightNorm", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "apply": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["module", "name", "dim"], "flags": ["is_static", "is_decorated"], "fullname": "torch.nn.utils.weight_norm.WeightNorm.apply", "name": "apply", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["module", "name", "dim"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "apply of WeightNorm", "ret_type": "torch.nn.utils.weight_norm.WeightNorm", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "apply", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["module", "name", "dim"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "apply of WeightNorm", "ret_type": "torch.nn.utils.weight_norm.WeightNorm", "type_guard": null, "variables": []}}}}, "compute_weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "flags": [], "fullname": "torch.nn.utils.weight_norm.WeightNorm.compute_weight", "name": "compute_weight", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "arg_types": ["torch.nn.utils.weight_norm.WeightNorm", "torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compute_weight of WeightNorm", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "dim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.utils.weight_norm.WeightNorm.dim", "name": "dim", "type": "builtins.int"}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.utils.weight_norm.WeightNorm.name", "name": "name", "type": "builtins.str"}}, "remove": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "flags": [], "fullname": "torch.nn.utils.weight_norm.WeightNorm.remove", "name": "remove", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "arg_types": ["torch.nn.utils.weight_norm.WeightNorm", "torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove of WeightNorm", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.weight_norm.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.weight_norm.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.weight_norm.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.utils.weight_norm.__package__", "name": "__package__", "type": "builtins.str"}}, "_weight_norm": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions._weight_norm", "kind": "Gdef"}, "norm_except_dim": {".class": "SymbolTableNode", "cross_ref": "torch._C._VariableFunctions.norm_except_dim", "kind": "Gdef"}, "remove_weight_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["module", "name"], "flags": [], "fullname": "torch.nn.utils.weight_norm.remove_weight_norm", "name": "remove_weight_norm", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["module", "name"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.utils.weight_norm.T_module", "id": -1, "name": "T_module", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove_weight_norm", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.utils.weight_norm.T_module", "id": -1, "name": "T_module", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.utils.weight_norm.T_module", "id": -1, "name": "T_module", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}}, "weight_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["module", "name", "dim"], "flags": [], "fullname": "torch.nn.utils.weight_norm.weight_norm", "name": "weight_norm", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["module", "name", "dim"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.nn.utils.weight_norm.T_module", "id": -1, "name": "T_module", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "weight_norm", "ret_type": {".class": "TypeVarType", "fullname": "torch.nn.utils.weight_norm.T_module", "id": -1, "name": "T_module", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.nn.utils.weight_norm.T_module", "id": -1, "name": "T_module", "upper_bound": "torch.nn.modules.module.Module", "values": [], "variance": 0}]}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/utils/weight_norm.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/nn/utils/weight_norm.meta.json b/.mypy_cache/3.9/torch/nn/utils/weight_norm.meta.json deleted file mode 100644 index a567b79c1..000000000 --- a/.mypy_cache/3.9/torch/nn/utils/weight_norm.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [4, 5, 6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30], "dependencies": ["torch.nn.parameter", "torch", "typing", "torch.nn.modules", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.nn.modules.module"], "hash": "f6d8d7d021fa6c014414f7d214e29cd74e214f6095862e7805390aafa6a57c8e", "id": "torch.nn.utils.weight_norm", "ignore_all": true, "interface_hash": "2f520431cfc7f01ef65dbc7ea0f13c8393f63fd9486d8e38d67bd00311ac555d", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/nn/utils/weight_norm.py", "plugin_data": null, "size": 4577, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/onnx/__init__.data.json b/.mypy_cache/3.9/torch/onnx/__init__.data.json deleted file mode 100644 index 1e59ca131..000000000 --- a/.mypy_cache/3.9/torch/onnx/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.onnx", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ExportTypes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.onnx.ExportTypes", "name": "ExportTypes", "type_vars": []}, "flags": [], "fullname": "torch.onnx.ExportTypes", "metaclass_type": null, "metadata": {}, "module_name": "torch.onnx", "mro": ["torch.onnx.ExportTypes", "builtins.object"], "names": {".class": "SymbolTable", "COMPRESSED_ZIP_ARCHIVE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.onnx.ExportTypes.COMPRESSED_ZIP_ARCHIVE", "name": "COMPRESSED_ZIP_ARCHIVE", "type": "builtins.int"}}, "DIRECTORY": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.onnx.ExportTypes.DIRECTORY", "name": "DIRECTORY", "type": "builtins.int"}}, "PROTOBUF_FILE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.onnx.ExportTypes.PROTOBUF_FILE", "name": "PROTOBUF_FILE", "type": "builtins.int"}}, "ZIP_ARCHIVE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.onnx.ExportTypes.ZIP_ARCHIVE", "name": "ZIP_ARCHIVE", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ONNX_ARCHIVE_MODEL_PROTO_NAME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.ONNX_ARCHIVE_MODEL_PROTO_NAME", "name": "ONNX_ARCHIVE_MODEL_PROTO_NAME", "type": "builtins.str"}}, "OperatorExportTypes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.onnx.OperatorExportTypes", "line": 4, "no_args": true, "normalized": false, "target": "torch._C._onnx.OperatorExportTypes"}}, "PYTORCH_ONNX_CAFFE2_BUNDLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.PYTORCH_ONNX_CAFFE2_BUNDLE", "name": "PYTORCH_ONNX_CAFFE2_BUNDLE", "type": "builtins.bool"}}, "TensorProtoDataType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.onnx.TensorProtoDataType", "line": 3, "no_args": true, "normalized": false, "target": "torch._C._onnx.TensorProtoDataType"}}, "TrainingMode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.onnx.TrainingMode", "line": 5, "no_args": true, "normalized": false, "target": "torch._C._onnx.TrainingMode"}}, "_C": {".class": "SymbolTableNode", "cross_ref": "torch._C", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.__package__", "name": "__package__", "type": "builtins.str"}}, "_export": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "flags": [], "fullname": "torch.onnx._export", "name": "_export", "type": null}}, "_export_to_pretty_string": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "flags": [], "fullname": "torch.onnx._export_to_pretty_string", "name": "_export_to_pretty_string", "type": null}}, "_optimize_trace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["graph", "operator_export_type"], "flags": [], "fullname": "torch.onnx._optimize_trace", "name": "_optimize_trace", "type": null}}, "_run_symbolic_function": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "flags": [], "fullname": "torch.onnx._run_symbolic_function", "name": "_run_symbolic_function", "type": null}}, "_run_symbolic_method": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "flags": [], "fullname": "torch.onnx._run_symbolic_method", "name": "_run_symbolic_method", "type": null}}, "constant_folding_opset_versions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.constant_folding_opset_versions", "name": "constant_folding_opset_versions", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}}}, "export": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["model", "args", "f", "export_params", "verbose", "training", "input_names", "output_names", "operator_export_type", "opset_version", "_retain_param_name", "do_constant_folding", "example_outputs", "strip_doc_string", "dynamic_axes", "keep_initializers_as_inputs", "custom_opsets", "enable_onnx_checker", "use_external_data_format"], "flags": [], "fullname": "torch.onnx.export", "name": "export", "type": null}}, "export_to_pretty_string": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "flags": [], "fullname": "torch.onnx.export_to_pretty_string", "name": "export_to_pretty_string", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "export_to_pretty_string", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "ir_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.ir_version", "name": "ir_version", "type": "builtins.int"}}, "is_in_onnx_export": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.onnx.is_in_onnx_export", "name": "is_in_onnx_export", "type": null}}, "producer_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.producer_name", "name": "producer_name", "type": "builtins.str"}}, "producer_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.producer_version", "name": "producer_version", "type": "builtins.str"}}, "register_custom_op_symbolic": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["symbolic_name", "symbolic_fn", "opset_version"], "flags": [], "fullname": "torch.onnx.register_custom_op_symbolic", "name": "register_custom_op_symbolic", "type": null}}, "select_model_mode_for_export": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["model", "mode"], "flags": [], "fullname": "torch.onnx.select_model_mode_for_export", "name": "select_model_mode_for_export", "type": null}}, "unregister_custom_op_symbolic": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["symbolic_name", "opset_version"], "flags": [], "fullname": "torch.onnx.unregister_custom_op_symbolic", "name": "unregister_custom_op_symbolic", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/onnx/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/onnx/__init__.meta.json b/.mypy_cache/3.9/torch/onnx/__init__.meta.json deleted file mode 100644 index fe3fe876e..000000000 --- a/.mypy_cache/3.9/torch/onnx/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 27, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch._C", "torch", "torch.onnx.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "enum", "torch._C._onnx", "typing"], "hash": "1e019dfdd7493ee727d415a87dfc51eee314aff72541f0797b1d0e9d57a364fa", "id": "torch.onnx", "ignore_all": true, "interface_hash": "fb726e9923f72f01b416cbe7282cb0cf9d983a00e4a111dc4ad70a38f6401f3b", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/onnx/__init__.py", "plugin_data": null, "size": 18122, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/onnx/symbolic_caffe2.data.json b/.mypy_cache/3.9/torch/onnx/symbolic_caffe2.data.json deleted file mode 100644 index 11f18db47..000000000 --- a/.mypy_cache/3.9/torch/onnx/symbolic_caffe2.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.onnx.symbolic_caffe2", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_caffe2.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_caffe2.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_caffe2.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_caffe2.__package__", "name": "__package__", "type": "builtins.str"}}, "_empty_affine_quantized": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "shape", "scale", "zero_point", "dtype", "pin_memory", "memory_format", "layout"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_caffe2._empty_affine_quantized", "name": "_empty_affine_quantized", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_empty_affine_quantized", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_permute_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "axes"], "flags": [], "fullname": "torch.onnx.symbolic_caffe2._permute_helper", "name": "_permute_helper", "type": null}}, "add": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "input_a", "input_b", "scale", "zero_point"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_caffe2.add", "name": "add", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "add", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "avg_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 1], "arg_names": ["g", "input", "kernel_size", "stride", "padding", "ceil_mode", "count_include_pad", "divisor_override"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_caffe2.avg_pool2d", "name": "avg_pool2d", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "avg_pool2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "cat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["g", "tensor_list", "dim", "scale", "zero_point"], "flags": [], "fullname": "torch.onnx.symbolic_caffe2.cat", "name": "cat", "type": null}}, "conv2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "weight", "bias", "stride", "padding", "dilation", "groups", "scale", "zero_point"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_caffe2.conv2d", "name": "conv2d", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "conv2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "conv2d_relu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "weight", "bias", "stride", "padding", "dilation", "groups", "scale", "zero_point"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_caffe2.conv2d_relu", "name": "conv2d_relu", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "conv2d_relu", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "conv_prepack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "weight", "bias", "stride", "padding", "dilation", "groups"], "flags": [], "fullname": "torch.onnx.symbolic_caffe2.conv_prepack", "name": "conv_prepack", "type": null}}, "dequantize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_caffe2.dequantize", "name": "dequantize", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "dequantize", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "getmembers": {".class": "SymbolTableNode", "cross_ref": "inspect.getmembers", "kind": "Gdef"}, "importlib": {".class": "SymbolTableNode", "cross_ref": "importlib", "kind": "Gdef"}, "isfunction": {".class": "SymbolTableNode", "cross_ref": "inspect.isfunction", "kind": "Gdef"}, "linear": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "weight", "bias", "scale", "zero_point"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_caffe2.linear", "name": "linear", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "linear", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "linear_prepack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "weight", "bias"], "flags": [], "fullname": "torch.onnx.symbolic_caffe2.linear_prepack", "name": "linear_prepack", "type": null}}, "max_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "kernel_size", "stride", "padding", "dilation", "ceil_mode"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_caffe2.max_pool2d", "name": "max_pool2d", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "max_pool2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "nchw2nhwc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": [], "fullname": "torch.onnx.symbolic_caffe2.nchw2nhwc", "name": "nchw2nhwc", "type": null}}, "nhwc2nchw": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": [], "fullname": "torch.onnx.symbolic_caffe2.nhwc2nchw", "name": "nhwc2nchw", "type": null}}, "parse_args": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_helper.parse_args", "kind": "Gdef"}, "quantize_per_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "input", "scale", "zero_point", "dtype"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_caffe2.quantize_per_tensor", "name": "quantize_per_tensor", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "quantize_per_tensor", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "register_quantized_ops": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["domain", "version"], "flags": [], "fullname": "torch.onnx.symbolic_caffe2.register_quantized_ops", "name": "register_quantized_ops", "type": null}}, "relu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_caffe2.relu", "name": "relu", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "relu", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "reshape": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "shape"], "flags": [], "fullname": "torch.onnx.symbolic_caffe2.reshape", "name": "reshape", "type": null}}, "sigmoid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_caffe2.sigmoid", "name": "sigmoid", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "sigmoid", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "slice": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "dim", "start", "end", "step"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_caffe2.slice", "name": "slice", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "slice", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "sym_help": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_helper", "kind": "Gdef"}, "sym_registry": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_registry", "kind": "Gdef"}, "upsample_nearest2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["g", "input", "output_size", "align_corners", "scales_h", "scales_w"], "flags": [], "fullname": "torch.onnx.symbolic_caffe2.upsample_nearest2d", "name": "upsample_nearest2d", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/onnx/symbolic_caffe2.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/onnx/symbolic_caffe2.meta.json b/.mypy_cache/3.9/torch/onnx/symbolic_caffe2.meta.json deleted file mode 100644 index 28ad915c7..000000000 --- a/.mypy_cache/3.9/torch/onnx/symbolic_caffe2.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 4, 5, 114, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 20, 20, 10, 10, 5, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["torch.onnx.symbolic_helper", "torch", "torch.onnx", "torch.onnx.symbolic_registry", "importlib", "inspect", "torch.onnx.symbolic_opset9", "builtins", "functools", "threading", "contextlib", "collections", "logging", "io", "warnings", "pickle", "os", "time", "abc", "types", "typing"], "hash": "2e3a154ec502fd2c024269d346ec3ff081bd8b177df30f3365023169b1ff25f0", "id": "torch.onnx.symbolic_caffe2", "ignore_all": true, "interface_hash": "2a942aa1f647c921ba99fb6e6ae1ef0708c038ea8c5041e42a6e82da42d52224", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/onnx/symbolic_caffe2.py", "plugin_data": null, "size": 9615, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/onnx/symbolic_helper.data.json b/.mypy_cache/3.9/torch/onnx/symbolic_helper.data.json deleted file mode 100644 index 1f144bd4a..000000000 --- a/.mypy_cache/3.9/torch/onnx/symbolic_helper.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.onnx.symbolic_helper", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "OptionalType": {".class": "SymbolTableNode", "cross_ref": "torch._C.OptionalType", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_helper.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_helper.__file__", "name": "__file__", "type": "builtins.str"}}, "__interpolate_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "size", "scale_factor", "mode", "align_corners", "recompute_scale_factor"], "flags": [], "fullname": "torch.onnx.symbolic_helper.__interpolate_helper", "name": "__interpolate_helper", "type": null}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_helper.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_helper.__package__", "name": "__package__", "type": "builtins.str"}}, "_arange_cast_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["g", "end", "start", "step", "dtype"], "flags": [], "fullname": "torch.onnx.symbolic_helper._arange_cast_helper", "name": "_arange_cast_helper", "type": null}}, "_arange_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["g", "args"], "flags": [], "fullname": "torch.onnx.symbolic_helper._arange_helper", "name": "_arange_helper", "type": null}}, "_avgpool_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["tuple_fn", "padding", "kernel_size", "stride", "divisor_override", "name"], "flags": [], "fullname": "torch.onnx.symbolic_helper._avgpool_helper", "name": "_avgpool_helper", "type": null}}, "_batchnorm_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "weight", "bias", "running_mean", "running_var"], "flags": [], "fullname": "torch.onnx.symbolic_helper._batchnorm_helper", "name": "_batchnorm_helper", "type": null}}, "_block_list_in_opset": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "torch.onnx.symbolic_helper._block_list_in_opset", "name": "_block_list_in_opset", "type": null}}, "_cast_func_template": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["to_i", "g", "input", "non_blocking"], "flags": [], "fullname": "torch.onnx.symbolic_helper._cast_func_template", "name": "_cast_func_template", "type": null}}, "_default_onnx_opset_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_helper._default_onnx_opset_version", "name": "_default_onnx_opset_version", "type": "builtins.int"}}, "_dtype_is_fp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["type_value"], "flags": [], "fullname": "torch.onnx.symbolic_helper._dtype_is_fp", "name": "_dtype_is_fp", "type": null}}, "_export_onnx_opset_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_helper._export_onnx_opset_version", "name": "_export_onnx_opset_version", "type": "builtins.int"}}, "_flatten_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "input", "start_dim", "end_dim", "dim"], "flags": [], "fullname": "torch.onnx.symbolic_helper._flatten_helper", "name": "_flatten_helper", "type": null}}, "_generate_wrapped_number": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "scalar"], "flags": [], "fullname": "torch.onnx.symbolic_helper._generate_wrapped_number", "name": "_generate_wrapped_number", "type": null}}, "_get_const": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["value", "desc", "arg_name"], "flags": [], "fullname": "torch.onnx.symbolic_helper._get_const", "name": "_get_const", "type": null}}, "_get_interpolate_attributes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "mode", "args"], "flags": [], "fullname": "torch.onnx.symbolic_helper._get_interpolate_attributes", "name": "_get_interpolate_attributes", "type": null}}, "_get_tensor_dim_size": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "dim"], "flags": [], "fullname": "torch.onnx.symbolic_helper._get_tensor_dim_size", "name": "_get_tensor_dim_size", "type": null}}, "_get_tensor_rank": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "torch.onnx.symbolic_helper._get_tensor_rank", "name": "_get_tensor_rank", "type": null}}, "_get_tensor_sizes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["x", "allow_nonstatic"], "flags": [], "fullname": "torch.onnx.symbolic_helper._get_tensor_sizes", "name": "_get_tensor_sizes", "type": null}}, "_handle_reduce_dim_none": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "op_name"], "flags": [], "fullname": "torch.onnx.symbolic_helper._handle_reduce_dim_none", "name": "_handle_reduce_dim_none", "type": null}}, "_if_scalar_type_as": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "tensor"], "flags": [], "fullname": "torch.onnx.symbolic_helper._if_scalar_type_as", "name": "_if_scalar_type_as", "type": null}}, "_index_fill_reshape_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "dim", "index"], "flags": [], "fullname": "torch.onnx.symbolic_helper._index_fill_reshape_helper", "name": "_index_fill_reshape_helper", "type": null}}, "_interpolate_get_scales": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "scale_factor", "dim"], "flags": [], "fullname": "torch.onnx.symbolic_helper._interpolate_get_scales", "name": "_interpolate_get_scales", "type": null}}, "_interpolate_get_scales_and_mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "size", "scale_factor", "mode", "align_corners"], "flags": [], "fullname": "torch.onnx.symbolic_helper._interpolate_get_scales_and_mode", "name": "_interpolate_get_scales_and_mode", "type": null}}, "_interpolate_get_scales_if_available": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "scales"], "flags": [], "fullname": "torch.onnx.symbolic_helper._interpolate_get_scales_if_available", "name": "_interpolate_get_scales_if_available", "type": null}}, "_interpolate_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["name", "dim", "interpolate_mode"], "flags": [], "fullname": "torch.onnx.symbolic_helper._interpolate_helper", "name": "_interpolate_helper", "type": null}}, "_interpolate_size_to_scales": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "input", "output_size", "dim"], "flags": [], "fullname": "torch.onnx.symbolic_helper._interpolate_size_to_scales", "name": "_interpolate_size_to_scales", "type": null}}, "_interpolate_warning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["interpolate_mode"], "flags": [], "fullname": "torch.onnx.symbolic_helper._interpolate_warning", "name": "_interpolate_warning", "type": null}}, "_is_constant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["value"], "flags": [], "fullname": "torch.onnx.symbolic_helper._is_constant", "name": "_is_constant", "type": null}}, "_is_fp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["value"], "flags": [], "fullname": "torch.onnx.symbolic_helper._is_fp", "name": "_is_fp", "type": null}}, "_is_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "torch.onnx.symbolic_helper._is_list", "name": "_is_list", "type": null}}, "_is_none": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "torch.onnx.symbolic_helper._is_none", "name": "_is_none", "type": null}}, "_is_packed_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["list_value"], "flags": [], "fullname": "torch.onnx.symbolic_helper._is_packed_list", "name": "_is_packed_list", "type": null}}, "_is_scalar_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "torch.onnx.symbolic_helper._is_scalar_list", "name": "_is_scalar_list", "type": null}}, "_is_split_static": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["split_size_or_sizes", "_outputs"], "flags": [], "fullname": "torch.onnx.symbolic_helper._is_split_static", "name": "_is_split_static", "type": null}}, "_is_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "torch.onnx.symbolic_helper._is_tensor", "name": "_is_tensor", "type": null}}, "_is_tensor_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "torch.onnx.symbolic_helper._is_tensor_list", "name": "_is_tensor_list", "type": null}}, "_is_value": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "torch.onnx.symbolic_helper._is_value", "name": "_is_value", "type": null}}, "_maybe_get_const": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["value", "desc"], "flags": [], "fullname": "torch.onnx.symbolic_helper._maybe_get_const", "name": "_maybe_get_const", "type": null}}, "_maybe_get_scalar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["value"], "flags": [], "fullname": "torch.onnx.symbolic_helper._maybe_get_scalar", "name": "_maybe_get_scalar", "type": null}}, "_onnx_main_opset": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_helper._onnx_main_opset", "name": "_onnx_main_opset", "type": "builtins.int"}}, "_onnx_opset_unsupported": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["op_name", "current_opset", "supported_opset"], "flags": [], "fullname": "torch.onnx.symbolic_helper._onnx_opset_unsupported", "name": "_onnx_opset_unsupported", "type": null}}, "_onnx_opset_unsupported_detailed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["op_name", "current_opset", "supported_opset", "reason"], "flags": [], "fullname": "torch.onnx.symbolic_helper._onnx_opset_unsupported_detailed", "name": "_onnx_opset_unsupported_detailed", "type": null}}, "_onnx_shape_inference": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_helper._onnx_shape_inference", "name": "_onnx_shape_inference", "type": "builtins.bool"}}, "_onnx_stable_opsets": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_helper._onnx_stable_opsets", "name": "_onnx_stable_opsets", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}}}, "_onnx_unsupported": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["op_name"], "flags": [], "fullname": "torch.onnx.symbolic_helper._onnx_unsupported", "name": "_onnx_unsupported", "type": null}}, "_operator_export_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_helper._operator_export_type", "name": "_operator_export_type", "type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "NoneType"}]}}}, "_optional_input_placeholder_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["g"], "flags": [], "fullname": "torch.onnx.symbolic_helper._optional_input_placeholder_tensor", "name": "_optional_input_placeholder_tensor", "type": null}}, "_parse_arg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["value", "desc", "arg_name", "node_name"], "flags": [], "fullname": "torch.onnx.symbolic_helper._parse_arg", "name": "_parse_arg", "type": null}}, "_quantized_ops": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_helper._quantized_ops", "name": "_quantized_ops", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.set"}}}, "_reducesum_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["g", "input", "axes_i", "keepdims_i", "noop_with_empty_axes_i"], "flags": [], "fullname": "torch.onnx.symbolic_helper._reducesum_helper", "name": "_reducesum_helper", "type": null}}, "_repeat_interleave_split_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "reps", "dim"], "flags": [], "fullname": "torch.onnx.symbolic_helper._repeat_interleave_split_helper", "name": "_repeat_interleave_split_helper", "type": null}}, "_reshape_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["g", "input", "shape", "allowzero"], "flags": [], "fullname": "torch.onnx.symbolic_helper._reshape_helper", "name": "_reshape_helper", "type": null}}, "_scalar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "torch.onnx.symbolic_helper._scalar", "name": "_scalar", "type": null}}, "_scatter_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "self", "dim", "index", "src"], "flags": [], "fullname": "torch.onnx.symbolic_helper._scatter_helper", "name": "_scatter_helper", "type": null}}, "_select_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["g", "self", "dim", "index", "apply_reshape"], "flags": [], "fullname": "torch.onnx.symbolic_helper._select_helper", "name": "_select_helper", "type": null}}, "_set_onnx_shape_inference": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["onnx_shape_inference"], "flags": [], "fullname": "torch.onnx.symbolic_helper._set_onnx_shape_inference", "name": "_set_onnx_shape_inference", "type": null}}, "_set_operator_export_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["operator_export_type"], "flags": [], "fullname": "torch.onnx.symbolic_helper._set_operator_export_type", "name": "_set_operator_export_type", "type": null}}, "_set_opset_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["opset_version"], "flags": [], "fullname": "torch.onnx.symbolic_helper._set_opset_version", "name": "_set_opset_version", "type": null}}, "_set_training_mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["training_mode"], "flags": [], "fullname": "torch.onnx.symbolic_helper._set_training_mode", "name": "_set_training_mode", "type": null}}, "_size_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "dim"], "flags": [], "fullname": "torch.onnx.symbolic_helper._size_helper", "name": "_size_helper", "type": null}}, "_slice_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1, 1], "arg_names": ["g", "input", "axes", "starts", "ends", "steps", "dynamic_slice"], "flags": [], "fullname": "torch.onnx.symbolic_helper._slice_helper", "name": "_slice_helper", "type": null}}, "_sort_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["g", "input", "dim", "decending", "out"], "flags": [], "fullname": "torch.onnx.symbolic_helper._sort_helper", "name": "_sort_helper", "type": null}}, "_squeeze_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "axes_i"], "flags": [], "fullname": "torch.onnx.symbolic_helper._squeeze_helper", "name": "_squeeze_helper", "type": null}}, "_sum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_helper._sum", "name": "_sum", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "builtins.int"]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, "start"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "TypeVarType", "fullname": "builtins._S", "id": -2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "builtins._S", "id": -2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "builtins._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "builtins._S", "id": -2, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "_topk_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["g", "input", "k", "dim", "largest", "sorted", "out"], "flags": [], "fullname": "torch.onnx.symbolic_helper._topk_helper", "name": "_topk_helper", "type": null}}, "_training_mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_helper._training_mode", "name": "_training_mode", "type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "NoneType"}]}}}, "_try_get_scalar_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["args"], "flags": [], "fullname": "torch.onnx.symbolic_helper._try_get_scalar_type", "name": "_try_get_scalar_type", "type": null}}, "_unbind_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "dim", "_outputs"], "flags": [], "fullname": "torch.onnx.symbolic_helper._unbind_helper", "name": "_unbind_helper", "type": null}}, "_unimplemented": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["op", "msg"], "flags": [], "fullname": "torch.onnx.symbolic_helper._unimplemented", "name": "_unimplemented", "type": null}}, "_unpack_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["list_value"], "flags": [], "fullname": "torch.onnx.symbolic_helper._unpack_list", "name": "_unpack_list", "type": null}}, "_unsqueeze_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "axes_i"], "flags": [], "fullname": "torch.onnx.symbolic_helper._unsqueeze_helper", "name": "_unsqueeze_helper", "type": null}}, "cast_pytorch_to_onnx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_helper.cast_pytorch_to_onnx", "name": "cast_pytorch_to_onnx", "type": {".class": "Instance", "args": ["builtins.str", "torch._C._onnx.TensorProtoDataType"], "type_ref": "builtins.dict"}}}, "check_training_mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["op_train_mode", "op_name"], "flags": [], "fullname": "torch.onnx.symbolic_helper.check_training_mode", "name": "check_training_mode", "type": null}}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef"}, "maxsize": {".class": "SymbolTableNode", "cross_ref": "sys.maxsize", "kind": "Gdef"}, "parse_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["arg_descriptors"], "flags": [], "fullname": "torch.onnx.symbolic_helper.parse_args", "name": "parse_args", "type": null}}, "scalar_name_to_pytorch": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_helper.scalar_name_to_pytorch", "name": "scalar_name_to_pytorch", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "scalar_type_to_onnx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_helper.scalar_type_to_onnx", "name": "scalar_type_to_onnx", "type": {".class": "Instance", "args": ["torch._C._onnx.TensorProtoDataType"], "type_ref": "builtins.list"}}}, "scalar_type_to_pytorch_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_helper.scalar_type_to_pytorch_type", "name": "scalar_type_to_pytorch_type", "type": {".class": "Instance", "args": ["torch._C.dtype"], "type_ref": "builtins.list"}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}, "wraps": {".class": "SymbolTableNode", "cross_ref": "functools.wraps", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/onnx/symbolic_helper.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/onnx/symbolic_helper.meta.json b/.mypy_cache/3.9/torch/onnx/symbolic_helper.meta.json deleted file mode 100644 index 51958a644..000000000 --- a/.mypy_cache/3.9/torch/onnx/symbolic_helper.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 3, 4, 5, 6, 8, 11, 13, 14, 311, 314, 622, 624, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 5, 5, 10, 10, 5, 5, 20, 20, 20, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "warnings", "inspect", "sys", "typing", "torch.onnx", "torch.onnx.utils", "functools", "torch._C", "torch.onnx.symbolic_opset9", "torch.onnx.symbolic_opset10", "torch.onnx.symbolic_opset11", "torch.onnx.symbolic_opset13", "builtins", "threading", "contextlib", "collections", "logging", "io", "pickle", "os", "time", "abc", "enum", "torch._C._VariableFunctions", "torch._C._onnx", "torch._tensor", "torch.types", "typing_extensions"], "hash": "868a542d925c69fda2fb482877c0af8b6f5ffd509ca1d8618a34ecc319ebe96f", "id": "torch.onnx.symbolic_helper", "ignore_all": true, "interface_hash": "d4329749e98147b7ad296f62958212a1ec97da987045ccf5bc43543ecf056e82", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/onnx/symbolic_helper.py", "plugin_data": null, "size": 39439, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/onnx/symbolic_opset10.data.json b/.mypy_cache/3.9/torch/onnx/symbolic_opset10.data.json deleted file mode 100644 index 571baf9cb..000000000 --- a/.mypy_cache/3.9/torch/onnx/symbolic_opset10.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.onnx.symbolic_opset10", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_opset10.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_opset10.__file__", "name": "__file__", "type": "builtins.str"}}, "__interpolate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "size", "scale_factor", "mode", "align_corners", "recompute_scale_factor"], "flags": [], "fullname": "torch.onnx.symbolic_opset10.__interpolate", "name": "__interpolate", "type": null}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_opset10.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_opset10.__package__", "name": "__package__", "type": "builtins.str"}}, "_avg_pool": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["name", "tuple_fn"], "flags": [], "fullname": "torch.onnx.symbolic_opset10._avg_pool", "name": "_avg_pool", "type": null}}, "_div_rounding_mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "other", "rounding_mode"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset10._div_rounding_mode", "name": "_div_rounding_mode", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_div_rounding_mode", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_floor_divide": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset10._floor_divide", "name": "_floor_divide", "type": null}}, "_interpolate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["name", "dim", "interpolate_mode"], "flags": [], "fullname": "torch.onnx.symbolic_opset10._interpolate", "name": "_interpolate", "type": null}}, "_max_pool": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["name", "tuple_fn", "ndims", "return_indices"], "flags": [], "fullname": "torch.onnx.symbolic_opset10._max_pool", "name": "_max_pool", "type": null}}, "_pair": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._pair", "kind": "Gdef"}, "_single": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._single", "kind": "Gdef"}, "_slice": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1, 1], "arg_names": ["g", "input", "axes", "starts", "ends", "steps", "dynamic_slice"], "flags": [], "fullname": "torch.onnx.symbolic_opset10._slice", "name": "_slice", "type": null}}, "_triple": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._triple", "kind": "Gdef"}, "_unimplemented": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_helper._unimplemented", "kind": "Gdef"}, "avg_pool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset10.avg_pool1d", "name": "avg_pool1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "avg_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset10.avg_pool2d", "name": "avg_pool2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "avg_pool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset10.avg_pool3d", "name": "avg_pool3d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "div": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["g", "self", "other", "args"], "flags": [], "fullname": "torch.onnx.symbolic_opset10.div", "name": "div", "type": null}}, "embedding_bag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "embedding_matrix", "indices", "offsets", "scale_grad_by_freq", "mode", "sparse", "per_sample_weights", "include_last_offset", "padding_idx"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset10.embedding_bag", "name": "embedding_bag", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "embedding_bag", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "fake_quantize_per_tensor_affine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["g", "inputs", "scale", "zero_point", "quant_min", "quant_max"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset10.fake_quantize_per_tensor_affine", "name": "fake_quantize_per_tensor_affine", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "fake_quantize_per_tensor_affine", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "flip": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "dims"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset10.flip", "name": "flip", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "flip", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "fmod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset10.fmod", "name": "fmod", "type": null}}, "isinf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": [], "fullname": "torch.onnx.symbolic_opset10.isinf", "name": "isinf", "type": null}}, "max_pool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset10.max_pool1d", "name": "max_pool1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "max_pool1d_with_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset10.max_pool1d_with_indices", "name": "max_pool1d_with_indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "max_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset10.max_pool2d", "name": "max_pool2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "max_pool2d_with_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset10.max_pool2d_with_indices", "name": "max_pool2d_with_indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "max_pool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset10.max_pool3d", "name": "max_pool3d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "max_pool3d_with_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset10.max_pool3d_with_indices", "name": "max_pool3d_with_indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "maxsize": {".class": "SymbolTableNode", "cross_ref": "sys.maxsize", "kind": "Gdef"}, "parse_args": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_helper.parse_args", "kind": "Gdef"}, "slice": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["g", "self", "args"], "flags": [], "fullname": "torch.onnx.symbolic_opset10.slice", "name": "slice", "type": null}}, "sort": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["g", "self", "dim", "decending", "out"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset10.sort", "name": "sort", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "sort", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "sym_help": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_helper", "kind": "Gdef"}, "topk": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["g", "self", "k", "dim", "largest", "sorted", "out"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset10.topk", "name": "topk", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "topk", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "upsample_bilinear2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset10.upsample_bilinear2d", "name": "upsample_bilinear2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "upsample_linear1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset10.upsample_linear1d", "name": "upsample_linear1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "upsample_nearest1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset10.upsample_nearest1d", "name": "upsample_nearest1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "upsample_nearest2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset10.upsample_nearest2d", "name": "upsample_nearest2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "upsample_nearest3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset10.upsample_nearest3d", "name": "upsample_nearest3d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "upsample_trilinear3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset10.upsample_trilinear3d", "name": "upsample_trilinear3d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/onnx/symbolic_opset10.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/onnx/symbolic_opset10.meta.json b/.mypy_cache/3.9/torch/onnx/symbolic_opset10.meta.json deleted file mode 100644 index 9cc24e557..000000000 --- a/.mypy_cache/3.9/torch/onnx/symbolic_opset10.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 3, 4, 7, 9, 11, 13, 257, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 10, 10, 5, 10, 5, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.nn.modules.utils", "torch.onnx", "torch.onnx.utils", "torch.onnx.symbolic_helper", "torch.onnx.symbolic_opset9", "sys", "warnings", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "typing", "typing_extensions"], "hash": "e93d9e0cecc5f7e25a6c17a011f093512c22beaf0952a6ea302924ebc78a6403", "id": "torch.onnx.symbolic_opset10", "ignore_all": true, "interface_hash": "3ad305001244b069631da1bf8a79901e1f4f35720367fc5b164d283f3ae9b8b7", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/onnx/symbolic_opset10.py", "plugin_data": null, "size": 14599, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/onnx/symbolic_opset11.data.json b/.mypy_cache/3.9/torch/onnx/symbolic_opset11.data.json deleted file mode 100644 index 9aeb3d67f..000000000 --- a/.mypy_cache/3.9/torch/onnx/symbolic_opset11.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.onnx.symbolic_opset11", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Delete": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "tensor_list", "dim"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.Delete", "name": "Delete", "type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_opset11.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_opset11.__file__", "name": "__file__", "type": "builtins.str"}}, "__getitem_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "i"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.__getitem_", "name": "__getitem_", "type": null}}, "__interpolate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "size", "scale_factor", "mode", "align_corners", "recompute_scale_factor"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.__interpolate", "name": "__interpolate", "type": null}}, "__lshift_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.__lshift_", "name": "__lshift_", "type": null}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_opset11.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_opset11.__package__", "name": "__package__", "type": "builtins.str"}}, "__rshift_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.__rshift_", "name": "__rshift_", "type": null}}, "_add_block": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.utils._add_block", "kind": "Gdef"}, "_add_input_to_block": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.utils._add_input_to_block", "kind": "Gdef"}, "_add_output_to_block": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.utils._add_output_to_block", "kind": "Gdef"}, "_avg_pool": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["name", "tuple_fn"], "flags": [], "fullname": "torch.onnx.symbolic_opset11._avg_pool", "name": "_avg_pool", "type": null}}, "_dim_arange": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "like", "dim"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset11._dim_arange", "name": "_dim_arange", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_dim_arange", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_get_im2col_indices_along_dim": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["g", "input_d", "kernel_size_d", "dilation_d", "padding_d", "stride_d"], "flags": [], "fullname": "torch.onnx.symbolic_opset11._get_im2col_indices_along_dim", "name": "_get_im2col_indices_along_dim", "type": null}}, "_get_im2col_output_shape": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "input", "kernel_h", "kernel_w"], "flags": [], "fullname": "torch.onnx.symbolic_opset11._get_im2col_output_shape", "name": "_get_im2col_output_shape", "type": null}}, "_get_im2col_padded_input": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "input", "padding_h", "padding_w"], "flags": [], "fullname": "torch.onnx.symbolic_opset11._get_im2col_padded_input", "name": "_get_im2col_padded_input", "type": null}}, "_interpolate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["name", "dim", "interpolate_mode"], "flags": [], "fullname": "torch.onnx.symbolic_opset11._interpolate", "name": "_interpolate", "type": null}}, "_is_tensor_list": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_helper._is_tensor_list", "kind": "Gdef"}, "_len": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset11._len", "name": "_len", "type": null}}, "_pair": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._pair", "kind": "Gdef"}, "_prepare_onnx_paddings": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "pad"], "flags": [], "fullname": "torch.onnx.symbolic_opset11._prepare_onnx_paddings", "name": "_prepare_onnx_paddings", "type": null}}, "_set_item": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "tensor_list", "i", "v"], "flags": [], "fullname": "torch.onnx.symbolic_opset11._set_item", "name": "_set_item", "type": null}}, "_single": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._single", "kind": "Gdef"}, "_triple": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._triple", "kind": "Gdef"}, "_unimplemented": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_helper._unimplemented", "kind": "Gdef"}, "_unique2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "self", "sorted", "return_inverse", "return_counts"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset11._unique2", "name": "_unique2", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_unique2", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "add": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["g", "self", "other", "alpha"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.add", "name": "add", "type": null}}, "append": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "tensor"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.append", "name": "append", "type": null}}, "arange": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["g", "args"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.arange", "name": "arange", "type": null}}, "avg_pool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset11.avg_pool1d", "name": "avg_pool1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "avg_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset11.avg_pool2d", "name": "avg_pool2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "avg_pool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset11.avg_pool3d", "name": "avg_pool3d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "cat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "tensor_list", "dim"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.cat", "name": "cat", "type": null}}, "chunk": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "chunks", "dim"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.chunk", "name": "chunk", "type": null}}, "clamp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "min", "max"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.clamp", "name": "clamp", "type": null}}, "clamp_max": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "max"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset11.clamp_max", "name": "clamp_max", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "clamp_max", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "clamp_min": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "min"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset11.clamp_min", "name": "clamp_min", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "clamp_min", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "constant_pad_nd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["g", "input", "padding", "value"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.constant_pad_nd", "name": "constant_pad_nd", "type": null}}, "cumsum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["g", "self", "dim", "dtype"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset11.cumsum", "name": "cumsum", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "cumsum", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "embedding_bag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "embedding_matrix", "indices", "offsets", "scale_grad_by_freq", "mode", "sparse", "per_sample_weights", "include_last_offset", "padding_idx"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset11.embedding_bag", "name": "embedding_bag", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "embedding_bag", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "expand": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_opset9.expand", "kind": "Gdef"}, "flatten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "input", "start_dim", "end_dim"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset11.flatten", "name": "flatten", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "flatten", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "gather": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["g", "self", "dim", "index", "sparse_grad"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset11.gather", "name": "gather", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "gather", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "hardtanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "min_val", "max_val"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset11.hardtanh", "name": "hardtanh", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "hardtanh", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "im2col": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "kernel_size", "dilation", "padding", "stride"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset11.im2col", "name": "im2col", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "im2col", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "index": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "index"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.index", "name": "index", "type": null}}, "index_copy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "self", "dim", "index", "source"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.index_copy", "name": "index_copy", "type": null}}, "index_fill": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "self", "dim", "index", "value"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.index_fill", "name": "index_fill", "type": null}}, "index_put": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["g", "self", "indices_list_value", "values", "accumulate"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.index_put", "name": "index_put", "type": null}}, "insert": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "pos", "tensor"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.insert", "name": "insert", "type": null}}, "linalg_det": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.linalg_det", "name": "linalg_det", "type": null}}, "logdet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.logdet", "name": "logdet", "type": null}}, "masked_scatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "mask", "source"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.masked_scatter", "name": "masked_scatter", "type": null}}, "masked_select": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "mask"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.masked_select", "name": "masked_select", "type": null}}, "maxsize": {".class": "SymbolTableNode", "cross_ref": "sys.maxsize", "kind": "Gdef"}, "mm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.mm", "name": "mm", "type": null}}, "mul": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_opset9.mul", "kind": "Gdef"}, "narrow": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "input", "dim", "start", "length"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.narrow", "name": "narrow", "type": null}}, "normal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "loc", "scale", "seed"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.normal", "name": "normal", "type": null}}, "parse_args": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_helper.parse_args", "kind": "Gdef"}, "pixel_shuffle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "upscale_factor"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset11.pixel_shuffle", "name": "pixel_shuffle", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pixel_shuffle", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "pop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "tensor_list", "dim"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.pop", "name": "pop", "type": null}}, "prim_ConstantChunk": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "chunks", "dim"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.prim_ConstantChunk", "name": "prim_ConstantChunk", "type": null}}, "reflection_pad": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "padding"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.reflection_pad", "name": "reflection_pad", "type": null}}, "reflection_pad1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset11.reflection_pad1d", "name": "reflection_pad1d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "padding"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "reflection_pad2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset11.reflection_pad2d", "name": "reflection_pad2d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "padding"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "reflection_pad3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset11.reflection_pad3d", "name": "reflection_pad3d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "padding"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "relu6": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.relu6", "name": "relu6", "type": null}}, "replication_pad": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "padding"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.replication_pad", "name": "replication_pad", "type": null}}, "replication_pad1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset11.replication_pad1d", "name": "replication_pad1d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "padding"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "replication_pad2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset11.replication_pad2d", "name": "replication_pad2d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "padding"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "replication_pad3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset11.replication_pad3d", "name": "replication_pad3d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "padding"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "round": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.round", "name": "round", "type": null}}, "scatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "self", "dim", "index", "src"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset11.scatter", "name": "scatter", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "scatter", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "select": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "dim", "index"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset11.select", "name": "select", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "select", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "size": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["g", "self", "dim"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.size", "name": "size", "type": null}}, "sort": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["g", "self", "dim", "decending", "out"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset11.sort", "name": "sort", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "sort", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "split": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["g", "self", "split_size_or_sizes", "dim", "_outputs"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset11.split", "name": "split", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "split", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "split_with_sizes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["g", "self", "split_sizes", "dim", "_outputs"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset11.split_with_sizes", "name": "split_with_sizes", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "split_with_sizes", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "squeeze": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["g", "self", "dim"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.squeeze", "name": "squeeze", "type": null}}, "stack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "tensor_list", "dim"], "flags": [], "fullname": "torch.onnx.symbolic_opset11.stack", "name": "stack", "type": null}}, "sym_help": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_helper", "kind": "Gdef"}, "topk": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["g", "self", "k", "dim", "largest", "sorted", "out"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset11.topk", "name": "topk", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "topk", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "unbind": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["g", "self", "dim", "_outputs"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset11.unbind", "name": "unbind", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "unbind", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "unique_dim": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["g", "self", "dim", "sorted", "return_inverse", "return_counts"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset11.unique_dim", "name": "unique_dim", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "unique_dim", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "unsqueeze": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "dim"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset11.unsqueeze", "name": "unsqueeze", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "unsqueeze", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "unused": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_opset9.unused", "kind": "Gdef"}, "upsample_bicubic2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset11.upsample_bicubic2d", "name": "upsample_bicubic2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "upsample_bilinear2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset11.upsample_bilinear2d", "name": "upsample_bilinear2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "upsample_linear1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset11.upsample_linear1d", "name": "upsample_linear1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "upsample_nearest1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset11.upsample_nearest1d", "name": "upsample_nearest1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "upsample_nearest2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset11.upsample_nearest2d", "name": "upsample_nearest2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "upsample_nearest3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset11.upsample_nearest3d", "name": "upsample_nearest3d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "upsample_trilinear3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset11.upsample_trilinear3d", "name": "upsample_trilinear3d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/onnx/symbolic_opset11.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/onnx/symbolic_opset11.meta.json b/.mypy_cache/3.9/torch/onnx/symbolic_opset11.meta.json deleted file mode 100644 index 4980092fb..000000000 --- a/.mypy_cache/3.9/torch/onnx/symbolic_opset11.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [4, 6, 7, 7, 8, 11, 12, 13, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 5, 20, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["sys", "torch", "torch.onnx.symbolic_helper", "torch.onnx", "warnings", "torch.onnx.symbolic_opset9", "torch.nn.modules.utils", "torch.onnx.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "abc", "enum", "torch._C", "torch._C._VariableFunctions", "torch._C._onnx", "torch._tensor", "torch.onnx.symbolic_opset10", "torch.types", "typing", "typing_extensions"], "hash": "907788f3f78a7c58bdd10242f511ddbd3eed88afc50355f1b850f1b8cd18a8ab", "id": "torch.onnx.symbolic_opset11", "ignore_all": true, "interface_hash": "a575d3833dc0a5ea96eec3873c76537f534c6ef4d20b2288cd25eed0a04f2d7f", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/onnx/symbolic_opset11.py", "plugin_data": null, "size": 40579, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/onnx/symbolic_opset13.data.json b/.mypy_cache/3.9/torch/onnx/symbolic_opset13.data.json deleted file mode 100644 index bab628398..000000000 --- a/.mypy_cache/3.9/torch/onnx/symbolic_opset13.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.onnx.symbolic_opset13", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_opset13.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_opset13.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_opset13.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_opset13.__package__", "name": "__package__", "type": "builtins.str"}}, "_add_block": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.utils._add_block", "kind": "Gdef"}, "_add_input_to_block": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.utils._add_input_to_block", "kind": "Gdef"}, "_add_output_to_block": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.utils._add_output_to_block", "kind": "Gdef"}, "_maybe_cast_reduce_op_input": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_opset9._maybe_cast_reduce_op_input", "kind": "Gdef"}, "_reduce_op_symbolic": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["onnx_op_name"], "flags": [], "fullname": "torch.onnx.symbolic_opset13._reduce_op_symbolic", "name": "_reduce_op_symbolic", "type": null}}, "_reduce_with_dtype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["onnx_op", "name"], "flags": [], "fullname": "torch.onnx.symbolic_opset13._reduce_with_dtype", "name": "_reduce_with_dtype", "type": null}}, "_unimplemented": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_helper._unimplemented", "kind": "Gdef"}, "expand": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_opset9.expand", "kind": "Gdef"}, "fake_quantize_per_channel_affine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1, 1], "arg_names": ["g", "inputs", "scale", "zero_point", "axis", "quant_min", "quant_max"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset13.fake_quantize_per_channel_affine", "name": "fake_quantize_per_channel_affine", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "fake_quantize_per_channel_affine", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "frobenius_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["g", "self", "dim", "keepdim"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset13.frobenius_norm", "name": "frobenius_norm", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "frobenius_norm", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "log_softmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["g", "input", "dim", "dtype"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset13.log_softmax", "name": "log_softmax", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "log_softmax", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "nonzero": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_opset9.nonzero", "kind": "Gdef"}, "nonzero_numpy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["g", "input", "_outputs"], "flags": [], "fullname": "torch.onnx.symbolic_opset13.nonzero_numpy", "name": "nonzero_numpy", "type": null}}, "overload_by_arg_count": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_opset9.overload_by_arg_count", "kind": "Gdef"}, "parse_args": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_helper.parse_args", "kind": "Gdef"}, "repeat_interleave": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["g", "self", "repeats", "dim", "output_size"], "flags": [], "fullname": "torch.onnx.symbolic_opset13.repeat_interleave", "name": "repeat_interleave", "type": null}}, "softmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["g", "input", "dim", "dtype"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset13.softmax", "name": "softmax", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "softmax", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "split": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["g", "self", "split_size_or_sizes", "dim", "_outputs"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset13.split", "name": "split", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "split", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "split_with_sizes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["g", "self", "split_sizes", "dim", "_outputs"], "flags": [], "fullname": "torch.onnx.symbolic_opset13.split_with_sizes", "name": "split_with_sizes", "type": null}}, "sum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset13.sum", "name": "sum", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "sym_help": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_helper", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "unbind": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["g", "self", "dim", "_outputs"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset13.unbind", "name": "unbind", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "unbind", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "unsafe_chunk": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["g", "self", "chunks", "dim", "_outputs"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset13.unsafe_chunk", "name": "unsafe_chunk", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "unsafe_chunk", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "unsafe_split": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["g", "self", "split_size_or_sizes", "dim", "_outputs"], "flags": [], "fullname": "torch.onnx.symbolic_opset13.unsafe_split", "name": "unsafe_split", "type": null}}, "unsafe_split_with_sizes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["g", "self", "split_sizes", "dim", "_outputs"], "flags": [], "fullname": "torch.onnx.symbolic_opset13.unsafe_split_with_sizes", "name": "unsafe_split_with_sizes", "type": null}}, "unsqueeze": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_opset11.unsqueeze", "kind": "Gdef"}, "where": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["g", "condition", "self", "other", "_outputs"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset13.where", "name": "where", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "where", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/onnx/symbolic_opset13.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/onnx/symbolic_opset13.meta.json b/.mypy_cache/3.9/torch/onnx/symbolic_opset13.meta.json deleted file mode 100644 index e062ac4cd..000000000 --- a/.mypy_cache/3.9/torch/onnx/symbolic_opset13.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [5, 6, 6, 8, 9, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 20, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.onnx.symbolic_helper", "torch.onnx", "torch.onnx.symbolic_opset9", "torch.onnx.symbolic_opset11", "torch.onnx.utils", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "_typeshed", "abc", "enum", "torch._C", "torch._C._VariableFunctions", "torch._C._onnx", "torch._tensor", "torch.types", "typing", "typing_extensions"], "hash": "c96281d4a096c04371c6498e043b2ac89f8ffce176cf9fd91921e321a62d9ed7", "id": "torch.onnx.symbolic_opset13", "ignore_all": true, "interface_hash": "e87d995104831ae40736f04669d3e2a2388acc4713b93d84aa5b4551d9649c93", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/onnx/symbolic_opset13.py", "plugin_data": null, "size": 13653, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/onnx/symbolic_opset9.data.json b/.mypy_cache/3.9/torch/onnx/symbolic_opset9.data.json deleted file mode 100644 index 721b7825e..000000000 --- a/.mypy_cache/3.9/torch/onnx/symbolic_opset9.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.onnx.symbolic_opset9", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ListType": {".class": "SymbolTableNode", "cross_ref": "torch._C.ListType", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "OptionalType": {".class": "SymbolTableNode", "cross_ref": "torch._C.OptionalType", "kind": "Gdef"}, "__and_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "other"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.__and_", "name": "__and_", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "__and_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "__derive_index": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "index", "start", "step"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.__derive_index", "name": "__derive_index", "type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_opset9.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_opset9.__file__", "name": "__file__", "type": "builtins.str"}}, "__getitem_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "i"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.__getitem_", "name": "__getitem_", "type": null}}, "__interpolate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "size", "scale_factor", "mode", "align_corners", "recompute_scale_factor"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.__interpolate", "name": "__interpolate", "type": null}}, "__isnot_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.__isnot_", "name": "__isnot_", "type": null}}, "__lshift_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.__lshift_", "name": "__lshift_", "type": null}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_opset9.__name__", "name": "__name__", "type": "builtins.str"}}, "__not_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.__not_", "name": "__not_", "type": null}}, "__or_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "other"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.__or_", "name": "__or_", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "__or_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_opset9.__package__", "name": "__package__", "type": "builtins.str"}}, "__range_length": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "lo", "hi", "step"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.__range_length", "name": "__range_length", "type": null}}, "__rshift_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.__rshift_", "name": "__rshift_", "type": null}}, "_adaptive_pool": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["name", "type", "tuple_fn", "fn"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._adaptive_pool", "name": "_adaptive_pool", "type": null}}, "_all": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._all", "name": "_all", "type": null}}, "_any": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._any", "name": "_any", "type": null}}, "_avg_pool": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["name", "tuple_fn"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._avg_pool", "name": "_avg_pool", "type": null}}, "_convert_padding_node": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["padding"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._convert_padding_node", "name": "_convert_padding_node", "type": null}}, "_convolution": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "weight", "bias", "stride", "padding", "dilation", "transposed", "output_padding", "groups", "benchmark", "deterministic", "cudnn_enabled", "allow_tf32"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9._convolution", "name": "_convolution", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_convolution", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_dim_arange": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "like", "dim"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9._dim_arange", "name": "_dim_arange", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_dim_arange", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_div_rounding_mode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "other", "rounding_mode"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9._div_rounding_mode", "name": "_div_rounding_mode", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_div_rounding_mode", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_floor_divide": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._floor_divide", "name": "_floor_divide", "type": null}}, "_generic_rnn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["g", "variant", "input", "initial_states", "all_weights", "has_biases", "num_layers", "dropout", "train", "bidirectional", "batch_first", "batch_sizes"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._generic_rnn", "name": "_generic_rnn", "type": null}}, "_interpolate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["name", "dim", "interpolate_mode"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._interpolate", "name": "_interpolate", "type": null}}, "_kl_div_log_target_impl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "target"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._kl_div_log_target_impl", "name": "_kl_div_log_target_impl", "type": null}}, "_kl_div_non_log_target_impl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "target"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._kl_div_non_log_target_impl", "name": "_kl_div_non_log_target_impl", "type": null}}, "_len": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._len", "name": "_len", "type": null}}, "_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._list", "name": "_list", "type": null}}, "_lstm_full": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "hidden_v", "weight_v", "has_biases", "num_layers", "dropout", "train", "bidirectional", "batch_first"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9._lstm_full", "name": "_lstm_full", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_lstm_full", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_lstm_packed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "batch_sizes", "hidden_v", "weight_v", "has_biases", "num_layers", "dropout", "train", "bidirectional"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9._lstm_packed", "name": "_lstm_packed", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_lstm_packed", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_max_pool": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["name", "tuple_fn", "ndims", "return_indices"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._max_pool", "name": "_max_pool", "type": null}}, "_maybe_cast_reduce_op_input": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._maybe_cast_reduce_op_input", "name": "_maybe_cast_reduce_op_input", "type": null}}, "_one_hidden_rnn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["kind"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._one_hidden_rnn", "name": "_one_hidden_rnn", "type": null}}, "_pack_padded_sequence": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "input", "lengths", "batch_first"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9._pack_padded_sequence", "name": "_pack_padded_sequence", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_pack_padded_sequence", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_pad_packed_sequence": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["g", "data", "batch_sizes", "batch_first", "padding_value", "total_length"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9._pad_packed_sequence", "name": "_pad_packed_sequence", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_pad_packed_sequence", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_pair": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._pair", "kind": "Gdef"}, "_parse_arg": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_helper._parse_arg", "kind": "Gdef"}, "_prepare_onnx_paddings": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["dim", "pad"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._prepare_onnx_paddings", "name": "_prepare_onnx_paddings", "type": null}}, "_reduce_op_symbolic": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["onnx_op_name", "allow_multi_dim_support"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._reduce_op_symbolic", "name": "_reduce_op_symbolic", "type": null}}, "_reduce_with_dtype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["onnx_op", "name", "allow_multi_dim_support"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._reduce_with_dtype", "name": "_reduce_with_dtype", "type": null}}, "_reshape_from_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "shape"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._reshape_from_tensor", "name": "_reshape_from_tensor", "type": null}}, "_sample_dirichlet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "generator"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._sample_dirichlet", "name": "_sample_dirichlet", "type": null}}, "_shape_as_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._shape_as_tensor", "name": "_shape_as_tensor", "type": null}}, "_single": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._single", "kind": "Gdef"}, "_slice": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "input", "axes", "starts", "ends"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._slice", "name": "_slice", "type": null}}, "_standard_gamma": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "generator"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._standard_gamma", "name": "_standard_gamma", "type": null}}, "_triple": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._triple", "kind": "Gdef"}, "_trunc_divide": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._trunc_divide", "name": "_trunc_divide", "type": null}}, "_unimplemented": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_helper._unimplemented", "kind": "Gdef"}, "_unique": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "input", "sorted", "return_inverse"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9._unique", "name": "_unique", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_unique", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_unique2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "input", "sorted", "return_inverse", "return_counts"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9._unique2", "name": "_unique2", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_unique2", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_unsupported_dropout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "torch.onnx.symbolic_opset9._unsupported_dropout", "name": "_unsupported_dropout", "type": null}}, "_var_mean": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "input", "dim", "correction", "keepdim"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9._var_mean", "name": "_var_mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_var_mean", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "_weight_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "weight_v", "weight_g", "dim"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9._weight_norm", "name": "_weight_norm", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_weight_norm", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "abs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.abs", "name": "abs", "type": null}}, "acos": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.acos", "name": "acos", "type": null}}, "adaptive_avg_pool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.adaptive_avg_pool1d", "name": "adaptive_avg_pool1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "adaptive_avg_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.adaptive_avg_pool2d", "name": "adaptive_avg_pool2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "adaptive_avg_pool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.adaptive_avg_pool3d", "name": "adaptive_avg_pool3d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "adaptive_max_pool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.adaptive_max_pool1d", "name": "adaptive_max_pool1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "adaptive_max_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.adaptive_max_pool2d", "name": "adaptive_max_pool2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "adaptive_max_pool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.adaptive_max_pool3d", "name": "adaptive_max_pool3d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "add": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["g", "self", "other", "alpha"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.add", "name": "add", "type": null}}, "addmm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["g", "self", "mat1", "mat2", "beta", "alpha"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.addmm", "name": "addmm", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "addmm", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "alias": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.alias", "name": "alias", "type": null}}, "alpha_dropout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.alpha_dropout", "name": "alpha_dropout", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "alpha_dropout_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.alpha_dropout_", "name": "alpha_dropout_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "arange": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["g", "args"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.arange", "name": "arange", "type": null}}, "argmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "input", "dim", "keepdim"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.argmax", "name": "argmax", "type": null}}, "argmin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "input", "dim", "keepdim"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.argmin", "name": "argmin", "type": null}}, "as_strided": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["g", "self", "sizes", "strides", "offset"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.as_strided", "name": "as_strided", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "as_strided", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "as_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["g", "data", "dtype", "device"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.as_tensor", "name": "as_tensor", "type": null}}, "asin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.asin", "name": "asin", "type": null}}, "atan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.atan", "name": "atan", "type": null}}, "avg_pool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.avg_pool1d", "name": "avg_pool1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "avg_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.avg_pool2d", "name": "avg_pool2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "avg_pool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.avg_pool3d", "name": "avg_pool3d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "baddbmm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["g", "self", "batch1", "batch2", "beta", "alpha"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.baddbmm", "name": "baddbmm", "type": null}}, "batch_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "weight", "bias", "running_mean", "running_var", "training", "momentum", "eps", "cudnn_enabled"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.batch_norm", "name": "batch_norm", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "batch_norm", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "bernoulli": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["g", "input", "generator", "out"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.bernoulli", "name": "bernoulli", "type": null}}, "bitwise_not": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "inp"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.bitwise_not", "name": "bitwise_not", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "bitwise_not", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "bmm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.bmm", "name": "bmm", "type": null}}, "broadcast_tensors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.broadcast_tensors", "name": "broadcast_tensors", "type": null}}, "cat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "tensor_list", "dim"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.cat", "name": "cat", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "cat", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "ceil": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.ceil", "name": "ceil", "type": null}}, "clamp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "min", "max"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.clamp", "name": "clamp", "type": null}}, "clamp_max": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "max"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.clamp_max", "name": "clamp_max", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "clamp_max", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "clamp_min": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "min"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.clamp_min", "name": "clamp_min", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "clamp_min", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "clone": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "unused_memory_format"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.clone", "name": "clone", "type": null}}, "constant_pad_nd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "input", "padding", "value"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.constant_pad_nd", "name": "constant_pad_nd", "type": null}}, "contiguous": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "memory_format"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.contiguous", "name": "contiguous", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "contiguous", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "conv1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "weight", "bias", "stride", "padding", "dilation", "groups"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.conv1d", "name": "conv1d", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "conv1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "conv2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "weight", "bias", "stride", "padding", "dilation", "groups"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.conv2d", "name": "conv2d", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "conv2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "conv3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "weight", "bias", "stride", "padding", "dilation", "groups"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.conv3d", "name": "conv3d", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "conv3d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "conv_tbc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "input", "weight", "bias", "pad"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.conv_tbc", "name": "conv_tbc", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "conv_tbc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "conv_transpose1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "weight", "bias", "stride", "padding", "output_padding", "groups", "dilation"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.conv_transpose1d", "name": "conv_transpose1d", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "conv_transpose1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "conv_transpose2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "weight", "bias", "stride", "padding", "output_padding", "groups", "dilation"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.conv_transpose2d", "name": "conv_transpose2d", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "conv_transpose2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "conv_transpose3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "weight", "bias", "stride", "padding", "output_padding", "groups", "dilation"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.conv_transpose3d", "name": "conv_transpose3d", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "conv_transpose3d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "cos": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.cos", "name": "cos", "type": null}}, "cosine_similarity": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "x1", "x2", "dim", "eps"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.cosine_similarity", "name": "cosine_similarity", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "cosine_similarity", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "cumsum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "input", "dim", "dtype"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.cumsum", "name": "cumsum", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "cumsum", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "detach": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.detach", "name": "detach", "type": null}}, "dim": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.dim", "name": "dim", "type": null}}, "div": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["g", "self", "other", "args"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.div", "name": "div", "type": null}}, "dot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.dot", "name": "dot", "type": null}}, "dropout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "input", "p", "train"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.dropout", "name": "dropout", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "dropout", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "dropout_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.dropout_", "name": "dropout_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "elu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "input", "alpha", "scale", "input_scale"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.elu", "name": "elu", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "elu", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "embedding": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["g", "weight", "indices", "padding_idx", "scale_grad_by_freq", "sparse"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.embedding", "name": "embedding", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "embedding", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "embedding_bag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "embedding_matrix", "indices", "offsets", "scale_grad_by_freq", "mode", "sparse", "per_sample_weights", "include_last_offset", "padding_idx"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.embedding_bag", "name": "embedding_bag", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "embedding_bag", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "empty": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1, 1], "arg_names": ["g", "sizes", "dtype", "layout", "device", "pin_memory", "memory_format"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.empty", "name": "empty", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "empty", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "empty_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["g", "input", "dtype", "layout", "device", "pin_memory", "memory_format"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.empty_like", "name": "empty_like", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "empty_like", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "eq": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.eq", "name": "eq", "type": null}}, "erf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.erf", "name": "erf", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "erf", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "exp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.exp", "name": "exp", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "size", "implicit"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.expand", "name": "expand", "type": null}}, "expand_as": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.expand_as", "name": "expand_as", "type": null}}, "eye": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["g", "args"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.eye", "name": "eye", "type": null}}, "feature_alpha_dropout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.feature_alpha_dropout", "name": "feature_alpha_dropout", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "feature_alpha_dropout_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.feature_alpha_dropout_", "name": "feature_alpha_dropout_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "feature_dropout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.feature_dropout", "name": "feature_dropout", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "feature_dropout_": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.feature_dropout_", "name": "feature_dropout_", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "fill": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "value"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.fill", "name": "fill", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "fill", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "flatten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "input", "start_dim", "end_dim"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.flatten", "name": "flatten", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "flatten", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "floor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.floor", "name": "floor", "type": null}}, "floor_divide": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.floor_divide", "name": "floor_divide", "type": null}}, "floordiv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.floordiv", "name": "floordiv", "type": null}}, "frobenius_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["g", "self", "dim", "keepdim"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.frobenius_norm", "name": "frobenius_norm", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "frobenius_norm", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "full": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["g", "sizes", "value", "dtype", "layout", "device", "pin_memory"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.full", "name": "full", "type": null}}, "full_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["g", "input", "fill_value", "dtype", "layout", "device", "pin_memory", "memory_format"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.full_like", "name": "full_like", "type": null}}, "gather": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["g", "self", "dim", "index", "sparse_grad"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.gather", "name": "gather", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "gather", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "ge": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "other"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.ge", "name": "ge", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "ge", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "gelu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.gelu", "name": "gelu", "type": null}}, "get_pool_ceil_padding": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["input", "kernel_size", "stride", "padding"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.get_pool_ceil_padding", "name": "get_pool_ceil_padding", "type": null}}, "glu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "dim"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.glu", "name": "glu", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "glu", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "group_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "num_groups", "weight", "bias", "eps", "cudnn_enabled"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.group_norm", "name": "group_norm", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "group_norm", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "gru": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.gru", "name": "gru", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "gt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.gt", "name": "gt", "type": null}}, "gt_impl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.gt_impl", "name": "gt_impl", "type": null}}, "hann_window": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["g", "window_length", "periodic", "dtype", "layout", "device", "pin_memory", "requires_grad"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.hann_window", "name": "hann_window", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "hann_window", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "hardsigmoid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.hardsigmoid", "name": "hardsigmoid", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "hardsigmoid", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "hardswish": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.hardswish", "name": "hardswish", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "hardswish", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "hardtanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "min_val", "max_val"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.hardtanh", "name": "hardtanh", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "hardtanh", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "index": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "index"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.index", "name": "index", "type": null}}, "index_add": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "self", "dim", "index", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.index_add", "name": "index_add", "type": null}}, "index_copy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "self", "dim", "index", "source"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.index_copy", "name": "index_copy", "type": null}}, "index_fill": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "self", "dim", "index", "value"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.index_fill", "name": "index_fill", "type": null}}, "index_put": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "self", "indices_list_value", "values", "accumulate"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.index_put", "name": "index_put", "type": null}}, "index_select": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "dim", "index"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.index_select", "name": "index_select", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "index_select", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "instance_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "weight", "bias", "running_mean", "running_var", "use_input_stats", "momentum", "eps", "cudnn_enabled"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.instance_norm", "name": "instance_norm", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "instance_norm", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "is_floating_point": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.is_floating_point", "name": "is_floating_point", "type": null}}, "isnan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.isnan", "name": "isnan", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "isnan", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "item": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.item", "name": "item", "type": null}}, "k": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.k", "name": "k", "type": "builtins.str"}}, "kl_div": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "input", "target", "reduction", "log_target"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.kl_div", "name": "kl_div", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "kl_div", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "layer_norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "normalized_shape", "weight", "bias", "eps", "cudnn_enable"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.layer_norm", "name": "layer_norm", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "layer_norm", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "le": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "other"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.le", "name": "le", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "le", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "leaky_relu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["g", "input", "negative_slope", "inplace"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.leaky_relu", "name": "leaky_relu", "type": null}}, "linear": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "input", "weight", "bias"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.linear", "name": "linear", "type": null}}, "linspace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "start", "end", "steps", "dtype", "layout", "device", "pin_memory"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.linspace", "name": "linspace", "type": null}}, "log": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.log", "name": "log", "type": null}}, "log1p": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.log1p", "name": "log1p", "type": null}}, "log2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.log2", "name": "log2", "type": null}}, "log_sigmoid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.log_sigmoid", "name": "log_sigmoid", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "log_sigmoid", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "log_softmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["g", "input", "dim", "dtype"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.log_softmax", "name": "log_softmax", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "log_softmax", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "logical_and": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "other"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.logical_and", "name": "logical_and", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "logical_and", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "logical_or": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "other"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.logical_or", "name": "logical_or", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "logical_or", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "logical_xor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "other"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.logical_xor", "name": "logical_xor", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "logical_xor", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "logsumexp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "input", "dim", "keepdim"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.logsumexp", "name": "logsumexp", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "logsumexp", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "lstm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["g", "args"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.lstm", "name": "lstm", "type": null}}, "lstm_cell": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["g", "self", "hidden", "w_ih", "w_hh", "b_ih", "b_hh"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.lstm_cell", "name": "lstm_cell", "type": null}}, "lt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.lt", "name": "lt", "type": null}}, "lt_impl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.lt_impl", "name": "lt_impl", "type": null}}, "masked_fill": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "mask", "value"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.masked_fill", "name": "masked_fill", "type": null}}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "matmul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.matmul", "name": "matmul", "type": null}}, "max": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["g", "self", "dim_or_y", "keepdim"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.max", "name": "max", "type": null}}, "max_pool1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.max_pool1d", "name": "max_pool1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "max_pool1d_with_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.max_pool1d_with_indices", "name": "max_pool1d_with_indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "max_pool2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.max_pool2d", "name": "max_pool2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "max_pool2d_with_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.max_pool2d_with_indices", "name": "max_pool2d_with_indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "max_pool3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.max_pool3d", "name": "max_pool3d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "max_pool3d_with_indices": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.max_pool3d_with_indices", "name": "max_pool3d_with_indices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "maxsize": {".class": "SymbolTableNode", "cross_ref": "sys.maxsize", "kind": "Gdef"}, "mean": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.mean", "name": "mean", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "meshgrid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["g", "tensor_list", "indexing"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.meshgrid", "name": "meshgrid", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["g", "tensor_list", "indexing"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "meshgrid", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "meshgrid", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "min": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["g", "self", "dim_or_y", "keepdim"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.min", "name": "min", "type": null}}, "mish": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.mish", "name": "mish", "type": null}}, "mm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.mm", "name": "mm", "type": null}}, "mul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.mul", "name": "mul", "type": null}}, "multinomial": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["g", "input", "num_samples", "replacement", "generator"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.multinomial", "name": "multinomial", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "multinomial", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "mv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "vec"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.mv", "name": "mv", "type": null}}, "name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.name", "name": "name", "type": "builtins.str"}}, "narrow": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "input", "dim", "start", "length"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.narrow", "name": "narrow", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "narrow", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "ne": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.ne", "name": "ne", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "ne", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "neg": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.neg", "name": "neg", "type": null}}, "new_empty": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["g", "self", "sizes", "dtype", "layout", "device", "pin_memory"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.new_empty", "name": "new_empty", "type": null}}, "new_full": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 1], "arg_names": ["g", "self", "size", "fill_value", "dtype", "layout", "device", "pin_memory"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.new_full", "name": "new_full", "type": null}}, "new_ones": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["g", "self", "sizes", "dtype", "layout", "device", "pin_memory"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.new_ones", "name": "new_ones", "type": null}}, "new_zeros": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["g", "self", "sizes", "dtype", "layout", "device", "pin_memory"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.new_zeros", "name": "new_zeros", "type": null}}, "nonzero": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.nonzero", "name": "nonzero", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "nonzero", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "nonzero_numpy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["g", "input", "_outputs"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.nonzero_numpy", "name": "nonzero_numpy", "type": null}}, "norm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "self", "p", "dim", "keepdim"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.norm", "name": "norm", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "norm", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "numel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.numel", "name": "numel", "type": null}}, "one_hot": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "num_classes"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.one_hot", "name": "one_hot", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "one_hot", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "ones": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1], "arg_names": ["g", "sizes", "dtype", "layout", "device", "pin_memory"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.ones", "name": "ones", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "ones", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "ones_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["g", "input", "dtype", "layout", "device", "pin_memory", "memory_format"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.ones_like", "name": "ones_like", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "ones_like", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "overload_by_arg_count": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fn"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.overload_by_arg_count", "name": "overload_by_arg_count", "type": null}}, "parse_args": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_helper.parse_args", "kind": "Gdef"}, "partial": {".class": "SymbolTableNode", "cross_ref": "functools.partial", "kind": "Gdef"}, "permute": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "dims"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.permute", "name": "permute", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "permute", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "pixel_shuffle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "upscale_factor"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.pixel_shuffle", "name": "pixel_shuffle", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pixel_shuffle", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "pow": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "exponent"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.pow", "name": "pow", "type": null}}, "prelu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "weight"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.prelu", "name": "prelu", "type": null}}, "prim_ConstantChunk": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "chunks", "dim"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.prim_ConstantChunk", "name": "prim_ConstantChunk", "type": null}}, "prim_ConstantSplit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "split_size", "dim"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.prim_ConstantSplit", "name": "prim_ConstantSplit", "type": null}}, "prim_data": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.prim_data", "name": "prim_data", "type": null}}, "prim_dtype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.prim_dtype", "name": "prim_dtype", "type": null}}, "prim_max": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.prim_max", "name": "prim_max", "type": null}}, "prim_min": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.prim_min", "name": "prim_min", "type": null}}, "prim_shape": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.prim_shape", "name": "prim_shape", "type": null}}, "prim_tolist": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "input", "dim_val", "elem_ty_val"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.prim_tolist", "name": "prim_tolist", "type": null}}, "prim_unchecked_cast": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.prim_unchecked_cast", "name": "prim_unchecked_cast", "type": null}}, "prod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.prod", "name": "prod", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "rand": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["g", "shapes", "dtype", "options"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.rand", "name": "rand", "type": null}}, "rand_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["g", "self", "dtype", "layout", "device", "pin_memory", "memory_format"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.rand_like", "name": "rand_like", "type": null}}, "randn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["g", "shapes", "dtype", "options"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.randn", "name": "randn", "type": null}}, "randn_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["g", "self", "dtype", "layout", "device", "pin_memory", "memory_format"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.randn_like", "name": "randn_like", "type": null}}, "reciprocal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.reciprocal", "name": "reciprocal", "type": null}}, "reflection_pad": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "padding"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.reflection_pad", "name": "reflection_pad", "type": null}}, "reflection_pad1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.reflection_pad1d", "name": "reflection_pad1d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "padding"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "reflection_pad2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.reflection_pad2d", "name": "reflection_pad2d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "padding"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "reflection_pad3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.reflection_pad3d", "name": "reflection_pad3d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "padding"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "relu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.relu", "name": "relu", "type": null}}, "relu6": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.relu6", "name": "relu6", "type": null}}, "remainder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.remainder", "name": "remainder", "type": null}}, "repeat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "repeats"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.repeat", "name": "repeat", "type": null}}, "repeat_interleave": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["g", "self", "repeats", "dim", "output_size"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.repeat_interleave", "name": "repeat_interleave", "type": null}}, "replication_pad": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "padding"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.replication_pad", "name": "replication_pad", "type": null}}, "replication_pad1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.replication_pad1d", "name": "replication_pad1d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "padding"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "replication_pad2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.replication_pad2d", "name": "replication_pad2d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "padding"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "replication_pad3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.replication_pad3d", "name": "replication_pad3d", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["g", "input", "padding"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "reshape": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "shape"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.reshape", "name": "reshape", "type": null}}, "reshape_as": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.reshape_as", "name": "reshape_as", "type": null}}, "rnn_relu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.rnn_relu", "name": "rnn_relu", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "rnn_tanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.rnn_tanh", "name": "rnn_tanh", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "roll": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "shifts", "dims"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.roll", "name": "roll", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "roll", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "rrelu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["g", "input", "lower", "upper", "training", "generator"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.rrelu", "name": "rrelu", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "rrelu", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "rsqrt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.rsqrt", "name": "rsqrt", "type": null}}, "rsub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["g", "self", "other", "alpha"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.rsub", "name": "rsub", "type": null}}, "scalar_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["g", "scalar", "dtype", "options"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.scalar_tensor", "name": "scalar_tensor", "type": null}}, "scatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "self", "dim", "index", "src"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.scatter", "name": "scatter", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "scatter", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "scatter_add": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "self", "dim", "index", "src"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.scatter_add", "name": "scatter_add", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "scatter_add", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "select": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "dim", "index"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.select", "name": "select", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "select", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "selu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.selu", "name": "selu", "type": null}}, "sigmoid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.sigmoid", "name": "sigmoid", "type": null}}, "sign": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.sign", "name": "sign", "type": null}}, "silu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "input"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.silu", "name": "silu", "type": null}}, "sin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.sin", "name": "sin", "type": null}}, "size": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["g", "self", "dim"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.size", "name": "size", "type": null}}, "slice": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["g", "self", "args"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.slice", "name": "slice", "type": null}}, "softmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["g", "input", "dim", "dtype"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.softmax", "name": "softmax", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "softmax", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "softplus": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "beta", "threshold"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.softplus", "name": "softplus", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "softplus", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "sort": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["g", "self", "dim", "decending", "out"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.sort", "name": "sort", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "sort", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "split": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["g", "self", "split_size_or_sizes", "dim", "_outputs"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.split", "name": "split", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "split", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "split_with_sizes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["g", "self", "split_sizes", "dim", "_outputs"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.split_with_sizes", "name": "split_with_sizes", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "split_with_sizes", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "sqrt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.sqrt", "name": "sqrt", "type": null}}, "square": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.square", "name": "square", "type": null}}, "squeeze": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["g", "self", "dim"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.squeeze", "name": "squeeze", "type": null}}, "stack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "tensor_list", "dim"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.stack", "name": "stack", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "stack", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "std": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["g", "input", "args"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.std", "name": "std", "type": null}}, "std_mean": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["g", "input", "args"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.std_mean", "name": "std_mean", "type": null}}, "sub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["g", "self", "other", "alpha"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.sub", "name": "sub", "type": null}}, "sum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.sum", "name": "sum", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "sym_help": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_helper", "kind": "Gdef"}, "t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.t", "name": "t", "type": null}}, "take": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "index"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.take", "name": "take", "type": null}}, "tan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.tan", "name": "tan", "type": null}}, "tanh": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "self"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.tanh", "name": "tanh", "type": null}}, "tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["g", "data", "dtype", "device", "requires_grad"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.tensor", "name": "tensor", "type": null}}, "threshold": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "threshold", "value"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.threshold", "name": "threshold", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "threshold", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "to": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["g", "self", "args"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.to", "name": "to", "type": null}}, "topk": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["g", "self", "k", "dim", "largest", "sorted", "out"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.topk", "name": "topk", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "topk", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "transpose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "self", "dim0", "dim1"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.transpose", "name": "transpose", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "transpose", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "true_divide": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.true_divide", "name": "true_divide", "type": null}}, "type_as": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.type_as", "name": "type_as", "type": null}}, "unbind": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["g", "self", "dim", "_outputs"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.unbind", "name": "unbind", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "unbind", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "unfold": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["g", "input", "dimension", "size", "step"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.unfold", "name": "unfold", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "unfold", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "unsafe_chunk": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["g", "self", "chunks", "dim", "_outputs"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.unsafe_chunk", "name": "unsafe_chunk", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "unsafe_chunk", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "unsafe_split": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["g", "self", "split_size_or_sizes", "dim", "_outputs"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.unsafe_split", "name": "unsafe_split", "type": null}}, "unsafe_split_with_sizes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["g", "self", "split_sizes", "dim", "_outputs"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.unsafe_split_with_sizes", "name": "unsafe_split_with_sizes", "type": null}}, "unsqueeze": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "dim"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.unsqueeze", "name": "unsqueeze", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "unsqueeze", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "unused": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["g"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.unused", "name": "unused", "type": null}}, "upsample_bilinear2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.upsample_bilinear2d", "name": "upsample_bilinear2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "upsample_linear1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.upsample_linear1d", "name": "upsample_linear1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "upsample_nearest1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.upsample_nearest1d", "name": "upsample_nearest1d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "upsample_nearest2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.upsample_nearest2d", "name": "upsample_nearest2d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "upsample_nearest3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.upsample_nearest3d", "name": "upsample_nearest3d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "upsample_trilinear3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.upsample_trilinear3d", "name": "upsample_trilinear3d", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "v": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_opset9.v", "name": "v", "type": "torch._C._onnx.TensorProtoDataType"}}, "var": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["g", "input", "args"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.var", "name": "var", "type": null}}, "var_mean": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["g", "input", "args"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.var_mean", "name": "var_mean", "type": null}}, "view": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "size"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.view", "name": "view", "type": null}}, "view_as": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["g", "self", "other"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.view_as", "name": "view_as", "type": null}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}, "where": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["g", "condition", "self", "other", "_outputs"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.where", "name": "where", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "where", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "wrap_logical_op_with_cast_to": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["to_type"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.wrap_logical_op_with_cast_to", "name": "wrap_logical_op_with_cast_to", "type": null}}, "wrap_logical_op_with_cast_to_and_from": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["to_type"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.wrap_logical_op_with_cast_to_and_from", "name": "wrap_logical_op_with_cast_to_and_from", "type": null}}, "wrap_logical_op_with_negation": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "torch.onnx.symbolic_opset9.wrap_logical_op_with_negation", "name": "wrap_logical_op_with_negation", "type": null}}, "wraps": {".class": "SymbolTableNode", "cross_ref": "functools.wraps", "kind": "Gdef"}, "zeros": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1], "arg_names": ["g", "sizes", "dtype", "layout", "device", "pin_memory"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.zeros", "name": "zeros", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "zeros", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}, "zeros_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["g", "input", "dtype", "layout", "device", "pin_memory", "memory_format"], "flags": ["is_decorated"], "fullname": "torch.onnx.symbolic_opset9.zeros_like", "name": "zeros_like", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "zeros_like", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/onnx/symbolic_opset9.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/onnx/symbolic_opset9.meta.json b/.mypy_cache/3.9/torch/onnx/symbolic_opset9.meta.json deleted file mode 100644 index 310b526d2..000000000 --- a/.mypy_cache/3.9/torch/onnx/symbolic_opset9.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 5, 8, 10, 13, 16, 17, 19, 20, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 10, 10, 5, 5, 5, 5, 10, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch._C", "torch.nn.modules.utils", "torch.onnx", "torch.onnx.utils", "functools", "torch.onnx.symbolic_helper", "typing", "sys", "math", "warnings", "builtins", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "_typeshed", "abc", "enum", "torch._C._VariableFunctions", "torch._C._onnx", "torch._tensor", "torch.types", "typing_extensions"], "hash": "33875f65898954fb7e17bbaf37780a8fa9b38976328e10f20963c63a64afb7c0", "id": "torch.onnx.symbolic_opset9", "ignore_all": true, "interface_hash": "8f2a0ff440e02f47102334b98b33e03f596b68a7b54c897a73f2a5228dc6144a", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/onnx/symbolic_opset9.py", "plugin_data": null, "size": 137001, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/onnx/symbolic_registry.data.json b/.mypy_cache/3.9/torch/onnx/symbolic_registry.data.json deleted file mode 100644 index 893b062d1..000000000 --- a/.mypy_cache/3.9/torch/onnx/symbolic_registry.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.onnx.symbolic_registry", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_registry.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_registry.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_registry.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_registry.__package__", "name": "__package__", "type": "builtins.str"}}, "_onnx_main_opset": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_helper._onnx_main_opset", "kind": "Gdef"}, "_onnx_stable_opsets": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.symbolic_helper._onnx_stable_opsets", "kind": "Gdef"}, "_registry": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_registry._registry", "name": "_registry", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}], "type_ref": "builtins.dict"}}}, "_symbolic_versions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.symbolic_registry._symbolic_versions", "name": "_symbolic_versions", "type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.int", "builtins.str"]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "get_op_supported_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["opname", "domain", "version"], "flags": [], "fullname": "torch.onnx.symbolic_registry.get_op_supported_version", "name": "get_op_supported_version", "type": null}}, "get_ops_in_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["version"], "flags": [], "fullname": "torch.onnx.symbolic_registry.get_ops_in_version", "name": "get_ops_in_version", "type": null}}, "get_registered_op": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["opname", "domain", "version"], "flags": [], "fullname": "torch.onnx.symbolic_registry.get_registered_op", "name": "get_registered_op", "type": null}}, "getmembers": {".class": "SymbolTableNode", "cross_ref": "inspect.getmembers", "kind": "Gdef"}, "importlib": {".class": "SymbolTableNode", "cross_ref": "importlib", "kind": "Gdef"}, "is_registered_op": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["opname", "domain", "version"], "flags": [], "fullname": "torch.onnx.symbolic_registry.is_registered_op", "name": "is_registered_op", "type": null}}, "is_registered_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["domain", "version"], "flags": [], "fullname": "torch.onnx.symbolic_registry.is_registered_version", "name": "is_registered_version", "type": null}}, "isfunction": {".class": "SymbolTableNode", "cross_ref": "inspect.isfunction", "kind": "Gdef"}, "module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_registry.module", "name": "module", "type": "types.ModuleType"}}, "opset_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.symbolic_registry.opset_version", "name": "opset_version", "type": "builtins.int"}}, "register_op": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["opname", "op", "domain", "version"], "flags": [], "fullname": "torch.onnx.symbolic_registry.register_op", "name": "register_op", "type": null}}, "register_ops_helper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["domain", "version", "iter_version"], "flags": [], "fullname": "torch.onnx.symbolic_registry.register_ops_helper", "name": "register_ops_helper", "type": null}}, "register_ops_in_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["domain", "version"], "flags": [], "fullname": "torch.onnx.symbolic_registry.register_ops_in_version", "name": "register_ops_in_version", "type": null}}, "register_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["domain", "version"], "flags": [], "fullname": "torch.onnx.symbolic_registry.register_version", "name": "register_version", "type": null}}, "unregister_op": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["opname", "domain", "version"], "flags": [], "fullname": "torch.onnx.symbolic_registry.unregister_op", "name": "unregister_op", "type": null}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/onnx/symbolic_registry.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/onnx/symbolic_registry.meta.json b/.mypy_cache/3.9/torch/onnx/symbolic_registry.meta.json deleted file mode 100644 index 921ef0813..000000000 --- a/.mypy_cache/3.9/torch/onnx/symbolic_registry.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 15, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["warnings", "importlib", "inspect", "typing", "torch.onnx.symbolic_helper", "builtins", "functools", "threading", "contextlib", "collections", "logging", "torch", "io", "pickle", "os", "time", "abc", "types"], "hash": "4aa7d8c00d3abca27bcede214f0f71362b18772f393ef33de384b0f47274d59d", "id": "torch.onnx.symbolic_registry", "ignore_all": true, "interface_hash": "0edcd6c5fbd647ec6b3a3f638cb63ea02e815869747b934a87038e0b78e0f356", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/onnx/symbolic_registry.py", "plugin_data": null, "size": 5351, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/onnx/utils.data.json b/.mypy_cache/3.9/torch/onnx/utils.data.json deleted file mode 100644 index d3970e689..000000000 --- a/.mypy_cache/3.9/torch/onnx/utils.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.onnx.utils", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ExportTypes": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.ExportTypes", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "ListType": {".class": "SymbolTableNode", "cross_ref": "torch._C.ListType", "kind": "Gdef"}, "ONNXCheckerError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.onnx.utils.ONNXCheckerError", "name": "ONNXCheckerError", "type_vars": []}, "flags": [], "fullname": "torch.onnx.utils.ONNXCheckerError", "metaclass_type": null, "metadata": {}, "module_name": "torch.onnx.utils", "mro": ["torch.onnx.utils.ONNXCheckerError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ONNX_ARCHIVE_MODEL_PROTO_NAME": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.ONNX_ARCHIVE_MODEL_PROTO_NAME", "kind": "Gdef"}, "OperatorExportTypes": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.OperatorExportTypes", "kind": "Gdef"}, "OptionalType": {".class": "SymbolTableNode", "cross_ref": "torch._C.OptionalType", "kind": "Gdef"}, "TrainingMode": {".class": "SymbolTableNode", "cross_ref": "torch.onnx.TrainingMode", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__IN_ONNX_EXPORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.utils.__IN_ONNX_EXPORT", "name": "__IN_ONNX_EXPORT", "type": "builtins.bool"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.utils.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.utils.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.utils.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.onnx.utils.__package__", "name": "__package__", "type": "builtins.str"}}, "_add_attribute": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["node", "key", "value", "aten"], "flags": [], "fullname": "torch.onnx.utils._add_attribute", "name": "_add_attribute", "type": null}}, "_add_block": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["node"], "flags": [], "fullname": "torch.onnx.utils._add_block", "name": "_add_block", "type": null}}, "_add_input_to_block": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["block"], "flags": [], "fullname": "torch.onnx.utils._add_input_to_block", "name": "_add_input_to_block", "type": null}}, "_add_output_to_block": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["block", "value"], "flags": [], "fullname": "torch.onnx.utils._add_output_to_block", "name": "_add_output_to_block", "type": null}}, "_block_op": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["b", "opname", "args", "kwargs"], "flags": [], "fullname": "torch.onnx.utils._block_op", "name": "_block_op", "type": null}}, "_check_onnx_proto": {".class": "SymbolTableNode", "cross_ref": "torch._C._check_onnx_proto", "kind": "Gdef"}, "_create_jit_graph": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["model", "args"], "flags": [], "fullname": "torch.onnx.utils._create_jit_graph", "name": "_create_jit_graph", "type": null}}, "_decide_add_node_names": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["add_node_names", "operator_export_type"], "flags": [], "fullname": "torch.onnx.utils._decide_add_node_names", "name": "_decide_add_node_names", "type": null}}, "_decide_constant_folding": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["do_constant_folding", "operator_export_type", "training"], "flags": [], "fullname": "torch.onnx.utils._decide_constant_folding", "name": "_decide_constant_folding", "type": null}}, "_decide_external_data_format": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["use_external_data_format", "operator_export_type", "f"], "flags": [], "fullname": "torch.onnx.utils._decide_external_data_format", "name": "_decide_external_data_format", "type": null}}, "_decide_input_format": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["model", "args"], "flags": [], "fullname": "torch.onnx.utils._decide_input_format", "name": "_decide_input_format", "type": null}}, "_decide_keep_init_as_input": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["keep_initializers_as_inputs", "operator_export_type", "opset_version"], "flags": [], "fullname": "torch.onnx.utils._decide_keep_init_as_input", "name": "_decide_keep_init_as_input", "type": null}}, "_export": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["model", "args", "f", "export_params", "verbose", "training", "input_names", "output_names", "operator_export_type", "export_type", "example_outputs", "opset_version", "do_constant_folding", "dynamic_axes", "keep_initializers_as_inputs", "fixed_batch_size", "custom_opsets", "add_node_names", "use_external_data_format", "onnx_shape_inference"], "flags": [], "fullname": "torch.onnx.utils._export", "name": "_export", "type": null}}, "_export_to_pretty_string": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["model", "args", "f", "export_params", "verbose", "training", "input_names", "output_names", "operator_export_type", "export_type", "example_outputs", "google_printer", "opset_version", "do_constant_folding", "keep_initializers_as_inputs", "fixed_batch_size", "custom_opsets", "add_node_names", "onnx_shape_inference", "dynamic_axes"], "flags": [], "fullname": "torch.onnx.utils._export_to_pretty_string", "name": "_export_to_pretty_string", "type": null}}, "_find_missing_ops_onnx_export": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["model", "args", "f", "verbose", "training", "input_names", "output_names", "opset_version", "dynamic_axes"], "flags": [], "fullname": "torch.onnx.utils._find_missing_ops_onnx_export", "name": "_find_missing_ops_onnx_export", "type": null}}, "_find_symbolic_in_registry": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["domain", "op_name", "opset_version", "operator_export_type"], "flags": [], "fullname": "torch.onnx.utils._find_symbolic_in_registry", "name": "_find_symbolic_in_registry", "type": null}}, "_get_example_outputs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["model", "args"], "flags": [], "fullname": "torch.onnx.utils._get_example_outputs", "name": "_get_example_outputs", "type": null}}, "_get_named_param_dict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["graph", "params"], "flags": [], "fullname": "torch.onnx.utils._get_named_param_dict", "name": "_get_named_param_dict", "type": null}}, "_get_param_count_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["method_graph", "args_params"], "flags": [], "fullname": "torch.onnx.utils._get_param_count_list", "name": "_get_param_count_list", "type": null}}, "_graph_at": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["g", "opname", "args", "kwargs"], "flags": [], "fullname": "torch.onnx.utils._graph_at", "name": "_graph_at", "type": null}}, "_graph_constant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 2, 4], "arg_names": ["g", "value", "dims", "type", "args", "kwargs"], "flags": [], "fullname": "torch.onnx.utils._graph_constant", "name": "_graph_constant", "type": null}}, "_graph_op": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["g", "opname", "raw_args", "kwargs"], "flags": [], "fullname": "torch.onnx.utils._graph_op", "name": "_graph_op", "type": null}}, "_is_constant_tensor_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["node"], "flags": [], "fullname": "torch.onnx.utils._is_constant_tensor_list", "name": "_is_constant_tensor_list", "type": null}}, "_is_onnx_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["value"], "flags": [], "fullname": "torch.onnx.utils._is_onnx_list", "name": "_is_onnx_list", "type": null}}, "_model_to_graph": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["model", "args", "verbose", "input_names", "output_names", "operator_export_type", "example_outputs", "do_constant_folding", "_disable_torch_constant_prop", "fixed_batch_size", "training", "dynamic_axes"], "flags": [], "fullname": "torch.onnx.utils._model_to_graph", "name": "_model_to_graph", "type": null}}, "_newNode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2, 4], "arg_names": ["g", "opname", "outputs", "args", "kwargs"], "flags": [], "fullname": "torch.onnx.utils._newNode", "name": "_newNode", "type": null}}, "_node_getitem": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "k"], "flags": [], "fullname": "torch.onnx.utils._node_getitem", "name": "_node_getitem", "type": null}}, "_optimize_graph": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["graph", "operator_export_type", "_disable_torch_constant_prop", "fixed_batch_size", "params_dict", "dynamic_axes", "input_names", "module"], "flags": [], "fullname": "torch.onnx.utils._optimize_graph", "name": "_optimize_graph", "type": null}}, "_params_dict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.utils._params_dict", "name": "_params_dict", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.dict"}}}, "_propagate_and_assign_input_shapes": {".class": "SymbolTableNode", "cross_ref": "torch._C._propagate_and_assign_input_shapes", "kind": "Gdef"}, "_resolve_args_by_export_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["arg_name", "arg_value", "operator_export_type"], "flags": [], "fullname": "torch.onnx.utils._resolve_args_by_export_type", "name": "_resolve_args_by_export_type", "type": null}}, "_run_symbolic_function": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1], "arg_names": ["g", "block", "n", "inputs", "env", "operator_export_type"], "flags": [], "fullname": "torch.onnx.utils._run_symbolic_function", "name": "_run_symbolic_function", "type": null}}, "_run_symbolic_method": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["g", "op_name", "symbolic_fn", "args"], "flags": [], "fullname": "torch.onnx.utils._run_symbolic_method", "name": "_run_symbolic_method", "type": null}}, "_scalar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "torch.onnx.utils._scalar", "name": "_scalar", "type": null}}, "_set_input_and_output_names": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["graph", "input_names", "output_names"], "flags": [], "fullname": "torch.onnx.utils._set_input_and_output_names", "name": "_set_input_and_output_names", "type": null}}, "_split_tensor_list_constants": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["g", "block"], "flags": [], "fullname": "torch.onnx.utils._split_tensor_list_constants", "name": "_split_tensor_list_constants", "type": null}}, "_trace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["func", "args", "operator_export_type", "return_outs"], "flags": [], "fullname": "torch.onnx.utils._trace", "name": "_trace", "type": null}}, "_trace_and_get_graph_from_model": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["model", "args"], "flags": [], "fullname": "torch.onnx.utils._trace_and_get_graph_from_model", "name": "_trace_and_get_graph_from_model", "type": null}}, "_unique_state_dict": {".class": "SymbolTableNode", "cross_ref": "torch.jit._trace._unique_state_dict", "kind": "Gdef"}, "_validate_dynamic_axes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["dynamic_axes", "model", "input_names", "output_names"], "flags": [], "fullname": "torch.onnx.utils._validate_dynamic_axes", "name": "_validate_dynamic_axes", "type": null}}, "attr_pattern": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.onnx.utils.attr_pattern", "name": "attr_pattern", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "contextlib": {".class": "SymbolTableNode", "cross_ref": "contextlib", "kind": "Gdef"}, "copy": {".class": "SymbolTableNode", "cross_ref": "copy", "kind": "Gdef"}, "export": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["model", "args", "f", "export_params", "verbose", "training", "input_names", "output_names", "operator_export_type", "opset_version", "_retain_param_name", "do_constant_folding", "example_outputs", "strip_doc_string", "dynamic_axes", "keep_initializers_as_inputs", "custom_opsets", "enable_onnx_checker", "use_external_data_format"], "flags": [], "fullname": "torch.onnx.utils.export", "name": "export", "type": null}}, "export_to_pretty_string": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["model", "args", "f", "export_params", "verbose", "training", "input_names", "output_names", "operator_export_type", "export_type", "example_outputs", "google_printer", "opset_version", "_retain_param_name", "keep_initializers_as_inputs", "custom_opsets", "add_node_names", "do_constant_folding", "dynamic_axes"], "flags": [], "fullname": "torch.onnx.utils.export_to_pretty_string", "name": "export_to_pretty_string", "type": null}}, "get_ns_op_name_from_custom_op": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["symbolic_name"], "flags": [], "fullname": "torch.onnx.utils.get_ns_op_name_from_custom_op", "name": "get_ns_op_name_from_custom_op", "type": null}}, "is_in_onnx_export": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.onnx.utils.is_in_onnx_export", "name": "is_in_onnx_export", "type": null}}, "numbers": {".class": "SymbolTableNode", "cross_ref": "numbers", "kind": "Gdef"}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "register_custom_op_symbolic": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["symbolic_name", "symbolic_fn", "opset_version"], "flags": [], "fullname": "torch.onnx.utils.register_custom_op_symbolic", "name": "register_custom_op_symbolic", "type": null}}, "select_model_mode_for_export": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["model", "mode"], "flags": ["is_generator", "is_decorated"], "fullname": "torch.onnx.utils.select_model_mode_for_export", "name": "select_model_mode_for_export", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "select_model_mode_for_export", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["model", "mode"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "select_model_mode_for_export", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "string_classes": {".class": "SymbolTableNode", "cross_ref": "torch._six.string_classes", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "unregister_custom_op_symbolic": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["symbolic_name", "opset_version"], "flags": [], "fullname": "torch.onnx.utils.unregister_custom_op_symbolic", "name": "unregister_custom_op_symbolic", "type": null}}, "warn_on_static_input_change": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input_states"], "flags": [], "fullname": "torch.onnx.utils.warn_on_static_input_change", "name": "warn_on_static_input_change", "type": null}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/onnx/utils.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/onnx/utils.meta.json b/.mypy_cache/3.9/torch/onnx/utils.meta.json deleted file mode 100644 index 7c64a29e4..000000000 --- a/.mypy_cache/3.9/torch/onnx/utils.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 60, 334, 752, 761, 977, 997, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 10, 10, 10, 10, 10, 10, 10, 10, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 5, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.jit", "torch.autograd", "torch.serialization", "re", "collections", "contextlib", "copy", "numbers", "warnings", "torch._six", "torch.onnx", "torch._C", "typing", "torch.onnx.symbolic_helper", "inspect", "zipfile", "os", "torch.onnx.symbolic_registry", "torch.onnx.symbolic_caffe2", "builtins", "functools", "threading", "logging", "io", "pickle", "time", "_typeshed", "abc", "collections.abc", "enum", "torch._C._VariableFunctions", "torch._C._onnx", "torch._tensor", "torch.jit._script", "torch.jit._trace", "torch.nn", "torch.nn.modules", "torch.nn.modules.module", "torch.nn.parallel", "torch.nn.parallel.data_parallel", "torch.types", "typing_extensions"], "hash": "fd5a39cd31305c3b91fe90808c8b01e6f9b6218270cd1bd750782c9357fa74fe", "id": "torch.onnx.utils", "ignore_all": true, "interface_hash": "003686352d3c7a14d387f896fef803b41a4ef3a33b1599aadbbb73ea6da86ed1", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/onnx/utils.py", "plugin_data": null, "size": 65062, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/__init__.data.json b/.mypy_cache/3.9/torch/optim/__init__.data.json deleted file mode 100644 index 595b3dd3f..000000000 --- a/.mypy_cache/3.9/torch/optim/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ASGD": {".class": "SymbolTableNode", "cross_ref": "torch.optim.asgd.ASGD", "kind": "Gdef"}, "Adadelta": {".class": "SymbolTableNode", "cross_ref": "torch.optim.adadelta.Adadelta", "kind": "Gdef"}, "Adagrad": {".class": "SymbolTableNode", "cross_ref": "torch.optim.adagrad.Adagrad", "kind": "Gdef"}, "Adam": {".class": "SymbolTableNode", "cross_ref": "torch.optim.adam.Adam", "kind": "Gdef"}, "AdamW": {".class": "SymbolTableNode", "cross_ref": "torch.optim.adamw.AdamW", "kind": "Gdef"}, "Adamax": {".class": "SymbolTableNode", "cross_ref": "torch.optim.adamax.Adamax", "kind": "Gdef"}, "LBFGS": {".class": "SymbolTableNode", "cross_ref": "torch.optim.lbfgs.LBFGS", "kind": "Gdef"}, "NAdam": {".class": "SymbolTableNode", "cross_ref": "torch.optim.nadam.NAdam", "kind": "Gdef"}, "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef"}, "RAdam": {".class": "SymbolTableNode", "cross_ref": "torch.optim.radam.RAdam", "kind": "Gdef"}, "RMSprop": {".class": "SymbolTableNode", "cross_ref": "torch.optim.rmsprop.RMSprop", "kind": "Gdef"}, "Rprop": {".class": "SymbolTableNode", "cross_ref": "torch.optim.rprop.Rprop", "kind": "Gdef"}, "SGD": {".class": "SymbolTableNode", "cross_ref": "torch.optim.sgd.SGD", "kind": "Gdef"}, "SparseAdam": {".class": "SymbolTableNode", "cross_ref": "torch.optim.sparse_adam.SparseAdam", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.__package__", "name": "__package__", "type": "builtins.str"}}, "lr_scheduler": {".class": "SymbolTableNode", "cross_ref": "torch.optim.lr_scheduler", "kind": "Gdef"}, "swa_utils": {".class": "SymbolTableNode", "cross_ref": "torch.optim.swa_utils", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/__init__.meta.json b/.mypy_cache/3.9/torch/optim/__init__.meta.json deleted file mode 100644 index 30156f811..000000000 --- a/.mypy_cache/3.9/torch/optim/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch.optim.swa_utils", "torch.optim.lr_scheduler", "torch.optim.adadelta", "torch.optim.adagrad", "torch.optim.adam", "torch.optim.adamax", "torch.optim.adamw", "torch.optim.asgd", "torch.optim.lbfgs", "torch.optim.nadam", "torch.optim.optimizer", "torch.optim.radam", "torch.optim.rmsprop", "torch.optim.rprop", "torch.optim.sgd", "torch.optim.sparse_adam", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "9ce9bab354639b994b9c7799bfb38055bb303dbc485a9837a74c9fe8615f87ce", "id": "torch.optim", "ignore_all": true, "interface_hash": "3fc0b6a0195990c276096a5b5713162663f2d3a294039eb12821ac98be225e1a", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/__init__.pyi", "plugin_data": null, "size": 596, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/__init__.data.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/__init__.data.json deleted file mode 100644 index 2a872cd1f..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim._multi_tensor", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ASGD": {".class": "SymbolTableNode", "cross_ref": "torch.optim._multi_tensor.asgd.ASGD", "kind": "Gdef"}, "Adadelta": {".class": "SymbolTableNode", "cross_ref": "torch.optim._multi_tensor.adadelta.Adadelta", "kind": "Gdef"}, "Adagrad": {".class": "SymbolTableNode", "cross_ref": "torch.optim._multi_tensor.adagrad.Adagrad", "kind": "Gdef"}, "Adam": {".class": "SymbolTableNode", "cross_ref": "torch.optim._multi_tensor.adam.Adam", "kind": "Gdef"}, "AdamW": {".class": "SymbolTableNode", "cross_ref": "torch.optim._multi_tensor.adamw.AdamW", "kind": "Gdef"}, "Adamax": {".class": "SymbolTableNode", "cross_ref": "torch.optim._multi_tensor.adamax.Adamax", "kind": "Gdef"}, "NAdam": {".class": "SymbolTableNode", "cross_ref": "torch.optim._multi_tensor.nadam.NAdam", "kind": "Gdef"}, "RAdam": {".class": "SymbolTableNode", "cross_ref": "torch.optim._multi_tensor.radam.RAdam", "kind": "Gdef"}, "RMSprop": {".class": "SymbolTableNode", "cross_ref": "torch.optim._multi_tensor.rmsprop.RMSprop", "kind": "Gdef"}, "Rprop": {".class": "SymbolTableNode", "cross_ref": "torch.optim._multi_tensor.rprop.Rprop", "kind": "Gdef"}, "SGD": {".class": "SymbolTableNode", "cross_ref": "torch.optim._multi_tensor.sgd.SGD", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/__init__.meta.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/__init__.meta.json deleted file mode 100644 index 6452530b4..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.optim._multi_tensor.adam", "torch.optim._multi_tensor.adamw", "torch.optim._multi_tensor.nadam", "torch.optim._multi_tensor.sgd", "torch.optim._multi_tensor.radam", "torch.optim._multi_tensor.rmsprop", "torch.optim._multi_tensor.rprop", "torch.optim._multi_tensor.asgd", "torch.optim._multi_tensor.adamax", "torch.optim._multi_tensor.adadelta", "torch.optim._multi_tensor.adagrad", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "ee5283c2df42172ebf41b670e597bc6a84f222b78bf8a27434c4eab29633ba42", "id": "torch.optim._multi_tensor", "ignore_all": true, "interface_hash": "9ef367d4b9201c6390578a3f0f5c70d53c9956952751d5eafa88b855882a5384", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/__init__.py", "plugin_data": null, "size": 672, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/_functional.data.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/_functional.data.json deleted file mode 100644 index 162836a9a..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/_functional.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim._multi_tensor._functional", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor._functional.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor._functional.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor._functional.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor._functional.__package__", "name": "__package__", "type": "builtins.str"}}, "_make_sparse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["grad", "grad_indices", "values"], "flags": [], "fullname": "torch.optim._multi_tensor._functional._make_sparse", "name": "_make_sparse", "type": null}}, "adadelta": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 3, 3, 3, 3], "arg_names": ["params", "grads", "square_avgs", "acc_deltas", "lr", "weight_decay", "rho", "eps"], "flags": [], "fullname": "torch.optim._multi_tensor._functional.adadelta", "name": "adadelta", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 3, 3, 3, 3], "arg_names": ["params", "grads", "square_avgs", "acc_deltas", "lr", "weight_decay", "rho", "eps"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "adadelta", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "adagrad": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 3, 3, 3, 3], "arg_names": ["params", "grads", "state_sums", "state_steps", "has_sparse_grad", "lr", "weight_decay", "lr_decay", "eps"], "flags": [], "fullname": "torch.optim._multi_tensor._functional.adagrad", "name": "adagrad", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 3, 3, 3, 3], "arg_names": ["params", "grads", "state_sums", "state_steps", "has_sparse_grad", "lr", "weight_decay", "lr_decay", "eps"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, "builtins.bool", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "adagrad", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "adamax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 3, 3, 3, 3, 3], "arg_names": ["params", "grads", "exp_avgs", "exp_infs", "states", "beta1", "beta2", "lr", "weight_decay", "eps"], "flags": [], "fullname": "torch.optim._multi_tensor._functional.adamax", "name": "adamax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 3, 3, 3, 3, 3], "arg_names": ["params", "grads", "exp_avgs", "exp_infs", "states", "beta1", "beta2", "lr", "weight_decay", "eps"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}], "type_ref": "builtins.list"}, "builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "adamax", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "asgd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["params", "grads", "states", "lambd", "lr", "t0", "alpha", "weight_decay"], "flags": [], "fullname": "torch.optim._multi_tensor._functional.asgd", "name": "asgd", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0], "arg_names": ["params", "grads", "states", "lambd", "lr", "t0", "alpha", "weight_decay"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}], "type_ref": "builtins.list"}, "builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asgd", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "nadam": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 3, 3, 3, 3, 3, 3], "arg_names": ["params", "grads", "exp_avg", "exp_avg_sq", "mu_products", "states", "beta1", "beta2", "lr", "weight_decay", "momentum_decay", "eps"], "flags": [], "fullname": "torch.optim._multi_tensor._functional.nadam", "name": "nadam", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 3, 3, 3, 3, 3, 3], "arg_names": ["params", "grads", "exp_avg", "exp_avg_sq", "mu_products", "states", "beta1", "beta2", "lr", "weight_decay", "momentum_decay", "eps"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}], "type_ref": "builtins.list"}, "builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "nadam", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "radam": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 3, 3, 3, 3, 3], "arg_names": ["params", "grads", "exp_avg", "exp_avg_sq", "states", "beta1", "beta2", "lr", "weight_decay", "eps"], "flags": [], "fullname": "torch.optim._multi_tensor._functional.radam", "name": "radam", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 3, 3, 3, 3, 3], "arg_names": ["params", "grads", "exp_avg", "exp_avg_sq", "states", "beta1", "beta2", "lr", "weight_decay", "eps"], "arg_types": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}], "type_ref": "builtins.list"}, "builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "radam", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/_functional.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/_functional.meta.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/_functional.meta.json deleted file mode 100644 index 01e6ddd06..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/_functional.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 3, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["math", "torch", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "_typeshed", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.types", "typing_extensions"], "hash": "6768127c7580241f6ed628e0048bcc3c803ef6fb7cc12dbde16bcbe30bcb477b", "id": "torch.optim._multi_tensor._functional", "ignore_all": true, "interface_hash": "fc641cf233e2f603adf323bb64d56b3df903c3f65ed813c105d4b891c80989d0", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/_functional.py", "plugin_data": null, "size": 9273, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/adadelta.data.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/adadelta.data.json deleted file mode 100644 index f5f9614f1..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/adadelta.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim._multi_tensor.adadelta", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Adadelta": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim._multi_tensor.adadelta.Adadelta", "name": "Adadelta", "type_vars": []}, "flags": [], "fullname": "torch.optim._multi_tensor.adadelta.Adadelta", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim._multi_tensor.adadelta", "mro": ["torch.optim._multi_tensor.adadelta.Adadelta", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "rho", "eps", "weight_decay"], "flags": [], "fullname": "torch.optim._multi_tensor.adadelta.Adadelta.__init__", "name": "__init__", "type": null}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "flags": ["is_decorated"], "fullname": "torch.optim._multi_tensor.adadelta.Adadelta.step", "name": "step", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "step", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "arg_types": ["torch.optim._multi_tensor.adadelta.Adadelta", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "step of Adadelta", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "zero_grad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "flags": [], "fullname": "torch.optim._multi_tensor.adadelta.Adadelta.zero_grad", "name": "zero_grad", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "arg_types": ["torch.optim._multi_tensor.adadelta.Adadelta", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zero_grad of Adadelta", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.optim._multi_tensor._functional", "kind": "Gdef"}, "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.adadelta.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.adadelta.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.adadelta.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.adadelta.__package__", "name": "__package__", "type": "builtins.str"}}, "defaultdict": {".class": "SymbolTableNode", "cross_ref": "collections.defaultdict", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/adadelta.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/adadelta.meta.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/adadelta.meta.json deleted file mode 100644 index 6a8bff9f3..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/adadelta.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.optim._multi_tensor", "torch.optim._multi_tensor._functional", "torch.optim.optimizer", "collections", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "typing"], "hash": "3e2449506b18f3710a7e9743aa54f89c80a3f324e597f054c8cace6ec3553dc3", "id": "torch.optim._multi_tensor.adadelta", "ignore_all": true, "interface_hash": "22811750efe31326b9c166efd267200b13c9d2a4afdaeab2ac2e2f0d7eabfa56", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/adadelta.py", "plugin_data": null, "size": 4319, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/adagrad.data.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/adagrad.data.json deleted file mode 100644 index e2bc955d9..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/adagrad.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim._multi_tensor.adagrad", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Adagrad": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim._multi_tensor.adagrad.Adagrad", "name": "Adagrad", "type_vars": []}, "flags": [], "fullname": "torch.optim._multi_tensor.adagrad.Adagrad", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim._multi_tensor.adagrad", "mro": ["torch.optim._multi_tensor.adagrad.Adagrad", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "lr_decay", "weight_decay", "initial_accumulator_value", "eps"], "flags": [], "fullname": "torch.optim._multi_tensor.adagrad.Adagrad.__init__", "name": "__init__", "type": null}}, "share_memory": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.optim._multi_tensor.adagrad.Adagrad.share_memory", "name": "share_memory", "type": null}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "flags": ["is_decorated"], "fullname": "torch.optim._multi_tensor.adagrad.Adagrad.step", "name": "step", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "step", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "arg_types": ["torch.optim._multi_tensor.adagrad.Adagrad", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "step of Adagrad", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.optim._multi_tensor._functional", "kind": "Gdef"}, "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.adagrad.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.adagrad.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.adagrad.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.adagrad.__package__", "name": "__package__", "type": "builtins.str"}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/adagrad.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/adagrad.meta.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/adagrad.meta.json deleted file mode 100644 index 00a2f377b..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/adagrad.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.optim._multi_tensor", "torch.optim._multi_tensor._functional", "torch.optim.optimizer", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "typing"], "hash": "38626b6932ad698186260caf7c269d8a28431b3ea55879b6dd243e5f3cd2bb4d", "id": "torch.optim._multi_tensor.adagrad", "ignore_all": true, "interface_hash": "13429d91ec6793a8f6378c632265e3acfde3a1259c4a40c111203ca48ba7f0dc", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/adagrad.py", "plugin_data": null, "size": 3747, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/adam.data.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/adam.data.json deleted file mode 100644 index 2c1a34b54..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/adam.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim._multi_tensor.adam", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Adam": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim._multi_tensor.adam.Adam", "name": "Adam", "type_vars": []}, "flags": [], "fullname": "torch.optim._multi_tensor.adam.Adam", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim._multi_tensor.adam", "mro": ["torch.optim._multi_tensor.adam.Adam", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "betas", "eps", "weight_decay", "amsgrad"], "flags": [], "fullname": "torch.optim._multi_tensor.adam.Adam.__init__", "name": "__init__", "type": null}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch.optim._multi_tensor.adam.Adam.__setstate__", "name": "__setstate__", "type": null}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "flags": ["is_decorated"], "fullname": "torch.optim._multi_tensor.adam.Adam.step", "name": "step", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "step", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "arg_types": ["torch.optim._multi_tensor.adam.Adam", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "step of Adam", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "zero_grad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "flags": [], "fullname": "torch.optim._multi_tensor.adam.Adam.zero_grad", "name": "zero_grad", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "arg_types": ["torch.optim._multi_tensor.adam.Adam", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zero_grad of Adam", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.adam.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.adam.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.adam.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.adam.__package__", "name": "__package__", "type": "builtins.str"}}, "defaultdict": {".class": "SymbolTableNode", "cross_ref": "collections.defaultdict", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/adam.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/adam.meta.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/adam.meta.json deleted file mode 100644 index 65df72d89..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/adam.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["math", "torch", "torch.optim.optimizer", "collections", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "typing"], "hash": "f81be33186f35f50d294bdd4c807bc51d7a14583360dcdd8d9e08d9480493aaa", "id": "torch.optim._multi_tensor.adam", "ignore_all": true, "interface_hash": "a417d7f3c0294378fe6b22917703d037ffa0b6d2af2e4a633ada5adbd042f528", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/adam.py", "plugin_data": null, "size": 7140, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/adamax.data.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/adamax.data.json deleted file mode 100644 index 3786bec21..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/adamax.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim._multi_tensor.adamax", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Adamax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim._multi_tensor.adamax.Adamax", "name": "Adamax", "type_vars": []}, "flags": [], "fullname": "torch.optim._multi_tensor.adamax.Adamax", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim._multi_tensor.adamax", "mro": ["torch.optim._multi_tensor.adamax.Adamax", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "betas", "eps", "weight_decay"], "flags": [], "fullname": "torch.optim._multi_tensor.adamax.Adamax.__init__", "name": "__init__", "type": null}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "flags": ["is_decorated"], "fullname": "torch.optim._multi_tensor.adamax.Adamax.step", "name": "step", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "step", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "arg_types": ["torch.optim._multi_tensor.adamax.Adamax", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "step of Adamax", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "zero_grad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "flags": [], "fullname": "torch.optim._multi_tensor.adamax.Adamax.zero_grad", "name": "zero_grad", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "arg_types": ["torch.optim._multi_tensor.adamax.Adamax", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zero_grad of Adamax", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.optim._multi_tensor._functional", "kind": "Gdef"}, "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.adamax.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.adamax.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.adamax.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.adamax.__package__", "name": "__package__", "type": "builtins.str"}}, "defaultdict": {".class": "SymbolTableNode", "cross_ref": "collections.defaultdict", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/adamax.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/adamax.meta.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/adamax.meta.json deleted file mode 100644 index 0241d34f9..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/adamax.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.optim._multi_tensor", "torch.optim._multi_tensor._functional", "torch.optim.optimizer", "collections", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "typing"], "hash": "80d544beb27c1b246dc5711459192fc2b33078100ed5929426263a50c561026a", "id": "torch.optim._multi_tensor.adamax", "ignore_all": true, "interface_hash": "30e5aa42103a0c786fd2dd0449320b8f68ebbf3c5ddaf95df3d8c0ca8af51d03", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/adamax.py", "plugin_data": null, "size": 4488, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/adamw.data.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/adamw.data.json deleted file mode 100644 index 161ef6c66..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/adamw.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim._multi_tensor.adamw", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AdamW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim._multi_tensor.adamw.AdamW", "name": "AdamW", "type_vars": []}, "flags": [], "fullname": "torch.optim._multi_tensor.adamw.AdamW", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim._multi_tensor.adamw", "mro": ["torch.optim._multi_tensor.adamw.AdamW", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "betas", "eps", "weight_decay", "amsgrad"], "flags": [], "fullname": "torch.optim._multi_tensor.adamw.AdamW.__init__", "name": "__init__", "type": null}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch.optim._multi_tensor.adamw.AdamW.__setstate__", "name": "__setstate__", "type": null}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "flags": ["is_decorated"], "fullname": "torch.optim._multi_tensor.adamw.AdamW.step", "name": "step", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "step", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "arg_types": ["torch.optim._multi_tensor.adamw.AdamW", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "step of AdamW", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "zero_grad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "flags": [], "fullname": "torch.optim._multi_tensor.adamw.AdamW.zero_grad", "name": "zero_grad", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "arg_types": ["torch.optim._multi_tensor.adamw.AdamW", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zero_grad of AdamW", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.adamw.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.adamw.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.adamw.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.adamw.__package__", "name": "__package__", "type": "builtins.str"}}, "defaultdict": {".class": "SymbolTableNode", "cross_ref": "collections.defaultdict", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/adamw.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/adamw.meta.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/adamw.meta.json deleted file mode 100644 index 94947ac3f..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/adamw.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["math", "torch", "torch.optim.optimizer", "collections", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "typing"], "hash": "f04b37e059535abfdceebc4b47aa36e4d9ebdb51c8336e4e6b2e913bb882005f", "id": "torch.optim._multi_tensor.adamw", "ignore_all": true, "interface_hash": "b9e835721cc33130d8b484583b6204740be6b2e39d1c87a45b88f613ce0af06b", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/adamw.py", "plugin_data": null, "size": 7053, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/asgd.data.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/asgd.data.json deleted file mode 100644 index b1fd6b819..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/asgd.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim._multi_tensor.asgd", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ASGD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim._multi_tensor.asgd.ASGD", "name": "ASGD", "type_vars": []}, "flags": [], "fullname": "torch.optim._multi_tensor.asgd.ASGD", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim._multi_tensor.asgd", "mro": ["torch.optim._multi_tensor.asgd.ASGD", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "lambd", "alpha", "t0", "weight_decay"], "flags": [], "fullname": "torch.optim._multi_tensor.asgd.ASGD.__init__", "name": "__init__", "type": null}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "flags": ["is_decorated"], "fullname": "torch.optim._multi_tensor.asgd.ASGD.step", "name": "step", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "step", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "arg_types": ["torch.optim._multi_tensor.asgd.ASGD", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "step of ASGD", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "zero_grad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "flags": [], "fullname": "torch.optim._multi_tensor.asgd.ASGD.zero_grad", "name": "zero_grad", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "arg_types": ["torch.optim._multi_tensor.asgd.ASGD", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zero_grad of ASGD", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.optim._multi_tensor._functional", "kind": "Gdef"}, "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.asgd.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.asgd.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.asgd.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.asgd.__package__", "name": "__package__", "type": "builtins.str"}}, "defaultdict": {".class": "SymbolTableNode", "cross_ref": "collections.defaultdict", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/asgd.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/asgd.meta.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/asgd.meta.json deleted file mode 100644 index 2a53069aa..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/asgd.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.optim._multi_tensor", "torch.optim._multi_tensor._functional", "torch.optim.optimizer", "collections", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "typing"], "hash": "b434953430479c7fbd30a03e4b94126b1d1d561b9718d138597972318bad6222", "id": "torch.optim._multi_tensor.asgd", "ignore_all": true, "interface_hash": "7ab2df0a0812c81d064aa63621877e495f656746275bb355e50c199b425628b6", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/asgd.py", "plugin_data": null, "size": 3881, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/nadam.data.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/nadam.data.json deleted file mode 100644 index 2d9e1c113..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/nadam.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim._multi_tensor.nadam", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "F": {".class": "SymbolTableNode", "cross_ref": "torch.optim._multi_tensor._functional", "kind": "Gdef"}, "NAdam": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim._multi_tensor.nadam.NAdam", "name": "NAdam", "type_vars": []}, "flags": [], "fullname": "torch.optim._multi_tensor.nadam.NAdam", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim._multi_tensor.nadam", "mro": ["torch.optim._multi_tensor.nadam.NAdam", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "betas", "eps", "weight_decay", "momentum_decay"], "flags": [], "fullname": "torch.optim._multi_tensor.nadam.NAdam.__init__", "name": "__init__", "type": null}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "flags": ["is_decorated"], "fullname": "torch.optim._multi_tensor.nadam.NAdam.step", "name": "step", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "step", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "arg_types": ["torch.optim._multi_tensor.nadam.NAdam", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "step of NAdam", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "zero_grad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "flags": [], "fullname": "torch.optim._multi_tensor.nadam.NAdam.zero_grad", "name": "zero_grad", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "arg_types": ["torch.optim._multi_tensor.nadam.NAdam", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zero_grad of NAdam", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.nadam.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.nadam.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.nadam.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.nadam.__package__", "name": "__package__", "type": "builtins.str"}}, "defaultdict": {".class": "SymbolTableNode", "cross_ref": "collections.defaultdict", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/nadam.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/nadam.meta.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/nadam.meta.json deleted file mode 100644 index ff3a9db49..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/nadam.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.optim._multi_tensor", "torch.optim._multi_tensor._functional", "torch.optim.optimizer", "collections", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "typing"], "hash": "f36de20c957c281118aee0a5bfeacc6447582ea42f8eaca3d26e2c2eb1e64cab", "id": "torch.optim._multi_tensor.nadam", "ignore_all": true, "interface_hash": "4d971cf17a4142750432abcccd5f52284567e184932638e00f9fe1203285d2fd", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/nadam.py", "plugin_data": null, "size": 5351, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/radam.data.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/radam.data.json deleted file mode 100644 index 5e89a02fb..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/radam.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim._multi_tensor.radam", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "F": {".class": "SymbolTableNode", "cross_ref": "torch.optim._multi_tensor._functional", "kind": "Gdef"}, "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef"}, "RAdam": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim._multi_tensor.radam.RAdam", "name": "RAdam", "type_vars": []}, "flags": [], "fullname": "torch.optim._multi_tensor.radam.RAdam", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim._multi_tensor.radam", "mro": ["torch.optim._multi_tensor.radam.RAdam", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "betas", "eps", "weight_decay"], "flags": [], "fullname": "torch.optim._multi_tensor.radam.RAdam.__init__", "name": "__init__", "type": null}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "flags": ["is_decorated"], "fullname": "torch.optim._multi_tensor.radam.RAdam.step", "name": "step", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "step", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "arg_types": ["torch.optim._multi_tensor.radam.RAdam", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "step of RAdam", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "zero_grad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "flags": [], "fullname": "torch.optim._multi_tensor.radam.RAdam.zero_grad", "name": "zero_grad", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "arg_types": ["torch.optim._multi_tensor.radam.RAdam", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zero_grad of RAdam", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.radam.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.radam.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.radam.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.radam.__package__", "name": "__package__", "type": "builtins.str"}}, "defaultdict": {".class": "SymbolTableNode", "cross_ref": "collections.defaultdict", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/radam.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/radam.meta.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/radam.meta.json deleted file mode 100644 index 5f977db97..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/radam.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.optim._multi_tensor", "torch.optim._multi_tensor._functional", "torch.optim.optimizer", "collections", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "typing"], "hash": "b9abb9f0652ee00e62f6a8936ac1bb5b83dbabc6f6b752b7f09f479a1b2e7e42", "id": "torch.optim._multi_tensor.radam", "ignore_all": true, "interface_hash": "a727e55126865cb37bfd735c0aecda889bf364297273c1e61272d8bfb19285f0", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/radam.py", "plugin_data": null, "size": 4717, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/rmsprop.data.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/rmsprop.data.json deleted file mode 100644 index c458021a5..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/rmsprop.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim._multi_tensor.rmsprop", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef"}, "RMSprop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim._multi_tensor.rmsprop.RMSprop", "name": "RMSprop", "type_vars": []}, "flags": [], "fullname": "torch.optim._multi_tensor.rmsprop.RMSprop", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim._multi_tensor.rmsprop", "mro": ["torch.optim._multi_tensor.rmsprop.RMSprop", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "alpha", "eps", "weight_decay", "momentum", "centered"], "flags": [], "fullname": "torch.optim._multi_tensor.rmsprop.RMSprop.__init__", "name": "__init__", "type": null}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch.optim._multi_tensor.rmsprop.RMSprop.__setstate__", "name": "__setstate__", "type": null}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "flags": ["is_decorated"], "fullname": "torch.optim._multi_tensor.rmsprop.RMSprop.step", "name": "step", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "step", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "arg_types": ["torch.optim._multi_tensor.rmsprop.RMSprop", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "step of RMSprop", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "zero_grad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "flags": [], "fullname": "torch.optim._multi_tensor.rmsprop.RMSprop.zero_grad", "name": "zero_grad", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "arg_types": ["torch.optim._multi_tensor.rmsprop.RMSprop", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zero_grad of RMSprop", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.rmsprop.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.rmsprop.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.rmsprop.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.rmsprop.__package__", "name": "__package__", "type": "builtins.str"}}, "defaultdict": {".class": "SymbolTableNode", "cross_ref": "collections.defaultdict", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/rmsprop.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/rmsprop.meta.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/rmsprop.meta.json deleted file mode 100644 index 1398d9d84..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/rmsprop.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.optim.optimizer", "collections", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "typing"], "hash": "90a5bda89f7c689ed4f5e50763672c439ee80aa4d1b4dc26173fe3f615b0e202", "id": "torch.optim._multi_tensor.rmsprop", "ignore_all": true, "interface_hash": "5affabce4b92a9304b62ca00739eed9208fd91e1819dfd5e531b3bd4b18c2073", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/rmsprop.py", "plugin_data": null, "size": 6280, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/rprop.data.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/rprop.data.json deleted file mode 100644 index e9ceb4e56..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/rprop.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim._multi_tensor.rprop", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef"}, "Rprop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim._multi_tensor.rprop.Rprop", "name": "Rprop", "type_vars": []}, "flags": [], "fullname": "torch.optim._multi_tensor.rprop.Rprop", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim._multi_tensor.rprop", "mro": ["torch.optim._multi_tensor.rprop.Rprop", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "params", "lr", "etas", "step_sizes"], "flags": [], "fullname": "torch.optim._multi_tensor.rprop.Rprop.__init__", "name": "__init__", "type": null}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "flags": ["is_decorated"], "fullname": "torch.optim._multi_tensor.rprop.Rprop.step", "name": "step", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "step", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "arg_types": ["torch.optim._multi_tensor.rprop.Rprop", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "step of Rprop", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "zero_grad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "flags": [], "fullname": "torch.optim._multi_tensor.rprop.Rprop.zero_grad", "name": "zero_grad", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "arg_types": ["torch.optim._multi_tensor.rprop.Rprop", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zero_grad of Rprop", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.rprop.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.rprop.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.rprop.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.rprop.__package__", "name": "__package__", "type": "builtins.str"}}, "defaultdict": {".class": "SymbolTableNode", "cross_ref": "collections.defaultdict", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/rprop.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/rprop.meta.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/rprop.meta.json deleted file mode 100644 index 9856aa419..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/rprop.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.optim.optimizer", "collections", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "typing", "typing_extensions"], "hash": "a23f1057899ceb50650b46765e5bce85e31b101117971f418828ce9f72906215", "id": "torch.optim._multi_tensor.rprop", "ignore_all": true, "interface_hash": "bf140977415959c395bddd7d16a0e9286e66dd570ede108e1a08ac168d0a9737", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/rprop.py", "plugin_data": null, "size": 4537, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/sgd.data.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/sgd.data.json deleted file mode 100644 index af140904e..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/sgd.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim._multi_tensor.sgd", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef"}, "SGD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim._multi_tensor.sgd.SGD", "name": "SGD", "type_vars": []}, "flags": [], "fullname": "torch.optim._multi_tensor.sgd.SGD", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim._multi_tensor.sgd", "mro": ["torch.optim._multi_tensor.sgd.SGD", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "momentum", "dampening", "weight_decay", "nesterov"], "flags": [], "fullname": "torch.optim._multi_tensor.sgd.SGD.__init__", "name": "__init__", "type": null}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch.optim._multi_tensor.sgd.SGD.__setstate__", "name": "__setstate__", "type": null}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "flags": ["is_decorated"], "fullname": "torch.optim._multi_tensor.sgd.SGD.step", "name": "step", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "step", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "arg_types": ["torch.optim._multi_tensor.sgd.SGD", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "step of SGD", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "zero_grad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "flags": [], "fullname": "torch.optim._multi_tensor.sgd.SGD.zero_grad", "name": "zero_grad", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "arg_types": ["torch.optim._multi_tensor.sgd.SGD", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zero_grad of SGD", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.sgd.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.sgd.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.sgd.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim._multi_tensor.sgd.__package__", "name": "__package__", "type": "builtins.str"}}, "defaultdict": {".class": "SymbolTableNode", "cross_ref": "collections.defaultdict", "kind": "Gdef"}, "required": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.optim._multi_tensor.sgd.required", "name": "required", "type": {".class": "AnyType", "missing_import_name": "torch.optim._multi_tensor.sgd.required", "source_any": null, "type_of_any": 3}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/sgd.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/_multi_tensor/sgd.meta.json b/.mypy_cache/3.9/torch/optim/_multi_tensor/sgd.meta.json deleted file mode 100644 index 0d89f723b..000000000 --- a/.mypy_cache/3.9/torch/optim/_multi_tensor/sgd.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "torch.optim.optimizer", "collections", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "typing", "typing_extensions"], "hash": "44a603e27bb5e67b5fd186cb936b6dd21ce4d79bbb4e3eadde7c59b9cd6b4c04", "id": "torch.optim._multi_tensor.sgd", "ignore_all": true, "interface_hash": "f261a405ad10b5d70e5837cb2b8c5faa1eac097b59f28e68397c98b224f03c22", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/_multi_tensor/sgd.py", "plugin_data": null, "size": 6827, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/adadelta.data.json b/.mypy_cache/3.9/torch/optim/adadelta.data.json deleted file mode 100644 index b783f135e..000000000 --- a/.mypy_cache/3.9/torch/optim/adadelta.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim.adadelta", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Adadelta": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.adadelta.Adadelta", "name": "Adadelta", "type_vars": []}, "flags": [], "fullname": "torch.optim.adadelta.Adadelta", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.adadelta", "mro": ["torch.optim.adadelta.Adadelta", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "rho", "eps", "weight_decay"], "flags": [], "fullname": "torch.optim.adadelta.Adadelta.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "rho", "eps", "weight_decay"], "arg_types": ["torch.optim.adadelta.Adadelta", {".class": "TypeAliasType", "args": [], "type_ref": "torch.optim.optimizer._params_t"}, "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Adadelta", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.adadelta.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.adadelta.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.adadelta.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.adadelta.__package__", "name": "__package__", "type": "builtins.str"}}, "_params_t": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer._params_t", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/adadelta.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/adadelta.meta.json b/.mypy_cache/3.9/torch/optim/adadelta.meta.json deleted file mode 100644 index 1ed2c9cc3..000000000 --- a/.mypy_cache/3.9/torch/optim/adadelta.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["typing", "torch.optim.optimizer", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "f66bcea7ab937b0ee67147587000efd5a823050e68670077980a61b2bc91ed33", "id": "torch.optim.adadelta", "ignore_all": true, "interface_hash": "fb27c27cd8975eeee25a93019cab7db8ac8d9adb8d7a07ca336b3667d3bf4acd", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/adadelta.pyi", "plugin_data": null, "size": 224, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/adagrad.data.json b/.mypy_cache/3.9/torch/optim/adagrad.data.json deleted file mode 100644 index a69cc1df3..000000000 --- a/.mypy_cache/3.9/torch/optim/adagrad.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim.adagrad", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Adagrad": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.adagrad.Adagrad", "name": "Adagrad", "type_vars": []}, "flags": [], "fullname": "torch.optim.adagrad.Adagrad", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.adagrad", "mro": ["torch.optim.adagrad.Adagrad", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "lr_decay", "weight_decay", "initial_accumulator_value", "eps"], "flags": [], "fullname": "torch.optim.adagrad.Adagrad.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "lr_decay", "weight_decay", "initial_accumulator_value", "eps"], "arg_types": ["torch.optim.adagrad.Adagrad", {".class": "TypeAliasType", "args": [], "type_ref": "torch.optim.optimizer._params_t"}, "builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Adagrad", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.adagrad.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.adagrad.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.adagrad.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.adagrad.__package__", "name": "__package__", "type": "builtins.str"}}, "_params_t": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer._params_t", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/adagrad.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/adagrad.meta.json b/.mypy_cache/3.9/torch/optim/adagrad.meta.json deleted file mode 100644 index 5c02fa2bc..000000000 --- a/.mypy_cache/3.9/torch/optim/adagrad.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["typing", "torch.optim.optimizer", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "c5844f153b40510385a847f8448bd5a2d409b8761b7dadf76460b5989a8b4d65", "id": "torch.optim.adagrad", "ignore_all": true, "interface_hash": "8e197800aac63b1b9336597d017daa5065380339187bf392c07472574eca1ab5", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/adagrad.pyi", "plugin_data": null, "size": 267, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/adam.data.json b/.mypy_cache/3.9/torch/optim/adam.data.json deleted file mode 100644 index 3637a6843..000000000 --- a/.mypy_cache/3.9/torch/optim/adam.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim.adam", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Adam": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.adam.Adam", "name": "Adam", "type_vars": []}, "flags": [], "fullname": "torch.optim.adam.Adam", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.adam", "mro": ["torch.optim.adam.Adam", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "betas", "eps", "weight_decay", "amsgrad"], "flags": [], "fullname": "torch.optim.adam.Adam.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "betas", "eps", "weight_decay", "amsgrad"], "arg_types": ["torch.optim.adam.Adam", {".class": "TypeAliasType", "args": [], "type_ref": "torch.optim.optimizer._params_t"}, "builtins.float", {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Adam", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.adam.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.adam.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.adam.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.adam.__package__", "name": "__package__", "type": "builtins.str"}}, "_params_t": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer._params_t", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/adam.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/adam.meta.json b/.mypy_cache/3.9/torch/optim/adam.meta.json deleted file mode 100644 index f3bc7f5f7..000000000 --- a/.mypy_cache/3.9/torch/optim/adam.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["typing", "torch.optim.optimizer", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "c8014a17d1e5e338d39cce82688d0953cc71b733a846356e59ffc730d8d64752", "id": "torch.optim.adam", "ignore_all": true, "interface_hash": "e8979ed0c301a5ac8e6876168d4cbfc584517dd87b1ba7d205f292f8972fed48", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/adam.pyi", "plugin_data": null, "size": 257, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/adamax.data.json b/.mypy_cache/3.9/torch/optim/adamax.data.json deleted file mode 100644 index 496755e65..000000000 --- a/.mypy_cache/3.9/torch/optim/adamax.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim.adamax", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Adamax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.adamax.Adamax", "name": "Adamax", "type_vars": []}, "flags": [], "fullname": "torch.optim.adamax.Adamax", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.adamax", "mro": ["torch.optim.adamax.Adamax", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "betas", "eps", "weight_decay"], "flags": [], "fullname": "torch.optim.adamax.Adamax.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "betas", "eps", "weight_decay"], "arg_types": ["torch.optim.adamax.Adamax", {".class": "TypeAliasType", "args": [], "type_ref": "torch.optim.optimizer._params_t"}, "builtins.float", {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Adamax", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.adamax.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.adamax.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.adamax.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.adamax.__package__", "name": "__package__", "type": "builtins.str"}}, "_params_t": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer._params_t", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/adamax.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/adamax.meta.json b/.mypy_cache/3.9/torch/optim/adamax.meta.json deleted file mode 100644 index 1dddb65cf..000000000 --- a/.mypy_cache/3.9/torch/optim/adamax.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["typing", "torch.optim.optimizer", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "ec5e86d0ae51ed63f0b5ff3680bdc5600a05a41490586ce1d0ceeebf54afb07c", "id": "torch.optim.adamax", "ignore_all": true, "interface_hash": "5204024b29fd20404a31886bb56829572dd723b3fd3c9a89821ddeb82fb6cd26", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/adamax.pyi", "plugin_data": null, "size": 238, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/adamw.data.json b/.mypy_cache/3.9/torch/optim/adamw.data.json deleted file mode 100644 index 405555fab..000000000 --- a/.mypy_cache/3.9/torch/optim/adamw.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim.adamw", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AdamW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.adamw.AdamW", "name": "AdamW", "type_vars": []}, "flags": [], "fullname": "torch.optim.adamw.AdamW", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.adamw", "mro": ["torch.optim.adamw.AdamW", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "betas", "eps", "weight_decay", "amsgrad"], "flags": [], "fullname": "torch.optim.adamw.AdamW.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "betas", "eps", "weight_decay", "amsgrad"], "arg_types": ["torch.optim.adamw.AdamW", {".class": "TypeAliasType", "args": [], "type_ref": "torch.optim.optimizer._params_t"}, "builtins.float", {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of AdamW", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.adamw.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.adamw.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.adamw.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.adamw.__package__", "name": "__package__", "type": "builtins.str"}}, "_params_t": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer._params_t", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/adamw.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/adamw.meta.json b/.mypy_cache/3.9/torch/optim/adamw.meta.json deleted file mode 100644 index 1c256d566..000000000 --- a/.mypy_cache/3.9/torch/optim/adamw.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["typing", "torch.optim.optimizer", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "75522dfcd2daa83790d4329f498ebf86bf9a10773767848eba3e5bcdbde27bc1", "id": "torch.optim.adamw", "ignore_all": true, "interface_hash": "5d868e2d9c9bd3534aad15c7194970c4626ac8146b37bb7019e008cc9b3652cb", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/adamw.pyi", "plugin_data": null, "size": 258, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/asgd.data.json b/.mypy_cache/3.9/torch/optim/asgd.data.json deleted file mode 100644 index bd6bff0a0..000000000 --- a/.mypy_cache/3.9/torch/optim/asgd.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim.asgd", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ASGD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.asgd.ASGD", "name": "ASGD", "type_vars": []}, "flags": [], "fullname": "torch.optim.asgd.ASGD", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.asgd", "mro": ["torch.optim.asgd.ASGD", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "lambd", "alpha", "t0", "weight_decay"], "flags": [], "fullname": "torch.optim.asgd.ASGD.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "lambd", "alpha", "t0", "weight_decay"], "arg_types": ["torch.optim.asgd.ASGD", {".class": "TypeAliasType", "args": [], "type_ref": "torch.optim.optimizer._params_t"}, "builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ASGD", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.asgd.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.asgd.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.asgd.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.asgd.__package__", "name": "__package__", "type": "builtins.str"}}, "_params_t": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer._params_t", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/asgd.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/asgd.meta.json b/.mypy_cache/3.9/torch/optim/asgd.meta.json deleted file mode 100644 index 7f8a78a6a..000000000 --- a/.mypy_cache/3.9/torch/optim/asgd.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["typing", "torch.optim.optimizer", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "2dc40757f248e885e62c476421a6a2a4ef29037587c1f195dbf64d698f59d87a", "id": "torch.optim.asgd", "ignore_all": true, "interface_hash": "b8951e8cc2abcea881155f5fc6aa61d09162ac38196e35394932af298219aab7", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/asgd.pyi", "plugin_data": null, "size": 239, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/lbfgs.data.json b/.mypy_cache/3.9/torch/optim/lbfgs.data.json deleted file mode 100644 index 50445975b..000000000 --- a/.mypy_cache/3.9/torch/optim/lbfgs.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim.lbfgs", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "LBFGS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.lbfgs.LBFGS", "name": "LBFGS", "type_vars": []}, "flags": [], "fullname": "torch.optim.lbfgs.LBFGS", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.lbfgs", "mro": ["torch.optim.lbfgs.LBFGS", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "max_iter", "max_eval", "tolerance_grad", "tolerance_change", "history_size", "line_search_fn"], "flags": [], "fullname": "torch.optim.lbfgs.LBFGS.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "max_iter", "max_eval", "tolerance_grad", "tolerance_change", "history_size", "line_search_fn"], "arg_types": ["torch.optim.lbfgs.LBFGS", {".class": "TypeAliasType", "args": [], "type_ref": "torch.optim.optimizer._params_t"}, "builtins.float", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.float", "builtins.float", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LBFGS", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.lbfgs.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.lbfgs.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.lbfgs.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.lbfgs.__package__", "name": "__package__", "type": "builtins.str"}}, "_params_t": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer._params_t", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/lbfgs.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/lbfgs.meta.json b/.mypy_cache/3.9/torch/optim/lbfgs.meta.json deleted file mode 100644 index 9d6273aa9..000000000 --- a/.mypy_cache/3.9/torch/optim/lbfgs.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["typing", "torch.optim.optimizer", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "136361301a1fe2e5dc81e56cc3d5e968490401e3f3e60d936baebda35cb4f9d7", "id": "torch.optim.lbfgs", "ignore_all": true, "interface_hash": "06fa9b8df437b213d36430be3c539fd5da19e7780b697781b2f82cace4882136", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/lbfgs.pyi", "plugin_data": null, "size": 336, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/lr_scheduler.data.json b/.mypy_cache/3.9/torch/optim/lr_scheduler.data.json deleted file mode 100644 index 86291f69d..000000000 --- a/.mypy_cache/3.9/torch/optim/lr_scheduler.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim.lr_scheduler", "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}, "ChainedScheduler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.lr_scheduler._LRScheduler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.lr_scheduler.ChainedScheduler", "name": "ChainedScheduler", "type_vars": []}, "flags": [], "fullname": "torch.optim.lr_scheduler.ChainedScheduler", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.lr_scheduler", "mro": ["torch.optim.lr_scheduler.ChainedScheduler", "torch.optim.lr_scheduler._LRScheduler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "schedulers"], "flags": [], "fullname": "torch.optim.lr_scheduler.ChainedScheduler.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "schedulers"], "arg_types": ["torch.optim.lr_scheduler.ChainedScheduler", {".class": "Instance", "args": ["torch.optim.lr_scheduler._LRScheduler"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ChainedScheduler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConstantLR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.lr_scheduler._LRScheduler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.lr_scheduler.ConstantLR", "name": "ConstantLR", "type_vars": []}, "flags": [], "fullname": "torch.optim.lr_scheduler.ConstantLR", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.lr_scheduler", "mro": ["torch.optim.lr_scheduler.ConstantLR", "torch.optim.lr_scheduler._LRScheduler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "optimizer", "factor", "total_iters", "last_epoch"], "flags": [], "fullname": "torch.optim.lr_scheduler.ConstantLR.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "optimizer", "factor", "total_iters", "last_epoch"], "arg_types": ["torch.optim.lr_scheduler.ConstantLR", "torch.optim.optimizer.Optimizer", "builtins.float", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ConstantLR", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CosineAnnealingLR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.lr_scheduler._LRScheduler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.lr_scheduler.CosineAnnealingLR", "name": "CosineAnnealingLR", "type_vars": []}, "flags": [], "fullname": "torch.optim.lr_scheduler.CosineAnnealingLR", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.lr_scheduler", "mro": ["torch.optim.lr_scheduler.CosineAnnealingLR", "torch.optim.lr_scheduler._LRScheduler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "optimizer", "T_max", "eta_min", "last_epoch"], "flags": [], "fullname": "torch.optim.lr_scheduler.CosineAnnealingLR.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "optimizer", "T_max", "eta_min", "last_epoch"], "arg_types": ["torch.optim.lr_scheduler.CosineAnnealingLR", "torch.optim.optimizer.Optimizer", "builtins.int", "builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CosineAnnealingLR", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CosineAnnealingWarmRestarts": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.lr_scheduler._LRScheduler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.lr_scheduler.CosineAnnealingWarmRestarts", "name": "CosineAnnealingWarmRestarts", "type_vars": []}, "flags": [], "fullname": "torch.optim.lr_scheduler.CosineAnnealingWarmRestarts", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.lr_scheduler", "mro": ["torch.optim.lr_scheduler.CosineAnnealingWarmRestarts", "torch.optim.lr_scheduler._LRScheduler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "optimizer", "T_0", "T_mult", "eta_min", "last_epoch"], "flags": [], "fullname": "torch.optim.lr_scheduler.CosineAnnealingWarmRestarts.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "optimizer", "T_0", "T_mult", "eta_min", "last_epoch"], "arg_types": ["torch.optim.lr_scheduler.CosineAnnealingWarmRestarts", "torch.optim.optimizer.Optimizer", "builtins.int", "builtins.int", "builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CosineAnnealingWarmRestarts", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CyclicLR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.lr_scheduler._LRScheduler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.lr_scheduler.CyclicLR", "name": "CyclicLR", "type_vars": []}, "flags": [], "fullname": "torch.optim.lr_scheduler.CyclicLR", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.lr_scheduler", "mro": ["torch.optim.lr_scheduler.CyclicLR", "torch.optim.lr_scheduler._LRScheduler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "optimizer", "base_lr", "max_lr", "step_size_up", "step_size_down", "mode", "gamma", "scale_fn", "scale_mode", "cycle_momentum", "base_momentum", "max_momentum", "last_epoch"], "flags": [], "fullname": "torch.optim.lr_scheduler.CyclicLR.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "optimizer", "base_lr", "max_lr", "step_size_up", "step_size_down", "mode", "gamma", "scale_fn", "scale_mode", "cycle_momentum", "base_momentum", "max_momentum", "last_epoch"], "arg_types": ["torch.optim.lr_scheduler.CyclicLR", "torch.optim.optimizer.Optimizer", "builtins.float", "builtins.float", "builtins.int", "builtins.int", "builtins.str", "builtins.float", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.float", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, "builtins.str", "builtins.bool", "builtins.float", "builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CyclicLR", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ExponentialLR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.lr_scheduler._LRScheduler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.lr_scheduler.ExponentialLR", "name": "ExponentialLR", "type_vars": []}, "flags": [], "fullname": "torch.optim.lr_scheduler.ExponentialLR", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.lr_scheduler", "mro": ["torch.optim.lr_scheduler.ExponentialLR", "torch.optim.lr_scheduler._LRScheduler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "optimizer", "gamma", "last_epoch"], "flags": [], "fullname": "torch.optim.lr_scheduler.ExponentialLR.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "optimizer", "gamma", "last_epoch"], "arg_types": ["torch.optim.lr_scheduler.ExponentialLR", "torch.optim.optimizer.Optimizer", "builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ExponentialLR", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "LambdaLR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.lr_scheduler._LRScheduler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.lr_scheduler.LambdaLR", "name": "LambdaLR", "type_vars": []}, "flags": [], "fullname": "torch.optim.lr_scheduler.LambdaLR", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.lr_scheduler", "mro": ["torch.optim.lr_scheduler.LambdaLR", "torch.optim.lr_scheduler._LRScheduler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "optimizer", "lr_lambda", "last_epoch"], "flags": [], "fullname": "torch.optim.lr_scheduler.LambdaLR.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "optimizer", "lr_lambda", "last_epoch"], "arg_types": ["torch.optim.lr_scheduler.LambdaLR", "torch.optim.optimizer.Optimizer", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.float", "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.float", "type_guard": null, "variables": []}], "type_ref": "builtins.list"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LambdaLR", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LinearLR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.lr_scheduler._LRScheduler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.lr_scheduler.LinearLR", "name": "LinearLR", "type_vars": []}, "flags": [], "fullname": "torch.optim.lr_scheduler.LinearLR", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.lr_scheduler", "mro": ["torch.optim.lr_scheduler.LinearLR", "torch.optim.lr_scheduler._LRScheduler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "optimizer", "start_factor", "end_factor", "total_iters", "last_epoch"], "flags": [], "fullname": "torch.optim.lr_scheduler.LinearLR.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "optimizer", "start_factor", "end_factor", "total_iters", "last_epoch"], "arg_types": ["torch.optim.lr_scheduler.LinearLR", "torch.optim.optimizer.Optimizer", "builtins.float", "builtins.float", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LinearLR", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MultiStepLR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.lr_scheduler._LRScheduler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.lr_scheduler.MultiStepLR", "name": "MultiStepLR", "type_vars": []}, "flags": [], "fullname": "torch.optim.lr_scheduler.MultiStepLR", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.lr_scheduler", "mro": ["torch.optim.lr_scheduler.MultiStepLR", "torch.optim.lr_scheduler._LRScheduler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "optimizer", "milestones", "gamma", "last_epoch"], "flags": [], "fullname": "torch.optim.lr_scheduler.MultiStepLR.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "optimizer", "milestones", "gamma", "last_epoch"], "arg_types": ["torch.optim.lr_scheduler.MultiStepLR", "torch.optim.optimizer.Optimizer", {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}, "builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MultiStepLR", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ReduceLROnPlateau": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.lr_scheduler.ReduceLROnPlateau", "name": "ReduceLROnPlateau", "type_vars": []}, "flags": [], "fullname": "torch.optim.lr_scheduler.ReduceLROnPlateau", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.lr_scheduler", "mro": ["torch.optim.lr_scheduler.ReduceLROnPlateau", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "optimizer", "mode", "factor", "patience", "verbose", "threshold", "threshold_mode", "cooldown", "min_lr", "eps"], "flags": [], "fullname": "torch.optim.lr_scheduler.ReduceLROnPlateau.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "optimizer", "mode", "factor", "patience", "verbose", "threshold", "threshold_mode", "cooldown", "min_lr", "eps"], "arg_types": ["torch.optim.lr_scheduler.ReduceLROnPlateau", "torch.optim.optimizer.Optimizer", "builtins.str", "builtins.float", "builtins.int", "builtins.bool", "builtins.float", "builtins.str", "builtins.int", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ReduceLROnPlateau", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "in_cooldown": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.optim.lr_scheduler.ReduceLROnPlateau.in_cooldown", "name": "in_cooldown", "type": "builtins.bool"}}, "load_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state_dict"], "flags": [], "fullname": "torch.optim.lr_scheduler.ReduceLROnPlateau.load_state_dict", "name": "load_state_dict", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "state_dict"], "arg_types": ["torch.optim.lr_scheduler.ReduceLROnPlateau", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_state_dict of ReduceLROnPlateau", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.optim.lr_scheduler.ReduceLROnPlateau.state_dict", "name": "state_dict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.optim.lr_scheduler.ReduceLROnPlateau"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "state_dict of ReduceLROnPlateau", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "metrics", "epoch"], "flags": [], "fullname": "torch.optim.lr_scheduler.ReduceLROnPlateau.step", "name": "step", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "metrics", "epoch"], "arg_types": ["torch.optim.lr_scheduler.ReduceLROnPlateau", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "step of ReduceLROnPlateau", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SequentialLR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.lr_scheduler._LRScheduler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.lr_scheduler.SequentialLR", "name": "SequentialLR", "type_vars": []}, "flags": [], "fullname": "torch.optim.lr_scheduler.SequentialLR", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.lr_scheduler", "mro": ["torch.optim.lr_scheduler.SequentialLR", "torch.optim.lr_scheduler._LRScheduler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "schedulers", "milestones", "last_epoch"], "flags": [], "fullname": "torch.optim.lr_scheduler.SequentialLR.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "schedulers", "milestones", "last_epoch"], "arg_types": ["torch.optim.lr_scheduler.SequentialLR", {".class": "Instance", "args": ["torch.optim.lr_scheduler._LRScheduler"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SequentialLR", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "StepLR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.lr_scheduler._LRScheduler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.lr_scheduler.StepLR", "name": "StepLR", "type_vars": []}, "flags": [], "fullname": "torch.optim.lr_scheduler.StepLR", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.lr_scheduler", "mro": ["torch.optim.lr_scheduler.StepLR", "torch.optim.lr_scheduler._LRScheduler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "optimizer", "step_size", "gamma", "last_epoch"], "flags": [], "fullname": "torch.optim.lr_scheduler.StepLR.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "optimizer", "step_size", "gamma", "last_epoch"], "arg_types": ["torch.optim.lr_scheduler.StepLR", "torch.optim.optimizer.Optimizer", "builtins.int", "builtins.float", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of StepLR", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_LRScheduler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.lr_scheduler._LRScheduler", "name": "_LRScheduler", "type_vars": []}, "flags": [], "fullname": "torch.optim.lr_scheduler._LRScheduler", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.lr_scheduler", "mro": ["torch.optim.lr_scheduler._LRScheduler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "optimizer", "last_epoch"], "flags": [], "fullname": "torch.optim.lr_scheduler._LRScheduler.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "optimizer", "last_epoch"], "arg_types": ["torch.optim.lr_scheduler._LRScheduler", "torch.optim.optimizer.Optimizer", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _LRScheduler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get_last_lr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.optim.lr_scheduler._LRScheduler.get_last_lr", "name": "get_last_lr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.optim.lr_scheduler._LRScheduler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_last_lr of _LRScheduler", "ret_type": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_lr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.optim.lr_scheduler._LRScheduler.get_lr", "name": "get_lr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.optim.lr_scheduler._LRScheduler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_lr of _LRScheduler", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "load_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state_dict"], "flags": [], "fullname": "torch.optim.lr_scheduler._LRScheduler.load_state_dict", "name": "load_state_dict", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "state_dict"], "arg_types": ["torch.optim.lr_scheduler._LRScheduler", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_state_dict of _LRScheduler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.optim.lr_scheduler._LRScheduler.state_dict", "name": "state_dict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.optim.lr_scheduler._LRScheduler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "state_dict of _LRScheduler", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "epoch"], "flags": [], "fullname": "torch.optim.lr_scheduler._LRScheduler.step", "name": "step", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "epoch"], "arg_types": ["torch.optim.lr_scheduler._LRScheduler", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "step of _LRScheduler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.lr_scheduler.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.lr_scheduler.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.lr_scheduler.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.lr_scheduler.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/lr_scheduler.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/lr_scheduler.meta.json b/.mypy_cache/3.9/torch/optim/lr_scheduler.meta.json deleted file mode 100644 index 9ccc0b7fb..000000000 --- a/.mypy_cache/3.9/torch/optim/lr_scheduler.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["typing", "torch.optim.optimizer", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "dd5c711780792562ede3fd1a3ff6fb5076847a98ec19f9ab270e3404956f795e", "id": "torch.optim.lr_scheduler", "ignore_all": true, "interface_hash": "f3ed01bf82904c8c01a50d43cf5a641fda443fd00ec8de0751f863d1ea6c6ba9", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/lr_scheduler.pyi", "plugin_data": null, "size": 2786, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/nadam.data.json b/.mypy_cache/3.9/torch/optim/nadam.data.json deleted file mode 100644 index 113b03149..000000000 --- a/.mypy_cache/3.9/torch/optim/nadam.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim.nadam", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "NAdam": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.nadam.NAdam", "name": "NAdam", "type_vars": []}, "flags": [], "fullname": "torch.optim.nadam.NAdam", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.nadam", "mro": ["torch.optim.nadam.NAdam", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "betas", "eps", "weight_decay", "momentum_decay"], "flags": [], "fullname": "torch.optim.nadam.NAdam.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "betas", "eps", "weight_decay", "momentum_decay"], "arg_types": ["torch.optim.nadam.NAdam", {".class": "TypeAliasType", "args": [], "type_ref": "torch.optim.optimizer._params_t"}, "builtins.float", {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "builtins.float", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of NAdam", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.nadam.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.nadam.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.nadam.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.nadam.__package__", "name": "__package__", "type": "builtins.str"}}, "_params_t": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer._params_t", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/nadam.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/nadam.meta.json b/.mypy_cache/3.9/torch/optim/nadam.meta.json deleted file mode 100644 index d8bf5864a..000000000 --- a/.mypy_cache/3.9/torch/optim/nadam.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["typing", "torch.optim.optimizer", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "fad76607de2366198c90b23de8dff9af720cfbd7f8e7efbbd80065ebd9747403", "id": "torch.optim.nadam", "ignore_all": true, "interface_hash": "7a1ad55be66852a70da96cc8abea09208a14baad6c518e1bf8d5ac9daaec5d09", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/nadam.pyi", "plugin_data": null, "size": 264, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/optimizer.data.json b/.mypy_cache/3.9/torch/optim/optimizer.data.json deleted file mode 100644 index 097880673..000000000 --- a/.mypy_cache/3.9/torch/optim/optimizer.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim.optimizer", "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}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optimizer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.optimizer.Optimizer", "name": "Optimizer", "type_vars": []}, "flags": [], "fullname": "torch.optim.optimizer.Optimizer", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.optimizer", "mro": ["torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "params", "default"], "flags": [], "fullname": "torch.optim.optimizer.Optimizer.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "params", "default"], "arg_types": ["torch.optim.optimizer.Optimizer", {".class": "TypeAliasType", "args": [], "type_ref": "torch.optim.optimizer._params_t"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Optimizer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch.optim.optimizer.Optimizer.__setstate__", "name": "__setstate__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "arg_types": ["torch.optim.optimizer.Optimizer", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setstate__ of Optimizer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_param_group": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "param_group"], "flags": [], "fullname": "torch.optim.optimizer.Optimizer.add_param_group", "name": "add_param_group", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "param_group"], "arg_types": ["torch.optim.optimizer.Optimizer", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_param_group of Optimizer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.optim.optimizer.Optimizer.defaults", "name": "defaults", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}}}, "load_state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state_dict"], "flags": [], "fullname": "torch.optim.optimizer.Optimizer.load_state_dict", "name": "load_state_dict", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "state_dict"], "arg_types": ["torch.optim.optimizer.Optimizer", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_state_dict of Optimizer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "param_groups": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.optim.optimizer.Optimizer.param_groups", "name": "param_groups", "type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}], "type_ref": "builtins.list"}}}, "state": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.optim.optimizer.Optimizer.state", "name": "state", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}}}, "state_dict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.optim.optimizer.Optimizer.state_dict", "name": "state_dict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.optim.optimizer.Optimizer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "state_dict of Optimizer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "flags": [], "fullname": "torch.optim.optimizer.Optimizer.step", "name": "step", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "closure"], "arg_types": ["torch.optim.optimizer.Optimizer", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.float", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "step of Optimizer", "ret_type": {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "zero_grad": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "flags": [], "fullname": "torch.optim.optimizer.Optimizer.zero_grad", "name": "zero_grad", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "set_to_none"], "arg_types": ["torch.optim.optimizer.Optimizer", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zero_grad of Optimizer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.optimizer.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.optimizer.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.optimizer.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.optimizer.__package__", "name": "__package__", "type": "builtins.str"}}, "_params_t": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.optim.optimizer._params_t", "line": 4, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}], "type_ref": "typing.Iterable"}]}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/optimizer.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/optimizer.meta.json b/.mypy_cache/3.9/torch/optim/optimizer.meta.json deleted file mode 100644 index f18274be2..000000000 --- a/.mypy_cache/3.9/torch/optim/optimizer.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30], "dependencies": ["typing", "torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc"], "hash": "5f394ffc75f40bf3adbc9a81d0e594a335657fbbcb899ff5b52c16ae87bb41d3", "id": "torch.optim.optimizer", "ignore_all": true, "interface_hash": "39c51e3754506d0336a64b1ef71231ba30e5c98a2f0786944bd4f711eef44bca", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/optimizer.pyi", "plugin_data": null, "size": 661, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/radam.data.json b/.mypy_cache/3.9/torch/optim/radam.data.json deleted file mode 100644 index e4de8c980..000000000 --- a/.mypy_cache/3.9/torch/optim/radam.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim.radam", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "RAdam": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.radam.RAdam", "name": "RAdam", "type_vars": []}, "flags": [], "fullname": "torch.optim.radam.RAdam", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.radam", "mro": ["torch.optim.radam.RAdam", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "betas", "eps", "weight_decay"], "flags": [], "fullname": "torch.optim.radam.RAdam.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "betas", "eps", "weight_decay"], "arg_types": ["torch.optim.radam.RAdam", {".class": "TypeAliasType", "args": [], "type_ref": "torch.optim.optimizer._params_t"}, "builtins.float", {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of RAdam", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.radam.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.radam.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.radam.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.radam.__package__", "name": "__package__", "type": "builtins.str"}}, "_params_t": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer._params_t", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/radam.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/radam.meta.json b/.mypy_cache/3.9/torch/optim/radam.meta.json deleted file mode 100644 index 1fd2f173d..000000000 --- a/.mypy_cache/3.9/torch/optim/radam.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["typing", "torch.optim.optimizer", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "30546b0cf52153dbe95633fcddfde7d6e26b7e843d2dab5e9b4b74925c18270d", "id": "torch.optim.radam", "ignore_all": true, "interface_hash": "a43c12f054719db50174c359ae8066ebb259d032aa2bc6430bf9649e170e459d", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/radam.pyi", "plugin_data": null, "size": 237, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/rmsprop.data.json b/.mypy_cache/3.9/torch/optim/rmsprop.data.json deleted file mode 100644 index e14efdfd1..000000000 --- a/.mypy_cache/3.9/torch/optim/rmsprop.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim.rmsprop", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "RMSprop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.rmsprop.RMSprop", "name": "RMSprop", "type_vars": []}, "flags": [], "fullname": "torch.optim.rmsprop.RMSprop", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.rmsprop", "mro": ["torch.optim.rmsprop.RMSprop", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "alpha", "eps", "weight_decay", "momentum", "centered"], "flags": [], "fullname": "torch.optim.rmsprop.RMSprop.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "alpha", "eps", "weight_decay", "momentum", "centered"], "arg_types": ["torch.optim.rmsprop.RMSprop", {".class": "TypeAliasType", "args": [], "type_ref": "torch.optim.optimizer._params_t"}, "builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of RMSprop", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.rmsprop.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.rmsprop.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.rmsprop.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.rmsprop.__package__", "name": "__package__", "type": "builtins.str"}}, "_params_t": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer._params_t", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/rmsprop.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/rmsprop.meta.json b/.mypy_cache/3.9/torch/optim/rmsprop.meta.json deleted file mode 100644 index aaed0b8de..000000000 --- a/.mypy_cache/3.9/torch/optim/rmsprop.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["typing", "torch.optim.optimizer", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "0175cea76c76ee6d6f3aa459fc73508dde7ad3c8f38fbe3a046d9eef292fddf5", "id": "torch.optim.rmsprop", "ignore_all": true, "interface_hash": "ad97b0a9ec5ebbaef461e449e9613030bdffa85ab4f53456c4934dc649d0ab27", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/rmsprop.pyi", "plugin_data": null, "size": 267, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/rprop.data.json b/.mypy_cache/3.9/torch/optim/rprop.data.json deleted file mode 100644 index 635cf05a3..000000000 --- a/.mypy_cache/3.9/torch/optim/rprop.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim.rprop", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Rprop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.rprop.Rprop", "name": "Rprop", "type_vars": []}, "flags": [], "fullname": "torch.optim.rprop.Rprop", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.rprop", "mro": ["torch.optim.rprop.Rprop", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "params", "lr", "etas", "step_sizes"], "flags": [], "fullname": "torch.optim.rprop.Rprop.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "params", "lr", "etas", "step_sizes"], "arg_types": ["torch.optim.rprop.Rprop", {".class": "TypeAliasType", "args": [], "type_ref": "torch.optim.optimizer._params_t"}, "builtins.float", {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "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.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Rprop", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.rprop.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.rprop.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.rprop.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.rprop.__package__", "name": "__package__", "type": "builtins.str"}}, "_params_t": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer._params_t", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/rprop.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/rprop.meta.json b/.mypy_cache/3.9/torch/optim/rprop.meta.json deleted file mode 100644 index f8b0a475f..000000000 --- a/.mypy_cache/3.9/torch/optim/rprop.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["typing", "torch.optim.optimizer", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "96700dea0f783c190121f626b78495b6ae178383daba4710283a5c81e775d2e9", "id": "torch.optim.rprop", "ignore_all": true, "interface_hash": "b3f0707ca5d5acd2ce79bb59e65cd7e811a4a0caa6e105c811135d7d2890a890", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/rprop.pyi", "plugin_data": null, "size": 232, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/sgd.data.json b/.mypy_cache/3.9/torch/optim/sgd.data.json deleted file mode 100644 index fbc13cb55..000000000 --- a/.mypy_cache/3.9/torch/optim/sgd.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim.sgd", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SGD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.sgd.SGD", "name": "SGD", "type_vars": []}, "flags": [], "fullname": "torch.optim.sgd.SGD", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.sgd", "mro": ["torch.optim.sgd.SGD", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "momentum", "dampening", "weight_decay", "nesterov"], "flags": [], "fullname": "torch.optim.sgd.SGD.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "params", "lr", "momentum", "dampening", "weight_decay", "nesterov"], "arg_types": ["torch.optim.sgd.SGD", {".class": "TypeAliasType", "args": [], "type_ref": "torch.optim.optimizer._params_t"}, "builtins.float", "builtins.float", "builtins.float", "builtins.float", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SGD", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.sgd.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.sgd.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.sgd.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.sgd.__package__", "name": "__package__", "type": "builtins.str"}}, "_params_t": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer._params_t", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/sgd.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/sgd.meta.json b/.mypy_cache/3.9/torch/optim/sgd.meta.json deleted file mode 100644 index 5bf51a68f..000000000 --- a/.mypy_cache/3.9/torch/optim/sgd.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch.optim.optimizer", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "0021191e1b479a37cf8a34de2794fab7b4d56a2c7946e0c46daf8cfe4e65a6e9", "id": "torch.optim.sgd", "ignore_all": true, "interface_hash": "15a7b9428e5672ffdd978045a8b6fa0e1e7e4fd839f28daa15abbfcaa81f2409", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/sgd.pyi", "plugin_data": null, "size": 219, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/sparse_adam.data.json b/.mypy_cache/3.9/torch/optim/sparse_adam.data.json deleted file mode 100644 index 876c15e55..000000000 --- a/.mypy_cache/3.9/torch/optim/sparse_adam.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim.sparse_adam", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SparseAdam": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.optimizer.Optimizer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.sparse_adam.SparseAdam", "name": "SparseAdam", "type_vars": []}, "flags": [], "fullname": "torch.optim.sparse_adam.SparseAdam", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.sparse_adam", "mro": ["torch.optim.sparse_adam.SparseAdam", "torch.optim.optimizer.Optimizer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "params", "lr", "betas", "eps"], "flags": [], "fullname": "torch.optim.sparse_adam.SparseAdam.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "params", "lr", "betas", "eps"], "arg_types": ["torch.optim.sparse_adam.SparseAdam", {".class": "TypeAliasType", "args": [], "type_ref": "torch.optim.optimizer._params_t"}, "builtins.float", {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SparseAdam", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.sparse_adam.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.sparse_adam.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.sparse_adam.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.sparse_adam.__package__", "name": "__package__", "type": "builtins.str"}}, "_params_t": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer._params_t", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/sparse_adam.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/sparse_adam.meta.json b/.mypy_cache/3.9/torch/optim/sparse_adam.meta.json deleted file mode 100644 index 039e73740..000000000 --- a/.mypy_cache/3.9/torch/optim/sparse_adam.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["typing", "torch.optim.optimizer", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "950a33a4cdf386d1f56f1a11298069f2ccb7cb8ff8574893fdbc66274af8803a", "id": "torch.optim.sparse_adam", "ignore_all": true, "interface_hash": "4c23570e0e044a5e13277a07cca1f92edb94515f13e8933a03dcbe69255f1adc", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/sparse_adam.pyi", "plugin_data": null, "size": 218, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/swa_utils.data.json b/.mypy_cache/3.9/torch/optim/swa_utils.data.json deleted file mode 100644 index 996353e26..000000000 --- a/.mypy_cache/3.9/torch/optim/swa_utils.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.optim.swa_utils", "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}, "AveragedModel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.swa_utils.AveragedModel", "name": "AveragedModel", "type_vars": []}, "flags": [], "fullname": "torch.optim.swa_utils.AveragedModel", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.swa_utils", "mro": ["torch.optim.swa_utils.AveragedModel", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "model", "device", "avg_fn"], "flags": [], "fullname": "torch.optim.swa_utils.AveragedModel.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "model", "device", "avg_fn"], "arg_types": ["torch.optim.swa_utils.AveragedModel", "torch.nn.modules.module.Module", {".class": "UnionType", "items": ["builtins.int", "torch._C.device"]}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of AveragedModel", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "update_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "model"], "flags": [], "fullname": "torch.optim.swa_utils.AveragedModel.update_parameters", "name": "update_parameters", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "model"], "arg_types": ["torch.optim.swa_utils.AveragedModel", "torch.nn.modules.module.Module"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update_parameters of AveragedModel", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optimizer": {".class": "SymbolTableNode", "cross_ref": "torch.optim.optimizer.Optimizer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SWALR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.optim.lr_scheduler._LRScheduler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.optim.swa_utils.SWALR", "name": "SWALR", "type_vars": []}, "flags": [], "fullname": "torch.optim.swa_utils.SWALR", "metaclass_type": null, "metadata": {}, "module_name": "torch.optim.swa_utils", "mro": ["torch.optim.swa_utils.SWALR", "torch.optim.lr_scheduler._LRScheduler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1], "arg_names": ["self", "optimizer", "swa_lr", "anneal_epochs", "anneal_strategy", "last_epoch"], "flags": [], "fullname": "torch.optim.swa_utils.SWALR.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 1], "arg_names": ["self", "optimizer", "swa_lr", "anneal_epochs", "anneal_strategy", "last_epoch"], "arg_types": ["torch.optim.swa_utils.SWALR", "torch.optim.optimizer.Optimizer", "builtins.float", "builtins.int", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SWALR", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_LRScheduler": {".class": "SymbolTableNode", "cross_ref": "torch.optim.lr_scheduler._LRScheduler", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.swa_utils.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.swa_utils.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.swa_utils.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.optim.swa_utils.__package__", "name": "__package__", "type": "builtins.str"}}, "device": {".class": "SymbolTableNode", "cross_ref": "torch._C.device", "kind": "Gdef", "module_hidden": true, "module_public": false}, "update_bn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["loader", "model", "device"], "flags": [], "fullname": "torch.optim.swa_utils.update_bn", "name": "update_bn", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["loader", "model", "device"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "typing.Iterable"}, "torch.nn.modules.module.Module", {".class": "UnionType", "items": ["builtins.int", "torch._C.device"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update_bn", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/optim/swa_utils.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/optim/swa_utils.meta.json b/.mypy_cache/3.9/torch/optim/swa_utils.meta.json deleted file mode 100644 index f75d52415..000000000 --- a/.mypy_cache/3.9/torch/optim/swa_utils.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch.optim.optimizer", "torch.nn.modules", "torch.optim.lr_scheduler", "torch", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time"], "hash": "647929f78b80c3704102c474af7938b342aed0812959497d0006922521de70fb", "id": "torch.optim.swa_utils", "ignore_all": true, "interface_hash": "fe5c57eb83c23329ef0363857c7e4c8073a8fe5cb9800370e59b5be233b28b63", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/optim/swa_utils.pyi", "plugin_data": null, "size": 714, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/overrides.data.json b/.mypy_cache/3.9/torch/overrides.data.json deleted file mode 100644 index 3f4377856..000000000 --- a/.mypy_cache/3.9/torch/overrides.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.overrides", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_public": false}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef", "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.overrides.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.overrides.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.overrides.__file__", "name": "__file__", "type": "builtins.str"}}, "__future__": {".class": "SymbolTableNode", "cross_ref": "__future__", "kind": "Gdef", "module_public": false}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.overrides.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.overrides.__package__", "name": "__package__", "type": "builtins.str"}}, "_add_docstr": {".class": "SymbolTableNode", "cross_ref": "torch._C._add_docstr", "kind": "Gdef", "module_public": false}, "_get_overloaded_args": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["relevant_args"], "flags": [], "fullname": "torch.overrides._get_overloaded_args", "name": "_get_overloaded_args", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["relevant_args"], "arg_types": [{".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": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_overloaded_args", "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": []}}}, "_get_tensor_methods": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_decorated"], "fullname": "torch.overrides._get_tensor_methods", "name": "_get_tensor_methods", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_tensor_methods", "ret_type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_get_tensor_methods", "type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.set"}], "type_ref": "functools._lru_cache_wrapper"}}}}, "_has_torch_function": {".class": "SymbolTableNode", "cross_ref": "torch._C._has_torch_function", "kind": "Gdef", "module_public": false}, "_has_torch_function_unary": {".class": "SymbolTableNode", "cross_ref": "torch._C._has_torch_function_unary", "kind": "Gdef", "module_public": false}, "_has_torch_function_variadic": {".class": "SymbolTableNode", "cross_ref": "torch._C._has_torch_function_variadic", "kind": "Gdef", "module_public": false}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef", "module_public": false}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef", "module_public": false}, "get_default_nowrap_functions": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_decorated"], "fullname": "torch.overrides.get_default_nowrap_functions", "name": "get_default_nowrap_functions", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_default_nowrap_functions", "ret_type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "get_default_nowrap_functions", "type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.set"}], "type_ref": "functools._lru_cache_wrapper"}}}}, "get_ignored_functions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_decorated"], "fullname": "torch.overrides.get_ignored_functions", "name": "get_ignored_functions", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_ignored_functions", "ret_type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "get_ignored_functions", "type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.set"}], "type_ref": "functools._lru_cache_wrapper"}}}}, "get_overridable_functions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_decorated"], "fullname": "torch.overrides.get_overridable_functions", "name": "get_overridable_functions", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_overridable_functions", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "get_overridable_functions", "type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}], "type_ref": "functools._lru_cache_wrapper"}}}}, "get_testing_overrides": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_decorated"], "fullname": "torch.overrides.get_testing_overrides", "name": "get_testing_overrides", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_testing_overrides", "ret_type": {".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "get_testing_overrides", "type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "type_ref": "builtins.dict"}], "type_ref": "functools._lru_cache_wrapper"}}}}, "handle_torch_function": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["public_api", "relevant_args", "args", "kwargs"], "flags": [], "fullname": "torch.overrides.handle_torch_function", "name": "handle_torch_function", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["public_api", "relevant_args", "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": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handle_torch_function", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "has_torch_function": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.overrides.has_torch_function", "name": "has_torch_function", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["args"], "arg_types": [{".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": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "has_torch_function_unary": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.overrides.has_torch_function_unary", "name": "has_torch_function_unary", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["Any"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "has_torch_function_variadic": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.overrides.has_torch_function_variadic", "name": "has_torch_function_variadic", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["args"], "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", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_tensor_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["inp"], "flags": [], "fullname": "torch.overrides.is_tensor_like", "name": "is_tensor_like", "type": null}}, "is_tensor_method_or_property": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "torch.overrides.is_tensor_method_or_property", "name": "is_tensor_method_or_property", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["func"], "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": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_tensor_method_or_property", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef", "module_public": false}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef", "module_public": false}, "wrap_torch_function": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["dispatcher"], "flags": [], "fullname": "torch.overrides.wrap_torch_function", "name": "wrap_torch_function", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["dispatcher"], "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": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wrap_torch_function", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/overrides.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/overrides.meta.json b/.mypy_cache/3.9/torch/overrides.meta.json deleted file mode 100644 index 822d3e106..000000000 --- a/.mypy_cache/3.9/torch/overrides.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [23, 25, 26, 27, 28, 29, 31, 32, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 5, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["__future__", "collections", "functools", "types", "warnings", "typing", "torch", "torch._C", "builtins", "threading", "contextlib", "inspect", "logging", "io", "pickle", "os", "time", "abc", "enum", "pathlib", "sys", "torch._C._VariableFunctions", "torch._jit_internal", "torch._lobpcg", "torch._lowrank", "torch._tensor", "torch.autograd", "torch.autograd.grad_mode", "torch.fft", "torch.functional", "torch.linalg", "torch.nn", "torch.nn.functional", "torch.random", "torch.serialization", "torch.special", "torch.types", "typing_extensions"], "hash": "021bb5081f7459bd1ebc6f1cc26d4fbee29c81f2f2da59d48dd685691888841b", "id": "torch.overrides", "ignore_all": true, "interface_hash": "c374f259198e50feb645b0d5568889ac6b47c1df097cee838ec1d129c630d0af", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/overrides.py", "plugin_data": null, "size": 84146, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/__init__.data.json b/.mypy_cache/3.9/torch/package/__init__.data.json deleted file mode 100644 index 11769ec79..000000000 --- a/.mypy_cache/3.9/torch/package/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.package", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Directory": {".class": "SymbolTableNode", "cross_ref": "torch.package.file_structure_representation.Directory", "kind": "Gdef"}, "EmptyMatchError": {".class": "SymbolTableNode", "cross_ref": "torch.package.package_exporter.EmptyMatchError", "kind": "Gdef"}, "GlobGroup": {".class": "SymbolTableNode", "cross_ref": "torch.package.glob_group.GlobGroup", "kind": "Gdef"}, "Importer": {".class": "SymbolTableNode", "cross_ref": "torch.package.importer.Importer", "kind": "Gdef"}, "ObjMismatchError": {".class": "SymbolTableNode", "cross_ref": "torch.package.importer.ObjMismatchError", "kind": "Gdef"}, "ObjNotFoundError": {".class": "SymbolTableNode", "cross_ref": "torch.package.importer.ObjNotFoundError", "kind": "Gdef"}, "OrderedImporter": {".class": "SymbolTableNode", "cross_ref": "torch.package.importer.OrderedImporter", "kind": "Gdef"}, "PackageExporter": {".class": "SymbolTableNode", "cross_ref": "torch.package.package_exporter.PackageExporter", "kind": "Gdef"}, "PackageImporter": {".class": "SymbolTableNode", "cross_ref": "torch.package.package_importer.PackageImporter", "kind": "Gdef"}, "PackagingError": {".class": "SymbolTableNode", "cross_ref": "torch.package.package_exporter.PackagingError", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.__package__", "name": "__package__", "type": "builtins.str"}}, "is_from_package": {".class": "SymbolTableNode", "cross_ref": "torch.package.analyze.is_from_package.is_from_package", "kind": "Gdef"}, "sys_importer": {".class": "SymbolTableNode", "cross_ref": "torch.package.importer.sys_importer", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/package/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/__init__.meta.json b/.mypy_cache/3.9/torch/package/__init__.meta.json deleted file mode 100644 index 66396c9b6..000000000 --- a/.mypy_cache/3.9/torch/package/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 11, 12, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch.package.analyze.is_from_package", "torch.package.file_structure_representation", "torch.package.glob_group", "torch.package.importer", "torch.package.package_exporter", "torch.package.package_importer", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch"], "hash": "64b2efa2f8871c4ad5f974196a075ed88e1cb8d0cae3d7452d11940b9a323857", "id": "torch.package", "ignore_all": true, "interface_hash": "25a892c21d59139f47a531290efaead15c2df451cffa81fd9a7e874711767876", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/package/__init__.py", "plugin_data": null, "size": 388, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/_digraph.data.json b/.mypy_cache/3.9/torch/package/_digraph.data.json deleted file mode 100644 index 540581e6e..000000000 --- a/.mypy_cache/3.9/torch/package/_digraph.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.package._digraph", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "DiGraph": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package._digraph.DiGraph", "name": "DiGraph", "type_vars": []}, "flags": [], "fullname": "torch.package._digraph.DiGraph", "metaclass_type": null, "metadata": {}, "module_name": "torch.package._digraph", "mro": ["torch.package._digraph.DiGraph", "builtins.object"], "names": {".class": "SymbolTable", "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "torch.package._digraph.DiGraph.__contains__", "name": "__contains__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package._digraph.DiGraph.__init__", "name": "__init__", "type": null}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package._digraph.DiGraph.__iter__", "name": "__iter__", "type": null}}, "_node": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package._digraph.DiGraph._node", "name": "_node", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_pred": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package._digraph.DiGraph._pred", "name": "_pred", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_succ": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package._digraph.DiGraph._succ", "name": "_succ", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "add_edge": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "u", "v"], "flags": [], "fullname": "torch.package._digraph.DiGraph.add_edge", "name": "add_edge", "type": null}}, "add_node": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "n", "kwargs"], "flags": [], "fullname": "torch.package._digraph.DiGraph.add_node", "name": "add_node", "type": null}}, "edges": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_generator", "is_decorated"], "fullname": "torch.package._digraph.DiGraph.edges", "name": "edges", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "edges", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.package._digraph.DiGraph"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "edges of DiGraph", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "nodes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.package._digraph.DiGraph.nodes", "name": "nodes", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "nodes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.package._digraph.DiGraph"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "nodes of DiGraph", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "predecessors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "torch.package._digraph.DiGraph.predecessors", "name": "predecessors", "type": null}}, "successors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "torch.package._digraph.DiGraph.successors", "name": "successors", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._digraph.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._digraph.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._digraph.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._digraph.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/package/_digraph.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/_digraph.meta.json b/.mypy_cache/3.9/torch/package/_digraph.meta.json deleted file mode 100644 index f81cc41c6..000000000 --- a/.mypy_cache/3.9/torch/package/_digraph.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 30, 30], "dependencies": ["builtins", "abc", "typing"], "hash": "fab6b27aa36c32f4451539ed8ab44738a1aa549e7e0c0c0d68867eb6a005a793", "id": "torch.package._digraph", "ignore_all": true, "interface_hash": "728ea907fe102d958197f9dda54884753dc1f6919737aaa7eab265487ab36056", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/package/_digraph.py", "plugin_data": null, "size": 2633, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/_directory_reader.data.json b/.mypy_cache/3.9/torch/package/_directory_reader.data.json deleted file mode 100644 index 483b66f58..000000000 --- a/.mypy_cache/3.9/torch/package/_directory_reader.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.package._directory_reader", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "DirectoryReader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package._directory_reader.DirectoryReader", "name": "DirectoryReader", "type_vars": []}, "flags": [], "fullname": "torch.package._directory_reader.DirectoryReader", "metaclass_type": null, "metadata": {}, "module_name": "torch.package._directory_reader", "mro": ["torch.package._directory_reader.DirectoryReader", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "directory"], "flags": [], "fullname": "torch.package._directory_reader.DirectoryReader.__init__", "name": "__init__", "type": null}}, "directory": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package._directory_reader.DirectoryReader.directory", "name": "directory", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "get_all_records": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package._directory_reader.DirectoryReader.get_all_records", "name": "get_all_records", "type": null}}, "get_record": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch.package._directory_reader.DirectoryReader.get_record", "name": "get_record", "type": null}}, "get_storage_from_record": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "numel", "dtype"], "flags": [], "fullname": "torch.package._directory_reader.DirectoryReader.get_storage_from_record", "name": "get_storage_from_record", "type": null}}, "has_record": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "torch.package._directory_reader.DirectoryReader.has_record", "name": "has_record", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "_HasStorage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package._directory_reader._HasStorage", "name": "_HasStorage", "type_vars": []}, "flags": [], "fullname": "torch.package._directory_reader._HasStorage", "metaclass_type": null, "metadata": {}, "module_name": "torch.package._directory_reader", "mro": ["torch.package._directory_reader._HasStorage", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "storage"], "flags": [], "fullname": "torch.package._directory_reader._HasStorage.__init__", "name": "__init__", "type": null}}, "_storage": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package._directory_reader._HasStorage._storage", "name": "_storage", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "storage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package._directory_reader._HasStorage.storage", "name": "storage", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._directory_reader.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._directory_reader.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._directory_reader.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._directory_reader.__package__", "name": "__package__", "type": "builtins.str"}}, "_dtype_to_storage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package._directory_reader._dtype_to_storage", "name": "_dtype_to_storage", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_of_any": 7}, {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_of_any": 7}], "type_ref": "builtins.dict"}}}, "_storages": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._directory_reader._storages", "name": "_storages", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}}}, "glob": {".class": "SymbolTableNode", "cross_ref": "glob.glob", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/package/_directory_reader.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/_directory_reader.meta.json b/.mypy_cache/3.9/torch/package/_directory_reader.meta.json deleted file mode 100644 index 815614781..000000000 --- a/.mypy_cache/3.9/torch/package/_directory_reader.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 2, 3, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 5, 5, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["os.path", "os", "glob", "typing", "torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "time", "abc", "torch._C", "torch.storage"], "hash": "97b6c231733de87ac66a059a32e83d3ad3b4a42b563c234a30f39a27d49fef03", "id": "torch.package._directory_reader", "ignore_all": true, "interface_hash": "443c95b7c413df6bf62aef1bbecc6dd0acfbba6c5caca4b0b55133d973b09044", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/package/_directory_reader.py", "plugin_data": null, "size": 1827, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/_importlib.data.json b/.mypy_cache/3.9/torch/package/_importlib.data.json deleted file mode 100644 index ffb53df20..000000000 --- a/.mypy_cache/3.9/torch/package/_importlib.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.package._importlib", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._importlib.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._importlib.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._importlib.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._importlib.__package__", "name": "__package__", "type": "builtins.str"}}, "_calc___package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["globals"], "flags": [], "fullname": "torch.package._importlib._calc___package__", "name": "_calc___package__", "type": null}}, "_normalize_line_endings": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["source"], "flags": [], "fullname": "torch.package._importlib._normalize_line_endings", "name": "_normalize_line_endings", "type": null}}, "_normalize_path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["path"], "flags": [], "fullname": "torch.package._importlib._normalize_path", "name": "_normalize_path", "type": null}}, "_resolve_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["name", "package", "level"], "flags": [], "fullname": "torch.package._importlib._resolve_name", "name": "_resolve_name", "type": null}}, "_sanity_check": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["name", "package", "level"], "flags": [], "fullname": "torch.package._importlib._sanity_check", "name": "_sanity_check", "type": null}}, "_warnings": {".class": "SymbolTableNode", "cross_ref": "_warnings", "kind": "Gdef"}, "_zip_searchorder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package._importlib._zip_searchorder", "name": "_zip_searchorder", "type": {".class": "TupleType", "implicit": false, "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.bool"], "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.bool"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/package/_importlib.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/_importlib.meta.json b/.mypy_cache/3.9/torch/package/_importlib.meta.json deleted file mode 100644 index 2f223ad63..000000000 --- a/.mypy_cache/3.9/torch/package/_importlib.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 2, 1, 1, 1, 1], "dep_prios": [10, 10, 20, 5, 30, 30, 30], "dependencies": ["_warnings", "os.path", "os", "builtins", "abc", "posixpath", "typing"], "hash": "2a0bc9e84f313063780587ef39e4631d4407c0af9f22edf932ebd4afc3a56f6c", "id": "torch.package._importlib", "ignore_all": true, "interface_hash": "c63c2b40f791b7f1a58027121c2e65edceda4385a1a133984ebae030411d506f", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/package/_importlib.py", "plugin_data": null, "size": 2989, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/_mangling.data.json b/.mypy_cache/3.9/torch/package/_mangling.data.json deleted file mode 100644 index f2e283964..000000000 --- a/.mypy_cache/3.9/torch/package/_mangling.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.package._mangling", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "PackageMangler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package._mangling.PackageMangler", "name": "PackageMangler", "type_vars": []}, "flags": [], "fullname": "torch.package._mangling.PackageMangler", "metaclass_type": null, "metadata": {}, "module_name": "torch.package._mangling", "mro": ["torch.package._mangling.PackageMangler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package._mangling.PackageMangler.__init__", "name": "__init__", "type": null}}, "_mangle_index": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package._mangling.PackageMangler._mangle_index", "name": "_mangle_index", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_mangle_parent": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package._mangling.PackageMangler._mangle_parent", "name": "_mangle_parent", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "demangle": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mangled"], "flags": [], "fullname": "torch.package._mangling.PackageMangler.demangle", "name": "demangle", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mangled"], "arg_types": ["torch.package._mangling.PackageMangler", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "demangle of PackageMangler", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "mangle": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch.package._mangling.PackageMangler.mangle", "name": "mangle", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["torch.package._mangling.PackageMangler", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mangle of PackageMangler", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "parent_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package._mangling.PackageMangler.parent_name", "name": "parent_name", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._mangling.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._mangling.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._mangling.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._mangling.__package__", "name": "__package__", "type": "builtins.str"}}, "_mangle_index": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._mangling._mangle_index", "name": "_mangle_index", "type": "builtins.int"}}, "demangle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "torch.package._mangling.demangle", "name": "demangle", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "demangle", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "get_mangle_prefix": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "torch.package._mangling.get_mangle_prefix", "name": "get_mangle_prefix", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_mangle_prefix", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "is_mangled": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "torch.package._mangling.is_mangled", "name": "is_mangled", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_mangled", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/package/_mangling.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/_mangling.meta.json b/.mypy_cache/3.9/torch/package/_mangling.meta.json deleted file mode 100644 index a4064598b..000000000 --- a/.mypy_cache/3.9/torch/package/_mangling.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [4, 1, 1, 1, 1], "dep_prios": [10, 5, 30, 30, 30], "dependencies": ["re", "builtins", "abc", "typing", "typing_extensions"], "hash": "b53501e99edd95cadb5f55a2973e519166bb4c3e8e4c5cfb4e85c6f2080116fd", "id": "torch.package._mangling", "ignore_all": true, "interface_hash": "ecc230b66bb5a8fae35b163ebc3433768b46f5c666c245829da047d06be78722", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/package/_mangling.py", "plugin_data": null, "size": 1854, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/_package_pickler.data.json b/.mypy_cache/3.9/torch/package/_package_pickler.data.json deleted file mode 100644 index c2a5a129e..000000000 --- a/.mypy_cache/3.9/torch/package/_package_pickler.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.package._package_pickler", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "EXT1": {".class": "SymbolTableNode", "cross_ref": "pickle.EXT1", "kind": "Gdef"}, "EXT2": {".class": "SymbolTableNode", "cross_ref": "pickle.EXT2", "kind": "Gdef"}, "EXT4": {".class": "SymbolTableNode", "cross_ref": "pickle.EXT4", "kind": "Gdef"}, "FunctionType": {".class": "SymbolTableNode", "cross_ref": "types.FunctionType", "kind": "Gdef"}, "GLOBAL": {".class": "SymbolTableNode", "cross_ref": "pickle.GLOBAL", "kind": "Gdef"}, "Importer": {".class": "SymbolTableNode", "cross_ref": "torch.package.importer.Importer", "kind": "Gdef"}, "ObjMismatchError": {".class": "SymbolTableNode", "cross_ref": "torch.package.importer.ObjMismatchError", "kind": "Gdef"}, "ObjNotFoundError": {".class": "SymbolTableNode", "cross_ref": "torch.package.importer.ObjNotFoundError", "kind": "Gdef"}, "PackagePickler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package._package_pickler.PackagePickler", "name": "PackagePickler", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.package._package_pickler.PackagePickler", "metaclass_type": null, "metadata": {}, "module_name": "torch.package._package_pickler", "mro": ["torch.package._package_pickler.PackagePickler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "importer", "args", "kwargs"], "flags": [], "fullname": "torch.package._package_pickler.PackagePickler.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "importer", "args", "kwargs"], "arg_types": ["torch.package._package_pickler.PackagePickler", "torch.package.importer.Importer", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PackagePickler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dispatch": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.package._package_pickler.PackagePickler.dispatch", "name": "dispatch", "type": {".class": "AnyType", "missing_import_name": "torch.package._package_pickler._Pickler", "source_any": {".class": "AnyType", "missing_import_name": "torch.package._package_pickler._Pickler", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "importer": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package._package_pickler.PackagePickler.importer", "name": "importer", "type": "torch.package.importer.Importer"}}, "save_global": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "name"], "flags": [], "fullname": "torch.package._package_pickler.PackagePickler.save_global", "name": "save_global", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Pickler": {".class": "SymbolTableNode", "cross_ref": "pickle.Pickler", "kind": "Gdef"}, "PicklingError": {".class": "SymbolTableNode", "cross_ref": "pickle.PicklingError", "kind": "Gdef"}, "STACK_GLOBAL": {".class": "SymbolTableNode", "cross_ref": "pickle.STACK_GLOBAL", "kind": "Gdef"}, "_Pickler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.package._package_pickler._Pickler", "name": "_Pickler", "type": {".class": "AnyType", "missing_import_name": "torch.package._package_pickler._Pickler", "source_any": null, "type_of_any": 3}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._package_pickler.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._package_pickler.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._package_pickler.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._package_pickler.__package__", "name": "__package__", "type": "builtins.str"}}, "_compat_pickle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.package._package_pickler._compat_pickle", "name": "_compat_pickle", "type": {".class": "AnyType", "missing_import_name": "torch.package._package_pickler._compat_pickle", "source_any": null, "type_of_any": 3}}}, "_extension_registry": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.package._package_pickler._extension_registry", "name": "_extension_registry", "type": {".class": "AnyType", "missing_import_name": "torch.package._package_pickler._extension_registry", "source_any": null, "type_of_any": 3}}}, "_getattribute": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.package._package_pickler._getattribute", "name": "_getattribute", "type": {".class": "AnyType", "missing_import_name": "torch.package._package_pickler._getattribute", "source_any": null, "type_of_any": 3}}}, "create_pickler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["data_buf", "importer"], "flags": [], "fullname": "torch.package._package_pickler.create_pickler", "name": "create_pickler", "type": null}}, "pack": {".class": "SymbolTableNode", "cross_ref": "struct.pack", "kind": "Gdef"}, "sys_importer": {".class": "SymbolTableNode", "cross_ref": "torch.package.importer.sys_importer", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/package/_package_pickler.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/_package_pickler.meta.json b/.mypy_cache/3.9/torch/package/_package_pickler.meta.json deleted file mode 100644 index eaf4cd258..000000000 --- a/.mypy_cache/3.9/torch/package/_package_pickler.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [2, 4, 5, 7, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 30, 30], "dependencies": ["pickle", "struct", "types", "torch.package.importer", "builtins", "abc", "typing"], "hash": "4401e9a73a7a0cad920178d54c9c2bce8e91cb4f378d2367def91fa550b78e33", "id": "torch.package._package_pickler", "ignore_all": true, "interface_hash": "f0cb0cc686f76231c6aa68653f453b560a2f71fe5fbbde41e3d1945d599c429c", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/package/_package_pickler.py", "plugin_data": null, "size": 3739, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/_package_unpickler.data.json b/.mypy_cache/3.9/torch/package/_package_unpickler.data.json deleted file mode 100644 index 16fd3d6ac..000000000 --- a/.mypy_cache/3.9/torch/package/_package_unpickler.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.package._package_unpickler", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Importer": {".class": "SymbolTableNode", "cross_ref": "torch.package.importer.Importer", "kind": "Gdef"}, "PackageUnpickler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package._package_unpickler.PackageUnpickler", "name": "PackageUnpickler", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.package._package_unpickler.PackageUnpickler", "metaclass_type": null, "metadata": {}, "module_name": "torch.package._package_unpickler", "mro": ["torch.package._package_unpickler.PackageUnpickler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "importer", "args", "kwargs"], "flags": [], "fullname": "torch.package._package_unpickler.PackageUnpickler.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "importer", "args", "kwargs"], "arg_types": ["torch.package._package_unpickler.PackageUnpickler", "torch.package.importer.Importer", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PackageUnpickler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_importer": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package._package_unpickler.PackageUnpickler._importer", "name": "_importer", "type": "torch.package.importer.Importer"}}, "find_class": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "module", "name"], "flags": [], "fullname": "torch.package._package_unpickler.PackageUnpickler.find_class", "name": "find_class", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._package_unpickler.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._package_unpickler.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._package_unpickler.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._package_unpickler.__package__", "name": "__package__", "type": "builtins.str"}}, "_compat_pickle": {".class": "SymbolTableNode", "cross_ref": "_compat_pickle", "kind": "Gdef"}, "pickle": {".class": "SymbolTableNode", "cross_ref": "pickle", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/package/_package_unpickler.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/_package_unpickler.meta.json b/.mypy_cache/3.9/torch/package/_package_unpickler.meta.json deleted file mode 100644 index 666a6cf1b..000000000 --- a/.mypy_cache/3.9/torch/package/_package_unpickler.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 4, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 30, 30], "dependencies": ["_compat_pickle", "pickle", "torch.package.importer", "builtins", "abc", "typing"], "hash": "dc802ad7a479b33d53808c3cee82a42b0d594bfb99841626b6a88a8b469f5a3f", "id": "torch.package._package_unpickler", "ignore_all": true, "interface_hash": "8295712a86920fec29a51c8e30ededf496a2f9140b187f93688612cdf2a141a6", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/package/_package_unpickler.py", "plugin_data": null, "size": 935, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/_stdlib.data.json b/.mypy_cache/3.9/torch/package/_stdlib.data.json deleted file mode 100644 index 374742733..000000000 --- a/.mypy_cache/3.9/torch/package/_stdlib.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.package._stdlib", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._stdlib.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._stdlib.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._stdlib.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package._stdlib.__package__", "name": "__package__", "type": "builtins.str"}}, "_get_stdlib_modules": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.package._stdlib._get_stdlib_modules", "name": "_get_stdlib_modules", "type": null}}, "is_stdlib_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module"], "flags": [], "fullname": "torch.package._stdlib.is_stdlib_module", "name": "is_stdlib_module", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["module"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_stdlib_module", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "stdlib3_6": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package._stdlib.stdlib3_6", "name": "stdlib3_6", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "stdlib3_7": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package._stdlib.stdlib3_7", "name": "stdlib3_7", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "stdlib3_8": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package._stdlib.stdlib3_8", "name": "stdlib3_8", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "stdlib3_9": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package._stdlib.stdlib3_9", "name": "stdlib3_9", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/package/_stdlib.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/_stdlib.meta.json b/.mypy_cache/3.9/torch/package/_stdlib.meta.json deleted file mode 100644 index f51298865..000000000 --- a/.mypy_cache/3.9/torch/package/_stdlib.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [10, 1, 1, 1], "dep_prios": [10, 5, 30, 30], "dependencies": ["sys", "builtins", "abc", "typing"], "hash": "e627700937f0b620ddbe19a016855ee825608cb9a56ec43ed93b1c46cbb55169", "id": "torch.package._stdlib", "ignore_all": true, "interface_hash": "b6e340d9d88f422789ccb3ee936ba0853f39b2d6973be41c01e959f77ff05fc4", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/package/_stdlib.py", "plugin_data": null, "size": 13452, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/analyze/__init__.data.json b/.mypy_cache/3.9/torch/package/analyze/__init__.data.json deleted file mode 100644 index aff2c8337..000000000 --- a/.mypy_cache/3.9/torch/package/analyze/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.package.analyze", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.analyze.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.analyze.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.analyze.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.analyze.__package__", "name": "__package__", "type": "builtins.str"}}, "trace_dependencies": {".class": "SymbolTableNode", "cross_ref": "torch.package.analyze.trace_dependencies.trace_dependencies", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/package/analyze/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/analyze/__init__.meta.json b/.mypy_cache/3.9/torch/package/analyze/__init__.meta.json deleted file mode 100644 index a70377254..000000000 --- a/.mypy_cache/3.9/torch/package/analyze/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 1], "dep_prios": [5, 5], "dependencies": ["torch.package.analyze.trace_dependencies", "builtins"], "hash": "7507ce6695dcb69567d12c6eec2a52ee1a1395195466620b7127ee9a0fa2777d", "id": "torch.package.analyze", "ignore_all": true, "interface_hash": "af538b94bcc98c5d84f9e7d3657c2d711fcaa2eac610df10918ac24287662716", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/package/analyze/__init__.py", "plugin_data": null, "size": 60, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/analyze/is_from_package.data.json b/.mypy_cache/3.9/torch/package/analyze/is_from_package.data.json deleted file mode 100644 index 9e9a23b9f..000000000 --- a/.mypy_cache/3.9/torch/package/analyze/is_from_package.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.package.analyze.is_from_package", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "ModuleType": {".class": "SymbolTableNode", "cross_ref": "types.ModuleType", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.analyze.is_from_package.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.analyze.is_from_package.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.analyze.is_from_package.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.analyze.is_from_package.__package__", "name": "__package__", "type": "builtins.str"}}, "is_from_package": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch.package.analyze.is_from_package.is_from_package", "name": "is_from_package", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "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", "implicit": false, "is_ellipsis_args": false, "name": "is_from_package", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_mangled": {".class": "SymbolTableNode", "cross_ref": "torch.package._mangling.is_mangled", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/package/analyze/is_from_package.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/analyze/is_from_package.meta.json b/.mypy_cache/3.9/torch/package/analyze/is_from_package.meta.json deleted file mode 100644 index e8c6dc59b..000000000 --- a/.mypy_cache/3.9/torch/package/analyze/is_from_package.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 4, 1, 1], "dep_prios": [5, 5, 5, 5, 30], "dependencies": ["types", "typing", "torch.package._mangling", "builtins", "abc"], "hash": "c6762eff1753a8a768b13ea926d66b9eb41a1b5e2a18b970c82042c2a09fbb42", "id": "torch.package.analyze.is_from_package", "ignore_all": true, "interface_hash": "4a54af5b450d967bcafa87f04d70cc320037b52e5e1e1945f37c77f07adaf87b", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/package/analyze/is_from_package.py", "plugin_data": null, "size": 404, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/analyze/trace_dependencies.data.json b/.mypy_cache/3.9/torch/package/analyze/trace_dependencies.data.json deleted file mode 100644 index a63742006..000000000 --- a/.mypy_cache/3.9/torch/package/analyze/trace_dependencies.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.package.analyze.trace_dependencies", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.analyze.trace_dependencies.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.analyze.trace_dependencies.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.analyze.trace_dependencies.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.analyze.trace_dependencies.__package__", "name": "__package__", "type": "builtins.str"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "trace_dependencies": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["callable", "inputs"], "flags": [], "fullname": "torch.package.analyze.trace_dependencies.trace_dependencies", "name": "trace_dependencies", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["callable", "inputs"], "arg_types": [{".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": {}, "fallback": "builtins.function", "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": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "trace_dependencies", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/package/analyze/trace_dependencies.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/analyze/trace_dependencies.meta.json b/.mypy_cache/3.9/torch/package/analyze/trace_dependencies.meta.json deleted file mode 100644 index d125bdbbb..000000000 --- a/.mypy_cache/3.9/torch/package/analyze/trace_dependencies.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1, 1], "dep_prios": [10, 5, 5, 30, 30], "dependencies": ["sys", "typing", "builtins", "abc", "types"], "hash": "0e0e03fca0def6b78a11af534aac9ed8f50de20aab114d06ff9e4773d4daa788", "id": "torch.package.analyze.trace_dependencies", "ignore_all": true, "interface_hash": "34c7f53c51b30cf74593421f33b6d9f27405fd4b56d99ea14c974cdf4241d4bf", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/package/analyze/trace_dependencies.py", "plugin_data": null, "size": 2159, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/file_structure_representation.data.json b/.mypy_cache/3.9/torch/package/file_structure_representation.data.json deleted file mode 100644 index aa5651a53..000000000 --- a/.mypy_cache/3.9/torch/package/file_structure_representation.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.package.file_structure_representation", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Directory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package.file_structure_representation.Directory", "name": "Directory", "type_vars": []}, "flags": [], "fullname": "torch.package.file_structure_representation.Directory", "metaclass_type": null, "metadata": {}, "module_name": "torch.package.file_structure_representation", "mro": ["torch.package.file_structure_representation.Directory", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "is_dir"], "flags": [], "fullname": "torch.package.file_structure_representation.Directory.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "is_dir"], "arg_types": ["torch.package.file_structure_representation.Directory", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Directory", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package.file_structure_representation.Directory.__str__", "name": "__str__", "type": null}}, "_add_file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "file_path"], "flags": [], "fullname": "torch.package.file_structure_representation.Directory._add_file", "name": "_add_file", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "file_path"], "arg_types": ["torch.package.file_structure_representation.Directory", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_add_file of Directory", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_get_dir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dirs"], "flags": [], "fullname": "torch.package.file_structure_representation.Directory._get_dir", "name": "_get_dir", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dirs"], "arg_types": ["torch.package.file_structure_representation.Directory", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_dir of Directory", "ret_type": "torch.package.file_structure_representation.Directory", "type_guard": null, "variables": []}}}, "_stringify_tree": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "str_list", "preamble", "dir_ptr"], "flags": [], "fullname": "torch.package.file_structure_representation.Directory._stringify_tree", "name": "_stringify_tree", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "str_list", "preamble", "dir_ptr"], "arg_types": ["torch.package.file_structure_representation.Directory", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_stringify_tree of Directory", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "children": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.package.file_structure_representation.Directory.children", "name": "children", "type": {".class": "Instance", "args": ["builtins.str", "torch.package.file_structure_representation.Directory"], "type_ref": "builtins.dict"}}}, "has_file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "filename"], "flags": [], "fullname": "torch.package.file_structure_representation.Directory.has_file", "name": "has_file", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "filename"], "arg_types": ["torch.package.file_structure_representation.Directory", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "has_file of Directory", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_dir": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.file_structure_representation.Directory.is_dir", "name": "is_dir", "type": "builtins.bool"}}, "name": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.file_structure_representation.Directory.name", "name": "name", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "GlobGroup": {".class": "SymbolTableNode", "cross_ref": "torch.package.glob_group.GlobGroup", "kind": "Gdef"}, "GlobPattern": {".class": "SymbolTableNode", "cross_ref": "torch.package.glob_group.GlobPattern", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.file_structure_representation.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.file_structure_representation.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.file_structure_representation.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.file_structure_representation.__package__", "name": "__package__", "type": "builtins.str"}}, "_create_directory_from_file_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["filename", "file_list", "include", "exclude"], "flags": [], "fullname": "torch.package.file_structure_representation._create_directory_from_file_list", "name": "_create_directory_from_file_list", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["filename", "file_list", "include", "exclude"], "arg_types": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.package.glob_group.GlobPattern"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.package.glob_group.GlobPattern"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_create_directory_from_file_list", "ret_type": "torch.package.file_structure_representation.Directory", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/package/file_structure_representation.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/file_structure_representation.meta.json b/.mypy_cache/3.9/torch/package/file_structure_representation.meta.json deleted file mode 100644 index c5f18ac94..000000000 --- a/.mypy_cache/3.9/torch/package/file_structure_representation.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [2, 4, 1, 1, 1], "dep_prios": [5, 5, 5, 30, 30], "dependencies": ["typing", "torch.package.glob_group", "builtins", "_typeshed", "abc"], "hash": "ccf968c9c4478ff8caf26a08e8c24a6c9f46f0420986e3b84378149f4c0c445b", "id": "torch.package.file_structure_representation", "ignore_all": true, "interface_hash": "5011ffda9e40d9509cba6af1bfa4d5556d6689eb4abd6b82745926167c1a7b63", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/package/file_structure_representation.py", "plugin_data": null, "size": 4699, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/find_file_dependencies.data.json b/.mypy_cache/3.9/torch/package/find_file_dependencies.data.json deleted file mode 100644 index fbd441c28..000000000 --- a/.mypy_cache/3.9/torch/package/find_file_dependencies.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.package.find_file_dependencies", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "_ExtractModuleReferences": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["ast.NodeVisitor"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package.find_file_dependencies._ExtractModuleReferences", "name": "_ExtractModuleReferences", "type_vars": []}, "flags": [], "fullname": "torch.package.find_file_dependencies._ExtractModuleReferences", "metaclass_type": null, "metadata": {}, "module_name": "torch.package.find_file_dependencies", "mro": ["torch.package.find_file_dependencies._ExtractModuleReferences", "ast.NodeVisitor", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "package"], "flags": [], "fullname": "torch.package.find_file_dependencies._ExtractModuleReferences.__init__", "name": "__init__", "type": null}}, "_absmodule": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "module_name", "level"], "flags": [], "fullname": "torch.package.find_file_dependencies._ExtractModuleReferences._absmodule", "name": "_absmodule", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "module_name", "level"], "arg_types": ["torch.package.find_file_dependencies._ExtractModuleReferences", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_absmodule of _ExtractModuleReferences", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_grab_node_int": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "torch.package.find_file_dependencies._ExtractModuleReferences._grab_node_int", "name": "_grab_node_int", "type": null}}, "_grab_node_str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "torch.package.find_file_dependencies._ExtractModuleReferences._grab_node_str", "name": "_grab_node_str", "type": null}}, "package": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.find_file_dependencies._ExtractModuleReferences.package", "name": "package", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "references": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.find_file_dependencies._ExtractModuleReferences.references", "name": "references", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "src", "package"], "flags": ["is_class", "is_decorated"], "fullname": "torch.package.find_file_dependencies._ExtractModuleReferences.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "src", "package"], "arg_types": [{".class": "TypeType", "item": "torch.package.find_file_dependencies._ExtractModuleReferences"}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run of _ExtractModuleReferences", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "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"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "src", "package"], "arg_types": [{".class": "TypeType", "item": "torch.package.find_file_dependencies._ExtractModuleReferences"}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run of _ExtractModuleReferences", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "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"}, "type_guard": null, "variables": []}}}}, "visit_Call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "torch.package.find_file_dependencies._ExtractModuleReferences.visit_Call", "name": "visit_Call", "type": null}}, "visit_Import": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "torch.package.find_file_dependencies._ExtractModuleReferences.visit_Import", "name": "visit_Import", "type": null}}, "visit_ImportFrom": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "torch.package.find_file_dependencies._ExtractModuleReferences.visit_ImportFrom", "name": "visit_ImportFrom", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.find_file_dependencies.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.find_file_dependencies.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.find_file_dependencies.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.find_file_dependencies.__package__", "name": "__package__", "type": "builtins.str"}}, "_resolve_name": {".class": "SymbolTableNode", "cross_ref": "torch.package._importlib._resolve_name", "kind": "Gdef"}, "ast": {".class": "SymbolTableNode", "cross_ref": "ast", "kind": "Gdef"}, "find_files_source_depends_on": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.find_file_dependencies.find_files_source_depends_on", "name": "find_files_source_depends_on", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["src", "package"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [{".class": "TypeType", "item": "torch.package.find_file_dependencies._ExtractModuleReferences"}], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "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"}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/package/find_file_dependencies.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/find_file_dependencies.meta.json b/.mypy_cache/3.9/torch/package/find_file_dependencies.meta.json deleted file mode 100644 index 9f703e280..000000000 --- a/.mypy_cache/3.9/torch/package/find_file_dependencies.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 5, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 30, 30], "dependencies": ["ast", "sys", "typing", "torch.package._importlib", "builtins", "_ast", "abc"], "hash": "1b0da2af0e4ec1c8ec8d66b868ca771b4f64aa17ebfa30663bdd92f83d022e7c", "id": "torch.package.find_file_dependencies", "ignore_all": true, "interface_hash": "af3e763f2416c7c5f7d8b1fdb61411a30c9efe4f9112ff4a2754f6d1ea248504", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/package/find_file_dependencies.py", "plugin_data": null, "size": 4138, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/glob_group.data.json b/.mypy_cache/3.9/torch/package/glob_group.data.json deleted file mode 100644 index b1c144565..000000000 --- a/.mypy_cache/3.9/torch/package/glob_group.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.package.glob_group", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "GlobGroup": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package.glob_group.GlobGroup", "name": "GlobGroup", "type_vars": []}, "flags": [], "fullname": "torch.package.glob_group.GlobGroup", "metaclass_type": null, "metadata": {}, "module_name": "torch.package.glob_group", "mro": ["torch.package.glob_group.GlobGroup", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["self", "include", "exclude", "separator"], "flags": [], "fullname": "torch.package.glob_group.GlobGroup.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["self", "include", "exclude", "separator"], "arg_types": ["torch.package.glob_group.GlobGroup", {".class": "TypeAliasType", "args": [], "type_ref": "torch.package.glob_group.GlobPattern"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.package.glob_group.GlobPattern"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of GlobGroup", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package.glob_group.GlobGroup.__repr__", "name": "__repr__", "type": null}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package.glob_group.GlobGroup.__str__", "name": "__str__", "type": null}}, "_dbg": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.glob_group.GlobGroup._dbg", "name": "_dbg", "type": "builtins.str"}}, "_glob_list": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["elems", "separator"], "flags": ["is_static", "is_decorated"], "fullname": "torch.package.glob_group.GlobGroup._glob_list", "name": "_glob_list", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["elems", "separator"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.package.glob_group.GlobPattern"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_glob_list of GlobGroup", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_glob_list", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["elems", "separator"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.package.glob_group.GlobPattern"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_glob_list of GlobGroup", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_glob_to_re": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["pattern", "separator"], "flags": ["is_static", "is_decorated"], "fullname": "torch.package.glob_group.GlobGroup._glob_to_re", "name": "_glob_to_re", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["pattern", "separator"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_glob_to_re of GlobGroup", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_glob_to_re", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["pattern", "separator"], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_glob_to_re of GlobGroup", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "exclude": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.glob_group.GlobGroup.exclude", "name": "exclude", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "include": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.glob_group.GlobGroup.include", "name": "include", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "matches": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "candidate"], "flags": [], "fullname": "torch.package.glob_group.GlobGroup.matches", "name": "matches", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "candidate"], "arg_types": ["torch.package.glob_group.GlobGroup", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "matches of GlobGroup", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "separator": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.glob_group.GlobGroup.separator", "name": "separator", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "GlobPattern": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.package.glob_group.GlobPattern", "line": 4, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}]}}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.glob_group.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.glob_group.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.glob_group.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.glob_group.__package__", "name": "__package__", "type": "builtins.str"}}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/package/glob_group.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/glob_group.meta.json b/.mypy_cache/3.9/torch/package/glob_group.meta.json deleted file mode 100644 index 1ec5e266e..000000000 --- a/.mypy_cache/3.9/torch/package/glob_group.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 1, 1, 1], "dep_prios": [10, 5, 5, 30, 30], "dependencies": ["re", "typing", "builtins", "abc", "enum"], "hash": "96b1d07cc1d3cf4e80bb70be6f229ce7cc9755bc13410341a96fb348311529e5", "id": "torch.package.glob_group", "ignore_all": true, "interface_hash": "df9852b97b62ecefaf9758988b54a3bd9eb1b5f2ef9e91ec37754a79238fabef", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/package/glob_group.py", "plugin_data": null, "size": 3610, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/importer.data.json b/.mypy_cache/3.9/torch/package/importer.data.json deleted file mode 100644 index b32e0d93c..000000000 --- a/.mypy_cache/3.9/torch/package/importer.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.package.importer", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ABC": {".class": "SymbolTableNode", "cross_ref": "abc.ABC", "kind": "Gdef"}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Importer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["import_module"], "bases": ["abc.ABC"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package.importer.Importer", "name": "Importer", "type_vars": []}, "flags": ["is_abstract"], "fullname": "torch.package.importer.Importer", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch.package.importer", "mro": ["torch.package.importer.Importer", "abc.ABC", "builtins.object"], "names": {".class": "SymbolTable", "get_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "name"], "flags": [], "fullname": "torch.package.importer.Importer.get_name", "name": "get_name", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "name"], "arg_types": ["torch.package.importer.Importer", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_name of Importer", "ret_type": {".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_guard": null, "variables": []}}}, "import_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "flags": ["is_decorated", "is_abstract"], "fullname": "torch.package.importer.Importer.import_module", "name": "import_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "arg_types": ["torch.package.importer.Importer", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "import_module of Importer", "ret_type": "types.ModuleType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "import_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "arg_types": ["torch.package.importer.Importer", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "import_module of Importer", "ret_type": "types.ModuleType", "type_guard": null, "variables": []}}}}, "modules": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.package.importer.Importer.modules", "name": "modules", "type": {".class": "Instance", "args": ["builtins.str", "types.ModuleType"], "type_ref": "builtins.dict"}}}, "whichmodule": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "name"], "flags": [], "fullname": "torch.package.importer.Importer.whichmodule", "name": "whichmodule", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "name"], "arg_types": ["torch.package.importer.Importer", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "whichmodule of Importer", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "ModuleType": {".class": "SymbolTableNode", "cross_ref": "types.ModuleType", "kind": "Gdef"}, "ObjMismatchError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package.importer.ObjMismatchError", "name": "ObjMismatchError", "type_vars": []}, "flags": [], "fullname": "torch.package.importer.ObjMismatchError", "metaclass_type": null, "metadata": {}, "module_name": "torch.package.importer", "mro": ["torch.package.importer.ObjMismatchError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ObjNotFoundError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package.importer.ObjNotFoundError", "name": "ObjNotFoundError", "type_vars": []}, "flags": [], "fullname": "torch.package.importer.ObjNotFoundError", "metaclass_type": null, "metadata": {}, "module_name": "torch.package.importer", "mro": ["torch.package.importer.ObjNotFoundError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "OrderedImporter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.package.importer.Importer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package.importer.OrderedImporter", "name": "OrderedImporter", "type_vars": []}, "flags": [], "fullname": "torch.package.importer.OrderedImporter", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch.package.importer", "mro": ["torch.package.importer.OrderedImporter", "torch.package.importer.Importer", "abc.ABC", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "torch.package.importer.OrderedImporter.__init__", "name": "__init__", "type": null}}, "_importers": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.package.importer.OrderedImporter._importers", "name": "_importers", "type": {".class": "Instance", "args": ["torch.package.importer.Importer"], "type_ref": "builtins.list"}}}, "import_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "flags": [], "fullname": "torch.package.importer.OrderedImporter.import_module", "name": "import_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "arg_types": ["torch.package.importer.OrderedImporter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "import_module of OrderedImporter", "ret_type": "types.ModuleType", "type_guard": null, "variables": []}}}, "whichmodule": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "name"], "flags": [], "fullname": "torch.package.importer.OrderedImporter.whichmodule", "name": "whichmodule", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "name"], "arg_types": ["torch.package.importer.OrderedImporter", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "whichmodule of OrderedImporter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "_Pickler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.package.importer._Pickler", "name": "_Pickler", "type": {".class": "AnyType", "missing_import_name": "torch.package.importer._Pickler", "source_any": null, "type_of_any": 3}}}, "_SysImporter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.package.importer.Importer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package.importer._SysImporter", "name": "_SysImporter", "type_vars": []}, "flags": [], "fullname": "torch.package.importer._SysImporter", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch.package.importer", "mro": ["torch.package.importer._SysImporter", "torch.package.importer.Importer", "abc.ABC", "builtins.object"], "names": {".class": "SymbolTable", "import_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "flags": [], "fullname": "torch.package.importer._SysImporter.import_module", "name": "import_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "arg_types": ["torch.package.importer._SysImporter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "import_module of _SysImporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "whichmodule": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "name"], "flags": [], "fullname": "torch.package.importer._SysImporter.whichmodule", "name": "whichmodule", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "name"], "arg_types": ["torch.package.importer._SysImporter", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "whichmodule of _SysImporter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.importer.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.importer.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.importer.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.importer.__package__", "name": "__package__", "type": "builtins.str"}}, "_getattribute": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.package.importer._getattribute", "name": "_getattribute", "type": {".class": "AnyType", "missing_import_name": "torch.package.importer._getattribute", "source_any": null, "type_of_any": 3}}}, "_pickle_whichmodule": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.package.importer._pickle_whichmodule", "name": "_pickle_whichmodule", "type": {".class": "AnyType", "missing_import_name": "torch.package.importer._pickle_whichmodule", "source_any": null, "type_of_any": 3}}}, "abstractmethod": {".class": "SymbolTableNode", "cross_ref": "abc.abstractmethod", "kind": "Gdef"}, "demangle": {".class": "SymbolTableNode", "cross_ref": "torch.package._mangling.demangle", "kind": "Gdef"}, "get_mangle_prefix": {".class": "SymbolTableNode", "cross_ref": "torch.package._mangling.get_mangle_prefix", "kind": "Gdef"}, "importlib": {".class": "SymbolTableNode", "cross_ref": "importlib", "kind": "Gdef"}, "is_mangled": {".class": "SymbolTableNode", "cross_ref": "torch.package._mangling.is_mangled", "kind": "Gdef"}, "sys_importer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.importer.sys_importer", "name": "sys_importer", "type": "torch.package.importer._SysImporter"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/package/importer.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/importer.meta.json b/.mypy_cache/3.9/torch/package/importer.meta.json deleted file mode 100644 index ce2081106..000000000 --- a/.mypy_cache/3.9/torch/package/importer.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 5, 6, 8, 1], "dep_prios": [10, 5, 5, 5, 5, 5, 5], "dependencies": ["importlib", "abc", "pickle", "types", "typing", "torch.package._mangling", "builtins"], "hash": "0458228177f048cd0371cf15d9bbc25676d2697a1c0fce6e9dc8b301cc744bf3", "id": "torch.package.importer", "ignore_all": true, "interface_hash": "5bce1b709de331f55e0d410ba5c5731fbb444112b083d5b80088c68d23609594", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/package/importer.py", "plugin_data": null, "size": 7948, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/package_exporter.data.json b/.mypy_cache/3.9/torch/package/package_exporter.data.json deleted file mode 100644 index 7855cf8f8..000000000 --- a/.mypy_cache/3.9/torch/package/package_exporter.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.package.package_exporter", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ActionHook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.package.package_exporter.ActionHook", "line": 38, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch.package.package_exporter.PackageExporter", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "BinaryIO": {".class": "SymbolTableNode", "cross_ref": "typing.BinaryIO", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "DiGraph": {".class": "SymbolTableNode", "cross_ref": "torch.package._digraph.DiGraph", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "EmptyMatchError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package.package_exporter.EmptyMatchError", "name": "EmptyMatchError", "type_vars": []}, "flags": [], "fullname": "torch.package.package_exporter.EmptyMatchError", "metaclass_type": null, "metadata": {}, "module_name": "torch.package.package_exporter", "mro": ["torch.package.package_exporter.EmptyMatchError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Enum": {".class": "SymbolTableNode", "cross_ref": "enum.Enum", "kind": "Gdef"}, "GlobGroup": {".class": "SymbolTableNode", "cross_ref": "torch.package.glob_group.GlobGroup", "kind": "Gdef"}, "GlobPattern": {".class": "SymbolTableNode", "cross_ref": "torch.package.glob_group.GlobPattern", "kind": "Gdef"}, "Importer": {".class": "SymbolTableNode", "cross_ref": "torch.package.importer.Importer", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "OrderedDict": {".class": "SymbolTableNode", "cross_ref": "collections.OrderedDict", "kind": "Gdef"}, "OrderedImporter": {".class": "SymbolTableNode", "cross_ref": "torch.package.importer.OrderedImporter", "kind": "Gdef"}, "PackageExporter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package.package_exporter.PackageExporter", "name": "PackageExporter", "type_vars": []}, "flags": [], "fullname": "torch.package.package_exporter.PackageExporter", "metaclass_type": null, "metadata": {}, "module_name": "torch.package.package_exporter", "mro": ["torch.package.package_exporter.PackageExporter", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_value", "traceback"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.__exit__", "name": "__exit__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "f", "importer"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "f", "importer"], "arg_types": ["torch.package.package_exporter.PackageExporter", {".class": "UnionType", "items": ["builtins.str", "pathlib.Path", "typing.BinaryIO"]}, {".class": "UnionType", "items": ["torch.package.importer.Importer", {".class": "Instance", "args": ["torch.package.importer.Importer"], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PackageExporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_can_implicitly_extern": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter._can_implicitly_extern", "name": "_can_implicitly_extern", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "arg_types": ["torch.package.package_exporter.PackageExporter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_can_implicitly_extern of PackageExporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_execute_dependency_graph": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter._execute_dependency_graph", "name": "_execute_dependency_graph", "type": null}}, "_extern_hooks": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.package.package_exporter.PackageExporter._extern_hooks", "name": "_extern_hooks", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "collections.OrderedDict"}}}, "_filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "package", "resource"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter._filename", "name": "_filename", "type": null}}, "_finalize_zip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter._finalize_zip", "name": "_finalize_zip", "type": null}}, "_get_dependencies": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "src", "module_name", "is_package"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter._get_dependencies", "name": "_get_dependencies", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "src", "module_name", "is_package"], "arg_types": ["torch.package.package_exporter.PackageExporter", "builtins.str", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_dependencies of PackageExporter", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_get_source_of_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter._get_source_of_module", "name": "_get_source_of_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "arg_types": ["torch.package.package_exporter.PackageExporter", "types.ModuleType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_source_of_module of PackageExporter", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_import_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter._import_module", "name": "_import_module", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "arg_types": ["torch.package.package_exporter.PackageExporter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_import_module of PackageExporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_intern_hooks": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.package.package_exporter.PackageExporter._intern_hooks", "name": "_intern_hooks", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "collections.OrderedDict"}}}, "_intern_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "module_name", "dependencies"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter._intern_module", "name": "_intern_module", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "module_name", "dependencies"], "arg_types": ["torch.package.package_exporter.PackageExporter", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_intern_module of PackageExporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_mock_hooks": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.package.package_exporter.PackageExporter._mock_hooks", "name": "_mock_hooks", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "collections.OrderedDict"}}}, "_module_exists": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter._module_exists", "name": "_module_exists", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "arg_types": ["torch.package.package_exporter.PackageExporter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_module_exists of PackageExporter", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_nodes_with_action_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter._nodes_with_action_type", "name": "_nodes_with_action_type", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "action"], "arg_types": ["torch.package.package_exporter.PackageExporter", {".class": "UnionType", "items": ["torch.package.package_exporter._ModuleProviderAction", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_nodes_with_action_type of PackageExporter", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "_persistent_id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter._persistent_id", "name": "_persistent_id", "type": null}}, "_unique_id": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_exporter.PackageExporter._unique_id", "name": "_unique_id", "type": "builtins.int"}}, "_validate_dependency_graph": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter._validate_dependency_graph", "name": "_validate_dependency_graph", "type": null}}, "_write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "filename", "str_or_bytes"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter._write", "name": "_write", "type": null}}, "_write_mock_file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter._write_mock_file", "name": "_write_mock_file", "type": null}}, "_write_source_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "module_name", "src", "is_package"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter._write_source_string", "name": "_write_source_string", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "module_name", "src", "is_package"], "arg_types": ["torch.package.package_exporter.PackageExporter", "builtins.str", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_write_source_string of PackageExporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_written_files": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.package.package_exporter.PackageExporter._written_files", "name": "_written_files", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "add_dependency": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "module_name", "dependencies"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.add_dependency", "name": "add_dependency", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "module_name", "dependencies"], "arg_types": ["torch.package.package_exporter.PackageExporter", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_dependency of PackageExporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "buffer": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.package.package_exporter.PackageExporter.buffer", "name": "buffer", "type": {".class": "UnionType", "items": ["typing.BinaryIO", {".class": "NoneType"}]}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.close", "name": "close", "type": null}}, "denied_modules": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.denied_modules", "name": "denied_modules", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.package.package_exporter.PackageExporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "denied_modules of PackageExporter", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "deny": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "include", "exclude"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.deny", "name": "deny", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "include", "exclude"], "arg_types": ["torch.package.package_exporter.PackageExporter", {".class": "TypeAliasType", "args": [], "type_ref": "torch.package.glob_group.GlobPattern"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.package.glob_group.GlobPattern"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "deny of PackageExporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "dependency_graph": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.dependency_graph", "name": "dependency_graph", "type": "torch.package._digraph.DiGraph"}}, "dependency_graph_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.dependency_graph_string", "name": "dependency_graph_string", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.package.package_exporter.PackageExporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dependency_graph_string of PackageExporter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "extern": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["self", "include", "exclude", "allow_empty"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.extern", "name": "extern", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["self", "include", "exclude", "allow_empty"], "arg_types": ["torch.package.package_exporter.PackageExporter", {".class": "TypeAliasType", "args": [], "type_ref": "torch.package.glob_group.GlobPattern"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.package.glob_group.GlobPattern"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extern of PackageExporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "externed_modules": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.externed_modules", "name": "externed_modules", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.package.package_exporter.PackageExporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "externed_modules of PackageExporter", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_rdeps": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.get_rdeps", "name": "get_rdeps", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "arg_types": ["torch.package.package_exporter.PackageExporter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_rdeps of PackageExporter", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_unique_id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.get_unique_id", "name": "get_unique_id", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.package.package_exporter.PackageExporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_unique_id of PackageExporter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "importer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.package.package_exporter.PackageExporter.importer", "name": "importer", "type": "torch.package.importer.Importer"}}, "intern": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["self", "include", "exclude", "allow_empty"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.intern", "name": "intern", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["self", "include", "exclude", "allow_empty"], "arg_types": ["torch.package.package_exporter.PackageExporter", {".class": "TypeAliasType", "args": [], "type_ref": "torch.package.glob_group.GlobPattern"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.package.glob_group.GlobPattern"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "intern of PackageExporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "interned_modules": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.interned_modules", "name": "interned_modules", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.package.package_exporter.PackageExporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "interned_modules of PackageExporter", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "mock": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["self", "include", "exclude", "allow_empty"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.mock", "name": "mock", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["self", "include", "exclude", "allow_empty"], "arg_types": ["torch.package.package_exporter.PackageExporter", {".class": "TypeAliasType", "args": [], "type_ref": "torch.package.glob_group.GlobPattern"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.package.glob_group.GlobPattern"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mock of PackageExporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "mocked_modules": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.mocked_modules", "name": "mocked_modules", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.package.package_exporter.PackageExporter"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mocked_modules of PackageExporter", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "patterns": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.package.package_exporter.PackageExporter.patterns", "name": "patterns", "type": {".class": "Instance", "args": ["torch.package.glob_group.GlobGroup", "torch.package.package_exporter._PatternInfo"], "type_ref": "builtins.dict"}}}, "register_extern_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.register_extern_hook", "name": "register_extern_hook", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "arg_types": ["torch.package.package_exporter.PackageExporter", {".class": "TypeAliasType", "args": [], "type_ref": "torch.package.package_exporter.ActionHook"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_extern_hook of PackageExporter", "ret_type": "torch.utils.hooks.RemovableHandle", "type_guard": null, "variables": []}}}, "register_intern_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.register_intern_hook", "name": "register_intern_hook", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "arg_types": ["torch.package.package_exporter.PackageExporter", {".class": "TypeAliasType", "args": [], "type_ref": "torch.package.package_exporter.ActionHook"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_intern_hook of PackageExporter", "ret_type": "torch.utils.hooks.RemovableHandle", "type_guard": null, "variables": []}}}, "register_mock_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.register_mock_hook", "name": "register_mock_hook", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "hook"], "arg_types": ["torch.package.package_exporter.PackageExporter", {".class": "TypeAliasType", "args": [], "type_ref": "torch.package.package_exporter.ActionHook"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_mock_hook of PackageExporter", "ret_type": "torch.utils.hooks.RemovableHandle", "type_guard": null, "variables": []}}}, "save_binary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "package", "resource", "binary"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.save_binary", "name": "save_binary", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "package", "resource", "binary"], "arg_types": ["torch.package.package_exporter.PackageExporter", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "save_binary of PackageExporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "save_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "module_name", "dependencies"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.save_module", "name": "save_module", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "module_name", "dependencies"], "arg_types": ["torch.package.package_exporter.PackageExporter", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "save_module of PackageExporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "save_pickle": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "package", "resource", "obj", "dependencies"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.save_pickle", "name": "save_pickle", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "package", "resource", "obj", "dependencies"], "arg_types": ["torch.package.package_exporter.PackageExporter", "builtins.str", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "save_pickle of PackageExporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "save_source_file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "module_name", "file_or_directory", "dependencies"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.save_source_file", "name": "save_source_file", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "module_name", "file_or_directory", "dependencies"], "arg_types": ["torch.package.package_exporter.PackageExporter", "builtins.str", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "save_source_file of PackageExporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "save_source_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "module_name", "src", "is_package", "dependencies"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.save_source_string", "name": "save_source_string", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "module_name", "src", "is_package", "dependencies"], "arg_types": ["torch.package.package_exporter.PackageExporter", "builtins.str", "builtins.str", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "save_source_string of PackageExporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "save_text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "package", "resource", "text"], "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.save_text", "name": "save_text", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "package", "resource", "text"], "arg_types": ["torch.package.package_exporter.PackageExporter", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "save_text of PackageExporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "script_module_serializer": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.script_module_serializer", "name": "script_module_serializer", "type": "torch._C.ScriptModuleSerializer"}}, "serialized_reduces": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.package.package_exporter.PackageExporter.serialized_reduces", "name": "serialized_reduces", "type": {".class": "Instance", "args": ["builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "storage_context": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.storage_context", "name": "storage_context", "type": "torch._C.SerializationStorageContext"}}, "zip_file": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_exporter.PackageExporter.zip_file", "name": "zip_file", "type": "torch._C.PyTorchFileWriter"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PackagingError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package.package_exporter.PackagingError", "name": "PackagingError", "type_vars": []}, "flags": [], "fullname": "torch.package.package_exporter.PackagingError", "metaclass_type": null, "metadata": {}, "module_name": "torch.package.package_exporter", "mro": ["torch.package.package_exporter.PackagingError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dependency_graph"], "flags": [], "fullname": "torch.package.package_exporter.PackagingError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dependency_graph"], "arg_types": ["torch.package.package_exporter.PackagingError", "torch.package._digraph.DiGraph"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PackagingError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dependency_graph": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_exporter.PackagingError.dependency_graph", "name": "dependency_graph", "type": "torch.package._digraph.DiGraph"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PackagingErrorReason": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package.package_exporter.PackagingErrorReason", "name": "PackagingErrorReason", "type_vars": []}, "flags": ["is_enum"], "fullname": "torch.package.package_exporter.PackagingErrorReason", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "torch.package.package_exporter", "mro": ["torch.package.package_exporter.PackagingErrorReason", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "DENIED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.package.package_exporter.PackagingErrorReason.DENIED", "name": "DENIED", "type": "builtins.str"}}, "DEPENDENCY_RESOLUTION_FAILED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.package.package_exporter.PackagingErrorReason.DEPENDENCY_RESOLUTION_FAILED", "name": "DEPENDENCY_RESOLUTION_FAILED", "type": "builtins.str"}}, "IS_EXTENSION_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.package.package_exporter.PackagingErrorReason.IS_EXTENSION_MODULE", "name": "IS_EXTENSION_MODULE", "type": "builtins.str"}}, "NO_ACTION": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.package.package_exporter.PackagingErrorReason.NO_ACTION", "name": "NO_ACTION", "type": "builtins.str"}}, "NO_DUNDER_FILE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.package.package_exporter.PackagingErrorReason.NO_DUNDER_FILE", "name": "NO_DUNDER_FILE", "type": "builtins.str"}}, "SOURCE_FILE_NOT_FOUND": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.package.package_exporter.PackagingErrorReason.SOURCE_FILE_NOT_FOUND", "name": "SOURCE_FILE_NOT_FOUND", "type": "builtins.str"}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package.package_exporter.PackagingErrorReason.__repr__", "name": "__repr__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef"}, "RemovableHandle": {".class": "SymbolTableNode", "cross_ref": "torch.utils.hooks.RemovableHandle", "kind": "Gdef"}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_DISALLOWED_MODULES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_exporter._DISALLOWED_MODULES", "name": "_DISALLOWED_MODULES", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "_MOCK_IMPL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.package_exporter._MOCK_IMPL", "name": "_MOCK_IMPL", "type": "builtins.str"}}, "_ModuleProviderAction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package.package_exporter._ModuleProviderAction", "name": "_ModuleProviderAction", "type_vars": []}, "flags": ["is_enum"], "fullname": "torch.package.package_exporter._ModuleProviderAction", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "torch.package.package_exporter", "mro": ["torch.package.package_exporter._ModuleProviderAction", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "DENY": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.package.package_exporter._ModuleProviderAction.DENY", "name": "DENY", "type": "builtins.int"}}, "EXTERN": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.package.package_exporter._ModuleProviderAction.EXTERN", "name": "EXTERN", "type": "builtins.int"}}, "INTERN": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.package.package_exporter._ModuleProviderAction.INTERN", "name": "INTERN", "type": "builtins.int"}}, "MOCK": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.package.package_exporter._ModuleProviderAction.MOCK", "name": "MOCK", "type": "builtins.int"}}, "REPACKAGED_MOCK_MODULE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.package.package_exporter._ModuleProviderAction.REPACKAGED_MOCK_MODULE", "name": "REPACKAGED_MOCK_MODULE", "type": "builtins.int"}}, "SKIP": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.package.package_exporter._ModuleProviderAction.SKIP", "name": "SKIP", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_PatternInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package.package_exporter._PatternInfo", "name": "_PatternInfo", "type_vars": []}, "flags": [], "fullname": "torch.package.package_exporter._PatternInfo", "metaclass_type": null, "metadata": {"dataclass": {"attributes": [{"column": 4, "has_default": false, "is_in_init": true, "is_init_var": false, "line": 91, "name": "action", "type": "torch.package.package_exporter._ModuleProviderAction"}, {"column": 4, "has_default": false, "is_in_init": true, "is_init_var": false, "line": 93, "name": "allow_empty", "type": "builtins.bool"}, {"column": 4, "has_default": false, "is_in_init": true, "is_init_var": false, "line": 95, "name": "was_matched", "type": "builtins.bool"}], "frozen": false}}, "module_name": "torch.package.package_exporter", "mro": ["torch.package.package_exporter._PatternInfo", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "action", "allow_empty"], "flags": [], "fullname": "torch.package.package_exporter._PatternInfo.__init__", "name": "__init__", "type": null}}, "action": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.package.package_exporter._PatternInfo.action", "name": "action", "type": "torch.package.package_exporter._ModuleProviderAction"}}, "allow_empty": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.package.package_exporter._PatternInfo.allow_empty", "name": "allow_empty", "type": "builtins.bool"}}, "was_matched": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.package.package_exporter._PatternInfo.was_matched", "name": "was_matched", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.package_exporter.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.package_exporter.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.package_exporter.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.package_exporter.__package__", "name": "__package__", "type": "builtins.str"}}, "_gate_torchscript_serialization": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_exporter._gate_torchscript_serialization", "name": "_gate_torchscript_serialization", "type": "builtins.bool"}}, "_normalize_path": {".class": "SymbolTableNode", "cross_ref": "torch.package._importlib._normalize_path", "kind": "Gdef"}, "_read_file": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["filename"], "flags": [], "fullname": "torch.package.package_exporter._read_file", "name": "_read_file", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["filename"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_read_file", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef"}, "create_pickler": {".class": "SymbolTableNode", "cross_ref": "torch.package._package_pickler.create_pickler", "kind": "Gdef"}, "dataclass": {".class": "SymbolTableNode", "cross_ref": "dataclasses.dataclass", "kind": "Gdef"}, "defaultdict": {".class": "SymbolTableNode", "cross_ref": "collections.defaultdict", "kind": "Gdef"}, "demangle": {".class": "SymbolTableNode", "cross_ref": "torch.package._mangling.demangle", "kind": "Gdef"}, "find_files_source_depends_on": {".class": "SymbolTableNode", "cross_ref": "torch.package.find_file_dependencies.find_files_source_depends_on", "kind": "Gdef"}, "importlib": {".class": "SymbolTableNode", "cross_ref": "importlib", "kind": "Gdef"}, "io": {".class": "SymbolTableNode", "cross_ref": "io", "kind": "Gdef"}, "is_mangled": {".class": "SymbolTableNode", "cross_ref": "torch.package._mangling.is_mangled", "kind": "Gdef"}, "is_stdlib_module": {".class": "SymbolTableNode", "cross_ref": "torch.package._stdlib.is_stdlib_module", "kind": "Gdef"}, "linecache": {".class": "SymbolTableNode", "cross_ref": "linecache", "kind": "Gdef"}, "location_tag": {".class": "SymbolTableNode", "cross_ref": "torch.serialization.location_tag", "kind": "Gdef"}, "normalize_storage_type": {".class": "SymbolTableNode", "cross_ref": "torch.serialization.normalize_storage_type", "kind": "Gdef"}, "pickletools": {".class": "SymbolTableNode", "cross_ref": "pickletools", "kind": "Gdef"}, "sys_importer": {".class": "SymbolTableNode", "cross_ref": "torch.package.importer.sys_importer", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/package/package_exporter.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/package_exporter.meta.json b/.mypy_cache/3.9/torch/package/package_exporter.meta.json deleted file mode 100644 index 0854731ef..000000000 --- a/.mypy_cache/3.9/torch/package/package_exporter.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 2, 3, 4, 5, 6, 8, 9, 10, 11, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 20, 10, 10, 10, 10, 5, 5, 5, 5, 10, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["collections", "importlib.machinery", "importlib", "io", "linecache", "pickletools", "types", "dataclasses", "enum", "pathlib", "typing", "torch", "torch.serialization", "torch.utils.hooks", "torch.package._digraph", "torch.package._importlib", "torch.package._mangling", "torch.package._package_pickler", "torch.package._stdlib", "torch.package.find_file_dependencies", "torch.package.glob_group", "torch.package.importer", "builtins", "functools", "threading", "contextlib", "inspect", "logging", "warnings", "pickle", "os", "time", "_typeshed", "abc", "collections.abc", "torch._C", "torch.jit", "torch.jit._script", "torch.types", "torch.utils"], "hash": "8ba9dd537368f3a2b2f3dbb14c50693ec1d16fc8f510b291058fb7d021101503", "id": "torch.package.package_exporter", "ignore_all": true, "interface_hash": "530279fc25cc8c6378619bb9338f23b4fc6f4f7e57f32b141196e3be4ad6faca", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/package/package_exporter.py", "plugin_data": null, "size": 43710, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/package_importer.data.json b/.mypy_cache/3.9/torch/package/package_importer.data.json deleted file mode 100644 index 6b6b9f864..000000000 --- a/.mypy_cache/3.9/torch/package/package_importer.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.package.package_importer", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "BinaryIO": {".class": "SymbolTableNode", "cross_ref": "typing.BinaryIO", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "Directory": {".class": "SymbolTableNode", "cross_ref": "torch.package.file_structure_representation.Directory", "kind": "Gdef"}, "DirectoryReader": {".class": "SymbolTableNode", "cross_ref": "torch.package._directory_reader.DirectoryReader", "kind": "Gdef"}, "GlobPattern": {".class": "SymbolTableNode", "cross_ref": "torch.package.glob_group.GlobPattern", "kind": "Gdef"}, "Importer": {".class": "SymbolTableNode", "cross_ref": "torch.package.importer.Importer", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "PackageImporter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.package.importer.Importer"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package.package_importer.PackageImporter", "name": "PackageImporter", "type_vars": []}, "flags": [], "fullname": "torch.package.package_importer.PackageImporter", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch.package.package_importer", "mro": ["torch.package.package_importer.PackageImporter", "torch.package.importer.Importer", "abc.ABC", "builtins.object"], "names": {".class": "SymbolTable", "Unpickler": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_importer.PackageImporter.Unpickler", "name": "Unpickler", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": "torch.package._package_unpickler.PackageUnpickler", "type_guard": null, "variables": []}}}, "__import__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "name", "globals", "locals", "fromlist", "level"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter.__import__", "name": "__import__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "file_or_buffer", "module_allowed"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "file_or_buffer", "module_allowed"], "arg_types": ["torch.package.package_importer.PackageImporter", {".class": "UnionType", "items": ["builtins.str", "torch._C.PyTorchFileReader", "pathlib.Path", "typing.BinaryIO"]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PackageImporter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_add_extern": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "extern_name"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter._add_extern", "name": "_add_extern", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "extern_name"], "arg_types": ["torch.package.package_importer.PackageImporter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_add_extern of PackageImporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_add_file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "filename"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter._add_file", "name": "_add_file", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "filename"], "arg_types": ["torch.package.package_importer.PackageImporter", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_add_file of PackageImporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_compile_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fullpath", "mangled_filename"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter._compile_source", "name": "_compile_source", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fullpath", "mangled_filename"], "arg_types": ["torch.package.package_importer.PackageImporter", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compile_source of PackageImporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_do_find_and_load": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter._do_find_and_load", "name": "_do_find_and_load", "type": null}}, "_find_and_load": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter._find_and_load", "name": "_find_and_load", "type": null}}, "_gcd_import": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "name", "package", "level"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter._gcd_import", "name": "_gcd_import", "type": null}}, "_get_or_create_package": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "atoms"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter._get_or_create_package", "name": "_get_or_create_package", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "atoms"], "arg_types": ["torch.package.package_importer.PackageImporter", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_or_create_package of PackageImporter", "ret_type": {".class": "UnionType", "items": ["torch.package.package_importer._PackageNode", "torch.package.package_importer._ExternNode"]}, "type_guard": null, "variables": []}}}, "_get_package": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "package"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter._get_package", "name": "_get_package", "type": null}}, "_handle_fromlist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "module", "fromlist", "recursive"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter._handle_fromlist", "name": "_handle_fromlist", "type": null}}, "_install_on_parent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "parent", "name", "module"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter._install_on_parent", "name": "_install_on_parent", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "parent", "name", "module"], "arg_types": ["torch.package.package_importer.PackageImporter", "builtins.str", "builtins.str", "types.ModuleType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_install_on_parent of PackageImporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_load_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "parent"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter._load_module", "name": "_load_module", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "parent"], "arg_types": ["torch.package.package_importer.PackageImporter", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_load_module of PackageImporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_make_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "name", "filename", "is_package", "parent"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter._make_module", "name": "_make_module", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "name", "filename", "is_package", "parent"], "arg_types": ["torch.package.package_importer.PackageImporter", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make_module of PackageImporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_mangler": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_importer.PackageImporter._mangler", "name": "_mangler", "type": "torch.package._mangling.PackageMangler"}}, "_read_extern": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter._read_extern", "name": "_read_extern", "type": null}}, "_zipfile_path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "package", "resource"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter._zipfile_path", "name": "_zipfile_path", "type": null}}, "extern_modules": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_importer.PackageImporter.extern_modules", "name": "extern_modules", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "file_structure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["self", "include", "exclude"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter.file_structure", "name": "file_structure", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["self", "include", "exclude"], "arg_types": ["torch.package.package_importer.PackageImporter", {".class": "TypeAliasType", "args": [], "type_ref": "torch.package.glob_group.GlobPattern"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.package.glob_group.GlobPattern"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "file_structure of PackageImporter", "ret_type": "torch.package.file_structure_representation.Directory", "type_guard": null, "variables": []}}}, "filename": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_importer.PackageImporter.filename", "name": "filename", "type": "builtins.str"}}, "get_resource_reader": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fullname"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter.get_resource_reader", "name": "get_resource_reader", "type": null}}, "get_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter.get_source", "name": "get_source", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "module_name"], "arg_types": ["torch.package.package_importer.PackageImporter", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_source of PackageImporter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter.id", "name": "id", "type": null}}, "import_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "package"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter.import_module", "name": "import_module", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "package"], "arg_types": ["torch.package.package_importer.PackageImporter", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "import_module of PackageImporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "last_map_location": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_importer.PackageImporter.last_map_location", "name": "last_map_location", "type": {".class": "NoneType"}}}, "load_binary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "package", "resource"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter.load_binary", "name": "load_binary", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "package", "resource"], "arg_types": ["torch.package.package_importer.PackageImporter", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_binary of PackageImporter", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "load_pickle": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "package", "resource", "map_location"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter.load_pickle", "name": "load_pickle", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "package", "resource", "map_location"], "arg_types": ["torch.package.package_importer.PackageImporter", "builtins.str", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_pickle of PackageImporter", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "load_text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "package", "resource", "encoding", "errors"], "flags": [], "fullname": "torch.package.package_importer.PackageImporter.load_text", "name": "load_text", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "package", "resource", "encoding", "errors"], "arg_types": ["torch.package.package_importer.PackageImporter", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_text of PackageImporter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "modules": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.package.package_importer.PackageImporter.modules", "name": "modules", "type": {".class": "Instance", "args": ["builtins.str", "types.ModuleType"], "type_ref": "builtins.dict"}}}, "patched_builtins": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_importer.PackageImporter.patched_builtins", "name": "patched_builtins", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "root": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_importer.PackageImporter.root", "name": "root", "type": "torch.package.package_importer._PackageNode"}}, "storage_context": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.package.package_importer.PackageImporter.storage_context", "name": "storage_context", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "zip_reader": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.package.package_importer.PackageImporter.zip_reader", "name": "zip_reader", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PackageMangler": {".class": "SymbolTableNode", "cross_ref": "torch.package._mangling.PackageMangler", "kind": "Gdef"}, "PackageUnpickler": {".class": "SymbolTableNode", "cross_ref": "torch.package._package_unpickler.PackageUnpickler", "kind": "Gdef"}, "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "WeakValueDictionary": {".class": "SymbolTableNode", "cross_ref": "weakref.WeakValueDictionary", "kind": "Gdef"}, "_ERR_MSG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_importer._ERR_MSG", "name": "_ERR_MSG", "type": "builtins.str"}}, "_ERR_MSG_PREFIX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.package_importer._ERR_MSG_PREFIX", "name": "_ERR_MSG_PREFIX", "type": "builtins.str"}}, "_ExternNode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.package.package_importer._PathNode"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package.package_importer._ExternNode", "name": "_ExternNode", "type_vars": []}, "flags": [], "fullname": "torch.package.package_importer._ExternNode", "metaclass_type": null, "metadata": {}, "module_name": "torch.package.package_importer", "mro": ["torch.package.package_importer._ExternNode", "torch.package.package_importer._PathNode", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ModuleNode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.package.package_importer._PathNode"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package.package_importer._ModuleNode", "name": "_ModuleNode", "type_vars": []}, "flags": [], "fullname": "torch.package.package_importer._ModuleNode", "metaclass_type": null, "metadata": {}, "module_name": "torch.package.package_importer", "mro": ["torch.package.package_importer._ModuleNode", "torch.package.package_importer._PathNode", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "source_file"], "flags": [], "fullname": "torch.package.package_importer._ModuleNode.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "source_file"], "arg_types": ["torch.package.package_importer._ModuleNode", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _ModuleNode", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.package.package_importer._ModuleNode.__slots__", "name": "__slots__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "source_file": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_importer._ModuleNode.source_file", "name": "source_file", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_NEEDS_LOADING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_importer._NEEDS_LOADING", "name": "_NEEDS_LOADING", "type": "builtins.object"}}, "_PackageNode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.package.package_importer._PathNode"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package.package_importer._PackageNode", "name": "_PackageNode", "type_vars": []}, "flags": [], "fullname": "torch.package.package_importer._PackageNode", "metaclass_type": null, "metadata": {}, "module_name": "torch.package.package_importer", "mro": ["torch.package.package_importer._PackageNode", "torch.package.package_importer._PathNode", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "source_file"], "flags": [], "fullname": "torch.package.package_importer._PackageNode.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "source_file"], "arg_types": ["torch.package.package_importer._PackageNode", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _PackageNode", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "children": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.package.package_importer._PackageNode.children", "name": "children", "type": {".class": "Instance", "args": ["builtins.str", "torch.package.package_importer._PathNode"], "type_ref": "builtins.dict"}}}, "source_file": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_importer._PackageNode.source_file", "name": "source_file", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_PackageResourceReader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package.package_importer._PackageResourceReader", "name": "_PackageResourceReader", "type_vars": []}, "flags": [], "fullname": "torch.package.package_importer._PackageResourceReader", "metaclass_type": null, "metadata": {}, "module_name": "torch.package.package_importer", "mro": ["torch.package.package_importer._PackageResourceReader", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "importer", "fullname"], "flags": [], "fullname": "torch.package.package_importer._PackageResourceReader.__init__", "name": "__init__", "type": null}}, "contents": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_generator"], "fullname": "torch.package.package_importer._PackageResourceReader.contents", "name": "contents", "type": null}}, "fullname": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_importer._PackageResourceReader.fullname", "name": "fullname", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "importer": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_importer._PackageResourceReader.importer", "name": "importer", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "is_resource": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch.package.package_importer._PackageResourceReader.is_resource", "name": "is_resource", "type": null}}, "open_resource": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "resource"], "flags": [], "fullname": "torch.package.package_importer._PackageResourceReader.open_resource", "name": "open_resource", "type": null}}, "resource_path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "resource"], "flags": [], "fullname": "torch.package.package_importer._PackageResourceReader.resource_path", "name": "resource_path", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_PathNode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.package.package_importer._PathNode", "name": "_PathNode", "type_vars": []}, "flags": [], "fullname": "torch.package.package_importer._PathNode", "metaclass_type": null, "metadata": {}, "module_name": "torch.package.package_importer", "mro": ["torch.package.package_importer._PathNode", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.package_importer.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.package_importer.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.package_importer.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.package_importer.__package__", "name": "__package__", "type": "builtins.str"}}, "_calc___package__": {".class": "SymbolTableNode", "cross_ref": "torch.package._importlib._calc___package__", "kind": "Gdef"}, "_create_directory_from_file_list": {".class": "SymbolTableNode", "cross_ref": "torch.package.file_structure_representation._create_directory_from_file_list", "kind": "Gdef"}, "_get_restore_location": {".class": "SymbolTableNode", "cross_ref": "torch.serialization._get_restore_location", "kind": "Gdef"}, "_maybe_decode_ascii": {".class": "SymbolTableNode", "cross_ref": "torch.serialization._maybe_decode_ascii", "kind": "Gdef"}, "_normalize_line_endings": {".class": "SymbolTableNode", "cross_ref": "torch.package._importlib._normalize_line_endings", "kind": "Gdef"}, "_normalize_path": {".class": "SymbolTableNode", "cross_ref": "torch.package._importlib._normalize_path", "kind": "Gdef"}, "_orig_getfile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.package.package_importer._orig_getfile", "name": "_orig_getfile", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["object"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "inspect._SourceObjectType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_package_imported_modules": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.package.package_importer._package_imported_modules", "name": "_package_imported_modules", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "weakref.WeakValueDictionary"}}}, "_resolve_name": {".class": "SymbolTableNode", "cross_ref": "torch.package._importlib._resolve_name", "kind": "Gdef"}, "_sanity_check": {".class": "SymbolTableNode", "cross_ref": "torch.package._importlib._sanity_check", "kind": "Gdef"}, "builtins": {".class": "SymbolTableNode", "cross_ref": "builtins", "kind": "Gdef"}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef"}, "contextmanager": {".class": "SymbolTableNode", "cross_ref": "contextlib.contextmanager", "kind": "Gdef"}, "demangle": {".class": "SymbolTableNode", "cross_ref": "torch.package._mangling.demangle", "kind": "Gdef"}, "importlib": {".class": "SymbolTableNode", "cross_ref": "importlib", "kind": "Gdef"}, "inspect": {".class": "SymbolTableNode", "cross_ref": "inspect", "kind": "Gdef"}, "io": {".class": "SymbolTableNode", "cross_ref": "io", "kind": "Gdef"}, "linecache": {".class": "SymbolTableNode", "cross_ref": "linecache", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "patched_getfile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["object"], "flags": [], "fullname": "torch.package.package_importer.patched_getfile", "name": "patched_getfile", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/package/package_importer.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/package/package_importer.meta.json b/.mypy_cache/3.9/torch/package/package_importer.meta.json deleted file mode 100644 index 31746edd9..000000000 --- a/.mypy_cache/3.9/torch/package/package_importer.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 6, 7, 8, 9, 10, 11, 13, 14, 16, 17, 24, 25, 26, 27, 28, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 10, 20, 10, 5, 5, 5, 5, 10, 5, 5, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["builtins", "importlib", "inspect", "io", "linecache", "os.path", "os", "types", "contextlib", "pathlib", "typing", "weakref", "torch", "torch.serialization", "torch.package._directory_reader", "torch.package._importlib", "torch.package._mangling", "torch.package._package_unpickler", "torch.package.file_structure_representation", "torch.package.glob_group", "torch.package.importer", "functools", "threading", "collections", "logging", "warnings", "pickle", "time", "_ast", "abc", "importlib.abc", "importlib.machinery", "importlib.util", "torch._C", "torch._utils", "typing_extensions"], "hash": "dadf1885abfde7c2ab39f5a7b2ef523248736b72e63f9bd1b2cc61fda05af854", "id": "torch.package.package_importer", "ignore_all": true, "interface_hash": "884f1049bc2f58086dfa48ba09e1fa1fdc3df82228acd1a0b84561c0e0555c00", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/package/package_importer.py", "plugin_data": null, "size": 27362, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/profiler/__init__.data.json b/.mypy_cache/3.9/torch/profiler/__init__.data.json deleted file mode 100644 index 02b11fdc0..000000000 --- a/.mypy_cache/3.9/torch/profiler/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.profiler", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "DeviceType": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.DeviceType", "kind": "Gdef"}, "ProfilerAction": {".class": "SymbolTableNode", "cross_ref": "torch.profiler.profiler.ProfilerAction", "kind": "Gdef"}, "ProfilerActivity": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.ProfilerActivity", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.profiler.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.profiler.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.profiler.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.profiler.__package__", "name": "__package__", "type": "builtins.str"}}, "_supported_activities": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd._supported_activities", "kind": "Gdef"}, "kineto_available": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.kineto_available", "kind": "Gdef"}, "profile": {".class": "SymbolTableNode", "cross_ref": "torch.profiler.profiler.profile", "kind": "Gdef"}, "record_function": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.profiler.record_function", "kind": "Gdef"}, "schedule": {".class": "SymbolTableNode", "cross_ref": "torch.profiler.profiler.schedule", "kind": "Gdef"}, "supported_activities": {".class": "SymbolTableNode", "cross_ref": "torch.profiler.profiler.supported_activities", "kind": "Gdef"}, "tensorboard_trace_handler": {".class": "SymbolTableNode", "cross_ref": "torch.profiler.profiler.tensorboard_trace_handler", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/profiler/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/profiler/__init__.meta.json b/.mypy_cache/3.9/torch/profiler/__init__.meta.json deleted file mode 100644 index f76840d84..000000000 --- a/.mypy_cache/3.9/torch/profiler/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [11, 12, 13, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.profiler.profiler", "torch.autograd", "torch.autograd.profiler", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "80a4f7505400bb96b7988816508fe859ce23437dc55ec484dbe2f1c89532764a", "id": "torch.profiler", "ignore_all": true, "interface_hash": "2ce1e2803d452f95bea29417ff2a39c06d35e42b4e6eec7d00dbcab53253409e", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/profiler/__init__.py", "plugin_data": null, "size": 720, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/profiler/profiler.data.json b/.mypy_cache/3.9/torch/profiler/profiler.data.json deleted file mode 100644 index ca5a53508..000000000 --- a/.mypy_cache/3.9/torch/profiler/profiler.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.profiler.profiler", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Enum": {".class": "SymbolTableNode", "cross_ref": "enum.Enum", "kind": "Gdef"}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "ProfilerAction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.profiler.profiler.ProfilerAction", "name": "ProfilerAction", "type_vars": []}, "flags": ["is_enum"], "fullname": "torch.profiler.profiler.ProfilerAction", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "torch.profiler.profiler", "mro": ["torch.profiler.profiler.ProfilerAction", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "NONE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.profiler.profiler.ProfilerAction.NONE", "name": "NONE", "type": "builtins.int"}}, "RECORD": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.profiler.profiler.ProfilerAction.RECORD", "name": "RECORD", "type": "builtins.int"}}, "RECORD_AND_SAVE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.profiler.profiler.ProfilerAction.RECORD_AND_SAVE", "name": "RECORD_AND_SAVE", "type": "builtins.int"}}, "WARMUP": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.profiler.profiler.ProfilerAction.WARMUP", "name": "WARMUP", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ProfilerActivity": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.ProfilerActivity", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.profiler.profiler.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.profiler.profiler.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.profiler.profiler.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.profiler.profiler.__package__", "name": "__package__", "type": "builtins.str"}}, "_default_schedule_fn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_"], "flags": [], "fullname": "torch.profiler.profiler._default_schedule_fn", "name": "_default_schedule_fn", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_default_schedule_fn", "ret_type": "torch.profiler.profiler.ProfilerAction", "type_guard": null, "variables": []}}}, "gzip": {".class": "SymbolTableNode", "cross_ref": "gzip", "kind": "Gdef"}, "json": {".class": "SymbolTableNode", "cross_ref": "json", "kind": "Gdef"}, "kineto_available": {".class": "SymbolTableNode", "cross_ref": "torch._C._autograd.kineto_available", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "prof": {".class": "SymbolTableNode", "cross_ref": "torch.autograd.profiler", "kind": "Gdef"}, "profile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.profiler.profiler.profile", "name": "profile", "type_vars": []}, "flags": [], "fullname": "torch.profiler.profiler.profile", "metaclass_type": null, "metadata": {}, "module_name": "torch.profiler.profiler", "mro": ["torch.profiler.profiler.profile", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.profiler.profiler.profile.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "torch.profiler.profiler.profile.__exit__", "name": "__exit__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "activities", "schedule", "on_trace_ready", "record_shapes", "profile_memory", "with_stack", "with_flops", "with_modules", "use_cuda"], "flags": [], "fullname": "torch.profiler.profiler.profile.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "activities", "schedule", "on_trace_ready", "record_shapes", "profile_memory", "with_stack", "with_flops", "with_modules", "use_cuda"], "arg_types": ["torch.profiler.profiler.profile", {".class": "UnionType", "items": [{".class": "Instance", "args": ["torch._C._autograd.ProfilerActivity"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.profiler.profiler.ProfilerAction", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".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", "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": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of profile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_enter_actions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.profiler.profiler.profile._enter_actions", "name": "_enter_actions", "type": null}}, "_exit_actions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.profiler.profiler.profile._exit_actions", "name": "_exit_actions", "type": null}}, "_get_distributed_info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.profiler.profiler.profile._get_distributed_info", "name": "_get_distributed_info", "type": null}}, "_start_trace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.profiler.profiler.profile._start_trace", "name": "_start_trace", "type": null}}, "_start_warmup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.profiler.profiler.profile._start_warmup", "name": "_start_warmup", "type": null}}, "_stop_trace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.profiler.profiler.profile._stop_trace", "name": "_stop_trace", "type": null}}, "activities": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.profiler.profiler.profile.activities", "name": "activities", "type": {".class": "Instance", "args": ["torch._C._autograd.ProfilerActivity"], "type_ref": "builtins.set"}}}, "add_metadata": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "flags": [], "fullname": "torch.profiler.profiler.profile.add_metadata", "name": "add_metadata", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "arg_types": ["torch.profiler.profiler.profile", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_metadata of profile", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "add_metadata_json": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "flags": [], "fullname": "torch.profiler.profiler.profile.add_metadata_json", "name": "add_metadata_json", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "arg_types": ["torch.profiler.profiler.profile", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_metadata_json of profile", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "current_action": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.profiler.profiler.profile.current_action", "name": "current_action", "type": "torch.profiler.profiler.ProfilerAction"}}, "events": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.profiler.profiler.profile.events", "name": "events", "type": null}}, "export_chrome_trace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "torch.profiler.profiler.profile.export_chrome_trace", "name": "export_chrome_trace", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["torch.profiler.profiler.profile", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "export_chrome_trace of profile", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "export_stacks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "path", "metric"], "flags": [], "fullname": "torch.profiler.profiler.profile.export_stacks", "name": "export_stacks", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "path", "metric"], "arg_types": ["torch.profiler.profiler.profile", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "export_stacks of profile", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "key_averages": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "group_by_input_shape", "group_by_stack_n"], "flags": [], "fullname": "torch.profiler.profiler.profile.key_averages", "name": "key_averages", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "group_by_input_shape", "group_by_stack_n"], "arg_types": ["torch.profiler.profiler.profile", "builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "key_averages of profile", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "on_trace_ready": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.profiler.profiler.profile.on_trace_ready", "name": "on_trace_ready", "type": {".class": "UnionType", "items": [{".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", "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": "NoneType"}]}}}, "profile_memory": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.profiler.profiler.profile.profile_memory", "name": "profile_memory", "type": "builtins.bool"}}, "profiler": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.profiler.profiler.profile.profiler", "name": "profiler", "type": {".class": "UnionType", "items": ["torch.autograd.profiler.profile", {".class": "NoneType"}]}}}, "record_shapes": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.profiler.profiler.profile.record_shapes", "name": "record_shapes", "type": "builtins.bool"}}, "record_steps": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.profiler.profiler.profile.record_steps", "name": "record_steps", "type": "builtins.bool"}}, "schedule": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.profiler.profiler.profile.schedule", "name": "schedule", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "torch.profiler.profiler.ProfilerAction", "type_guard": null, "variables": []}}}, "start": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.profiler.profiler.profile.start", "name": "start", "type": null}}, "step": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.profiler.profiler.profile.step", "name": "step", "type": null}}, "step_num": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.profiler.profiler.profile.step_num", "name": "step_num", "type": "builtins.int"}}, "step_rec_fn": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.profiler.profiler.profile.step_rec_fn", "name": "step_rec_fn", "type": {".class": "UnionType", "items": ["torch.autograd.profiler.record_function", {".class": "NoneType"}]}}}, "stop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.profiler.profiler.profile.stop", "name": "stop", "type": null}}, "with_flops": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.profiler.profiler.profile.with_flops", "name": "with_flops", "type": "builtins.bool"}}, "with_modules": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.profiler.profiler.profile.with_modules", "name": "with_modules", "type": "builtins.bool"}}, "with_stack": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.profiler.profiler.profile.with_stack", "name": "with_stack", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "schedule": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [3, 3, 3, 5, 5], "arg_names": ["wait", "warmup", "active", "repeat", "skip_first"], "flags": [], "fullname": "torch.profiler.profiler.schedule", "name": "schedule", "type": {".class": "CallableType", "arg_kinds": [3, 3, 3, 5, 5], "arg_names": ["wait", "warmup", "active", "repeat", "skip_first"], "arg_types": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "schedule", "ret_type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "supported_activities": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.profiler.profiler.supported_activities", "name": "supported_activities", "type": null}}, "tempfile": {".class": "SymbolTableNode", "cross_ref": "tempfile", "kind": "Gdef"}, "tensorboard_trace_handler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["dir_name", "worker_name", "use_gzip"], "flags": [], "fullname": "torch.profiler.profiler.tensorboard_trace_handler", "name": "tensorboard_trace_handler", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["dir_name", "worker_name", "use_gzip"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tensorboard_trace_handler", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warn": {".class": "SymbolTableNode", "cross_ref": "_warnings.warn", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/profiler/profiler.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/profiler/profiler.meta.json b/.mypy_cache/3.9/torch/profiler/profiler.meta.json deleted file mode 100644 index c0057a1a7..000000000 --- a/.mypy_cache/3.9/torch/profiler/profiler.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 9, 10, 10, 71, 72, 401, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 5, 5, 5, 10, 10, 5, 20, 20, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["gzip", "json", "os", "tempfile", "enum", "typing", "warnings", "torch", "torch.autograd.profiler", "torch.autograd", "socket", "time", "torch.distributed", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "_compression", "_warnings", "abc", "json.encoder", "torch._C", "torch._C._autograd", "torch.cuda", "typing_extensions"], "hash": "f3dd9551eb0191ef038d6e346cb40fb5ade8329cd5c4ea35933bc474fbfa75d1", "id": "torch.profiler.profiler", "ignore_all": true, "interface_hash": "484b2939e4da172e70c89448f0aa1fea1fc77c7a12074f25708b9157a7747c44", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/profiler/profiler.py", "plugin_data": null, "size": 18007, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/__init__.data.json b/.mypy_cache/3.9/torch/quantization/__init__.data.json deleted file mode 100644 index d0c8cd432..000000000 --- a/.mypy_cache/3.9/torch/quantization/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.quantization", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ABC": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.ABC", "kind": "Gdef"}, "DEFAULT_DYNAMIC_QUANT_MODULE_MAPPINGS": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.DEFAULT_DYNAMIC_QUANT_MODULE_MAPPINGS", "kind": "Gdef"}, "DEFAULT_FLOAT_TO_QUANTIZED_OPERATOR_MAPPINGS": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.DEFAULT_FLOAT_TO_QUANTIZED_OPERATOR_MAPPINGS", "kind": "Gdef"}, "DEFAULT_MODULE_TO_ACT_POST_PROCESS": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.DEFAULT_MODULE_TO_ACT_POST_PROCESS", "kind": "Gdef"}, "DEFAULT_OP_LIST_TO_FUSER_METHOD": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuser_method_mappings.DEFAULT_OP_LIST_TO_FUSER_METHOD", "kind": "Gdef"}, "DEFAULT_QAT_MODULE_MAPPINGS": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.DEFAULT_QAT_MODULE_MAPPINGS", "kind": "Gdef"}, "DEFAULT_REFERENCE_STATIC_QUANT_MODULE_MAPPINGS": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.DEFAULT_REFERENCE_STATIC_QUANT_MODULE_MAPPINGS", "kind": "Gdef"}, "DEFAULT_STATIC_QUANT_MODULE_MAPPINGS": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.DEFAULT_STATIC_QUANT_MODULE_MAPPINGS", "kind": "Gdef"}, "DeQuantStub": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.stubs.DeQuantStub", "kind": "Gdef"}, "FakeQuantize": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.FakeQuantize", "kind": "Gdef"}, "FakeQuantizeBase": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.FakeQuantizeBase", "kind": "Gdef"}, "FixedQParamsFakeQuantize": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.FixedQParamsFakeQuantize", "kind": "Gdef"}, "FusedMovingAvgObsFakeQuantize": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.FusedMovingAvgObsFakeQuantize", "kind": "Gdef"}, "HistogramObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.HistogramObserver", "kind": "Gdef"}, "MinMaxObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.MinMaxObserver", "kind": "Gdef"}, "MovingAverageMinMaxObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.MovingAverageMinMaxObserver", "kind": "Gdef"}, "MovingAveragePerChannelMinMaxObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.MovingAveragePerChannelMinMaxObserver", "kind": "Gdef"}, "NoopObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.NoopObserver", "kind": "Gdef"}, "ObserverBase": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.ObserverBase", "kind": "Gdef"}, "PerChannelMinMaxObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.PerChannelMinMaxObserver", "kind": "Gdef"}, "PlaceholderObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.PlaceholderObserver", "kind": "Gdef"}, "QConfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.QConfig", "kind": "Gdef"}, "QConfigAny": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.QConfigAny", "kind": "Gdef"}, "QConfigDynamic": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.QConfigDynamic", "kind": "Gdef"}, "QuantStub": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.stubs.QuantStub", "kind": "Gdef"}, "QuantType": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quant_type.QuantType", "kind": "Gdef"}, "QuantWrapper": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.stubs.QuantWrapper", "kind": "Gdef"}, "RecordingObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.RecordingObserver", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.__package__", "name": "__package__", "type": "builtins.str"}}, "_all__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.quantization._all__", "name": "_all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "add_module_to_qconfig_obs_ctr": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.add_module_to_qconfig_obs_ctr", "kind": "Gdef"}, "add_observer_": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.add_observer_", "kind": "Gdef"}, "add_quant_dequant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.add_quant_dequant", "kind": "Gdef"}, "assert_valid_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.assert_valid_qconfig", "kind": "Gdef"}, "convert": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.convert", "kind": "Gdef"}, "convert_dynamic_jit": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit.convert_dynamic_jit", "kind": "Gdef"}, "convert_jit": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit.convert_jit", "kind": "Gdef"}, "default_activation_only_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.default_activation_only_qconfig", "kind": "Gdef"}, "default_affine_fixed_qparams_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_affine_fixed_qparams_fake_quant", "kind": "Gdef"}, "default_debug_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_debug_observer", "kind": "Gdef"}, "default_debug_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.default_debug_qconfig", "kind": "Gdef"}, "default_dynamic_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.default_dynamic_qconfig", "kind": "Gdef"}, "default_dynamic_quant_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_dynamic_quant_observer", "kind": "Gdef"}, "default_eval_fn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["model", "calib_data"], "flags": [], "fullname": "torch.quantization.default_eval_fn", "name": "default_eval_fn", "type": null}}, "default_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_fake_quant", "kind": "Gdef"}, "default_float_qparams_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_float_qparams_observer", "kind": "Gdef"}, "default_fused_act_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_fused_act_fake_quant", "kind": "Gdef"}, "default_fused_per_channel_wt_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_fused_per_channel_wt_fake_quant", "kind": "Gdef"}, "default_fused_wt_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_fused_wt_fake_quant", "kind": "Gdef"}, "default_histogram_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_histogram_fake_quant", "kind": "Gdef"}, "default_histogram_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_histogram_observer", "kind": "Gdef"}, "default_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_observer", "kind": "Gdef"}, "default_per_channel_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.default_per_channel_qconfig", "kind": "Gdef"}, "default_per_channel_weight_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_per_channel_weight_fake_quant", "kind": "Gdef"}, "default_per_channel_weight_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_per_channel_weight_observer", "kind": "Gdef"}, "default_placeholder_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_placeholder_observer", "kind": "Gdef"}, "default_qat_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.default_qat_qconfig", "kind": "Gdef"}, "default_qat_qconfig_v2": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.default_qat_qconfig_v2", "kind": "Gdef"}, "default_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.default_qconfig", "kind": "Gdef"}, "default_symmetric_fixed_qparams_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_symmetric_fixed_qparams_fake_quant", "kind": "Gdef"}, "default_weight_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_weight_fake_quant", "kind": "Gdef"}, "default_weight_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_weight_observer", "kind": "Gdef"}, "default_weight_only_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.default_weight_only_qconfig", "kind": "Gdef"}, "disable_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.disable_fake_quant", "kind": "Gdef"}, "disable_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.disable_observer", "kind": "Gdef"}, "enable_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.enable_fake_quant", "kind": "Gdef"}, "enable_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.enable_observer", "kind": "Gdef"}, "float16_dynamic_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.float16_dynamic_qconfig", "kind": "Gdef"}, "float16_static_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.float16_static_qconfig", "kind": "Gdef"}, "float_qparams_weight_only_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.float_qparams_weight_only_qconfig", "kind": "Gdef"}, "fuse_conv_bn": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuser_method_mappings.fuse_conv_bn", "kind": "Gdef"}, "fuse_conv_bn_jit": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit.fuse_conv_bn_jit", "kind": "Gdef"}, "fuse_conv_bn_relu": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuser_method_mappings.fuse_conv_bn_relu", "kind": "Gdef"}, "fuse_linear_bn": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuser_method_mappings.fuse_linear_bn", "kind": "Gdef"}, "fuse_modules": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuse_modules.fuse_modules", "kind": "Gdef"}, "get_default_compare_output_module_list": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_default_compare_output_module_list", "kind": "Gdef"}, "get_default_dynamic_quant_module_mappings": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_default_dynamic_quant_module_mappings", "kind": "Gdef"}, "get_default_float_to_quantized_operator_mappings": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_default_float_to_quantized_operator_mappings", "kind": "Gdef"}, "get_default_qat_module_mappings": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_default_qat_module_mappings", "kind": "Gdef"}, "get_default_qat_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.get_default_qat_qconfig", "kind": "Gdef"}, "get_default_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.get_default_qconfig", "kind": "Gdef"}, "get_default_qconfig_propagation_list": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_default_qconfig_propagation_list", "kind": "Gdef"}, "get_default_static_quant_module_mappings": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_default_static_quant_module_mappings", "kind": "Gdef"}, "get_dynamic_quant_module_class": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_dynamic_quant_module_class", "kind": "Gdef"}, "get_fuser_method": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuser_method_mappings.get_fuser_method", "kind": "Gdef"}, "get_observer_dict": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.get_observer_dict", "kind": "Gdef"}, "get_observer_state_dict": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.get_observer_state_dict", "kind": "Gdef"}, "get_quantized_operator": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_quantized_operator", "kind": "Gdef"}, "get_static_quant_module_class": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_static_quant_module_class", "kind": "Gdef"}, "get_unique_devices_": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.get_unique_devices_", "kind": "Gdef"}, "is_activation_post_process": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.is_activation_post_process", "kind": "Gdef"}, "load_observer_state_dict": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.load_observer_state_dict", "kind": "Gdef"}, "no_observer_set": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.no_observer_set", "kind": "Gdef"}, "per_channel_dynamic_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.per_channel_dynamic_qconfig", "kind": "Gdef"}, "prepare": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.prepare", "kind": "Gdef"}, "prepare_dynamic_jit": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit.prepare_dynamic_jit", "kind": "Gdef"}, "prepare_jit": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit.prepare_jit", "kind": "Gdef"}, "prepare_qat": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.prepare_qat", "kind": "Gdef"}, "propagate_qconfig_": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.propagate_qconfig_", "kind": "Gdef"}, "qconfig_equals": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.qconfig_equals", "kind": "Gdef"}, "quant_type_to_str": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quant_type.quant_type_to_str", "kind": "Gdef"}, "quantize": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.quantize", "kind": "Gdef"}, "quantize_dynamic": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.quantize_dynamic", "kind": "Gdef"}, "quantize_dynamic_jit": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit.quantize_dynamic_jit", "kind": "Gdef"}, "quantize_jit": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit.quantize_jit", "kind": "Gdef"}, "quantize_qat": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.quantize_qat", "kind": "Gdef"}, "register_activation_post_process_hook": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.register_activation_post_process_hook", "kind": "Gdef"}, "script_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit.script_qconfig", "kind": "Gdef"}, "script_qconfig_dict": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit.script_qconfig_dict", "kind": "Gdef"}, "swap_module": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.swap_module", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/quantization/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/__init__.meta.json b/.mypy_cache/3.9/torch/quantization/__init__.meta.json deleted file mode 100644 index b659ae2d5..000000000 --- a/.mypy_cache/3.9/torch/quantization/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.quantization.quantize", "torch.quantization.observer", "torch.quantization.qconfig", "torch.quantization.fake_quantize", "torch.quantization.fuse_modules", "torch.quantization.stubs", "torch.quantization.quant_type", "torch.quantization.quantize_jit", "torch.quantization.quantization_mappings", "torch.quantization.fuser_method_mappings", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "397bade35734be5669615af04a432ed957708f924fffe49e4110c052de87b8d7", "id": "torch.quantization", "ignore_all": true, "interface_hash": "ed1158bb9ac2466b163926b6d9cb6a637cdcc65f75d9b2f83c06063091e6b615", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/quantization/__init__.py", "plugin_data": null, "size": 2609, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/fake_quantize.data.json b/.mypy_cache/3.9/torch/quantization/fake_quantize.data.json deleted file mode 100644 index 126e3bc92..000000000 --- a/.mypy_cache/3.9/torch/quantization/fake_quantize.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.quantization.fake_quantize", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "FakeQuantize": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.FakeQuantize", "kind": "Gdef"}, "FakeQuantizeBase": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.FakeQuantizeBase", "kind": "Gdef"}, "FixedQParamsFakeQuantize": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.FixedQParamsFakeQuantize", "kind": "Gdef"}, "FusedMovingAvgObsFakeQuantize": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.FusedMovingAvgObsFakeQuantize", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.fake_quantize.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.fake_quantize.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.fake_quantize.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.fake_quantize.__package__", "name": "__package__", "type": "builtins.str"}}, "_is_fake_quant_script_module": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize._is_fake_quant_script_module", "kind": "Gdef"}, "_is_per_channel": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize._is_per_channel", "kind": "Gdef"}, "_is_per_tensor": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize._is_per_tensor", "kind": "Gdef"}, "_is_symmetric_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize._is_symmetric_quant", "kind": "Gdef"}, "default_affine_fixed_qparams_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_affine_fixed_qparams_fake_quant", "kind": "Gdef"}, "default_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_fake_quant", "kind": "Gdef"}, "default_fused_act_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_fused_act_fake_quant", "kind": "Gdef"}, "default_fused_per_channel_wt_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_fused_per_channel_wt_fake_quant", "kind": "Gdef"}, "default_fused_wt_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_fused_wt_fake_quant", "kind": "Gdef"}, "default_histogram_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_histogram_fake_quant", "kind": "Gdef"}, "default_per_channel_weight_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_per_channel_weight_fake_quant", "kind": "Gdef"}, "default_symmetric_fixed_qparams_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_symmetric_fixed_qparams_fake_quant", "kind": "Gdef"}, "default_weight_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.default_weight_fake_quant", "kind": "Gdef"}, "disable_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.disable_fake_quant", "kind": "Gdef"}, "disable_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.disable_observer", "kind": "Gdef"}, "enable_fake_quant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.enable_fake_quant", "kind": "Gdef"}, "enable_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fake_quantize.enable_observer", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/quantization/fake_quantize.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/fake_quantize.meta.json b/.mypy_cache/3.9/torch/quantization/fake_quantize.meta.json deleted file mode 100644 index 0e5e81a11..000000000 --- a/.mypy_cache/3.9/torch/quantization/fake_quantize.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.ao.quantization.fake_quantize", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "9fe54f89011b637d250abb3cbe8caddea8c6a70aba9ca52968b3423012f8404d", "id": "torch.quantization.fake_quantize", "ignore_all": true, "interface_hash": "20399a62c6fe9c109b36138db165b46a51a8e10966d1908210b2d47cb142dc56", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/quantization/fake_quantize.py", "plugin_data": null, "size": 1007, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/fuse_modules.data.json b/.mypy_cache/3.9/torch/quantization/fuse_modules.data.json deleted file mode 100644 index c71a176dd..000000000 --- a/.mypy_cache/3.9/torch/quantization/fuse_modules.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.quantization.fuse_modules", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.fuse_modules.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.fuse_modules.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.fuse_modules.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.fuse_modules.__package__", "name": "__package__", "type": "builtins.str"}}, "_fuse_modules": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuse_modules._fuse_modules", "kind": "Gdef"}, "_get_module": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuse_modules._get_module", "kind": "Gdef"}, "_set_module": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuse_modules._set_module", "kind": "Gdef"}, "fuse_conv_bn": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuser_method_mappings.fuse_conv_bn", "kind": "Gdef"}, "fuse_conv_bn_relu": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuser_method_mappings.fuse_conv_bn_relu", "kind": "Gdef"}, "fuse_known_modules": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuse_modules.fuse_known_modules", "kind": "Gdef"}, "fuse_modules": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuse_modules.fuse_modules", "kind": "Gdef"}, "get_fuser_method": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuser_method_mappings.get_fuser_method", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/quantization/fuse_modules.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/fuse_modules.meta.json b/.mypy_cache/3.9/torch/quantization/fuse_modules.meta.json deleted file mode 100644 index b87cdbb56..000000000 --- a/.mypy_cache/3.9/torch/quantization/fuse_modules.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [10, 15, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.ao.quantization.fuse_modules", "torch.quantization.fuser_method_mappings", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "b06b105f41304b69040732dc0db4ba437ef44a50748b0ce00fabd845e859b83f", "id": "torch.quantization.fuse_modules", "ignore_all": true, "interface_hash": "91780655781c7071cef6ccfcf9ec8c2c9b324e6e980061724f0c7e7cf1a6f19a", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/quantization/fuse_modules.py", "plugin_data": null, "size": 907, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/fuser_method_mappings.data.json b/.mypy_cache/3.9/torch/quantization/fuser_method_mappings.data.json deleted file mode 100644 index 696ef2d56..000000000 --- a/.mypy_cache/3.9/torch/quantization/fuser_method_mappings.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.quantization.fuser_method_mappings", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "DEFAULT_OP_LIST_TO_FUSER_METHOD": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuser_method_mappings.DEFAULT_OP_LIST_TO_FUSER_METHOD", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.fuser_method_mappings.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.fuser_method_mappings.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.fuser_method_mappings.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.fuser_method_mappings.__package__", "name": "__package__", "type": "builtins.str"}}, "fuse_conv_bn": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuser_method_mappings.fuse_conv_bn", "kind": "Gdef"}, "fuse_conv_bn_relu": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuser_method_mappings.fuse_conv_bn_relu", "kind": "Gdef"}, "fuse_linear_bn": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuser_method_mappings.fuse_linear_bn", "kind": "Gdef"}, "get_fuser_method": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.fuser_method_mappings.get_fuser_method", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/quantization/fuser_method_mappings.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/fuser_method_mappings.meta.json b/.mypy_cache/3.9/torch/quantization/fuser_method_mappings.meta.json deleted file mode 100644 index af9fdae15..000000000 --- a/.mypy_cache/3.9/torch/quantization/fuser_method_mappings.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.ao.quantization.fuser_method_mappings", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "22036e447ae6aeaf9825993b071f53ff5d9f52ee20a8951cdc6438bc0b2f3e13", "id": "torch.quantization.fuser_method_mappings", "ignore_all": true, "interface_hash": "8aabc205e5e5f0671bcc93489c7c40a74a76dde274ec69aa0bdb9c202e4e13fc", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/quantization/fuser_method_mappings.py", "plugin_data": null, "size": 510, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/observer.data.json b/.mypy_cache/3.9/torch/quantization/observer.data.json deleted file mode 100644 index 4e99685dc..000000000 --- a/.mypy_cache/3.9/torch/quantization/observer.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.quantization.observer", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ABC": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.ABC", "kind": "Gdef"}, "HistogramObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.HistogramObserver", "kind": "Gdef"}, "MinMaxObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.MinMaxObserver", "kind": "Gdef"}, "MovingAverageMinMaxObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.MovingAverageMinMaxObserver", "kind": "Gdef"}, "MovingAveragePerChannelMinMaxObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.MovingAveragePerChannelMinMaxObserver", "kind": "Gdef"}, "NoopObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.NoopObserver", "kind": "Gdef"}, "ObserverBase": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.ObserverBase", "kind": "Gdef"}, "PerChannelMinMaxObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.PerChannelMinMaxObserver", "kind": "Gdef"}, "PlaceholderObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.PlaceholderObserver", "kind": "Gdef"}, "RecordingObserver": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.RecordingObserver", "kind": "Gdef"}, "_ObserverBase": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer._ObserverBase", "kind": "Gdef"}, "_PartialWrapper": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer._PartialWrapper", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.observer.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.observer.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.observer.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.observer.__package__", "name": "__package__", "type": "builtins.str"}}, "_is_activation_post_process": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer._is_activation_post_process", "kind": "Gdef"}, "_is_per_channel_script_obs_instance": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer._is_per_channel_script_obs_instance", "kind": "Gdef"}, "_with_args": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer._with_args", "kind": "Gdef"}, "_with_callable_args": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer._with_callable_args", "kind": "Gdef"}, "default_debug_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_debug_observer", "kind": "Gdef"}, "default_dynamic_quant_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_dynamic_quant_observer", "kind": "Gdef"}, "default_float_qparams_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_float_qparams_observer", "kind": "Gdef"}, "default_histogram_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_histogram_observer", "kind": "Gdef"}, "default_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_observer", "kind": "Gdef"}, "default_per_channel_weight_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_per_channel_weight_observer", "kind": "Gdef"}, "default_placeholder_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_placeholder_observer", "kind": "Gdef"}, "default_weight_observer": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.default_weight_observer", "kind": "Gdef"}, "get_observer_state_dict": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.get_observer_state_dict", "kind": "Gdef"}, "load_observer_state_dict": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.observer.load_observer_state_dict", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/quantization/observer.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/observer.meta.json b/.mypy_cache/3.9/torch/quantization/observer.meta.json deleted file mode 100644 index f26c65de1..000000000 --- a/.mypy_cache/3.9/torch/quantization/observer.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.ao.quantization.observer", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "9856af362d9a2327fd387a939f41af982c004b0b5859d48dc9fdeb2ce8a22bb0", "id": "torch.quantization.observer", "ignore_all": true, "interface_hash": "0112ca901f3167f97b99181f87cc6952f61c479bf8f3e68587d4d3b74403d365", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/quantization/observer.py", "plugin_data": null, "size": 1078, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/qconfig.data.json b/.mypy_cache/3.9/torch/quantization/qconfig.data.json deleted file mode 100644 index 7ceae8d88..000000000 --- a/.mypy_cache/3.9/torch/quantization/qconfig.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.quantization.qconfig", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "QConfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.QConfig", "kind": "Gdef"}, "QConfigAny": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.QConfigAny", "kind": "Gdef"}, "QConfigDynamic": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.QConfigDynamic", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.qconfig.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.qconfig.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.qconfig.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.qconfig.__package__", "name": "__package__", "type": "builtins.str"}}, "add_module_to_qconfig_obs_ctr": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.add_module_to_qconfig_obs_ctr", "kind": "Gdef"}, "assert_valid_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.assert_valid_qconfig", "kind": "Gdef"}, "default_activation_only_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.default_activation_only_qconfig", "kind": "Gdef"}, "default_debug_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.default_debug_qconfig", "kind": "Gdef"}, "default_dynamic_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.default_dynamic_qconfig", "kind": "Gdef"}, "default_per_channel_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.default_per_channel_qconfig", "kind": "Gdef"}, "default_qat_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.default_qat_qconfig", "kind": "Gdef"}, "default_qat_qconfig_v2": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.default_qat_qconfig_v2", "kind": "Gdef"}, "default_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.default_qconfig", "kind": "Gdef"}, "default_weight_only_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.default_weight_only_qconfig", "kind": "Gdef"}, "float16_dynamic_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.float16_dynamic_qconfig", "kind": "Gdef"}, "float16_static_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.float16_static_qconfig", "kind": "Gdef"}, "float_qparams_weight_only_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.float_qparams_weight_only_qconfig", "kind": "Gdef"}, "get_default_qat_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.get_default_qat_qconfig", "kind": "Gdef"}, "get_default_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.get_default_qconfig", "kind": "Gdef"}, "per_channel_dynamic_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.per_channel_dynamic_qconfig", "kind": "Gdef"}, "qconfig_equals": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.qconfig.qconfig_equals", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/quantization/qconfig.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/qconfig.meta.json b/.mypy_cache/3.9/torch/quantization/qconfig.meta.json deleted file mode 100644 index 09e1ad522..000000000 --- a/.mypy_cache/3.9/torch/quantization/qconfig.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.ao.quantization.qconfig", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "eb7f60cc82ea87e60b1228592b67059a80714c7a05baa522670f018a8c0b76b8", "id": "torch.quantization.qconfig", "ignore_all": true, "interface_hash": "edfc8dcc506199875eaa41b5ad96d8e1960cb1d06ac461407a7a655471150a23", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/quantization/qconfig.py", "plugin_data": null, "size": 907, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/quant_type.data.json b/.mypy_cache/3.9/torch/quantization/quant_type.data.json deleted file mode 100644 index 19dbee13f..000000000 --- a/.mypy_cache/3.9/torch/quantization/quant_type.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.quantization.quant_type", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "QuantType": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quant_type.QuantType", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.quant_type.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.quant_type.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.quant_type.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.quant_type.__package__", "name": "__package__", "type": "builtins.str"}}, "quant_type_to_str": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quant_type.quant_type_to_str", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/quantization/quant_type.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/quant_type.meta.json b/.mypy_cache/3.9/torch/quantization/quant_type.meta.json deleted file mode 100644 index eac65b3ed..000000000 --- a/.mypy_cache/3.9/torch/quantization/quant_type.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [10, 1, 1, 1], "dep_prios": [5, 5, 30, 30], "dependencies": ["torch.ao.quantization.quant_type", "builtins", "abc", "typing"], "hash": "b1b10fa122729522f611b668a98a7d77912c413e1247ec0f0878216f097e3924", "id": "torch.quantization.quant_type", "ignore_all": true, "interface_hash": "ca4b6322de7e76482af1a9011f22ffa919c35af112706a8c0f364304b6d77cfb", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/quantization/quant_type.py", "plugin_data": null, "size": 438, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/quantization_mappings.data.json b/.mypy_cache/3.9/torch/quantization/quantization_mappings.data.json deleted file mode 100644 index 5f81a0dd3..000000000 --- a/.mypy_cache/3.9/torch/quantization/quantization_mappings.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.quantization.quantization_mappings", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "DEFAULT_DYNAMIC_QUANT_MODULE_MAPPINGS": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.DEFAULT_DYNAMIC_QUANT_MODULE_MAPPINGS", "kind": "Gdef"}, "DEFAULT_FLOAT_TO_QUANTIZED_OPERATOR_MAPPINGS": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.DEFAULT_FLOAT_TO_QUANTIZED_OPERATOR_MAPPINGS", "kind": "Gdef"}, "DEFAULT_MODULE_TO_ACT_POST_PROCESS": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.DEFAULT_MODULE_TO_ACT_POST_PROCESS", "kind": "Gdef"}, "DEFAULT_QAT_MODULE_MAPPINGS": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.DEFAULT_QAT_MODULE_MAPPINGS", "kind": "Gdef"}, "DEFAULT_REFERENCE_STATIC_QUANT_MODULE_MAPPINGS": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.DEFAULT_REFERENCE_STATIC_QUANT_MODULE_MAPPINGS", "kind": "Gdef"}, "DEFAULT_STATIC_QUANT_MODULE_MAPPINGS": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.DEFAULT_STATIC_QUANT_MODULE_MAPPINGS", "kind": "Gdef"}, "_INCLUDE_QCONFIG_PROPAGATE_LIST": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings._INCLUDE_QCONFIG_PROPAGATE_LIST", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.quantization_mappings.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.quantization_mappings.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.quantization_mappings.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.quantization_mappings.__package__", "name": "__package__", "type": "builtins.str"}}, "_get_special_act_post_process": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings._get_special_act_post_process", "kind": "Gdef"}, "_has_special_act_post_process": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings._has_special_act_post_process", "kind": "Gdef"}, "get_default_compare_output_module_list": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_default_compare_output_module_list", "kind": "Gdef"}, "get_default_dynamic_quant_module_mappings": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_default_dynamic_quant_module_mappings", "kind": "Gdef"}, "get_default_float_to_quantized_operator_mappings": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_default_float_to_quantized_operator_mappings", "kind": "Gdef"}, "get_default_qat_module_mappings": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_default_qat_module_mappings", "kind": "Gdef"}, "get_default_qconfig_propagation_list": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_default_qconfig_propagation_list", "kind": "Gdef"}, "get_default_static_quant_module_mappings": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_default_static_quant_module_mappings", "kind": "Gdef"}, "get_dynamic_quant_module_class": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_dynamic_quant_module_class", "kind": "Gdef"}, "get_quantized_operator": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_quantized_operator", "kind": "Gdef"}, "get_static_quant_module_class": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.get_static_quant_module_class", "kind": "Gdef"}, "no_observer_set": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantization_mappings.no_observer_set", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/quantization/quantization_mappings.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/quantization_mappings.meta.json b/.mypy_cache/3.9/torch/quantization/quantization_mappings.meta.json deleted file mode 100644 index 168f35f65..000000000 --- a/.mypy_cache/3.9/torch/quantization/quantization_mappings.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.ao.quantization.quantization_mappings", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "2c26e3be2edaf8a8228f577915d55ae358974355551faa7759cc2a518fe857cf", "id": "torch.quantization.quantization_mappings", "ignore_all": true, "interface_hash": "9dea0a9059c4dc874f9f2c5e52aa21f436f45083e50041a282fbe215c48af829", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/quantization/quantization_mappings.py", "plugin_data": null, "size": 1147, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/quantize.data.json b/.mypy_cache/3.9/torch/quantization/quantize.data.json deleted file mode 100644 index 56ee9aa56..000000000 --- a/.mypy_cache/3.9/torch/quantization/quantize.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.quantization.quantize", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.quantize.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.quantize.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.quantize.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.quantize.__package__", "name": "__package__", "type": "builtins.str"}}, "_convert": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize._convert", "kind": "Gdef"}, "_observer_forward_hook": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize._observer_forward_hook", "kind": "Gdef"}, "_propagate_qconfig_helper": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize._propagate_qconfig_helper", "kind": "Gdef"}, "_remove_activation_post_process": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize._remove_activation_post_process", "kind": "Gdef"}, "_remove_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize._remove_qconfig", "kind": "Gdef"}, "add_observer_": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.add_observer_", "kind": "Gdef"}, "add_quant_dequant": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.add_quant_dequant", "kind": "Gdef"}, "convert": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.convert", "kind": "Gdef"}, "get_observer_dict": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.get_observer_dict", "kind": "Gdef"}, "get_unique_devices_": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.get_unique_devices_", "kind": "Gdef"}, "is_activation_post_process": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.is_activation_post_process", "kind": "Gdef"}, "prepare": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.prepare", "kind": "Gdef"}, "prepare_qat": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.prepare_qat", "kind": "Gdef"}, "propagate_qconfig_": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.propagate_qconfig_", "kind": "Gdef"}, "quantize": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.quantize", "kind": "Gdef"}, "quantize_dynamic": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.quantize_dynamic", "kind": "Gdef"}, "quantize_qat": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.quantize_qat", "kind": "Gdef"}, "register_activation_post_process_hook": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.register_activation_post_process_hook", "kind": "Gdef"}, "swap_module": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize.swap_module", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/quantization/quantize.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/quantize.meta.json b/.mypy_cache/3.9/torch/quantization/quantize.meta.json deleted file mode 100644 index 7d33e4762..000000000 --- a/.mypy_cache/3.9/torch/quantization/quantize.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.ao.quantization.quantize", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "742e89c2bf41410d91cec90a3d65fedbaa68dfd62208e5ea1cdc31436c7c6ab3", "id": "torch.quantization.quantize", "ignore_all": true, "interface_hash": "9e9c7eb63c680c6e0894a3377c6cdfc7db0271cc29a30952ff5543c91e622bc0", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/quantization/quantize.py", "plugin_data": null, "size": 1474, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/quantize_jit.data.json b/.mypy_cache/3.9/torch/quantization/quantize_jit.data.json deleted file mode 100644 index 7d98584e0..000000000 --- a/.mypy_cache/3.9/torch/quantization/quantize_jit.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.quantization.quantize_jit", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.quantize_jit.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.quantize_jit.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.quantize_jit.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.quantize_jit.__package__", "name": "__package__", "type": "builtins.str"}}, "_check_forward_method": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit._check_forward_method", "kind": "Gdef"}, "_check_is_script_module": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit._check_is_script_module", "kind": "Gdef"}, "_convert_jit": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit._convert_jit", "kind": "Gdef"}, "_prepare_jit": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit._prepare_jit", "kind": "Gdef"}, "_quantize_jit": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit._quantize_jit", "kind": "Gdef"}, "convert_dynamic_jit": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit.convert_dynamic_jit", "kind": "Gdef"}, "convert_jit": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit.convert_jit", "kind": "Gdef"}, "fuse_conv_bn_jit": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit.fuse_conv_bn_jit", "kind": "Gdef"}, "prepare_dynamic_jit": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit.prepare_dynamic_jit", "kind": "Gdef"}, "prepare_jit": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit.prepare_jit", "kind": "Gdef"}, "quantize_dynamic_jit": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit.quantize_dynamic_jit", "kind": "Gdef"}, "quantize_jit": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit.quantize_jit", "kind": "Gdef"}, "script_qconfig": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit.script_qconfig", "kind": "Gdef"}, "script_qconfig_dict": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.quantize_jit.script_qconfig_dict", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/quantization/quantize_jit.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/quantize_jit.meta.json b/.mypy_cache/3.9/torch/quantization/quantize_jit.meta.json deleted file mode 100644 index bd12360a8..000000000 --- a/.mypy_cache/3.9/torch/quantization/quantize_jit.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.ao.quantization.quantize_jit", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "92080c5aead674b255b615c65d40677460a3b82560f49f65362dbe9a330de5a9", "id": "torch.quantization.quantize_jit", "ignore_all": true, "interface_hash": "d5b9f7f6bd5b1d0738a737c2c7f9e43fd434510df88c9143dc7502336c839491", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/quantization/quantize_jit.py", "plugin_data": null, "size": 678, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/stubs.data.json b/.mypy_cache/3.9/torch/quantization/stubs.data.json deleted file mode 100644 index 3f8d38938..000000000 --- a/.mypy_cache/3.9/torch/quantization/stubs.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.quantization.stubs", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "DeQuantStub": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.stubs.DeQuantStub", "kind": "Gdef"}, "QuantStub": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.stubs.QuantStub", "kind": "Gdef"}, "QuantWrapper": {".class": "SymbolTableNode", "cross_ref": "torch.ao.quantization.stubs.QuantWrapper", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.stubs.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.stubs.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.stubs.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quantization.stubs.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/quantization/stubs.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quantization/stubs.meta.json b/.mypy_cache/3.9/torch/quantization/stubs.meta.json deleted file mode 100644 index 550fbdd07..000000000 --- a/.mypy_cache/3.9/torch/quantization/stubs.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch.ao.quantization.stubs", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "78576490328b048b35691e834475a333cfc0b8bc005878ed83fb9f2f47e0213b", "id": "torch.quantization.stubs", "ignore_all": true, "interface_hash": "b1167fd4d67e98265014cc36991b34b4ff1f6fcb614ee0f40cc92a2d0c915567", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/quantization/stubs.py", "plugin_data": null, "size": 408, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quasirandom.data.json b/.mypy_cache/3.9/torch/quasirandom.data.json deleted file mode 100644 index c9d1209dc..000000000 --- a/.mypy_cache/3.9/torch/quasirandom.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.quasirandom", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "SobolEngine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.quasirandom.SobolEngine", "name": "SobolEngine", "type_vars": []}, "flags": [], "fullname": "torch.quasirandom.SobolEngine", "metaclass_type": null, "metadata": {}, "module_name": "torch.quasirandom", "mro": ["torch.quasirandom.SobolEngine", "builtins.object"], "names": {".class": "SymbolTable", "MAXBIT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.quasirandom.SobolEngine.MAXBIT", "name": "MAXBIT", "type": "builtins.int"}}, "MAXDIM": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.quasirandom.SobolEngine.MAXDIM", "name": "MAXDIM", "type": "builtins.int"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "dimension", "scramble", "seed"], "flags": [], "fullname": "torch.quasirandom.SobolEngine.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.quasirandom.SobolEngine.__repr__", "name": "__repr__", "type": null}}, "_first_point": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.quasirandom.SobolEngine._first_point", "name": "_first_point", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_scramble": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.quasirandom.SobolEngine._scramble", "name": "_scramble", "type": null}}, "dimension": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.quasirandom.SobolEngine.dimension", "name": "dimension", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "draw": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "n", "out", "dtype"], "flags": [], "fullname": "torch.quasirandom.SobolEngine.draw", "name": "draw", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "n", "out", "dtype"], "arg_types": ["torch.quasirandom.SobolEngine", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "draw of SobolEngine", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "draw_base2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "m", "out", "dtype"], "flags": [], "fullname": "torch.quasirandom.SobolEngine.draw_base2", "name": "draw_base2", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "m", "out", "dtype"], "arg_types": ["torch.quasirandom.SobolEngine", "builtins.int", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}, "torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "draw_base2 of SobolEngine", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "fast_forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "torch.quasirandom.SobolEngine.fast_forward", "name": "fast_forward", "type": null}}, "num_generated": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.quasirandom.SobolEngine.num_generated", "name": "num_generated", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "quasi": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.quasirandom.SobolEngine.quasi", "name": "quasi", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.quasirandom.SobolEngine.reset", "name": "reset", "type": null}}, "scramble": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.quasirandom.SobolEngine.scramble", "name": "scramble", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "seed": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.quasirandom.SobolEngine.seed", "name": "seed", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "shift": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.quasirandom.SobolEngine.shift", "name": "shift", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "sobolstate": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.quasirandom.SobolEngine.sobolstate", "name": "sobolstate", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quasirandom.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quasirandom.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quasirandom.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.quasirandom.__package__", "name": "__package__", "type": "builtins.str"}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/quasirandom.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/quasirandom.meta.json b/.mypy_cache/3.9/torch/quasirandom.meta.json deleted file mode 100644 index 682eea831..000000000 --- a/.mypy_cache/3.9/torch/quasirandom.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor"], "hash": "6054f2adfbdf59cc76d097b8d5a02d560b5a678aa2d8bef8ced934a165aa868a", "id": "torch.quasirandom", "ignore_all": true, "interface_hash": "a01fdeab3cbeecbd306d09c6eb2253fde2b7363eac8a3120ee0327a470a3c091", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/quasirandom.py", "plugin_data": null, "size": 7489, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/random.data.json b/.mypy_cache/3.9/torch/random.data.json deleted file mode 100644 index 40d87612e..000000000 --- a/.mypy_cache/3.9/torch/random.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.random", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.random.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.random.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.random.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.random.__package__", "name": "__package__", "type": "builtins.str"}}, "_fork_rng_warned_already": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.random._fork_rng_warned_already", "name": "_fork_rng_warned_already", "type": "builtins.bool"}}, "contextlib": {".class": "SymbolTableNode", "cross_ref": "contextlib", "kind": "Gdef"}, "default_generator": {".class": "SymbolTableNode", "cross_ref": "torch._C.default_generator", "kind": "Gdef"}, "fork_rng": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1], "arg_names": ["devices", "enabled", "_caller", "_devices_kw"], "flags": ["is_generator", "is_decorated"], "fullname": "torch.random.fork_rng", "name": "fork_rng", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1], "arg_names": ["devices", "enabled", "_caller", "_devices_kw"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fork_rng", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "fork_rng", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1], "arg_names": ["devices", "enabled", "_caller", "_devices_kw"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fork_rng", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_of_any": 7}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "get_rng_state": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.random.get_rng_state", "name": "get_rng_state", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_rng_state", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "initial_seed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.random.initial_seed", "name": "initial_seed", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "initial_seed", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "manual_seed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["seed"], "flags": [], "fullname": "torch.random.manual_seed", "name": "manual_seed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["seed"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "manual_seed", "ret_type": "torch._C.Generator", "type_guard": null, "variables": []}}}, "seed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.random.seed", "name": "seed", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seed", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "set_rng_state": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["new_state"], "flags": [], "fullname": "torch.random.set_rng_state", "name": "set_rng_state", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["new_state"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_rng_state", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/random.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/random.meta.json b/.mypy_cache/3.9/torch/random.meta.json deleted file mode 100644 index 64734f175..000000000 --- a/.mypy_cache/3.9/torch/random.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 5, 6, 37, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 10, 5, 10, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["contextlib", "typing", "warnings", "torch._C", "torch", "torch.cuda", "builtins", "functools", "threading", "collections", "inspect", "logging", "io", "pickle", "os", "time", "abc", "torch._tensor", "torch.cuda.random", "typing_extensions"], "hash": "c2ad70f02a15bfa0f621dbef3c160a2e36e106744a3cbc93b66fadcc418109ca", "id": "torch.random", "ignore_all": true, "interface_hash": "5b6c9586b5b7fa0697ac0b803435b2c1f2c7ce0f944780ce15022912f83c778b", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/random.py", "plugin_data": null, "size": 4828, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/serialization.data.json b/.mypy_cache/3.9/torch/serialization.data.json deleted file mode 100644 index 5f78aa4f1..000000000 --- a/.mypy_cache/3.9/torch/serialization.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.serialization", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "BinaryIO": {".class": "SymbolTableNode", "cross_ref": "typing.BinaryIO", "kind": "Gdef"}, "DEFAULT_PROTOCOL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.serialization.DEFAULT_PROTOCOL", "name": "DEFAULT_PROTOCOL", "type": "builtins.int"}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "INT_SIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.serialization.INT_SIZE", "name": "INT_SIZE", "type": "builtins.int"}}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef"}, "LONG_SIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.serialization.LONG_SIZE", "name": "LONG_SIZE", "type": "builtins.int"}}, "MAGIC_NUMBER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.serialization.MAGIC_NUMBER", "name": "MAGIC_NUMBER", "type": "builtins.int"}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "PROTOCOL_VERSION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.serialization.PROTOCOL_VERSION", "name": "PROTOCOL_VERSION", "type": "builtins.int"}}, "SHORT_SIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.serialization.SHORT_SIZE", "name": "SHORT_SIZE", "type": "builtins.int"}}, "STORAGE_KEY_SEPARATOR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.serialization.STORAGE_KEY_SEPARATOR", "name": "STORAGE_KEY_SEPARATOR", "type": "builtins.str"}}, "SourceChangeWarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Warning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.serialization.SourceChangeWarning", "name": "SourceChangeWarning", "type_vars": []}, "flags": [], "fullname": "torch.serialization.SourceChangeWarning", "metaclass_type": null, "metadata": {}, "module_name": "torch.serialization", "mro": ["torch.serialization.SourceChangeWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Storage": {".class": "SymbolTableNode", "cross_ref": "torch.types.Storage", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "UnpicklerWrapper@869": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.serialization.UnpicklerWrapper@869", "name": "UnpicklerWrapper", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "torch.serialization.UnpicklerWrapper@869", "metaclass_type": null, "metadata": {}, "module_name": "torch.serialization", "mro": ["torch.serialization.UnpicklerWrapper@869", "builtins.object"], "names": {".class": "SymbolTable", "find_class": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "mod_name", "name"], "flags": [], "fullname": "torch.serialization.UnpicklerWrapper@869.find_class", "name": "find_class", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.serialization.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.serialization.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.serialization.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.serialization.__package__", "name": "__package__", "type": "builtins.str"}}, "_check_dill_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pickle_module"], "flags": [], "fullname": "torch.serialization._check_dill_version", "name": "_check_dill_version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pickle_module"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_dill_version", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_check_seekable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "torch.serialization._check_seekable", "name": "_check_seekable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_seekable", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_cpu_deserialize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["obj", "location"], "flags": [], "fullname": "torch.serialization._cpu_deserialize", "name": "_cpu_deserialize", "type": null}}, "_cpu_tag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch.serialization._cpu_tag", "name": "_cpu_tag", "type": null}}, "_cuda_deserialize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["obj", "location"], "flags": [], "fullname": "torch.serialization._cuda_deserialize", "name": "_cuda_deserialize", "type": null}}, "_cuda_tag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "torch.serialization._cuda_tag", "name": "_cuda_tag", "type": null}}, "_get_layout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "torch.serialization._get_layout", "name": "_get_layout", "type": null}}, "_get_restore_location": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["map_location"], "flags": [], "fullname": "torch.serialization._get_restore_location", "name": "_get_restore_location", "type": null}}, "_import_dotted_name": {".class": "SymbolTableNode", "cross_ref": "torch._utils._import_dotted_name", "kind": "Gdef"}, "_is_compressed_file": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "torch.serialization._is_compressed_file", "name": "_is_compressed_file", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_compressed_file", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_is_path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name_or_buffer"], "flags": [], "fullname": "torch.serialization._is_path", "name": "_is_path", "type": null}}, "_is_torchscript_zip": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["zip_file"], "flags": [], "fullname": "torch.serialization._is_torchscript_zip", "name": "_is_torchscript_zip", "type": null}}, "_is_zipfile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "torch.serialization._is_zipfile", "name": "_is_zipfile", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_zipfile", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_legacy_load": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 4], "arg_names": ["f", "map_location", "pickle_module", "pickle_load_args"], "flags": [], "fullname": "torch.serialization._legacy_load", "name": "_legacy_load", "type": null}}, "_legacy_save": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["obj", "f", "pickle_module", "pickle_protocol"], "flags": [], "fullname": "torch.serialization._legacy_save", "name": "_legacy_save", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["obj", "f", "pickle_module", "pickle_protocol"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_legacy_save", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_load": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 4], "arg_names": ["zip_file", "map_location", "pickle_module", "pickle_file", "pickle_load_args"], "flags": [], "fullname": "torch.serialization._load", "name": "_load", "type": null}}, "_maybe_decode_ascii": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["bytes_str"], "flags": [], "fullname": "torch.serialization._maybe_decode_ascii", "name": "_maybe_decode_ascii", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["bytes_str"], "arg_types": [{".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_maybe_decode_ascii", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_open_buffer_reader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.serialization._opener"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.serialization._open_buffer_reader", "name": "_open_buffer_reader", "type_vars": []}, "flags": [], "fullname": "torch.serialization._open_buffer_reader", "metaclass_type": null, "metadata": {}, "module_name": "torch.serialization", "mro": ["torch.serialization._open_buffer_reader", "torch.serialization._opener", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "buffer"], "flags": [], "fullname": "torch.serialization._open_buffer_reader.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_open_buffer_writer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.serialization._opener"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.serialization._open_buffer_writer", "name": "_open_buffer_writer", "type_vars": []}, "flags": [], "fullname": "torch.serialization._open_buffer_writer", "metaclass_type": null, "metadata": {}, "module_name": "torch.serialization", "mro": ["torch.serialization._open_buffer_writer", "torch.serialization._opener", "builtins.object"], "names": {".class": "SymbolTable", "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "torch.serialization._open_buffer_writer.__exit__", "name": "__exit__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_open_file": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.serialization._opener"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.serialization._open_file", "name": "_open_file", "type_vars": []}, "flags": [], "fullname": "torch.serialization._open_file", "metaclass_type": null, "metadata": {}, "module_name": "torch.serialization", "mro": ["torch.serialization._open_file", "torch.serialization._opener", "builtins.object"], "names": {".class": "SymbolTable", "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "torch.serialization._open_file.__exit__", "name": "__exit__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "mode"], "flags": [], "fullname": "torch.serialization._open_file.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_open_file_like": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["name_or_buffer", "mode"], "flags": [], "fullname": "torch.serialization._open_file_like", "name": "_open_file_like", "type": null}}, "_open_zipfile_reader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.serialization._opener"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.serialization._open_zipfile_reader", "name": "_open_zipfile_reader", "type_vars": []}, "flags": [], "fullname": "torch.serialization._open_zipfile_reader", "metaclass_type": null, "metadata": {}, "module_name": "torch.serialization", "mro": ["torch.serialization._open_zipfile_reader", "torch.serialization._opener", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name_or_buffer"], "flags": [], "fullname": "torch.serialization._open_zipfile_reader.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name_or_buffer"], "arg_types": ["torch.serialization._open_zipfile_reader", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _open_zipfile_reader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_open_zipfile_writer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name_or_buffer"], "flags": [], "fullname": "torch.serialization._open_zipfile_writer", "name": "_open_zipfile_writer", "type": null}}, "_open_zipfile_writer_buffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.serialization._opener"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.serialization._open_zipfile_writer_buffer", "name": "_open_zipfile_writer_buffer", "type_vars": []}, "flags": [], "fullname": "torch.serialization._open_zipfile_writer_buffer", "metaclass_type": null, "metadata": {}, "module_name": "torch.serialization", "mro": ["torch.serialization._open_zipfile_writer_buffer", "torch.serialization._opener", "builtins.object"], "names": {".class": "SymbolTable", "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "torch.serialization._open_zipfile_writer_buffer.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": [null, null], "arg_types": ["torch.serialization._open_zipfile_writer_buffer", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of _open_zipfile_writer_buffer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "buffer"], "flags": [], "fullname": "torch.serialization._open_zipfile_writer_buffer.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "buffer"], "arg_types": ["torch.serialization._open_zipfile_writer_buffer", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _open_zipfile_writer_buffer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "buffer": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.serialization._open_zipfile_writer_buffer.buffer", "name": "buffer", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_open_zipfile_writer_file": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.serialization._opener"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.serialization._open_zipfile_writer_file", "name": "_open_zipfile_writer_file", "type_vars": []}, "flags": [], "fullname": "torch.serialization._open_zipfile_writer_file", "metaclass_type": null, "metadata": {}, "module_name": "torch.serialization", "mro": ["torch.serialization._open_zipfile_writer_file", "torch.serialization._opener", "builtins.object"], "names": {".class": "SymbolTable", "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "torch.serialization._open_zipfile_writer_file.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": [null, null], "arg_types": ["torch.serialization._open_zipfile_writer_file", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of _open_zipfile_writer_file", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "torch.serialization._open_zipfile_writer_file.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["torch.serialization._open_zipfile_writer_file", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _open_zipfile_writer_file", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_opener": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.serialization._opener", "name": "_opener", "type_vars": []}, "flags": [], "fullname": "torch.serialization._opener", "metaclass_type": null, "metadata": {}, "module_name": "torch.serialization", "mro": ["torch.serialization._opener", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.serialization._opener.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "torch.serialization._opener.__exit__", "name": "__exit__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "file_like"], "flags": [], "fullname": "torch.serialization._opener.__init__", "name": "__init__", "type": null}}, "file_like": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.serialization._opener.file_like", "name": "file_like", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_package_registry": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.serialization._package_registry", "name": "_package_registry", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "builtins.list"}}}, "_save": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["obj", "zip_file", "pickle_module", "pickle_protocol"], "flags": [], "fullname": "torch.serialization._save", "name": "_save", "type": null}}, "_should_read_directly": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "torch.serialization._should_read_directly", "name": "_should_read_directly", "type": null}}, "_string_classes": {".class": "SymbolTableNode", "cross_ref": "torch._six.string_classes", "kind": "Gdef"}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef"}, "check_module_version_greater_or_equal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["module", "req_version_tuple", "error_if_malformed"], "flags": [], "fullname": "torch.serialization.check_module_version_greater_or_equal", "name": "check_module_version_greater_or_equal", "type": null}}, "closing": {".class": "SymbolTableNode", "cross_ref": "contextlib.closing", "kind": "Gdef"}, "contextmanager": {".class": "SymbolTableNode", "cross_ref": "contextlib.contextmanager", "kind": "Gdef"}, "copyreg": {".class": "SymbolTableNode", "cross_ref": "copyreg", "kind": "Gdef"}, "default_restore_location": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["storage", "location"], "flags": [], "fullname": "torch.serialization.default_restore_location", "name": "default_restore_location", "type": null}}, "difflib": {".class": "SymbolTableNode", "cross_ref": "difflib", "kind": "Gdef"}, "get_source_lines_and_file": {".class": "SymbolTableNode", "cross_ref": "torch._sources.get_source_lines_and_file", "kind": "Gdef"}, "io": {".class": "SymbolTableNode", "cross_ref": "io", "kind": "Gdef"}, "load": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 4], "arg_names": ["f", "map_location", "pickle_module", "pickle_load_args"], "flags": [], "fullname": "torch.serialization.load", "name": "load", "type": null}}, "location_tag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["storage"], "flags": [], "fullname": "torch.serialization.location_tag", "name": "location_tag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["storage"], "arg_types": ["torch.types.Storage"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "location_tag", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "mkdtemp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": ["is_generator", "is_decorated"], "fullname": "torch.serialization.mkdtemp", "name": "mkdtemp", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "mkdtemp", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mkdtemp", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "normalize_storage_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["storage_type"], "flags": [], "fullname": "torch.serialization.normalize_storage_type", "name": "normalize_storage_type", "type": null}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "pathlib": {".class": "SymbolTableNode", "cross_ref": "pathlib", "kind": "Gdef"}, "pickle": {".class": "SymbolTableNode", "cross_ref": "pickle", "kind": "Gdef"}, "register_package": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["priority", "tagger", "deserializer"], "flags": [], "fullname": "torch.serialization.register_package", "name": "register_package", "type": null}}, "save": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["obj", "f", "pickle_module", "pickle_protocol", "_use_new_zipfile_serialization"], "flags": [], "fullname": "torch.serialization.save", "name": "save", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["obj", "f", "pickle_module", "pickle_protocol", "_use_new_zipfile_serialization"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "os.PathLike"}, "typing.BinaryIO", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "save", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "shutil": {".class": "SymbolTableNode", "cross_ref": "shutil", "kind": "Gdef"}, "storage_to_tensor_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["storage"], "flags": [], "fullname": "torch.serialization.storage_to_tensor_type", "name": "storage_to_tensor_type", "type": null}}, "struct": {".class": "SymbolTableNode", "cross_ref": "struct", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "tarfile": {".class": "SymbolTableNode", "cross_ref": "tarfile", "kind": "Gdef"}, "tempfile": {".class": "SymbolTableNode", "cross_ref": "tempfile", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "validate_cuda_device": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["location"], "flags": [], "fullname": "torch.serialization.validate_cuda_device", "name": "validate_cuda_device", "type": null}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/serialization.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/serialization.meta.json b/.mypy_cache/3.9/torch/serialization.meta.json deleted file mode 100644 index a67936dc9..000000000 --- a/.mypy_cache/3.9/torch/serialization.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 385, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 5, 5, 5, 5, 5, 5, 10, 10, 10, 20, 5, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["difflib", "os", "io", "shutil", "struct", "sys", "torch", "tarfile", "tempfile", "warnings", "contextlib", "torch._utils", "torch._six", "torch._sources", "torch.types", "typing", "copyreg", "pickle", "pathlib", "torch.nn", "builtins", "functools", "threading", "collections", "inspect", "logging", "time", "_typeshed", "abc", "array", "mmap", "torch._C", "torch.cuda", "torch.cuda._utils", "torch.jit", "torch.nn.modules", "torch.nn.modules.module", "types", "typing_extensions"], "hash": "9c4ef2eeea8e80fe8d4c6696209e95bd9ef4d63022d7a9d81d4be00e4301d4e8", "id": "torch.serialization", "ignore_all": true, "interface_hash": "2b204b8df089070005a99eaabba08f21e0121fc971c3511b799401e579e74d95", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/serialization.py", "plugin_data": null, "size": 36544, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/sparse/__init__.data.json b/.mypy_cache/3.9/torch/sparse/__init__.data.json deleted file mode 100644 index f564b1d42..000000000 --- a/.mypy_cache/3.9/torch/sparse/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.sparse", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "DType": {".class": "SymbolTableNode", "cross_ref": "torch.types._dtype", "kind": "Gdef", "module_public": false}, "DimOrDims": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "torch.sparse.DimOrDims", "line": 11, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.int", {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_public": false}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef", "module_public": false}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef", "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "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": [], "fullname": "torch.sparse.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.sparse.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.sparse.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.sparse.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.sparse.__package__", "name": "__package__", "type": "builtins.str"}}, "addmm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["mat", "mat1", "mat2", "beta", "alpha"], "flags": [], "fullname": "torch.sparse.addmm", "name": "addmm", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["mat", "mat1", "mat2", "beta", "alpha"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addmm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "log_softmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "dtype"], "flags": [], "fullname": "torch.sparse.log_softmax", "name": "log_softmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "dtype"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "log_softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "mm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["mat1", "mat2"], "flags": [], "fullname": "torch.sparse.mm", "name": "mm", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["mat1", "mat2"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mm", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "softmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "dtype"], "flags": [], "fullname": "torch.sparse.softmax", "name": "softmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["input", "dim", "dtype"], "arg_types": ["torch._tensor.Tensor", "builtins.int", {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "softmax", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "sum": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["input", "dim", "dtype"], "flags": [], "fullname": "torch.sparse.sum", "name": "sum", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["input", "dim", "dtype"], "arg_types": ["torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.int", {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._C.dtype", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sum", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/sparse/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/sparse/__init__.meta.json b/.mypy_cache/3.9/torch/sparse/__init__.meta.json deleted file mode 100644 index de7fc9dbc..000000000 --- a/.mypy_cache/3.9/torch/sparse/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 4, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 25, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["typing", "torch", "torch.types", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor"], "hash": "5561fd26a1a5961a36fe92be93b536f1331001393faff9d35e0c721595c8b1cb", "id": "torch.sparse", "ignore_all": true, "interface_hash": "7e61c1e732d1f6d6600fe14835831ac75938f5a7459317320f1d1e25744ab022", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/sparse/__init__.py", "plugin_data": null, "size": 7930, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/special/__init__.data.json b/.mypy_cache/3.9/torch/special/__init__.data.json deleted file mode 100644 index 45182d9fe..000000000 --- a/.mypy_cache/3.9/torch/special/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.special", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Tensor": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.special.Tensor", "line": 10, "no_args": true, "normalized": false, "target": "torch._tensor.Tensor"}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.special.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.special.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.special.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.special.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.special.__package__", "name": "__package__", "type": "builtins.str"}}, "_add_docstr": {".class": "SymbolTableNode", "cross_ref": "torch._C._add_docstr", "kind": "Gdef", "module_public": false}, "_special": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.special._special", "name": "_special", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}}}, "common_args": {".class": "SymbolTableNode", "cross_ref": "torch._torch_docs.common_args", "kind": "Gdef", "module_public": false}, "digamma": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.digamma", "name": "digamma", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "entr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.entr", "name": "entr", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "erf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.erf", "name": "erf", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "erfc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.erfc", "name": "erfc", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "erfcx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.erfcx", "name": "erfcx", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "erfinv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.erfinv", "name": "erfinv", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "exp2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.exp2", "name": "exp2", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "expit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.expit", "name": "expit", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "expm1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.expm1", "name": "expm1", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "gammainc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.gammainc", "name": "gammainc", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "gammaincc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.gammaincc", "name": "gammaincc", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "gammaln": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.gammaln", "name": "gammaln", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "i0": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.i0", "name": "i0", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "i0e": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.i0e", "name": "i0e", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "i1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.i1", "name": "i1", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "i1e": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.i1e", "name": "i1e", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "log1p": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.log1p", "name": "log1p", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "log_softmax": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.log_softmax", "name": "log_softmax", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "logit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.logit", "name": "logit", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "logsumexp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.logsumexp", "name": "logsumexp", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "multi_dim_common": {".class": "SymbolTableNode", "cross_ref": "torch._torch_docs.multi_dim_common", "kind": "Gdef", "module_public": false}, "multigammaln": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.multigammaln", "name": "multigammaln", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "ndtr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.ndtr", "name": "ndtr", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "ndtri": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.ndtri", "name": "ndtri", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "polygamma": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.polygamma", "name": "polygamma", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "psi": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.psi", "name": "psi", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "round": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.round", "name": "round", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "sinc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.sinc", "name": "sinc", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}, "xlog1py": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.xlog1py", "name": "xlog1py", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "xlogy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.xlogy", "name": "xlogy", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "zeta": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.special.zeta", "name": "zeta", "type": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": {".class": "AnyType", "missing_import_name": "torch.special._special", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/special/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/special/__init__.meta.json b/.mypy_cache/3.9/torch/special/__init__.meta.json deleted file mode 100644 index 9d1c05987..000000000 --- a/.mypy_cache/3.9/torch/special/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch", "torch._C", "torch._torch_docs", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._tensor", "torch.types", "typing"], "hash": "5d16b130eb2ace41d97cea319153f2320ba525116663b845fa61fd7fba839877", "id": "torch.special", "ignore_all": true, "interface_hash": "7f03a052f0ff4d59effe58d0a7bb56c9c01bcc4c899c89f7b64a4b74a51d8f31", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/special/__init__.py", "plugin_data": null, "size": 20467, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/storage.data.json b/.mypy_cache/3.9/torch/storage.data.json deleted file mode 100644 index 54a29931b..000000000 --- a/.mypy_cache/3.9/torch/storage.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.storage", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "torch.storage.T", "name": "T", "upper_bound": "torch.storage._StorageBase", "values": [], "variance": 0}}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "_StorageBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.storage._StorageBase", "name": "_StorageBase", "type_vars": []}, "flags": [], "fullname": "torch.storage._StorageBase", "metaclass_type": null, "metadata": {}, "module_name": "torch.storage", "mro": ["torch.storage._StorageBase", "builtins.object"], "names": {".class": "SymbolTable", "__copy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.__copy__", "name": "__copy__", "type": null}}, "__deepcopy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "memo"], "flags": [], "fullname": "torch.storage._StorageBase.__deepcopy__", "name": "__deepcopy__", "type": null}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "idx"], "flags": [], "fullname": "torch.storage._StorageBase.__getitem__", "name": "__getitem__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.storage._StorageBase.__init__", "name": "__init__", "type": null}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.__iter__", "name": "__iter__", "type": null}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch.storage._StorageBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of _StorageBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__reduce__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.__reduce__", "name": "__reduce__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.__repr__", "name": "__repr__", "type": null}}, "__sizeof__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.__sizeof__", "name": "__sizeof__", "type": null}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.__str__", "name": "__str__", "type": null}}, "_cdata": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.storage._StorageBase._cdata", "name": "_cdata", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "_new_shared": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "size"], "flags": ["is_class", "is_decorated"], "fullname": "torch.storage._StorageBase._new_shared", "name": "_new_shared", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "_new_shared", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "size"], "arg_types": [{".class": "TypeType", "item": "torch.storage._StorageBase"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "_new_shared of _StorageBase", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "_new_using_fd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "size"], "flags": ["is_class", "is_decorated"], "fullname": "torch.storage._StorageBase._new_using_fd", "name": "_new_using_fd", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "size"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.storage.T", "id": -1, "name": "T", "upper_bound": "torch.storage._StorageBase", "values": [], "variance": 0}}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_new_using_fd of _StorageBase", "ret_type": {".class": "TypeVarType", "fullname": "torch.storage.T", "id": -1, "name": "T", "upper_bound": "torch.storage._StorageBase", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.storage.T", "id": -1, "name": "T", "upper_bound": "torch.storage._StorageBase", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "_new_using_fd", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "size"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.storage.T", "id": -1, "name": "T", "upper_bound": "torch.storage._StorageBase", "values": [], "variance": 0}}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_new_using_fd of _StorageBase", "ret_type": {".class": "TypeVarType", "fullname": "torch.storage.T", "id": -1, "name": "T", "upper_bound": "torch.storage._StorageBase", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.storage.T", "id": -1, "name": "T", "upper_bound": "torch.storage._StorageBase", "values": [], "variance": 0}]}}}}, "_new_using_filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "size"], "flags": ["is_class", "is_decorated"], "fullname": "torch.storage._StorageBase._new_using_filename", "name": "_new_using_filename", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "size"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.storage.T", "id": -1, "name": "T", "upper_bound": "torch.storage._StorageBase", "values": [], "variance": 0}}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_new_using_filename of _StorageBase", "ret_type": {".class": "TypeVarType", "fullname": "torch.storage.T", "id": -1, "name": "T", "upper_bound": "torch.storage._StorageBase", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.storage.T", "id": -1, "name": "T", "upper_bound": "torch.storage._StorageBase", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "_new_using_filename", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "size"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.storage.T", "id": -1, "name": "T", "upper_bound": "torch.storage._StorageBase", "values": [], "variance": 0}}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_new_using_filename of _StorageBase", "ret_type": {".class": "TypeVarType", "fullname": "torch.storage.T", "id": -1, "name": "T", "upper_bound": "torch.storage._StorageBase", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.storage.T", "id": -1, "name": "T", "upper_bound": "torch.storage._StorageBase", "values": [], "variance": 0}]}}}}, "_share_fd_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase._share_fd_", "name": "_share_fd_", "type": null}}, "_share_filename_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase._share_filename_", "name": "_share_filename_", "type": null}}, "bfloat16": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.bfloat16", "name": "bfloat16", "type": null}}, "bool": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.bool", "name": "bool", "type": null}}, "byte": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.byte", "name": "byte", "type": null}}, "char": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.char", "name": "char", "type": null}}, "clone": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.clone", "name": "clone", "type": null}}, "complex_double": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.complex_double", "name": "complex_double", "type": null}}, "complex_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.complex_float", "name": "complex_float", "type": null}}, "copy_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "flags": [], "fullname": "torch.storage._StorageBase.copy_", "name": "copy_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "arg_types": ["torch.storage._StorageBase", {".class": "TypeVarType", "fullname": "torch.storage.T", "id": -1, "name": "T", "upper_bound": "torch.storage._StorageBase", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy_ of _StorageBase", "ret_type": {".class": "TypeVarType", "fullname": "torch.storage.T", "id": -1, "name": "T", "upper_bound": "torch.storage._StorageBase", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.storage.T", "id": -1, "name": "T", "upper_bound": "torch.storage._StorageBase", "values": [], "variance": 0}]}}}, "cpu": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.cpu", "name": "cpu", "type": null}}, "cuda": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 4], "arg_names": ["self", "device", "non_blocking", "kwargs"], "flags": [], "fullname": "torch.storage._StorageBase.cuda", "name": "cuda", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 4], "arg_names": ["self", "device", "non_blocking", "kwargs"], "arg_types": ["torch.storage._StorageBase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cuda of _StorageBase", "ret_type": {".class": "TypeVarType", "fullname": "torch.storage.T", "id": -1, "name": "T", "upper_bound": "torch.storage._StorageBase", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.storage.T", "id": -1, "name": "T", "upper_bound": "torch.storage._StorageBase", "values": [], "variance": 0}]}}}, "double": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.double", "name": "double", "type": null}}, "element_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.element_size", "name": "element_size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.storage._StorageBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "element_size of _StorageBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.float", "name": "float", "type": null}}, "get_device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.get_device", "name": "get_device", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.storage._StorageBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_device of _StorageBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "half": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.half", "name": "half", "type": null}}, "int": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.int", "name": "int", "type": null}}, "is_cuda": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.storage._StorageBase.is_cuda", "name": "is_cuda", "type": "builtins.bool"}}, "is_sparse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.storage._StorageBase.is_sparse", "name": "is_sparse", "type": "builtins.bool"}}, "long": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.long", "name": "long", "type": null}}, "pin_memory": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.pin_memory", "name": "pin_memory", "type": null}}, "share_memory_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.share_memory_", "name": "share_memory_", "type": null}}, "short": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.short", "name": "short", "type": null}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.size", "name": "size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.storage._StorageBase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "size of _StorageBase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "tolist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.storage._StorageBase.tolist", "name": "tolist", "type": null}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dtype", "non_blocking"], "flags": [], "fullname": "torch.storage._StorageBase.type", "name": "type", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dtype", "non_blocking"], "arg_types": ["torch.storage._StorageBase", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "type of _StorageBase", "ret_type": {".class": "TypeVarType", "fullname": "torch.storage.T", "id": -1, "name": "T", "upper_bound": "torch.storage._StorageBase", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.storage.T", "id": -1, "name": "T", "upper_bound": "torch.storage._StorageBase", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.storage.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.storage.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.storage.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.storage.__package__", "name": "__package__", "type": "builtins.str"}}, "_cuda": {".class": "SymbolTableNode", "cross_ref": "torch._utils._cuda", "kind": "Gdef"}, "_load_from_bytes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["b"], "flags": [], "fullname": "torch.storage._load_from_bytes", "name": "_load_from_bytes", "type": null}}, "_type": {".class": "SymbolTableNode", "cross_ref": "torch._utils._type", "kind": "Gdef"}, "io": {".class": "SymbolTableNode", "cross_ref": "io", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/storage.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/storage.meta.json b/.mypy_cache/3.9/torch/storage.meta.json deleted file mode 100644 index 8245d447c..000000000 --- a/.mypy_cache/3.9/torch/storage.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 5, 126, 139, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 20, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["io", "torch", "torch._utils", "typing", "torch.cuda", "torch.multiprocessing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "warnings", "pickle", "os", "time", "abc", "torch.serialization", "types", "typing_extensions"], "hash": "95e7f5abc50b13b223199dd44838525504499d6112d925e55d22fa85dc828898", "id": "torch.storage", "ignore_all": true, "interface_hash": "f4b21aa8513dffcf11f4bf3708624235071121556e703d58abbae96a4213cf17", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/storage.py", "plugin_data": null, "size": 5762, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/testing/__init__.data.json b/.mypy_cache/3.9/torch/testing/__init__.data.json deleted file mode 100644 index ec88d0455..000000000 --- a/.mypy_cache/3.9/torch/testing/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.testing", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "FileCheck": {".class": "SymbolTableNode", "cross_ref": "torch.testing._core.FileCheck", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing.__package__", "name": "__package__", "type": "builtins.str"}}, "assert_allclose": {".class": "SymbolTableNode", "cross_ref": "torch.testing._deprecated.assert_allclose", "kind": "Gdef"}, "assert_close": {".class": "SymbolTableNode", "cross_ref": "torch.testing._asserts.assert_close", "kind": "Gdef"}, "check_code_for_cuda_kernel_launches": {".class": "SymbolTableNode", "cross_ref": "torch.testing._check_kernel_launches.check_code_for_cuda_kernel_launches", "kind": "Gdef"}, "check_cuda_kernel_launches": {".class": "SymbolTableNode", "cross_ref": "torch.testing._check_kernel_launches.check_cuda_kernel_launches", "kind": "Gdef"}, "get_all_device_types": {".class": "SymbolTableNode", "cross_ref": "torch.testing._core.get_all_device_types", "kind": "Gdef"}, "make_non_contiguous": {".class": "SymbolTableNode", "cross_ref": "torch.testing._core.make_non_contiguous", "kind": "Gdef"}, "make_tensor": {".class": "SymbolTableNode", "cross_ref": "torch.testing._creation.make_tensor", "kind": "Gdef"}, "rand": {".class": "SymbolTableNode", "cross_ref": "torch.testing._deprecated.rand", "kind": "Gdef"}, "randn": {".class": "SymbolTableNode", "cross_ref": "torch.testing._deprecated.randn", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/testing/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/testing/__init__.meta.json b/.mypy_cache/3.9/torch/testing/__init__.meta.json deleted file mode 100644 index 86ca3510e..000000000 --- a/.mypy_cache/3.9/torch/testing/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "dependencies": ["torch.testing._core", "torch.testing._asserts", "torch.testing._creation", "torch.testing._check_kernel_launches", "torch.testing._deprecated", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time"], "hash": "26c64ba23df8340877f17f46af38d9b03b3c91cd6861ca4ea366c7372672f522", "id": "torch.testing", "ignore_all": true, "interface_hash": "e762f7742a440a82f4c8a63b35e8da5fe642fd5c90fd0f9d4ceff100c9dae5f6", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/testing/__init__.py", "plugin_data": null, "size": 205, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/testing/_asserts.data.json b/.mypy_cache/3.9/torch/testing/_asserts.data.json deleted file mode 100644 index df8085346..000000000 --- a/.mypy_cache/3.9/torch/testing/_asserts.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.testing._asserts", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_public": false}, "Diagnostics": {".class": "SymbolTableNode", "cross_ref": "types.SimpleNamespace", "kind": "Gdef", "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_public": false}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef", "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_public": false}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef", "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_public": false}, "_DTYPE_PRECISIONS": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.testing._asserts._DTYPE_PRECISIONS", "name": "_DTYPE_PRECISIONS", "type": {".class": "Instance", "args": ["torch._C.dtype", {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.dict"}}}, "_MAPPING_MSG_FMTSTR": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._asserts._MAPPING_MSG_FMTSTR", "name": "_MAPPING_MSG_FMTSTR", "type": "builtins.str"}}, "_SEQUENCE_MSG_FMTSTR": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._asserts._SEQUENCE_MSG_FMTSTR", "name": "_SEQUENCE_MSG_FMTSTR", "type": "builtins.str"}}, "_TensorPair": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.testing._asserts._TensorPair", "name": "_TensorPair", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch.testing._asserts._TensorPair", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["actual", "expected"]}}, "module_name": "torch.testing._asserts", "mro": ["torch.testing._asserts._TensorPair", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch.testing._asserts._TensorPair._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.testing._asserts._TensorPair.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.testing._asserts._TensorPair.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "actual", "expected"], "flags": [], "fullname": "torch.testing._asserts._TensorPair.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "actual", "expected"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.testing._asserts._TensorPair._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _TensorPair", "ret_type": {".class": "TypeVarType", "fullname": "torch.testing._asserts._TensorPair._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.testing._asserts._TensorPair._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch.testing._asserts._TensorPair._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.testing._asserts._TensorPair._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of _TensorPair", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.testing._asserts._TensorPair._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.testing._asserts._TensorPair._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.testing._asserts._TensorPair._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.testing._asserts._TensorPair._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch.testing._asserts._TensorPair._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.testing._asserts._TensorPair._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _TensorPair", "ret_type": {".class": "TypeVarType", "fullname": "torch.testing._asserts._TensorPair._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.testing._asserts._TensorPair._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch.testing._asserts._TensorPair._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.testing._asserts._TensorPair._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _TensorPair", "ret_type": {".class": "TypeVarType", "fullname": "torch.testing._asserts._TensorPair._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.testing._asserts._TensorPair._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "actual", "expected"], "flags": [], "fullname": "torch.testing._asserts._TensorPair._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "actual", "expected"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.testing._asserts._TensorPair._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of _TensorPair", "ret_type": {".class": "TypeVarType", "fullname": "torch.testing._asserts._TensorPair._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.testing._asserts._TensorPair._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.testing._asserts._TensorPair._source", "name": "_source", "type": "builtins.str"}}, "actual": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.testing._asserts._TensorPair.actual", "name": "actual", "type": "torch._tensor.Tensor"}}, "actual-redefinition": {".class": "SymbolTableNode", "cross_ref": "torch.testing._asserts._TensorPair.actual", "kind": "Mdef"}, "expected": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.testing._asserts._TensorPair.expected", "name": "expected", "type": "torch._tensor.Tensor"}}, "expected-redefinition": {".class": "SymbolTableNode", "cross_ref": "torch.testing._asserts._TensorPair.expected", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "_TestingErrorMeta": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.testing._asserts._TestingErrorMeta", "name": "_TestingErrorMeta", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch.testing._asserts._TestingErrorMeta", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["type", "msg"]}}, "module_name": "torch.testing._asserts", "mro": ["torch.testing._asserts._TestingErrorMeta", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch.testing._asserts._TestingErrorMeta._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.testing._asserts._TestingErrorMeta.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.testing._asserts._TestingErrorMeta.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "type", "msg"], "flags": [], "fullname": "torch.testing._asserts._TestingErrorMeta.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "type", "msg"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.testing._asserts._TestingErrorMeta._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _TestingErrorMeta", "ret_type": {".class": "TypeVarType", "fullname": "torch.testing._asserts._TestingErrorMeta._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.testing._asserts._TestingErrorMeta._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch.testing._asserts._TestingErrorMeta._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.testing._asserts._TestingErrorMeta._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of _TestingErrorMeta", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.testing._asserts._TestingErrorMeta._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.testing._asserts._TestingErrorMeta._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.testing._asserts._TestingErrorMeta._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.testing._asserts._TestingErrorMeta._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch.testing._asserts._TestingErrorMeta._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.testing._asserts._TestingErrorMeta._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _TestingErrorMeta", "ret_type": {".class": "TypeVarType", "fullname": "torch.testing._asserts._TestingErrorMeta._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.testing._asserts._TestingErrorMeta._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch.testing._asserts._TestingErrorMeta._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.testing._asserts._TestingErrorMeta._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _TestingErrorMeta", "ret_type": {".class": "TypeVarType", "fullname": "torch.testing._asserts._TestingErrorMeta._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.testing._asserts._TestingErrorMeta._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "type", "msg"], "flags": [], "fullname": "torch.testing._asserts._TestingErrorMeta._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "type", "msg"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.testing._asserts._TestingErrorMeta._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of _TestingErrorMeta", "ret_type": {".class": "TypeVarType", "fullname": "torch.testing._asserts._TestingErrorMeta._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.testing._asserts._TestingErrorMeta._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.testing._asserts._TestingErrorMeta._source", "name": "_source", "type": "builtins.str"}}, "amend_msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "prefix", "postfix"], "flags": [], "fullname": "torch.testing._asserts._TestingErrorMeta.amend_msg", "name": "amend_msg", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "prefix", "postfix"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": "torch.testing._asserts._TestingErrorMeta"}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "amend_msg of _TestingErrorMeta", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": "torch.testing._asserts._TestingErrorMeta"}, "type_guard": null, "variables": []}}}, "msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.testing._asserts._TestingErrorMeta.msg", "name": "msg", "type": "builtins.str"}}, "msg-redefinition": {".class": "SymbolTableNode", "cross_ref": "torch.testing._asserts._TestingErrorMeta.msg", "kind": "Mdef"}, "to_error": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.testing._asserts._TestingErrorMeta.to_error", "name": "to_error", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": "torch.testing._asserts._TestingErrorMeta"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "to_error of _TestingErrorMeta", "ret_type": "builtins.Exception", "type_guard": null, "variables": []}}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.testing._asserts._TestingErrorMeta.type", "name": "type", "type": {".class": "TypeType", "item": "builtins.Exception"}}}, "type-redefinition": {".class": "SymbolTableNode", "cross_ref": "torch.testing._asserts._TestingErrorMeta.type", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.testing._asserts.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._asserts.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._asserts.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._asserts.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._asserts.__package__", "name": "__package__", "type": "builtins.str"}}, "_check_attributes_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5], "arg_names": ["actual", "expected", "check_device", "check_dtype", "check_stride", "check_is_coalesced"], "flags": [], "fullname": "torch.testing._asserts._check_attributes_equal", "name": "_check_attributes_equal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5], "arg_names": ["actual", "expected", "check_device", "check_dtype", "check_stride", "check_is_coalesced"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_attributes_equal", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": "torch.testing._asserts._TestingErrorMeta"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_check_pair_close": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["pair", "kwargs"], "flags": [], "fullname": "torch.testing._asserts._check_pair_close", "name": "_check_pair_close", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["pair", "kwargs"], "arg_types": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch.testing._asserts._TensorPair"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_pair_close", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": "torch.testing._asserts._TestingErrorMeta"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_check_quantized": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["check_tensor_values"], "flags": [], "fullname": "torch.testing._asserts._check_quantized", "name": "_check_quantized", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["check_tensor_values"], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": "torch.testing._asserts._TestingErrorMeta"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_quantized", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": "_check_values_close", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": "torch.testing._asserts._TestingErrorMeta"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "_check_sparse_coo_members_individually": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["check_tensors"], "flags": [], "fullname": "torch.testing._asserts._check_sparse_coo_members_individually", "name": "_check_sparse_coo_members_individually", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["check_tensors"], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": "torch.testing._asserts._TestingErrorMeta"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_sparse_coo_members_individually", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": "torch.testing._asserts._TestingErrorMeta"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "_check_sparse_csr_members_individually": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["check_tensors"], "flags": [], "fullname": "torch.testing._asserts._check_sparse_csr_members_individually", "name": "_check_sparse_csr_members_individually", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["check_tensors"], "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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": "torch.testing._asserts._TestingErrorMeta"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_sparse_csr_members_individually", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": "torch.testing._asserts._TestingErrorMeta"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "_check_supported_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["input"], "flags": [], "fullname": "torch.testing._asserts._check_supported_tensor", "name": "_check_supported_tensor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["input"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_supported_tensor", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": "torch.testing._asserts._TestingErrorMeta"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_check_tensors_close": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 3], "arg_names": ["actual", "expected", "rtol", "atol", "equal_nan", "check_device", "check_dtype", "check_stride", "check_is_coalesced", "msg"], "flags": [], "fullname": "torch.testing._asserts._check_tensors_close", "name": "_check_tensors_close", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 3], "arg_names": ["actual", "expected", "rtol", "atol", "equal_nan", "check_device", "check_dtype", "check_stride", "check_is_coalesced", "msg"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "types.SimpleNamespace"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_tensors_close", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": "torch.testing._asserts._TestingErrorMeta"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_check_types": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 3], "arg_names": ["actual", "expected", "allow_subclasses"], "flags": [], "fullname": "torch.testing._asserts._check_types", "name": "_check_types", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["actual", "expected", "allow_subclasses"], "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}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_types", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": "torch.testing._asserts._TestingErrorMeta"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_check_values_close": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 3, 3, 3], "arg_names": ["actual", "expected", "rtol", "atol", "equal_nan", "msg"], "flags": ["is_decorated"], "fullname": "torch.testing._asserts._check_values_close", "name": "_check_values_close", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 3, 3, 3], "arg_names": ["actual", "expected", "rtol", "atol", "equal_nan", "msg"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", "builtins.float", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "types.SimpleNamespace"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_check_values_close", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": "torch.testing._asserts._TestingErrorMeta"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "_check_values_close", "type": {".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", "implicit": false, "is_ellipsis_args": true, "name": "_check_values_close", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": "torch.testing._asserts._TestingErrorMeta"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "_equalize_attributes": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["actual", "expected"], "flags": [], "fullname": "torch.testing._asserts._equalize_attributes", "name": "_equalize_attributes", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["actual", "expected"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_equalize_attributes", "ret_type": {".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "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_comparison_dtype": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["dtype"], "flags": [], "fullname": "torch.testing._asserts._get_comparison_dtype", "name": "_get_comparison_dtype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["dtype"], "arg_types": ["torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_comparison_dtype", "ret_type": "torch._C.dtype", "type_guard": null, "variables": []}}}, "_get_default_rtol_and_atol": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["actual", "expected"], "flags": [], "fullname": "torch.testing._asserts._get_default_rtol_and_atol", "name": "_get_default_rtol_and_atol", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["actual", "expected"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_default_rtol_and_atol", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "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": []}}}, "_make_mismatch_msg": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["actual", "expected", "diagnostics", "identifier"], "flags": [], "fullname": "torch.testing._asserts._make_mismatch_msg", "name": "_make_mismatch_msg", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["actual", "expected", "diagnostics", "identifier"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "types.SimpleNamespace", {".class": "UnionType", "items": ["builtins.str", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make_mismatch_msg", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_parse_inputs": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 3], "arg_names": ["actual", "expected", "allow_subclasses"], "flags": [], "fullname": "torch.testing._asserts._parse_inputs", "name": "_parse_inputs", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["actual", "expected", "allow_subclasses"], "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}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_parse_inputs", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": "torch.testing._asserts._TestingErrorMeta"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch.testing._asserts._TensorPair"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}], "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": []}}}, "_to_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensor_or_scalar_like"], "flags": [], "fullname": "torch.testing._asserts._to_tensor", "name": "_to_tensor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensor_or_scalar_like"], "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", "implicit": false, "is_ellipsis_args": false, "name": "_to_tensor", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": "torch.testing._asserts._TestingErrorMeta"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "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": []}}}, "_to_tensor_pair": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 3], "arg_names": ["actual", "expected", "allow_subclasses"], "flags": [], "fullname": "torch.testing._asserts._to_tensor_pair", "name": "_to_tensor_pair", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["actual", "expected", "allow_subclasses"], "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}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_to_tensor_pair", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.Exception"}, "builtins.str"], "partial_fallback": "torch.testing._asserts._TestingErrorMeta"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "partial_fallback": "torch.testing._asserts._TensorPair"}, {".class": "NoneType"}]}], "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": []}}}, "_trace_mismatches": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 3, 3], "arg_names": ["actual", "expected", "mismatches", "rtol", "atol"], "flags": [], "fullname": "torch.testing._asserts._trace_mismatches", "name": "_trace_mismatches", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 3, 3], "arg_names": ["actual", "expected", "mismatches", "rtol", "atol"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "torch._tensor.Tensor", "builtins.float", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_trace_mismatches", "ret_type": "types.SimpleNamespace", "type_guard": null, "variables": []}}}, "_unravel_index": {".class": "SymbolTableNode", "cross_ref": "torch.testing._core._unravel_index", "kind": "Gdef", "module_public": false}, "assert_close": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["actual", "expected", "allow_subclasses", "rtol", "atol", "equal_nan", "check_device", "check_dtype", "check_stride", "check_is_coalesced", "msg"], "flags": [], "fullname": "torch.testing._asserts.assert_close", "name": "assert_close", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["actual", "expected", "allow_subclasses", "rtol", "atol", "equal_nan", "check_device", "check_dtype", "check_stride", "check_is_coalesced", "msg"], "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}, "builtins.bool", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", "types.SimpleNamespace"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assert_close", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef", "module_public": false}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef", "module_public": false}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef", "module_public": false}, "numbers": {".class": "SymbolTableNode", "cross_ref": "numbers", "kind": "Gdef", "module_public": false}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/testing/_asserts.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/testing/_asserts.meta.json b/.mypy_cache/3.9/torch/testing/_asserts.meta.json deleted file mode 100644 index e39a4ffff..000000000 --- a/.mypy_cache/3.9/torch/testing/_asserts.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 2, 3, 4, 5, 7, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 10, 10, 5, 5, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["collections.abc", "collections", "functools", "numbers", "typing", "types", "torch", "torch.testing._core", "builtins", "threading", "contextlib", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "_typeshed", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.testing._deprecated", "torch.types", "typing_extensions"], "hash": "bb5f897bace4f4798c33bf9e1a212740013ed13c86898dd1b7b8e1f6516b2aac", "id": "torch.testing._asserts", "ignore_all": true, "interface_hash": "19db76797d2db1021d21b6c582f99e329e053133df841cab1c54fa49920a1e75", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/testing/_asserts.py", "plugin_data": null, "size": 42016, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/testing/_check_kernel_launches.data.json b/.mypy_cache/3.9/torch/testing/_check_kernel_launches.data.json deleted file mode 100644 index 8f6c9d511..000000000 --- a/.mypy_cache/3.9/torch/testing/_check_kernel_launches.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.testing._check_kernel_launches", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.testing._check_kernel_launches.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._check_kernel_launches.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._check_kernel_launches.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._check_kernel_launches.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._check_kernel_launches.__package__", "name": "__package__", "type": "builtins.str"}}, "check_code_for_cuda_kernel_launches": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["code", "filename"], "flags": [], "fullname": "torch.testing._check_kernel_launches.check_code_for_cuda_kernel_launches", "name": "check_code_for_cuda_kernel_launches", "type": null}}, "check_cuda_kernel_launches": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.testing._check_kernel_launches.check_cuda_kernel_launches", "name": "check_cuda_kernel_launches", "type": null}}, "check_file": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["filename"], "flags": [], "fullname": "torch.testing._check_kernel_launches.check_file", "name": "check_file", "type": null}}, "exclude_files": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._check_kernel_launches.exclude_files", "name": "exclude_files", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "find_matching_paren": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["s", "startpos"], "flags": [], "fullname": "torch.testing._check_kernel_launches.find_matching_paren", "name": "find_matching_paren", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["s", "startpos"], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_matching_paren", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "has_check": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.testing._check_kernel_launches.has_check", "name": "has_check", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "kernel_launch_start": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.testing._check_kernel_launches.kernel_launch_start", "name": "kernel_launch_start", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_public": false}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef", "module_public": false}, "should_exclude_file": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["filename"], "flags": [], "fullname": "torch.testing._check_kernel_launches.should_exclude_file", "name": "should_exclude_file", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["filename"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "should_exclude_file", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_public": false}, "unsafe_launches": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.testing._check_kernel_launches.unsafe_launches", "name": "unsafe_launches", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/testing/_check_kernel_launches.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/testing/_check_kernel_launches.meta.json b/.mypy_cache/3.9/torch/testing/_check_kernel_launches.meta.json deleted file mode 100644 index 152be7d20..000000000 --- a/.mypy_cache/3.9/torch/testing/_check_kernel_launches.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 4, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 5, 5, 30, 30, 30, 30, 30], "dependencies": ["os", "re", "sys", "typing", "builtins", "_typeshed", "abc", "enum", "io", "posixpath"], "hash": "a865b6d32b16d42f8e9013bfa7222141e8dacf31d6a3697148b95d9f4fd6f438", "id": "torch.testing._check_kernel_launches", "ignore_all": true, "interface_hash": "b07cdc4ea87bbeee759e5685037d4324b51c1b690c2a6d58e76bb57df37a1252", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/testing/_check_kernel_launches.py", "plugin_data": null, "size": 6023, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/testing/_core.data.json b/.mypy_cache/3.9/torch/testing/_core.data.json deleted file mode 100644 index e9b8795c3..000000000 --- a/.mypy_cache/3.9/torch/testing/_core.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.testing._core", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "FileCheck": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.testing._core.FileCheck", "line": 12, "no_args": true, "normalized": false, "target": "torch._C.FileCheck"}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "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": [], "fullname": "torch.testing._core.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._core.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._core.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._core.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._core.__package__", "name": "__package__", "type": "builtins.str"}}, "_compare_return_type": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.testing._core._compare_return_type", "line": 48, "no_args": false, "normalized": false, "target": {".class": "TupleType", "implicit": false, "items": ["builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "_compare_scalars_internal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 3, 3], "arg_names": ["a", "b", "rtol", "atol", "equal_nan"], "flags": [], "fullname": "torch.testing._core._compare_scalars_internal", "name": "_compare_scalars_internal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 3, 3], "arg_names": ["a", "b", "rtol", "atol", "equal_nan"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.float", "builtins.float", {".class": "UnionType", "items": ["builtins.str", "builtins.bool"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_scalars_internal", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.testing._core._compare_return_type"}, "type_guard": null, "variables": []}}}, "_compare_tensors_internal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 3, 3, 3], "arg_names": ["a", "b", "rtol", "atol", "equal_nan"], "flags": [], "fullname": "torch.testing._core._compare_tensors_internal", "name": "_compare_tensors_internal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3, 3, 3], "arg_names": ["a", "b", "rtol", "atol", "equal_nan"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_compare_tensors_internal", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.testing._core._compare_return_type"}, "type_guard": null, "variables": []}}}, "_unravel_index": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["flat_index", "shape"], "flags": [], "fullname": "torch.testing._core._unravel_index", "name": "_unravel_index", "type": null}}, "cmath": {".class": "SymbolTableNode", "cross_ref": "cmath", "kind": "Gdef", "module_public": false}, "get_all_device_types": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.testing._core.get_all_device_types", "name": "get_all_device_types", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_all_device_types", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "is_integral": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["dtype"], "flags": [], "fullname": "torch.testing._core.is_integral", "name": "is_integral", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["dtype"], "arg_types": ["torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_integral", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_quantized": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["dtype"], "flags": [], "fullname": "torch.testing._core.is_quantized", "name": "is_quantized", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["dtype"], "arg_types": ["torch._C.dtype"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_quantized", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "make_non_contiguous": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensor"], "flags": [], "fullname": "torch.testing._core.make_non_contiguous", "name": "make_non_contiguous", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tensor"], "arg_types": ["torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "make_non_contiguous", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef", "module_public": false}, "operator": {".class": "SymbolTableNode", "cross_ref": "operator", "kind": "Gdef", "module_public": false}, "random": {".class": "SymbolTableNode", "cross_ref": "random", "kind": "Gdef", "module_public": false}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/testing/_core.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/testing/_core.meta.json b/.mypy_cache/3.9/torch/testing/_core.meta.json deleted file mode 100644 index 374577bba..000000000 --- a/.mypy_cache/3.9/torch/testing/_core.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [5, 6, 7, 8, 9, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 5, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "random", "math", "cmath", "typing", "operator", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.cuda", "torch.types", "typing_extensions"], "hash": "c3b141326d6f24a8598a9a66539c9e2d46740071fbf8318ef3469fd365f5b648", "id": "torch.testing._core", "ignore_all": true, "interface_hash": "64986629bf2296554c3e1b1721fa5e82d66425472bc12ce10d2e82f7ab14622e", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/testing/_core.py", "plugin_data": null, "size": 8152, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/testing/_creation.data.json b/.mypy_cache/3.9/torch/testing/_creation.data.json deleted file mode 100644 index 3c7f54465..000000000 --- a/.mypy_cache/3.9/torch/testing/_creation.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.testing._creation", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "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": [], "fullname": "torch.testing._creation.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._creation.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._creation.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._creation.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._creation.__package__", "name": "__package__", "type": "builtins.str"}}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef", "module_public": false}, "make_tensor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5], "arg_names": ["shape", "device", "dtype", "low", "high", "requires_grad", "noncontiguous", "exclude_zero"], "flags": [], "fullname": "torch.testing._creation.make_tensor", "name": "make_tensor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5], "arg_names": ["shape", "device", "dtype", "low", "high", "requires_grad", "noncontiguous", "exclude_zero"], "arg_types": [{".class": "UnionType", "items": ["torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["builtins.str", "torch._C.device"]}, "torch._C.dtype", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "make_tensor", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef", "module_public": false}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/testing/_creation.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/testing/_creation.meta.json b/.mypy_cache/3.9/torch/testing/_creation.meta.json deleted file mode 100644 index 06eb0a6c3..000000000 --- a/.mypy_cache/3.9/torch/testing/_creation.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [5, 6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30], "dependencies": ["torch", "typing", "math", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "_typeshed", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor"], "hash": "82ce4e623ce1b2872267c296507411e585e9db186850c2b62b819800b4367d05", "id": "torch.testing._creation", "ignore_all": true, "interface_hash": "a7cf9ead9343dc3b6d679832abf70345bafdbb048c5dec4c12bccbecab687c1e", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/testing/_creation.py", "plugin_data": null, "size": 8101, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/testing/_deprecated.data.json b/.mypy_cache/3.9/torch/testing/_deprecated.data.json deleted file mode 100644 index 4ebd5bee5..000000000 --- a/.mypy_cache/3.9/torch/testing/_deprecated.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.testing._deprecated", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_public": false}, "_DTYPE_PRECISIONS": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.testing._deprecated._DTYPE_PRECISIONS", "name": "_DTYPE_PRECISIONS", "type": {".class": "Instance", "args": ["torch._C.dtype", {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.dict"}}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.testing._deprecated.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._deprecated.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._deprecated.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._deprecated.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._deprecated.__package__", "name": "__package__", "type": "builtins.str"}}, "_dtype_getter_instructions": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["name", "args", "kwargs", "return_value"], "flags": [], "fullname": "torch.testing._deprecated._dtype_getter_instructions", "name": "_dtype_getter_instructions", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["name", "args", "kwargs", "return_value"], "arg_types": ["builtins.str", {".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"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_dtype_getter_instructions", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_dtype_getters": {".class": "SymbolTableNode", "cross_ref": "torch.testing._dtype_getters", "kind": "Gdef", "module_public": false}, "_get_default_rtol_and_atol": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["actual", "expected"], "flags": [], "fullname": "torch.testing._deprecated._get_default_rtol_and_atol", "name": "_get_default_rtol_and_atol", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["actual", "expected"], "arg_types": ["torch._tensor.Tensor", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_default_rtol_and_atol", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "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": []}}}, "assert_allclose": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["actual", "expected", "rtol", "atol", "equal_nan", "msg"], "flags": [], "fullname": "torch.testing._deprecated.assert_allclose", "name": "assert_allclose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["actual", "expected", "rtol", "atol", "equal_nan", "msg"], "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}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.bool", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assert_allclose", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fn": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.testing._deprecated.fn", "name": "fn", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef", "module_public": false}, "name": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.testing._deprecated.name", "name": "name", "type": "builtins.str"}}, "rand": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.testing._deprecated.rand", "name": "rand", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}}}, "randn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.testing._deprecated.randn", "name": "randn", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}, "warn_deprecated": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["instructions"], "flags": [], "fullname": "torch.testing._deprecated.warn_deprecated", "name": "warn_deprecated", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["instructions"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["builtins.str", {".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"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "warn_deprecated", "ret_type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/testing/_deprecated.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/testing/_deprecated.meta.json b/.mypy_cache/3.9/torch/testing/_deprecated.meta.json deleted file mode 100644 index 167a4cb36..000000000 --- a/.mypy_cache/3.9/torch/testing/_deprecated.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [6, 7, 8, 10, 12, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 5, 10, 20, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["functools", "warnings", "typing", "torch", "torch.testing", "torch.testing._dtype_getters", "builtins", "threading", "contextlib", "collections", "inspect", "logging", "io", "pickle", "os", "time", "_typeshed", "abc", "torch._C", "torch._C._VariableFunctions", "torch._tensor", "torch.testing._asserts", "torch.types", "types", "typing_extensions"], "hash": "fa2cf0d70234d064598558a88b247228dc4bb3aba019f536d3a892b693a6795f", "id": "torch.testing._deprecated", "ignore_all": true, "interface_hash": "eb6eb4ecb42f5e0ef56bced6fea94d67a1cb7f9397f5435dc1cecaf769a5117c", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/testing/_deprecated.py", "plugin_data": null, "size": 3362, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/testing/_dtype_getters.data.json b/.mypy_cache/3.9/torch/testing/_dtype_getters.data.json deleted file mode 100644 index 4bbbb721b..000000000 --- a/.mypy_cache/3.9/torch/testing/_dtype_getters.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.testing._dtype_getters", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.testing._dtype_getters.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._dtype_getters.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._dtype_getters.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._dtype_getters.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.testing._dtype_getters.__package__", "name": "__package__", "type": "builtins.str"}}, "_all_types": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.testing._dtype_getters._all_types", "name": "_all_types", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_all_types_and_complex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.testing._dtype_getters._all_types_and_complex", "name": "_all_types_and_complex", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "_all_types_and_half": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.testing._dtype_getters._all_types_and_half", "name": "_all_types_and_half", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}}}, "_complex_types": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.testing._dtype_getters._complex_types", "name": "_complex_types", "type": "torch.testing._dtype_getters._dispatch_dtypes"}}, "_dispatch_dtypes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.testing._dtype_getters._dispatch_dtypes", "name": "_dispatch_dtypes", "type_vars": []}, "flags": [], "fullname": "torch.testing._dtype_getters._dispatch_dtypes", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch.testing._dtype_getters", "mro": ["torch.testing._dtype_getters._dispatch_dtypes", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.testing._dtype_getters._dispatch_dtypes.__add__", "name": "__add__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_double_types": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.testing._dtype_getters._double_types", "name": "_double_types", "type": "torch.testing._dtype_getters._dispatch_dtypes"}}, "_empty_types": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.testing._dtype_getters._empty_types", "name": "_empty_types", "type": "torch.testing._dtype_getters._dispatch_dtypes"}}, "_floating_and_complex_types": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.testing._dtype_getters._floating_and_complex_types", "name": "_floating_and_complex_types", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_floating_types": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.testing._dtype_getters._floating_types", "name": "_floating_types", "type": "torch.testing._dtype_getters._dispatch_dtypes"}}, "_floating_types_and_half": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.testing._dtype_getters._floating_types_and_half", "name": "_floating_types_and_half", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_integral_types": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "torch.testing._dtype_getters._integral_types", "name": "_integral_types", "type": "torch.testing._dtype_getters._dispatch_dtypes"}}, "_validate_dtypes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["dtypes"], "flags": [], "fullname": "torch.testing._dtype_getters._validate_dtypes", "name": "_validate_dtypes", "type": null}}, "all_types": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.testing._dtype_getters.all_types", "name": "all_types", "type": null}}, "all_types_and": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["dtypes"], "flags": [], "fullname": "torch.testing._dtype_getters.all_types_and", "name": "all_types_and", "type": null}}, "all_types_and_complex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.testing._dtype_getters.all_types_and_complex", "name": "all_types_and_complex", "type": null}}, "all_types_and_complex_and": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["dtypes"], "flags": [], "fullname": "torch.testing._dtype_getters.all_types_and_complex_and", "name": "all_types_and_complex_and", "type": null}}, "all_types_and_half": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.testing._dtype_getters.all_types_and_half", "name": "all_types_and_half", "type": null}}, "complex_types": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.testing._dtype_getters.complex_types", "name": "complex_types", "type": null}}, "double_types": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.testing._dtype_getters.double_types", "name": "double_types", "type": null}}, "empty_types": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.testing._dtype_getters.empty_types", "name": "empty_types", "type": null}}, "floating_and_complex_types": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.testing._dtype_getters.floating_and_complex_types", "name": "floating_and_complex_types", "type": null}}, "floating_and_complex_types_and": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["dtypes"], "flags": [], "fullname": "torch.testing._dtype_getters.floating_and_complex_types_and", "name": "floating_and_complex_types_and", "type": null}}, "floating_types": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.testing._dtype_getters.floating_types", "name": "floating_types", "type": null}}, "floating_types_and": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["dtypes"], "flags": [], "fullname": "torch.testing._dtype_getters.floating_types_and", "name": "floating_types_and", "type": null}}, "floating_types_and_half": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.testing._dtype_getters.floating_types_and_half", "name": "floating_types_and_half", "type": null}}, "get_all_complex_dtypes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["include_complex32"], "flags": [], "fullname": "torch.testing._dtype_getters.get_all_complex_dtypes", "name": "get_all_complex_dtypes", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["include_complex32"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_all_complex_dtypes", "ret_type": {".class": "Instance", "args": ["torch._C.dtype"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_all_dtypes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1, 1], "arg_names": ["include_half", "include_bfloat16", "include_bool", "include_complex", "include_complex32"], "flags": [], "fullname": "torch.testing._dtype_getters.get_all_dtypes", "name": "get_all_dtypes", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1], "arg_names": ["include_half", "include_bfloat16", "include_bool", "include_complex", "include_complex32"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_all_dtypes", "ret_type": {".class": "Instance", "args": ["torch._C.dtype"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_all_fp_dtypes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1], "arg_names": ["include_half", "include_bfloat16"], "flags": [], "fullname": "torch.testing._dtype_getters.get_all_fp_dtypes", "name": "get_all_fp_dtypes", "type": {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["include_half", "include_bfloat16"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_all_fp_dtypes", "ret_type": {".class": "Instance", "args": ["torch._C.dtype"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_all_int_dtypes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.testing._dtype_getters.get_all_int_dtypes", "name": "get_all_int_dtypes", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_all_int_dtypes", "ret_type": {".class": "Instance", "args": ["torch._C.dtype"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_all_math_dtypes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["device"], "flags": [], "fullname": "torch.testing._dtype_getters.get_all_math_dtypes", "name": "get_all_math_dtypes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["device"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_all_math_dtypes", "ret_type": {".class": "Instance", "args": ["torch._C.dtype"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "integral_types": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.testing._dtype_getters.integral_types", "name": "integral_types", "type": null}}, "integral_types_and": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["dtypes"], "flags": [], "fullname": "torch.testing._dtype_getters.integral_types_and", "name": "integral_types_and", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/testing/_dtype_getters.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/testing/_dtype_getters.meta.json b/.mypy_cache/3.9/torch/testing/_dtype_getters.meta.json deleted file mode 100644 index a35918d09..000000000 --- a/.mypy_cache/3.9/torch/testing/_dtype_getters.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [6, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["typing", "torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C"], "hash": "80eba3170a1dc144f79ce40c430b45d4c8f74d4030c7a0309153ddfe84774c97", "id": "torch.testing._dtype_getters", "ignore_all": true, "interface_hash": "c89248ecbf5655276fb14bb716cd35349bae162d2d324fef947105762b55caf1", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/testing/_dtype_getters.py", "plugin_data": null, "size": 4578, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/torch_version.data.json b/.mypy_cache/3.9/torch/torch_version.data.json deleted file mode 100644 index b155f1857..000000000 --- a/.mypy_cache/3.9/torch/torch_version.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.torch_version", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "InvalidVersion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.torch_version.InvalidVersion", "name": "InvalidVersion", "type": {".class": "AnyType", "missing_import_name": "torch.torch_version.packaging", "source_any": {".class": "AnyType", "missing_import_name": "torch.torch_version.packaging", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "TorchVersion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.str"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.torch_version.TorchVersion", "name": "TorchVersion", "type_vars": []}, "flags": [], "fullname": "torch.torch_version.TorchVersion", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "torch.torch_version", "mro": ["torch.torch_version.TorchVersion", "builtins.str", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "cmp"], "flags": [], "fullname": "torch.torch_version.TorchVersion.__eq__", "name": "__eq__", "type": null}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "cmp"], "flags": [], "fullname": "torch.torch_version.TorchVersion.__ge__", "name": "__ge__", "type": null}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "cmp"], "flags": [], "fullname": "torch.torch_version.TorchVersion.__gt__", "name": "__gt__", "type": null}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "cmp"], "flags": [], "fullname": "torch.torch_version.TorchVersion.__le__", "name": "__le__", "type": null}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "cmp"], "flags": [], "fullname": "torch.torch_version.TorchVersion.__lt__", "name": "__lt__", "type": null}}, "_convert_to_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "inp"], "flags": [], "fullname": "torch.torch_version.TorchVersion._convert_to_version", "name": "_convert_to_version", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "inp"], "arg_types": ["torch.torch_version.TorchVersion", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": "torch.torch_version.packaging", "source_any": null, "type_of_any": 3}, "builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "typing.Iterable"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_convert_to_version of TorchVersion", "ret_type": {".class": "AnyType", "missing_import_name": "torch.torch_version.packaging", "source_any": null, "type_of_any": 3}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "Version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.torch_version.Version", "name": "Version", "type": {".class": "AnyType", "missing_import_name": "torch.torch_version.packaging", "source_any": {".class": "AnyType", "missing_import_name": "torch.torch_version.packaging", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.torch_version.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.torch_version.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.torch_version.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.torch_version.__package__", "name": "__package__", "type": "builtins.str"}}, "__version__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.torch_version.__version__", "name": "__version__", "type": "torch.torch_version.TorchVersion"}}, "internal_version": {".class": "SymbolTableNode", "cross_ref": "torch.version.__version__", "kind": "Gdef"}, "packaging": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.torch_version.packaging", "name": "packaging", "type": {".class": "AnyType", "missing_import_name": "torch.torch_version.packaging", "source_any": null, "type_of_any": 3}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/torch_version.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/torch_version.meta.json b/.mypy_cache/3.9/torch/torch_version.meta.json deleted file mode 100644 index 98c27d9ef..000000000 --- a/.mypy_cache/3.9/torch/torch_version.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 8, 1, 1, 3], "dep_prios": [5, 5, 5, 30, 5], "dependencies": ["typing", "torch.version", "builtins", "abc"], "hash": "098482eb9a167e8da4a6a6f417ced8ca5dc58492e61fcd60c743d6ed88cf1866", "id": "torch.torch_version", "ignore_all": true, "interface_hash": "e7f86769c8ba45bc5f51c43e57f0aa55c0b9fd6172b68fb3577f3e98b45b8afe", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/torch_version.py", "plugin_data": null, "size": 3468, "suppressed": ["pkg_resources"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/types.data.json b/.mypy_cache/3.9/torch/types.data.json deleted file mode 100644 index b2c20a538..000000000 --- a/.mypy_cache/3.9/torch/types.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.types", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Device": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.types.Device", "line": 31, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["torch._C.device", "builtins.str", {".class": "NoneType"}]}}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Number": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.types.Number", "line": 26, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.int", "builtins.float", "builtins.bool"]}}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "Storage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.types.Storage", "name": "Storage", "type_vars": []}, "flags": [], "fullname": "torch.types.Storage", "metaclass_type": null, "metadata": {}, "module_name": "torch.types", "mro": ["torch.types.Storage", "builtins.object"], "names": {".class": "SymbolTable", "__deepcopy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "memo"], "flags": [], "fullname": "torch.types.Storage.__deepcopy__", "name": "__deepcopy__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "memo"], "arg_types": ["torch.types.Storage", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__deepcopy__ of Storage", "ret_type": "torch.types.Storage", "type_guard": null, "variables": []}}}, "_cdata": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.types.Storage._cdata", "name": "_cdata", "type": "builtins.int"}}, "_new_shared": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "int"], "flags": [], "fullname": "torch.types.Storage._new_shared", "name": "_new_shared", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "int"], "arg_types": ["torch.types.Storage", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_new_shared of Storage", "ret_type": "torch.types.Storage", "type_guard": null, "variables": []}}}, "_write_file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "f", "is_real_file", "save_size"], "flags": [], "fullname": "torch.types.Storage._write_file", "name": "_write_file", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "f", "is_real_file", "save_size"], "arg_types": ["torch.types.Storage", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_write_file of Storage", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "element_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.types.Storage.element_size", "name": "element_size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.types.Storage"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "element_size of Storage", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "is_shared": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.types.Storage.is_shared", "name": "is_shared", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.types.Storage"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_shared of Storage", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "share_memory_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.types.Storage.share_memory_", "name": "share_memory_", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.types.Storage"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "share_memory_ of Storage", "ret_type": "torch.types.Storage", "type_guard": null, "variables": []}}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.types.Storage.size", "name": "size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.types.Storage"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "size of Storage", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_TensorOrTensors": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.types._TensorOrTensors", "line": 9, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "Instance", "args": ["torch._tensor.Tensor"], "type_ref": "typing.Sequence"}]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.types.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.types.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.types.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.types.__package__", "name": "__package__", "type": "builtins.str"}}, "_bool": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.types._bool", "line": 17, "no_args": true, "normalized": false, "target": "builtins.bool"}}, "_device": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.types._device", "line": 20, "no_args": true, "normalized": false, "target": "torch._C.device"}}, "_dtype": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.types._dtype", "line": 19, "no_args": true, "normalized": false, "target": "torch._C.dtype"}}, "_float": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.types._float", "line": 16, "no_args": true, "normalized": false, "target": "builtins.float"}}, "_int": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.types._int", "line": 15, "no_args": true, "normalized": false, "target": "builtins.int"}}, "_layout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.types._layout", "line": 23, "no_args": true, "normalized": false, "target": "torch._C.layout"}}, "_qscheme": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.types._qscheme", "line": 21, "no_args": true, "normalized": false, "target": "torch._C.qscheme"}}, "_size": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.types._size", "line": 22, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["torch._C.Size", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}]}}}, "builtins": {".class": "SymbolTableNode", "cross_ref": "builtins", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/types.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/types.meta.json b/.mypy_cache/3.9/torch/types.meta.json deleted file mode 100644 index ba3df8e52..000000000 --- a/.mypy_cache/3.9/torch/types.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 10, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["torch", "typing", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._C", "typing_extensions"], "hash": "51fc312813a0cffa76a45c3812d42e6600361f4f81cfb0f8614880bda2b042f4", "id": "torch.types", "ignore_all": true, "interface_hash": "f12fdbd82b3f6f32e07a30629b3e263c8fe9426d93d380a4d4656fa927f30ba2", "mtime": 1634272175, "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_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/anaconda3/lib/python3.9/site-packages/torch/types.py", "plugin_data": null, "size": 1552, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/__init__.data.json b/.mypy_cache/3.9/torch/utils/__init__.data.json deleted file mode 100644 index 82ee22a3c..000000000 --- a/.mypy_cache/3.9/torch/utils/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.utils", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ThroughputBenchmark": {".class": "SymbolTableNode", "cross_ref": "torch.utils.throughput_benchmark.ThroughputBenchmark", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.__package__", "name": "__package__", "type": "builtins.str"}}, "_osp": {".class": "SymbolTableNode", "cross_ref": "os.path", "kind": "Gdef"}, "cmake_prefix_path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.utils.cmake_prefix_path", "name": "cmake_prefix_path", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "disable_minidumps": {".class": "SymbolTableNode", "cross_ref": "torch.utils._crash_handler.disable_minidumps", "kind": "Gdef"}, "enable_minidumps": {".class": "SymbolTableNode", "cross_ref": "torch.utils._crash_handler.enable_minidumps", "kind": "Gdef"}, "enable_minidumps_on_exceptions": {".class": "SymbolTableNode", "cross_ref": "torch.utils._crash_handler.enable_minidumps_on_exceptions", "kind": "Gdef"}, "set_module": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["obj", "mod"], "flags": [], "fullname": "torch.utils.set_module", "name": "set_module", "type": null}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/utils/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/__init__.meta.json b/.mypy_cache/3.9/torch/utils/__init__.meta.json deleted file mode 100644 index fc0d0c427..000000000 --- a/.mypy_cache/3.9/torch/utils/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 2, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 10, 5, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["os.path", "os", "sys", "torch.utils.throughput_benchmark", "torch.utils._crash_handler", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "time", "abc", "typing"], "hash": "401d0f601fa800b6f3595d3b023f2bc0f405005ab87e189e6e692e943fb6f111", "id": "torch.utils", "ignore_all": true, "interface_hash": "835911cd11f2b77b5459cb6669492843609a9ad7fb246c746d6d20f8496422f8", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/utils/__init__.py", "plugin_data": null, "size": 635, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/_crash_handler.data.json b/.mypy_cache/3.9/torch/utils/_crash_handler.data.json deleted file mode 100644 index 16edb60db..000000000 --- a/.mypy_cache/3.9/torch/utils/_crash_handler.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.utils._crash_handler", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "DEFAULT_MINIDUMP_DIR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils._crash_handler.DEFAULT_MINIDUMP_DIR", "name": "DEFAULT_MINIDUMP_DIR", "type": "builtins.str"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils._crash_handler.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils._crash_handler.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils._crash_handler.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils._crash_handler.__package__", "name": "__package__", "type": "builtins.str"}}, "disable_minidumps": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.utils._crash_handler.disable_minidumps", "name": "disable_minidumps", "type": null}}, "enable_minidumps": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["directory"], "flags": [], "fullname": "torch.utils._crash_handler.enable_minidumps", "name": "enable_minidumps", "type": null}}, "enable_minidumps_on_exceptions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "torch.utils._crash_handler.enable_minidumps_on_exceptions", "name": "enable_minidumps_on_exceptions", "type": null}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "pathlib": {".class": "SymbolTableNode", "cross_ref": "pathlib", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/utils/_crash_handler.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/_crash_handler.meta.json b/.mypy_cache/3.9/torch/utils/_crash_handler.meta.json deleted file mode 100644 index fae5df538..000000000 --- a/.mypy_cache/3.9/torch/utils/_crash_handler.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 10, 10, 10, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30], "dependencies": ["os", "sys", "pathlib", "torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "time", "abc", "torch._C", "typing"], "hash": "0eb7fdde3a978133d87a1e23b30aab6efde8c3ab7dc6ffe39336dc35216ad2a5", "id": "torch.utils._crash_handler", "ignore_all": true, "interface_hash": "8c00fb75254d0e3595775a1392b81f695998a399628a3bba403d4ffae4bc538f", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/utils/_crash_handler.py", "plugin_data": null, "size": 673, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/_pytree.data.json b/.mypy_cache/3.9/torch/utils/_pytree.data.json deleted file mode 100644 index 8d90f4664..000000000 --- a/.mypy_cache/3.9/torch/utils/_pytree.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.utils._pytree", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Context": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.utils._pytree.Context", "line": 28, "no_args": false, "normalized": false, "target": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "FlattenFunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.utils._pytree.FlattenFunc", "line": 30, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.PyTree"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.Context"}], "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": []}}}, "LeafSpec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.utils._pytree.TreeSpec"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.utils._pytree.LeafSpec", "name": "LeafSpec", "type_vars": []}, "flags": [], "fullname": "torch.utils._pytree.LeafSpec", "metaclass_type": null, "metadata": {}, "module_name": "torch.utils._pytree", "mro": ["torch.utils._pytree.LeafSpec", "torch.utils._pytree.TreeSpec", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.utils._pytree.LeafSpec.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.utils._pytree.LeafSpec"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LeafSpec", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.utils._pytree.LeafSpec.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch.utils._pytree.LeafSpec"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of LeafSpec", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef"}, "NodeDef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.function"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.utils._pytree.NodeDef", "name": "NodeDef", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "torch.utils._pytree.NodeDef", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["flatten_fn", "unflatten_fn"]}}, "module_name": "torch.utils._pytree", "mro": ["torch.utils._pytree.NodeDef", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "torch.utils._pytree.NodeDef._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.FlattenFunc"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.UnflattenFunc"}], "partial_fallback": {".class": "Instance", "args": ["builtins.function"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.utils._pytree.NodeDef.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.utils._pytree.NodeDef.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "flatten_fn", "unflatten_fn"], "flags": [], "fullname": "torch.utils._pytree.NodeDef.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["_cls", "flatten_fn", "unflatten_fn"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.utils._pytree.NodeDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.FlattenFunc"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.UnflattenFunc"}], "partial_fallback": {".class": "Instance", "args": ["builtins.function"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.FlattenFunc"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.UnflattenFunc"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of NodeDef", "ret_type": {".class": "TypeVarType", "fullname": "torch.utils._pytree.NodeDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.FlattenFunc"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.UnflattenFunc"}], "partial_fallback": {".class": "Instance", "args": ["builtins.function"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.utils._pytree.NodeDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.FlattenFunc"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.UnflattenFunc"}], "partial_fallback": {".class": "Instance", "args": ["builtins.function"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "torch.utils._pytree.NodeDef._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.utils._pytree.NodeDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.FlattenFunc"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.UnflattenFunc"}], "partial_fallback": {".class": "Instance", "args": ["builtins.function"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of NodeDef", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.utils._pytree.NodeDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.FlattenFunc"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.UnflattenFunc"}], "partial_fallback": {".class": "Instance", "args": ["builtins.function"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.utils._pytree.NodeDef._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.utils._pytree.NodeDef._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.utils._pytree.NodeDef._fields", "name": "_fields", "type": {".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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "torch.utils._pytree.NodeDef._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.utils._pytree.NodeDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.FlattenFunc"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.UnflattenFunc"}], "partial_fallback": {".class": "Instance", "args": ["builtins.function"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of NodeDef", "ret_type": {".class": "TypeVarType", "fullname": "torch.utils._pytree.NodeDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.FlattenFunc"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.UnflattenFunc"}], "partial_fallback": {".class": "Instance", "args": ["builtins.function"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.utils._pytree.NodeDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.FlattenFunc"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.UnflattenFunc"}], "partial_fallback": {".class": "Instance", "args": ["builtins.function"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "torch.utils._pytree.NodeDef._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "torch.utils._pytree.NodeDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.FlattenFunc"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.UnflattenFunc"}], "partial_fallback": {".class": "Instance", "args": ["builtins.function"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of NodeDef", "ret_type": {".class": "TypeVarType", "fullname": "torch.utils._pytree.NodeDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.FlattenFunc"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.UnflattenFunc"}], "partial_fallback": {".class": "Instance", "args": ["builtins.function"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.utils._pytree.NodeDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.FlattenFunc"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.UnflattenFunc"}], "partial_fallback": {".class": "Instance", "args": ["builtins.function"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "flatten_fn", "unflatten_fn"], "flags": [], "fullname": "torch.utils._pytree.NodeDef._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["_self", "flatten_fn", "unflatten_fn"], "arg_types": [{".class": "TypeVarType", "fullname": "torch.utils._pytree.NodeDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.FlattenFunc"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.UnflattenFunc"}], "partial_fallback": {".class": "Instance", "args": ["builtins.function"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.FlattenFunc"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.UnflattenFunc"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of NodeDef", "ret_type": {".class": "TypeVarType", "fullname": "torch.utils._pytree.NodeDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.FlattenFunc"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.UnflattenFunc"}], "partial_fallback": {".class": "Instance", "args": ["builtins.function"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "torch.utils._pytree.NodeDef._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.FlattenFunc"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.UnflattenFunc"}], "partial_fallback": {".class": "Instance", "args": ["builtins.function"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.utils._pytree.NodeDef._source", "name": "_source", "type": "builtins.str"}}, "flatten_fn": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.utils._pytree.NodeDef.flatten_fn", "name": "flatten_fn", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.FlattenFunc"}}}, "flatten_fn-redefinition": {".class": "SymbolTableNode", "cross_ref": "torch.utils._pytree.NodeDef.flatten_fn", "kind": "Mdef"}, "unflatten_fn": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "torch.utils._pytree.NodeDef.unflatten_fn", "name": "unflatten_fn", "type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.UnflattenFunc"}}}, "unflatten_fn-redefinition": {".class": "SymbolTableNode", "cross_ref": "torch.utils._pytree.NodeDef.unflatten_fn", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.FlattenFunc"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.UnflattenFunc"}], "partial_fallback": {".class": "Instance", "args": ["builtins.function"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "PyTree": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.utils._pytree.PyTree", "line": 29, "no_args": false, "normalized": false, "target": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}}}, "SUPPORTED_NODES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils._pytree.SUPPORTED_NODES", "name": "SUPPORTED_NODES", "type": {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.FlattenFunc"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.UnflattenFunc"}], "partial_fallback": "torch.utils._pytree.NodeDef"}], "type_ref": "builtins.dict"}}}, "TreeSpec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.utils._pytree.TreeSpec", "name": "TreeSpec", "type_vars": []}, "flags": [], "fullname": "torch.utils._pytree.TreeSpec", "metaclass_type": null, "metadata": {}, "module_name": "torch.utils._pytree", "mro": ["torch.utils._pytree.TreeSpec", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.utils._pytree.TreeSpec.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch.utils._pytree.TreeSpec", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of TreeSpec", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "typ", "context", "children_specs"], "flags": [], "fullname": "torch.utils._pytree.TreeSpec.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "typ", "context", "children_specs"], "arg_types": ["torch.utils._pytree.TreeSpec", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.Context"}, {".class": "Instance", "args": ["torch.utils._pytree.TreeSpec"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TreeSpec", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "torch.utils._pytree.TreeSpec.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["torch.utils._pytree.TreeSpec", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of TreeSpec", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.utils._pytree.TreeSpec.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch.utils._pytree.TreeSpec"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of TreeSpec", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "children_specs": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.utils._pytree.TreeSpec.children_specs", "name": "children_specs", "type": {".class": "Instance", "args": ["torch.utils._pytree.TreeSpec"], "type_ref": "builtins.list"}}}, "context": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.utils._pytree.TreeSpec.context", "name": "context", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}}}, "num_leaves": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "torch.utils._pytree.TreeSpec.num_leaves", "name": "num_leaves", "type": "builtins.int"}}, "type": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.utils._pytree.TreeSpec.type", "name": "type", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "UnflattenFunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "torch.utils._pytree.UnflattenFunc", "line": 31, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.Context"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.PyTree"}, "type_guard": null, "variables": []}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils._pytree.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils._pytree.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils._pytree.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils._pytree.__package__", "name": "__package__", "type": "builtins.str"}}, "_broadcast_to_and_flatten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["pytree", "spec"], "flags": [], "fullname": "torch.utils._pytree._broadcast_to_and_flatten", "name": "_broadcast_to_and_flatten", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["pytree", "spec"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.PyTree"}, "torch.utils._pytree.TreeSpec"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_broadcast_to_and_flatten", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_dict_flatten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["d"], "flags": [], "fullname": "torch.utils._pytree._dict_flatten", "name": "_dict_flatten", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["d"], "arg_types": [{".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"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_dict_flatten", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.Context"}], "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": []}}}, "_dict_unflatten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["values", "context"], "flags": [], "fullname": "torch.utils._pytree._dict_unflatten", "name": "_dict_unflatten", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["values", "context"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.Context"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_dict_unflatten", "ret_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"}, "type_guard": null, "variables": []}}}, "_get_node_type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pytree"], "flags": [], "fullname": "torch.utils._pytree._get_node_type", "name": "_get_node_type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pytree"], "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", "implicit": false, "is_ellipsis_args": false, "name": "_get_node_type", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "_is_leaf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pytree"], "flags": [], "fullname": "torch.utils._pytree._is_leaf", "name": "_is_leaf", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pytree"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.PyTree"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_is_leaf", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_is_namedtuple_instance": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pytree"], "flags": [], "fullname": "torch.utils._pytree._is_namedtuple_instance", "name": "_is_namedtuple_instance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pytree"], "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", "implicit": false, "is_ellipsis_args": false, "name": "_is_namedtuple_instance", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "_list_flatten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["d"], "flags": [], "fullname": "torch.utils._pytree._list_flatten", "name": "_list_flatten", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["d"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_list_flatten", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.Context"}], "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": []}}}, "_list_unflatten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["values", "context"], "flags": [], "fullname": "torch.utils._pytree._list_unflatten", "name": "_list_unflatten", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["values", "context"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.Context"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_list_unflatten", "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": []}}}, "_namedtuple_flatten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["d"], "flags": [], "fullname": "torch.utils._pytree._namedtuple_flatten", "name": "_namedtuple_flatten", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["d"], "arg_types": ["typing.NamedTuple"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_namedtuple_flatten", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.Context"}], "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": []}}}, "_namedtuple_unflatten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["values", "context"], "flags": [], "fullname": "torch.utils._pytree._namedtuple_unflatten", "name": "_namedtuple_unflatten", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["values", "context"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.Context"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_namedtuple_unflatten", "ret_type": "typing.NamedTuple", "type_guard": null, "variables": []}}}, "_register_pytree_node": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["typ", "flatten_fn", "unflatten_fn"], "flags": [], "fullname": "torch.utils._pytree._register_pytree_node", "name": "_register_pytree_node", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["typ", "flatten_fn", "unflatten_fn"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.FlattenFunc"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.UnflattenFunc"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_register_pytree_node", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_tuple_flatten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["d"], "flags": [], "fullname": "torch.utils._pytree._tuple_flatten", "name": "_tuple_flatten", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["d"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_tuple_flatten", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.Context"}], "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": []}}}, "_tuple_unflatten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["values", "context"], "flags": [], "fullname": "torch.utils._pytree._tuple_unflatten", "name": "_tuple_unflatten", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["values", "context"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.Context"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_tuple_unflatten", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef"}, "namedtuple": {".class": "SymbolTableNode", "cross_ref": "collections.namedtuple", "kind": "Gdef"}, "tree_flatten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pytree"], "flags": [], "fullname": "torch.utils._pytree.tree_flatten", "name": "tree_flatten", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pytree"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.PyTree"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tree_flatten", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, "torch.utils._pytree.TreeSpec"], "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": []}}}, "tree_map": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["fn", "pytree"], "flags": [], "fullname": "torch.utils._pytree.tree_map", "name": "tree_map", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["fn", "pytree"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.PyTree"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tree_map", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.PyTree"}, "type_guard": null, "variables": []}}}, "tree_unflatten": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["values", "spec"], "flags": [], "fullname": "torch.utils._pytree.tree_unflatten", "name": "tree_unflatten", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["values", "spec"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, "torch.utils._pytree.TreeSpec"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tree_unflatten", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "torch.utils._pytree.PyTree"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/utils/_pytree.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/_pytree.meta.json b/.mypy_cache/3.9/torch/utils/_pytree.meta.json deleted file mode 100644 index aeb8d99ef..000000000 --- a/.mypy_cache/3.9/torch/utils/_pytree.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1, 1], "dep_prios": [5, 5, 5, 30, 30], "dependencies": ["typing", "collections", "builtins", "_typeshed", "abc"], "hash": "360bc7e81fd8b4308755045fd292fa53675cce631855443be00f4be23716c28d", "id": "torch.utils._pytree", "ignore_all": true, "interface_hash": "a1706a8145727e0182947959fc49580fe925eb66c4a3f14d813b95385745116c", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/utils/_pytree.py", "plugin_data": null, "size": 8174, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/backcompat/__init__.data.json b/.mypy_cache/3.9/torch/utils/backcompat/__init__.data.json deleted file mode 100644 index fd3fd6436..000000000 --- a/.mypy_cache/3.9/torch/utils/backcompat/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.utils.backcompat", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Warning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.utils.backcompat.Warning", "name": "Warning", "type_vars": []}, "flags": [], "fullname": "torch.utils.backcompat.Warning", "metaclass_type": null, "metadata": {}, "module_name": "torch.utils.backcompat", "mro": ["torch.utils.backcompat.Warning", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "setter", "getter"], "flags": [], "fullname": "torch.utils.backcompat.Warning.__init__", "name": "__init__", "type": null}}, "enabled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.utils.backcompat.Warning.enabled", "name": "enabled", "type": "builtins.property"}}, "get_enabled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.utils.backcompat.Warning.get_enabled", "name": "get_enabled", "type": null}}, "getter": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.utils.backcompat.Warning.getter", "name": "getter", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "set_enabled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.utils.backcompat.Warning.set_enabled", "name": "set_enabled", "type": null}}, "setter": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.utils.backcompat.Warning.setter", "name": "setter", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.backcompat.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.backcompat.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.backcompat.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.backcompat.__package__", "name": "__package__", "type": "builtins.str"}}, "_get_backcompat_broadcast_warn": {".class": "SymbolTableNode", "cross_ref": "torch._C._get_backcompat_broadcast_warn", "kind": "Gdef"}, "_get_backcompat_keepdim_warn": {".class": "SymbolTableNode", "cross_ref": "torch._C._get_backcompat_keepdim_warn", "kind": "Gdef"}, "_set_backcompat_broadcast_warn": {".class": "SymbolTableNode", "cross_ref": "torch._C._set_backcompat_broadcast_warn", "kind": "Gdef"}, "_set_backcompat_keepdim_warn": {".class": "SymbolTableNode", "cross_ref": "torch._C._set_backcompat_keepdim_warn", "kind": "Gdef"}, "broadcast_warning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.utils.backcompat.broadcast_warning", "name": "broadcast_warning", "type": "torch.utils.backcompat.Warning"}}, "keepdim_warning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.utils.backcompat.keepdim_warning", "name": "keepdim_warning", "type": "torch.utils.backcompat.Warning"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/utils/backcompat/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/backcompat/__init__.meta.json b/.mypy_cache/3.9/torch/utils/backcompat/__init__.meta.json deleted file mode 100644 index 10620b9a2..000000000 --- a/.mypy_cache/3.9/torch/utils/backcompat/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30], "dependencies": ["torch._C", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "torch", "io", "warnings", "pickle", "os", "time", "abc", "typing"], "hash": "d6f979f90e084a3f837ad6d1772022680743c338f971186e6b3d5ad046b0027e", "id": "torch.utils.backcompat", "ignore_all": true, "interface_hash": "940ac1ff3fa142fc1f674fbfeebf8a1656379ab2c992a3919ac730110c9070e3", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/utils/backcompat/__init__.py", "plugin_data": null, "size": 675, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/dlpack.data.json b/.mypy_cache/3.9/torch/utils/dlpack.data.json deleted file mode 100644 index 60687806b..000000000 --- a/.mypy_cache/3.9/torch/utils/dlpack.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.utils.dlpack", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "DLDeviceType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.IntEnum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.utils.dlpack.DLDeviceType", "name": "DLDeviceType", "type_vars": []}, "flags": ["is_enum"], "fullname": "torch.utils.dlpack.DLDeviceType", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "torch.utils.dlpack", "mro": ["torch.utils.dlpack.DLDeviceType", "enum.IntEnum", "builtins.int", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "kDLCPU": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.utils.dlpack.DLDeviceType.kDLCPU", "name": "kDLCPU", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "kDLCPUPinned": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.utils.dlpack.DLDeviceType.kDLCPUPinned", "name": "kDLCPUPinned", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "kDLExtDev": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.utils.dlpack.DLDeviceType.kDLExtDev", "name": "kDLExtDev", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "kDLGPU": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.utils.dlpack.DLDeviceType.kDLGPU", "name": "kDLGPU", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "kDLMetal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.utils.dlpack.DLDeviceType.kDLMetal", "name": "kDLMetal", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "kDLOpenCL": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.utils.dlpack.DLDeviceType.kDLOpenCL", "name": "kDLOpenCL", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "kDLROCM": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.utils.dlpack.DLDeviceType.kDLROCM", "name": "kDLROCM", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "kDLVPI": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.utils.dlpack.DLDeviceType.kDLVPI", "name": "kDLVPI", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "kDLVulkan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.utils.dlpack.DLDeviceType.kDLVulkan", "name": "kDLVulkan", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.dlpack.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.dlpack.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.dlpack.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.dlpack.__package__", "name": "__package__", "type": "builtins.str"}}, "_from_dlpack": {".class": "SymbolTableNode", "cross_ref": "torch._C._from_dlpack", "kind": "Gdef"}, "enum": {".class": "SymbolTableNode", "cross_ref": "enum", "kind": "Gdef"}, "from_dlpack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ext_tensor"], "flags": [], "fullname": "torch.utils.dlpack.from_dlpack", "name": "from_dlpack", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["ext_tensor"], "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", "implicit": false, "is_ellipsis_args": false, "name": "from_dlpack", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "to_dlpack": {".class": "SymbolTableNode", "cross_ref": "torch._C._to_dlpack", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/utils/dlpack.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/dlpack.meta.json b/.mypy_cache/3.9/torch/utils/dlpack.meta.json deleted file mode 100644 index 846cb343b..000000000 --- a/.mypy_cache/3.9/torch/utils/dlpack.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 3, 4, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["typing", "torch", "enum", "torch._C", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch._tensor", "torch.cuda", "torch.cuda.streams"], "hash": "603f1e810140e88c02bfe33c7083b003f9ca3bac2c7245497cb68923335660bc", "id": "torch.utils.dlpack", "ignore_all": true, "interface_hash": "77a4bf86543cb5cfbc9b306f18e0cebb7bcd74d4be84d9fb9f5be77ad8611e34", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/utils/dlpack.py", "plugin_data": null, "size": 2045, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/hooks.data.json b/.mypy_cache/3.9/torch/utils/hooks.data.json deleted file mode 100644 index 734abc993..000000000 --- a/.mypy_cache/3.9/torch/utils/hooks.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.utils.hooks", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "BackwardHook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.utils.hooks.BackwardHook", "name": "BackwardHook", "type_vars": []}, "flags": [], "fullname": "torch.utils.hooks.BackwardHook", "metaclass_type": null, "metadata": {}, "module_name": "torch.utils.hooks", "mro": ["torch.utils.hooks.BackwardHook", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "module", "user_hooks"], "flags": [], "fullname": "torch.utils.hooks.BackwardHook.__init__", "name": "__init__", "type": null}}, "_apply_on_tensors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fn", "args"], "flags": [], "fullname": "torch.utils.hooks.BackwardHook._apply_on_tensors", "name": "_apply_on_tensors", "type": null}}, "_pack_with_none": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "indices", "values", "size"], "flags": [], "fullname": "torch.utils.hooks.BackwardHook._pack_with_none", "name": "_pack_with_none", "type": null}}, "_set_user_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "grad_fn", "user_hook"], "flags": [], "fullname": "torch.utils.hooks.BackwardHook._set_user_hook", "name": "_set_user_hook", "type": null}}, "_unpack_none": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "indices", "values"], "flags": [], "fullname": "torch.utils.hooks.BackwardHook._unpack_none", "name": "_unpack_none", "type": null}}, "grad_outputs": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.utils.hooks.BackwardHook.grad_outputs", "name": "grad_outputs", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "input_tensors_index": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.utils.hooks.BackwardHook.input_tensors_index", "name": "input_tensors_index", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "module": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.utils.hooks.BackwardHook.module", "name": "module", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "n_inputs": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.utils.hooks.BackwardHook.n_inputs", "name": "n_inputs", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "n_outputs": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.utils.hooks.BackwardHook.n_outputs", "name": "n_outputs", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "output_tensors_index": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.utils.hooks.BackwardHook.output_tensors_index", "name": "output_tensors_index", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "setup_input_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "args"], "flags": [], "fullname": "torch.utils.hooks.BackwardHook.setup_input_hook", "name": "setup_input_hook", "type": null}}, "setup_output_hook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "args"], "flags": [], "fullname": "torch.utils.hooks.BackwardHook.setup_output_hook", "name": "setup_output_hook", "type": null}}, "user_hooks": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.utils.hooks.BackwardHook.user_hooks", "name": "user_hooks", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "OrderedDict": {".class": "SymbolTableNode", "cross_ref": "collections.OrderedDict", "kind": "Gdef"}, "RemovableHandle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.utils.hooks.RemovableHandle", "name": "RemovableHandle", "type_vars": []}, "flags": [], "fullname": "torch.utils.hooks.RemovableHandle", "metaclass_type": null, "metadata": {}, "module_name": "torch.utils.hooks", "mro": ["torch.utils.hooks.RemovableHandle", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.utils.hooks.RemovableHandle.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["torch.utils.hooks.RemovableHandle"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of RemovableHandle", "ret_type": "torch.utils.hooks.RemovableHandle", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "type", "value", "tb"], "flags": [], "fullname": "torch.utils.hooks.RemovableHandle.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["torch.utils.hooks.RemovableHandle", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of RemovableHandle", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.utils.hooks.RemovableHandle.__getstate__", "name": "__getstate__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "hooks_dict"], "flags": [], "fullname": "torch.utils.hooks.RemovableHandle.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "hooks_dict"], "arg_types": ["torch.utils.hooks.RemovableHandle", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of RemovableHandle", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch.utils.hooks.RemovableHandle.__setstate__", "name": "__setstate__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "arg_types": ["torch.utils.hooks.RemovableHandle", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setstate__ of RemovableHandle", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "hooks_dict_ref": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.utils.hooks.RemovableHandle.hooks_dict_ref", "name": "hooks_dict_ref", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_of_any": 7}], "type_ref": "_weakref.ReferenceType"}}}, "id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.utils.hooks.RemovableHandle.id", "name": "id", "type": "builtins.int"}}, "next_id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.utils.hooks.RemovableHandle.next_id", "name": "next_id", "type": "builtins.int"}}, "remove": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.utils.hooks.RemovableHandle.remove", "name": "remove", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.utils.hooks.RemovableHandle"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove of RemovableHandle", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.hooks.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.hooks.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.hooks.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.hooks.__package__", "name": "__package__", "type": "builtins.str"}}, "functools": {".class": "SymbolTableNode", "cross_ref": "functools", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "unserializable_hook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "torch.utils.hooks.unserializable_hook", "name": "unserializable_hook", "type": null}}, "warn_if_has_hooks": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tensor"], "flags": [], "fullname": "torch.utils.hooks.warn_if_has_hooks", "name": "warn_if_has_hooks", "type": null}}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}, "weakref": {".class": "SymbolTableNode", "cross_ref": "weakref", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/utils/hooks.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/hooks.meta.json b/.mypy_cache/3.9/torch/utils/hooks.meta.json deleted file mode 100644 index f4342ee71..000000000 --- a/.mypy_cache/3.9/torch/utils/hooks.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [1, 2, 3, 4, 5, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 10, 10, 10, 5, 5, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["torch", "collections", "weakref", "warnings", "functools", "typing", "builtins", "threading", "contextlib", "inspect", "logging", "io", "pickle", "os", "time", "_typeshed", "_weakref", "abc", "torch._C", "torch._tensor", "torch.autograd", "torch.autograd.function", "torch.nn", "torch.nn.modules", "torch.nn.modules._functions", "torch.types"], "hash": "2e6360b5e0195b6341118b8cad6846bf403cd1a23a219c339b142026e70d1f2b", "id": "torch.utils.hooks", "ignore_all": true, "interface_hash": "91cd38e4df217ac15053602916a61cb0a4833bf254bbe9b35bea452f663305f9", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/utils/hooks.py", "plugin_data": null, "size": 7373, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/tensorboard/_caffe2_graph.data.json b/.mypy_cache/3.9/torch/utils/tensorboard/_caffe2_graph.data.json deleted file mode 100644 index 9ee3aab42..000000000 --- a/.mypy_cache/3.9/torch/utils/tensorboard/_caffe2_graph.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.utils.tensorboard._caffe2_graph", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "GraphDef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.utils.tensorboard._caffe2_graph.GraphDef", "name": "GraphDef", "type": {".class": "AnyType", "missing_import_name": "torch.utils.tensorboard._caffe2_graph.GraphDef", "source_any": null, "type_of_any": 3}}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "NodeDef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.utils.tensorboard._caffe2_graph.NodeDef", "name": "NodeDef", "type": {".class": "AnyType", "missing_import_name": "torch.utils.tensorboard._caffe2_graph.NodeDef", "source_any": null, "type_of_any": 3}}}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef"}, "TensorShapeProto": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.utils.tensorboard._caffe2_graph.TensorShapeProto", "name": "TensorShapeProto", "type": {".class": "AnyType", "missing_import_name": "torch.utils.tensorboard._caffe2_graph.TensorShapeProto", "source_any": null, "type_of_any": 3}}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.tensorboard._caffe2_graph.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.tensorboard._caffe2_graph.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.tensorboard._caffe2_graph.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.tensorboard._caffe2_graph.__package__", "name": "__package__", "type": "builtins.str"}}, "_add_gradient_scope": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["shapes", "blob_name_tracker", "ops"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._add_gradient_scope", "name": "_add_gradient_scope", "type": null}}, "_add_tf_shape": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["attr_dict", "ints"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._add_tf_shape", "name": "_add_tf_shape", "type": null}}, "_blob_to_node": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["producing_ops", "shapes", "name"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._blob_to_node", "name": "_blob_to_node", "type": null}}, "_check_if_cpu": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["blob"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._check_if_cpu", "name": "_check_if_cpu", "type": null}}, "_check_if_forward": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["blob"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._check_if_forward", "name": "_check_if_forward", "type": null}}, "_clear_debug_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["ops", "perform_clear"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._clear_debug_info", "name": "_clear_debug_info", "type": null}}, "_compute_in_out": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ops"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._compute_in_out", "name": "_compute_in_out", "type": null}}, "_convert_to_ssa": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["shapes", "blob_name_tracker", "ops"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._convert_to_ssa", "name": "_convert_to_ssa", "type": null}}, "_fill_missing_operator_names": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ops"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._fill_missing_operator_names", "name": "_fill_missing_operator_names", "type": null}}, "_filter_ops": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["ops", "filter_fn", "perform_filter"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._filter_ops", "name": "_filter_ops", "type": null}}, "_get_blob_names": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["ops"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._get_blob_names", "name": "_get_blob_names", "type": null}}, "_make_unique_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["seen", "name", "min_version"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._make_unique_name", "name": "_make_unique_name", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["seen", "name", "min_version"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}, "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make_unique_name", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "_operator_to_node": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["shapes", "op"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._operator_to_node", "name": "_operator_to_node", "type": null}}, "_operator_to_node_simp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["op", "inter_blobs", "seen"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._operator_to_node_simp", "name": "_operator_to_node_simp", "type": null}}, "_operators_to_graph_def": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["shapes", "ops", "colon_replacement", "with_ssa", "with_gradient_scope", "blob_name_tracker", "show_simplified", "custom_rename"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._operators_to_graph_def", "name": "_operators_to_graph_def", "type": null}}, "_propagate_device_option": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["net_def"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._propagate_device_option", "name": "_propagate_device_option", "type": null}}, "_remap_keys": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["old_dict", "rename_fn"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._remap_keys", "name": "_remap_keys", "type": null}}, "_rename_all": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["shapes", "blob_name_tracker", "ops", "rename_fn"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._rename_all", "name": "_rename_all", "type": null}}, "_rename_tensorflow_style": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["shapes", "blob_name_tracker", "ops"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._rename_tensorflow_style", "name": "_rename_tensorflow_style", "type": null}}, "_replace_colons": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["shapes", "blob_name_tracker", "ops", "repl"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._replace_colons", "name": "_replace_colons", "type": null}}, "_set_tf_attr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["attr_dict", "arg"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._set_tf_attr", "name": "_set_tf_attr", "type": null}}, "_tf_device": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["device_option"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._tf_device", "name": "_tf_device", "type": null}}, "_try_get_shapes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["nets"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph._try_get_shapes", "name": "_try_get_shapes", "type": null}}, "bytes": {".class": "SymbolTableNode", "cross_ref": "builtins.bytes", "kind": "Gdef"}, "caffe2_pb2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.utils.tensorboard._caffe2_graph.caffe2_pb2", "name": "caffe2_pb2", "type": {".class": "AnyType", "missing_import_name": "torch.utils.tensorboard._caffe2_graph.caffe2_pb2", "source_any": null, "type_of_any": 3}}}, "copy": {".class": "SymbolTableNode", "cross_ref": "copy", "kind": "Gdef"}, "core": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.utils.tensorboard._caffe2_graph.core", "name": "core", "type": {".class": "AnyType", "missing_import_name": "torch.utils.tensorboard._caffe2_graph.core", "source_any": null, "type_of_any": 3}}}, "logging": {".class": "SymbolTableNode", "cross_ref": "logging", "kind": "Gdef"}, "model_to_graph_def": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["model", "kwargs"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph.model_to_graph_def", "name": "model_to_graph_def", "type": null}}, "nets_to_graph_def": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 4], "arg_names": ["nets", "shapes", "kwargs"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph.nets_to_graph_def", "name": "nets_to_graph_def", "type": null}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "protos_to_graph_def": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 4], "arg_names": ["net_defs", "shapes", "kwargs"], "flags": [], "fullname": "torch.utils.tensorboard._caffe2_graph.protos_to_graph_def", "name": "protos_to_graph_def", "type": null}}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "workspace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.utils.tensorboard._caffe2_graph.workspace", "name": "workspace", "type": {".class": "AnyType", "missing_import_name": "torch.utils.tensorboard._caffe2_graph.workspace", "source_any": null, "type_of_any": 3}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/utils/tensorboard/_caffe2_graph.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/tensorboard/_caffe2_graph.meta.json b/.mypy_cache/3.9/torch/utils/tensorboard/_caffe2_graph.meta.json deleted file mode 100644 index 156cb6453..000000000 --- a/.mypy_cache/3.9/torch/utils/tensorboard/_caffe2_graph.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 4, 10, 14, 1, 1, 1, 1, 1, 1, 6, 7, 8, 11, 12], "dep_prios": [10, 10, 10, 10, 5, 5, 30, 30, 30, 30, 30, 30, 5, 5, 5, 5, 5], "dependencies": ["copy", "logging", "os", "re", "builtins", "typing", "_typeshed", "abc", "enum", "genericpath", "posixpath", "types"], "hash": "81e1bc9f64885286be7dcb56d1704ad9d66efd3bba6c3f1c41e9e3d4a1989adc", "id": "torch.utils.tensorboard._caffe2_graph", "ignore_all": true, "interface_hash": "77cfb99b06c8056270000962fbb9c652c00a6d2b61f74b50231d3ed0fbf993b1", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/utils/tensorboard/_caffe2_graph.py", "plugin_data": null, "size": 26596, "suppressed": ["tensorboard.compat.proto.graph_pb2", "tensorboard.compat.proto.node_def_pb2", "tensorboard.compat.proto.tensor_shape_pb2", "caffe2.proto", "caffe2.python"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/tensorboard/_onnx_graph.data.json b/.mypy_cache/3.9/torch/utils/tensorboard/_onnx_graph.data.json deleted file mode 100644 index 5c7f61ba7..000000000 --- a/.mypy_cache/3.9/torch/utils/tensorboard/_onnx_graph.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.utils.tensorboard._onnx_graph", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AttrValue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.utils.tensorboard._onnx_graph.AttrValue", "name": "AttrValue", "type": {".class": "AnyType", "missing_import_name": "torch.utils.tensorboard._onnx_graph.AttrValue", "source_any": null, "type_of_any": 3}}}, "GraphDef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.utils.tensorboard._onnx_graph.GraphDef", "name": "GraphDef", "type": {".class": "AnyType", "missing_import_name": "torch.utils.tensorboard._onnx_graph.GraphDef", "source_any": null, "type_of_any": 3}}}, "NodeDef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.utils.tensorboard._onnx_graph.NodeDef", "name": "NodeDef", "type": {".class": "AnyType", "missing_import_name": "torch.utils.tensorboard._onnx_graph.NodeDef", "source_any": null, "type_of_any": 3}}}, "TensorShapeProto": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.utils.tensorboard._onnx_graph.TensorShapeProto", "name": "TensorShapeProto", "type": {".class": "AnyType", "missing_import_name": "torch.utils.tensorboard._onnx_graph.TensorShapeProto", "source_any": null, "type_of_any": 3}}}, "VersionDef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.utils.tensorboard._onnx_graph.VersionDef", "name": "VersionDef", "type": {".class": "AnyType", "missing_import_name": "torch.utils.tensorboard._onnx_graph.VersionDef", "source_any": null, "type_of_any": 3}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.tensorboard._onnx_graph.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.tensorboard._onnx_graph.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.tensorboard._onnx_graph.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.tensorboard._onnx_graph.__package__", "name": "__package__", "type": "builtins.str"}}, "load_onnx_graph": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["fname"], "flags": [], "fullname": "torch.utils.tensorboard._onnx_graph.load_onnx_graph", "name": "load_onnx_graph", "type": null}}, "parse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["graph"], "flags": [], "fullname": "torch.utils.tensorboard._onnx_graph.parse", "name": "parse", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/utils/tensorboard/_onnx_graph.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/tensorboard/_onnx_graph.meta.json b/.mypy_cache/3.9/torch/utils/tensorboard/_onnx_graph.meta.json deleted file mode 100644 index 87d063c4c..000000000 --- a/.mypy_cache/3.9/torch/utils/tensorboard/_onnx_graph.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [18, 1, 1, 1, 1, 1, 2, 3, 4, 5, 9], "dep_prios": [20, 5, 30, 30, 30, 5, 5, 5, 5, 5, 20], "dependencies": ["itertools", "builtins", "_typeshed", "abc", "typing"], "hash": "d65e9811b36a9f82b1d6e184fbbb191db3972f4ae62c5ca79ffd6d941b8a2fe3", "id": "torch.utils.tensorboard._onnx_graph", "ignore_all": true, "interface_hash": "c898d3104a8ff0c0ecb3ed7750ff7ddf036c8f421a508df5e8050938fb84818a", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/utils/tensorboard/_onnx_graph.py", "plugin_data": null, "size": 1759, "suppressed": ["tensorboard.compat.proto.graph_pb2", "tensorboard.compat.proto.node_def_pb2", "tensorboard.compat.proto.versions_pb2", "tensorboard.compat.proto.attr_value_pb2", "tensorboard.compat.proto.tensor_shape_pb2", "onnx"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/tensorboard/_proto_graph.data.json b/.mypy_cache/3.9/torch/utils/tensorboard/_proto_graph.data.json deleted file mode 100644 index d5bcafb15..000000000 --- a/.mypy_cache/3.9/torch/utils/tensorboard/_proto_graph.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.utils.tensorboard._proto_graph", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AttrValue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.utils.tensorboard._proto_graph.AttrValue", "name": "AttrValue", "type": {".class": "AnyType", "missing_import_name": "torch.utils.tensorboard._proto_graph.AttrValue", "source_any": null, "type_of_any": 3}}}, "NodeDef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.utils.tensorboard._proto_graph.NodeDef", "name": "NodeDef", "type": {".class": "AnyType", "missing_import_name": "torch.utils.tensorboard._proto_graph.NodeDef", "source_any": null, "type_of_any": 3}}}, "TensorShapeProto": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "torch.utils.tensorboard._proto_graph.TensorShapeProto", "name": "TensorShapeProto", "type": {".class": "AnyType", "missing_import_name": "torch.utils.tensorboard._proto_graph.TensorShapeProto", "source_any": null, "type_of_any": 3}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.tensorboard._proto_graph.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.tensorboard._proto_graph.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.tensorboard._proto_graph.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.tensorboard._proto_graph.__package__", "name": "__package__", "type": "builtins.str"}}, "attr_value_proto": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["dtype", "shape", "s"], "flags": [], "fullname": "torch.utils.tensorboard._proto_graph.attr_value_proto", "name": "attr_value_proto", "type": null}}, "node_proto": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["name", "op", "input", "dtype", "shape", "outputsize", "attributes"], "flags": [], "fullname": "torch.utils.tensorboard._proto_graph.node_proto", "name": "node_proto", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["name", "op", "input", "dtype", "shape", "outputsize", "attributes"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "node_proto", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "tensor_shape_proto": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["outputsize"], "flags": [], "fullname": "torch.utils.tensorboard._proto_graph.tensor_shape_proto", "name": "tensor_shape_proto", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/utils/tensorboard/_proto_graph.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/tensorboard/_proto_graph.meta.json b/.mypy_cache/3.9/torch/utils/tensorboard/_proto_graph.meta.json deleted file mode 100644 index 8ee9f580d..000000000 --- a/.mypy_cache/3.9/torch/utils/tensorboard/_proto_graph.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1, 1, 2, 3], "dep_prios": [5, 30, 30, 5, 5, 5], "dependencies": ["builtins", "abc", "typing"], "hash": "124ef2093f8afd03b49fcb3c7b08d1fb205e8e7917ccd79e46f0f5c98f1263f1", "id": "torch.utils.tensorboard._proto_graph", "ignore_all": true, "interface_hash": "ba8dac945ab523445e7cf6af4f92cac754cd4caae7f7378110423d76f0aaf647", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/utils/tensorboard/_proto_graph.py", "plugin_data": null, "size": 1688, "suppressed": ["tensorboard.compat.proto.node_def_pb2", "tensorboard.compat.proto.attr_value_pb2", "tensorboard.compat.proto.tensor_shape_pb2"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/tensorboard/_utils.data.json b/.mypy_cache/3.9/torch/utils/tensorboard/_utils.data.json deleted file mode 100644 index 161495b01..000000000 --- a/.mypy_cache/3.9/torch/utils/tensorboard/_utils.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.utils.tensorboard._utils", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.tensorboard._utils.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.tensorboard._utils.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.tensorboard._utils.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.tensorboard._utils.__package__", "name": "__package__", "type": "builtins.str"}}, "_prepare_video": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["V"], "flags": [], "fullname": "torch.utils.tensorboard._utils._prepare_video", "name": "_prepare_video", "type": null}}, "convert_to_HWC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["tensor", "input_format"], "flags": [], "fullname": "torch.utils.tensorboard._utils.convert_to_HWC", "name": "convert_to_HWC", "type": null}}, "figure_to_image": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["figures", "close"], "flags": [], "fullname": "torch.utils.tensorboard._utils.figure_to_image", "name": "figure_to_image", "type": null}}, "make_grid": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["I", "ncols"], "flags": [], "fullname": "torch.utils.tensorboard._utils.make_grid", "name": "make_grid", "type": null}}, "np": {".class": "SymbolTableNode", "cross_ref": "numpy", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/utils/tensorboard/_utils.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/tensorboard/_utils.meta.json b/.mypy_cache/3.9/torch/utils/tensorboard/_utils.meta.json deleted file mode 100644 index f8a168424..000000000 --- a/.mypy_cache/3.9/torch/utils/tensorboard/_utils.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000177, "dep_lines": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 17, 17, 18, 18], "dep_prios": [10, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 20, 20, 20, 20], "dependencies": ["numpy", "builtins", "_typeshed", "abc", "numpy.core", "numpy.core.fromnumeric", "numpy.core.numeric", "numpy.core.shape_base", "numpy.typing", "numpy.typing._array_like", "typing", "typing_extensions"], "hash": "73abf43af55617f2605a8de9359d558681bda63fdf67f8feefdebfb7d4e607b1", "id": "torch.utils.tensorboard._utils", "ignore_all": true, "interface_hash": "a22ad8d9829bbdce1b7efd596491b6a97d51f775af8701cd2e1bf0b7fe4247eb", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/utils/tensorboard/_utils.py", "plugin_data": null, "size": 4083, "suppressed": ["matplotlib.pyplot", "matplotlib", "matplotlib.backends.backend_agg", "matplotlib.backends"], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/throughput_benchmark.data.json b/.mypy_cache/3.9/torch/utils/throughput_benchmark.data.json deleted file mode 100644 index 38ac95293..000000000 --- a/.mypy_cache/3.9/torch/utils/throughput_benchmark.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.utils.throughput_benchmark", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ExecutionStats": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.utils.throughput_benchmark.ExecutionStats", "name": "ExecutionStats", "type_vars": []}, "flags": [], "fullname": "torch.utils.throughput_benchmark.ExecutionStats", "metaclass_type": null, "metadata": {}, "module_name": "torch.utils.throughput_benchmark", "mro": ["torch.utils.throughput_benchmark.ExecutionStats", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "c_stats", "benchmark_config"], "flags": [], "fullname": "torch.utils.throughput_benchmark.ExecutionStats.__init__", "name": "__init__", "type": null}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.utils.throughput_benchmark.ExecutionStats.__str__", "name": "__str__", "type": null}}, "_c_stats": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.utils.throughput_benchmark.ExecutionStats._c_stats", "name": "_c_stats", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "benchmark_config": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.utils.throughput_benchmark.ExecutionStats.benchmark_config", "name": "benchmark_config", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "iters_per_second": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.utils.throughput_benchmark.ExecutionStats.iters_per_second", "name": "iters_per_second", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "iters_per_second", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.utils.throughput_benchmark.ExecutionStats"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "iters_per_second of ExecutionStats", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "latency_avg_ms": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.utils.throughput_benchmark.ExecutionStats.latency_avg_ms", "name": "latency_avg_ms", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "latency_avg_ms", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.utils.throughput_benchmark.ExecutionStats"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "latency_avg_ms of ExecutionStats", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "num_iters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.utils.throughput_benchmark.ExecutionStats.num_iters", "name": "num_iters", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "num_iters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.utils.throughput_benchmark.ExecutionStats"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "num_iters of ExecutionStats", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "total_time_seconds": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.utils.throughput_benchmark.ExecutionStats.total_time_seconds", "name": "total_time_seconds", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "total_time_seconds", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.utils.throughput_benchmark.ExecutionStats"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "total_time_seconds of ExecutionStats", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ThroughputBenchmark": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.utils.throughput_benchmark.ThroughputBenchmark", "name": "ThroughputBenchmark", "type_vars": []}, "flags": [], "fullname": "torch.utils.throughput_benchmark.ThroughputBenchmark", "metaclass_type": null, "metadata": {}, "module_name": "torch.utils.throughput_benchmark", "mro": ["torch.utils.throughput_benchmark.ThroughputBenchmark", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "module"], "flags": [], "fullname": "torch.utils.throughput_benchmark.ThroughputBenchmark.__init__", "name": "__init__", "type": null}}, "_benchmark": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.utils.throughput_benchmark.ThroughputBenchmark._benchmark", "name": "_benchmark", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "add_input": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.utils.throughput_benchmark.ThroughputBenchmark.add_input", "name": "add_input", "type": null}}, "benchmark": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "num_calling_threads", "num_warmup_iters", "num_iters", "profiler_output_path"], "flags": [], "fullname": "torch.utils.throughput_benchmark.ThroughputBenchmark.benchmark", "name": "benchmark", "type": null}}, "run_once": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.utils.throughput_benchmark.ThroughputBenchmark.run_once", "name": "run_once", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.throughput_benchmark.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.throughput_benchmark.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.throughput_benchmark.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.utils.throughput_benchmark.__package__", "name": "__package__", "type": "builtins.str"}}, "format_time": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1], "arg_names": ["time_us", "time_ms", "time_s"], "flags": [], "fullname": "torch.utils.throughput_benchmark.format_time", "name": "format_time", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/utils/throughput_benchmark.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/utils/throughput_benchmark.meta.json b/.mypy_cache/3.9/torch/utils/throughput_benchmark.meta.json deleted file mode 100644 index 5a247f02d..000000000 --- a/.mypy_cache/3.9/torch/utils/throughput_benchmark.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000207, "dep_lines": [2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30], "dependencies": ["torch._C", "torch", "builtins", "functools", "threading", "contextlib", "collections", "inspect", "logging", "io", "warnings", "pickle", "os", "time", "abc", "torch.jit", "torch.jit._script", "typing"], "hash": "cef09490a88fc6395731a01204af0c59b750a521d95a6e6ef213342da7e95276", "id": "torch.utils.throughput_benchmark", "ignore_all": true, "interface_hash": "c83be1948468e70f8e5d3c91648fbab578d9b656fd237ef88d4e09e73db2f66a", "mtime": 1634272174, "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_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/anaconda3/lib/python3.9/site-packages/torch/utils/throughput_benchmark.py", "plugin_data": null, "size": 6387, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/version.data.json b/.mypy_cache/3.9/torch/version.data.json deleted file mode 100644 index 62a40e86f..000000000 --- a/.mypy_cache/3.9/torch/version.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "torch.version", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.version.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.version.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.version.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.version.__package__", "name": "__package__", "type": "builtins.str"}}, "__version__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.version.__version__", "name": "__version__", "type": "builtins.str"}}, "cuda": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.version.cuda", "name": "cuda", "type": "builtins.str"}}, "debug": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.version.debug", "name": "debug", "type": "builtins.bool"}}, "git_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.version.git_version", "name": "git_version", "type": "builtins.str"}}, "hip": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.version.hip", "name": "hip", "type": {".class": "NoneType"}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/version.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/torch/version.meta.json b/.mypy_cache/3.9/torch/version.meta.json deleted file mode 100644 index 4eb4a15e6..000000000 --- a/.mypy_cache/3.9/torch/version.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 1, 1], "dep_prios": [5, 30, 30], "dependencies": ["builtins", "abc", "typing"], "hash": "7d04e951b97671c86e70aab4579e0b3371e6fa2e4381b888f377255d23b5c74c", "id": "torch.version", "ignore_all": true, "interface_hash": "d3668f8b07552d8fb8acf63b7ef02ba67665bc49fc7bf56cdb25e47f9b9623b8", "mtime": 1634272306, "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_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/anaconda3/lib/python3.9/site-packages/torch/version.py", "plugin_data": null, "size": 119, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/traceback.data.json b/.mypy_cache/3.9/traceback.data.json deleted file mode 100644 index a86b5815d..000000000 --- a/.mypy_cache/3.9/traceback.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "traceback", "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}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "FrameSummary": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "traceback.FrameSummary", "name": "FrameSummary", "type_vars": []}, "flags": [], "fullname": "traceback.FrameSummary", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "traceback", "mro": ["traceback.FrameSummary", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": [], "fullname": "traceback.FrameSummary.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["traceback.FrameSummary", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of FrameSummary", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 5, 5, 5], "arg_names": ["self", "filename", "lineno", "name", "lookup_line", "locals", "line"], "flags": [], "fullname": "traceback.FrameSummary.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5, 5, 5], "arg_names": ["self", "filename", "lineno", "name", "lookup_line", "locals", "line"], "arg_types": ["traceback.FrameSummary", "builtins.str", "builtins.int", "builtins.str", "builtins.bool", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FrameSummary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "traceback.FrameSummary.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["traceback.FrameSummary"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of FrameSummary", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "traceback.FrameSummary.filename", "name": "filename", "type": "builtins.str"}}, "line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "traceback.FrameSummary.line", "name": "line", "type": "builtins.str"}}, "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "traceback.FrameSummary.lineno", "name": "lineno", "type": "builtins.int"}}, "locals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "traceback.FrameSummary.locals", "name": "locals", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "traceback.FrameSummary.name", "name": "name", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FrameType": {".class": "SymbolTableNode", "cross_ref": "types.FrameType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef", "module_hidden": true, "module_public": false}, "StackSummary": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["traceback.FrameSummary"], "type_ref": "builtins.list"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "traceback.StackSummary", "name": "StackSummary", "type_vars": []}, "flags": [], "fullname": "traceback.StackSummary", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "traceback", "mro": ["traceback.StackSummary", "builtins.list", "typing.MutableSequence", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "extract": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["cls", "frame_gen", "limit", "lookup_lines", "capture_locals"], "flags": ["is_class", "is_decorated"], "fullname": "traceback.StackSummary.extract", "name": "extract", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["cls", "frame_gen", "limit", "lookup_lines", "capture_locals"], "arg_types": [{".class": "TypeType", "item": "traceback.StackSummary"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extract of StackSummary", "ret_type": "traceback.StackSummary", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "extract", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["cls", "frame_gen", "limit", "lookup_lines", "capture_locals"], "arg_types": [{".class": "TypeType", "item": "traceback.StackSummary"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["types.FrameType", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extract of StackSummary", "ret_type": "traceback.StackSummary", "type_guard": null, "variables": []}}}}, "format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "traceback.StackSummary.format", "name": "format", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["traceback.StackSummary"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format of StackSummary", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "from_list": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "a_list"], "flags": ["is_class", "is_decorated"], "fullname": "traceback.StackSummary.from_list", "name": "from_list", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "a_list"], "arg_types": [{".class": "TypeType", "item": "traceback.StackSummary"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "traceback._PT"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_list of StackSummary", "ret_type": "traceback.StackSummary", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_list", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "a_list"], "arg_types": [{".class": "TypeType", "item": "traceback.StackSummary"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "traceback._PT"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_list of StackSummary", "ret_type": "traceback.StackSummary", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SupportsWrite": {".class": "SymbolTableNode", "cross_ref": "_typeshed.SupportsWrite", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TracebackException": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "traceback.TracebackException", "name": "TracebackException", "type_vars": []}, "flags": [], "fullname": "traceback.TracebackException", "metaclass_type": null, "metadata": {}, "module_name": "traceback", "mro": ["traceback.TracebackException", "builtins.object"], "names": {".class": "SymbolTable", "__cause__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "traceback.TracebackException.__cause__", "name": "__cause__", "type": "traceback.TracebackException"}}, "__context__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "traceback.TracebackException.__context__", "name": "__context__", "type": "traceback.TracebackException"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 5, 5, 5, 5], "arg_names": ["self", "exc_type", "exc_value", "exc_traceback", "limit", "lookup_lines", "capture_locals", "_seen"], "flags": [], "fullname": "traceback.TracebackException.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5, 5, 5, 5], "arg_names": ["self", "exc_type", "exc_value", "exc_traceback", "limit", "lookup_lines", "capture_locals", "_seen"], "arg_types": ["traceback.TracebackException", {".class": "TypeType", "item": "builtins.BaseException"}, "builtins.BaseException", "types.TracebackType", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.set"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TracebackException", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__suppress_context__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "traceback.TracebackException.__suppress_context__", "name": "__suppress_context__", "type": "builtins.bool"}}, "exc_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "traceback.TracebackException.exc_type", "name": "exc_type", "type": {".class": "TypeType", "item": "builtins.BaseException"}}}, "filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "traceback.TracebackException.filename", "name": "filename", "type": "builtins.str"}}, "format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["self", "chain"], "flags": [], "fullname": "traceback.TracebackException.format", "name": "format", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "chain"], "arg_types": ["traceback.TracebackException", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format of TracebackException", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}, "format_exception_only": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "traceback.TracebackException.format_exception_only", "name": "format_exception_only", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["traceback.TracebackException"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format_exception_only of TracebackException", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}, "from_exception": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["cls", "exc", "limit", "lookup_lines", "capture_locals"], "flags": ["is_class", "is_decorated"], "fullname": "traceback.TracebackException.from_exception", "name": "from_exception", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["cls", "exc", "limit", "lookup_lines", "capture_locals"], "arg_types": [{".class": "TypeType", "item": "traceback.TracebackException"}, "builtins.BaseException", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_exception of TracebackException", "ret_type": "traceback.TracebackException", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_exception", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["cls", "exc", "limit", "lookup_lines", "capture_locals"], "arg_types": [{".class": "TypeType", "item": "traceback.TracebackException"}, "builtins.BaseException", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_exception of TracebackException", "ret_type": "traceback.TracebackException", "type_guard": null, "variables": []}}}}, "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "traceback.TracebackException.lineno", "name": "lineno", "type": "builtins.int"}}, "msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "traceback.TracebackException.msg", "name": "msg", "type": "builtins.str"}}, "offset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "traceback.TracebackException.offset", "name": "offset", "type": "builtins.int"}}, "stack": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "traceback.TracebackException.stack", "name": "stack", "type": "traceback.StackSummary"}}, "text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "traceback.TracebackException.text", "name": "text", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_PT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "traceback._PT", "line": 6, "no_args": false, "normalized": false, "target": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "traceback.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "traceback.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "traceback.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "traceback.__package__", "name": "__package__", "type": "builtins.str"}}, "clear_frames": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tb"], "flags": [], "fullname": "traceback.clear_frames", "name": "clear_frames", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tb"], "arg_types": ["types.TracebackType"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear_frames", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extract_stack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1], "arg_names": ["f", "limit"], "flags": [], "fullname": "traceback.extract_stack", "name": "extract_stack", "type": {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["f", "limit"], "arg_types": [{".class": "UnionType", "items": ["types.FrameType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extract_stack", "ret_type": "traceback.StackSummary", "type_guard": null, "variables": []}}}, "extract_tb": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["tb", "limit"], "flags": [], "fullname": "traceback.extract_tb", "name": "extract_tb", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["tb", "limit"], "arg_types": [{".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extract_tb", "ret_type": "traceback.StackSummary", "type_guard": null, "variables": []}}}, "format_exc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1], "arg_names": ["limit", "chain"], "flags": [], "fullname": "traceback.format_exc", "name": "format_exc", "type": {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["limit", "chain"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format_exc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "format_exception": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["etype", "value", "tb", "limit", "chain"], "flags": [], "fullname": "traceback.format_exception", "name": "format_exception", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["etype", "value", "tb", "limit", "chain"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format_exception", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "format_exception_only": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["etype", "value"], "flags": [], "fullname": "traceback.format_exception_only", "name": "format_exception_only", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["etype", "value"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format_exception_only", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "format_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["extracted_list"], "flags": [], "fullname": "traceback.format_list", "name": "format_list", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["extracted_list"], "arg_types": [{".class": "Instance", "args": ["traceback.FrameSummary"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format_list", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "format_stack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1], "arg_names": ["f", "limit"], "flags": [], "fullname": "traceback.format_stack", "name": "format_stack", "type": {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["f", "limit"], "arg_types": [{".class": "UnionType", "items": ["types.FrameType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format_stack", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "format_tb": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["tb", "limit"], "flags": [], "fullname": "traceback.format_tb", "name": "format_tb", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["tb", "limit"], "arg_types": [{".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format_tb", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "print_exc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1], "arg_names": ["limit", "file", "chain"], "flags": [], "fullname": "traceback.print_exc", "name": "print_exc", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1], "arg_names": ["limit", "file", "chain"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "print_exc", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "print_exception": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["etype", "value", "tb", "limit", "file", "chain"], "flags": [], "fullname": "traceback.print_exception", "name": "print_exception", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["etype", "value", "tb", "limit", "file", "chain"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "print_exception", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "print_last": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1], "arg_names": ["limit", "file", "chain"], "flags": [], "fullname": "traceback.print_last", "name": "print_last", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1], "arg_names": ["limit", "file", "chain"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "print_last", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "print_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["extracted_list", "file"], "flags": [], "fullname": "traceback.print_list", "name": "print_list", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["extracted_list", "file"], "arg_types": [{".class": "Instance", "args": ["traceback.FrameSummary"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "_typeshed.SupportsWrite"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "print_list", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "print_stack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1], "arg_names": ["f", "limit", "file"], "flags": [], "fullname": "traceback.print_stack", "name": "print_stack", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1], "arg_names": ["f", "limit", "file"], "arg_types": [{".class": "UnionType", "items": ["types.FrameType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "print_stack", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "print_tb": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["tb", "limit", "file"], "flags": [], "fullname": "traceback.print_tb", "name": "print_tb", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["tb", "limit", "file"], "arg_types": [{".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "print_tb", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "walk_stack": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "traceback.walk_stack", "name": "walk_stack", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "UnionType", "items": ["types.FrameType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "walk_stack", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["types.FrameType", "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": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "walk_tb": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tb"], "flags": [], "fullname": "traceback.walk_tb", "name": "walk_tb", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tb"], "arg_types": [{".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "walk_tb", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["types.FrameType", "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": "typing.Iterator"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/traceback.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/traceback.meta.json b/.mypy_cache/3.9/traceback.meta.json deleted file mode 100644 index d2eb57aed..000000000 --- a/.mypy_cache/3.9/traceback.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 3, 4, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30], "dependencies": ["sys", "_typeshed", "types", "typing", "builtins", "abc"], "hash": "1f2a86a76c3283c040cffd50b8a8783448cbe88ab8dd7d098ff34c3f07b997dc", "id": "traceback", "ignore_all": true, "interface_hash": "b54e046152bb306e278b8e8870eab04430b8b51cca7ac05201a6aa37f824af64", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/traceback.pyi", "plugin_data": null, "size": 7350, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/transducer/__init__.data.json b/.mypy_cache/3.9/transducer/__init__.data.json deleted file mode 100644 index e727734d4..000000000 --- a/.mypy_cache/3.9/transducer/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "transducer", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "transducer.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "transducer.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "transducer.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "transducer.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/icefall/egs/yesno/ASR/transducer/__init__.py"} \ No newline at end of file diff --git a/.mypy_cache/3.9/transducer/__init__.meta.json b/.mypy_cache/3.9/transducer/__init__.meta.json deleted file mode 100644 index 11450d554..000000000 --- a/.mypy_cache/3.9/transducer/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1], "dep_prios": [5], "dependencies": ["builtins"], "hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", "id": "transducer", "ignore_all": false, "interface_hash": "5fe3ccc7db1d8cc3d5608e814c69d3c49856ef8ed4ca624fd2a59a54bb9684d4", "mtime": 1638999786, "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_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/icefall/egs/yesno/ASR/transducer/__init__.py", "plugin_data": null, "size": 0, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/types.data.json b/.mypy_cache/3.9/types.data.json deleted file mode 100644 index fecdd629e..000000000 --- a/.mypy_cache/3.9/types.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "types", "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}, "AsyncGeneratorType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "types.AsyncGeneratorType", "name": "AsyncGeneratorType", "type_vars": [{".class": "TypeVarDef", "fullname": "types._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarDef", "fullname": "types._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}]}, "flags": [], "fullname": "types.AsyncGeneratorType", "metaclass_type": null, "metadata": {}, "module_name": "types", "mro": ["types.AsyncGeneratorType", "builtins.object"], "names": {".class": "SymbolTable", "__aiter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "types.AsyncGeneratorType.__aiter__", "name": "__aiter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "types._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "types.AsyncGeneratorType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__aiter__ of AsyncGeneratorType", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "types._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "types.AsyncGeneratorType"}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}}, "__anext__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "types.AsyncGeneratorType.__anext__", "name": "__anext__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "types._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "types.AsyncGeneratorType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__anext__ of AsyncGeneratorType", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}}, "aclose": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "types.AsyncGeneratorType.aclose", "name": "aclose", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "types._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "types.AsyncGeneratorType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "aclose of AsyncGeneratorType", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}}, "ag_await": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.AsyncGeneratorType.ag_await", "name": "ag_await", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Awaitable"}, {".class": "NoneType"}]}}}, "ag_code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.AsyncGeneratorType.ag_code", "name": "ag_code", "type": "types.CodeType"}}, "ag_frame": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.AsyncGeneratorType.ag_frame", "name": "ag_frame", "type": "types.FrameType"}}, "ag_running": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.AsyncGeneratorType.ag_running", "name": "ag_running", "type": "builtins.bool"}}, "asend": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__val"], "flags": [], "fullname": "types.AsyncGeneratorType.asend", "name": "asend", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "types._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "types.AsyncGeneratorType"}, {".class": "TypeVarType", "fullname": "types._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asend of AsyncGeneratorType", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}}, "athrow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "types.AsyncGeneratorType.athrow", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__typ", "__val", "__tb"], "flags": ["is_overload", "is_decorated"], "fullname": "types.AsyncGeneratorType.athrow", "name": "athrow", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "types._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "types.AsyncGeneratorType"}, {".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", "builtins.object"]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "athrow of AsyncGeneratorType", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "athrow", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__typ", "__val", "__tb"], "flags": ["is_overload", "is_decorated"], "fullname": "types.AsyncGeneratorType.athrow", "name": "athrow", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "types._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "types.AsyncGeneratorType"}, "builtins.BaseException", {".class": "NoneType"}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "athrow of AsyncGeneratorType", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "athrow", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "types._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "types.AsyncGeneratorType"}, {".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", "builtins.object"]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "athrow of AsyncGeneratorType", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "types._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "types.AsyncGeneratorType"}, "builtins.BaseException", {".class": "NoneType"}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "athrow of AsyncGeneratorType", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": ["_T_co", "_T_contra"], "typeddict_type": null}}, "Awaitable": {".class": "SymbolTableNode", "cross_ref": "typing.Awaitable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BuiltinFunctionType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "types.BuiltinFunctionType", "name": "BuiltinFunctionType", "type_vars": []}, "flags": [], "fullname": "types.BuiltinFunctionType", "metaclass_type": null, "metadata": {}, "module_name": "types", "mro": ["types.BuiltinFunctionType", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "types.BuiltinFunctionType.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["types.BuiltinFunctionType", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of BuiltinFunctionType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__name__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.BuiltinFunctionType.__name__", "name": "__name__", "type": "builtins.str"}}, "__qualname__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.BuiltinFunctionType.__qualname__", "name": "__qualname__", "type": "builtins.str"}}, "__self__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.BuiltinFunctionType.__self__", "name": "__self__", "type": {".class": "UnionType", "items": ["builtins.object", "types.ModuleType"]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BuiltinMethodType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "types.BuiltinMethodType", "line": 221, "no_args": true, "normalized": false, "target": "types.BuiltinFunctionType"}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ClassMethodDescriptorType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "types.ClassMethodDescriptorType", "name": "ClassMethodDescriptorType", "type_vars": []}, "flags": [], "fullname": "types.ClassMethodDescriptorType", "metaclass_type": null, "metadata": {}, "module_name": "types", "mro": ["types.ClassMethodDescriptorType", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "types.ClassMethodDescriptorType.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["types.ClassMethodDescriptorType", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of ClassMethodDescriptorType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__get__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "type"], "flags": [], "fullname": "types.ClassMethodDescriptorType.__get__", "name": "__get__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "type"], "arg_types": ["types.ClassMethodDescriptorType", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.type"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__get__ of ClassMethodDescriptorType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__name__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.ClassMethodDescriptorType.__name__", "name": "__name__", "type": "builtins.str"}}, "__objclass__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.ClassMethodDescriptorType.__objclass__", "name": "__objclass__", "type": "builtins.type"}}, "__qualname__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.ClassMethodDescriptorType.__qualname__", "name": "__qualname__", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CodeType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "types.CodeType", "name": "CodeType", "type_vars": []}, "flags": [], "fullname": "types.CodeType", "metaclass_type": null, "metadata": {}, "module_name": "types", "mro": ["types.CodeType", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "argcount", "posonlyargcount", "kwonlyargcount", "nlocals", "stacksize", "flags", "codestring", "constants", "names", "varnames", "filename", "name", "firstlineno", "lnotab", "freevars", "cellvars"], "flags": [], "fullname": "types.CodeType.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "argcount", "posonlyargcount", "kwonlyargcount", "nlocals", "stacksize", "flags", "codestring", "constants", "names", "varnames", "filename", "name", "firstlineno", "lnotab", "freevars", "cellvars"], "arg_types": ["types.CodeType", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.bytes", {".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"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, "builtins.str", "builtins.str", "builtins.int", "builtins.bytes", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CodeType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "co_argcount": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.CodeType.co_argcount", "name": "co_argcount", "type": "builtins.int"}}, "co_cellvars": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.CodeType.co_cellvars", "name": "co_cellvars", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}}, "co_code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.CodeType.co_code", "name": "co_code", "type": "builtins.bytes"}}, "co_consts": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.CodeType.co_consts", "name": "co_consts", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}}}, "co_filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.CodeType.co_filename", "name": "co_filename", "type": "builtins.str"}}, "co_firstlineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.CodeType.co_firstlineno", "name": "co_firstlineno", "type": "builtins.int"}}, "co_flags": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.CodeType.co_flags", "name": "co_flags", "type": "builtins.int"}}, "co_freevars": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.CodeType.co_freevars", "name": "co_freevars", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}}, "co_kwonlyargcount": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.CodeType.co_kwonlyargcount", "name": "co_kwonlyargcount", "type": "builtins.int"}}, "co_lnotab": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.CodeType.co_lnotab", "name": "co_lnotab", "type": "builtins.bytes"}}, "co_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.CodeType.co_name", "name": "co_name", "type": "builtins.str"}}, "co_names": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.CodeType.co_names", "name": "co_names", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}}, "co_nlocals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.CodeType.co_nlocals", "name": "co_nlocals", "type": "builtins.int"}}, "co_posonlyargcount": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.CodeType.co_posonlyargcount", "name": "co_posonlyargcount", "type": "builtins.int"}}, "co_stacksize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.CodeType.co_stacksize", "name": "co_stacksize", "type": "builtins.int"}}, "co_varnames": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.CodeType.co_varnames", "name": "co_varnames", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}}, "replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "co_argcount", "co_posonlyargcount", "co_kwonlyargcount", "co_nlocals", "co_stacksize", "co_flags", "co_firstlineno", "co_code", "co_consts", "co_names", "co_varnames", "co_freevars", "co_cellvars", "co_filename", "co_name", "co_lnotab"], "flags": [], "fullname": "types.CodeType.replace", "name": "replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "co_argcount", "co_posonlyargcount", "co_kwonlyargcount", "co_nlocals", "co_stacksize", "co_flags", "co_firstlineno", "co_code", "co_consts", "co_names", "co_varnames", "co_freevars", "co_cellvars", "co_filename", "co_name", "co_lnotab"], "arg_types": ["types.CodeType", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.bytes", {".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"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, "builtins.str", "builtins.str", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "replace of CodeType", "ret_type": "types.CodeType", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CoroutineType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "types.CoroutineType", "name": "CoroutineType", "type_vars": []}, "flags": [], "fullname": "types.CoroutineType", "metaclass_type": null, "metadata": {}, "module_name": "types", "mro": ["types.CoroutineType", "builtins.object"], "names": {".class": "SymbolTable", "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "types.CoroutineType.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["types.CoroutineType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of CoroutineType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cr_await": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.CoroutineType.cr_await", "name": "cr_await", "type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}}}, "cr_code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.CoroutineType.cr_code", "name": "cr_code", "type": "types.CodeType"}}, "cr_frame": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.CoroutineType.cr_frame", "name": "cr_frame", "type": "types.FrameType"}}, "cr_running": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.CoroutineType.cr_running", "name": "cr_running", "type": "builtins.bool"}}, "send": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__arg"], "flags": [], "fullname": "types.CoroutineType.send", "name": "send", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["types.CoroutineType", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "send of CoroutineType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "throw": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "types.CoroutineType.throw", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__typ", "__val", "__tb"], "flags": ["is_overload", "is_decorated"], "fullname": "types.CoroutineType.throw", "name": "throw", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["types.CoroutineType", {".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", "builtins.object"]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "throw of CoroutineType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "throw", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__typ", "__val", "__tb"], "flags": ["is_overload", "is_decorated"], "fullname": "types.CoroutineType.throw", "name": "throw", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["types.CoroutineType", "builtins.BaseException", {".class": "NoneType"}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "throw of CoroutineType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "throw", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["types.CoroutineType", {".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", "builtins.object"]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "throw of CoroutineType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["types.CoroutineType", "builtins.BaseException", {".class": "NoneType"}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "throw of CoroutineType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DynamicClassAttribute": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "types.DynamicClassAttribute", "line": 316, "no_args": true, "normalized": false, "target": "builtins.property"}}, "FrameType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "types.FrameType", "name": "FrameType", "type_vars": []}, "flags": [], "fullname": "types.FrameType", "metaclass_type": null, "metadata": {}, "module_name": "types", "mro": ["types.FrameType", "builtins.object"], "names": {".class": "SymbolTable", "clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "types.FrameType.clear", "name": "clear", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["types.FrameType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear of FrameType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "f_back": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.FrameType.f_back", "name": "f_back", "type": {".class": "UnionType", "items": ["types.FrameType", {".class": "NoneType"}]}}}, "f_builtins": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.FrameType.f_builtins", "name": "f_builtins", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "f_code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.FrameType.f_code", "name": "f_code", "type": "types.CodeType"}}, "f_globals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.FrameType.f_globals", "name": "f_globals", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "f_lasti": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.FrameType.f_lasti", "name": "f_lasti", "type": "builtins.int"}}, "f_lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.FrameType.f_lineno", "name": "f_lineno", "type": "builtins.int"}}, "f_locals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.FrameType.f_locals", "name": "f_locals", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "f_trace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.FrameType.f_trace", "name": "f_trace", "type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["types.FrameType", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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"}]}}}, "f_trace_lines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.FrameType.f_trace_lines", "name": "f_trace_lines", "type": "builtins.bool"}}, "f_trace_opcodes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.FrameType.f_trace_opcodes", "name": "f_trace_opcodes", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FunctionType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "types.FunctionType", "name": "FunctionType", "type_vars": []}, "flags": [], "fullname": "types.FunctionType", "metaclass_type": null, "metadata": {}, "module_name": "types", "mro": ["types.FunctionType", "builtins.object"], "names": {".class": "SymbolTable", "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.FunctionType.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "types.FunctionType.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["types.FunctionType", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of FunctionType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__closure__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.FunctionType.__closure__", "name": "__closure__", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["types._Cell"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}}}, "__code__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.FunctionType.__code__", "name": "__code__", "type": "types.CodeType"}}, "__defaults__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.FunctionType.__defaults__", "name": "__defaults__", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}}}, "__dict__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.FunctionType.__dict__", "name": "__dict__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "__get__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "type"], "flags": [], "fullname": "types.FunctionType.__get__", "name": "__get__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "type"], "arg_types": ["types.FunctionType", {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.type", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__get__ of FunctionType", "ret_type": "types.MethodType", "type_guard": null, "variables": []}}}, "__globals__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.FunctionType.__globals__", "name": "__globals__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "code", "globals", "name", "argdefs", "closure"], "flags": [], "fullname": "types.FunctionType.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "code", "globals", "name", "argdefs", "closure"], "arg_types": ["types.FunctionType", "types.CodeType", {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["types._Cell"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FunctionType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__kwdefaults__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.FunctionType.__kwdefaults__", "name": "__kwdefaults__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "__name__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.FunctionType.__name__", "name": "__name__", "type": "builtins.str"}}, "__qualname__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.FunctionType.__qualname__", "name": "__qualname__", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "GeneratorType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "types.GeneratorType", "name": "GeneratorType", "type_vars": []}, "flags": [], "fullname": "types.GeneratorType", "metaclass_type": null, "metadata": {}, "module_name": "types", "mro": ["types.GeneratorType", "builtins.object"], "names": {".class": "SymbolTable", "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "types.GeneratorType.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["types.GeneratorType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of GeneratorType", "ret_type": "types.GeneratorType", "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "types.GeneratorType.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["types.GeneratorType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of GeneratorType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "types.GeneratorType.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["types.GeneratorType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of GeneratorType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "gi_code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.GeneratorType.gi_code", "name": "gi_code", "type": "types.CodeType"}}, "gi_frame": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.GeneratorType.gi_frame", "name": "gi_frame", "type": "types.FrameType"}}, "gi_running": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.GeneratorType.gi_running", "name": "gi_running", "type": "builtins.bool"}}, "gi_yieldfrom": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.GeneratorType.gi_yieldfrom", "name": "gi_yieldfrom", "type": {".class": "UnionType", "items": ["types.GeneratorType", {".class": "NoneType"}]}}}, "send": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__arg"], "flags": [], "fullname": "types.GeneratorType.send", "name": "send", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["types.GeneratorType", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "send of GeneratorType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "throw": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "types.GeneratorType.throw", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__typ", "__val", "__tb"], "flags": ["is_overload", "is_decorated"], "fullname": "types.GeneratorType.throw", "name": "throw", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["types.GeneratorType", {".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", "builtins.object"]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "throw of GeneratorType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "throw", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__typ", "__val", "__tb"], "flags": ["is_overload", "is_decorated"], "fullname": "types.GeneratorType.throw", "name": "throw", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["types.GeneratorType", "builtins.BaseException", {".class": "NoneType"}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "throw of GeneratorType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "throw", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["types.GeneratorType", {".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", "builtins.object"]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "throw of GeneratorType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": ["types.GeneratorType", "builtins.BaseException", {".class": "NoneType"}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "throw of GeneratorType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "GenericAlias": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "types.GenericAlias", "name": "GenericAlias", "type_vars": []}, "flags": [], "fullname": "types.GenericAlias", "metaclass_type": null, "metadata": {}, "module_name": "types", "mro": ["types.GenericAlias", "builtins.object"], "names": {".class": "SymbolTable", "__args__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.GenericAlias.__args__", "name": "__args__", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}}}, "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "types.GenericAlias.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["types.GenericAlias", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of GenericAlias", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "origin", "args"], "flags": [], "fullname": "types.GenericAlias.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "origin", "args"], "arg_types": ["types.GenericAlias", "builtins.type", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of GenericAlias", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__origin__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.GenericAlias.__origin__", "name": "__origin__", "type": "builtins.type"}}, "__parameters__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.GenericAlias.__parameters__", "name": "__parameters__", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "GetSetDescriptorType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "types.GetSetDescriptorType", "name": "GetSetDescriptorType", "type_vars": []}, "flags": [], "fullname": "types.GetSetDescriptorType", "metaclass_type": null, "metadata": {}, "module_name": "types", "mro": ["types.GetSetDescriptorType", "builtins.object"], "names": {".class": "SymbolTable", "__delete__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "types.GetSetDescriptorType.__delete__", "name": "__delete__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "arg_types": ["types.GetSetDescriptorType", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delete__ of GetSetDescriptorType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__get__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__obj", "__type"], "flags": [], "fullname": "types.GetSetDescriptorType.__get__", "name": "__get__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, null], "arg_types": ["types.GetSetDescriptorType", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.type"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__get__ of GetSetDescriptorType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__name__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.GetSetDescriptorType.__name__", "name": "__name__", "type": "builtins.str"}}, "__objclass__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.GetSetDescriptorType.__objclass__", "name": "__objclass__", "type": "builtins.type"}}, "__set__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__instance", "__value"], "flags": [], "fullname": "types.GetSetDescriptorType.__set__", "name": "__set__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["types.GetSetDescriptorType", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__set__ of GetSetDescriptorType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "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}, "LambdaType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "types.LambdaType", "line": 40, "no_args": true, "normalized": false, "target": "types.FunctionType"}}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MappingProxyType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "types._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "types.MappingProxyType", "name": "MappingProxyType", "type_vars": [{".class": "TypeVarDef", "fullname": "types._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "types._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "types.MappingProxyType", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "types", "mro": ["types.MappingProxyType", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "k"], "flags": [], "fullname": "types.MappingProxyType.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "types._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "types.MappingProxyType"}, {".class": "TypeVarType", "fullname": "types._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of MappingProxyType", "ret_type": {".class": "TypeVarType", "fullname": "types._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mapping"], "flags": [], "fullname": "types.MappingProxyType.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "types._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "types.MappingProxyType"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "types._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MappingProxyType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "types.MappingProxyType.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "types._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "types.MappingProxyType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of MappingProxyType", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "types.MappingProxyType.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "types._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "types.MappingProxyType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of MappingProxyType", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "types.MappingProxyType.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "types._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "types.MappingProxyType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of MappingProxyType", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "types._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "types._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_KT", "_VT"], "typeddict_type": null}}, "MemberDescriptorType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "types.MemberDescriptorType", "name": "MemberDescriptorType", "type_vars": []}, "flags": [], "fullname": "types.MemberDescriptorType", "metaclass_type": null, "metadata": {}, "module_name": "types", "mro": ["types.MemberDescriptorType", "builtins.object"], "names": {".class": "SymbolTable", "__delete__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "types.MemberDescriptorType.__delete__", "name": "__delete__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "arg_types": ["types.MemberDescriptorType", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delete__ of MemberDescriptorType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__get__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__obj", "__type"], "flags": [], "fullname": "types.MemberDescriptorType.__get__", "name": "__get__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, null], "arg_types": ["types.MemberDescriptorType", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.type"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__get__ of MemberDescriptorType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__name__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.MemberDescriptorType.__name__", "name": "__name__", "type": "builtins.str"}}, "__objclass__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.MemberDescriptorType.__objclass__", "name": "__objclass__", "type": "builtins.type"}}, "__set__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__instance", "__value"], "flags": [], "fullname": "types.MemberDescriptorType.__set__", "name": "__set__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["types.MemberDescriptorType", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__set__ of MemberDescriptorType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MethodDescriptorType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "types.MethodDescriptorType", "name": "MethodDescriptorType", "type_vars": []}, "flags": [], "fullname": "types.MethodDescriptorType", "metaclass_type": null, "metadata": {}, "module_name": "types", "mro": ["types.MethodDescriptorType", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "types.MethodDescriptorType.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["types.MethodDescriptorType", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of MethodDescriptorType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__get__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "type"], "flags": [], "fullname": "types.MethodDescriptorType.__get__", "name": "__get__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "type"], "arg_types": ["types.MethodDescriptorType", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.type"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__get__ of MethodDescriptorType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__name__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.MethodDescriptorType.__name__", "name": "__name__", "type": "builtins.str"}}, "__objclass__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.MethodDescriptorType.__objclass__", "name": "__objclass__", "type": "builtins.type"}}, "__qualname__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.MethodDescriptorType.__qualname__", "name": "__qualname__", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MethodType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "types.MethodType", "name": "MethodType", "type_vars": []}, "flags": [], "fullname": "types.MethodType", "metaclass_type": null, "metadata": {}, "module_name": "types", "mro": ["types.MethodType", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "types.MethodType.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["types.MethodType", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of MethodType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__func__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.MethodType.__func__", "name": "__func__", "type": "types._StaticFunctionType"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "func", "obj"], "flags": [], "fullname": "types.MethodType.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "func", "obj"], "arg_types": ["types.MethodType", {".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", "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": []}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MethodType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__name__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.MethodType.__name__", "name": "__name__", "type": "builtins.str"}}, "__qualname__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.MethodType.__qualname__", "name": "__qualname__", "type": "builtins.str"}}, "__self__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.MethodType.__self__", "name": "__self__", "type": "builtins.object"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MethodWrapperType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "types.MethodWrapperType", "name": "MethodWrapperType", "type_vars": []}, "flags": [], "fullname": "types.MethodWrapperType", "metaclass_type": null, "metadata": {}, "module_name": "types", "mro": ["types.MethodWrapperType", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "types.MethodWrapperType.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["types.MethodWrapperType", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of MethodWrapperType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "types.MethodWrapperType.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["types.MethodWrapperType", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of MethodWrapperType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__name__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.MethodWrapperType.__name__", "name": "__name__", "type": "builtins.str"}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "types.MethodWrapperType.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["types.MethodWrapperType", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of MethodWrapperType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__objclass__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.MethodWrapperType.__objclass__", "name": "__objclass__", "type": "builtins.type"}}, "__qualname__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.MethodWrapperType.__qualname__", "name": "__qualname__", "type": "builtins.str"}}, "__self__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.MethodWrapperType.__self__", "name": "__self__", "type": "builtins.object"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ModuleSpec": {".class": "SymbolTableNode", "cross_ref": "importlib.machinery.ModuleSpec", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ModuleType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "types.ModuleType", "name": "ModuleType", "type_vars": []}, "flags": [], "fullname": "types.ModuleType", "metaclass_type": null, "metadata": {}, "module_name": "types", "mro": ["types.ModuleType", "builtins.object"], "names": {".class": "SymbolTable", "__dict__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.ModuleType.__dict__", "name": "__dict__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "__file__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.ModuleType.__file__", "name": "__file__", "type": "builtins.str"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "doc"], "flags": [], "fullname": "types.ModuleType.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "doc"], "arg_types": ["types.ModuleType", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ModuleType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__loader__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.ModuleType.__loader__", "name": "__loader__", "type": {".class": "UnionType", "items": ["importlib.abc._LoaderProtocol", {".class": "NoneType"}]}}}, "__name__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.ModuleType.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.ModuleType.__package__", "name": "__package__", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "__spec__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.ModuleType.__spec__", "name": "__spec__", "type": {".class": "UnionType", "items": ["importlib.machinery.ModuleSpec", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SimpleNamespace": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "types.SimpleNamespace", "name": "SimpleNamespace", "type_vars": []}, "flags": [], "fullname": "types.SimpleNamespace", "metaclass_type": null, "metadata": {}, "module_name": "types", "mro": ["types.SimpleNamespace", "builtins.object"], "names": {".class": "SymbolTable", "__delattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "types.SimpleNamespace.__delattr__", "name": "__delattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["types.SimpleNamespace", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delattr__ of SimpleNamespace", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getattribute__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "types.SimpleNamespace.__getattribute__", "name": "__getattribute__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["types.SimpleNamespace", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattribute__ of SimpleNamespace", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "flags": [], "fullname": "types.SimpleNamespace.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "arg_types": ["types.SimpleNamespace", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SimpleNamespace", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "types.SimpleNamespace.__setattr__", "name": "__setattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["types.SimpleNamespace", "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", "implicit": false, "is_ellipsis_args": false, "name": "__setattr__ of SimpleNamespace", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TracebackType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "types.TracebackType", "name": "TracebackType", "type_vars": []}, "flags": [], "fullname": "types.TracebackType", "metaclass_type": null, "metadata": {}, "module_name": "types", "mro": ["types.TracebackType", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "tb_next", "tb_frame", "tb_lasti", "tb_lineno"], "flags": [], "fullname": "types.TracebackType.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "tb_next", "tb_frame", "tb_lasti", "tb_lineno"], "arg_types": ["types.TracebackType", {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}, "types.FrameType", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TracebackType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "tb_frame": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "types.TracebackType.tb_frame", "name": "tb_frame", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["types.TracebackType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tb_frame of TracebackType", "ret_type": "types.FrameType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "tb_frame", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["types.TracebackType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tb_frame of TracebackType", "ret_type": "types.FrameType", "type_guard": null, "variables": []}}}}, "tb_lasti": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "types.TracebackType.tb_lasti", "name": "tb_lasti", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["types.TracebackType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tb_lasti of TracebackType", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "tb_lasti", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["types.TracebackType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tb_lasti of TracebackType", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tb_lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "types.TracebackType.tb_lineno", "name": "tb_lineno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["types.TracebackType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tb_lineno of TracebackType", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "tb_lineno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["types.TracebackType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tb_lineno of TracebackType", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tb_next": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.TracebackType.tb_next", "name": "tb_next", "type": {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "WrapperDescriptorType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "types.WrapperDescriptorType", "name": "WrapperDescriptorType", "type_vars": []}, "flags": [], "fullname": "types.WrapperDescriptorType", "metaclass_type": null, "metadata": {}, "module_name": "types", "mro": ["types.WrapperDescriptorType", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "types.WrapperDescriptorType.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["types.WrapperDescriptorType", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of WrapperDescriptorType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__get__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "type"], "flags": [], "fullname": "types.WrapperDescriptorType.__get__", "name": "__get__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "type"], "arg_types": ["types.WrapperDescriptorType", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.type"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__get__ of WrapperDescriptorType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__name__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.WrapperDescriptorType.__name__", "name": "__name__", "type": "builtins.str"}}, "__objclass__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.WrapperDescriptorType.__objclass__", "name": "__objclass__", "type": "builtins.type"}}, "__qualname__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types.WrapperDescriptorType.__qualname__", "name": "__qualname__", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Cell": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "types._Cell", "name": "_Cell", "type_vars": []}, "flags": [], "fullname": "types._Cell", "metaclass_type": null, "metadata": {}, "module_name": "types", "mro": ["types._Cell", "builtins.object"], "names": {".class": "SymbolTable", "cell_contents": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "types._Cell.cell_contents", "name": "cell_contents", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_KT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "types._KT", "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_LoaderProtocol": {".class": "SymbolTableNode", "cross_ref": "importlib.abc._LoaderProtocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_StaticFunctionType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "types._StaticFunctionType", "name": "_StaticFunctionType", "type_vars": []}, "flags": [], "fullname": "types._StaticFunctionType", "metaclass_type": null, "metadata": {}, "module_name": "types", "mro": ["types._StaticFunctionType", "builtins.object"], "names": {".class": "SymbolTable", "__get__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "type"], "flags": [], "fullname": "types._StaticFunctionType.__get__", "name": "__get__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "obj", "type"], "arg_types": ["types._StaticFunctionType", {".class": "UnionType", "items": ["builtins.object", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.type", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__get__ of _StaticFunctionType", "ret_type": "types.FunctionType", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "types._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T_co": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "types._T_co", "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}}, "_T_contra": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "types._T_contra", "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}}, "_VT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "types._VT", "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "types.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "types.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "types.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "types.__package__", "name": "__package__", "type": "builtins.str"}}, "coroutine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "types.coroutine", "name": "coroutine", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["func"], "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", "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": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "coroutine", "ret_type": "types.CoroutineType", "type_guard": null, "variables": []}}}, "final": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.final", "kind": "Gdef", "module_hidden": true, "module_public": false}, "new_class": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["name", "bases", "kwds", "exec_body"], "flags": [], "fullname": "types.new_class", "name": "new_class", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["name", "bases", "kwds", "exec_body"], "arg_types": ["builtins.str", {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Iterable"}, {".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": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_class", "ret_type": "builtins.type", "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "prepare_class": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["name", "bases", "kwds"], "flags": [], "fullname": "types.prepare_class", "name": "prepare_class", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["name", "bases", "kwds"], "arg_types": ["builtins.str", {".class": "Instance", "args": ["builtins.type"], "type_ref": "builtins.tuple"}, {".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"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prepare_class", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.type", {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "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": []}}}, "resolve_bases": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["bases"], "flags": [], "fullname": "types.resolve_bases", "name": "resolve_bases", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["bases"], "arg_types": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resolve_bases", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "typing": {".class": "SymbolTableNode", "cross_ref": "typing", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/types.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/types.meta.json b/.mypy_cache/3.9/types.meta.json deleted file mode 100644 index 622a7b2ec..000000000 --- a/.mypy_cache/3.9/types.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000169, "dep_lines": [1, 2, 3, 4, 6, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 5, 30, 30], "dependencies": ["sys", "typing", "importlib.abc", "importlib.machinery", "typing_extensions", "builtins", "abc", "importlib"], "hash": "1b059e38ef4b9a122c866cb8451118b292a0607c7fca4999a3bae5e5fe3db633", "id": "types", "ignore_all": true, "interface_hash": "c3931d7a4e9e73b1c58c97e150bed3e7e20a9c25a105963760745df41ea3d895", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/types.pyi", "plugin_data": null, "size": 11394, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/typing.data.json b/.mypy_cache/3.9/typing.data.json deleted file mode 100644 index 206bd3315..000000000 --- a/.mypy_cache/3.9/typing.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "typing", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ABCMeta": {".class": "SymbolTableNode", "cross_ref": "abc.ABCMeta", "kind": "Gdef", "module_hidden": true, "module_public": false}, "AbstractSet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__contains__", "__iter__", "__len__"], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Collection"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.AbstractSet", "name": "AbstractSet", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_abstract"], "fullname": "typing.AbstractSet", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["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": ["self", "s"], "flags": [], "fullname": "typing.AbstractSet.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AbstractSet"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of AbstractSet", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AbstractSet"}, "type_guard": null, "variables": []}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.AbstractSet.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AbstractSet"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of AbstractSet", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AbstractSet"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of AbstractSet", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "typing.AbstractSet.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AbstractSet"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of AbstractSet", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "typing.AbstractSet.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AbstractSet"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of AbstractSet", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "typing.AbstractSet.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AbstractSet"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of AbstractSet", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "typing.AbstractSet.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AbstractSet"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of AbstractSet", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "typing.AbstractSet.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AbstractSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of AbstractSet", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "typing.AbstractSet"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "typing.AbstractSet.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AbstractSet"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of AbstractSet", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AbstractSet"}, "type_guard": null, "variables": []}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "typing.AbstractSet.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AbstractSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of AbstractSet", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "typing.AbstractSet"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "isdisjoint": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "typing.AbstractSet.isdisjoint", "name": "isdisjoint", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AbstractSet"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "isdisjoint of AbstractSet", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "Annotated": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing.Annotated", "name": "Annotated", "type": "typing._SpecialForm"}}, "Any": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "typing.Any", "name": "Any", "type": "builtins.object"}}, "AnyStr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "typing.AnyStr", "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}}, "AsyncContextManager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.AsyncContextManager", "name": "AsyncContextManager", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_protocol", "runtime_protocol"], "fullname": "typing.AsyncContextManager", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.AsyncContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__aenter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.AsyncContextManager.__aenter__", "name": "__aenter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AsyncContextManager"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__aenter__ of AsyncContextManager", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}}, "__aexit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_value", "traceback"], "flags": [], "fullname": "typing.AsyncContextManager.__aexit__", "name": "__aexit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_value", "traceback"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AsyncContextManager"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "__aexit__ of AsyncContextManager", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "AsyncGenerator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__aiter__", "__anext__", "aclose", "asend", "athrow"], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AsyncIterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.AsyncGenerator", "name": "AsyncGenerator", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarDef", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}]}, "flags": ["is_abstract"], "fullname": "typing.AsyncGenerator", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.AsyncGenerator", "typing.AsyncIterator", "typing.AsyncIterable", "builtins.object"], "names": {".class": "SymbolTable", "__aiter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.AsyncGenerator.__aiter__", "name": "__aiter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__aiter__ of AsyncGenerator", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__aiter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__aiter__ of AsyncGenerator", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}, "type_guard": null, "variables": []}}}}, "__anext__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.AsyncGenerator.__anext__", "name": "__anext__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__anext__ of AsyncGenerator", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__anext__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__anext__ of AsyncGenerator", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}}}, "aclose": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.AsyncGenerator.aclose", "name": "aclose", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "aclose of AsyncGenerator", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "aclose", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "aclose of AsyncGenerator", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}}}, "ag_await": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing.AsyncGenerator.ag_await", "name": "ag_await", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ag_await of AsyncGenerator", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "ag_await", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ag_await of AsyncGenerator", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "ag_code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing.AsyncGenerator.ag_code", "name": "ag_code", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ag_code of AsyncGenerator", "ret_type": "types.CodeType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "ag_code", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ag_code of AsyncGenerator", "ret_type": "types.CodeType", "type_guard": null, "variables": []}}}}, "ag_frame": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing.AsyncGenerator.ag_frame", "name": "ag_frame", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ag_frame of AsyncGenerator", "ret_type": "types.FrameType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "ag_frame", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ag_frame of AsyncGenerator", "ret_type": "types.FrameType", "type_guard": null, "variables": []}}}}, "ag_running": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing.AsyncGenerator.ag_running", "name": "ag_running", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ag_running of AsyncGenerator", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "ag_running", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ag_running of AsyncGenerator", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "asend": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__value"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.AsyncGenerator.asend", "name": "asend", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asend of AsyncGenerator", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "asend", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asend of AsyncGenerator", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}}}, "athrow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "typing.AsyncGenerator.athrow", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__typ", "__val", "__tb"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "typing.AsyncGenerator.athrow", "name": "athrow", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}, {".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", "builtins.object"]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "athrow of AsyncGenerator", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "athrow", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__typ", "__val", "__tb"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "typing.AsyncGenerator.athrow", "name": "athrow", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}, "builtins.BaseException", {".class": "NoneType"}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "athrow of AsyncGenerator", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "athrow", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}, {".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", "builtins.object"]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "athrow of AsyncGenerator", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.AsyncGenerator"}, "builtins.BaseException", {".class": "NoneType"}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "athrow of AsyncGenerator", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": ["_T_co", "_T_contra"], "typeddict_type": null}}, "AsyncIterable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__aiter__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.AsyncIterable", "name": "AsyncIterable", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol", "runtime_protocol"], "fullname": "typing.AsyncIterable", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.AsyncIterable", "builtins.object"], "names": {".class": "SymbolTable", "__aiter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.AsyncIterable.__aiter__", "name": "__aiter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AsyncIterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__aiter__ of AsyncIterable", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AsyncIterator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__aiter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AsyncIterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__aiter__ of AsyncIterable", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AsyncIterator"}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "AsyncIterator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__anext__"], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AsyncIterable"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.AsyncIterator", "name": "AsyncIterator", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol", "runtime_protocol"], "fullname": "typing.AsyncIterator", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.AsyncIterator", "typing.AsyncIterable", "builtins.object"], "names": {".class": "SymbolTable", "__aiter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.AsyncIterator.__aiter__", "name": "__aiter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AsyncIterator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__aiter__ of AsyncIterator", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AsyncIterator"}, "type_guard": null, "variables": []}}}, "__anext__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.AsyncIterator.__anext__", "name": "__anext__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AsyncIterator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__anext__ of AsyncIterator", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__anext__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AsyncIterator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__anext__ of AsyncIterator", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "Awaitable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__await__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.Awaitable", "name": "Awaitable", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol", "runtime_protocol"], "fullname": "typing.Awaitable", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.Awaitable", "builtins.object"], "names": {".class": "SymbolTable", "__await__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.Awaitable.__await__", "name": "__await__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__await__ of Awaitable", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}, {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__await__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__await__ of Awaitable", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}, {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "AwaitableGenerator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__await__", "send", "throw"], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Generator"}], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "typing.AwaitableGenerator", "name": "AwaitableGenerator", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarDef", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarDef", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarDef", "fullname": "typing._S", "id": 4, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": ["is_abstract"], "fullname": "typing.AwaitableGenerator", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.AwaitableGenerator", "typing.Awaitable", "typing.Generator", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": ["_T_co", "_T_contra", "_V_co", "_S"], "typeddict_type": null}}, "BinaryIO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__enter__", "__exit__", "__iter__", "__next__", "close", "fileno", "flush", "isatty", "read", "readable", "readline", "readlines", "seek", "seekable", "tell", "truncate", "writable", "write", "writelines"], "bases": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.BinaryIO", "name": "BinaryIO", "type_vars": []}, "flags": ["is_abstract"], "fullname": "typing.BinaryIO", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.BinaryIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.BinaryIO.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.BinaryIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of BinaryIO", "ret_type": "typing.BinaryIO", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.BinaryIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of BinaryIO", "ret_type": "typing.BinaryIO", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BuiltinFunctionType": {".class": "SymbolTableNode", "cross_ref": "types.BuiltinFunctionType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ByteString": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__getitem__", "__len__"], "bases": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Sequence"}], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "typing.ByteString", "name": "ByteString", "type_vars": []}, "flags": ["is_abstract"], "fullname": "typing.ByteString", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.ByteString", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing.Callable", "name": "Callable", "type": "typing._SpecialForm"}}, "ChainMap": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": -1, "fullname": "typing.ChainMap", "line": -1, "no_args": true, "normalized": true, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "collections.ChainMap"}}}, "ClassVar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing.ClassVar", "name": "ClassVar", "type": "typing._SpecialForm"}}, "CodeType": {".class": "SymbolTableNode", "cross_ref": "types.CodeType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Collection": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__contains__", "__iter__", "__len__"], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Container"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.Collection", "name": "Collection", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol", "runtime_protocol"], "fullname": "typing.Collection", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.Collection.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Collection"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of Collection", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Collection"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of Collection", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "Container": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__contains__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.Container", "name": "Container", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol", "runtime_protocol"], "fullname": "typing.Container", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__x"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.Container.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Container"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of Container", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Container"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of Container", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "ContextManager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.ContextManager", "name": "ContextManager", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_protocol", "runtime_protocol"], "fullname": "typing.ContextManager", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.ContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.ContextManager.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ContextManager"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of ContextManager", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "__exc_type", "__exc_value", "__traceback"], "flags": [], "fullname": "typing.ContextManager.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ContextManager"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of ContextManager", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "Coroutine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__await__", "close", "send", "throw"], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.Coroutine", "name": "Coroutine", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarDef", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarDef", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_abstract"], "fullname": "typing.Coroutine", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.Coroutine", "typing.Awaitable", "builtins.object"], "names": {".class": "SymbolTable", "__name__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.Coroutine.__name__", "name": "__name__", "type": "builtins.str"}}, "__qualname__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.Coroutine.__qualname__", "name": "__qualname__", "type": "builtins.str"}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.Coroutine.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Coroutine"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of Coroutine", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Coroutine"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of Coroutine", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "cr_await": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing.Coroutine.cr_await", "name": "cr_await", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Coroutine"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cr_await of Coroutine", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "cr_await", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Coroutine"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cr_await of Coroutine", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "cr_code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing.Coroutine.cr_code", "name": "cr_code", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Coroutine"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cr_code of Coroutine", "ret_type": "types.CodeType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "cr_code", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Coroutine"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cr_code of Coroutine", "ret_type": "types.CodeType", "type_guard": null, "variables": []}}}}, "cr_frame": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing.Coroutine.cr_frame", "name": "cr_frame", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Coroutine"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cr_frame of Coroutine", "ret_type": "types.FrameType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "cr_frame", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Coroutine"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cr_frame of Coroutine", "ret_type": "types.FrameType", "type_guard": null, "variables": []}}}}, "cr_running": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing.Coroutine.cr_running", "name": "cr_running", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Coroutine"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cr_running of Coroutine", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "cr_running", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Coroutine"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cr_running of Coroutine", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "send": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__value"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.Coroutine.send", "name": "send", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Coroutine"}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "send of Coroutine", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "send", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Coroutine"}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "send of Coroutine", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "throw": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "typing.Coroutine.throw", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__typ", "__val", "__tb"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "typing.Coroutine.throw", "name": "throw", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Coroutine"}, {".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", "builtins.object"]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "throw of Coroutine", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "throw", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__typ", "__val", "__tb"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "typing.Coroutine.throw", "name": "throw", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Coroutine"}, "builtins.BaseException", {".class": "NoneType"}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "throw of Coroutine", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "throw", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Coroutine"}, {".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", "builtins.object"]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "throw of Coroutine", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Coroutine"}, "builtins.BaseException", {".class": "NoneType"}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "throw of Coroutine", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": ["_T_co", "_T_contra", "_V_co"], "typeddict_type": null}}, "Counter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": -1, "fullname": "typing.Counter", "line": -1, "no_args": true, "normalized": true, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "collections.Counter"}}}, "DefaultDict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": -1, "fullname": "typing.DefaultDict", "line": -1, "no_args": true, "normalized": true, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "collections.defaultdict"}}}, "Deque": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": -1, "fullname": "typing.Deque", "line": -1, "no_args": true, "normalized": true, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "collections.deque"}}}, "Dict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": -1, "fullname": "typing.Dict", "line": -1, "no_args": true, "normalized": true, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}}}, "Final": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing.Final", "name": "Final", "type": "typing._SpecialForm"}}, "ForwardRef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.ForwardRef", "name": "ForwardRef", "type_vars": []}, "flags": [], "fullname": "typing.ForwardRef", "metaclass_type": null, "metadata": {}, "module_name": "typing", "mro": ["typing.ForwardRef", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "typing.ForwardRef.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["typing.ForwardRef", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of ForwardRef", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__forward_arg__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.ForwardRef.__forward_arg__", "name": "__forward_arg__", "type": "builtins.str"}}, "__forward_code__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.ForwardRef.__forward_code__", "name": "__forward_code__", "type": "types.CodeType"}}, "__forward_evaluated__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.ForwardRef.__forward_evaluated__", "name": "__forward_evaluated__", "type": "builtins.bool"}}, "__forward_is_argument__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.ForwardRef.__forward_is_argument__", "name": "__forward_is_argument__", "type": "builtins.bool"}}, "__forward_value__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.ForwardRef.__forward_value__", "name": "__forward_value__", "type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.ForwardRef.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing.ForwardRef"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of ForwardRef", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "arg", "is_argument"], "flags": [], "fullname": "typing.ForwardRef.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "arg", "is_argument"], "arg_types": ["typing.ForwardRef", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ForwardRef", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.ForwardRef.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.ForwardRef"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of ForwardRef", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_evaluate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "globalns", "localns"], "flags": [], "fullname": "typing.ForwardRef._evaluate", "name": "_evaluate", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "globalns", "localns"], "arg_types": ["typing.ForwardRef", {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_evaluate of ForwardRef", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FrameType": {".class": "SymbolTableNode", "cross_ref": "types.FrameType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "FrozenSet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": -1, "fullname": "typing.FrozenSet", "line": -1, "no_args": true, "normalized": true, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.frozenset"}}}, "FunctionType": {".class": "SymbolTableNode", "cross_ref": "types.FunctionType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Generator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["send", "throw"], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.Generator", "name": "Generator", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarDef", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarDef", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_abstract"], "fullname": "typing.Generator", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.Generator", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.Generator.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Generator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of Generator", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.Generator.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Generator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of Generator", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.Generator.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Generator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of Generator", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "gi_code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing.Generator.gi_code", "name": "gi_code", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Generator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gi_code of Generator", "ret_type": "types.CodeType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "gi_code", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Generator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gi_code of Generator", "ret_type": "types.CodeType", "type_guard": null, "variables": []}}}}, "gi_frame": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing.Generator.gi_frame", "name": "gi_frame", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Generator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gi_frame of Generator", "ret_type": "types.FrameType", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "gi_frame", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Generator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gi_frame of Generator", "ret_type": "types.FrameType", "type_guard": null, "variables": []}}}}, "gi_running": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing.Generator.gi_running", "name": "gi_running", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Generator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gi_running of Generator", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "gi_running", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Generator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gi_running of Generator", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "gi_yieldfrom": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing.Generator.gi_yieldfrom", "name": "gi_yieldfrom", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Generator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gi_yieldfrom of Generator", "ret_type": {".class": "UnionType", "items": [{".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Generator"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "gi_yieldfrom", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Generator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "gi_yieldfrom of Generator", "ret_type": {".class": "UnionType", "items": [{".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Generator"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "send": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__value"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.Generator.send", "name": "send", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Generator"}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "send of Generator", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "send", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Generator"}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "send of Generator", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "throw": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "typing.Generator.throw", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__typ", "__val", "__tb"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "typing.Generator.throw", "name": "throw", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Generator"}, {".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", "builtins.object"]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "throw of Generator", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "throw", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "__typ", "__val", "__tb"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "typing.Generator.throw", "name": "throw", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Generator"}, "builtins.BaseException", {".class": "NoneType"}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "throw of Generator", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "throw", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Generator"}, {".class": "TypeType", "item": "builtins.BaseException"}, {".class": "UnionType", "items": ["builtins.BaseException", "builtins.object"]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "throw of Generator", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T_contra", "id": 2, "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "typing._V_co", "id": 3, "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Generator"}, "builtins.BaseException", {".class": "NoneType"}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "throw of Generator", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": ["_T_co", "_T_contra", "_V_co"], "typeddict_type": null}}, "Generic": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing.Generic", "name": "Generic", "type": "typing._SpecialForm"}}, "GenericAlias": {".class": "SymbolTableNode", "cross_ref": "types.GenericAlias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Hashable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__hash__"], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "typing.Hashable", "name": "Hashable", "type_vars": []}, "flags": ["is_abstract", "is_protocol", "runtime_protocol"], "fullname": "typing.Hashable", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.Hashable", "builtins.object"], "names": {".class": "SymbolTable", "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.Hashable.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing.Hashable"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of Hashable", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing.Hashable"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of Hashable", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__enter__", "__exit__", "__iter__", "__next__", "close", "fileno", "flush", "isatty", "read", "readable", "readline", "readlines", "seek", "seekable", "tell", "truncate", "writable", "write", "writelines"], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.IO", "name": "IO", "type_vars": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, "flags": ["is_abstract"], "fullname": "typing.IO", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.IO.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of IO", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of IO", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "t", "value", "traceback"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.IO.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of IO", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of IO", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.IO.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of IO", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of IO", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.IO.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of IO", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of IO", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.IO.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of IO", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of IO", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "closed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing.IO.closed", "name": "closed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "closed of IO", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "closed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "closed of IO", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "fileno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.IO.fileno", "name": "fileno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fileno of IO", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "fileno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fileno of IO", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "flush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.IO.flush", "name": "flush", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flush of IO", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "flush", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flush of IO", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "isatty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.IO.isatty", "name": "isatty", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isatty of IO", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "isatty", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isatty of IO", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing.IO.mode", "name": "mode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mode of IO", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mode of IO", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing.IO.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of IO", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of IO", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.IO.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of IO", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of IO", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}}}, "readable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.IO.readable", "name": "readable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readable of IO", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "readable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readable of IO", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "readline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "limit"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.IO.readline", "name": "readline", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "limit"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readline of IO", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "readline", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "limit"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readline of IO", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}}}, "readlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "hint"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.IO.readlines", "name": "readlines", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "hint"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readlines of IO", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "readlines", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "hint"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readlines of IO", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "seek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "offset", "whence"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.IO.seek", "name": "seek", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "offset", "whence"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seek of IO", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "seek", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "offset", "whence"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seek of IO", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "seekable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.IO.seekable", "name": "seekable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seekable of IO", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "seekable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seekable of IO", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tell": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.IO.tell", "name": "tell", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tell of IO", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "tell", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tell of IO", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "truncate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.IO.truncate", "name": "truncate", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "truncate of IO", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "truncate", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "truncate of IO", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "writable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.IO.writable", "name": "writable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writable of IO", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "writable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writable of IO", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.IO.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of IO", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of IO", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "writelines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "lines"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.IO.writelines", "name": "writelines", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "lines"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writelines of IO", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "writelines", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "lines"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.IO"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writelines of IO", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": ["AnyStr"], "typeddict_type": null}}, "ItemsView": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["typing.MappingView", {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "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"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.ItemsView", "name": "ItemsView", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarDef", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": [], "fullname": "typing.ItemsView", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.ItemsView", "typing.MappingView", "typing.Sized", "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": ["self", "o"], "flags": [], "fullname": "typing.ItemsView.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ItemsView"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of ItemsView", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "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": "builtins.set"}, "type_guard": null, "variables": []}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "typing.ItemsView.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ItemsView"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of ItemsView", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mapping"], "flags": [], "fullname": "typing.ItemsView.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ItemsView"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ItemsView", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.ItemsView.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ItemsView"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of ItemsView", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "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.Iterator"}, "type_guard": null, "variables": []}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "typing.ItemsView.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ItemsView"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of ItemsView", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "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"}}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "builtins.set"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__rand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "typing.ItemsView.__rand__", "name": "__rand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ItemsView"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of ItemsView", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__reversed__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.ItemsView.__reversed__", "name": "__reversed__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ItemsView"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reversed__ of ItemsView", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "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.Iterator"}, "type_guard": null, "variables": []}}}, "__ror__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "typing.ItemsView.__ror__", "name": "__ror__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ItemsView"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of ItemsView", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "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"}}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "builtins.set"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "typing.ItemsView.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ItemsView"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ItemsView", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__rxor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "typing.ItemsView.__rxor__", "name": "__rxor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ItemsView"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of ItemsView", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "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"}}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "builtins.set"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "typing.ItemsView.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ItemsView"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ItemsView", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "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": "builtins.set"}, "type_guard": null, "variables": []}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "typing.ItemsView.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ItemsView"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of ItemsView", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "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"}}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "builtins.set"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": ["_KT_co", "_VT_co"], "typeddict_type": null}}, "Iterable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__iter__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.Iterable", "name": "Iterable", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol", "runtime_protocol"], "fullname": "typing.Iterable", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.Iterable.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of Iterable", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of Iterable", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "Iterator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__next__"], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterable"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.Iterator", "name": "Iterator", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol", "runtime_protocol"], "fullname": "typing.Iterator", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.Iterator.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of Iterator", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.Iterator.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of Iterator", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of Iterator", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "KeysView": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["typing.MappingView", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.AbstractSet"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.KeysView", "name": "KeysView", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": [], "fullname": "typing.KeysView", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.KeysView", "typing.MappingView", "typing.Sized", "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": ["self", "o"], "flags": [], "fullname": "typing.KeysView.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.KeysView"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "__and__ of KeysView", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "typing.KeysView.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.KeysView"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of KeysView", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mapping"], "flags": [], "fullname": "typing.KeysView.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.KeysView"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of KeysView", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.KeysView.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.KeysView"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of KeysView", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "typing.KeysView.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.KeysView"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of KeysView", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "builtins.set"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__rand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "typing.KeysView.__rand__", "name": "__rand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.KeysView"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of KeysView", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__reversed__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.KeysView.__reversed__", "name": "__reversed__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.KeysView"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reversed__ of KeysView", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__ror__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "typing.KeysView.__ror__", "name": "__ror__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.KeysView"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of KeysView", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "builtins.set"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "typing.KeysView.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.KeysView"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of KeysView", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "builtins.set"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__rxor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "typing.KeysView.__rxor__", "name": "__rxor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.KeysView"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of KeysView", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "builtins.set"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "typing.KeysView.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.KeysView"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of KeysView", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "typing.KeysView.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.KeysView"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of KeysView", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing._KT_co", "id": 1, "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "builtins.set"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": ["_KT_co"], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": -1, "fullname": "typing.List", "line": -1, "no_args": true, "normalized": true, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}}}, "Literal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing.Literal", "name": "Literal", "type": "typing._SpecialForm"}}, "Mapping": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__getitem__", "__iter__", "__len__"], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Collection"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.Mapping", "name": "Mapping", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_abstract"], "fullname": "typing.Mapping", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "typing.Mapping.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Mapping"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of Mapping", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "k"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.Mapping.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Mapping"}, {".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Mapping", "ret_type": {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Mapping"}, {".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Mapping", "ret_type": {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "typing.Mapping.get", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "typing.Mapping.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Mapping"}, {".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of Mapping", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "default"], "flags": ["is_overload", "is_decorated"], "fullname": "typing.Mapping.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "default"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Mapping"}, {".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of Mapping", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Mapping"}, {".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of Mapping", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "default"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Mapping"}, {".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of Mapping", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "items": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.Mapping.items", "name": "items", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "items of Mapping", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "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": []}}}, "keys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.Mapping.keys", "name": "keys", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "keys of Mapping", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.AbstractSet"}, "type_guard": null, "variables": []}}}, "values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.Mapping.values", "name": "values", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "values of Mapping", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._VT_co", "id": 2, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ValuesView"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_KT", "_VT_co"], "typeddict_type": null}}, "MappingView": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["typing.Sized"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.MappingView", "name": "MappingView", "type_vars": []}, "flags": [], "fullname": "typing.MappingView", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.MappingView", "typing.Sized", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mapping"], "flags": [], "fullname": "typing.MappingView.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mapping"], "arg_types": ["typing.MappingView", {".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": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MappingView", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.MappingView.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.MappingView"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of MappingView", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Match": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.Match", "name": "Match", "type_vars": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, "flags": [], "fullname": "typing.Match", "metaclass_type": null, "metadata": {}, "module_name": "typing", "mro": ["typing.Match", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "typing.Match.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of Match", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "g"], "flags": [], "fullname": "typing.Match.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Match", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}}, "end": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__group"], "flags": [], "fullname": "typing.Match.end", "name": "end", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "end of Match", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "endpos": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.Match.endpos", "name": "endpos", "type": "builtins.int"}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "template"], "flags": [], "fullname": "typing.Match.expand", "name": "expand", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "template"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expand of Match", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}}, "group": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "typing.Match.group", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__group"], "flags": ["is_overload", "is_decorated"], "fullname": "typing.Match.group", "name": "group", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "UnionType", "items": ["builtins.str", "builtins.int"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "group of Match", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "group", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "__group1", "__group2", "groups"], "flags": ["is_overload", "is_decorated"], "fullname": "typing.Match.group", "name": "group", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", null, null, "groups"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "UnionType", "items": ["builtins.str", "builtins.int"]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int"]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "group of Match", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "group", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "UnionType", "items": ["builtins.str", "builtins.int"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "group of Match", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", null, null, "groups"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "UnionType", "items": ["builtins.str", "builtins.int"]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int"]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "group of Match", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}]}}}, "groupdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "default"], "flags": [], "fullname": "typing.Match.groupdict", "name": "groupdict", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "default"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "groupdict of Match", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "groups": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "default"], "flags": [], "fullname": "typing.Match.groups", "name": "groups", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "default"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "groups of Match", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}}, "lastgroup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.Match.lastgroup", "name": "lastgroup", "type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}}}, "lastindex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.Match.lastindex", "name": "lastindex", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "pos": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.Match.pos", "name": "pos", "type": "builtins.int"}}, "re": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.Match.re", "name": "re", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}}}, "regs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing.Match.regs", "name": "regs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "regs of Match", "ret_type": {".class": "Instance", "args": [{".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_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "regs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "regs of Match", "ret_type": {".class": "Instance", "args": [{".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_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}}, "span": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__group"], "flags": [], "fullname": "typing.Match.span", "name": "span", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "span of Match", "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": []}}}, "start": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "__group"], "flags": [], "fullname": "typing.Match.start", "name": "start", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "start of Match", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.Match.string", "name": "string", "type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}}}}, "tuple_type": null, "type_vars": ["AnyStr"], "typeddict_type": null}}, "MethodDescriptorType": {".class": "SymbolTableNode", "cross_ref": "types.MethodDescriptorType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MethodType": {".class": "SymbolTableNode", "cross_ref": "types.MethodType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MethodWrapperType": {".class": "SymbolTableNode", "cross_ref": "types.MethodWrapperType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ModuleType": {".class": "SymbolTableNode", "cross_ref": "types.ModuleType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MutableMapping": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__delitem__", "__getitem__", "__iter__", "__len__", "__setitem__"], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.MutableMapping", "name": "MutableMapping", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": ["is_abstract"], "fullname": "typing.MutableMapping", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.MutableMapping", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "v"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.MutableMapping.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of MutableMapping", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of MutableMapping", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "k", "v"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.MutableMapping.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of MutableMapping", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of MutableMapping", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.MutableMapping.clear", "name": "clear", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear of MutableMapping", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "typing.MutableMapping.pop", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": ["is_overload", "is_decorated"], "fullname": "typing.MutableMapping.pop", "name": "pop", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop of MutableMapping", "ret_type": {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "pop", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "key", "default"], "flags": ["is_overload", "is_decorated"], "fullname": "typing.MutableMapping.pop", "name": "pop", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "key", "default"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop of MutableMapping", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "pop", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop of MutableMapping", "ret_type": {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "key", "default"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop of MutableMapping", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "popitem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.MutableMapping.popitem", "name": "popitem", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "popitem of MutableMapping", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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": []}}}, "setdefault": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "key", "default"], "flags": [], "fullname": "typing.MutableMapping.setdefault", "name": "setdefault", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "key", "default"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setdefault of MutableMapping", "ret_type": {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "typing.MutableMapping.update", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "__m", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "typing.MutableMapping.update", "name": "update", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", null, "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of MutableMapping", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "update", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "__m", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "typing.MutableMapping.update", "name": "update", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", null, "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.Iterable"}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of MutableMapping", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "update", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "typing.MutableMapping.update", "name": "update", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of MutableMapping", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "update", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", null, "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of MutableMapping", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", null, "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.Iterable"}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of MutableMapping", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}, {".class": "TypeVarType", "fullname": "typing._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of MutableMapping", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": ["_KT", "_VT"], "typeddict_type": null}}, "MutableSequence": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__delitem__", "__getitem__", "__len__", "__setitem__", "insert"], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Sequence"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.MutableSequence", "name": "MutableSequence", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": ["is_abstract"], "fullname": "typing.MutableSequence", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.MutableSequence", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "typing.MutableSequence.__delitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "typing.MutableSequence.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of MutableSequence", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__delitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "typing.MutableSequence.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of MutableSequence", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__delitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of MutableSequence", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of MutableSequence", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "typing.MutableSequence.__getitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "typing.MutableSequence.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of MutableSequence", "ret_type": {".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "typing.MutableSequence.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of MutableSequence", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of MutableSequence", "ret_type": {".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of MutableSequence", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "type_guard": null, "variables": []}]}}}, "__iadd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "typing.MutableSequence.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of MutableSequence", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "typing.MutableSequence.__setitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "i", "o"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "typing.MutableSequence.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.int", {".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of MutableSequence", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "s", "o"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "typing.MutableSequence.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.slice", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of MutableSequence", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__setitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.int", {".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of MutableSequence", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.slice", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of MutableSequence", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "append": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "typing.MutableSequence.append", "name": "append", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, {".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "append of MutableSequence", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.MutableSequence.clear", "name": "clear", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear of MutableSequence", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "extend": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "values"], "flags": [], "fullname": "typing.MutableSequence.extend", "name": "extend", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "values"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extend of MutableSequence", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "insert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "index", "value"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.MutableSequence.insert", "name": "insert", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "index", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.int", {".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "insert of MutableSequence", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "insert", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "index", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.int", {".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "insert of MutableSequence", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "pop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "index"], "flags": [], "fullname": "typing.MutableSequence.pop", "name": "pop", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "index"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop of MutableSequence", "ret_type": {".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "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", "value"], "flags": [], "fullname": "typing.MutableSequence.remove", "name": "remove", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, {".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove of MutableSequence", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reverse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.MutableSequence.reverse", "name": "reverse", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reverse of MutableSequence", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "MutableSet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__contains__", "__iter__", "__len__", "add", "discard"], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.AbstractSet"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.MutableSet", "name": "MutableSet", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": ["is_abstract"], "fullname": "typing.MutableSet", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.MutableSet", "typing.AbstractSet", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__iand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "typing.MutableSet.__iand__", "name": "__iand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSet"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of MutableSet", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSet"}, "type_guard": null, "variables": []}}}, "__ior__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "typing.MutableSet.__ior__", "name": "__ior__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of MutableSet", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "typing.MutableSet"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__isub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "typing.MutableSet.__isub__", "name": "__isub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSet"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of MutableSet", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSet"}, "type_guard": null, "variables": []}}}, "__ixor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "typing.MutableSet.__ixor__", "name": "__ixor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.AbstractSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of MutableSet", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "typing.MutableSet"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._S", "id": -1, "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.MutableSet.add", "name": "add", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSet"}, {".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add of MutableSet", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "add", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSet"}, {".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add of MutableSet", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.MutableSet.clear", "name": "clear", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear of MutableSet", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "discard": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.MutableSet.discard", "name": "discard", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSet"}, {".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "discard of MutableSet", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "discard", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSet"}, {".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "discard of MutableSet", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "pop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.MutableSet.pop", "name": "pop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop of MutableSet", "ret_type": {".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "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", "value"], "flags": [], "fullname": "typing.MutableSet.remove", "name": "remove", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSet"}, {".class": "TypeVarType", "fullname": "typing._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove of MutableSet", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "NamedTuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.NamedTuple", "name": "NamedTuple", "type_vars": []}, "flags": [], "fullname": "typing.NamedTuple", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.NamedTuple", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 4], "arg_names": ["self", "typename", "fields", "kwargs"], "flags": [], "fullname": "typing.NamedTuple.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 4], "arg_names": ["self", "typename", "fields", "kwargs"], "arg_types": ["typing.NamedTuple", "builtins.str", {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of NamedTuple", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.NamedTuple._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing.NamedTuple"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of NamedTuple", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.NamedTuple._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.NamedTuple._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}], "type_ref": "collections.OrderedDict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.NamedTuple._fields", "name": "_fields", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "iterable"], "flags": ["is_class", "is_decorated"], "fullname": "typing.NamedTuple._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "iterable"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "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": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of NamedTuple", "ret_type": {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "iterable"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "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": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of NamedTuple", "ret_type": {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "flags": [], "fullname": "typing.NamedTuple._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "arg_types": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of NamedTuple", "ret_type": {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.NamedTuple._source", "name": "_source", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NewType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["name", "tp"], "flags": [], "fullname": "typing.NewType", "name": "NewType", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["name", "tp"], "arg_types": ["builtins.str", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "NewType", "ret_type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "NoReturn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "typing.NoReturn", "line": 86, "no_args": false, "normalized": false, "target": {".class": "NoneType"}}}, "Optional": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing.Optional", "name": "Optional", "type": "typing._SpecialForm"}}, "OrderedDict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": -1, "fullname": "typing.OrderedDict", "line": -1, "no_args": true, "normalized": true, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "collections.OrderedDict"}}}, "Pattern": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.Pattern", "name": "Pattern", "type_vars": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, "flags": [], "fullname": "typing.Pattern", "metaclass_type": null, "metadata": {}, "module_name": "typing", "mro": ["typing.Pattern", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "typing.Pattern.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of Pattern", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "findall": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "string", "pos", "endpos"], "flags": [], "fullname": "typing.Pattern.findall", "name": "findall", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "string", "pos", "endpos"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "findall of Pattern", "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": []}}}, "finditer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "string", "pos", "endpos"], "flags": [], "fullname": "typing.Pattern.finditer", "name": "finditer", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "string", "pos", "endpos"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "finditer of Pattern", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "flags": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.Pattern.flags", "name": "flags", "type": "builtins.int"}}, "fullmatch": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "string", "pos", "endpos"], "flags": [], "fullname": "typing.Pattern.fullmatch", "name": "fullmatch", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "string", "pos", "endpos"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fullmatch of Pattern", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "groupindex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.Pattern.groupindex", "name": "groupindex", "type": {".class": "Instance", "args": ["builtins.str", "builtins.int"], "type_ref": "typing.Mapping"}}}, "groups": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.Pattern.groups", "name": "groups", "type": "builtins.int"}}, "match": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "string", "pos", "endpos"], "flags": [], "fullname": "typing.Pattern.match", "name": "match", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "string", "pos", "endpos"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "match of Pattern", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "pattern": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.Pattern.pattern", "name": "pattern", "type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}}}, "search": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "string", "pos", "endpos"], "flags": [], "fullname": "typing.Pattern.search", "name": "search", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "string", "pos", "endpos"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "search of Pattern", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "split": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "string", "maxsplit"], "flags": [], "fullname": "typing.Pattern.split", "name": "split", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "string", "maxsplit"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "split of Pattern", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "sub": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "typing.Pattern.sub", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "repl", "string", "count"], "flags": ["is_overload", "is_decorated"], "fullname": "typing.Pattern.sub", "name": "sub", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "repl", "string", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sub of Pattern", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sub", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "repl", "string", "count"], "flags": ["is_overload", "is_decorated"], "fullname": "typing.Pattern.sub", "name": "sub", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "repl", "string", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sub of Pattern", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sub", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "repl", "string", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sub of Pattern", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "repl", "string", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sub of Pattern", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}]}}}, "subn": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "typing.Pattern.subn", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "repl", "string", "count"], "flags": ["is_overload", "is_decorated"], "fullname": "typing.Pattern.subn", "name": "subn", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "repl", "string", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subn of Pattern", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "subn", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "repl", "string", "count"], "flags": ["is_overload", "is_decorated"], "fullname": "typing.Pattern.subn", "name": "subn", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "repl", "string", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subn of Pattern", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "subn", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "repl", "string", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subn of Pattern", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "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": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "repl", "string", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Match"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subn of Pattern", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "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": []}]}}}}, "tuple_type": null, "type_vars": ["AnyStr"], "typeddict_type": null}}, "Protocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing.Protocol", "name": "Protocol", "type": "typing._SpecialForm"}}, "Reversible": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__iter__", "__reversed__"], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterable"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.Reversible", "name": "Reversible", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol", "runtime_protocol"], "fullname": "typing.Reversible", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.Reversible", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__reversed__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.Reversible.__reversed__", "name": "__reversed__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Reversible"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reversed__ of Reversible", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__reversed__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Reversible"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reversed__ of Reversible", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__getitem__", "__len__"], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Collection"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Reversible"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.Sequence", "name": "Sequence", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_abstract"], "fullname": "typing.Sequence", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "typing.Sequence.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Sequence"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of Sequence", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "typing.Sequence.__getitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "i"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "typing.Sequence.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Sequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Sequence", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "typing.Sequence.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Sequence"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Sequence", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Sequence"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Sequence", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Sequence"}, "builtins.slice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Sequence", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.Sequence.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of Sequence", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__reversed__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.Sequence.__reversed__", "name": "__reversed__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reversed__ of Sequence", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "typing.Sequence.count", "name": "count", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Sequence"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "count of Sequence", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "value", "start", "stop"], "flags": [], "fullname": "typing.Sequence.index", "name": "index", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "value", "start", "stop"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Sequence"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "index of Sequence", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "Set": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": -1, "fullname": "typing.Set", "line": -1, "no_args": true, "normalized": true, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.set"}}}, "Sized": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__len__"], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "typing.Sized", "name": "Sized", "type_vars": []}, "flags": ["is_abstract", "is_protocol", "runtime_protocol"], "fullname": "typing.Sized", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.Sized", "builtins.object"], "names": {".class": "SymbolTable", "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.Sized.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.Sized"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of Sized", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.Sized"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of Sized", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SupportsAbs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__abs__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.SupportsAbs", "name": "SupportsAbs", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol", "runtime_protocol"], "fullname": "typing.SupportsAbs", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.SupportsAbs", "builtins.object"], "names": {".class": "SymbolTable", "__abs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.SupportsAbs.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.SupportsAbs"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of SupportsAbs", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.SupportsAbs"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of SupportsAbs", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "SupportsBytes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__bytes__"], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "typing.SupportsBytes", "name": "SupportsBytes", "type_vars": []}, "flags": ["is_abstract", "is_protocol", "runtime_protocol"], "fullname": "typing.SupportsBytes", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.SupportsBytes", "builtins.object"], "names": {".class": "SymbolTable", "__bytes__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.SupportsBytes.__bytes__", "name": "__bytes__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing.SupportsBytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__bytes__ of SupportsBytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__bytes__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing.SupportsBytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__bytes__ of SupportsBytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SupportsComplex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__complex__"], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "typing.SupportsComplex", "name": "SupportsComplex", "type_vars": []}, "flags": ["is_abstract", "is_protocol", "runtime_protocol"], "fullname": "typing.SupportsComplex", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.SupportsComplex", "builtins.object"], "names": {".class": "SymbolTable", "__complex__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.SupportsComplex.__complex__", "name": "__complex__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsComplex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__complex__ of SupportsComplex", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__complex__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsComplex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__complex__ of SupportsComplex", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SupportsFloat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__float__"], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "typing.SupportsFloat", "name": "SupportsFloat", "type_vars": []}, "flags": ["is_abstract", "is_protocol", "runtime_protocol"], "fullname": "typing.SupportsFloat", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.SupportsFloat", "builtins.object"], "names": {".class": "SymbolTable", "__float__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.SupportsFloat.__float__", "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__float__ of SupportsFloat", "ret_type": "builtins.float", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsFloat"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__float__ of SupportsFloat", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SupportsIndex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__index__"], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "typing.SupportsIndex", "name": "SupportsIndex", "type_vars": []}, "flags": ["is_abstract", "is_protocol", "runtime_protocol"], "fullname": "typing.SupportsIndex", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.SupportsIndex", "builtins.object"], "names": {".class": "SymbolTable", "__index__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.SupportsIndex.__index__", "name": "__index__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__index__ of SupportsIndex", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__index__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__index__ of SupportsIndex", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SupportsInt": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__int__"], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "typing.SupportsInt", "name": "SupportsInt", "type_vars": []}, "flags": ["is_abstract", "is_protocol", "runtime_protocol"], "fullname": "typing.SupportsInt", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.SupportsInt", "builtins.object"], "names": {".class": "SymbolTable", "__int__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.SupportsInt.__int__", "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsInt"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__int__ of SupportsInt", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.SupportsInt"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__int__ of SupportsInt", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SupportsRound": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__round__"], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.SupportsRound", "name": "SupportsRound", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": ["is_abstract", "is_protocol", "runtime_protocol"], "fullname": "typing.SupportsRound", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.SupportsRound", "builtins.object"], "names": {".class": "SymbolTable", "__round__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "typing.SupportsRound.__round__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "typing.SupportsRound.__round__", "name": "__round__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.SupportsRound"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__round__ of SupportsRound", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__round__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "ndigits"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "typing.SupportsRound.__round__", "name": "__round__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "ndigits"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.SupportsRound"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__round__ of SupportsRound", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__round__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.SupportsRound"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__round__ of SupportsRound", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "ndigits"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.SupportsRound"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__round__ of SupportsRound", "ret_type": {".class": "TypeVarType", "fullname": "typing._T_co", "id": 1, "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "TYPE_CHECKING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "typing.TYPE_CHECKING", "name": "TYPE_CHECKING", "type": "builtins.bool"}}, "Text": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "typing.Text", "line": 481, "no_args": true, "normalized": false, "target": "builtins.str"}}, "TextIO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__enter__", "__exit__", "__iter__", "__next__", "close", "fileno", "flush", "isatty", "read", "readable", "readline", "readlines", "seek", "seekable", "tell", "truncate", "writable", "write", "writelines"], "bases": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.TextIO", "name": "TextIO", "type_vars": []}, "flags": ["is_abstract"], "fullname": "typing.TextIO", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.TextIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing.TextIO.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.TextIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of TextIO", "ret_type": "typing.TextIO", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["typing.TextIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of TextIO", "ret_type": "typing.TextIO", "type_guard": null, "variables": []}}}}, "buffer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing.TextIO.buffer", "name": "buffer", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing.TextIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "buffer of TextIO", "ret_type": "typing.BinaryIO", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "buffer", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing.TextIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "buffer of TextIO", "ret_type": "typing.BinaryIO", "type_guard": null, "variables": []}}}}, "encoding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing.TextIO.encoding", "name": "encoding", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing.TextIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "encoding of TextIO", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "encoding", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing.TextIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "encoding of TextIO", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "errors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing.TextIO.errors", "name": "errors", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing.TextIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "errors of TextIO", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "errors", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing.TextIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "errors of TextIO", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "line_buffering": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing.TextIO.line_buffering", "name": "line_buffering", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing.TextIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "line_buffering of TextIO", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "line_buffering", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing.TextIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "line_buffering of TextIO", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "newlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing.TextIO.newlines", "name": "newlines", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing.TextIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "newlines of TextIO", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "newlines", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing.TextIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "newlines of TextIO", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing.Tuple", "name": "Tuple", "type": "typing._SpecialForm"}}, "Type": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing.Type", "name": "Type", "type": "typing._SpecialForm"}}, "TypeVar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.TypeVar", "name": "TypeVar", "type_vars": []}, "flags": [], "fullname": "typing.TypeVar", "metaclass_type": null, "metadata": {}, "module_name": "typing", "mro": ["typing.TypeVar", "builtins.object"], "names": {".class": "SymbolTable", "__bound__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.TypeVar.__bound__", "name": "__bound__", "type": {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".class": "NoneType"}]}}}, "__constraints__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.TypeVar.__constraints__", "name": "__constraints__", "type": {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}], "type_ref": "builtins.tuple"}}}, "__contravariant__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.TypeVar.__contravariant__", "name": "__contravariant__", "type": "builtins.bool"}}, "__covariant__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.TypeVar.__covariant__", "name": "__covariant__", "type": "builtins.bool"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5, 5, 5], "arg_names": ["self", "name", "constraints", "bound", "covariant", "contravariant"], "flags": [], "fullname": "typing.TypeVar.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5, 5, 5], "arg_names": ["self", "name", "constraints", "bound", "covariant", "contravariant"], "arg_types": ["typing.TypeVar", "builtins.str", {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, "builtins.str"]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TypeVar", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__name__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing.TypeVar.__name__", "name": "__name__", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TypedDict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing.TypedDict", "name": "TypedDict", "type": "builtins.object"}}, "Union": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing.Union", "name": "Union", "type": "typing._SpecialForm"}}, "ValuesView": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["typing.MappingView", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._VT_co", "id": 1, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterable"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing.ValuesView", "name": "ValuesView", "type_vars": [{".class": "TypeVarDef", "fullname": "typing._VT_co", "id": 1, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "flags": [], "fullname": "typing.ValuesView", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing.ValuesView", "typing.MappingView", "typing.Sized", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "typing.ValuesView.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._VT_co", "id": 1, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ValuesView"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of ValuesView", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mapping"], "flags": [], "fullname": "typing.ValuesView.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._VT_co", "id": 1, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ValuesView"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "typing._VT_co", "id": 1, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ValuesView", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.ValuesView.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._VT_co", "id": 1, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ValuesView"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of ValuesView", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._VT_co", "id": 1, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__reversed__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing.ValuesView.__reversed__", "name": "__reversed__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._VT_co", "id": 1, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ValuesView"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__reversed__ of ValuesView", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing._VT_co", "id": 1, "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_VT_co"], "typeddict_type": null}}, "WrapperDescriptorType": {".class": "SymbolTableNode", "cross_ref": "types.WrapperDescriptorType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Alias": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing._Alias", "name": "_Alias", "type_vars": []}, "flags": [], "fullname": "typing._Alias", "metaclass_type": null, "metadata": {}, "module_name": "typing", "mro": ["typing._Alias", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "typeargs"], "flags": [], "fullname": "typing._Alias.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["typing._Alias", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of _Alias", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Collection": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": ["_T_co"], "column": 0, "fullname": "typing._Collection", "line": 305, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_T_co"}], "type_ref": "typing.Collection"}}}, "_F": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "typing._F", "name": "_F", "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", "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}}, "_KT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "typing._KT", "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_KT_co": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "typing._KT_co", "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}}, "_S": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "typing._S", "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_SpecialForm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing._SpecialForm", "name": "_SpecialForm", "type_vars": []}, "flags": [], "fullname": "typing._SpecialForm", "metaclass_type": null, "metadata": {}, "module_name": "typing", "mro": ["typing._SpecialForm", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "typeargs"], "flags": [], "fullname": "typing._SpecialForm.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["typing._SpecialForm", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of _SpecialForm", "ret_type": "builtins.object", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "typing._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_TC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "typing._TC", "name": "_TC", "upper_bound": {".class": "TypeType", "item": "builtins.object"}, "values": [], "variance": 0}}, "_T_co": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "typing._T_co", "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}}, "_T_contra": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "typing._T_contra", "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}}, "_TypedDict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__getitem__", "__iter__", "__len__"], "bases": [{".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "typing.Mapping"}], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "typing._TypedDict", "name": "_TypedDict", "type_vars": []}, "flags": ["is_abstract"], "fullname": "typing._TypedDict", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing", "mro": ["typing._TypedDict", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "k"], "flags": [], "fullname": "typing._TypedDict.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["typing._TypedDict", {".class": "UninhabitedType", "is_noreturn": true}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of TypedDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__ior__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__value"], "flags": [], "fullname": "typing._TypedDict.__ior__", "name": "__ior__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of TypedDict", "ret_type": {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__value"], "flags": [], "fullname": "typing._TypedDict.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__or__ of TypedDict", "ret_type": {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing._TypedDict.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of TypedDict", "ret_type": {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "items": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing._TypedDict.items", "name": "items", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing._TypedDict"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "items of TypedDict", "ret_type": {".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "typing.ItemsView"}, "type_guard": null, "variables": []}}}, "keys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing._TypedDict.keys", "name": "keys", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing._TypedDict"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "keys of TypedDict", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.KeysView"}, "type_guard": null, "variables": []}}}, "pop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "k", "default"], "flags": [], "fullname": "typing._TypedDict.pop", "name": "pop", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "k", "default"], "arg_types": ["typing._TypedDict", {".class": "UninhabitedType", "is_noreturn": true}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop of TypedDict", "ret_type": "builtins.object", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "setdefault": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "k", "default"], "flags": [], "fullname": "typing._TypedDict.setdefault", "name": "setdefault", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "k", "default"], "arg_types": ["typing._TypedDict", {".class": "UninhabitedType", "is_noreturn": true}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setdefault of TypedDict", "ret_type": "builtins.object", "type_guard": null, "variables": []}}}, "update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__m"], "flags": [], "fullname": "typing._TypedDict.update", "name": "update", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of TypedDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing._TypedDict.values", "name": "values", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing._TypedDict"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "values of TypedDict", "ret_type": {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.ValuesView"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_VT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "typing._VT", "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_VT_co": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "typing._VT_co", "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}}, "_V_co": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "typing._V_co", "name": "_V_co", "upper_bound": "builtins.object", "values": [], "variance": 1}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing.__package__", "name": "__package__", "type": "builtins.str"}}, "_get_type_hints_obj_allowed_types": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "typing._get_type_hints_obj_allowed_types", "line": 608, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.object", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_guard": null, "variables": []}, "types.FunctionType", "types.BuiltinFunctionType", "types.MethodType", "types.ModuleType", "types.WrapperDescriptorType", "types.MethodWrapperType", "types.MethodDescriptorType"]}}}, "_promote": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "typing._promote", "name": "_promote", "type": "builtins.object"}}, "abstractmethod": {".class": "SymbolTableNode", "cross_ref": "abc.abstractmethod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "cast": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "typing.cast", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["typ", "val"], "flags": ["is_overload", "is_decorated"], "fullname": "typing.cast", "name": "cast", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["typ", "val"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cast", "ret_type": {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cast", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["typ", "val"], "flags": ["is_overload", "is_decorated"], "fullname": "typing.cast", "name": "cast", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["typ", "val"], "arg_types": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cast", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cast", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["typ", "val"], "flags": ["is_overload", "is_decorated"], "fullname": "typing.cast", "name": "cast", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["typ", "val"], "arg_types": ["builtins.object", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cast", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cast", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["typ", "val"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cast", "ret_type": {".class": "TypeVarType", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["typ", "val"], "arg_types": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cast", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["typ", "val"], "arg_types": ["builtins.object", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cast", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "collections": {".class": "SymbolTableNode", "cross_ref": "collections", "kind": "Gdef", "module_hidden": true, "module_public": false}, "final": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "typing.final", "name": "final", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "TypeVarType", "fullname": "typing._F", "id": -1, "name": "_F", "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "final", "ret_type": {".class": "TypeVarType", "fullname": "typing._F", "id": -1, "name": "_F", "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", "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": "TypeVarDef", "fullname": "typing._F", "id": -1, "name": "_F", "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", "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}]}}}, "get_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tp"], "flags": [], "fullname": "typing.get_args", "name": "get_args", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tp"], "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", "implicit": false, "is_ellipsis_args": false, "name": "get_args", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "get_origin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tp"], "flags": [], "fullname": "typing.get_origin", "name": "get_origin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tp"], "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", "implicit": false, "is_ellipsis_args": false, "name": "get_origin", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "get_type_hints": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["obj", "globalns", "localns", "include_extras"], "flags": [], "fullname": "typing.get_type_hints", "name": "get_type_hints", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["obj", "globalns", "localns", "include_extras"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "typing._get_type_hints_obj_allowed_types"}, {".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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_type_hints", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "no_type_check": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["arg"], "flags": [], "fullname": "typing.no_type_check", "name": "no_type_check", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["arg"], "arg_types": [{".class": "TypeVarType", "fullname": "typing._F", "id": -1, "name": "_F", "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "no_type_check", "ret_type": {".class": "TypeVarType", "fullname": "typing._F", "id": -1, "name": "_F", "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", "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": "TypeVarDef", "fullname": "typing._F", "id": -1, "name": "_F", "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", "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}]}}}, "no_type_check_decorator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["decorator"], "flags": [], "fullname": "typing.no_type_check_decorator", "name": "no_type_check_decorator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["decorator"], "arg_types": [{".class": "TypeVarType", "fullname": "typing._F", "id": -1, "name": "_F", "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "no_type_check_decorator", "ret_type": {".class": "TypeVarType", "fullname": "typing._F", "id": -1, "name": "_F", "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", "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": "TypeVarDef", "fullname": "typing._F", "id": -1, "name": "_F", "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", "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}]}}}, "overload": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func"], "flags": [], "fullname": "typing.overload", "name": "overload", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["func"], "arg_types": [{".class": "TypeVarType", "fullname": "typing._F", "id": -1, "name": "_F", "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "overload", "ret_type": {".class": "TypeVarType", "fullname": "typing._F", "id": -1, "name": "_F", "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", "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": "TypeVarDef", "fullname": "typing._F", "id": -1, "name": "_F", "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", "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}]}}}, "runtime_checkable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": [], "fullname": "typing.runtime_checkable", "name": "runtime_checkable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeVarType", "fullname": "typing._TC", "id": -1, "name": "_TC", "upper_bound": {".class": "TypeType", "item": "builtins.object"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runtime_checkable", "ret_type": {".class": "TypeVarType", "fullname": "typing._TC", "id": -1, "name": "_TC", "upper_bound": {".class": "TypeType", "item": "builtins.object"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing._TC", "id": -1, "name": "_TC", "upper_bound": {".class": "TypeType", "item": "builtins.object"}, "values": [], "variance": 0}]}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "type_check_only": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["func_or_cls"], "flags": [], "fullname": "typing.type_check_only", "name": "type_check_only", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["func_or_cls"], "arg_types": [{".class": "TypeVarType", "fullname": "typing._F", "id": -1, "name": "_F", "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "type_check_only", "ret_type": {".class": "TypeVarType", "fullname": "typing._F", "id": -1, "name": "_F", "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", "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": "TypeVarDef", "fullname": "typing._F", "id": -1, "name": "_F", "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", "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}]}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/typing.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/typing.meta.json b/.mypy_cache/3.9/typing.meta.json deleted file mode 100644 index 56dd2d217..000000000 --- a/.mypy_cache/3.9/typing.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000169, "dep_lines": [1, 2, 3, 4, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 30], "dependencies": ["collections", "sys", "abc", "types", "builtins", "typing_extensions"], "hash": "dc0a04a66f5543d3526ff41a2a692a086dcd88ce803f05134d4167f3ac1efb17", "id": "typing", "ignore_all": true, "interface_hash": "b62c8162fc88fb14b598181f7e43ebb190829e1c3c9bbe161d0e780e5ba2c0ce", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/typing.pyi", "plugin_data": null, "size": 25751, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/typing_extensions.data.json b/.mypy_cache/3.9/typing_extensions.data.json deleted file mode 100644 index 95c5b91c5..000000000 --- a/.mypy_cache/3.9/typing_extensions.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "typing_extensions", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Annotated": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing_extensions.Annotated", "name": "Annotated", "type": "typing_extensions._SpecialForm"}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "AsyncContextManager": {".class": "SymbolTableNode", "cross_ref": "typing.AsyncContextManager", "kind": "Gdef"}, "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"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ChainMap": {".class": "SymbolTableNode", "cross_ref": "typing.ChainMap", "kind": "Gdef"}, "ClassVar": {".class": "SymbolTableNode", "cross_ref": "typing.ClassVar", "kind": "Gdef"}, "Concatenate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing_extensions.Concatenate", "name": "Concatenate", "type": "typing_extensions._SpecialForm"}}, "ContextManager": {".class": "SymbolTableNode", "cross_ref": "typing.ContextManager", "kind": "Gdef"}, "Coroutine": {".class": "SymbolTableNode", "cross_ref": "typing.Coroutine", "kind": "Gdef"}, "Counter": {".class": "SymbolTableNode", "cross_ref": "typing.Counter", "kind": "Gdef"}, "DefaultDict": {".class": "SymbolTableNode", "cross_ref": "typing.DefaultDict", "kind": "Gdef"}, "Deque": {".class": "SymbolTableNode", "cross_ref": "typing.Deque", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Final": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing_extensions.Final", "name": "Final", "type": "typing_extensions._SpecialForm"}}, "IntVar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "typing_extensions.IntVar", "name": "IntVar", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "IntVar", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "ItemsView": {".class": "SymbolTableNode", "cross_ref": "typing.ItemsView", "kind": "Gdef", "module_hidden": true, "module_public": false}, "KeysView": {".class": "SymbolTableNode", "cross_ref": "typing.KeysView", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing_extensions.Literal", "name": "Literal", "type": "typing_extensions._SpecialForm"}}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NewType": {".class": "SymbolTableNode", "cross_ref": "typing.NewType", "kind": "Gdef"}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "OrderedDict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "typing_extensions.OrderedDict", "name": "OrderedDict", "type": "typing._Alias"}}, "ParamSpec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing_extensions.ParamSpec", "name": "ParamSpec", "type_vars": []}, "flags": [], "fullname": "typing_extensions.ParamSpec", "metaclass_type": null, "metadata": {}, "module_name": "typing_extensions", "mro": ["typing_extensions.ParamSpec", "builtins.object"], "names": {".class": "SymbolTable", "__bound__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing_extensions.ParamSpec.__bound__", "name": "__bound__", "type": {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".class": "NoneType"}]}}}, "__contravariant__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing_extensions.ParamSpec.__contravariant__", "name": "__contravariant__", "type": "builtins.bool"}}, "__covariant__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing_extensions.ParamSpec.__covariant__", "name": "__covariant__", "type": "builtins.bool"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["self", "name", "bound", "contravariant", "covariant"], "flags": [], "fullname": "typing_extensions.ParamSpec.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5], "arg_names": ["self", "name", "bound", "contravariant", "covariant"], "arg_types": ["typing_extensions.ParamSpec", "builtins.str", {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, "builtins.str"]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ParamSpec", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__name__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing_extensions.ParamSpec.__name__", "name": "__name__", "type": "builtins.str"}}, "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing_extensions.ParamSpec.args", "name": "args", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing_extensions.ParamSpec"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "args of ParamSpec", "ret_type": "typing_extensions.ParamSpecArgs", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "args", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing_extensions.ParamSpec"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "args of ParamSpec", "ret_type": "typing_extensions.ParamSpecArgs", "type_guard": null, "variables": []}}}}, "kwargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "typing_extensions.ParamSpec.kwargs", "name": "kwargs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing_extensions.ParamSpec"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kwargs of ParamSpec", "ret_type": "typing_extensions.ParamSpecKwargs", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "kwargs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing_extensions.ParamSpec"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kwargs of ParamSpec", "ret_type": "typing_extensions.ParamSpecKwargs", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ParamSpecArgs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing_extensions.ParamSpecArgs", "name": "ParamSpecArgs", "type_vars": []}, "flags": [], "fullname": "typing_extensions.ParamSpecArgs", "metaclass_type": null, "metadata": {}, "module_name": "typing_extensions", "mro": ["typing_extensions.ParamSpecArgs", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "origin"], "flags": [], "fullname": "typing_extensions.ParamSpecArgs.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "origin"], "arg_types": ["typing_extensions.ParamSpecArgs", "typing_extensions.ParamSpec"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ParamSpecArgs", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__origin__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing_extensions.ParamSpecArgs.__origin__", "name": "__origin__", "type": "typing_extensions.ParamSpec"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ParamSpecKwargs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing_extensions.ParamSpecKwargs", "name": "ParamSpecKwargs", "type_vars": []}, "flags": [], "fullname": "typing_extensions.ParamSpecKwargs", "metaclass_type": null, "metadata": {}, "module_name": "typing_extensions", "mro": ["typing_extensions.ParamSpecKwargs", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "origin"], "flags": [], "fullname": "typing_extensions.ParamSpecKwargs.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "origin"], "arg_types": ["typing_extensions.ParamSpecKwargs", "typing_extensions.ParamSpec"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ParamSpecKwargs", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__origin__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "typing_extensions.ParamSpecKwargs.__origin__", "name": "__origin__", "type": "typing_extensions.ParamSpec"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Protocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing_extensions.Protocol", "name": "Protocol", "type": "typing_extensions._SpecialForm"}}, "SupportsIndex": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__index__"], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "typing_extensions.SupportsIndex", "name": "SupportsIndex", "type_vars": []}, "flags": ["is_abstract", "is_protocol", "runtime_protocol"], "fullname": "typing_extensions.SupportsIndex", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing_extensions", "mro": ["typing_extensions.SupportsIndex", "builtins.object"], "names": {".class": "SymbolTable", "__index__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "typing_extensions.SupportsIndex.__index__", "name": "__index__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__index__ of SupportsIndex", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__index__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__index__ of SupportsIndex", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TYPE_CHECKING": {".class": "SymbolTableNode", "cross_ref": "typing.TYPE_CHECKING", "kind": "Gdef"}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef"}, "TypeAlias": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing_extensions.TypeAlias", "name": "TypeAlias", "type": "typing_extensions._SpecialForm"}}, "TypeGuard": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing_extensions.TypeGuard", "name": "TypeGuard", "type": "typing_extensions._SpecialForm"}}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypedDict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing_extensions.TypedDict", "name": "TypedDict", "type": "builtins.object"}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ValuesView": {".class": "SymbolTableNode", "cross_ref": "typing.ValuesView", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Alias": {".class": "SymbolTableNode", "cross_ref": "typing._Alias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_AnnotatedAlias": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing_extensions._AnnotatedAlias", "name": "_AnnotatedAlias", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "_F": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "typing_extensions._F", "name": "_F", "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", "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}}, "_SpecialForm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "typing_extensions._SpecialForm", "name": "_SpecialForm", "type_vars": []}, "flags": [], "fullname": "typing_extensions._SpecialForm", "metaclass_type": null, "metadata": {}, "module_name": "typing_extensions", "mro": ["typing_extensions._SpecialForm", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "typeargs"], "flags": [], "fullname": "typing_extensions._SpecialForm.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["typing_extensions._SpecialForm", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of _SpecialForm", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "typing_extensions._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_TC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "typing_extensions._TC", "name": "_TC", "upper_bound": {".class": "TypeType", "item": "builtins.object"}, "values": [], "variance": 0}}, "_TypedDict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__getitem__", "__iter__", "__len__"], "bases": [{".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "typing.Mapping"}], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "typing_extensions._TypedDict", "name": "_TypedDict", "type_vars": []}, "flags": ["is_abstract"], "fullname": "typing_extensions._TypedDict", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "typing_extensions", "mro": ["typing_extensions._TypedDict", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "k"], "flags": [], "fullname": "typing_extensions._TypedDict.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["typing_extensions._TypedDict", {".class": "UninhabitedType", "is_noreturn": true}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of TypedDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing_extensions._TypedDict.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "typing_extensions._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of TypedDict", "ret_type": {".class": "TypeVarType", "fullname": "typing_extensions._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing_extensions._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "items": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing_extensions._TypedDict.items", "name": "items", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing_extensions._TypedDict"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "items of TypedDict", "ret_type": {".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "typing.ItemsView"}, "type_guard": null, "variables": []}}}, "keys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing_extensions._TypedDict.keys", "name": "keys", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing_extensions._TypedDict"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "keys of TypedDict", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.KeysView"}, "type_guard": null, "variables": []}}}, "pop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "k", "default"], "flags": [], "fullname": "typing_extensions._TypedDict.pop", "name": "pop", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "k", "default"], "arg_types": ["typing_extensions._TypedDict", {".class": "UninhabitedType", "is_noreturn": true}, {".class": "TypeVarType", "fullname": "typing_extensions._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pop of TypedDict", "ret_type": "builtins.object", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing_extensions._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "setdefault": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "k", "default"], "flags": [], "fullname": "typing_extensions._TypedDict.setdefault", "name": "setdefault", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "k", "default"], "arg_types": ["typing_extensions._TypedDict", {".class": "UninhabitedType", "is_noreturn": true}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setdefault of TypedDict", "ret_type": "builtins.object", "type_guard": null, "variables": []}}}, "update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__m"], "flags": [], "fullname": "typing_extensions._TypedDict.update", "name": "update", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "TypeVarType", "fullname": "typing_extensions._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "typing_extensions._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update of TypedDict", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing_extensions._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "typing_extensions._TypedDict.values", "name": "values", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["typing_extensions._TypedDict"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "values of TypedDict", "ret_type": {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.ValuesView"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing_extensions.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing_extensions.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing_extensions.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "typing_extensions.__package__", "name": "__package__", "type": "builtins.str"}}, "abc": {".class": "SymbolTableNode", "cross_ref": "abc", "kind": "Gdef", "module_hidden": true, "module_public": false}, "final": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["f"], "flags": [], "fullname": "typing_extensions.final", "name": "final", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["f"], "arg_types": [{".class": "TypeVarType", "fullname": "typing_extensions._F", "id": -1, "name": "_F", "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "final", "ret_type": {".class": "TypeVarType", "fullname": "typing_extensions._F", "id": -1, "name": "_F", "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", "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": "TypeVarDef", "fullname": "typing_extensions._F", "id": -1, "name": "_F", "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", "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}]}}}, "get_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tp"], "flags": [], "fullname": "typing_extensions.get_args", "name": "get_args", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tp"], "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", "implicit": false, "is_ellipsis_args": false, "name": "get_args", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "get_origin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tp"], "flags": [], "fullname": "typing_extensions.get_origin", "name": "get_origin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tp"], "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", "implicit": false, "is_ellipsis_args": false, "name": "get_origin", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "get_type_hints": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["obj", "globalns", "localns", "include_extras"], "flags": [], "fullname": "typing_extensions.get_type_hints", "name": "get_type_hints", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["obj", "globalns", "localns", "include_extras"], "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", "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": "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": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_type_hints", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef"}, "runtime": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "typing_extensions.runtime", "name": "runtime", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeVarType", "fullname": "typing_extensions._TC", "id": -1, "name": "_TC", "upper_bound": {".class": "TypeType", "item": "builtins.object"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "typing_extensions._TC", "id": -1, "name": "_TC", "upper_bound": {".class": "TypeType", "item": "builtins.object"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing_extensions._TC", "id": -1, "name": "_TC", "upper_bound": {".class": "TypeType", "item": "builtins.object"}, "values": [], "variance": 0}]}}}, "runtime_checkable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": [], "fullname": "typing_extensions.runtime_checkable", "name": "runtime_checkable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeVarType", "fullname": "typing_extensions._TC", "id": -1, "name": "_TC", "upper_bound": {".class": "TypeType", "item": "builtins.object"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runtime_checkable", "ret_type": {".class": "TypeVarType", "fullname": "typing_extensions._TC", "id": -1, "name": "_TC", "upper_bound": {".class": "TypeType", "item": "builtins.object"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing_extensions._TC", "id": -1, "name": "_TC", "upper_bound": {".class": "TypeType", "item": "builtins.object"}, "values": [], "variance": 0}]}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/typing_extensions.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/typing_extensions.meta.json b/.mypy_cache/3.9/typing_extensions.meta.json deleted file mode 100644 index 22d8b9b25..000000000 --- a/.mypy_cache/3.9/typing_extensions.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000169, "dep_lines": [1, 2, 3, 1], "dep_prios": [10, 10, 5, 5], "dependencies": ["abc", "sys", "typing", "builtins"], "hash": "307fa07f810ae45b072153f5c1567f63305825838148f6481fd4740861f7d35a", "id": "typing_extensions", "ignore_all": true, "interface_hash": "6dcff7f564ae5e56eba855b6250b8bc8a46e10fdaf0b6ed863fa5ceebb752636", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/typing_extensions.pyi", "plugin_data": null, "size": 4039, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/unicodedata.data.json b/.mypy_cache/3.9/unicodedata.data.json deleted file mode 100644 index c371b7a5a..000000000 --- a/.mypy_cache/3.9/unicodedata.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "unicodedata", "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}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "UCD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "unicodedata.UCD", "name": "UCD", "type_vars": []}, "flags": [], "fullname": "unicodedata.UCD", "metaclass_type": null, "metadata": {}, "module_name": "unicodedata", "mro": ["unicodedata.UCD", "builtins.object"], "names": {".class": "SymbolTable", "bidirectional": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__chr"], "flags": [], "fullname": "unicodedata.UCD.bidirectional", "name": "bidirectional", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["unicodedata.UCD", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bidirectional of UCD", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "category": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__chr"], "flags": [], "fullname": "unicodedata.UCD.category", "name": "category", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["unicodedata.UCD", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "category of UCD", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "combining": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__chr"], "flags": [], "fullname": "unicodedata.UCD.combining", "name": "combining", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["unicodedata.UCD", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "combining of UCD", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "decimal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__chr", "__default"], "flags": [], "fullname": "unicodedata.UCD.decimal", "name": "decimal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, null], "arg_types": ["unicodedata.UCD", "builtins.str", {".class": "TypeVarType", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decimal of UCD", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "TypeVarType", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "decomposition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__chr"], "flags": [], "fullname": "unicodedata.UCD.decomposition", "name": "decomposition", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["unicodedata.UCD", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decomposition of UCD", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "digit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__chr", "__default"], "flags": [], "fullname": "unicodedata.UCD.digit", "name": "digit", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, null], "arg_types": ["unicodedata.UCD", "builtins.str", {".class": "TypeVarType", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "digit of UCD", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "TypeVarType", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "east_asian_width": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__chr"], "flags": [], "fullname": "unicodedata.UCD.east_asian_width", "name": "east_asian_width", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["unicodedata.UCD", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "east_asian_width of UCD", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "lookup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__name"], "flags": [], "fullname": "unicodedata.UCD.lookup", "name": "lookup", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["unicodedata.UCD", {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lookup of UCD", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "mirrored": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__chr"], "flags": [], "fullname": "unicodedata.UCD.mirrored", "name": "mirrored", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["unicodedata.UCD", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mirrored of UCD", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__chr", "__default"], "flags": [], "fullname": "unicodedata.UCD.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, null], "arg_types": ["unicodedata.UCD", "builtins.str", {".class": "TypeVarType", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of UCD", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "TypeVarType", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "normalize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "__form", "__unistr"], "flags": [], "fullname": "unicodedata.UCD.normalize", "name": "normalize", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["unicodedata.UCD", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normalize of UCD", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "numeric": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "__chr", "__default"], "flags": [], "fullname": "unicodedata.UCD.numeric", "name": "numeric", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", null, null], "arg_types": ["unicodedata.UCD", "builtins.str", {".class": "TypeVarType", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "numeric of UCD", "ret_type": {".class": "UnionType", "items": ["builtins.float", {".class": "TypeVarType", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "unidata_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unicodedata.UCD.unidata_version", "name": "unidata_version", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "unicodedata._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unicodedata.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unicodedata.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unicodedata.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unicodedata.__package__", "name": "__package__", "type": "builtins.str"}}, "bidirectional": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__chr"], "flags": [], "fullname": "unicodedata.bidirectional", "name": "bidirectional", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bidirectional", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "category": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__chr"], "flags": [], "fullname": "unicodedata.category", "name": "category", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "category", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "combining": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__chr"], "flags": [], "fullname": "unicodedata.combining", "name": "combining", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "combining", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "decimal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["__chr", "__default"], "flags": [], "fullname": "unicodedata.decimal", "name": "decimal", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": [null, null], "arg_types": ["builtins.str", {".class": "TypeVarType", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decimal", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "TypeVarType", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "decomposition": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__chr"], "flags": [], "fullname": "unicodedata.decomposition", "name": "decomposition", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decomposition", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "digit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["__chr", "__default"], "flags": [], "fullname": "unicodedata.digit", "name": "digit", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": [null, null], "arg_types": ["builtins.str", {".class": "TypeVarType", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "digit", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "TypeVarType", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "east_asian_width": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__chr"], "flags": [], "fullname": "unicodedata.east_asian_width", "name": "east_asian_width", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "east_asian_width", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "is_normalized": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__form", "__unistr"], "flags": [], "fullname": "unicodedata.is_normalized", "name": "is_normalized", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_normalized", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "lookup": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__name"], "flags": [], "fullname": "unicodedata.lookup", "name": "lookup", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lookup", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "mirrored": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__chr"], "flags": [], "fullname": "unicodedata.mirrored", "name": "mirrored", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mirrored", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["__chr", "__default"], "flags": [], "fullname": "unicodedata.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": [null, null], "arg_types": ["builtins.str", {".class": "TypeVarType", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "TypeVarType", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "normalize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__form", "__unistr"], "flags": [], "fullname": "unicodedata.normalize", "name": "normalize", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "normalize", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "numeric": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["__chr", "__default"], "flags": [], "fullname": "unicodedata.numeric", "name": "numeric", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": [null, null], "arg_types": ["builtins.str", {".class": "TypeVarType", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "numeric", "ret_type": {".class": "UnionType", "items": ["builtins.float", {".class": "TypeVarType", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "unicodedata._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ucd_3_2_0": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unicodedata.ucd_3_2_0", "name": "ucd_3_2_0", "type": "unicodedata.UCD"}}, "ucnhash_CAPI": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unicodedata.ucnhash_CAPI", "name": "ucnhash_CAPI", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "unidata_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unicodedata.unidata_version", "name": "unidata_version", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/unicodedata.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/unicodedata.meta.json b/.mypy_cache/3.9/unicodedata.meta.json deleted file mode 100644 index 5e96d95df..000000000 --- a/.mypy_cache/3.9/unicodedata.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "67b19298a6750f371b8fde22979e8338e77286a3ba44136e02dea73475e0b33d", "id": "unicodedata", "ignore_all": true, "interface_hash": "993b8e4ae98410a53b300ce39657699893b52a5d323d147520f1477a153d75de", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/unicodedata.pyi", "plugin_data": null, "size": 1794, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/unittest/__init__.data.json b/.mypy_cache/3.9/unittest/__init__.data.json deleted file mode 100644 index 20df63bc9..000000000 --- a/.mypy_cache/3.9/unittest/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "unittest", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "BaseTestSuite": {".class": "SymbolTableNode", "cross_ref": "unittest.suite.BaseTestSuite", "kind": "Gdef"}, "FunctionTestCase": {".class": "SymbolTableNode", "cross_ref": "unittest.case.FunctionTestCase", "kind": "Gdef"}, "IsolatedAsyncioTestCase": {".class": "SymbolTableNode", "cross_ref": "unittest.async_case.IsolatedAsyncioTestCase", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SkipTest": {".class": "SymbolTableNode", "cross_ref": "unittest.case.SkipTest", "kind": "Gdef"}, "TestCase": {".class": "SymbolTableNode", "cross_ref": "unittest.case.TestCase", "kind": "Gdef"}, "TestLoader": {".class": "SymbolTableNode", "cross_ref": "unittest.loader.TestLoader", "kind": "Gdef"}, "TestProgram": {".class": "SymbolTableNode", "cross_ref": "unittest.main.TestProgram", "kind": "Gdef"}, "TestResult": {".class": "SymbolTableNode", "cross_ref": "unittest.result.TestResult", "kind": "Gdef"}, "TestSuite": {".class": "SymbolTableNode", "cross_ref": "unittest.suite.TestSuite", "kind": "Gdef"}, "TextTestResult": {".class": "SymbolTableNode", "cross_ref": "unittest.runner.TextTestResult", "kind": "Gdef"}, "TextTestRunner": {".class": "SymbolTableNode", "cross_ref": "unittest.runner.TextTestRunner", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.__package__", "name": "__package__", "type": "builtins.str"}}, "addModuleCleanup": {".class": "SymbolTableNode", "cross_ref": "unittest.case.addModuleCleanup", "kind": "Gdef"}, "defaultTestLoader": {".class": "SymbolTableNode", "cross_ref": "unittest.loader.defaultTestLoader", "kind": "Gdef"}, "expectedFailure": {".class": "SymbolTableNode", "cross_ref": "unittest.case.expectedFailure", "kind": "Gdef"}, "findTestCases": {".class": "SymbolTableNode", "cross_ref": "unittest.loader.findTestCases", "kind": "Gdef"}, "getTestCaseNames": {".class": "SymbolTableNode", "cross_ref": "unittest.loader.getTestCaseNames", "kind": "Gdef"}, "installHandler": {".class": "SymbolTableNode", "cross_ref": "unittest.signals.installHandler", "kind": "Gdef"}, "load_tests": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["loader", "tests", "pattern"], "flags": [], "fullname": "unittest.load_tests", "name": "load_tests", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["loader", "tests", "pattern"], "arg_types": ["unittest.loader.TestLoader", "unittest.suite.TestSuite", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_tests", "ret_type": "unittest.suite.TestSuite", "type_guard": null, "variables": []}}}, "main": {".class": "SymbolTableNode", "cross_ref": "unittest.main.main", "kind": "Gdef"}, "makeSuite": {".class": "SymbolTableNode", "cross_ref": "unittest.loader.makeSuite", "kind": "Gdef"}, "registerResult": {".class": "SymbolTableNode", "cross_ref": "unittest.signals.registerResult", "kind": "Gdef"}, "removeHandler": {".class": "SymbolTableNode", "cross_ref": "unittest.signals.removeHandler", "kind": "Gdef"}, "removeResult": {".class": "SymbolTableNode", "cross_ref": "unittest.signals.removeResult", "kind": "Gdef"}, "skip": {".class": "SymbolTableNode", "cross_ref": "unittest.case.skip", "kind": "Gdef"}, "skipIf": {".class": "SymbolTableNode", "cross_ref": "unittest.case.skipIf", "kind": "Gdef"}, "skipUnless": {".class": "SymbolTableNode", "cross_ref": "unittest.case.skipUnless", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/unittest/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/unittest/__init__.meta.json b/.mypy_cache/3.9/unittest/__init__.meta.json deleted file mode 100644 index d7bbd6ed3..000000000 --- a/.mypy_cache/3.9/unittest/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 5, 18, 19, 20, 21, 22, 23, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 30], "dependencies": ["sys", "typing", "unittest.async_case", "unittest.case", "unittest.loader", "unittest.main", "unittest.result", "unittest.runner", "unittest.signals", "unittest.suite", "builtins", "abc"], "hash": "0646ff24e8574391b30ee1af9dc52890e5ad318f7e3ab517c71422619cad35bd", "id": "unittest", "ignore_all": true, "interface_hash": "31b3923c93f755ee8419c9dd0715b34f9f39df22952f4003061df89165660757", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/unittest/__init__.pyi", "plugin_data": null, "size": 689, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/unittest/async_case.data.json b/.mypy_cache/3.9/unittest/async_case.data.json deleted file mode 100644 index a39557bc7..000000000 --- a/.mypy_cache/3.9/unittest/async_case.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "unittest.async_case", "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}, "Awaitable": {".class": "SymbolTableNode", "cross_ref": "typing.Awaitable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IsolatedAsyncioTestCase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["unittest.case.TestCase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "unittest.async_case.IsolatedAsyncioTestCase", "name": "IsolatedAsyncioTestCase", "type_vars": []}, "flags": [], "fullname": "unittest.async_case.IsolatedAsyncioTestCase", "metaclass_type": null, "metadata": {}, "module_name": "unittest.async_case", "mro": ["unittest.async_case.IsolatedAsyncioTestCase", "unittest.case.TestCase", "builtins.object"], "names": {".class": "SymbolTable", "addAsyncCleanup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "__func", "args", "kwargs"], "flags": [], "fullname": "unittest.async_case.IsolatedAsyncioTestCase.addAsyncCleanup", "name": "addAsyncCleanup", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", null, "args", "kwargs"], "arg_types": ["unittest.async_case.IsolatedAsyncioTestCase", {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}, {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addAsyncCleanup of IsolatedAsyncioTestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "asyncSetUp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_coroutine"], "fullname": "unittest.async_case.IsolatedAsyncioTestCase.asyncSetUp", "name": "asyncSetUp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.async_case.IsolatedAsyncioTestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asyncSetUp of IsolatedAsyncioTestCase", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}], "type_ref": "typing.Coroutine"}, "type_guard": null, "variables": []}}}, "asyncTearDown": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_coroutine"], "fullname": "unittest.async_case.IsolatedAsyncioTestCase.asyncTearDown", "name": "asyncTearDown", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.async_case.IsolatedAsyncioTestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "asyncTearDown of IsolatedAsyncioTestCase", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}], "type_ref": "typing.Coroutine"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TestCase": {".class": "SymbolTableNode", "cross_ref": "unittest.case.TestCase", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.async_case.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.async_case.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.async_case.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.async_case.__package__", "name": "__package__", "type": "builtins.str"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/unittest/async_case.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/unittest/async_case.meta.json b/.mypy_cache/3.9/unittest/async_case.meta.json deleted file mode 100644 index 1f77eda09..000000000 --- a/.mypy_cache/3.9/unittest/async_case.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 4, 1, 1], "dep_prios": [10, 5, 5, 5, 30], "dependencies": ["sys", "typing", "unittest.case", "builtins", "abc"], "hash": "f052fb147a3d7f96403b5bde5a5842eabd565e90b8241499f63006af9541ae1b", "id": "unittest.async_case", "ignore_all": true, "interface_hash": "84dcb8c285781ac12b264cb33f4372db3c9c802ccbaef3c68d92ca7581b78882", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/unittest/async_case.pyi", "plugin_data": null, "size": 372, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/unittest/case.data.json b/.mypy_cache/3.9/unittest/case.data.json deleted file mode 100644 index e3342c6f2..000000000 --- a/.mypy_cache/3.9/unittest/case.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "unittest.case", "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}, "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Container": {".class": "SymbolTableNode", "cross_ref": "typing.Container", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ContextManager": {".class": "SymbolTableNode", "cross_ref": "typing.ContextManager", "kind": "Gdef", "module_hidden": true, "module_public": false}, "FunctionTestCase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["unittest.case.TestCase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "unittest.case.FunctionTestCase", "name": "FunctionTestCase", "type_vars": []}, "flags": [], "fullname": "unittest.case.FunctionTestCase", "metaclass_type": null, "metadata": {}, "module_name": "unittest.case", "mro": ["unittest.case.FunctionTestCase", "unittest.case.TestCase", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "testFunc", "setUp", "tearDown", "description"], "flags": [], "fullname": "unittest.case.FunctionTestCase.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "testFunc", "setUp", "tearDown", "description"], "arg_types": ["unittest.case.FunctionTestCase", {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FunctionTestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "runTest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.case.FunctionTestCase.runTest", "name": "runTest", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.case.FunctionTestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runTest of FunctionTestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "GenericAlias": {".class": "SymbolTableNode", "cross_ref": "types.GenericAlias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Pattern": {".class": "SymbolTableNode", "cross_ref": "typing.Pattern", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.AbstractSet", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SkipTest": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "unittest.case.SkipTest", "name": "SkipTest", "type_vars": []}, "flags": [], "fullname": "unittest.case.SkipTest", "metaclass_type": null, "metadata": {}, "module_name": "unittest.case", "mro": ["unittest.case.SkipTest", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "reason"], "flags": [], "fullname": "unittest.case.SkipTest.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "reason"], "arg_types": ["unittest.case.SkipTest", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SkipTest", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TestCase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "unittest.case.TestCase", "name": "TestCase", "type_vars": []}, "flags": [], "fullname": "unittest.case.TestCase", "metaclass_type": null, "metadata": {}, "module_name": "unittest.case", "mro": ["unittest.case.TestCase", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "result"], "flags": [], "fullname": "unittest.case.TestCase.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "result"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": ["unittest.result.TestResult", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of TestCase", "ret_type": {".class": "UnionType", "items": ["unittest.result.TestResult", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "methodName"], "flags": [], "fullname": "unittest.case.TestCase.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "methodName"], "arg_types": ["unittest.case.TestCase", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_addSkip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "result", "test_case", "reason"], "flags": [], "fullname": "unittest.case.TestCase._addSkip", "name": "_addSkip", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "result", "test_case", "reason"], "arg_types": ["unittest.case.TestCase", "unittest.result.TestResult", "unittest.case.TestCase", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_addSkip of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_formatMessage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "msg", "standardMsg"], "flags": [], "fullname": "unittest.case.TestCase._formatMessage", "name": "_formatMessage", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "msg", "standardMsg"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_formatMessage of TestCase", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_getAssertEqualityFunc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "first", "second"], "flags": [], "fullname": "unittest.case.TestCase._getAssertEqualityFunc", "name": "_getAssertEqualityFunc", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "first", "second"], "arg_types": ["unittest.case.TestCase", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_getAssertEqualityFunc of TestCase", "ret_type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, "type_guard": null, "variables": []}}}, "_testMethodDoc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.case.TestCase._testMethodDoc", "name": "_testMethodDoc", "type": "builtins.str"}}, "_testMethodName": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.case.TestCase._testMethodName", "name": "_testMethodName", "type": "builtins.str"}}, "addClassCleanup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["cls", "__function", "args", "kwargs"], "flags": ["is_class", "is_decorated"], "fullname": "unittest.case.TestCase.addClassCleanup", "name": "addClassCleanup", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["cls", null, "args", "kwargs"], "arg_types": [{".class": "TypeType", "item": "unittest.case.TestCase"}, {".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", "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": "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": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addClassCleanup of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "addClassCleanup", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["cls", null, "args", "kwargs"], "arg_types": [{".class": "TypeType", "item": "unittest.case.TestCase"}, {".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", "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": "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": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addClassCleanup of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "addCleanup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "__function", "args", "kwargs"], "flags": [], "fullname": "unittest.case.TestCase.addCleanup", "name": "addCleanup", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", null, "args", "kwargs"], "arg_types": ["unittest.case.TestCase", {".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", "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": "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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addCleanup of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "addTypeEqualityFunc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "typeobj", "function"], "flags": [], "fullname": "unittest.case.TestCase.addTypeEqualityFunc", "name": "addTypeEqualityFunc", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "typeobj", "function"], "arg_types": ["unittest.case.TestCase", {".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addTypeEqualityFunc of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertAlmostEqual": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "unittest.case.TestCase.assertAlmostEqual", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "first", "second", "places", "msg", "delta"], "flags": ["is_overload", "is_decorated"], "fullname": "unittest.case.TestCase.assertAlmostEqual", "name": "assertAlmostEqual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "first", "second", "places", "msg", "delta"], "arg_types": ["unittest.case.TestCase", "builtins.float", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertAlmostEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "assertAlmostEqual", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "first", "second", "places", "msg", "delta"], "flags": ["is_overload", "is_decorated"], "fullname": "unittest.case.TestCase.assertAlmostEqual", "name": "assertAlmostEqual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "first", "second", "places", "msg", "delta"], "arg_types": ["unittest.case.TestCase", "datetime.datetime", "datetime.datetime", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["datetime.timedelta", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertAlmostEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "assertAlmostEqual", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "first", "second", "places", "msg", "delta"], "arg_types": ["unittest.case.TestCase", "builtins.float", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertAlmostEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "first", "second", "places", "msg", "delta"], "arg_types": ["unittest.case.TestCase", "datetime.datetime", "datetime.datetime", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["datetime.timedelta", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertAlmostEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "assertAlmostEquals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "first", "second", "places", "msg", "delta"], "flags": [], "fullname": "unittest.case.TestCase.assertAlmostEquals", "name": "assertAlmostEquals", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "first", "second", "places", "msg", "delta"], "arg_types": ["unittest.case.TestCase", "builtins.float", "builtins.float", "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertAlmostEquals of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertCountEqual": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "first", "second", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertCountEqual", "name": "assertCountEqual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "first", "second", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertCountEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertDictContainsSubset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "subset", "dictionary", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertDictContainsSubset", "name": "assertDictContainsSubset", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "subset", "dictionary", "msg"], "arg_types": ["unittest.case.TestCase", {".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": "typing.Mapping"}, {".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": "typing.Mapping"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertDictContainsSubset of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertDictEqual": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "d1", "d2", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertDictEqual", "name": "assertDictEqual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "d1", "d2", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.object"], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.object"], "type_ref": "typing.Mapping"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertDictEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertEqual": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "first", "second", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertEqual", "name": "assertEqual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "first", "second", "msg"], "arg_types": ["unittest.case.TestCase", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertEquals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "first", "second", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertEquals", "name": "assertEquals", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "first", "second", "msg"], "arg_types": ["unittest.case.TestCase", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertEquals of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertFalse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "expr", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertFalse", "name": "assertFalse", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "expr", "msg"], "arg_types": ["unittest.case.TestCase", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertFalse of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertGreater": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "a", "b", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertGreater", "name": "assertGreater", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "a", "b", "msg"], "arg_types": ["unittest.case.TestCase", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertGreater of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertGreaterEqual": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "a", "b", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertGreaterEqual", "name": "assertGreaterEqual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "a", "b", "msg"], "arg_types": ["unittest.case.TestCase", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertGreaterEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertIn": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "member", "container", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertIn", "name": "assertIn", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "member", "container", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Container"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertIn of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertIs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "expr1", "expr2", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertIs", "name": "assertIs", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "expr1", "expr2", "msg"], "arg_types": ["unittest.case.TestCase", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertIs of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertIsInstance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "obj", "cls", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertIsInstance", "name": "assertIsInstance", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "obj", "cls", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.type", {".class": "Instance", "args": ["builtins.type"], "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", "implicit": false, "is_ellipsis_args": false, "name": "assertIsInstance of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertIsNone": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertIsNone", "name": "assertIsNone", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "msg"], "arg_types": ["unittest.case.TestCase", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertIsNone of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertIsNot": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "expr1", "expr2", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertIsNot", "name": "assertIsNot", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "expr1", "expr2", "msg"], "arg_types": ["unittest.case.TestCase", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertIsNot of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertIsNotNone": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertIsNotNone", "name": "assertIsNotNone", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "msg"], "arg_types": ["unittest.case.TestCase", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertIsNotNone of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertLess": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "a", "b", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertLess", "name": "assertLess", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "a", "b", "msg"], "arg_types": ["unittest.case.TestCase", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertLess of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertLessEqual": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "a", "b", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertLessEqual", "name": "assertLessEqual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "a", "b", "msg"], "arg_types": ["unittest.case.TestCase", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertLessEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertListEqual": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "list1", "list2", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertListEqual", "name": "assertListEqual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "list1", "list2", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertListEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertLogs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "logger", "level"], "flags": [], "fullname": "unittest.case.TestCase.assertLogs", "name": "assertLogs", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "logger", "level"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": ["builtins.str", "logging.Logger", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", "builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertLogs of TestCase", "ret_type": "unittest.case._AssertLogsContext", "type_guard": null, "variables": []}}}, "assertMultiLineEqual": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "first", "second", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertMultiLineEqual", "name": "assertMultiLineEqual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "first", "second", "msg"], "arg_types": ["unittest.case.TestCase", "builtins.str", "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", "implicit": false, "is_ellipsis_args": false, "name": "assertMultiLineEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertNotAlmostEqual": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "unittest.case.TestCase.assertNotAlmostEqual", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "first", "second", "msg"], "flags": ["is_overload", "is_decorated"], "fullname": "unittest.case.TestCase.assertNotAlmostEqual", "name": "assertNotAlmostEqual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "first", "second", "msg"], "arg_types": ["unittest.case.TestCase", "builtins.float", "builtins.float", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertNotAlmostEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "assertNotAlmostEqual", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "first", "second", "places", "msg"], "flags": ["is_overload", "is_decorated"], "fullname": "unittest.case.TestCase.assertNotAlmostEqual", "name": "assertNotAlmostEqual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "first", "second", "places", "msg"], "arg_types": ["unittest.case.TestCase", "builtins.float", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertNotAlmostEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "assertNotAlmostEqual", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "first", "second", "msg", "delta"], "flags": ["is_overload", "is_decorated"], "fullname": "unittest.case.TestCase.assertNotAlmostEqual", "name": "assertNotAlmostEqual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "first", "second", "msg", "delta"], "arg_types": ["unittest.case.TestCase", "builtins.float", "builtins.float", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertNotAlmostEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "assertNotAlmostEqual", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "first", "second", "places", "msg", "delta"], "flags": ["is_overload", "is_decorated"], "fullname": "unittest.case.TestCase.assertNotAlmostEqual", "name": "assertNotAlmostEqual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "first", "second", "places", "msg", "delta"], "arg_types": ["unittest.case.TestCase", "datetime.datetime", "datetime.datetime", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["datetime.timedelta", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertNotAlmostEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "assertNotAlmostEqual", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "first", "second", "msg"], "arg_types": ["unittest.case.TestCase", "builtins.float", "builtins.float", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertNotAlmostEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "first", "second", "places", "msg"], "arg_types": ["unittest.case.TestCase", "builtins.float", "builtins.float", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertNotAlmostEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "first", "second", "msg", "delta"], "arg_types": ["unittest.case.TestCase", "builtins.float", "builtins.float", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertNotAlmostEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "first", "second", "places", "msg", "delta"], "arg_types": ["unittest.case.TestCase", "datetime.datetime", "datetime.datetime", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["datetime.timedelta", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertNotAlmostEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "assertNotAlmostEquals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "first", "second", "places", "msg", "delta"], "flags": [], "fullname": "unittest.case.TestCase.assertNotAlmostEquals", "name": "assertNotAlmostEquals", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "first", "second", "places", "msg", "delta"], "arg_types": ["unittest.case.TestCase", "builtins.float", "builtins.float", "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertNotAlmostEquals of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertNotEqual": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "first", "second", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertNotEqual", "name": "assertNotEqual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "first", "second", "msg"], "arg_types": ["unittest.case.TestCase", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertNotEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertNotEquals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "first", "second", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertNotEquals", "name": "assertNotEquals", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "first", "second", "msg"], "arg_types": ["unittest.case.TestCase", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertNotEquals of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertNotIn": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "member", "container", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertNotIn", "name": "assertNotIn", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "member", "container", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Container"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertNotIn of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertNotIsInstance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "obj", "cls", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertNotIsInstance", "name": "assertNotIsInstance", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "obj", "cls", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.type", {".class": "Instance", "args": ["builtins.type"], "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", "implicit": false, "is_ellipsis_args": false, "name": "assertNotIsInstance of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertNotRegex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "text", "unexpected_regex", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertNotRegex", "name": "assertNotRegex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "text", "unexpected_regex", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertNotRegex of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "assertNotRegexpMatches": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "text", "regex", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertNotRegexpMatches", "name": "assertNotRegexpMatches", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "text", "regex", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertNotRegexpMatches of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "assertRaises": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "unittest.case.TestCase.assertRaises", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2, 4], "arg_names": ["self", "expected_exception", "callable", "args", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "unittest.case.TestCase.assertRaises", "name": "assertRaises", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2, 4], "arg_names": ["self", "expected_exception", "callable", "args", "kwargs"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.BaseException"}], "type_ref": "builtins.tuple"}]}, {".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", "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": "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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertRaises of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "assertRaises", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "expected_exception", "msg"], "flags": ["is_overload", "is_decorated"], "fullname": "unittest.case.TestCase.assertRaises", "name": "assertRaises", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "expected_exception", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}], "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", "implicit": false, "is_ellipsis_args": false, "name": "assertRaises of TestCase", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "unittest.case._AssertRaisesContext"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "assertRaises", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 2, 4], "arg_names": ["self", "expected_exception", "callable", "args", "kwargs"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.BaseException"}], "type_ref": "builtins.tuple"}]}, {".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", "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": "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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertRaises of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "expected_exception", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}], "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", "implicit": false, "is_ellipsis_args": false, "name": "assertRaises of TestCase", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "unittest.case._AssertRaisesContext"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}]}]}}}, "assertRaisesRegex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "unittest.case.TestCase.assertRaisesRegex", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 2, 4], "arg_names": ["self", "expected_exception", "expected_regex", "callable", "args", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "unittest.case.TestCase.assertRaisesRegex", "name": "assertRaisesRegex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 2, 4], "arg_names": ["self", "expected_exception", "expected_regex", "callable", "args", "kwargs"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.BaseException"}], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Pattern"}]}, {".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", "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": "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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertRaisesRegex of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "assertRaisesRegex", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "expected_exception", "expected_regex", "msg"], "flags": ["is_overload", "is_decorated"], "fullname": "unittest.case.TestCase.assertRaisesRegex", "name": "assertRaisesRegex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "expected_exception", "expected_regex", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Pattern"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertRaisesRegex of TestCase", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "unittest.case._AssertRaisesContext"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "assertRaisesRegex", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 2, 4], "arg_names": ["self", "expected_exception", "expected_regex", "callable", "args", "kwargs"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.BaseException"}], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Pattern"}]}, {".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", "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": "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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertRaisesRegex of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "expected_exception", "expected_regex", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Pattern"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertRaisesRegex of TestCase", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "unittest.case._AssertRaisesContext"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}]}]}}}, "assertRaisesRegexp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "unittest.case.TestCase.assertRaisesRegexp", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 2, 4], "arg_names": ["self", "exception", "expected_regex", "callable", "args", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "unittest.case.TestCase.assertRaisesRegexp", "name": "assertRaisesRegexp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 2, 4], "arg_names": ["self", "exception", "expected_regex", "callable", "args", "kwargs"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.BaseException"}], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Pattern"}]}, {".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", "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": "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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertRaisesRegexp of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "assertRaisesRegexp", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "exception", "expected_regex", "msg"], "flags": ["is_overload", "is_decorated"], "fullname": "unittest.case.TestCase.assertRaisesRegexp", "name": "assertRaisesRegexp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "exception", "expected_regex", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Pattern"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertRaisesRegexp of TestCase", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "unittest.case._AssertRaisesContext"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "assertRaisesRegexp", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 2, 4], "arg_names": ["self", "exception", "expected_regex", "callable", "args", "kwargs"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.BaseException"}], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Pattern"}]}, {".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", "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": "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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertRaisesRegexp of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "exception", "expected_regex", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Pattern"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertRaisesRegexp of TestCase", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "unittest.case._AssertRaisesContext"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}]}]}}}, "assertRegex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "text", "expected_regex", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertRegex", "name": "assertRegex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "text", "expected_regex", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertRegex of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "assertRegexpMatches": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "text", "regex", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertRegexpMatches", "name": "assertRegexpMatches", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "text", "regex", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "typing.Pattern"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertRegexpMatches of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "assertSequenceEqual": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "seq1", "seq2", "msg", "seq_type"], "flags": [], "fullname": "unittest.case.TestCase.assertSequenceEqual", "name": "assertSequenceEqual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "seq1", "seq2", "msg", "seq_type"], "arg_types": ["unittest.case.TestCase", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertSequenceEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertSetEqual": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "set1", "set2", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertSetEqual", "name": "assertSetEqual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "set1", "set2", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.AbstractSet"}, {".class": "Instance", "args": ["builtins.object"], "type_ref": "typing.AbstractSet"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertSetEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertTrue": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "expr", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertTrue", "name": "assertTrue", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "expr", "msg"], "arg_types": ["unittest.case.TestCase", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertTrue of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertTupleEqual": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "tuple1", "tuple2", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assertTupleEqual", "name": "assertTupleEqual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "tuple1", "tuple2", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "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", "implicit": false, "is_ellipsis_args": false, "name": "assertTupleEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "assertWarns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "unittest.case.TestCase.assertWarns", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2, 4], "arg_names": ["self", "expected_warning", "callable", "args", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "unittest.case.TestCase.assertWarns", "name": "assertWarns", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2, 4], "arg_names": ["self", "expected_warning", "callable", "args", "kwargs"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.Warning"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.Warning"}], "type_ref": "builtins.tuple"}]}, {".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", "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": "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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertWarns of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "assertWarns", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "expected_warning", "msg"], "flags": ["is_overload", "is_decorated"], "fullname": "unittest.case.TestCase.assertWarns", "name": "assertWarns", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "expected_warning", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.Warning"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.Warning"}], "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", "implicit": false, "is_ellipsis_args": false, "name": "assertWarns of TestCase", "ret_type": "unittest.case._AssertWarnsContext", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "assertWarns", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 2, 4], "arg_names": ["self", "expected_warning", "callable", "args", "kwargs"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.Warning"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.Warning"}], "type_ref": "builtins.tuple"}]}, {".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", "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": "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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertWarns of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "expected_warning", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.Warning"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.Warning"}], "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", "implicit": false, "is_ellipsis_args": false, "name": "assertWarns of TestCase", "ret_type": "unittest.case._AssertWarnsContext", "type_guard": null, "variables": []}]}}}, "assertWarnsRegex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "unittest.case.TestCase.assertWarnsRegex", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 2, 4], "arg_names": ["self", "expected_warning", "expected_regex", "callable", "args", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "unittest.case.TestCase.assertWarnsRegex", "name": "assertWarnsRegex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 2, 4], "arg_names": ["self", "expected_warning", "expected_regex", "callable", "args", "kwargs"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.Warning"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.Warning"}], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Pattern"}]}, {".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", "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": "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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertWarnsRegex of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "assertWarnsRegex", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "expected_warning", "expected_regex", "msg"], "flags": ["is_overload", "is_decorated"], "fullname": "unittest.case.TestCase.assertWarnsRegex", "name": "assertWarnsRegex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "expected_warning", "expected_regex", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.Warning"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.Warning"}], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Pattern"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertWarnsRegex of TestCase", "ret_type": "unittest.case._AssertWarnsContext", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "assertWarnsRegex", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 2, 4], "arg_names": ["self", "expected_warning", "expected_regex", "callable", "args", "kwargs"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.Warning"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.Warning"}], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Pattern"}]}, {".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", "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": "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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertWarnsRegex of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "expected_warning", "expected_regex", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.Warning"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.Warning"}], "type_ref": "builtins.tuple"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Pattern"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assertWarnsRegex of TestCase", "ret_type": "unittest.case._AssertWarnsContext", "type_guard": null, "variables": []}]}}}, "assert_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "expr", "msg"], "flags": [], "fullname": "unittest.case.TestCase.assert_", "name": "assert_", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "expr", "msg"], "arg_types": ["unittest.case.TestCase", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "assert_ of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "countTestCases": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.case.TestCase.countTestCases", "name": "countTestCases", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.case.TestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "countTestCases of TestCase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "debug": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.case.TestCase.debug", "name": "debug", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.case.TestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "debug of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "defaultTestResult": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.case.TestCase.defaultTestResult", "name": "defaultTestResult", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.case.TestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "defaultTestResult of TestCase", "ret_type": "unittest.result.TestResult", "type_guard": null, "variables": []}}}, "doClassCleanups": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_class", "is_decorated"], "fullname": "unittest.case.TestCase.doClassCleanups", "name": "doClassCleanups", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "unittest.case.TestCase"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "doClassCleanups of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "doClassCleanups", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "unittest.case.TestCase"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "doClassCleanups of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "doCleanups": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.case.TestCase.doCleanups", "name": "doCleanups", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.case.TestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "doCleanups of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fail": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "msg"], "flags": [], "fullname": "unittest.case.TestCase.fail", "name": "fail", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fail of TestCase", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "failIf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "expr", "msg"], "flags": [], "fullname": "unittest.case.TestCase.failIf", "name": "failIf", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "expr", "msg"], "arg_types": ["unittest.case.TestCase", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "failIf of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "failIfAlmostEqual": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "first", "second", "places", "msg"], "flags": [], "fullname": "unittest.case.TestCase.failIfAlmostEqual", "name": "failIfAlmostEqual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "first", "second", "places", "msg"], "arg_types": ["unittest.case.TestCase", "builtins.float", "builtins.float", "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "failIfAlmostEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "failIfEqual": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "first", "second", "msg"], "flags": [], "fullname": "unittest.case.TestCase.failIfEqual", "name": "failIfEqual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "first", "second", "msg"], "arg_types": ["unittest.case.TestCase", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "failIfEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "failUnless": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "expr", "msg"], "flags": [], "fullname": "unittest.case.TestCase.failUnless", "name": "failUnless", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "expr", "msg"], "arg_types": ["unittest.case.TestCase", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "failUnless of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "failUnlessAlmostEqual": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "first", "second", "places", "msg"], "flags": [], "fullname": "unittest.case.TestCase.failUnlessAlmostEqual", "name": "failUnlessAlmostEqual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "first", "second", "places", "msg"], "arg_types": ["unittest.case.TestCase", "builtins.float", "builtins.float", "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "failUnlessAlmostEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "failUnlessEqual": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "first", "second", "msg"], "flags": [], "fullname": "unittest.case.TestCase.failUnlessEqual", "name": "failUnlessEqual", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "first", "second", "msg"], "arg_types": ["unittest.case.TestCase", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "failUnlessEqual of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "failUnlessRaises": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "unittest.case.TestCase.failUnlessRaises", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 2, 4], "arg_names": ["self", "exception", "callable", "args", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "unittest.case.TestCase.failUnlessRaises", "name": "failUnlessRaises", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 2, 4], "arg_names": ["self", "exception", "callable", "args", "kwargs"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.BaseException"}], "type_ref": "builtins.tuple"}]}, {".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", "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": "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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "failUnlessRaises of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "failUnlessRaises", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "exception", "msg"], "flags": ["is_overload", "is_decorated"], "fullname": "unittest.case.TestCase.failUnlessRaises", "name": "failUnlessRaises", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "exception", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}], "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", "implicit": false, "is_ellipsis_args": false, "name": "failUnlessRaises of TestCase", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "unittest.case._AssertRaisesContext"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "failUnlessRaises", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 2, 4], "arg_names": ["self", "exception", "callable", "args", "kwargs"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.BaseException"}], "type_ref": "builtins.tuple"}]}, {".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", "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": "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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "failUnlessRaises of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "exception", "msg"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}], "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", "implicit": false, "is_ellipsis_args": false, "name": "failUnlessRaises of TestCase", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "unittest.case._AssertRaisesContext"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "unittest.case._E", "id": -1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}]}]}}}, "failureException": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.case.TestCase.failureException", "name": "failureException", "type": {".class": "TypeType", "item": "builtins.BaseException"}}}, "id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.case.TestCase.id", "name": "id", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.case.TestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "id of TestCase", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "longMessage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.case.TestCase.longMessage", "name": "longMessage", "type": "builtins.bool"}}, "maxDiff": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.case.TestCase.maxDiff", "name": "maxDiff", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "result"], "flags": [], "fullname": "unittest.case.TestCase.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "result"], "arg_types": ["unittest.case.TestCase", {".class": "UnionType", "items": ["unittest.result.TestResult", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run of TestCase", "ret_type": {".class": "UnionType", "items": ["unittest.result.TestResult", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "setUp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.case.TestCase.setUp", "name": "setUp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.case.TestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setUp of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setUpClass": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_class", "is_decorated"], "fullname": "unittest.case.TestCase.setUpClass", "name": "setUpClass", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "unittest.case.TestCase"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setUpClass of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "setUpClass", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "unittest.case.TestCase"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setUpClass of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "shortDescription": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.case.TestCase.shortDescription", "name": "shortDescription", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.case.TestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shortDescription of TestCase", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "skipTest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "reason"], "flags": [], "fullname": "unittest.case.TestCase.skipTest", "name": "skipTest", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "reason"], "arg_types": ["unittest.case.TestCase", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "skipTest of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "subTest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 4], "arg_names": ["self", "msg", "params"], "flags": [], "fullname": "unittest.case.TestCase.subTest", "name": "subTest", "type": {".class": "CallableType", "arg_kinds": [0, 1, 4], "arg_names": ["self", "msg", "params"], "arg_types": ["unittest.case.TestCase", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subTest of TestCase", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "typing.ContextManager"}, "type_guard": null, "variables": []}}}, "tearDown": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.case.TestCase.tearDown", "name": "tearDown", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.case.TestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tearDown of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "tearDownClass": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_class", "is_decorated"], "fullname": "unittest.case.TestCase.tearDownClass", "name": "tearDownClass", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "unittest.case.TestCase"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tearDownClass of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "tearDownClass", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "unittest.case.TestCase"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tearDownClass of TestCase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "WarningMessage": {".class": "SymbolTableNode", "cross_ref": "warnings.WarningMessage", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_AssertLogsContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "unittest.case._AssertLogsContext", "name": "_AssertLogsContext", "type_vars": []}, "flags": [], "fullname": "unittest.case._AssertLogsContext", "metaclass_type": null, "metadata": {}, "module_name": "unittest.case", "mro": ["unittest.case._AssertLogsContext", "builtins.object"], "names": {".class": "SymbolTable", "LOGGING_FORMAT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.case._AssertLogsContext.LOGGING_FORMAT", "name": "LOGGING_FORMAT", "type": "builtins.str"}}, "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.case._AssertLogsContext.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["unittest.case._AssertLogsContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of _AssertLogsContext", "ret_type": "unittest.case._AssertLogsContext", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "unittest.case._AssertLogsContext.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["unittest.case._AssertLogsContext", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of _AssertLogsContext", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "test_case", "logger_name", "level"], "flags": [], "fullname": "unittest.case._AssertLogsContext.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "test_case", "logger_name", "level"], "arg_types": ["unittest.case._AssertLogsContext", "unittest.case.TestCase", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _AssertLogsContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "output": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.case._AssertLogsContext.output", "name": "output", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "records": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.case._AssertLogsContext.records", "name": "records", "type": {".class": "Instance", "args": ["logging.LogRecord"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_AssertRaisesContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "unittest.case._AssertRaisesContext", "name": "_AssertRaisesContext", "type_vars": [{".class": "TypeVarDef", "fullname": "unittest.case._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}]}, "flags": [], "fullname": "unittest.case._AssertRaisesContext", "metaclass_type": null, "metadata": {}, "module_name": "unittest.case", "mro": ["unittest.case._AssertRaisesContext", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "unittest.case._AssertRaisesContext.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "unittest.case._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "unittest.case._AssertRaisesContext"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of _AssertRaisesContext", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.case._AssertRaisesContext.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "unittest.case._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "unittest.case._AssertRaisesContext"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of _AssertRaisesContext", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "unittest.case._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "unittest.case._AssertRaisesContext"}, "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "unittest.case._AssertRaisesContext.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "unittest.case._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}], "type_ref": "unittest.case._AssertRaisesContext"}, {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of _AssertRaisesContext", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "exception": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.case._AssertRaisesContext.exception", "name": "exception", "type": {".class": "TypeVarType", "fullname": "unittest.case._E", "id": 1, "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}}}, "tuple_type": null, "type_vars": ["_E"], "typeddict_type": null}}, "_AssertWarnsContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "unittest.case._AssertWarnsContext", "name": "_AssertWarnsContext", "type_vars": []}, "flags": [], "fullname": "unittest.case._AssertWarnsContext", "metaclass_type": null, "metadata": {}, "module_name": "unittest.case", "mro": ["unittest.case._AssertWarnsContext", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.case._AssertWarnsContext.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["unittest.case._AssertWarnsContext"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of _AssertWarnsContext", "ret_type": "unittest.case._AssertWarnsContext", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "unittest.case._AssertWarnsContext.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["unittest.case._AssertWarnsContext", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of _AssertWarnsContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.case._AssertWarnsContext.filename", "name": "filename", "type": "builtins.str"}}, "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.case._AssertWarnsContext.lineno", "name": "lineno", "type": "builtins.int"}}, "warning": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.case._AssertWarnsContext.warning", "name": "warning", "type": "warnings.WarningMessage"}}, "warnings": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.case._AssertWarnsContext.warnings", "name": "warnings", "type": {".class": "Instance", "args": ["warnings.WarningMessage"], "type_ref": "builtins.list"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_E": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "unittest.case._E", "name": "_E", "upper_bound": "builtins.BaseException", "values": [], "variance": 0}}, "_FT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "unittest.case._FT", "name": "_FT", "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", "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}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.case.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.case.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.case.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.case.__package__", "name": "__package__", "type": "builtins.str"}}, "addModuleCleanup": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["__function", "args", "kwargs"], "flags": [], "fullname": "unittest.case.addModuleCleanup", "name": "addModuleCleanup", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": [null, "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", "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": "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": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addModuleCleanup", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "datetime": {".class": "SymbolTableNode", "cross_ref": "datetime", "kind": "Gdef", "module_hidden": true, "module_public": false}, "doModuleCleanups": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "unittest.case.doModuleCleanups", "name": "doModuleCleanups", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "doModuleCleanups", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "expectedFailure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["test_item"], "flags": [], "fullname": "unittest.case.expectedFailure", "name": "expectedFailure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["test_item"], "arg_types": [{".class": "TypeVarType", "fullname": "unittest.case._FT", "id": -1, "name": "_FT", "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "expectedFailure", "ret_type": {".class": "TypeVarType", "fullname": "unittest.case._FT", "id": -1, "name": "_FT", "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", "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": "TypeVarDef", "fullname": "unittest.case._FT", "id": -1, "name": "_FT", "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", "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}]}}}, "logging": {".class": "SymbolTableNode", "cross_ref": "logging", "kind": "Gdef", "module_hidden": true, "module_public": false}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "skip": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["reason"], "flags": [], "fullname": "unittest.case.skip", "name": "skip", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["reason"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "skip", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "unittest.case._FT", "id": -1, "name": "_FT", "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", "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", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "unittest.case._FT", "id": -1, "name": "_FT", "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", "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": "TypeVarDef", "fullname": "unittest.case._FT", "id": -1, "name": "_FT", "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", "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": []}}}, "skipIf": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["condition", "reason"], "flags": [], "fullname": "unittest.case.skipIf", "name": "skipIf", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["condition", "reason"], "arg_types": ["builtins.object", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "skipIf", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "unittest.case._FT", "id": -1, "name": "_FT", "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", "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", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "unittest.case._FT", "id": -1, "name": "_FT", "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", "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": "TypeVarDef", "fullname": "unittest.case._FT", "id": -1, "name": "_FT", "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", "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": []}}}, "skipUnless": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["condition", "reason"], "flags": [], "fullname": "unittest.case.skipUnless", "name": "skipUnless", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["condition", "reason"], "arg_types": ["builtins.object", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "skipUnless", "ret_type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "unittest.case._FT", "id": -1, "name": "_FT", "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", "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", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "unittest.case._FT", "id": -1, "name": "_FT", "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", "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": "TypeVarDef", "fullname": "unittest.case._FT", "id": -1, "name": "_FT", "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", "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": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "unittest": {".class": "SymbolTableNode", "cross_ref": "unittest", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/unittest/case.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/unittest/case.meta.json b/.mypy_cache/3.9/unittest/case.meta.json deleted file mode 100644 index bd7d60f23..000000000 --- a/.mypy_cache/3.9/unittest/case.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 4, 4, 5, 6, 7, 27, 1, 1], "dep_prios": [10, 10, 10, 10, 20, 5, 5, 5, 5, 5, 30], "dependencies": ["datetime", "logging", "sys", "unittest.result", "unittest", "collections.abc", "types", "typing", "warnings", "builtins", "abc"], "hash": "cba30e52e27545f0afa876a4f62c433b050e0be9ec4cceb96df627abd80b1e82", "id": "unittest.case", "ignore_all": true, "interface_hash": "8954f0accbebf9c9eac6dc78ae909f9af1c34d2fa64cf9266beea1cc8a5e54db", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/unittest/case.pyi", "plugin_data": null, "size": 12439, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/unittest/loader.data.json b/.mypy_cache/3.9/unittest/loader.data.json deleted file mode 100644 index 62abc2725..000000000 --- a/.mypy_cache/3.9/unittest/loader.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "unittest.loader", "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ModuleType": {".class": "SymbolTableNode", "cross_ref": "types.ModuleType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TestLoader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "unittest.loader.TestLoader", "name": "TestLoader", "type_vars": []}, "flags": [], "fullname": "unittest.loader.TestLoader", "metaclass_type": null, "metadata": {}, "module_name": "unittest.loader", "mro": ["unittest.loader.TestLoader", "builtins.object"], "names": {".class": "SymbolTable", "discover": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "start_dir", "pattern", "top_level_dir"], "flags": [], "fullname": "unittest.loader.TestLoader.discover", "name": "discover", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "start_dir", "pattern", "top_level_dir"], "arg_types": ["unittest.loader.TestLoader", "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "discover of TestLoader", "ret_type": "unittest.suite.TestSuite", "type_guard": null, "variables": []}}}, "errors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.loader.TestLoader.errors", "name": "errors", "type": {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.BaseException"}], "type_ref": "builtins.list"}}}, "getTestCaseNames": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "testCaseClass"], "flags": [], "fullname": "unittest.loader.TestLoader.getTestCaseNames", "name": "getTestCaseNames", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "testCaseClass"], "arg_types": ["unittest.loader.TestLoader", {".class": "TypeType", "item": "unittest.case.TestCase"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getTestCaseNames of TestLoader", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}}, "loadTestsFromModule": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5], "arg_names": ["self", "module", "args", "pattern"], "flags": [], "fullname": "unittest.loader.TestLoader.loadTestsFromModule", "name": "loadTestsFromModule", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5], "arg_names": ["self", "module", "args", "pattern"], "arg_types": ["unittest.loader.TestLoader", "types.ModuleType", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "loadTestsFromModule of TestLoader", "ret_type": "unittest.suite.TestSuite", "type_guard": null, "variables": []}}}, "loadTestsFromName": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "module"], "flags": [], "fullname": "unittest.loader.TestLoader.loadTestsFromName", "name": "loadTestsFromName", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "module"], "arg_types": ["unittest.loader.TestLoader", "builtins.str", {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "loadTestsFromName of TestLoader", "ret_type": "unittest.suite.TestSuite", "type_guard": null, "variables": []}}}, "loadTestsFromNames": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "names", "module"], "flags": [], "fullname": "unittest.loader.TestLoader.loadTestsFromNames", "name": "loadTestsFromNames", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "names", "module"], "arg_types": ["unittest.loader.TestLoader", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "loadTestsFromNames of TestLoader", "ret_type": "unittest.suite.TestSuite", "type_guard": null, "variables": []}}}, "loadTestsFromTestCase": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "testCaseClass"], "flags": [], "fullname": "unittest.loader.TestLoader.loadTestsFromTestCase", "name": "loadTestsFromTestCase", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "testCaseClass"], "arg_types": ["unittest.loader.TestLoader", {".class": "TypeType", "item": "unittest.case.TestCase"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "loadTestsFromTestCase of TestLoader", "ret_type": "unittest.suite.TestSuite", "type_guard": null, "variables": []}}}, "sortTestMethodsUsing": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.loader.TestLoader.sortTestMethodsUsing", "name": "sortTestMethodsUsing", "type": {".class": "TypeAliasType", "args": [], "type_ref": "unittest.loader._SortComparisonMethod"}}}, "suiteClass": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.loader.TestLoader.suiteClass", "name": "suiteClass", "type": {".class": "TypeAliasType", "args": [], "type_ref": "unittest.loader._SuiteClass"}}}, "testMethodPrefix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.loader.TestLoader.testMethodPrefix", "name": "testMethodPrefix", "type": "builtins.str"}}, "testNamePatterns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.loader.TestLoader.testNamePatterns", "name": "testNamePatterns", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SortComparisonMethod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "unittest.loader._SortComparisonMethod", "line": 8, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "_SuiteClass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "unittest.loader._SuiteClass", "line": 9, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": ["unittest.case.TestCase"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "unittest.suite.TestSuite", "type_guard": null, "variables": []}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.loader.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.loader.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.loader.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.loader.__package__", "name": "__package__", "type": "builtins.str"}}, "defaultTestLoader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.loader.defaultTestLoader", "name": "defaultTestLoader", "type": "unittest.loader.TestLoader"}}, "findTestCases": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["module", "prefix", "sortUsing", "suiteClass"], "flags": [], "fullname": "unittest.loader.findTestCases", "name": "findTestCases", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["module", "prefix", "sortUsing", "suiteClass"], "arg_types": ["types.ModuleType", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "unittest.loader._SortComparisonMethod"}, {".class": "TypeAliasType", "args": [], "type_ref": "unittest.loader._SuiteClass"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "findTestCases", "ret_type": "unittest.suite.TestSuite", "type_guard": null, "variables": []}}}, "getTestCaseNames": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["testCaseClass", "prefix", "sortUsing", "testNamePatterns"], "flags": [], "fullname": "unittest.loader.getTestCaseNames", "name": "getTestCaseNames", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["testCaseClass", "prefix", "sortUsing", "testNamePatterns"], "arg_types": [{".class": "TypeType", "item": "unittest.case.TestCase"}, "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "unittest.loader._SortComparisonMethod"}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getTestCaseNames", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}}, "makeSuite": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["testCaseClass", "prefix", "sortUsing", "suiteClass"], "flags": [], "fullname": "unittest.loader.makeSuite", "name": "makeSuite", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["testCaseClass", "prefix", "sortUsing", "suiteClass"], "arg_types": [{".class": "TypeType", "item": "unittest.case.TestCase"}, "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "unittest.loader._SortComparisonMethod"}, {".class": "TypeAliasType", "args": [], "type_ref": "unittest.loader._SuiteClass"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "makeSuite", "ret_type": "unittest.suite.TestSuite", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "unittest": {".class": "SymbolTableNode", "cross_ref": "unittest", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/unittest/loader.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/unittest/loader.meta.json b/.mypy_cache/3.9/unittest/loader.meta.json deleted file mode 100644 index 45bafdaf1..000000000 --- a/.mypy_cache/3.9/unittest/loader.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 2, 3, 4, 5, 6, 1, 1], "dep_prios": [10, 10, 20, 10, 10, 5, 5, 5, 30], "dependencies": ["sys", "unittest.case", "unittest", "unittest.result", "unittest.suite", "types", "typing", "builtins", "abc"], "hash": "f30732edfb1f303b878d548dcc3e9bc263e69d41a2346d0f4cbcf41e92e30d65", "id": "unittest.loader", "ignore_all": true, "interface_hash": "794ff8b35d48cedd219b68cbfde0fafc36f4d85c7abe4407cd8af07f3a4e3405", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/unittest/loader.pyi", "plugin_data": null, "size": 2067, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/unittest/main.data.json b/.mypy_cache/3.9/unittest/main.data.json deleted file mode 100644 index 625548c67..000000000 --- a/.mypy_cache/3.9/unittest/main.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "unittest.main", "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}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ModuleType": {".class": "SymbolTableNode", "cross_ref": "types.ModuleType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing.Protocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TestProgram": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "unittest.main.TestProgram", "name": "TestProgram", "type_vars": []}, "flags": [], "fullname": "unittest.main.TestProgram", "metaclass_type": null, "metadata": {}, "module_name": "unittest.main", "mro": ["unittest.main.TestProgram", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "module", "defaultTest", "argv", "testRunner", "testLoader", "exit", "verbosity", "failfast", "catchbreak", "buffer", "warnings", "tb_locals"], "flags": [], "fullname": "unittest.main.TestProgram.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "module", "defaultTest", "argv", "testRunner", "testLoader", "exit", "verbosity", "failfast", "catchbreak", "buffer", "warnings", "tb_locals"], "arg_types": ["unittest.main.TestProgram", {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "types.ModuleType"]}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "unittest.main._TestRunner"}, "unittest.main._TestRunner", {".class": "NoneType"}]}, "unittest.loader.TestLoader", "builtins.bool", "builtins.int", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TestProgram", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "buffer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.main.TestProgram.buffer", "name": "buffer", "type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}}}, "catchbreak": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.main.TestProgram.catchbreak", "name": "catchbreak", "type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}}}, "createTests": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "from_discovery", "Loader"], "flags": [], "fullname": "unittest.main.TestProgram.createTests", "name": "createTests", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "from_discovery", "Loader"], "arg_types": ["unittest.main.TestProgram", "builtins.bool", {".class": "UnionType", "items": ["unittest.loader.TestLoader", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "createTests of TestProgram", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "failfast": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.main.TestProgram.failfast", "name": "failfast", "type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}}}, "module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.main.TestProgram.module", "name": "module", "type": {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", "types.ModuleType"]}}}, "parseArgs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "argv"], "flags": [], "fullname": "unittest.main.TestProgram.parseArgs", "name": "parseArgs", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "argv"], "arg_types": ["unittest.main.TestProgram", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parseArgs of TestProgram", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "progName": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.main.TestProgram.progName", "name": "progName", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "result": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.main.TestProgram.result", "name": "result", "type": "unittest.result.TestResult"}}, "runTests": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.main.TestProgram.runTests", "name": "runTests", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.main.TestProgram"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "runTests of TestProgram", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "testNamePatterns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.main.TestProgram.testNamePatterns", "name": "testNamePatterns", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}}}, "usageExit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "msg"], "flags": [], "fullname": "unittest.main.TestProgram.usageExit", "name": "usageExit", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "msg"], "arg_types": ["unittest.main.TestProgram", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "usageExit of TestProgram", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "verbosity": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.main.TestProgram.verbosity", "name": "verbosity", "type": "builtins.int"}}, "warnings": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.main.TestProgram.warnings", "name": "warnings", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_TestRunner": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "unittest.main._TestRunner", "name": "_TestRunner", "type_vars": []}, "flags": ["is_protocol"], "fullname": "unittest.main._TestRunner", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "unittest.main", "mro": ["unittest.main._TestRunner", "builtins.object"], "names": {".class": "SymbolTable", "run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "test"], "flags": [], "fullname": "unittest.main._TestRunner.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "test"], "arg_types": ["unittest.main._TestRunner", {".class": "UnionType", "items": ["unittest.suite.TestSuite", "unittest.case.TestCase"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run of _TestRunner", "ret_type": "unittest.result.TestResult", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.main.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.main.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.main.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.main.__package__", "name": "__package__", "type": "builtins.str"}}, "main": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "unittest.main.main", "line": 49, "no_args": true, "normalized": false, "target": "unittest.main.TestProgram"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "unittest": {".class": "SymbolTableNode", "cross_ref": "unittest", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/unittest/main.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/unittest/main.meta.json b/.mypy_cache/3.9/unittest/main.meta.json deleted file mode 100644 index 564d296c7..000000000 --- a/.mypy_cache/3.9/unittest/main.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 2, 3, 4, 5, 6, 7, 1, 1], "dep_prios": [10, 10, 20, 10, 10, 10, 5, 5, 5, 30], "dependencies": ["sys", "unittest.case", "unittest", "unittest.loader", "unittest.result", "unittest.suite", "types", "typing", "builtins", "abc"], "hash": "4ccf3a01cfb5a85dcff49a20276ad8c04dc4e1d2a2ee47b51bc4702de04489a0", "id": "unittest.main", "ignore_all": true, "interface_hash": "722a4c251b7b585e09cb806d2a83c488c13a8f13109290bebceba15cee9d4e8f", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/unittest/main.pyi", "plugin_data": null, "size": 1691, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/unittest/result.data.json b/.mypy_cache/3.9/unittest/result.data.json deleted file mode 100644 index 4cd46a6c4..000000000 --- a/.mypy_cache/3.9/unittest/result.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "unittest.result", "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TestResult": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "unittest.result.TestResult", "name": "TestResult", "type_vars": []}, "flags": [], "fullname": "unittest.result.TestResult", "metaclass_type": null, "metadata": {}, "module_name": "unittest.result", "mro": ["unittest.result.TestResult", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "stream", "descriptions", "verbosity"], "flags": [], "fullname": "unittest.result.TestResult.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "stream", "descriptions", "verbosity"], "arg_types": ["unittest.result.TestResult", {".class": "UnionType", "items": ["typing.TextIO", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TestResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "addError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "test", "err"], "flags": [], "fullname": "unittest.result.TestResult.addError", "name": "addError", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "test", "err"], "arg_types": ["unittest.result.TestResult", "unittest.case.TestCase", {".class": "TypeAliasType", "args": [], "type_ref": "unittest.result._SysExcInfoType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addError of TestResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "addExpectedFailure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "test", "err"], "flags": [], "fullname": "unittest.result.TestResult.addExpectedFailure", "name": "addExpectedFailure", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "test", "err"], "arg_types": ["unittest.result.TestResult", "unittest.case.TestCase", {".class": "TypeAliasType", "args": [], "type_ref": "unittest.result._SysExcInfoType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addExpectedFailure of TestResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "addFailure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "test", "err"], "flags": [], "fullname": "unittest.result.TestResult.addFailure", "name": "addFailure", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "test", "err"], "arg_types": ["unittest.result.TestResult", "unittest.case.TestCase", {".class": "TypeAliasType", "args": [], "type_ref": "unittest.result._SysExcInfoType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addFailure of TestResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "addSkip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "test", "reason"], "flags": [], "fullname": "unittest.result.TestResult.addSkip", "name": "addSkip", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "test", "reason"], "arg_types": ["unittest.result.TestResult", "unittest.case.TestCase", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addSkip of TestResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "addSubTest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "test", "subtest", "err"], "flags": [], "fullname": "unittest.result.TestResult.addSubTest", "name": "addSubTest", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "test", "subtest", "err"], "arg_types": ["unittest.result.TestResult", "unittest.case.TestCase", "unittest.case.TestCase", {".class": "UnionType", "items": [{".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"}}, {".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"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addSubTest of TestResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "addSuccess": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "test"], "flags": [], "fullname": "unittest.result.TestResult.addSuccess", "name": "addSuccess", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "test"], "arg_types": ["unittest.result.TestResult", "unittest.case.TestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addSuccess of TestResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "addUnexpectedSuccess": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "test"], "flags": [], "fullname": "unittest.result.TestResult.addUnexpectedSuccess", "name": "addUnexpectedSuccess", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "test"], "arg_types": ["unittest.result.TestResult", "unittest.case.TestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addUnexpectedSuccess of TestResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "buffer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.result.TestResult.buffer", "name": "buffer", "type": "builtins.bool"}}, "errors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.result.TestResult.errors", "name": "errors", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["unittest.case.TestCase", "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.list"}}}, "expectedFailures": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.result.TestResult.expectedFailures", "name": "expectedFailures", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["unittest.case.TestCase", "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.list"}}}, "failfast": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.result.TestResult.failfast", "name": "failfast", "type": "builtins.bool"}}, "failures": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.result.TestResult.failures", "name": "failures", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["unittest.case.TestCase", "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.list"}}}, "printErrors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.result.TestResult.printErrors", "name": "printErrors", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.result.TestResult"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "printErrors of TestResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "shouldStop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.result.TestResult.shouldStop", "name": "shouldStop", "type": "builtins.bool"}}, "skipped": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.result.TestResult.skipped", "name": "skipped", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["unittest.case.TestCase", "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.list"}}}, "startTest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "test"], "flags": [], "fullname": "unittest.result.TestResult.startTest", "name": "startTest", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "test"], "arg_types": ["unittest.result.TestResult", "unittest.case.TestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "startTest of TestResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "startTestRun": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.result.TestResult.startTestRun", "name": "startTestRun", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.result.TestResult"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "startTestRun of TestResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "stop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.result.TestResult.stop", "name": "stop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.result.TestResult"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stop of TestResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "stopTest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "test"], "flags": [], "fullname": "unittest.result.TestResult.stopTest", "name": "stopTest", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "test"], "arg_types": ["unittest.result.TestResult", "unittest.case.TestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stopTest of TestResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "stopTestRun": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.result.TestResult.stopTestRun", "name": "stopTestRun", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.result.TestResult"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stopTestRun of TestResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "tb_locals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.result.TestResult.tb_locals", "name": "tb_locals", "type": "builtins.bool"}}, "testsRun": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.result.TestResult.testsRun", "name": "testsRun", "type": "builtins.int"}}, "unexpectedSuccesses": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.result.TestResult.unexpectedSuccesses", "name": "unexpectedSuccesses", "type": {".class": "Instance", "args": ["unittest.case.TestCase"], "type_ref": "builtins.list"}}}, "wasSuccessful": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.result.TestResult.wasSuccessful", "name": "wasSuccessful", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.result.TestResult"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wasSuccessful of TestResult", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TextIO": {".class": "SymbolTableNode", "cross_ref": "typing.TextIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "_F": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "unittest.result._F", "name": "_F", "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", "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}}, "_SysExcInfoType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "unittest.result._SysExcInfoType", "line": 5, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".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"}}, {".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"}}]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.result.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.result.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.result.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.result.__package__", "name": "__package__", "type": "builtins.str"}}, "failfast": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["method"], "flags": [], "fullname": "unittest.result.failfast", "name": "failfast", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": [{".class": "TypeVarType", "fullname": "unittest.result._F", "id": -1, "name": "_F", "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "failfast", "ret_type": {".class": "TypeVarType", "fullname": "unittest.result._F", "id": -1, "name": "_F", "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", "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": "TypeVarDef", "fullname": "unittest.result._F", "id": -1, "name": "_F", "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", "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}]}}}, "unittest": {".class": "SymbolTableNode", "cross_ref": "unittest", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/unittest/result.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/unittest/result.meta.json b/.mypy_cache/3.9/unittest/result.meta.json deleted file mode 100644 index 75caef8e1..000000000 --- a/.mypy_cache/3.9/unittest/result.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 1, 2, 3, 1, 1], "dep_prios": [10, 20, 5, 5, 5, 30], "dependencies": ["unittest.case", "unittest", "types", "typing", "builtins", "abc"], "hash": "bf5d495ec9559e22339026275276a5489da774973823e071b7cfcc89effab5e2", "id": "unittest.result", "ignore_all": true, "interface_hash": "3ab12af4d951f5cc552d78bb84f06a5ad042688333b5d2366693bd8a02888f29", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/unittest/result.pyi", "plugin_data": null, "size": 1859, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/unittest/runner.data.json b/.mypy_cache/3.9/unittest/runner.data.json deleted file mode 100644 index 9beefb726..000000000 --- a/.mypy_cache/3.9/unittest/runner.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "unittest.runner", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TextIO": {".class": "SymbolTableNode", "cross_ref": "typing.TextIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TextTestResult": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["unittest.result.TestResult"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "unittest.runner.TextTestResult", "name": "TextTestResult", "type_vars": []}, "flags": [], "fullname": "unittest.runner.TextTestResult", "metaclass_type": null, "metadata": {}, "module_name": "unittest.runner", "mro": ["unittest.runner.TextTestResult", "unittest.result.TestResult", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "stream", "descriptions", "verbosity"], "flags": [], "fullname": "unittest.runner.TextTestResult.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "stream", "descriptions", "verbosity"], "arg_types": ["unittest.runner.TextTestResult", "typing.TextIO", "builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TextTestResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "descriptions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.runner.TextTestResult.descriptions", "name": "descriptions", "type": "builtins.bool"}}, "dots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.runner.TextTestResult.dots", "name": "dots", "type": "builtins.bool"}}, "getDescription": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "test"], "flags": [], "fullname": "unittest.runner.TextTestResult.getDescription", "name": "getDescription", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "test"], "arg_types": ["unittest.runner.TextTestResult", "unittest.case.TestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getDescription of TextTestResult", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "printErrorList": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "flavour", "errors"], "flags": [], "fullname": "unittest.runner.TextTestResult.printErrorList", "name": "printErrorList", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "flavour", "errors"], "arg_types": ["unittest.runner.TextTestResult", "builtins.str", {".class": "TupleType", "implicit": false, "items": ["unittest.case.TestCase", "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "printErrorList of TextTestResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "printErrors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.runner.TextTestResult.printErrors", "name": "printErrors", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.runner.TextTestResult"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "printErrors of TextTestResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "separator1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.runner.TextTestResult.separator1", "name": "separator1", "type": "builtins.str"}}, "separator2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.runner.TextTestResult.separator2", "name": "separator2", "type": "builtins.str"}}, "showall": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.runner.TextTestResult.showall", "name": "showall", "type": "builtins.bool"}}, "stream": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.runner.TextTestResult.stream", "name": "stream", "type": "typing.TextIO"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TextTestRunner": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "unittest.runner.TextTestRunner", "name": "TextTestRunner", "type_vars": []}, "flags": [], "fullname": "unittest.runner.TextTestRunner", "metaclass_type": null, "metadata": {}, "module_name": "unittest.runner", "mro": ["unittest.runner.TextTestRunner", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "stream", "descriptions", "verbosity", "failfast", "buffer", "resultclass", "warnings", "tb_locals"], "flags": [], "fullname": "unittest.runner.TextTestRunner.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "stream", "descriptions", "verbosity", "failfast", "buffer", "resultclass", "warnings", "tb_locals"], "arg_types": ["unittest.runner.TextTestRunner", {".class": "UnionType", "items": ["typing.TextIO", {".class": "NoneType"}]}, "builtins.bool", "builtins.int", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["typing.TextIO", "builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "unittest.result.TestResult", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.Warning"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TextTestRunner", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_makeResult": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.runner.TextTestRunner._makeResult", "name": "_makeResult", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.runner.TextTestRunner"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_makeResult of TextTestRunner", "ret_type": "unittest.result.TestResult", "type_guard": null, "variables": []}}}, "resultclass": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.runner.TextTestRunner.resultclass", "name": "resultclass", "type": {".class": "TypeAliasType", "args": [], "type_ref": "unittest.runner._ResultClassType"}}}, "run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "test"], "flags": [], "fullname": "unittest.runner.TextTestRunner.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "test"], "arg_types": ["unittest.runner.TextTestRunner", {".class": "UnionType", "items": ["unittest.suite.TestSuite", "unittest.case.TestCase"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run of TextTestRunner", "ret_type": "unittest.result.TestResult", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ResultClassType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "unittest.runner._ResultClassType", "line": 6, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["typing.TextIO", "builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "unittest.result.TestResult", "type_guard": null, "variables": []}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.runner.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.runner.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.runner.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.runner.__package__", "name": "__package__", "type": "builtins.str"}}, "unittest": {".class": "SymbolTableNode", "cross_ref": "unittest", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/unittest/runner.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/unittest/runner.meta.json b/.mypy_cache/3.9/unittest/runner.meta.json deleted file mode 100644 index 9dd8e1a95..000000000 --- a/.mypy_cache/3.9/unittest/runner.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 1, 2, 3, 4, 1, 1], "dep_prios": [10, 20, 10, 10, 5, 5, 30], "dependencies": ["unittest.case", "unittest", "unittest.result", "unittest.suite", "typing", "builtins", "abc"], "hash": "97e795af3d7779cfa8900b9cd0c19d61ba35f761f67a9dda755c9c63a7675181", "id": "unittest.runner", "ignore_all": true, "interface_hash": "a1306ce4f7aec20d28c4dcf913f43b963971402e7d433b1b2d57b7caa4bee19a", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/unittest/runner.pyi", "plugin_data": null, "size": 1339, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/unittest/signals.data.json b/.mypy_cache/3.9/unittest/signals.data.json deleted file mode 100644 index 2ab5d08f5..000000000 --- a/.mypy_cache/3.9/unittest/signals.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "unittest.signals", "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}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_F": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "unittest.signals._F", "name": "_F", "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", "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}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.signals.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.signals.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.signals.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.signals.__package__", "name": "__package__", "type": "builtins.str"}}, "installHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "unittest.signals.installHandler", "name": "installHandler", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "installHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "registerResult": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["result"], "flags": [], "fullname": "unittest.signals.registerResult", "name": "registerResult", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["result"], "arg_types": ["unittest.result.TestResult"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "registerResult", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "removeHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "unittest.signals.removeHandler", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["method"], "flags": ["is_overload", "is_decorated"], "fullname": "unittest.signals.removeHandler", "name": "removeHandler", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["method"], "arg_types": [{".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "removeHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "removeHandler", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["method"], "flags": ["is_overload", "is_decorated"], "fullname": "unittest.signals.removeHandler", "name": "removeHandler", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": [{".class": "TypeVarType", "fullname": "unittest.signals._F", "id": -1, "name": "_F", "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "removeHandler", "ret_type": {".class": "TypeVarType", "fullname": "unittest.signals._F", "id": -1, "name": "_F", "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", "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": "TypeVarDef", "fullname": "unittest.signals._F", "id": -1, "name": "_F", "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", "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": "removeHandler", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [1], "arg_names": ["method"], "arg_types": [{".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "removeHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": [{".class": "TypeVarType", "fullname": "unittest.signals._F", "id": -1, "name": "_F", "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", "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", "implicit": false, "is_ellipsis_args": false, "name": "removeHandler", "ret_type": {".class": "TypeVarType", "fullname": "unittest.signals._F", "id": -1, "name": "_F", "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", "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": "TypeVarDef", "fullname": "unittest.signals._F", "id": -1, "name": "_F", "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", "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}]}]}}}, "removeResult": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["result"], "flags": [], "fullname": "unittest.signals.removeResult", "name": "removeResult", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["result"], "arg_types": ["unittest.result.TestResult"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "removeResult", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "unittest": {".class": "SymbolTableNode", "cross_ref": "unittest", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/unittest/signals.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/unittest/signals.meta.json b/.mypy_cache/3.9/unittest/signals.meta.json deleted file mode 100644 index 312f166a8..000000000 --- a/.mypy_cache/3.9/unittest/signals.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 1, 2, 1], "dep_prios": [10, 20, 5, 5], "dependencies": ["unittest.result", "unittest", "typing", "builtins"], "hash": "b8bef3f6ff35b2783a3ed23e16ac1e1fb8de7fba38d5f403dc02fc5a8231b855", "id": "unittest.signals", "ignore_all": true, "interface_hash": "9600473b7b00927a50c1e00f6ae8e4f389b7db54a4710c1fdf88a896837a56da", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/unittest/signals.pyi", "plugin_data": null, "size": 402, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/unittest/suite.data.json b/.mypy_cache/3.9/unittest/suite.data.json deleted file mode 100644 index 5a08096c2..000000000 --- a/.mypy_cache/3.9/unittest/suite.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "unittest.suite", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "BaseTestSuite": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "unittest.suite._TestType"}], "type_ref": "typing.Iterable"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "unittest.suite.BaseTestSuite", "name": "BaseTestSuite", "type_vars": []}, "flags": [], "fullname": "unittest.suite.BaseTestSuite", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "unittest.suite", "mro": ["unittest.suite.BaseTestSuite", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "result"], "flags": [], "fullname": "unittest.suite.BaseTestSuite.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "result"], "arg_types": ["unittest.suite.BaseTestSuite", "unittest.result.TestResult"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of BaseTestSuite", "ret_type": "unittest.result.TestResult", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "tests"], "flags": [], "fullname": "unittest.suite.BaseTestSuite.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "tests"], "arg_types": ["unittest.suite.BaseTestSuite", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "unittest.suite._TestType"}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BaseTestSuite", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.suite.BaseTestSuite.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["unittest.suite.BaseTestSuite"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of BaseTestSuite", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "unittest.suite._TestType"}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "_removed_tests": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.suite.BaseTestSuite._removed_tests", "name": "_removed_tests", "type": "builtins.int"}}, "_tests": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.suite.BaseTestSuite._tests", "name": "_tests", "type": {".class": "Instance", "args": ["unittest.case.TestCase"], "type_ref": "builtins.list"}}}, "addTest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "test"], "flags": [], "fullname": "unittest.suite.BaseTestSuite.addTest", "name": "addTest", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "test"], "arg_types": ["unittest.suite.BaseTestSuite", {".class": "TypeAliasType", "args": [], "type_ref": "unittest.suite._TestType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addTest of BaseTestSuite", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "addTests": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tests"], "flags": [], "fullname": "unittest.suite.BaseTestSuite.addTests", "name": "addTests", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "tests"], "arg_types": ["unittest.suite.BaseTestSuite", {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "unittest.suite._TestType"}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addTests of BaseTestSuite", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "countTestCases": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.suite.BaseTestSuite.countTestCases", "name": "countTestCases", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.suite.BaseTestSuite"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "countTestCases of BaseTestSuite", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "debug": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.suite.BaseTestSuite.debug", "name": "debug", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.suite.BaseTestSuite"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "debug of BaseTestSuite", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "result"], "flags": [], "fullname": "unittest.suite.BaseTestSuite.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "result"], "arg_types": ["unittest.suite.BaseTestSuite", "unittest.result.TestResult"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run of BaseTestSuite", "ret_type": "unittest.result.TestResult", "type_guard": null, "variables": []}}}}, "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TestSuite": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["unittest.suite.BaseTestSuite"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "unittest.suite.TestSuite", "name": "TestSuite", "type_vars": []}, "flags": [], "fullname": "unittest.suite.TestSuite", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "unittest.suite", "mro": ["unittest.suite.TestSuite", "unittest.suite.BaseTestSuite", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "result", "debug"], "flags": [], "fullname": "unittest.suite.TestSuite.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "result", "debug"], "arg_types": ["unittest.suite.TestSuite", "unittest.result.TestResult", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run of TestSuite", "ret_type": "unittest.result.TestResult", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_TestType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "unittest.suite._TestType", "line": 5, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["unittest.case.TestCase", "unittest.suite.TestSuite"]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.suite.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.suite.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.suite.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.suite.__package__", "name": "__package__", "type": "builtins.str"}}, "unittest": {".class": "SymbolTableNode", "cross_ref": "unittest", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/unittest/suite.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/unittest/suite.meta.json b/.mypy_cache/3.9/unittest/suite.meta.json deleted file mode 100644 index e87c33c9c..000000000 --- a/.mypy_cache/3.9/unittest/suite.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 1, 2, 3, 1, 1], "dep_prios": [10, 20, 10, 5, 5, 30], "dependencies": ["unittest.case", "unittest", "unittest.result", "typing", "builtins", "abc"], "hash": "60f83f35e56e58e05e402748fcd1cf17244386c2f2e84d2b8261fdea33728f9f", "id": "unittest.suite", "ignore_all": true, "interface_hash": "70b173a560c369124f6240cabbc1b23d0196037f254bfbb39792915e734a2d62", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/unittest/suite.pyi", "plugin_data": null, "size": 892, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/urllib/__init__.data.json b/.mypy_cache/3.9/urllib/__init__.data.json deleted file mode 100644 index c0def3a8e..000000000 --- a/.mypy_cache/3.9/urllib/__init__.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "urllib", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/urllib/__init__.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/urllib/__init__.meta.json b/.mypy_cache/3.9/urllib/__init__.meta.json deleted file mode 100644 index 0a7b70afc..000000000 --- a/.mypy_cache/3.9/urllib/__init__.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1], "dep_prios": [5], "dependencies": ["builtins"], "hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", "id": "urllib", "ignore_all": true, "interface_hash": "b8bc87e9d5c5f8b8297e3a140bf14e4636452432391d882fe0eae864d9cb6b0c", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/urllib/__init__.pyi", "plugin_data": null, "size": 0, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/urllib/error.data.json b/.mypy_cache/3.9/urllib/error.data.json deleted file mode 100644 index e19e21d80..000000000 --- a/.mypy_cache/3.9/urllib/error.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "urllib.error", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ContentTooShortError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.error.URLError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.error.ContentTooShortError", "name": "ContentTooShortError", "type_vars": []}, "flags": [], "fullname": "urllib.error.ContentTooShortError", "metaclass_type": null, "metadata": {}, "module_name": "urllib.error", "mro": ["urllib.error.ContentTooShortError", "urllib.error.URLError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "message", "content"], "flags": [], "fullname": "urllib.error.ContentTooShortError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "message", "content"], "arg_types": ["urllib.error.ContentTooShortError", "builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.str", "email.message.Message"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ContentTooShortError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "content": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.error.ContentTooShortError.content", "name": "content", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "email.message.Message"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.error.URLError", "urllib.response.addinfourl"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.error.HTTPError", "name": "HTTPError", "type_vars": []}, "flags": [], "fullname": "urllib.error.HTTPError", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "urllib.error", "mro": ["urllib.error.HTTPError", "urllib.error.URLError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "urllib.response.addinfourl", "urllib.response.addinfo", "urllib.response.addbase", "typing.BinaryIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "url", "code", "msg", "hdrs", "fp"], "flags": [], "fullname": "urllib.error.HTTPError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "url", "code", "msg", "hdrs", "fp"], "arg_types": ["urllib.error.HTTPError", "builtins.str", "builtins.int", "builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of HTTPError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.error.HTTPError.code", "name": "code", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Message": {".class": "SymbolTableNode", "cross_ref": "email.message.Message", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "URLError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.error.URLError", "name": "URLError", "type_vars": []}, "flags": [], "fullname": "urllib.error.URLError", "metaclass_type": null, "metadata": {}, "module_name": "urllib.error", "mro": ["urllib.error.URLError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "reason", "filename"], "flags": [], "fullname": "urllib.error.URLError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "reason", "filename"], "arg_types": ["urllib.error.URLError", {".class": "UnionType", "items": ["builtins.str", "builtins.BaseException"]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of URLError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reason": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.error.URLError.reason", "name": "reason", "type": {".class": "UnionType", "items": ["builtins.str", "builtins.BaseException"]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.error.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.error.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.error.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.error.__package__", "name": "__package__", "type": "builtins.str"}}, "addinfourl": {".class": "SymbolTableNode", "cross_ref": "urllib.response.addinfourl", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/urllib/error.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/urllib/error.meta.json b/.mypy_cache/3.9/urllib/error.meta.json deleted file mode 100644 index f8e6c4503..000000000 --- a/.mypy_cache/3.9/urllib/error.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 30, 30], "dependencies": ["email.message", "typing", "urllib.response", "builtins", "abc", "email"], "hash": "538ed7ad76e278902f826698c7c6b414022b68923631eb25c242d7d3834a1c0f", "id": "urllib.error", "ignore_all": true, "interface_hash": "b8a7f293b00e622594a07c145e1bf830fda29e37dad647f79eca7a70676e78d1", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/urllib/error.pyi", "plugin_data": null, "size": 643, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/urllib/parse.data.json b/.mypy_cache/3.9/urllib/parse.data.json deleted file mode 100644 index da41f02e8..000000000 --- a/.mypy_cache/3.9/urllib/parse.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "urllib.parse", "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}, "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DefragResult": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "urllib.parse._DefragResultBase"}, "urllib.parse._ResultMixinStr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.parse.DefragResult", "name": "DefragResult", "type_vars": []}, "flags": [], "fullname": "urllib.parse.DefragResult", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "urllib.parse", "mro": ["urllib.parse.DefragResult", "urllib.parse._DefragResultBase", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "urllib.parse._ResultMixinStr", "urllib.parse._ResultMixinBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DefragResultBytes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "urllib.parse._DefragResultBase"}, "urllib.parse._ResultMixinBytes"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.parse.DefragResultBytes", "name": "DefragResultBytes", "type_vars": []}, "flags": [], "fullname": "urllib.parse.DefragResultBytes", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "urllib.parse", "mro": ["urllib.parse.DefragResultBytes", "urllib.parse._DefragResultBase", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "urllib.parse._ResultMixinBytes", "urllib.parse._ResultMixinBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "GenericAlias": {".class": "SymbolTableNode", "cross_ref": "types.GenericAlias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MAX_CACHE_SIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.parse.MAX_CACHE_SIZE", "name": "MAX_CACHE_SIZE", "type": "builtins.int"}}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ParseResult": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.parse._ParseResultBase", "urllib.parse._NetlocResultMixinStr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.parse.ParseResult", "name": "ParseResult", "type_vars": []}, "flags": [], "fullname": "urllib.parse.ParseResult", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "urllib.parse", "mro": ["urllib.parse.ParseResult", "urllib.parse._ParseResultBase", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "urllib.parse._NetlocResultMixinStr", "urllib.parse._NetlocResultMixinBase", "urllib.parse._ResultMixinStr", "urllib.parse._ResultMixinBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": "urllib.parse._ParseResultBase"}, "type_vars": [], "typeddict_type": null}}, "ParseResultBytes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.parse._ParseResultBytesBase", "urllib.parse._NetlocResultMixinBytes"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.parse.ParseResultBytes", "name": "ParseResultBytes", "type_vars": []}, "flags": [], "fullname": "urllib.parse.ParseResultBytes", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "urllib.parse", "mro": ["urllib.parse.ParseResultBytes", "urllib.parse._ParseResultBytesBase", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "urllib.parse._NetlocResultMixinBytes", "urllib.parse._NetlocResultMixinBase", "urllib.parse._ResultMixinBytes", "urllib.parse._ResultMixinBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": "urllib.parse._ParseResultBytesBase"}, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SplitResult": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.parse._SplitResultBase", "urllib.parse._NetlocResultMixinStr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.parse.SplitResult", "name": "SplitResult", "type_vars": []}, "flags": [], "fullname": "urllib.parse.SplitResult", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "urllib.parse", "mro": ["urllib.parse.SplitResult", "urllib.parse._SplitResultBase", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "urllib.parse._NetlocResultMixinStr", "urllib.parse._NetlocResultMixinBase", "urllib.parse._ResultMixinStr", "urllib.parse._ResultMixinBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": "urllib.parse._SplitResultBase"}, "type_vars": [], "typeddict_type": null}}, "SplitResultBytes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.parse._SplitResultBytesBase", "urllib.parse._NetlocResultMixinBytes"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.parse.SplitResultBytes", "name": "SplitResultBytes", "type_vars": []}, "flags": [], "fullname": "urllib.parse.SplitResultBytes", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "urllib.parse", "mro": ["urllib.parse.SplitResultBytes", "urllib.parse._SplitResultBytesBase", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "urllib.parse._NetlocResultMixinBytes", "urllib.parse._NetlocResultMixinBase", "urllib.parse._ResultMixinBytes", "urllib.parse._ResultMixinBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": "urllib.parse._SplitResultBytesBase"}, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_DefragResultBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.parse._DefragResultBase", "name": "_DefragResultBase", "type_vars": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, "flags": [], "fullname": "urllib.parse._DefragResultBase", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "urllib.parse", "mro": ["urllib.parse._DefragResultBase", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "fragment": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._DefragResultBase.fragment", "name": "fragment", "type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}}}, "url": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._DefragResultBase.url", "name": "url", "type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}}}}, "tuple_type": null, "type_vars": ["AnyStr"], "typeddict_type": null}}, "_NetlocResultMixinBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.parse._NetlocResultMixinBase", "name": "_NetlocResultMixinBase", "type_vars": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, "flags": [], "fullname": "urllib.parse._NetlocResultMixinBase", "metaclass_type": null, "metadata": {}, "module_name": "urllib.parse", "mro": ["urllib.parse._NetlocResultMixinBase", "builtins.object"], "names": {".class": "SymbolTable", "__class_getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "flags": ["is_class"], "fullname": "urllib.parse._NetlocResultMixinBase.__class_getitem__", "name": "__class_getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "item"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "urllib.parse._NetlocResultMixinBase"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__class_getitem__ of _NetlocResultMixinBase", "ret_type": "types.GenericAlias", "type_guard": null, "variables": []}}}, "hostname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._NetlocResultMixinBase.hostname", "name": "hostname", "type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}}}, "password": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._NetlocResultMixinBase.password", "name": "password", "type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}}}, "port": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._NetlocResultMixinBase.port", "name": "port", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "username": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._NetlocResultMixinBase.username", "name": "username", "type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": ["AnyStr"], "typeddict_type": null}}, "_NetlocResultMixinBytes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "urllib.parse._NetlocResultMixinBase"}, "urllib.parse._ResultMixinBytes"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.parse._NetlocResultMixinBytes", "name": "_NetlocResultMixinBytes", "type_vars": []}, "flags": [], "fullname": "urllib.parse._NetlocResultMixinBytes", "metaclass_type": null, "metadata": {}, "module_name": "urllib.parse", "mro": ["urllib.parse._NetlocResultMixinBytes", "urllib.parse._NetlocResultMixinBase", "urllib.parse._ResultMixinBytes", "urllib.parse._ResultMixinBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_NetlocResultMixinStr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "urllib.parse._NetlocResultMixinBase"}, "urllib.parse._ResultMixinStr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.parse._NetlocResultMixinStr", "name": "_NetlocResultMixinStr", "type_vars": []}, "flags": [], "fullname": "urllib.parse._NetlocResultMixinStr", "metaclass_type": null, "metadata": {}, "module_name": "urllib.parse", "mro": ["urllib.parse._NetlocResultMixinStr", "urllib.parse._NetlocResultMixinBase", "urllib.parse._ResultMixinStr", "urllib.parse._ResultMixinBase", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ParseResultBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.parse._ParseResultBase", "name": "_ParseResultBase", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "urllib.parse._ParseResultBase", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["scheme", "netloc", "path", "params", "query", "fragment"]}}, "module_name": "urllib.parse", "mro": ["urllib.parse._ParseResultBase", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "urllib.parse._ParseResultBase._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._ParseResultBase.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._ParseResultBase.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "scheme", "netloc", "path", "params", "query", "fragment"], "flags": [], "fullname": "urllib.parse._ParseResultBase.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "scheme", "netloc", "path", "params", "query", "fragment"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "urllib.parse._ParseResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _ParseResultBase", "ret_type": {".class": "TypeVarType", "fullname": "urllib.parse._ParseResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.parse._ParseResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "urllib.parse._ParseResultBase._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "urllib.parse._ParseResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of _ParseResultBase", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.parse._ParseResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._ParseResultBase._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._ParseResultBase._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._ParseResultBase._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "urllib.parse._ParseResultBase._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "urllib.parse._ParseResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _ParseResultBase", "ret_type": {".class": "TypeVarType", "fullname": "urllib.parse._ParseResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.parse._ParseResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "urllib.parse._ParseResultBase._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "urllib.parse._ParseResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _ParseResultBase", "ret_type": {".class": "TypeVarType", "fullname": "urllib.parse._ParseResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.parse._ParseResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["_self", "scheme", "netloc", "path", "params", "query", "fragment"], "flags": [], "fullname": "urllib.parse._ParseResultBase._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["_self", "scheme", "netloc", "path", "params", "query", "fragment"], "arg_types": [{".class": "TypeVarType", "fullname": "urllib.parse._ParseResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of _ParseResultBase", "ret_type": {".class": "TypeVarType", "fullname": "urllib.parse._ParseResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.parse._ParseResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._ParseResultBase._source", "name": "_source", "type": "builtins.str"}}, "fragment": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._ParseResultBase.fragment", "name": "fragment", "type": "builtins.str"}}, "fragment-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._ParseResultBase.fragment", "kind": "Mdef"}, "netloc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._ParseResultBase.netloc", "name": "netloc", "type": "builtins.str"}}, "netloc-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._ParseResultBase.netloc", "kind": "Mdef"}, "params": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._ParseResultBase.params", "name": "params", "type": "builtins.str"}}, "params-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._ParseResultBase.params", "kind": "Mdef"}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._ParseResultBase.path", "name": "path", "type": "builtins.str"}}, "path-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._ParseResultBase.path", "kind": "Mdef"}, "query": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._ParseResultBase.query", "name": "query", "type": "builtins.str"}}, "query-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._ParseResultBase.query", "kind": "Mdef"}, "scheme": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._ParseResultBase.scheme", "name": "scheme", "type": "builtins.str"}}, "scheme-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._ParseResultBase.scheme", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "_ParseResultBytesBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.parse._ParseResultBytesBase", "name": "_ParseResultBytesBase", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "urllib.parse._ParseResultBytesBase", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["scheme", "netloc", "path", "params", "query", "fragment"]}}, "module_name": "urllib.parse", "mro": ["urllib.parse._ParseResultBytesBase", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "urllib.parse._ParseResultBytesBase._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._ParseResultBytesBase.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._ParseResultBytesBase.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "scheme", "netloc", "path", "params", "query", "fragment"], "flags": [], "fullname": "urllib.parse._ParseResultBytesBase.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "scheme", "netloc", "path", "params", "query", "fragment"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "urllib.parse._ParseResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _ParseResultBytesBase", "ret_type": {".class": "TypeVarType", "fullname": "urllib.parse._ParseResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.parse._ParseResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "urllib.parse._ParseResultBytesBase._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "urllib.parse._ParseResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of _ParseResultBytesBase", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.parse._ParseResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._ParseResultBytesBase._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._ParseResultBytesBase._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._ParseResultBytesBase._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "urllib.parse._ParseResultBytesBase._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "urllib.parse._ParseResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _ParseResultBytesBase", "ret_type": {".class": "TypeVarType", "fullname": "urllib.parse._ParseResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.parse._ParseResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "urllib.parse._ParseResultBytesBase._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "urllib.parse._ParseResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _ParseResultBytesBase", "ret_type": {".class": "TypeVarType", "fullname": "urllib.parse._ParseResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.parse._ParseResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["_self", "scheme", "netloc", "path", "params", "query", "fragment"], "flags": [], "fullname": "urllib.parse._ParseResultBytesBase._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["_self", "scheme", "netloc", "path", "params", "query", "fragment"], "arg_types": [{".class": "TypeVarType", "fullname": "urllib.parse._ParseResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of _ParseResultBytesBase", "ret_type": {".class": "TypeVarType", "fullname": "urllib.parse._ParseResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.parse._ParseResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._ParseResultBytesBase._source", "name": "_source", "type": "builtins.str"}}, "fragment": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._ParseResultBytesBase.fragment", "name": "fragment", "type": "builtins.bytes"}}, "fragment-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._ParseResultBytesBase.fragment", "kind": "Mdef"}, "netloc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._ParseResultBytesBase.netloc", "name": "netloc", "type": "builtins.bytes"}}, "netloc-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._ParseResultBytesBase.netloc", "kind": "Mdef"}, "params": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._ParseResultBytesBase.params", "name": "params", "type": "builtins.bytes"}}, "params-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._ParseResultBytesBase.params", "kind": "Mdef"}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._ParseResultBytesBase.path", "name": "path", "type": "builtins.bytes"}}, "path-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._ParseResultBytesBase.path", "kind": "Mdef"}, "query": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._ParseResultBytesBase.query", "name": "query", "type": "builtins.bytes"}}, "query-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._ParseResultBytesBase.query", "kind": "Mdef"}, "scheme": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._ParseResultBytesBase.scheme", "name": "scheme", "type": "builtins.bytes"}}, "scheme-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._ParseResultBytesBase.scheme", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "_ResultMixinBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.parse._ResultMixinBase", "name": "_ResultMixinBase", "type_vars": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, "flags": [], "fullname": "urllib.parse._ResultMixinBase", "metaclass_type": null, "metadata": {}, "module_name": "urllib.parse", "mro": ["urllib.parse._ResultMixinBase", "builtins.object"], "names": {".class": "SymbolTable", "geturl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.parse._ResultMixinBase.geturl", "name": "geturl", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "urllib.parse._ResultMixinBase"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "geturl of _ResultMixinBase", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["AnyStr"], "typeddict_type": null}}, "_ResultMixinBytes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "urllib.parse._ResultMixinBase"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.parse._ResultMixinBytes", "name": "_ResultMixinBytes", "type_vars": []}, "flags": [], "fullname": "urllib.parse._ResultMixinBytes", "metaclass_type": null, "metadata": {}, "module_name": "urllib.parse", "mro": ["urllib.parse._ResultMixinBytes", "urllib.parse._ResultMixinBase", "builtins.object"], "names": {".class": "SymbolTable", "decode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "encoding", "errors"], "flags": [], "fullname": "urllib.parse._ResultMixinBytes.decode", "name": "decode", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "encoding", "errors"], "arg_types": ["urllib.parse._ResultMixinBytes", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decode of _ResultMixinBytes", "ret_type": "urllib.parse._ResultMixinStr", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ResultMixinStr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "urllib.parse._ResultMixinBase"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.parse._ResultMixinStr", "name": "_ResultMixinStr", "type_vars": []}, "flags": [], "fullname": "urllib.parse._ResultMixinStr", "metaclass_type": null, "metadata": {}, "module_name": "urllib.parse", "mro": ["urllib.parse._ResultMixinStr", "urllib.parse._ResultMixinBase", "builtins.object"], "names": {".class": "SymbolTable", "encode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "encoding", "errors"], "flags": [], "fullname": "urllib.parse._ResultMixinStr.encode", "name": "encode", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "encoding", "errors"], "arg_types": ["urllib.parse._ResultMixinStr", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "encode of _ResultMixinStr", "ret_type": "urllib.parse._ResultMixinBytes", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_SplitResultBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.parse._SplitResultBase", "name": "_SplitResultBase", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "urllib.parse._SplitResultBase", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["scheme", "netloc", "path", "query", "fragment"]}}, "module_name": "urllib.parse", "mro": ["urllib.parse._SplitResultBase", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "urllib.parse._SplitResultBase._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._SplitResultBase.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._SplitResultBase.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "scheme", "netloc", "path", "query", "fragment"], "flags": [], "fullname": "urllib.parse._SplitResultBase.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "scheme", "netloc", "path", "query", "fragment"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "urllib.parse._SplitResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _SplitResultBase", "ret_type": {".class": "TypeVarType", "fullname": "urllib.parse._SplitResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.parse._SplitResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "urllib.parse._SplitResultBase._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "urllib.parse._SplitResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of _SplitResultBase", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.parse._SplitResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._SplitResultBase._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._SplitResultBase._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._SplitResultBase._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "urllib.parse._SplitResultBase._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "urllib.parse._SplitResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _SplitResultBase", "ret_type": {".class": "TypeVarType", "fullname": "urllib.parse._SplitResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.parse._SplitResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "urllib.parse._SplitResultBase._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "urllib.parse._SplitResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _SplitResultBase", "ret_type": {".class": "TypeVarType", "fullname": "urllib.parse._SplitResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.parse._SplitResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["_self", "scheme", "netloc", "path", "query", "fragment"], "flags": [], "fullname": "urllib.parse._SplitResultBase._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["_self", "scheme", "netloc", "path", "query", "fragment"], "arg_types": [{".class": "TypeVarType", "fullname": "urllib.parse._SplitResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of _SplitResultBase", "ret_type": {".class": "TypeVarType", "fullname": "urllib.parse._SplitResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.parse._SplitResultBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._SplitResultBase._source", "name": "_source", "type": "builtins.str"}}, "fragment": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._SplitResultBase.fragment", "name": "fragment", "type": "builtins.str"}}, "fragment-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._SplitResultBase.fragment", "kind": "Mdef"}, "netloc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._SplitResultBase.netloc", "name": "netloc", "type": "builtins.str"}}, "netloc-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._SplitResultBase.netloc", "kind": "Mdef"}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._SplitResultBase.path", "name": "path", "type": "builtins.str"}}, "path-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._SplitResultBase.path", "kind": "Mdef"}, "query": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._SplitResultBase.query", "name": "query", "type": "builtins.str"}}, "query-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._SplitResultBase.query", "kind": "Mdef"}, "scheme": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._SplitResultBase.scheme", "name": "scheme", "type": "builtins.str"}}, "scheme-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._SplitResultBase.scheme", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "_SplitResultBytesBase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.parse._SplitResultBytesBase", "name": "_SplitResultBytesBase", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "urllib.parse._SplitResultBytesBase", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["scheme", "netloc", "path", "query", "fragment"]}}, "module_name": "urllib.parse", "mro": ["urllib.parse._SplitResultBytesBase", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "urllib.parse._SplitResultBytesBase._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._SplitResultBytesBase.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._SplitResultBytesBase.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "scheme", "netloc", "path", "query", "fragment"], "flags": [], "fullname": "urllib.parse._SplitResultBytesBase.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "scheme", "netloc", "path", "query", "fragment"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "urllib.parse._SplitResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _SplitResultBytesBase", "ret_type": {".class": "TypeVarType", "fullname": "urllib.parse._SplitResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.parse._SplitResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "urllib.parse._SplitResultBytesBase._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "urllib.parse._SplitResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of _SplitResultBytesBase", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.parse._SplitResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._SplitResultBytesBase._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._SplitResultBytesBase._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._SplitResultBytesBase._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "urllib.parse._SplitResultBytesBase._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "urllib.parse._SplitResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _SplitResultBytesBase", "ret_type": {".class": "TypeVarType", "fullname": "urllib.parse._SplitResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.parse._SplitResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "urllib.parse._SplitResultBytesBase._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "urllib.parse._SplitResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _SplitResultBytesBase", "ret_type": {".class": "TypeVarType", "fullname": "urllib.parse._SplitResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.parse._SplitResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["_self", "scheme", "netloc", "path", "query", "fragment"], "flags": [], "fullname": "urllib.parse._SplitResultBytesBase._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["_self", "scheme", "netloc", "path", "query", "fragment"], "arg_types": [{".class": "TypeVarType", "fullname": "urllib.parse._SplitResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of _SplitResultBytesBase", "ret_type": {".class": "TypeVarType", "fullname": "urllib.parse._SplitResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.parse._SplitResultBytesBase._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.parse._SplitResultBytesBase._source", "name": "_source", "type": "builtins.str"}}, "fragment": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._SplitResultBytesBase.fragment", "name": "fragment", "type": "builtins.bytes"}}, "fragment-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._SplitResultBytesBase.fragment", "kind": "Mdef"}, "netloc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._SplitResultBytesBase.netloc", "name": "netloc", "type": "builtins.bytes"}}, "netloc-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._SplitResultBytesBase.netloc", "kind": "Mdef"}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._SplitResultBytesBase.path", "name": "path", "type": "builtins.bytes"}}, "path-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._SplitResultBytesBase.path", "kind": "Mdef"}, "query": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._SplitResultBytesBase.query", "name": "query", "type": "builtins.bytes"}}, "query-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._SplitResultBytesBase.query", "kind": "Mdef"}, "scheme": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "urllib.parse._SplitResultBytesBase.scheme", "name": "scheme", "type": "builtins.bytes"}}, "scheme-redefinition": {".class": "SymbolTableNode", "cross_ref": "urllib.parse._SplitResultBytesBase.scheme", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "_Str": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "urllib.parse._Str", "line": 7, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.parse.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.parse.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.parse.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.parse.__package__", "name": "__package__", "type": "builtins.str"}}, "non_hierarchical": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.parse.non_hierarchical", "name": "non_hierarchical", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "parse_qs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["qs", "keep_blank_values", "strict_parsing", "encoding", "errors", "max_num_fields", "separator"], "flags": [], "fullname": "urllib.parse.parse_qs", "name": "parse_qs", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["qs", "keep_blank_values", "strict_parsing", "encoding", "errors", "max_num_fields", "separator"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_qs", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "parse_qsl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["qs", "keep_blank_values", "strict_parsing", "encoding", "errors", "max_num_fields", "separator"], "flags": [], "fullname": "urllib.parse.parse_qsl", "name": "parse_qsl", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["qs", "keep_blank_values", "strict_parsing", "encoding", "errors", "max_num_fields", "separator"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_qsl", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "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"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "quote": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "urllib.parse.quote", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["string", "safe", "encoding", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "urllib.parse.quote", "name": "quote", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["string", "safe", "encoding", "errors"], "arg_types": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "urllib.parse._Str"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quote", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "quote", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["string", "safe"], "flags": ["is_overload", "is_decorated"], "fullname": "urllib.parse.quote", "name": "quote", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["string", "safe"], "arg_types": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "urllib.parse._Str"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quote", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "quote", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["string", "safe", "encoding", "errors"], "arg_types": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "urllib.parse._Str"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quote", "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["string", "safe"], "arg_types": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "urllib.parse._Str"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quote", "ret_type": "builtins.str", "type_guard": null, "variables": []}]}}}, "quote_from_bytes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["bs", "safe"], "flags": [], "fullname": "urllib.parse.quote_from_bytes", "name": "quote_from_bytes", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["bs", "safe"], "arg_types": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "urllib.parse._Str"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quote_from_bytes", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "quote_plus": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "urllib.parse.quote_plus", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["string", "safe", "encoding", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "urllib.parse.quote_plus", "name": "quote_plus", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["string", "safe", "encoding", "errors"], "arg_types": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "urllib.parse._Str"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quote_plus", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "quote_plus", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["string", "safe"], "flags": ["is_overload", "is_decorated"], "fullname": "urllib.parse.quote_plus", "name": "quote_plus", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["string", "safe"], "arg_types": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "urllib.parse._Str"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quote_plus", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "quote_plus", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["string", "safe", "encoding", "errors"], "arg_types": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "urllib.parse._Str"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quote_plus", "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["string", "safe"], "arg_types": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "urllib.parse._Str"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "quote_plus", "ret_type": "builtins.str", "type_guard": null, "variables": []}]}}}, "scheme_chars": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.parse.scheme_chars", "name": "scheme_chars", "type": "builtins.str"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "unquote": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["string", "encoding", "errors"], "flags": [], "fullname": "urllib.parse.unquote", "name": "unquote", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["string", "encoding", "errors"], "arg_types": ["builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unquote", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "unquote_plus": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["string", "encoding", "errors"], "flags": [], "fullname": "urllib.parse.unquote_plus", "name": "unquote_plus", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["string", "encoding", "errors"], "arg_types": ["builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unquote_plus", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "unquote_to_bytes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["string"], "flags": [], "fullname": "urllib.parse.unquote_to_bytes", "name": "unquote_to_bytes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["string"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "urllib.parse._Str"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unquote_to_bytes", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "urldefrag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "urllib.parse.urldefrag", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["url"], "flags": ["is_overload", "is_decorated"], "fullname": "urllib.parse.urldefrag", "name": "urldefrag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["url"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urldefrag", "ret_type": "urllib.parse.DefragResult", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "urldefrag", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["url"], "flags": ["is_overload", "is_decorated"], "fullname": "urllib.parse.urldefrag", "name": "urldefrag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["url"], "arg_types": [{".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urldefrag", "ret_type": "urllib.parse.DefragResultBytes", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "urldefrag", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["url"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urldefrag", "ret_type": "urllib.parse.DefragResult", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["url"], "arg_types": [{".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urldefrag", "ret_type": "urllib.parse.DefragResultBytes", "type_guard": null, "variables": []}]}}}, "urlencode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["query", "doseq", "safe", "encoding", "errors", "quote_via"], "flags": [], "fullname": "urllib.parse.urlencode", "name": "urlencode", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["query", "doseq", "safe", "encoding", "errors", "quote_via"], "arg_types": [{".class": "UnionType", "items": [{".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": "typing.Mapping"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".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}], "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.Sequence"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}], "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.Sequence"}]}, "builtins.bool", {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.str", "builtins.str", {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["builtins.str", {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urlencode", "ret_type": "builtins.str", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "urljoin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["base", "url", "allow_fragments"], "flags": [], "fullname": "urllib.parse.urljoin", "name": "urljoin", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["base", "url", "allow_fragments"], "arg_types": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urljoin", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}}, "urlparse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "urllib.parse.urlparse", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["url", "scheme", "allow_fragments"], "flags": ["is_overload", "is_decorated"], "fullname": "urllib.parse.urlparse", "name": "urlparse", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["url", "scheme", "allow_fragments"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urlparse", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": "urllib.parse.ParseResult"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "urlparse", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["url", "scheme", "allow_fragments"], "flags": ["is_overload", "is_decorated"], "fullname": "urllib.parse.urlparse", "name": "urlparse", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["url", "scheme", "allow_fragments"], "arg_types": [{".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urlparse", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": "urllib.parse.ParseResultBytes"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "urlparse", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["url", "scheme", "allow_fragments"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urlparse", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": "urllib.parse.ParseResult"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["url", "scheme", "allow_fragments"], "arg_types": [{".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urlparse", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": "urllib.parse.ParseResultBytes"}, "type_guard": null, "variables": []}]}}}, "urlsplit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "urllib.parse.urlsplit", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["url", "scheme", "allow_fragments"], "flags": ["is_overload", "is_decorated"], "fullname": "urllib.parse.urlsplit", "name": "urlsplit", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["url", "scheme", "allow_fragments"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urlsplit", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": "urllib.parse.SplitResult"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "urlsplit", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["url", "scheme", "allow_fragments"], "flags": ["is_overload", "is_decorated"], "fullname": "urllib.parse.urlsplit", "name": "urlsplit", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["url", "scheme", "allow_fragments"], "arg_types": [{".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urlsplit", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": "urllib.parse.SplitResultBytes"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "urlsplit", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["url", "scheme", "allow_fragments"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urlsplit", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": "urllib.parse.SplitResult"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["url", "scheme", "allow_fragments"], "arg_types": [{".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urlsplit", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes", "builtins.bytes"], "partial_fallback": "urllib.parse.SplitResultBytes"}, "type_guard": null, "variables": []}]}}}, "urlunparse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "urllib.parse.urlunparse", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["components"], "flags": ["is_overload", "is_decorated"], "fullname": "urllib.parse.urlunparse", "name": "urlunparse", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["components"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urlunparse", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "urlunparse", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["components"], "flags": ["is_overload", "is_decorated"], "fullname": "urllib.parse.urlunparse", "name": "urlunparse", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["components"], "arg_types": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urlunparse", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "urlunparse", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["components"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urlunparse", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["components"], "arg_types": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urlunparse", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "urlunsplit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "urllib.parse.urlunsplit", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["components"], "flags": ["is_overload", "is_decorated"], "fullname": "urllib.parse.urlunsplit", "name": "urlunsplit", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["components"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urlunsplit", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "urlunsplit", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["components"], "flags": ["is_overload", "is_decorated"], "fullname": "urllib.parse.urlunsplit", "name": "urlunsplit", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["components"], "arg_types": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urlunsplit", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "urlunsplit", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["components"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urlunsplit", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["components"], "arg_types": [{".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, {".class": "NoneType"}]}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urlunsplit", "ret_type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "typing.AnyStr", "id": -1, "name": "AnyStr", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}]}}}, "uses_fragment": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.parse.uses_fragment", "name": "uses_fragment", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "uses_netloc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.parse.uses_netloc", "name": "uses_netloc", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "uses_params": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.parse.uses_params", "name": "uses_params", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "uses_query": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.parse.uses_query", "name": "uses_query", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "uses_relative": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.parse.uses_relative", "name": "uses_relative", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/urllib/parse.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/urllib/parse.meta.json b/.mypy_cache/3.9/urllib/parse.meta.json deleted file mode 100644 index f117a4e72..000000000 --- a/.mypy_cache/3.9/urllib/parse.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 5, 1, 1], "dep_prios": [10, 5, 5, 5, 30], "dependencies": ["sys", "typing", "types", "builtins", "abc"], "hash": "42db1a4c436c63b660e783719abf25c5c788861ab1fe5a69c6411de1b9886645", "id": "urllib.parse", "ignore_all": true, "interface_hash": "73a0c9e6ba2dcd9c960fbcb9d9068879a4050fb5d27f48eab7d10f44d80c0f96", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/urllib/parse.pyi", "plugin_data": null, "size": 5009, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/urllib/request.data.json b/.mypy_cache/3.9/urllib/request.data.json deleted file mode 100644 index b4476b08d..000000000 --- a/.mypy_cache/3.9/urllib/request.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "urllib.request", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AbstractBasicAuthHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.AbstractBasicAuthHandler", "name": "AbstractBasicAuthHandler", "type_vars": []}, "flags": [], "fullname": "urllib.request.AbstractBasicAuthHandler", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.AbstractBasicAuthHandler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "password_mgr"], "flags": [], "fullname": "urllib.request.AbstractBasicAuthHandler.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "password_mgr"], "arg_types": ["urllib.request.AbstractBasicAuthHandler", {".class": "UnionType", "items": ["urllib.request.HTTPPasswordMgr", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of AbstractBasicAuthHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_password": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.request.AbstractBasicAuthHandler.add_password", "name": "add_password", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "http_error_auth_reqed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "authreq", "host", "req", "headers"], "flags": [], "fullname": "urllib.request.AbstractBasicAuthHandler.http_error_auth_reqed", "name": "http_error_auth_reqed", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "authreq", "host", "req", "headers"], "arg_types": ["urllib.request.AbstractBasicAuthHandler", "builtins.str", "builtins.str", "urllib.request.Request", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_error_auth_reqed of AbstractBasicAuthHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "http_request": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "req"], "flags": [], "fullname": "urllib.request.AbstractBasicAuthHandler.http_request", "name": "http_request", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "req"], "arg_types": ["urllib.request.AbstractBasicAuthHandler", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_request of AbstractBasicAuthHandler", "ret_type": "urllib.request.Request", "type_guard": null, "variables": []}}}, "http_response": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "req", "response"], "flags": [], "fullname": "urllib.request.AbstractBasicAuthHandler.http_response", "name": "http_response", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "req", "response"], "arg_types": ["urllib.request.AbstractBasicAuthHandler", "urllib.request.Request", "http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_response of AbstractBasicAuthHandler", "ret_type": "http.client.HTTPResponse", "type_guard": null, "variables": []}}}, "https_request": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "req"], "flags": [], "fullname": "urllib.request.AbstractBasicAuthHandler.https_request", "name": "https_request", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "req"], "arg_types": ["urllib.request.AbstractBasicAuthHandler", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "https_request of AbstractBasicAuthHandler", "ret_type": "urllib.request.Request", "type_guard": null, "variables": []}}}, "https_response": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "req", "response"], "flags": [], "fullname": "urllib.request.AbstractBasicAuthHandler.https_response", "name": "https_response", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "req", "response"], "arg_types": ["urllib.request.AbstractBasicAuthHandler", "urllib.request.Request", "http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "https_response of AbstractBasicAuthHandler", "ret_type": "http.client.HTTPResponse", "type_guard": null, "variables": []}}}, "passwd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.request.AbstractBasicAuthHandler.passwd", "name": "passwd", "type": "urllib.request.HTTPPasswordMgr"}}, "retry_http_basic_auth": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "host", "req", "realm"], "flags": [], "fullname": "urllib.request.AbstractBasicAuthHandler.retry_http_basic_auth", "name": "retry_http_basic_auth", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "host", "req", "realm"], "arg_types": ["urllib.request.AbstractBasicAuthHandler", "builtins.str", "urllib.request.Request", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "retry_http_basic_auth of AbstractBasicAuthHandler", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "rx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "urllib.request.AbstractBasicAuthHandler.rx", "name": "rx", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AbstractDigestAuthHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.AbstractDigestAuthHandler", "name": "AbstractDigestAuthHandler", "type_vars": []}, "flags": [], "fullname": "urllib.request.AbstractDigestAuthHandler", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.AbstractDigestAuthHandler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "passwd"], "flags": [], "fullname": "urllib.request.AbstractDigestAuthHandler.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "passwd"], "arg_types": ["urllib.request.AbstractDigestAuthHandler", {".class": "UnionType", "items": ["urllib.request.HTTPPasswordMgr", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of AbstractDigestAuthHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get_algorithm_impls": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "algorithm"], "flags": [], "fullname": "urllib.request.AbstractDigestAuthHandler.get_algorithm_impls", "name": "get_algorithm_impls", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "algorithm"], "arg_types": ["urllib.request.AbstractDigestAuthHandler", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_algorithm_impls of AbstractDigestAuthHandler", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}], "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_authorization": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "req", "chal"], "flags": [], "fullname": "urllib.request.AbstractDigestAuthHandler.get_authorization", "name": "get_authorization", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "req", "chal"], "arg_types": ["urllib.request.AbstractDigestAuthHandler", "urllib.request.Request", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_authorization of AbstractDigestAuthHandler", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "get_cnonce": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "nonce"], "flags": [], "fullname": "urllib.request.AbstractDigestAuthHandler.get_cnonce", "name": "get_cnonce", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "nonce"], "arg_types": ["urllib.request.AbstractDigestAuthHandler", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_cnonce of AbstractDigestAuthHandler", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "get_entity_digest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "data", "chal"], "flags": [], "fullname": "urllib.request.AbstractDigestAuthHandler.get_entity_digest", "name": "get_entity_digest", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "data", "chal"], "arg_types": ["urllib.request.AbstractDigestAuthHandler", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_entity_digest of AbstractDigestAuthHandler", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "http_error_auth_reqed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "auth_header", "host", "req", "headers"], "flags": [], "fullname": "urllib.request.AbstractDigestAuthHandler.http_error_auth_reqed", "name": "http_error_auth_reqed", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "auth_header", "host", "req", "headers"], "arg_types": ["urllib.request.AbstractDigestAuthHandler", "builtins.str", "builtins.str", "urllib.request.Request", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_error_auth_reqed of AbstractDigestAuthHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reset_retry_count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.request.AbstractDigestAuthHandler.reset_retry_count", "name": "reset_retry_count", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.request.AbstractDigestAuthHandler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_retry_count of AbstractDigestAuthHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "retry_http_digest_auth": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "req", "auth"], "flags": [], "fullname": "urllib.request.AbstractDigestAuthHandler.retry_http_digest_auth", "name": "retry_http_digest_auth", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "req", "auth"], "arg_types": ["urllib.request.AbstractDigestAuthHandler", "urllib.request.Request", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "retry_http_digest_auth of AbstractDigestAuthHandler", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AbstractHTTPHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.request.BaseHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.AbstractHTTPHandler", "name": "AbstractHTTPHandler", "type_vars": []}, "flags": [], "fullname": "urllib.request.AbstractHTTPHandler", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.AbstractHTTPHandler", "urllib.request.BaseHandler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "debuglevel"], "flags": [], "fullname": "urllib.request.AbstractHTTPHandler.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "debuglevel"], "arg_types": ["urllib.request.AbstractHTTPHandler", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of AbstractHTTPHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "do_open": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 4], "arg_names": ["self", "http_class", "req", "http_conn_args"], "flags": [], "fullname": "urllib.request.AbstractHTTPHandler.do_open", "name": "do_open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 4], "arg_names": ["self", "http_class", "req", "http_conn_args"], "arg_types": ["urllib.request.AbstractHTTPHandler", "http.client._HTTPConnectionProtocol", "urllib.request.Request", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_open of AbstractHTTPHandler", "ret_type": "http.client.HTTPResponse", "type_guard": null, "variables": []}}}, "do_request_": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "flags": [], "fullname": "urllib.request.AbstractHTTPHandler.do_request_", "name": "do_request_", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "arg_types": ["urllib.request.AbstractHTTPHandler", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "do_request_ of AbstractHTTPHandler", "ret_type": "urllib.request.Request", "type_guard": null, "variables": []}}}, "set_http_debuglevel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "level"], "flags": [], "fullname": "urllib.request.AbstractHTTPHandler.set_http_debuglevel", "name": "set_http_debuglevel", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "level"], "arg_types": ["urllib.request.AbstractHTTPHandler", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_http_debuglevel of AbstractHTTPHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BaseHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.BaseHandler", "name": "BaseHandler", "type_vars": []}, "flags": [], "fullname": "urllib.request.BaseHandler", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.BaseHandler", "builtins.object"], "names": {".class": "SymbolTable", "add_parent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "parent"], "flags": [], "fullname": "urllib.request.BaseHandler.add_parent", "name": "add_parent", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "parent"], "arg_types": ["urllib.request.BaseHandler", "urllib.request.OpenerDirector"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_parent of BaseHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.request.BaseHandler.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.request.BaseHandler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of BaseHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "handler_order": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "urllib.request.BaseHandler.handler_order", "name": "handler_order", "type": "builtins.int"}}, "parent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.request.BaseHandler.parent", "name": "parent", "type": "urllib.request.OpenerDirector"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CacheFTPHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.request.FTPHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.CacheFTPHandler", "name": "CacheFTPHandler", "type_vars": []}, "flags": [], "fullname": "urllib.request.CacheFTPHandler", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.CacheFTPHandler", "urllib.request.FTPHandler", "urllib.request.BaseHandler", "builtins.object"], "names": {".class": "SymbolTable", "check_cache": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.request.CacheFTPHandler.check_cache", "name": "check_cache", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.request.CacheFTPHandler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_cache of CacheFTPHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "clear_cache": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.request.CacheFTPHandler.clear_cache", "name": "clear_cache", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.request.CacheFTPHandler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear_cache of CacheFTPHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "connect_ftp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "user", "passwd", "host", "port", "dirs", "timeout"], "flags": [], "fullname": "urllib.request.CacheFTPHandler.connect_ftp", "name": "connect_ftp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "user", "passwd", "host", "port", "dirs", "timeout"], "arg_types": ["urllib.request.CacheFTPHandler", "builtins.str", "builtins.str", "builtins.str", "builtins.int", "builtins.str", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "connect_ftp of CacheFTPHandler", "ret_type": "urllib.request.ftpwrapper", "type_guard": null, "variables": []}}}, "setMaxConns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "m"], "flags": [], "fullname": "urllib.request.CacheFTPHandler.setMaxConns", "name": "setMaxConns", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "m"], "arg_types": ["urllib.request.CacheFTPHandler", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setMaxConns of CacheFTPHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setTimeout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "t"], "flags": [], "fullname": "urllib.request.CacheFTPHandler.setTimeout", "name": "setTimeout", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "t"], "arg_types": ["urllib.request.CacheFTPHandler", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setTimeout of CacheFTPHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ClassVar": {".class": "SymbolTableNode", "cross_ref": "typing.ClassVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "CookieJar": {".class": "SymbolTableNode", "cross_ref": "http.cookiejar.CookieJar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DataHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.request.BaseHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.DataHandler", "name": "DataHandler", "type_vars": []}, "flags": [], "fullname": "urllib.request.DataHandler", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.DataHandler", "urllib.request.BaseHandler", "builtins.object"], "names": {".class": "SymbolTable", "data_open": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "req"], "flags": [], "fullname": "urllib.request.DataHandler.data_open", "name": "data_open", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "req"], "arg_types": ["urllib.request.DataHandler", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "data_open of DataHandler", "ret_type": "urllib.response.addinfourl", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "FTPHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.request.BaseHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.FTPHandler", "name": "FTPHandler", "type_vars": []}, "flags": [], "fullname": "urllib.request.FTPHandler", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.FTPHandler", "urllib.request.BaseHandler", "builtins.object"], "names": {".class": "SymbolTable", "connect_ftp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "user", "passwd", "host", "port", "dirs", "timeout"], "flags": [], "fullname": "urllib.request.FTPHandler.connect_ftp", "name": "connect_ftp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "user", "passwd", "host", "port", "dirs", "timeout"], "arg_types": ["urllib.request.FTPHandler", "builtins.str", "builtins.str", "builtins.str", "builtins.int", "builtins.str", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "connect_ftp of FTPHandler", "ret_type": "urllib.request.ftpwrapper", "type_guard": null, "variables": []}}}, "ftp_open": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "req"], "flags": [], "fullname": "urllib.request.FTPHandler.ftp_open", "name": "ftp_open", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "req"], "arg_types": ["urllib.request.FTPHandler", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ftp_open of FTPHandler", "ret_type": "urllib.response.addinfourl", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FancyURLopener": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.request.URLopener"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.FancyURLopener", "name": "FancyURLopener", "type_vars": []}, "flags": [], "fullname": "urllib.request.FancyURLopener", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.FancyURLopener", "urllib.request.URLopener", "builtins.object"], "names": {".class": "SymbolTable", "get_user_passwd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "host", "realm", "clear_cache"], "flags": [], "fullname": "urllib.request.FancyURLopener.get_user_passwd", "name": "get_user_passwd", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "host", "realm", "clear_cache"], "arg_types": ["urllib.request.FancyURLopener", "builtins.str", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_user_passwd of FancyURLopener", "ret_type": {".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_guard": null, "variables": []}}}, "http_error_301": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "url", "fp", "errcode", "errmsg", "headers", "data"], "flags": [], "fullname": "urllib.request.FancyURLopener.http_error_301", "name": "http_error_301", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "url", "fp", "errcode", "errmsg", "headers", "data"], "arg_types": ["urllib.request.FancyURLopener", "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "builtins.int", "builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_error_301 of FancyURLopener", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "urllib.response.addinfourl", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "http_error_302": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "url", "fp", "errcode", "errmsg", "headers", "data"], "flags": [], "fullname": "urllib.request.FancyURLopener.http_error_302", "name": "http_error_302", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "url", "fp", "errcode", "errmsg", "headers", "data"], "arg_types": ["urllib.request.FancyURLopener", "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "builtins.int", "builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_error_302 of FancyURLopener", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "urllib.response.addinfourl", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "http_error_303": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "url", "fp", "errcode", "errmsg", "headers", "data"], "flags": [], "fullname": "urllib.request.FancyURLopener.http_error_303", "name": "http_error_303", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "url", "fp", "errcode", "errmsg", "headers", "data"], "arg_types": ["urllib.request.FancyURLopener", "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "builtins.int", "builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_error_303 of FancyURLopener", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "urllib.response.addinfourl", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "http_error_307": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "url", "fp", "errcode", "errmsg", "headers", "data"], "flags": [], "fullname": "urllib.request.FancyURLopener.http_error_307", "name": "http_error_307", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "url", "fp", "errcode", "errmsg", "headers", "data"], "arg_types": ["urllib.request.FancyURLopener", "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "builtins.int", "builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_error_307 of FancyURLopener", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "urllib.response.addinfourl", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "http_error_401": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "url", "fp", "errcode", "errmsg", "headers", "data", "retry"], "flags": [], "fullname": "urllib.request.FancyURLopener.http_error_401", "name": "http_error_401", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "url", "fp", "errcode", "errmsg", "headers", "data", "retry"], "arg_types": ["urllib.request.FancyURLopener", "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "builtins.int", "builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_error_401 of FancyURLopener", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "http_error_407": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "url", "fp", "errcode", "errmsg", "headers", "data", "retry"], "flags": [], "fullname": "urllib.request.FancyURLopener.http_error_407", "name": "http_error_407", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "url", "fp", "errcode", "errmsg", "headers", "data", "retry"], "arg_types": ["urllib.request.FancyURLopener", "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "builtins.int", "builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_error_407 of FancyURLopener", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "http_error_default": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "url", "fp", "errcode", "errmsg", "headers"], "flags": [], "fullname": "urllib.request.FancyURLopener.http_error_default", "name": "http_error_default", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "url", "fp", "errcode", "errmsg", "headers"], "arg_types": ["urllib.request.FancyURLopener", "builtins.str", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "builtins.int", "builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_error_default of FancyURLopener", "ret_type": "urllib.response.addinfourl", "type_guard": null, "variables": []}}}, "prompt_user_passwd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "host", "realm"], "flags": [], "fullname": "urllib.request.FancyURLopener.prompt_user_passwd", "name": "prompt_user_passwd", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "host", "realm"], "arg_types": ["urllib.request.FancyURLopener", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prompt_user_passwd of FancyURLopener", "ret_type": {".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_guard": null, "variables": []}}}, "redirect_internal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "url", "fp", "errcode", "errmsg", "headers", "data"], "flags": [], "fullname": "urllib.request.FancyURLopener.redirect_internal", "name": "redirect_internal", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "url", "fp", "errcode", "errmsg", "headers", "data"], "arg_types": ["urllib.request.FancyURLopener", "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "builtins.int", "builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "redirect_internal of FancyURLopener", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "retry_http_basic_auth": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "url", "realm", "data"], "flags": [], "fullname": "urllib.request.FancyURLopener.retry_http_basic_auth", "name": "retry_http_basic_auth", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "url", "realm", "data"], "arg_types": ["urllib.request.FancyURLopener", "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "retry_http_basic_auth of FancyURLopener", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "retry_https_basic_auth": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "url", "realm", "data"], "flags": [], "fullname": "urllib.request.FancyURLopener.retry_https_basic_auth", "name": "retry_https_basic_auth", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "url", "realm", "data"], "arg_types": ["urllib.request.FancyURLopener", "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "retry_https_basic_auth of FancyURLopener", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "retry_proxy_http_basic_auth": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "url", "realm", "data"], "flags": [], "fullname": "urllib.request.FancyURLopener.retry_proxy_http_basic_auth", "name": "retry_proxy_http_basic_auth", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "url", "realm", "data"], "arg_types": ["urllib.request.FancyURLopener", "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "retry_proxy_http_basic_auth of FancyURLopener", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "retry_proxy_https_basic_auth": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "url", "realm", "data"], "flags": [], "fullname": "urllib.request.FancyURLopener.retry_proxy_https_basic_auth", "name": "retry_proxy_https_basic_auth", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "url", "realm", "data"], "arg_types": ["urllib.request.FancyURLopener", "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "retry_proxy_https_basic_auth of FancyURLopener", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FileHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.request.BaseHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.FileHandler", "name": "FileHandler", "type_vars": []}, "flags": [], "fullname": "urllib.request.FileHandler", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.FileHandler", "urllib.request.BaseHandler", "builtins.object"], "names": {".class": "SymbolTable", "file_open": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "req"], "flags": [], "fullname": "urllib.request.FileHandler.file_open", "name": "file_open", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "req"], "arg_types": ["urllib.request.FileHandler", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "file_open of FileHandler", "ret_type": "urllib.response.addinfourl", "type_guard": null, "variables": []}}}, "get_names": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.request.FileHandler.get_names", "name": "get_names", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.request.FileHandler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_names of FileHandler", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "names": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "urllib.request.FileHandler.names", "name": "names", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}}}, "open_local_file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "req"], "flags": [], "fullname": "urllib.request.FileHandler.open_local_file", "name": "open_local_file", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "req"], "arg_types": ["urllib.request.FileHandler", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open_local_file of FileHandler", "ret_type": "urllib.response.addinfourl", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPBasicAuthHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.request.AbstractBasicAuthHandler", "urllib.request.BaseHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.HTTPBasicAuthHandler", "name": "HTTPBasicAuthHandler", "type_vars": []}, "flags": [], "fullname": "urllib.request.HTTPBasicAuthHandler", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.HTTPBasicAuthHandler", "urllib.request.AbstractBasicAuthHandler", "urllib.request.BaseHandler", "builtins.object"], "names": {".class": "SymbolTable", "auth_header": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "urllib.request.HTTPBasicAuthHandler.auth_header", "name": "auth_header", "type": "builtins.str"}}, "http_error_401": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "req", "fp", "code", "msg", "headers"], "flags": [], "fullname": "urllib.request.HTTPBasicAuthHandler.http_error_401", "name": "http_error_401", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "req", "fp", "code", "msg", "headers"], "arg_types": ["urllib.request.HTTPBasicAuthHandler", "urllib.request.Request", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "builtins.int", "builtins.int", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_error_401 of HTTPBasicAuthHandler", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPCookieProcessor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.request.BaseHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.HTTPCookieProcessor", "name": "HTTPCookieProcessor", "type_vars": []}, "flags": [], "fullname": "urllib.request.HTTPCookieProcessor", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.HTTPCookieProcessor", "urllib.request.BaseHandler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "cookiejar"], "flags": [], "fullname": "urllib.request.HTTPCookieProcessor.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "cookiejar"], "arg_types": ["urllib.request.HTTPCookieProcessor", {".class": "UnionType", "items": ["http.cookiejar.CookieJar", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of HTTPCookieProcessor", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cookiejar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.request.HTTPCookieProcessor.cookiejar", "name": "cookiejar", "type": "http.cookiejar.CookieJar"}}, "http_request": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "flags": [], "fullname": "urllib.request.HTTPCookieProcessor.http_request", "name": "http_request", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "arg_types": ["urllib.request.HTTPCookieProcessor", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_request of HTTPCookieProcessor", "ret_type": "urllib.request.Request", "type_guard": null, "variables": []}}}, "http_response": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "request", "response"], "flags": [], "fullname": "urllib.request.HTTPCookieProcessor.http_response", "name": "http_response", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "request", "response"], "arg_types": ["urllib.request.HTTPCookieProcessor", "urllib.request.Request", "http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_response of HTTPCookieProcessor", "ret_type": "http.client.HTTPResponse", "type_guard": null, "variables": []}}}, "https_request": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "flags": [], "fullname": "urllib.request.HTTPCookieProcessor.https_request", "name": "https_request", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "arg_types": ["urllib.request.HTTPCookieProcessor", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "https_request of HTTPCookieProcessor", "ret_type": "urllib.request.Request", "type_guard": null, "variables": []}}}, "https_response": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "request", "response"], "flags": [], "fullname": "urllib.request.HTTPCookieProcessor.https_response", "name": "https_response", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "request", "response"], "arg_types": ["urllib.request.HTTPCookieProcessor", "urllib.request.Request", "http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "https_response of HTTPCookieProcessor", "ret_type": "http.client.HTTPResponse", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPDefaultErrorHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.request.BaseHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.HTTPDefaultErrorHandler", "name": "HTTPDefaultErrorHandler", "type_vars": []}, "flags": [], "fullname": "urllib.request.HTTPDefaultErrorHandler", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.HTTPDefaultErrorHandler", "urllib.request.BaseHandler", "builtins.object"], "names": {".class": "SymbolTable", "http_error_default": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "req", "fp", "code", "msg", "hdrs"], "flags": [], "fullname": "urllib.request.HTTPDefaultErrorHandler.http_error_default", "name": "http_error_default", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "req", "fp", "code", "msg", "hdrs"], "arg_types": ["urllib.request.HTTPDefaultErrorHandler", "urllib.request.Request", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "builtins.int", "builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_error_default of HTTPDefaultErrorHandler", "ret_type": "urllib.error.HTTPError", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPDigestAuthHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.request.BaseHandler", "urllib.request.AbstractDigestAuthHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.HTTPDigestAuthHandler", "name": "HTTPDigestAuthHandler", "type_vars": []}, "flags": [], "fullname": "urllib.request.HTTPDigestAuthHandler", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.HTTPDigestAuthHandler", "urllib.request.BaseHandler", "urllib.request.AbstractDigestAuthHandler", "builtins.object"], "names": {".class": "SymbolTable", "auth_header": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "urllib.request.HTTPDigestAuthHandler.auth_header", "name": "auth_header", "type": "builtins.str"}}, "http_error_401": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "req", "fp", "code", "msg", "headers"], "flags": [], "fullname": "urllib.request.HTTPDigestAuthHandler.http_error_401", "name": "http_error_401", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "req", "fp", "code", "msg", "headers"], "arg_types": ["urllib.request.HTTPDigestAuthHandler", "urllib.request.Request", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "builtins.int", "builtins.int", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_error_401 of HTTPDigestAuthHandler", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPError": {".class": "SymbolTableNode", "cross_ref": "urllib.error.HTTPError", "kind": "Gdef", "module_hidden": true, "module_public": false}, "HTTPErrorProcessor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.request.BaseHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.HTTPErrorProcessor", "name": "HTTPErrorProcessor", "type_vars": []}, "flags": [], "fullname": "urllib.request.HTTPErrorProcessor", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.HTTPErrorProcessor", "urllib.request.BaseHandler", "builtins.object"], "names": {".class": "SymbolTable", "http_response": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "request", "response"], "flags": [], "fullname": "urllib.request.HTTPErrorProcessor.http_response", "name": "http_response", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "request", "response"], "arg_types": ["urllib.request.HTTPErrorProcessor", "urllib.request.Request", "http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_response of HTTPErrorProcessor", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "urllib.request._UrlopenRet"}, "type_guard": null, "variables": []}}}, "https_response": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "request", "response"], "flags": [], "fullname": "urllib.request.HTTPErrorProcessor.https_response", "name": "https_response", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "request", "response"], "arg_types": ["urllib.request.HTTPErrorProcessor", "urllib.request.Request", "http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "https_response of HTTPErrorProcessor", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "urllib.request._UrlopenRet"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.request.AbstractHTTPHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.HTTPHandler", "name": "HTTPHandler", "type_vars": []}, "flags": [], "fullname": "urllib.request.HTTPHandler", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.HTTPHandler", "urllib.request.AbstractHTTPHandler", "urllib.request.BaseHandler", "builtins.object"], "names": {".class": "SymbolTable", "http_open": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "req"], "flags": [], "fullname": "urllib.request.HTTPHandler.http_open", "name": "http_open", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "req"], "arg_types": ["urllib.request.HTTPHandler", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_open of HTTPHandler", "ret_type": "http.client.HTTPResponse", "type_guard": null, "variables": []}}}, "http_request": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "flags": [], "fullname": "urllib.request.HTTPHandler.http_request", "name": "http_request", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "arg_types": ["urllib.request.HTTPHandler", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_request of HTTPHandler", "ret_type": "urllib.request.Request", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPMessage": {".class": "SymbolTableNode", "cross_ref": "http.client.HTTPMessage", "kind": "Gdef", "module_hidden": true, "module_public": false}, "HTTPPasswordMgr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.HTTPPasswordMgr", "name": "HTTPPasswordMgr", "type_vars": []}, "flags": [], "fullname": "urllib.request.HTTPPasswordMgr", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.HTTPPasswordMgr", "builtins.object"], "names": {".class": "SymbolTable", "add_password": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "realm", "uri", "user", "passwd"], "flags": [], "fullname": "urllib.request.HTTPPasswordMgr.add_password", "name": "add_password", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "realm", "uri", "user", "passwd"], "arg_types": ["urllib.request.HTTPPasswordMgr", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_password of HTTPPasswordMgr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "find_user_password": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "realm", "authuri"], "flags": [], "fullname": "urllib.request.HTTPPasswordMgr.find_user_password", "name": "find_user_password", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "realm", "authuri"], "arg_types": ["urllib.request.HTTPPasswordMgr", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_user_password of HTTPPasswordMgr", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "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": []}}}, "is_suburi": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "base", "test"], "flags": [], "fullname": "urllib.request.HTTPPasswordMgr.is_suburi", "name": "is_suburi", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "base", "test"], "arg_types": ["urllib.request.HTTPPasswordMgr", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_suburi of HTTPPasswordMgr", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "reduce_uri": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "uri", "default_port"], "flags": [], "fullname": "urllib.request.HTTPPasswordMgr.reduce_uri", "name": "reduce_uri", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "uri", "default_port"], "arg_types": ["urllib.request.HTTPPasswordMgr", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reduce_uri of HTTPPasswordMgr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPPasswordMgrWithDefaultRealm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.request.HTTPPasswordMgr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.HTTPPasswordMgrWithDefaultRealm", "name": "HTTPPasswordMgrWithDefaultRealm", "type_vars": []}, "flags": [], "fullname": "urllib.request.HTTPPasswordMgrWithDefaultRealm", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.HTTPPasswordMgrWithDefaultRealm", "urllib.request.HTTPPasswordMgr", "builtins.object"], "names": {".class": "SymbolTable", "add_password": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "realm", "uri", "user", "passwd"], "flags": [], "fullname": "urllib.request.HTTPPasswordMgrWithDefaultRealm.add_password", "name": "add_password", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "realm", "uri", "user", "passwd"], "arg_types": ["urllib.request.HTTPPasswordMgrWithDefaultRealm", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_password of HTTPPasswordMgrWithDefaultRealm", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "find_user_password": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "realm", "authuri"], "flags": [], "fullname": "urllib.request.HTTPPasswordMgrWithDefaultRealm.find_user_password", "name": "find_user_password", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "realm", "authuri"], "arg_types": ["urllib.request.HTTPPasswordMgrWithDefaultRealm", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "find_user_password of HTTPPasswordMgrWithDefaultRealm", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "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": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPPasswordMgrWithPriorAuth": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.request.HTTPPasswordMgrWithDefaultRealm"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.HTTPPasswordMgrWithPriorAuth", "name": "HTTPPasswordMgrWithPriorAuth", "type_vars": []}, "flags": [], "fullname": "urllib.request.HTTPPasswordMgrWithPriorAuth", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.HTTPPasswordMgrWithPriorAuth", "urllib.request.HTTPPasswordMgrWithDefaultRealm", "urllib.request.HTTPPasswordMgr", "builtins.object"], "names": {".class": "SymbolTable", "add_password": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1], "arg_names": ["self", "realm", "uri", "user", "passwd", "is_authenticated"], "flags": [], "fullname": "urllib.request.HTTPPasswordMgrWithPriorAuth.add_password", "name": "add_password", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 1], "arg_names": ["self", "realm", "uri", "user", "passwd", "is_authenticated"], "arg_types": ["urllib.request.HTTPPasswordMgrWithPriorAuth", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}, "builtins.str", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_password of HTTPPasswordMgrWithPriorAuth", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "is_authenticated": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "authuri"], "flags": [], "fullname": "urllib.request.HTTPPasswordMgrWithPriorAuth.is_authenticated", "name": "is_authenticated", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "authuri"], "arg_types": ["urllib.request.HTTPPasswordMgrWithPriorAuth", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_authenticated of HTTPPasswordMgrWithPriorAuth", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "update_authenticated": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "uri", "is_authenticated"], "flags": [], "fullname": "urllib.request.HTTPPasswordMgrWithPriorAuth.update_authenticated", "name": "update_authenticated", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "uri", "is_authenticated"], "arg_types": ["urllib.request.HTTPPasswordMgrWithPriorAuth", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "update_authenticated of HTTPPasswordMgrWithPriorAuth", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPRedirectHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.request.BaseHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.HTTPRedirectHandler", "name": "HTTPRedirectHandler", "type_vars": []}, "flags": [], "fullname": "urllib.request.HTTPRedirectHandler", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.HTTPRedirectHandler", "urllib.request.BaseHandler", "builtins.object"], "names": {".class": "SymbolTable", "http_error_301": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "req", "fp", "code", "msg", "headers"], "flags": [], "fullname": "urllib.request.HTTPRedirectHandler.http_error_301", "name": "http_error_301", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "req", "fp", "code", "msg", "headers"], "arg_types": ["urllib.request.HTTPRedirectHandler", "urllib.request.Request", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "builtins.int", "builtins.int", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_error_301 of HTTPRedirectHandler", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "http_error_302": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "req", "fp", "code", "msg", "headers"], "flags": [], "fullname": "urllib.request.HTTPRedirectHandler.http_error_302", "name": "http_error_302", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "req", "fp", "code", "msg", "headers"], "arg_types": ["urllib.request.HTTPRedirectHandler", "urllib.request.Request", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "builtins.int", "builtins.int", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_error_302 of HTTPRedirectHandler", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "http_error_303": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "req", "fp", "code", "msg", "headers"], "flags": [], "fullname": "urllib.request.HTTPRedirectHandler.http_error_303", "name": "http_error_303", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "req", "fp", "code", "msg", "headers"], "arg_types": ["urllib.request.HTTPRedirectHandler", "urllib.request.Request", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "builtins.int", "builtins.int", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_error_303 of HTTPRedirectHandler", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "http_error_307": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "req", "fp", "code", "msg", "headers"], "flags": [], "fullname": "urllib.request.HTTPRedirectHandler.http_error_307", "name": "http_error_307", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "req", "fp", "code", "msg", "headers"], "arg_types": ["urllib.request.HTTPRedirectHandler", "urllib.request.Request", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "builtins.int", "builtins.int", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_error_307 of HTTPRedirectHandler", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "inf_msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "urllib.request.HTTPRedirectHandler.inf_msg", "name": "inf_msg", "type": "builtins.str"}}, "max_redirections": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "urllib.request.HTTPRedirectHandler.max_redirections", "name": "max_redirections", "type": "builtins.int"}}, "max_repeats": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "urllib.request.HTTPRedirectHandler.max_repeats", "name": "max_repeats", "type": "builtins.int"}}, "redirect_request": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "req", "fp", "code", "msg", "headers", "newurl"], "flags": [], "fullname": "urllib.request.HTTPRedirectHandler.redirect_request", "name": "redirect_request", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "req", "fp", "code", "msg", "headers", "newurl"], "arg_types": ["urllib.request.HTTPRedirectHandler", "urllib.request.Request", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "builtins.int", "builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "redirect_request of HTTPRedirectHandler", "ret_type": {".class": "UnionType", "items": ["urllib.request.Request", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPResponse": {".class": "SymbolTableNode", "cross_ref": "http.client.HTTPResponse", "kind": "Gdef", "module_hidden": true, "module_public": false}, "HTTPSHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.request.AbstractHTTPHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.HTTPSHandler", "name": "HTTPSHandler", "type_vars": []}, "flags": [], "fullname": "urllib.request.HTTPSHandler", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.HTTPSHandler", "urllib.request.AbstractHTTPHandler", "urllib.request.BaseHandler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "debuglevel", "context", "check_hostname"], "flags": [], "fullname": "urllib.request.HTTPSHandler.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "debuglevel", "context", "check_hostname"], "arg_types": ["urllib.request.HTTPSHandler", "builtins.int", {".class": "UnionType", "items": ["ssl.SSLContext", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of HTTPSHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "https_open": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "req"], "flags": [], "fullname": "urllib.request.HTTPSHandler.https_open", "name": "https_open", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "req"], "arg_types": ["urllib.request.HTTPSHandler", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "https_open of HTTPSHandler", "ret_type": "http.client.HTTPResponse", "type_guard": null, "variables": []}}}, "https_request": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "flags": [], "fullname": "urllib.request.HTTPSHandler.https_request", "name": "https_request", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "request"], "arg_types": ["urllib.request.HTTPSHandler", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "https_request of HTTPSHandler", "ret_type": "urllib.request.Request", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Message": {".class": "SymbolTableNode", "cross_ref": "email.message.Message", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef", "module_hidden": true, "module_public": false}, "OpenerDirector": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.OpenerDirector", "name": "OpenerDirector", "type_vars": []}, "flags": [], "fullname": "urllib.request.OpenerDirector", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.OpenerDirector", "builtins.object"], "names": {".class": "SymbolTable", "add_handler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "handler"], "flags": [], "fullname": "urllib.request.OpenerDirector.add_handler", "name": "add_handler", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "handler"], "arg_types": ["urllib.request.OpenerDirector", "urllib.request.BaseHandler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_handler of OpenerDirector", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "addheaders": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.request.OpenerDirector.addheaders", "name": "addheaders", "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"}}], "type_ref": "builtins.list"}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.request.OpenerDirector.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.request.OpenerDirector"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of OpenerDirector", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "error": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "proto", "args"], "flags": [], "fullname": "urllib.request.OpenerDirector.error", "name": "error", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "proto", "args"], "arg_types": ["urllib.request.OpenerDirector", "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", "implicit": false, "is_ellipsis_args": false, "name": "error of OpenerDirector", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "urllib.request._UrlopenRet"}, "type_guard": null, "variables": []}}}, "open": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "fullurl", "data", "timeout"], "flags": [], "fullname": "urllib.request.OpenerDirector.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "fullurl", "data", "timeout"], "arg_types": ["urllib.request.OpenerDirector", {".class": "UnionType", "items": ["builtins.str", "urllib.request.Request"]}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of OpenerDirector", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "urllib.request._UrlopenRet"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Pattern": {".class": "SymbolTableNode", "cross_ref": "typing.Pattern", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ProxyBasicAuthHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.request.AbstractBasicAuthHandler", "urllib.request.BaseHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.ProxyBasicAuthHandler", "name": "ProxyBasicAuthHandler", "type_vars": []}, "flags": [], "fullname": "urllib.request.ProxyBasicAuthHandler", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.ProxyBasicAuthHandler", "urllib.request.AbstractBasicAuthHandler", "urllib.request.BaseHandler", "builtins.object"], "names": {".class": "SymbolTable", "auth_header": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "urllib.request.ProxyBasicAuthHandler.auth_header", "name": "auth_header", "type": "builtins.str"}}, "http_error_407": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "req", "fp", "code", "msg", "headers"], "flags": [], "fullname": "urllib.request.ProxyBasicAuthHandler.http_error_407", "name": "http_error_407", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "req", "fp", "code", "msg", "headers"], "arg_types": ["urllib.request.ProxyBasicAuthHandler", "urllib.request.Request", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "builtins.int", "builtins.int", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_error_407 of ProxyBasicAuthHandler", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ProxyDigestAuthHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.request.BaseHandler", "urllib.request.AbstractDigestAuthHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.ProxyDigestAuthHandler", "name": "ProxyDigestAuthHandler", "type_vars": []}, "flags": [], "fullname": "urllib.request.ProxyDigestAuthHandler", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.ProxyDigestAuthHandler", "urllib.request.BaseHandler", "urllib.request.AbstractDigestAuthHandler", "builtins.object"], "names": {".class": "SymbolTable", "auth_header": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "urllib.request.ProxyDigestAuthHandler.auth_header", "name": "auth_header", "type": "builtins.str"}}, "http_error_407": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "req", "fp", "code", "msg", "headers"], "flags": [], "fullname": "urllib.request.ProxyDigestAuthHandler.http_error_407", "name": "http_error_407", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "req", "fp", "code", "msg", "headers"], "arg_types": ["urllib.request.ProxyDigestAuthHandler", "urllib.request.Request", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "builtins.int", "builtins.int", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_error_407 of ProxyDigestAuthHandler", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ProxyHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.request.BaseHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.ProxyHandler", "name": "ProxyHandler", "type_vars": []}, "flags": [], "fullname": "urllib.request.ProxyHandler", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.ProxyHandler", "urllib.request.BaseHandler", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "proxies"], "flags": [], "fullname": "urllib.request.ProxyHandler.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "proxies"], "arg_types": ["urllib.request.ProxyHandler", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ProxyHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "proxy_open": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "req", "proxy", "type"], "flags": [], "fullname": "urllib.request.ProxyHandler.proxy_open", "name": "proxy_open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "req", "proxy", "type"], "arg_types": ["urllib.request.ProxyHandler", "urllib.request.Request", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "proxy_open of ProxyHandler", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Request": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.Request", "name": "Request", "type_vars": []}, "flags": [], "fullname": "urllib.request.Request", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.Request", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "url", "data", "headers", "origin_req_host", "unverifiable", "method"], "flags": [], "fullname": "urllib.request.Request.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "url", "data", "headers", "origin_req_host", "unverifiable", "method"], "arg_types": ["urllib.request.Request", "builtins.str", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Request", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_header": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "val"], "flags": [], "fullname": "urllib.request.Request.add_header", "name": "add_header", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "val"], "arg_types": ["urllib.request.Request", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_header of Request", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_unredirected_header": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "val"], "flags": [], "fullname": "urllib.request.Request.add_unredirected_header", "name": "add_unredirected_header", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "val"], "arg_types": ["urllib.request.Request", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_unredirected_header of Request", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.request.Request.data", "name": "data", "type": {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}}}, "full_url": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "urllib.request.Request.full_url", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "urllib.request.Request.full_url", "name": "full_url", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "full_url of Request", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "full_url", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "full_url of Request", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "urllib.request.Request.full_url", "name": "full_url", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["urllib.request.Request", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "full_url of Request", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "full_url", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "urllib.request.Request.full_url", "name": "full_url", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "full_url of Request", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "full_url", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "full_url of Request", "ret_type": "builtins.str", "type_guard": null, "variables": []}]}}}, "get_full_url": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.request.Request.get_full_url", "name": "get_full_url", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_full_url of Request", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "get_header": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "urllib.request.Request.get_header", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "header_name"], "flags": ["is_overload", "is_decorated"], "fullname": "urllib.request.Request.get_header", "name": "get_header", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "header_name"], "arg_types": ["urllib.request.Request", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_header of Request", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_header", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "header_name", "default"], "flags": ["is_overload", "is_decorated"], "fullname": "urllib.request.Request.get_header", "name": "get_header", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "header_name", "default"], "arg_types": ["urllib.request.Request", "builtins.str", {".class": "TypeVarType", "fullname": "urllib.request._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_header of Request", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "TypeVarType", "fullname": "urllib.request._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.request._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_header", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "header_name"], "arg_types": ["urllib.request.Request", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_header of Request", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "header_name", "default"], "arg_types": ["urllib.request.Request", "builtins.str", {".class": "TypeVarType", "fullname": "urllib.request._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_header of Request", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "TypeVarType", "fullname": "urllib.request._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.request._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "get_method": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.request.Request.get_method", "name": "get_method", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_method of Request", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "has_header": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "header_name"], "flags": [], "fullname": "urllib.request.Request.has_header", "name": "has_header", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "header_name"], "arg_types": ["urllib.request.Request", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "has_header of Request", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "has_proxy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.request.Request.has_proxy", "name": "has_proxy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "has_proxy of Request", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "header_items": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.request.Request.header_items", "name": "header_items", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "header_items of Request", "ret_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"}}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "headers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.request.Request.headers", "name": "headers", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "host": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.request.Request.host", "name": "host", "type": "builtins.str"}}, "method": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.request.Request.method", "name": "method", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "origin_req_host": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.request.Request.origin_req_host", "name": "origin_req_host", "type": "builtins.str"}}, "remove_header": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "header_name"], "flags": [], "fullname": "urllib.request.Request.remove_header", "name": "remove_header", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "header_name"], "arg_types": ["urllib.request.Request", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove_header of Request", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "selector": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.request.Request.selector", "name": "selector", "type": "builtins.str"}}, "set_proxy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "host", "type"], "flags": [], "fullname": "urllib.request.Request.set_proxy", "name": "set_proxy", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "host", "type"], "arg_types": ["urllib.request.Request", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_proxy of Request", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "timeout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.request.Request.timeout", "name": "timeout", "type": {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.request.Request.type", "name": "type", "type": "builtins.str"}}, "unredirected_hdrs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.request.Request.unredirected_hdrs", "name": "unredirected_hdrs", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "unverifiable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.request.Request.unverifiable", "name": "unverifiable", "type": "builtins.bool"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "URLopener": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.URLopener", "name": "URLopener", "type_vars": []}, "flags": [], "fullname": "urllib.request.URLopener", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.URLopener", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 4], "arg_names": ["self", "proxies", "x509"], "flags": [], "fullname": "urllib.request.URLopener.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 4], "arg_names": ["self", "proxies", "x509"], "arg_types": ["urllib.request.URLopener", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of URLopener", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "addheader": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "urllib.request.URLopener.addheader", "name": "addheader", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["urllib.request.URLopener", {".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"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "addheader of URLopener", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cleanup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.request.URLopener.cleanup", "name": "cleanup", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.request.URLopener"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cleanup of URLopener", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.request.URLopener.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.request.URLopener"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of URLopener", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "http_error": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "url", "fp", "errcode", "errmsg", "headers", "data"], "flags": [], "fullname": "urllib.request.URLopener.http_error", "name": "http_error", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "url", "fp", "errcode", "errmsg", "headers", "data"], "arg_types": ["urllib.request.URLopener", "builtins.str", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "builtins.int", "builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_error of URLopener", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "urllib.request._UrlopenRet"}, "type_guard": null, "variables": []}}}, "http_error_default": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "url", "fp", "errcode", "errmsg", "headers"], "flags": [], "fullname": "urllib.request.URLopener.http_error_default", "name": "http_error_default", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0], "arg_names": ["self", "url", "fp", "errcode", "errmsg", "headers"], "arg_types": ["urllib.request.URLopener", "builtins.str", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "builtins.int", "builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "http_error_default of URLopener", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "urllib.request._UrlopenRet"}, "type_guard": null, "variables": []}}}, "open": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "fullurl", "data"], "flags": [], "fullname": "urllib.request.URLopener.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "fullurl", "data"], "arg_types": ["urllib.request.URLopener", "builtins.str", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of URLopener", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "urllib.request._UrlopenRet"}, "type_guard": null, "variables": []}}}, "open_data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "url", "data"], "flags": [], "fullname": "urllib.request.URLopener.open_data", "name": "open_data", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "url", "data"], "arg_types": ["urllib.request.URLopener", "builtins.str", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open_data of URLopener", "ret_type": "urllib.response.addinfourl", "type_guard": null, "variables": []}}}, "open_file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "url"], "flags": [], "fullname": "urllib.request.URLopener.open_file", "name": "open_file", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "url"], "arg_types": ["urllib.request.URLopener", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open_file of URLopener", "ret_type": "urllib.response.addinfourl", "type_guard": null, "variables": []}}}, "open_ftp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "url"], "flags": [], "fullname": "urllib.request.URLopener.open_ftp", "name": "open_ftp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "url"], "arg_types": ["urllib.request.URLopener", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open_ftp of URLopener", "ret_type": "urllib.response.addinfourl", "type_guard": null, "variables": []}}}, "open_http": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "url", "data"], "flags": [], "fullname": "urllib.request.URLopener.open_http", "name": "open_http", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "url", "data"], "arg_types": ["urllib.request.URLopener", "builtins.str", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open_http of URLopener", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "urllib.request._UrlopenRet"}, "type_guard": null, "variables": []}}}, "open_https": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "url", "data"], "flags": [], "fullname": "urllib.request.URLopener.open_https", "name": "open_https", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "url", "data"], "arg_types": ["urllib.request.URLopener", "builtins.str", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open_https of URLopener", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "urllib.request._UrlopenRet"}, "type_guard": null, "variables": []}}}, "open_local_file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "url"], "flags": [], "fullname": "urllib.request.URLopener.open_local_file", "name": "open_local_file", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "url"], "arg_types": ["urllib.request.URLopener", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open_local_file of URLopener", "ret_type": "urllib.response.addinfourl", "type_guard": null, "variables": []}}}, "open_unknown": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "fullurl", "data"], "flags": [], "fullname": "urllib.request.URLopener.open_unknown", "name": "open_unknown", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "fullurl", "data"], "arg_types": ["urllib.request.URLopener", "builtins.str", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open_unknown of URLopener", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "urllib.request._UrlopenRet"}, "type_guard": null, "variables": []}}}, "open_unknown_proxy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "proxy", "fullurl", "data"], "flags": [], "fullname": "urllib.request.URLopener.open_unknown_proxy", "name": "open_unknown_proxy", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "proxy", "fullurl", "data"], "arg_types": ["urllib.request.URLopener", "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open_unknown_proxy of URLopener", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "retrieve": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "url", "filename", "reporthook", "data"], "flags": [], "fullname": "urllib.request.URLopener.retrieve", "name": "retrieve", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "url", "filename", "reporthook", "data"], "arg_types": ["urllib.request.URLopener", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "retrieve of URLopener", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "UnionType", "items": ["email.message.Message", {".class": "NoneType"}]}], "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": []}}}, "version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "urllib.request.URLopener.version", "name": "version", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "UnknownHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.request.BaseHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.UnknownHandler", "name": "UnknownHandler", "type_vars": []}, "flags": [], "fullname": "urllib.request.UnknownHandler", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.UnknownHandler", "urllib.request.BaseHandler", "builtins.object"], "names": {".class": "SymbolTable", "unknown_open": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "req"], "flags": [], "fullname": "urllib.request.UnknownHandler.unknown_open", "name": "unknown_open", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "req"], "arg_types": ["urllib.request.UnknownHandler", "urllib.request.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unknown_open of UnknownHandler", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_HTTPConnectionProtocol": {".class": "SymbolTableNode", "cross_ref": "http.client._HTTPConnectionProtocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "urllib.request._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_UrlopenRet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "urllib.request._UrlopenRet", "line": 28, "no_args": false, "normalized": false, "target": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.request.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.request.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.request.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.request.__package__", "name": "__package__", "type": "builtins.str"}}, "addclosehook": {".class": "SymbolTableNode", "cross_ref": "urllib.response.addclosehook", "kind": "Gdef", "module_hidden": true, "module_public": false}, "addinfourl": {".class": "SymbolTableNode", "cross_ref": "urllib.response.addinfourl", "kind": "Gdef", "module_hidden": true, "module_public": false}, "build_opener": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["handlers"], "flags": [], "fullname": "urllib.request.build_opener", "name": "build_opener", "type": {".class": "CallableType", "arg_kinds": [2], "arg_names": ["handlers"], "arg_types": [{".class": "UnionType", "items": ["urllib.request.BaseHandler", {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "urllib.request.BaseHandler", "type_guard": null, "variables": []}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "build_opener", "ret_type": "urllib.request.OpenerDirector", "type_guard": null, "variables": []}}}, "ftpwrapper": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.request.ftpwrapper", "name": "ftpwrapper", "type_vars": []}, "flags": [], "fullname": "urllib.request.ftpwrapper", "metaclass_type": null, "metadata": {}, "module_name": "urllib.request", "mro": ["urllib.request.ftpwrapper", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "user", "passwd", "host", "port", "dirs", "timeout", "persistent"], "flags": [], "fullname": "urllib.request.ftpwrapper.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "user", "passwd", "host", "port", "dirs", "timeout", "persistent"], "arg_types": ["urllib.request.ftpwrapper", "builtins.str", "builtins.str", "builtins.str", "builtins.int", "builtins.str", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ftpwrapper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.request.ftpwrapper.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.request.ftpwrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of ftpwrapper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "endtransfer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.request.ftpwrapper.endtransfer", "name": "endtransfer", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.request.ftpwrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "endtransfer of ftpwrapper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "file_close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.request.ftpwrapper.file_close", "name": "file_close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.request.ftpwrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "file_close of ftpwrapper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "init": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.request.ftpwrapper.init", "name": "init", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.request.ftpwrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "init of ftpwrapper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "real_close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.request.ftpwrapper.real_close", "name": "real_close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.request.ftpwrapper"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "real_close of ftpwrapper", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "retrfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "file", "type"], "flags": [], "fullname": "urllib.request.ftpwrapper.retrfile", "name": "retrfile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "file", "type"], "arg_types": ["urllib.request.ftpwrapper", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "retrfile of ftpwrapper", "ret_type": {".class": "TupleType", "implicit": false, "items": ["urllib.response.addclosehook", "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": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "getproxies": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "urllib.request.getproxies", "name": "getproxies", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getproxies", "ret_type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "install_opener": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["opener"], "flags": [], "fullname": "urllib.request.install_opener", "name": "install_opener", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["opener"], "arg_types": ["urllib.request.OpenerDirector"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "install_opener", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_hidden": true, "module_public": false}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "parse_http_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": [], "fullname": "urllib.request.parse_http_list", "name": "parse_http_list", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["s"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_http_list", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "parse_keqv_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["l"], "flags": [], "fullname": "urllib.request.parse_keqv_list", "name": "parse_keqv_list", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["l"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parse_keqv_list", "ret_type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "pathname2url": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pathname"], "flags": [], "fullname": "urllib.request.pathname2url", "name": "pathname2url", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pathname"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pathname2url", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "proxy_bypass": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["host", "proxies"], "flags": [], "fullname": "urllib.request.proxy_bypass", "name": "proxy_bypass", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["host", "proxies"], "arg_types": ["builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "proxy_bypass", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "ssl": {".class": "SymbolTableNode", "cross_ref": "ssl", "kind": "Gdef", "module_hidden": true, "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "url2pathname": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pathname"], "flags": [], "fullname": "urllib.request.url2pathname", "name": "url2pathname", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["pathname"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "url2pathname", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "urlcleanup": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "urllib.request.urlcleanup", "name": "urlcleanup", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urlcleanup", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "urlopen": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5, 5, 5, 5], "arg_names": ["url", "data", "timeout", "cafile", "capath", "cadefault", "context"], "flags": [], "fullname": "urllib.request.urlopen", "name": "urlopen", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5, 5, 5, 5], "arg_names": ["url", "data", "timeout", "cafile", "capath", "cadefault", "context"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "urllib.request.Request"]}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["ssl.SSLContext", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urlopen", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "urllib.request._UrlopenRet"}, "type_guard": null, "variables": []}}}, "urlretrieve": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["url", "filename", "reporthook", "data"], "flags": [], "fullname": "urllib.request.urlretrieve", "name": "urlretrieve", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["url", "filename", "reporthook", "data"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urlretrieve", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "http.client.HTTPMessage"], "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": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/urllib/request.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/urllib/request.meta.json b/.mypy_cache/3.9/urllib/request.meta.json deleted file mode 100644 index 6741623c1..000000000 --- a/.mypy_cache/3.9/urllib/request.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000173, "dep_lines": [1, 2, 3, 4, 5, 6, 7, 24, 25, 1, 1, 1], "dep_prios": [10, 10, 10, 5, 5, 5, 5, 5, 5, 5, 30, 30], "dependencies": ["os", "ssl", "sys", "email.message", "http.client", "http.cookiejar", "typing", "urllib.error", "urllib.response", "builtins", "abc", "http"], "hash": "1a4a4eece16ebc08735de04d5bf466b64418c42a1b856e640bd4916f2b9ec2ac", "id": "urllib.request", "ignore_all": true, "interface_hash": "36cca2d7a3f84d15b86c4b4832dcd9d078997a923cb4c7190b9346f157365953", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/urllib/request.pyi", "plugin_data": null, "size": 16281, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/urllib/response.data.json b/.mypy_cache/3.9/urllib/response.data.json deleted file mode 100644 index 48c11dc65..000000000 --- a/.mypy_cache/3.9/urllib/response.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "urllib.response", "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}, "BinaryIO": {".class": "SymbolTableNode", "cross_ref": "typing.BinaryIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Message": {".class": "SymbolTableNode", "cross_ref": "email.message.Message", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_AIUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "urllib.response._AIUT", "name": "_AIUT", "upper_bound": "urllib.response.addbase", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.response.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.response.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.response.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "urllib.response.__package__", "name": "__package__", "type": "builtins.str"}}, "addbase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["typing.BinaryIO"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.response.addbase", "name": "addbase", "type_vars": []}, "flags": [], "fullname": "urllib.response.addbase", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "urllib.response", "mro": ["urllib.response.addbase", "typing.BinaryIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.response.addbase.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "urllib.response._AIUT", "id": -1, "name": "_AIUT", "upper_bound": "urllib.response.addbase", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of addbase", "ret_type": {".class": "TypeVarType", "fullname": "urllib.response._AIUT", "id": -1, "name": "_AIUT", "upper_bound": "urllib.response.addbase", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.response._AIUT", "id": -1, "name": "_AIUT", "upper_bound": "urllib.response.addbase", "values": [], "variance": 0}]}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "type", "value", "traceback"], "flags": [], "fullname": "urllib.response.addbase.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["urllib.response.addbase", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of addbase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fp"], "flags": [], "fullname": "urllib.response.addbase.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fp"], "arg_types": ["urllib.response.addbase", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of addbase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.response.addbase.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "urllib.response._AIUT", "id": -1, "name": "_AIUT", "upper_bound": "urllib.response.addbase", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of addbase", "ret_type": {".class": "TypeVarType", "fullname": "urllib.response._AIUT", "id": -1, "name": "_AIUT", "upper_bound": "urllib.response.addbase", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "urllib.response._AIUT", "id": -1, "name": "_AIUT", "upper_bound": "urllib.response.addbase", "values": [], "variance": 0}]}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.response.addbase.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.response.addbase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__next__ of addbase", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.response.addbase.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.response.addbase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of addbase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fileno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.response.addbase.fileno", "name": "fileno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.response.addbase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fileno of addbase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "flush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.response.addbase.flush", "name": "flush", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.response.addbase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flush of addbase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "fp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.response.addbase.fp", "name": "fp", "type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}}}, "isatty": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.response.addbase.isatty", "name": "isatty", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.response.addbase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isatty of addbase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "flags": [], "fullname": "urllib.response.addbase.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "arg_types": ["urllib.response.addbase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of addbase", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "readable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.response.addbase.readable", "name": "readable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.response.addbase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readable of addbase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "readline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "limit"], "flags": [], "fullname": "urllib.response.addbase.readline", "name": "readline", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "limit"], "arg_types": ["urllib.response.addbase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readline of addbase", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "readlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "hint"], "flags": [], "fullname": "urllib.response.addbase.readlines", "name": "readlines", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "hint"], "arg_types": ["urllib.response.addbase", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readlines of addbase", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "seek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "offset", "whence"], "flags": [], "fullname": "urllib.response.addbase.seek", "name": "seek", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "offset", "whence"], "arg_types": ["urllib.response.addbase", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seek of addbase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "seekable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.response.addbase.seekable", "name": "seekable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.response.addbase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "seekable of addbase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "tell": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.response.addbase.tell", "name": "tell", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.response.addbase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tell of addbase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "truncate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "flags": [], "fullname": "urllib.response.addbase.truncate", "name": "truncate", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "arg_types": ["urllib.response.addbase", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "truncate of addbase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "writable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.response.addbase.writable", "name": "writable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.response.addbase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writable of addbase", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "flags": [], "fullname": "urllib.response.addbase.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "s"], "arg_types": ["urllib.response.addbase", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of addbase", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "writelines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "lines"], "flags": [], "fullname": "urllib.response.addbase.writelines", "name": "writelines", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "lines"], "arg_types": ["urllib.response.addbase", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writelines of addbase", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "addclosehook": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.response.addbase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.response.addclosehook", "name": "addclosehook", "type_vars": []}, "flags": [], "fullname": "urllib.response.addclosehook", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "urllib.response", "mro": ["urllib.response.addclosehook", "urllib.response.addbase", "typing.BinaryIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "fp", "closehook", "hookargs"], "flags": [], "fullname": "urllib.response.addclosehook.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "fp", "closehook", "hookargs"], "arg_types": ["urllib.response.addclosehook", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of addclosehook", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "closehook": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.response.addclosehook.closehook", "name": "closehook", "type": {".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", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}}}, "hookargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.response.addclosehook.hookargs", "name": "hookargs", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "addinfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.response.addbase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.response.addinfo", "name": "addinfo", "type_vars": []}, "flags": [], "fullname": "urllib.response.addinfo", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "urllib.response", "mro": ["urllib.response.addinfo", "urllib.response.addbase", "typing.BinaryIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fp", "headers"], "flags": [], "fullname": "urllib.response.addinfo.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fp", "headers"], "arg_types": ["urllib.response.addinfo", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "email.message.Message"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of addinfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "headers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.response.addinfo.headers", "name": "headers", "type": "email.message.Message"}}, "info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.response.addinfo.info", "name": "info", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.response.addinfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "info of addinfo", "ret_type": "email.message.Message", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "addinfourl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["urllib.response.addinfo"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "urllib.response.addinfourl", "name": "addinfourl", "type_vars": []}, "flags": [], "fullname": "urllib.response.addinfourl", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "urllib.response", "mro": ["urllib.response.addinfourl", "urllib.response.addinfo", "urllib.response.addbase", "typing.BinaryIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "fp", "headers", "url", "code"], "flags": [], "fullname": "urllib.response.addinfourl.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "fp", "headers", "url", "code"], "arg_types": ["urllib.response.addinfourl", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "email.message.Message", "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of addinfourl", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "code": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.response.addinfourl.code", "name": "code", "type": "builtins.int"}}, "getcode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.response.addinfourl.getcode", "name": "getcode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.response.addinfourl"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getcode of addinfourl", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "geturl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "urllib.response.addinfourl.geturl", "name": "geturl", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["urllib.response.addinfourl"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "geturl of addinfourl", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "url": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "urllib.response.addinfourl.url", "name": "url", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/urllib/response.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/urllib/response.meta.json b/.mypy_cache/3.9/urllib/response.meta.json deleted file mode 100644 index 7ad370ecb..000000000 --- a/.mypy_cache/3.9/urllib/response.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000172, "dep_lines": [1, 2, 3, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 30, 30], "dependencies": ["email.message", "types", "typing", "builtins", "abc", "email"], "hash": "945bf44565760fd42b912ad79420ff331f6229d0b3e9390eb93cba040e1b75c1", "id": "urllib.response", "ignore_all": true, "interface_hash": "858cc34f2841a394eedc8a90ce62d56088f926a7caa6098bc2c00a7cfc430c4b", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/urllib/response.pyi", "plugin_data": null, "size": 2107, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/uuid.data.json b/.mypy_cache/3.9/uuid.data.json deleted file mode 100644 index 5cf168836..000000000 --- a/.mypy_cache/3.9/uuid.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "uuid", "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}, "Enum": {".class": "SymbolTableNode", "cross_ref": "enum.Enum", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NAMESPACE_DNS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "uuid.NAMESPACE_DNS", "name": "NAMESPACE_DNS", "type": "uuid.UUID"}}, "NAMESPACE_OID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "uuid.NAMESPACE_OID", "name": "NAMESPACE_OID", "type": "uuid.UUID"}}, "NAMESPACE_URL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "uuid.NAMESPACE_URL", "name": "NAMESPACE_URL", "type": "uuid.UUID"}}, "NAMESPACE_X500": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "uuid.NAMESPACE_X500", "name": "NAMESPACE_X500", "type": "uuid.UUID"}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "RESERVED_FUTURE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "uuid.RESERVED_FUTURE", "name": "RESERVED_FUTURE", "type": "builtins.str"}}, "RESERVED_MICROSOFT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "uuid.RESERVED_MICROSOFT", "name": "RESERVED_MICROSOFT", "type": "builtins.str"}}, "RESERVED_NCS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "uuid.RESERVED_NCS", "name": "RESERVED_NCS", "type": "builtins.str"}}, "RFC_4122": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "uuid.RFC_4122", "name": "RFC_4122", "type": "builtins.str"}}, "SafeUUID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "uuid.SafeUUID", "name": "SafeUUID", "type_vars": []}, "flags": ["is_enum"], "fullname": "uuid.SafeUUID", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "uuid", "mro": ["uuid.SafeUUID", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "safe": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "uuid.SafeUUID.safe", "name": "safe", "type": "builtins.int"}}, "unknown": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "uuid.SafeUUID.unknown", "name": "unknown", "type": {".class": "NoneType"}}}, "unsafe": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "uuid.SafeUUID.unsafe", "name": "unsafe", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "UUID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "uuid.UUID", "name": "UUID", "type_vars": []}, "flags": [], "fullname": "uuid.UUID", "metaclass_type": null, "metadata": {}, "module_name": "uuid", "mro": ["uuid.UUID", "builtins.object"], "names": {".class": "SymbolTable", "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "uuid.UUID.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["uuid.UUID", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of UUID", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "uuid.UUID.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["uuid.UUID", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of UUID", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "uuid.UUID.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["uuid.UUID", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of UUID", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "hex", "bytes", "bytes_le", "fields", "int", "version", "is_safe"], "flags": [], "fullname": "uuid.UUID.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "hex", "bytes", "bytes_le", "fields", "int", "version", "is_safe"], "arg_types": ["uuid.UUID", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "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"}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "uuid.SafeUUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of UUID", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__int__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "uuid.UUID.__int__", "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__int__ of UUID", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "uuid.UUID.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["uuid.UUID", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of UUID", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "uuid.UUID.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["uuid.UUID", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of UUID", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "bytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "uuid.UUID.bytes", "name": "bytes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bytes of UUID", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "bytes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bytes of UUID", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}, "bytes_le": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "uuid.UUID.bytes_le", "name": "bytes_le", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bytes_le of UUID", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "bytes_le", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bytes_le of UUID", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}, "clock_seq": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "uuid.UUID.clock_seq", "name": "clock_seq", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clock_seq of UUID", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "clock_seq", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clock_seq of UUID", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "clock_seq_hi_variant": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "uuid.UUID.clock_seq_hi_variant", "name": "clock_seq_hi_variant", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clock_seq_hi_variant of UUID", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "clock_seq_hi_variant", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clock_seq_hi_variant of UUID", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "clock_seq_low": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "uuid.UUID.clock_seq_low", "name": "clock_seq_low", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clock_seq_low of UUID", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "clock_seq_low", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clock_seq_low of UUID", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "uuid.UUID.fields", "name": "fields", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fields of UUID", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "uuid._FieldsType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "fields", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fields of UUID", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "uuid._FieldsType"}, "type_guard": null, "variables": []}}}}, "hex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "uuid.UUID.hex", "name": "hex", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hex of UUID", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "hex", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hex of UUID", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "int": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "uuid.UUID.int", "name": "int", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "int of UUID", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "int", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "int of UUID", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "is_safe": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "uuid.UUID.is_safe", "name": "is_safe", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_safe of UUID", "ret_type": "uuid.SafeUUID", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "is_safe", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_safe of UUID", "ret_type": "uuid.SafeUUID", "type_guard": null, "variables": []}}}}, "node": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "uuid.UUID.node", "name": "node", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "node of UUID", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "node", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "node of UUID", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "time": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "uuid.UUID.time", "name": "time", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "time of UUID", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "time", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "time of UUID", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "time_hi_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "uuid.UUID.time_hi_version", "name": "time_hi_version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "time_hi_version of UUID", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "time_hi_version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "time_hi_version of UUID", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "time_low": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "uuid.UUID.time_low", "name": "time_low", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "time_low of UUID", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "time_low", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "time_low of UUID", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "time_mid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "uuid.UUID.time_mid", "name": "time_mid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "time_mid of UUID", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "time_mid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "time_mid of UUID", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "urn": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "uuid.UUID.urn", "name": "urn", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urn of UUID", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "urn", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "urn of UUID", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "variant": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "uuid.UUID.variant", "name": "variant", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "variant of UUID", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variant", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "variant of UUID", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "uuid.UUID.version", "name": "version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "version of UUID", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["uuid.UUID"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "version of UUID", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Bytes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "uuid._Bytes", "line": 6, "no_args": true, "normalized": false, "target": "builtins.bytes"}}, "_FieldsType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "uuid._FieldsType", "line": 7, "no_args": false, "normalized": false, "target": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "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"}}}}, "_Int": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "uuid._Int", "line": 5, "no_args": true, "normalized": false, "target": "builtins.int"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "uuid.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "uuid.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "uuid.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "uuid.__package__", "name": "__package__", "type": "builtins.str"}}, "getnode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "uuid.getnode", "name": "getnode", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getnode", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "uuid1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1], "arg_names": ["node", "clock_seq"], "flags": [], "fullname": "uuid.uuid1", "name": "uuid1", "type": {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["node", "clock_seq"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "uuid1", "ret_type": "uuid.UUID", "type_guard": null, "variables": []}}}, "uuid3": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["namespace", "name"], "flags": [], "fullname": "uuid.uuid3", "name": "uuid3", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["namespace", "name"], "arg_types": ["uuid.UUID", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "uuid3", "ret_type": "uuid.UUID", "type_guard": null, "variables": []}}}, "uuid4": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "uuid.uuid4", "name": "uuid4", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "uuid4", "ret_type": "uuid.UUID", "type_guard": null, "variables": []}}}, "uuid5": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["namespace", "name"], "flags": [], "fullname": "uuid.uuid5", "name": "uuid5", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["namespace", "name"], "arg_types": ["uuid.UUID", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "uuid5", "ret_type": "uuid.UUID", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/uuid.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/uuid.meta.json b/.mypy_cache/3.9/uuid.meta.json deleted file mode 100644 index 1decc45fa..000000000 --- a/.mypy_cache/3.9/uuid.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 10, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 30, 30], "dependencies": ["sys", "typing", "enum", "builtins", "abc", "typing_extensions"], "hash": "3673fc00773972778c8b7ec81c674106f995a8f48095350aff8a8e7c460c3210", "id": "uuid", "ignore_all": true, "interface_hash": "d79016731edfbea90109887c0c2568f36a4e1f6441955e7132fddc474c2e31e7", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/uuid.pyi", "plugin_data": null, "size": 3448, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/warnings.data.json b/.mypy_cache/3.9/warnings.data.json deleted file mode 100644 index f5ac90428..000000000 --- a/.mypy_cache/3.9/warnings.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "warnings", "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}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ModuleType": {".class": "SymbolTableNode", "cross_ref": "types.ModuleType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TextIO": {".class": "SymbolTableNode", "cross_ref": "typing.TextIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "WarningMessage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "warnings.WarningMessage", "name": "WarningMessage", "type_vars": []}, "flags": [], "fullname": "warnings.WarningMessage", "metaclass_type": null, "metadata": {}, "module_name": "warnings", "mro": ["warnings.WarningMessage", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "message", "category", "filename", "lineno", "file", "line", "source"], "flags": [], "fullname": "warnings.WarningMessage.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "message", "category", "filename", "lineno", "file", "line", "source"], "arg_types": ["warnings.WarningMessage", {".class": "UnionType", "items": ["builtins.Warning", "builtins.str"]}, {".class": "TypeType", "item": "builtins.Warning"}, "builtins.str", "builtins.int", {".class": "UnionType", "items": ["typing.TextIO", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".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": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of WarningMessage", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "category": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "warnings.WarningMessage.category", "name": "category", "type": {".class": "TypeType", "item": "builtins.Warning"}}}, "file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "warnings.WarningMessage.file", "name": "file", "type": {".class": "UnionType", "items": ["typing.TextIO", {".class": "NoneType"}]}}}, "filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "warnings.WarningMessage.filename", "name": "filename", "type": "builtins.str"}}, "line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "warnings.WarningMessage.line", "name": "line", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "warnings.WarningMessage.lineno", "name": "lineno", "type": "builtins.int"}}, "message": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "warnings.WarningMessage.message", "name": "message", "type": {".class": "UnionType", "items": ["builtins.Warning", "builtins.str"]}}}, "source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "warnings.WarningMessage.source", "name": "source", "type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_OptionError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "warnings._OptionError", "name": "_OptionError", "type_vars": []}, "flags": [], "fullname": "warnings._OptionError", "metaclass_type": null, "metadata": {}, "module_name": "warnings", "mro": ["warnings._OptionError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "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"}}, "_catch_warnings_with_records": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["warnings.catch_warnings"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "warnings._catch_warnings_with_records", "name": "_catch_warnings_with_records", "type_vars": []}, "flags": [], "fullname": "warnings._catch_warnings_with_records", "metaclass_type": null, "metadata": {}, "module_name": "warnings", "mro": ["warnings._catch_warnings_with_records", "warnings.catch_warnings", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "warnings._catch_warnings_with_records.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["warnings._catch_warnings_with_records"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of _catch_warnings_with_records", "ret_type": {".class": "Instance", "args": ["warnings.WarningMessage"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_catch_warnings_without_records": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["warnings.catch_warnings"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "warnings._catch_warnings_without_records", "name": "_catch_warnings_without_records", "type_vars": []}, "flags": [], "fullname": "warnings._catch_warnings_without_records", "metaclass_type": null, "metadata": {}, "module_name": "warnings", "mro": ["warnings._catch_warnings_without_records", "warnings.catch_warnings", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "warnings._catch_warnings_without_records.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["warnings._catch_warnings_without_records"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of _catch_warnings_without_records", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "catch_warnings": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "warnings.catch_warnings", "name": "catch_warnings", "type_vars": []}, "flags": [], "fullname": "warnings.catch_warnings", "metaclass_type": null, "metadata": {}, "module_name": "warnings", "mro": ["warnings.catch_warnings", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "warnings.catch_warnings.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["warnings.catch_warnings"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of catch_warnings", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["warnings.WarningMessage"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "warnings.catch_warnings.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["warnings.catch_warnings", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of catch_warnings", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "warnings.catch_warnings.__new__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 5, 5], "arg_names": ["cls", "record", "module"], "flags": ["is_overload", "is_decorated"], "fullname": "warnings.catch_warnings.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["cls", "record", "module"], "arg_types": [{".class": "TypeType", "item": "warnings.catch_warnings"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of catch_warnings", "ret_type": "warnings._catch_warnings_without_records", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 5], "arg_names": ["cls", "record", "module"], "flags": ["is_overload", "is_decorated"], "fullname": "warnings.catch_warnings.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 3, 5], "arg_names": ["cls", "record", "module"], "arg_types": [{".class": "TypeType", "item": "warnings.catch_warnings"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of catch_warnings", "ret_type": "warnings._catch_warnings_with_records", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 3, 5], "arg_names": ["cls", "record", "module"], "flags": ["is_overload", "is_decorated"], "fullname": "warnings.catch_warnings.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 3, 5], "arg_names": ["cls", "record", "module"], "arg_types": [{".class": "TypeType", "item": "warnings.catch_warnings"}, "builtins.bool", {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of catch_warnings", "ret_type": "warnings.catch_warnings", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 5, 5], "arg_names": ["cls", "record", "module"], "arg_types": [{".class": "TypeType", "item": "warnings.catch_warnings"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of catch_warnings", "ret_type": "warnings._catch_warnings_without_records", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3, 5], "arg_names": ["cls", "record", "module"], "arg_types": [{".class": "TypeType", "item": "warnings.catch_warnings"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of catch_warnings", "ret_type": "warnings._catch_warnings_with_records", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 3, 5], "arg_names": ["cls", "record", "module"], "arg_types": [{".class": "TypeType", "item": "warnings.catch_warnings"}, "builtins.bool", {".class": "UnionType", "items": ["types.ModuleType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of catch_warnings", "ret_type": "warnings.catch_warnings", "type_guard": null, "variables": []}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "filterwarnings": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["action", "message", "category", "module", "lineno", "append"], "flags": [], "fullname": "warnings.filterwarnings", "name": "filterwarnings", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["action", "message", "category", "module", "lineno", "append"], "arg_types": ["builtins.str", "builtins.str", {".class": "TypeType", "item": "builtins.Warning"}, "builtins.str", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "filterwarnings", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "formatwarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["message", "category", "filename", "lineno", "line"], "flags": [], "fullname": "warnings.formatwarning", "name": "formatwarning", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["message", "category", "filename", "lineno", "line"], "arg_types": [{".class": "UnionType", "items": ["builtins.Warning", "builtins.str"]}, {".class": "TypeType", "item": "builtins.Warning"}, "builtins.str", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatwarning", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "resetwarnings": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "warnings.resetwarnings", "name": "resetwarnings", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resetwarnings", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "showwarning": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["message", "category", "filename", "lineno", "file", "line"], "flags": [], "fullname": "warnings.showwarning", "name": "showwarning", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["message", "category", "filename", "lineno", "file", "line"], "arg_types": [{".class": "UnionType", "items": ["builtins.Warning", "builtins.str"]}, {".class": "TypeType", "item": "builtins.Warning"}, "builtins.str", "builtins.int", {".class": "UnionType", "items": ["typing.TextIO", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "showwarning", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "simplefilter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["action", "category", "lineno", "append"], "flags": [], "fullname": "warnings.simplefilter", "name": "simplefilter", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["action", "category", "lineno", "append"], "arg_types": ["builtins.str", {".class": "TypeType", "item": "builtins.Warning"}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "simplefilter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "warn": {".class": "SymbolTableNode", "cross_ref": "_warnings.warn", "kind": "Gdef"}, "warn_explicit": {".class": "SymbolTableNode", "cross_ref": "_warnings.warn_explicit", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/warnings.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/warnings.meta.json b/.mypy_cache/3.9/warnings.meta.json deleted file mode 100644 index 84e25d655..000000000 --- a/.mypy_cache/3.9/warnings.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 4, 6, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 5, 30], "dependencies": ["sys", "types", "typing", "typing_extensions", "_warnings", "builtins", "abc"], "hash": "6f2addb384c9f6fba4d1de68864785726f35c9a7473df9ae75e14113524443c0", "id": "warnings", "ignore_all": true, "interface_hash": "5f5496b60f60550ab22e6a53aa508d727732e0ed214b8d4ebd6dcaeb272a6852", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/warnings.pyi", "plugin_data": null, "size": 2583, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/wave.data.json b/.mypy_cache/3.9/wave.data.json deleted file mode 100644 index 7c51409ca..000000000 --- a/.mypy_cache/3.9/wave.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "wave", "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}, "BinaryIO": {".class": "SymbolTableNode", "cross_ref": "typing.BinaryIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "wave.Error", "name": "Error", "type_vars": []}, "flags": [], "fullname": "wave.Error", "metaclass_type": null, "metadata": {}, "module_name": "wave", "mro": ["wave.Error", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NamedTuple": {".class": "SymbolTableNode", "cross_ref": "typing.NamedTuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "WAVE_FORMAT_PCM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "wave.WAVE_FORMAT_PCM", "name": "WAVE_FORMAT_PCM", "type": "builtins.int"}}, "Wave_read": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "wave.Wave_read", "name": "Wave_read", "type_vars": []}, "flags": [], "fullname": "wave.Wave_read", "metaclass_type": null, "metadata": {}, "module_name": "wave", "mro": ["wave.Wave_read", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_read.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["wave.Wave_read"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of Wave_read", "ret_type": "wave.Wave_read", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "wave.Wave_read.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": [null, null], "arg_types": ["wave.Wave_read", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of Wave_read", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "f"], "flags": [], "fullname": "wave.Wave_read.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "f"], "arg_types": ["wave.Wave_read", {".class": "TypeAliasType", "args": [], "type_ref": "wave._File"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Wave_read", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_read.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_read"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of Wave_read", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getcompname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_read.getcompname", "name": "getcompname", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_read"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getcompname of Wave_read", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getcomptype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_read.getcomptype", "name": "getcomptype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_read"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getcomptype of Wave_read", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getfp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_read.getfp", "name": "getfp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_read"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfp of Wave_read", "ret_type": {".class": "UnionType", "items": ["typing.BinaryIO", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "getframerate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_read.getframerate", "name": "getframerate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_read"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getframerate of Wave_read", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getmark": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "id"], "flags": [], "fullname": "wave.Wave_read.getmark", "name": "getmark", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "id"], "arg_types": ["wave.Wave_read", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getmark of Wave_read", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "getmarkers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_read.getmarkers", "name": "getmarkers", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_read"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getmarkers of Wave_read", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getnchannels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_read.getnchannels", "name": "getnchannels", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_read"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getnchannels of Wave_read", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getnframes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_read.getnframes", "name": "getnframes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_read"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getnframes of Wave_read", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getparams": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_read.getparams", "name": "getparams", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_read"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getparams of Wave_read", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.str"], "partial_fallback": "wave._wave_params"}, "type_guard": null, "variables": []}}}, "getsampwidth": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_read.getsampwidth", "name": "getsampwidth", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_read"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getsampwidth of Wave_read", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "readframes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "nframes"], "flags": [], "fullname": "wave.Wave_read.readframes", "name": "readframes", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "nframes"], "arg_types": ["wave.Wave_read", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readframes of Wave_read", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "rewind": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_read.rewind", "name": "rewind", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_read"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rewind of Wave_read", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setpos": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "pos"], "flags": [], "fullname": "wave.Wave_read.setpos", "name": "setpos", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "pos"], "arg_types": ["wave.Wave_read", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setpos of Wave_read", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "tell": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_read.tell", "name": "tell", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_read"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tell of Wave_read", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Wave_write": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "wave.Wave_write", "name": "Wave_write", "type_vars": []}, "flags": [], "fullname": "wave.Wave_write", "metaclass_type": null, "metadata": {}, "module_name": "wave", "mro": ["wave.Wave_write", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_write.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["wave.Wave_write"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of Wave_write", "ret_type": "wave.Wave_write", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "wave.Wave_write.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": [null, null], "arg_types": ["wave.Wave_write", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of Wave_write", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "f"], "flags": [], "fullname": "wave.Wave_write.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "f"], "arg_types": ["wave.Wave_write", {".class": "TypeAliasType", "args": [], "type_ref": "wave._File"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Wave_write", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_write.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_write"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of Wave_write", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getcompname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_write.getcompname", "name": "getcompname", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_write"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getcompname of Wave_write", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getcomptype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_write.getcomptype", "name": "getcomptype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_write"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getcomptype of Wave_write", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "getframerate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_write.getframerate", "name": "getframerate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_write"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getframerate of Wave_write", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getmark": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "id"], "flags": [], "fullname": "wave.Wave_write.getmark", "name": "getmark", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "id"], "arg_types": ["wave.Wave_write", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getmark of Wave_write", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "getmarkers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_write.getmarkers", "name": "getmarkers", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_write"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getmarkers of Wave_write", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getnchannels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_write.getnchannels", "name": "getnchannels", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_write"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getnchannels of Wave_write", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getnframes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_write.getnframes", "name": "getnframes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_write"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getnframes of Wave_write", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getparams": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_write.getparams", "name": "getparams", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_write"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getparams of Wave_write", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.str"], "partial_fallback": "wave._wave_params"}, "type_guard": null, "variables": []}}}, "getsampwidth": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_write.getsampwidth", "name": "getsampwidth", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_write"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getsampwidth of Wave_write", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "setcomptype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "comptype", "compname"], "flags": [], "fullname": "wave.Wave_write.setcomptype", "name": "setcomptype", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "comptype", "compname"], "arg_types": ["wave.Wave_write", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setcomptype of Wave_write", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setframerate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "framerate"], "flags": [], "fullname": "wave.Wave_write.setframerate", "name": "setframerate", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "framerate"], "arg_types": ["wave.Wave_write", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setframerate of Wave_write", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setmark": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "id", "pos", "name"], "flags": [], "fullname": "wave.Wave_write.setmark", "name": "setmark", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "id", "pos", "name"], "arg_types": ["wave.Wave_write", {".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}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setmark of Wave_write", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "setnchannels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "nchannels"], "flags": [], "fullname": "wave.Wave_write.setnchannels", "name": "setnchannels", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "nchannels"], "arg_types": ["wave.Wave_write", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setnchannels of Wave_write", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setnframes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "nframes"], "flags": [], "fullname": "wave.Wave_write.setnframes", "name": "setnframes", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "nframes"], "arg_types": ["wave.Wave_write", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setnframes of Wave_write", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setparams": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "params"], "flags": [], "fullname": "wave.Wave_write.setparams", "name": "setparams", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "params"], "arg_types": ["wave.Wave_write", {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.str"], "partial_fallback": "wave._wave_params"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setparams of Wave_write", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setsampwidth": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "sampwidth"], "flags": [], "fullname": "wave.Wave_write.setsampwidth", "name": "setsampwidth", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sampwidth"], "arg_types": ["wave.Wave_write", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setsampwidth of Wave_write", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "tell": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "wave.Wave_write.tell", "name": "tell", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["wave.Wave_write"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tell of Wave_write", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "writeframes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "flags": [], "fullname": "wave.Wave_write.writeframes", "name": "writeframes", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "arg_types": ["wave.Wave_write", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writeframes of Wave_write", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "writeframesraw": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "flags": [], "fullname": "wave.Wave_write.writeframesraw", "name": "writeframesraw", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "arg_types": ["wave.Wave_write", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writeframesraw of Wave_write", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_File": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "wave._File", "line": 4, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "wave.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "wave.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "wave.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "wave.__package__", "name": "__package__", "type": "builtins.str"}}, "_wave_params": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "wave._wave_params", "name": "_wave_params", "type_vars": []}, "flags": ["is_named_tuple"], "fullname": "wave._wave_params", "metaclass_type": null, "metadata": {"namedtuple": {"fields": ["nchannels", "sampwidth", "framerate", "nframes", "comptype", "compname"]}}, "module_name": "wave", "mro": ["wave._wave_params", "builtins.tuple", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "_NT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "wave._wave_params._NT", "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "wave._wave_params.__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": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "wave._wave_params.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "nchannels", "sampwidth", "framerate", "nframes", "comptype", "compname"], "flags": [], "fullname": "wave._wave_params.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["_cls", "nchannels", "sampwidth", "framerate", "nframes", "comptype", "compname"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "wave._wave_params._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _wave_params", "ret_type": {".class": "TypeVarType", "fullname": "wave._wave_params._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "wave._wave_params._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_asdict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["_self"], "flags": [], "fullname": "wave._wave_params._asdict", "name": "_asdict", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["_self"], "arg_types": [{".class": "TypeVarType", "fullname": "wave._wave_params._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_asdict of _wave_params", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "wave._wave_params._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_field_defaults": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "wave._wave_params._field_defaults", "name": "_field_defaults", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_field_types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "wave._wave_params._field_types", "name": "_field_types", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "wave._wave_params._fields", "name": "_fields", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "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"}}}}, "_make": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "flags": ["is_class", "is_decorated"], "fullname": "wave._wave_params._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "wave._wave_params._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _wave_params", "ret_type": {".class": "TypeVarType", "fullname": "wave._wave_params._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "wave._wave_params._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_classmethod", "is_ready"], "fullname": "wave._wave_params._make", "name": "_make", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5], "arg_names": ["_cls", "iterable", "new", "len"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "wave._wave_params._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Iterable"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_make of _wave_params", "ret_type": {".class": "TypeVarType", "fullname": "wave._wave_params._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "wave._wave_params._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}}, "plugin_generated": true}, "_replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["_self", "nchannels", "sampwidth", "framerate", "nframes", "comptype", "compname"], "flags": [], "fullname": "wave._wave_params._replace", "name": "_replace", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["_self", "nchannels", "sampwidth", "framerate", "nframes", "comptype", "compname"], "arg_types": [{".class": "TypeVarType", "fullname": "wave._wave_params._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_replace of _wave_params", "ret_type": {".class": "TypeVarType", "fullname": "wave._wave_params._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "wave._wave_params._NT", "id": -1, "name": "_NT", "upper_bound": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "values": [], "variance": 0}]}}, "plugin_generated": true}, "_source": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "wave._wave_params._source", "name": "_source", "type": "builtins.str"}}, "compname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "wave._wave_params.compname", "name": "compname", "type": "builtins.str"}}, "compname-redefinition": {".class": "SymbolTableNode", "cross_ref": "wave._wave_params.compname", "kind": "Mdef"}, "comptype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "wave._wave_params.comptype", "name": "comptype", "type": "builtins.str"}}, "comptype-redefinition": {".class": "SymbolTableNode", "cross_ref": "wave._wave_params.comptype", "kind": "Mdef"}, "framerate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "wave._wave_params.framerate", "name": "framerate", "type": "builtins.int"}}, "framerate-redefinition": {".class": "SymbolTableNode", "cross_ref": "wave._wave_params.framerate", "kind": "Mdef"}, "nchannels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "wave._wave_params.nchannels", "name": "nchannels", "type": "builtins.int"}}, "nchannels-redefinition": {".class": "SymbolTableNode", "cross_ref": "wave._wave_params.nchannels", "kind": "Mdef"}, "nframes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "wave._wave_params.nframes", "name": "nframes", "type": "builtins.int"}}, "nframes-redefinition": {".class": "SymbolTableNode", "cross_ref": "wave._wave_params.nframes", "kind": "Mdef"}, "sampwidth": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready"], "fullname": "wave._wave_params.sampwidth", "name": "sampwidth", "type": "builtins.int"}}, "sampwidth-redefinition": {".class": "SymbolTableNode", "cross_ref": "wave._wave_params.sampwidth", "kind": "Mdef"}}, "tuple_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": ["builtins.object"], "type_ref": "builtins.tuple"}}, "type_vars": [], "typeddict_type": null}}, "open": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["f", "mode"], "flags": [], "fullname": "wave.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["f", "mode"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "wave._File"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/wave.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/wave.meta.json b/.mypy_cache/3.9/wave.meta.json deleted file mode 100644 index 06b7f3f63..000000000 --- a/.mypy_cache/3.9/wave.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1, 1], "dep_prios": [10, 5, 5, 30], "dependencies": ["sys", "typing", "builtins", "abc"], "hash": "117f55619aec4f50dcafd306e013ec6d3740f50b40a410827aee4c6a58ea0a48", "id": "wave", "ignore_all": true, "interface_hash": "2cc8c3b5c66f969605771136d388cc258450491165329c254c394a0a02aed3f4", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/wave.pyi", "plugin_data": null, "size": 2653, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/weakref.data.json b/.mypy_cache/3.9/weakref.data.json deleted file mode 100644 index 8447a6002..000000000 --- a/.mypy_cache/3.9/weakref.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "weakref", "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", "cross_ref": "_weakref.CallableProxyType", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "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}, "KeyedRef": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._T", "id": 2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakref.ReferenceType"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "weakref.KeyedRef", "name": "KeyedRef", "type_vars": [{".class": "TypeVarDef", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "weakref._T", "id": 2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "weakref.KeyedRef", "metaclass_type": null, "metadata": {}, "module_name": "weakref", "mro": ["weakref.KeyedRef", "_weakref.ReferenceType", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "ob", "callback", "key"], "flags": [], "fullname": "weakref.KeyedRef.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "ob", "callback", "key"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._T", "id": 2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.KeyedRef"}, {".class": "TypeVarType", "fullname": "weakref._T", "id": 2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "weakref._T", "id": 2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of KeyedRef", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["type", "ob", "callback", "key"], "flags": [], "fullname": "weakref.KeyedRef.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["type", "ob", "callback", "key"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._T", "id": 2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.KeyedRef"}}, {".class": "TypeVarType", "fullname": "weakref._T", "id": 2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "weakref._T", "id": 2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "type"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of KeyedRef", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._T", "id": 2, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.KeyedRef"}, "type_guard": null, "variables": []}}}, "key": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "weakref.KeyedRef.key", "name": "key", "type": {".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}}}}, "tuple_type": null, "type_vars": ["_KT", "_T"], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MutableMapping": {".class": "SymbolTableNode", "cross_ref": "typing.MutableMapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ProxyType": {".class": "SymbolTableNode", "cross_ref": "_weakref.ProxyType", "kind": "Gdef"}, "ProxyTypes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "weakref.ProxyTypes", "name": "ProxyTypes", "type": {".class": "Instance", "args": [{".class": "TypeType", "item": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}], "type_ref": "builtins.tuple"}}}, "ReferenceType": {".class": "SymbolTableNode", "cross_ref": "_weakref.ReferenceType", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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}, "WeakKeyDictionary": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "weakref.WeakKeyDictionary", "name": "WeakKeyDictionary", "type_vars": [{".class": "TypeVarDef", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "weakref.WeakKeyDictionary", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "weakref", "mro": ["weakref.WeakKeyDictionary", "typing.MutableMapping", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "weakref.WeakKeyDictionary.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakKeyDictionary"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of WeakKeyDictionary", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "v"], "flags": [], "fullname": "weakref.WeakKeyDictionary.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakKeyDictionary"}, {".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of WeakKeyDictionary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "k"], "flags": [], "fullname": "weakref.WeakKeyDictionary.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakKeyDictionary"}, {".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of WeakKeyDictionary", "ret_type": {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "weakref.WeakKeyDictionary.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "dict"], "flags": ["is_overload", "is_decorated"], "fullname": "weakref.WeakKeyDictionary.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "dict"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakKeyDictionary"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of WeakKeyDictionary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dict"], "flags": ["is_overload", "is_decorated"], "fullname": "weakref.WeakKeyDictionary.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dict"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakKeyDictionary"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.Iterable"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of WeakKeyDictionary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "dict"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakKeyDictionary"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of WeakKeyDictionary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dict"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakKeyDictionary"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.Iterable"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of WeakKeyDictionary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "weakref.WeakKeyDictionary.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakKeyDictionary"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of WeakKeyDictionary", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "weakref.WeakKeyDictionary.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakKeyDictionary"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of WeakKeyDictionary", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "k", "v"], "flags": [], "fullname": "weakref.WeakKeyDictionary.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakKeyDictionary"}, {".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of WeakKeyDictionary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "weakref.WeakKeyDictionary.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakKeyDictionary"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of WeakKeyDictionary", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "weakref.WeakKeyDictionary.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakKeyDictionary"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of WeakKeyDictionary", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakKeyDictionary"}, "type_guard": null, "variables": []}}}, "items": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "weakref.WeakKeyDictionary.items", "name": "items", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakKeyDictionary"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "items of WeakKeyDictionary", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.Iterator"}, "type_guard": null, "variables": []}}}, "keyrefs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "weakref.WeakKeyDictionary.keyrefs", "name": "keyrefs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakKeyDictionary"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "keyrefs of WeakKeyDictionary", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakref.ReferenceType"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "keys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "weakref.WeakKeyDictionary.keys", "name": "keys", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakKeyDictionary"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "keys of WeakKeyDictionary", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "weakref.WeakKeyDictionary.values", "name": "values", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakKeyDictionary"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "values of WeakKeyDictionary", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_KT", "_VT"], "typeddict_type": null}}, "WeakMethod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["types.MethodType"], "type_ref": "_weakref.ReferenceType"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "weakref.WeakMethod", "name": "WeakMethod", "type_vars": []}, "flags": [], "fullname": "weakref.WeakMethod", "metaclass_type": null, "metadata": {}, "module_name": "weakref", "mro": ["weakref.WeakMethod", "_weakref.ReferenceType", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "weakref.WeakMethod.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["weakref.WeakMethod"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of WeakMethod", "ret_type": {".class": "UnionType", "items": ["types.MethodType", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "meth", "callback"], "flags": [], "fullname": "weakref.WeakMethod.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "meth", "callback"], "arg_types": [{".class": "TypeType", "item": "weakref.WeakMethod"}, "types.MethodType", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["types.MethodType"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "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": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of WeakMethod", "ret_type": "weakref.WeakMethod", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "WeakSet": {".class": "SymbolTableNode", "cross_ref": "_weakrefset.WeakSet", "kind": "Gdef"}, "WeakValueDictionary": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableMapping"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "weakref.WeakValueDictionary", "name": "WeakValueDictionary", "type_vars": [{".class": "TypeVarDef", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarDef", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "weakref.WeakValueDictionary", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "weakref", "mro": ["weakref.WeakValueDictionary", "typing.MutableMapping", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "o"], "flags": [], "fullname": "weakref.WeakValueDictionary.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakValueDictionary"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of WeakValueDictionary", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "v"], "flags": [], "fullname": "weakref.WeakValueDictionary.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakValueDictionary"}, {".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of WeakValueDictionary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "k"], "flags": [], "fullname": "weakref.WeakValueDictionary.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakValueDictionary"}, {".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of WeakValueDictionary", "ret_type": {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "weakref.WeakValueDictionary.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated"], "fullname": "weakref.WeakValueDictionary.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakValueDictionary"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of WeakValueDictionary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "__other", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "weakref.WeakValueDictionary.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", null, "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakValueDictionary"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.Iterable"}]}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of WeakValueDictionary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakValueDictionary"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of WeakValueDictionary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", null, "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakValueDictionary"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.Iterable"}]}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of WeakValueDictionary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "weakref.WeakValueDictionary.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakValueDictionary"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of WeakValueDictionary", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "weakref.WeakValueDictionary.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakValueDictionary"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of WeakValueDictionary", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "k", "v"], "flags": [], "fullname": "weakref.WeakValueDictionary.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakValueDictionary"}, {".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of WeakValueDictionary", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "weakref.WeakValueDictionary.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakValueDictionary"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of WeakValueDictionary", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "weakref.WeakValueDictionary.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakValueDictionary"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of WeakValueDictionary", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakValueDictionary"}, "type_guard": null, "variables": []}}}, "items": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "weakref.WeakValueDictionary.items", "name": "items", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakValueDictionary"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "items of WeakValueDictionary", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "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.Iterator"}, "type_guard": null, "variables": []}}}, "itervaluerefs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "weakref.WeakValueDictionary.itervaluerefs", "name": "itervaluerefs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakValueDictionary"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "itervaluerefs of WeakValueDictionary", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.KeyedRef"}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "keys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "weakref.WeakValueDictionary.keys", "name": "keys", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakValueDictionary"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "keys of WeakValueDictionary", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "valuerefs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "weakref.WeakValueDictionary.valuerefs", "name": "valuerefs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakValueDictionary"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "valuerefs of WeakValueDictionary", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.KeyedRef"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "weakref.WeakValueDictionary.values", "name": "values", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._KT", "id": 1, "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "weakref.WeakValueDictionary"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "values of WeakValueDictionary", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "weakref._VT", "id": 2, "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_KT", "_VT"], "typeddict_type": null}}, "_KT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "weakref._KT", "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_S": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "weakref._S", "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "weakref._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_VT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "weakref._VT", "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__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"}}, "finalize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "weakref.finalize", "name": "finalize", "type_vars": []}, "flags": [], "fullname": "weakref.finalize", "metaclass_type": null, "metadata": {}, "module_name": "weakref", "mro": ["weakref.finalize", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "_"], "flags": [], "fullname": "weakref.finalize.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "_"], "arg_types": ["weakref.finalize", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of finalize", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2, 4], "arg_names": ["self", "__obj", "__func", "args", "kwargs"], "flags": [], "fullname": "weakref.finalize.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2, 4], "arg_names": ["self", null, null, "args", "kwargs"], "arg_types": ["weakref.finalize", "builtins.object", {".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", "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": "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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of finalize", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "alive": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "weakref.finalize.alive", "name": "alive", "type": "builtins.bool"}}, "atexit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "weakref.finalize.atexit", "name": "atexit", "type": "builtins.bool"}}, "detach": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "weakref.finalize.detach", "name": "detach", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["weakref.finalize"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "detach of finalize", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".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}, {".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"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "peek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "weakref.finalize.peek", "name": "peek", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["weakref.finalize"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "peek of finalize", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".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}, {".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"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "getweakrefcount": {".class": "SymbolTableNode", "cross_ref": "_weakref.getweakrefcount", "kind": "Gdef"}, "getweakrefs": {".class": "SymbolTableNode", "cross_ref": "_weakref.getweakrefs", "kind": "Gdef"}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "proxy": {".class": "SymbolTableNode", "cross_ref": "_weakref.proxy", "kind": "Gdef"}, "ref": {".class": "SymbolTableNode", "cross_ref": "_weakref.ref", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/weakref.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/weakref.meta.json b/.mypy_cache/3.9/weakref.meta.json deleted file mode 100644 index 7c6816620..000000000 --- a/.mypy_cache/3.9/weakref.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000171, "dep_lines": [1, 2, 3, 4, 22, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 5, 30], "dependencies": ["sys", "types", "_weakrefset", "typing", "_weakref", "builtins", "abc"], "hash": "d3a0b99bb752e36e884ed952c4d5670d53d21892d80b58770d8279a3ccba3793", "id": "weakref", "ignore_all": true, "interface_hash": "ca48220028e941af66ba3e2b33786d4e5d449f90224cb63bf47a120f5a18c938", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/weakref.pyi", "plugin_data": null, "size": 4545, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/winreg.data.json b/.mypy_cache/3.9/winreg.data.json deleted file mode 100644 index fae6a9cff..000000000 --- a/.mypy_cache/3.9/winreg.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "winreg", "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}, "CloseKey": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__hkey"], "flags": [], "fullname": "winreg.CloseKey", "name": "CloseKey", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "CloseKey", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "ConnectRegistry": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__computer_name", "__key"], "flags": [], "fullname": "winreg.ConnectRegistry", "name": "ConnectRegistry", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ConnectRegistry", "ret_type": "winreg.HKEYType", "type_guard": null, "variables": []}}}, "CreateKey": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__key", "__sub_key"], "flags": [], "fullname": "winreg.CreateKey", "name": "CreateKey", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "CreateKey", "ret_type": "winreg.HKEYType", "type_guard": null, "variables": []}}}, "CreateKeyEx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["key", "sub_key", "reserved", "access"], "flags": [], "fullname": "winreg.CreateKeyEx", "name": "CreateKeyEx", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["key", "sub_key", "reserved", "access"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "CreateKeyEx", "ret_type": "winreg.HKEYType", "type_guard": null, "variables": []}}}, "DeleteKey": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__key", "__sub_key"], "flags": [], "fullname": "winreg.DeleteKey", "name": "DeleteKey", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "DeleteKey", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "DeleteKeyEx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["key", "sub_key", "access", "reserved"], "flags": [], "fullname": "winreg.DeleteKeyEx", "name": "DeleteKeyEx", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["key", "sub_key", "access", "reserved"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}, "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "DeleteKeyEx", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "DeleteValue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__key", "__value"], "flags": [], "fullname": "winreg.DeleteValue", "name": "DeleteValue", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "DeleteValue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "DisableReflectionKey": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__key"], "flags": [], "fullname": "winreg.DisableReflectionKey", "name": "DisableReflectionKey", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "DisableReflectionKey", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "EnableReflectionKey": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__key"], "flags": [], "fullname": "winreg.EnableReflectionKey", "name": "EnableReflectionKey", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "EnableReflectionKey", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "EnumKey": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__key", "__index"], "flags": [], "fullname": "winreg.EnumKey", "name": "EnumKey", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "EnumKey", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "EnumValue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__key", "__index"], "flags": [], "fullname": "winreg.EnumValue", "name": "EnumValue", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "EnumValue", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "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": []}}}, "ExpandEnvironmentStrings": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__str"], "flags": [], "fullname": "winreg.ExpandEnvironmentStrings", "name": "ExpandEnvironmentStrings", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ExpandEnvironmentStrings", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "FlushKey": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__key"], "flags": [], "fullname": "winreg.FlushKey", "name": "FlushKey", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "FlushKey", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "HKEYType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "winreg.HKEYType", "name": "HKEYType", "type_vars": []}, "flags": [], "fullname": "winreg.HKEYType", "metaclass_type": null, "metadata": {}, "module_name": "winreg", "mro": ["winreg.HKEYType", "builtins.object"], "names": {".class": "SymbolTable", "Close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "winreg.HKEYType.Close", "name": "Close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["winreg.HKEYType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Close of HKEYType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "Detach": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "winreg.HKEYType.Detach", "name": "Detach", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["winreg.HKEYType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "Detach of HKEYType", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__bool__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "winreg.HKEYType.__bool__", "name": "__bool__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["winreg.HKEYType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__bool__ of HKEYType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "winreg.HKEYType.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["winreg.HKEYType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of HKEYType", "ret_type": "winreg.HKEYType", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "winreg.HKEYType.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["winreg.HKEYType", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of HKEYType", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "__int__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "winreg.HKEYType.__int__", "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["winreg.HKEYType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__int__ of HKEYType", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HKEY_CLASSES_ROOT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.HKEY_CLASSES_ROOT", "name": "HKEY_CLASSES_ROOT", "type": "builtins.int"}}, "HKEY_CURRENT_CONFIG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.HKEY_CURRENT_CONFIG", "name": "HKEY_CURRENT_CONFIG", "type": "builtins.int"}}, "HKEY_CURRENT_USER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.HKEY_CURRENT_USER", "name": "HKEY_CURRENT_USER", "type": "builtins.int"}}, "HKEY_DYN_DATA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.HKEY_DYN_DATA", "name": "HKEY_DYN_DATA", "type": "builtins.int"}}, "HKEY_LOCAL_MACHINE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.HKEY_LOCAL_MACHINE", "name": "HKEY_LOCAL_MACHINE", "type": "builtins.int"}}, "HKEY_PERFORMANCE_DATA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.HKEY_PERFORMANCE_DATA", "name": "HKEY_PERFORMANCE_DATA", "type": "builtins.int"}}, "HKEY_USERS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.HKEY_USERS", "name": "HKEY_USERS", "type": "builtins.int"}}, "KEY_ALL_ACCESS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.KEY_ALL_ACCESS", "name": "KEY_ALL_ACCESS", "type": "builtins.int"}}, "KEY_CREATE_LINK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.KEY_CREATE_LINK", "name": "KEY_CREATE_LINK", "type": "builtins.int"}}, "KEY_CREATE_SUB_KEY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.KEY_CREATE_SUB_KEY", "name": "KEY_CREATE_SUB_KEY", "type": "builtins.int"}}, "KEY_ENUMERATE_SUB_KEYS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.KEY_ENUMERATE_SUB_KEYS", "name": "KEY_ENUMERATE_SUB_KEYS", "type": "builtins.int"}}, "KEY_EXECUTE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.KEY_EXECUTE", "name": "KEY_EXECUTE", "type": "builtins.int"}}, "KEY_NOTIFY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.KEY_NOTIFY", "name": "KEY_NOTIFY", "type": "builtins.int"}}, "KEY_QUERY_VALUE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.KEY_QUERY_VALUE", "name": "KEY_QUERY_VALUE", "type": "builtins.int"}}, "KEY_READ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.KEY_READ", "name": "KEY_READ", "type": "builtins.int"}}, "KEY_SET_VALUE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.KEY_SET_VALUE", "name": "KEY_SET_VALUE", "type": "builtins.int"}}, "KEY_WOW64_32KEY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.KEY_WOW64_32KEY", "name": "KEY_WOW64_32KEY", "type": "builtins.int"}}, "KEY_WOW64_64KEY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.KEY_WOW64_64KEY", "name": "KEY_WOW64_64KEY", "type": "builtins.int"}}, "KEY_WRITE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.KEY_WRITE", "name": "KEY_WRITE", "type": "builtins.int"}}, "LoadKey": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["__key", "__sub_key", "__file_name"], "flags": [], "fullname": "winreg.LoadKey", "name": "LoadKey", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "LoadKey", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "OpenKey": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["key", "sub_key", "reserved", "access"], "flags": [], "fullname": "winreg.OpenKey", "name": "OpenKey", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["key", "sub_key", "reserved", "access"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}, "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "OpenKey", "ret_type": "winreg.HKEYType", "type_guard": null, "variables": []}}}, "OpenKeyEx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["key", "sub_key", "reserved", "access"], "flags": [], "fullname": "winreg.OpenKeyEx", "name": "OpenKeyEx", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["key", "sub_key", "reserved", "access"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}, "builtins.str", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "OpenKeyEx", "ret_type": "winreg.HKEYType", "type_guard": null, "variables": []}}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "QueryInfoKey": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__key"], "flags": [], "fullname": "winreg.QueryInfoKey", "name": "QueryInfoKey", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "QueryInfoKey", "ret_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"}}, "type_guard": null, "variables": []}}}, "QueryReflectionKey": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["__key"], "flags": [], "fullname": "winreg.QueryReflectionKey", "name": "QueryReflectionKey", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "QueryReflectionKey", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "QueryValue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__key", "__sub_key"], "flags": [], "fullname": "winreg.QueryValue", "name": "QueryValue", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "QueryValue", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "QueryValueEx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__key", "__name"], "flags": [], "fullname": "winreg.QueryValueEx", "name": "QueryValueEx", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "QueryValueEx", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "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": []}}}, "REG_BINARY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_BINARY", "name": "REG_BINARY", "type": "builtins.int"}}, "REG_CREATED_NEW_KEY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_CREATED_NEW_KEY", "name": "REG_CREATED_NEW_KEY", "type": "builtins.int"}}, "REG_DWORD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_DWORD", "name": "REG_DWORD", "type": "builtins.int"}}, "REG_DWORD_BIG_ENDIAN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_DWORD_BIG_ENDIAN", "name": "REG_DWORD_BIG_ENDIAN", "type": "builtins.int"}}, "REG_DWORD_LITTLE_ENDIAN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_DWORD_LITTLE_ENDIAN", "name": "REG_DWORD_LITTLE_ENDIAN", "type": "builtins.int"}}, "REG_EXPAND_SZ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_EXPAND_SZ", "name": "REG_EXPAND_SZ", "type": "builtins.int"}}, "REG_FULL_RESOURCE_DESCRIPTOR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_FULL_RESOURCE_DESCRIPTOR", "name": "REG_FULL_RESOURCE_DESCRIPTOR", "type": "builtins.int"}}, "REG_LEGAL_CHANGE_FILTER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_LEGAL_CHANGE_FILTER", "name": "REG_LEGAL_CHANGE_FILTER", "type": "builtins.int"}}, "REG_LEGAL_OPTION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_LEGAL_OPTION", "name": "REG_LEGAL_OPTION", "type": "builtins.int"}}, "REG_LINK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_LINK", "name": "REG_LINK", "type": "builtins.int"}}, "REG_MULTI_SZ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_MULTI_SZ", "name": "REG_MULTI_SZ", "type": "builtins.int"}}, "REG_NONE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_NONE", "name": "REG_NONE", "type": "builtins.int"}}, "REG_NOTIFY_CHANGE_ATTRIBUTES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_NOTIFY_CHANGE_ATTRIBUTES", "name": "REG_NOTIFY_CHANGE_ATTRIBUTES", "type": "builtins.int"}}, "REG_NOTIFY_CHANGE_LAST_SET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_NOTIFY_CHANGE_LAST_SET", "name": "REG_NOTIFY_CHANGE_LAST_SET", "type": "builtins.int"}}, "REG_NOTIFY_CHANGE_NAME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_NOTIFY_CHANGE_NAME", "name": "REG_NOTIFY_CHANGE_NAME", "type": "builtins.int"}}, "REG_NOTIFY_CHANGE_SECURITY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_NOTIFY_CHANGE_SECURITY", "name": "REG_NOTIFY_CHANGE_SECURITY", "type": "builtins.int"}}, "REG_NO_LAZY_FLUSH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_NO_LAZY_FLUSH", "name": "REG_NO_LAZY_FLUSH", "type": "builtins.int"}}, "REG_OPENED_EXISTING_KEY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_OPENED_EXISTING_KEY", "name": "REG_OPENED_EXISTING_KEY", "type": "builtins.int"}}, "REG_OPTION_BACKUP_RESTORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_OPTION_BACKUP_RESTORE", "name": "REG_OPTION_BACKUP_RESTORE", "type": "builtins.int"}}, "REG_OPTION_CREATE_LINK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_OPTION_CREATE_LINK", "name": "REG_OPTION_CREATE_LINK", "type": "builtins.int"}}, "REG_OPTION_NON_VOLATILE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_OPTION_NON_VOLATILE", "name": "REG_OPTION_NON_VOLATILE", "type": "builtins.int"}}, "REG_OPTION_OPEN_LINK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_OPTION_OPEN_LINK", "name": "REG_OPTION_OPEN_LINK", "type": "builtins.int"}}, "REG_OPTION_RESERVED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_OPTION_RESERVED", "name": "REG_OPTION_RESERVED", "type": "builtins.int"}}, "REG_OPTION_VOLATILE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_OPTION_VOLATILE", "name": "REG_OPTION_VOLATILE", "type": "builtins.int"}}, "REG_QWORD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_QWORD", "name": "REG_QWORD", "type": "builtins.int"}}, "REG_QWORD_LITTLE_ENDIAN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_QWORD_LITTLE_ENDIAN", "name": "REG_QWORD_LITTLE_ENDIAN", "type": "builtins.int"}}, "REG_REFRESH_HIVE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_REFRESH_HIVE", "name": "REG_REFRESH_HIVE", "type": "builtins.int"}}, "REG_RESOURCE_LIST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_RESOURCE_LIST", "name": "REG_RESOURCE_LIST", "type": "builtins.int"}}, "REG_RESOURCE_REQUIREMENTS_LIST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_RESOURCE_REQUIREMENTS_LIST", "name": "REG_RESOURCE_REQUIREMENTS_LIST", "type": "builtins.int"}}, "REG_SZ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_SZ", "name": "REG_SZ", "type": "builtins.int"}}, "REG_WHOLE_HIVE_VOLATILE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.REG_WHOLE_HIVE_VOLATILE", "name": "REG_WHOLE_HIVE_VOLATILE", "type": "builtins.int"}}, "SaveKey": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["__key", "__file_name"], "flags": [], "fullname": "winreg.SaveKey", "name": "SaveKey", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "SaveKey", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "SetValue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["__key", "__sub_key", "__type", "__value"], "flags": [], "fullname": "winreg.SetValue", "name": "SetValue", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}, "builtins.str", "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "SetValue", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "SetValueEx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["__key", "__value_name", "__reserved", "__type", "__value"], "flags": [], "fullname": "winreg.SetValueEx", "name": "SetValueEx", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": [null, null, null, null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "winreg._KeyType"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", "builtins.int"]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "SetValueEx", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_KeyType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "winreg._KeyType", "line": 4, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["winreg.HKEYType", "builtins.int"]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "winreg.__package__", "name": "__package__", "type": "builtins.str"}}, "error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "winreg.error", "line": 87, "no_args": true, "normalized": false, "target": "builtins.OSError"}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/winreg.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/winreg.meta.json b/.mypy_cache/3.9/winreg.meta.json deleted file mode 100644 index 426fec048..000000000 --- a/.mypy_cache/3.9/winreg.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 1], "dep_prios": [5, 5, 5], "dependencies": ["types", "typing", "builtins"], "hash": "29b2474acf6880f31840a9445d60e68e88873e027ae506cb72a2e5f69751a9c7", "id": "winreg", "ignore_all": true, "interface_hash": "51a18386c9d15397d48b80c89768d583621aa74dfb2e83419281e168dc21cf5d", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/winreg.pyi", "plugin_data": null, "size": 3729, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/zipfile.data.json b/.mypy_cache/3.9/zipfile.data.json deleted file mode 100644 index 09acc378e..000000000 --- a/.mypy_cache/3.9/zipfile.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "zipfile", "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}, "BadZipFile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "zipfile.BadZipFile", "name": "BadZipFile", "type_vars": []}, "flags": [], "fullname": "zipfile.BadZipFile", "metaclass_type": null, "metadata": {}, "module_name": "zipfile", "mro": ["zipfile.BadZipFile", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BadZipfile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "zipfile.BadZipfile", "line": 28, "no_args": true, "normalized": false, "target": "zipfile.BadZipFile"}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "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}, "LargeZipFile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "zipfile.LargeZipFile", "name": "LargeZipFile", "type_vars": []}, "flags": [], "fullname": "zipfile.LargeZipFile", "metaclass_type": null, "metadata": {}, "module_name": "zipfile", "mro": ["zipfile.LargeZipFile", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "zipfile.Path", "name": "Path", "type_vars": []}, "flags": [], "fullname": "zipfile.Path", "metaclass_type": null, "metadata": {}, "module_name": "zipfile", "mro": ["zipfile.Path", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "root", "at"], "flags": [], "fullname": "zipfile.Path.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "root", "at"], "arg_types": ["zipfile.Path", {".class": "UnionType", "items": ["zipfile.ZipFile", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}]}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Path", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "add"], "flags": [], "fullname": "zipfile.Path.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["zipfile.Path", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of Path", "ret_type": "zipfile.Path", "type_guard": null, "variables": []}}}, "exists": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "zipfile.Path.exists", "name": "exists", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["zipfile.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exists of Path", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_dir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "zipfile.Path.is_dir", "name": "is_dir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["zipfile.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_dir of Path", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "is_file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "zipfile.Path.is_file", "name": "is_file", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["zipfile.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_file of Path", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "iterdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "zipfile.Path.iterdir", "name": "iterdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["zipfile.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iterdir of Path", "ret_type": {".class": "Instance", "args": ["zipfile.Path"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "joinpath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "add"], "flags": [], "fullname": "zipfile.Path.joinpath", "name": "joinpath", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "add"], "arg_types": ["zipfile.Path", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "joinpath of Path", "ret_type": "zipfile.Path", "type_guard": null, "variables": []}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "zipfile.Path.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["zipfile.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of Path", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["zipfile.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "name of Path", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "open": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["self", "mode", "pwd", "force_zip64"], "flags": [], "fullname": "zipfile.Path.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["self", "mode", "pwd", "force_zip64"], "arg_types": ["zipfile.Path", "builtins.str", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of Path", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}}}, "parent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "zipfile.Path.parent", "name": "parent", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["zipfile.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parent of Path", "ret_type": "zipfile.Path", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "parent", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["zipfile.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "parent of Path", "ret_type": "zipfile.Path", "type_guard": null, "variables": []}}}}, "read_bytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "zipfile.Path.read_bytes", "name": "read_bytes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["zipfile.Path"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_bytes of Path", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "read_text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "encoding", "errors", "newline", "line_buffering", "write_through"], "flags": [], "fullname": "zipfile.Path.read_text", "name": "read_text", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "encoding", "errors", "newline", "line_buffering", "write_through"], "arg_types": ["zipfile.Path", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_text of Path", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Pattern": {".class": "SymbolTableNode", "cross_ref": "typing.Pattern", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing.Protocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PyZipFile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["zipfile.ZipFile"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "zipfile.PyZipFile", "name": "PyZipFile", "type_vars": []}, "flags": [], "fullname": "zipfile.PyZipFile", "metaclass_type": null, "metadata": {}, "module_name": "zipfile", "mro": ["zipfile.PyZipFile", "zipfile.ZipFile", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "file", "mode", "compression", "allowZip64", "optimize"], "flags": [], "fullname": "zipfile.PyZipFile.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "file", "mode", "compression", "allowZip64", "optimize"], "arg_types": ["zipfile.PyZipFile", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}]}, "builtins.str", "builtins.int", "builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PyZipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "writepy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "pathname", "basename", "filterfunc"], "flags": [], "fullname": "zipfile.PyZipFile.writepy", "name": "writepy", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "pathname", "basename", "filterfunc"], "arg_types": ["zipfile.PyZipFile", "builtins.str", "builtins.str", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writepy of PyZipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "StrPath": {".class": "SymbolTableNode", "cross_ref": "_typeshed.StrPath", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ZIP64_LIMIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zipfile.ZIP64_LIMIT", "name": "ZIP64_LIMIT", "type": "builtins.int"}}, "ZIP_BZIP2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zipfile.ZIP_BZIP2", "name": "ZIP_BZIP2", "type": "builtins.int"}}, "ZIP_DEFLATED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zipfile.ZIP_DEFLATED", "name": "ZIP_DEFLATED", "type": "builtins.int"}}, "ZIP_FILECOUNT_LIMIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zipfile.ZIP_FILECOUNT_LIMIT", "name": "ZIP_FILECOUNT_LIMIT", "type": "builtins.int"}}, "ZIP_LZMA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zipfile.ZIP_LZMA", "name": "ZIP_LZMA", "type": "builtins.int"}}, "ZIP_MAX_COMMENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zipfile.ZIP_MAX_COMMENT", "name": "ZIP_MAX_COMMENT", "type": "builtins.int"}}, "ZIP_STORED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zipfile.ZIP_STORED", "name": "ZIP_STORED", "type": "builtins.int"}}, "ZipExtFile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["io.BufferedIOBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "zipfile.ZipExtFile", "name": "ZipExtFile", "type_vars": []}, "flags": [], "fullname": "zipfile.ZipExtFile", "metaclass_type": null, "metadata": {}, "module_name": "zipfile", "mro": ["zipfile.ZipExtFile", "io.BufferedIOBase", "io.IOBase", "builtins.object"], "names": {".class": "SymbolTable", "MAX_N": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipExtFile.MAX_N", "name": "MAX_N", "type": "builtins.int"}}, "MAX_SEEK_READ": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipExtFile.MAX_SEEK_READ", "name": "MAX_SEEK_READ", "type": "builtins.int"}}, "MIN_READ_SIZE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipExtFile.MIN_READ_SIZE", "name": "MIN_READ_SIZE", "type": "builtins.int"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["self", "fileobj", "mode", "zipinfo", "pwd", "close_fileobj"], "flags": [], "fullname": "zipfile.ZipExtFile.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["self", "fileobj", "mode", "zipinfo", "pwd", "close_fileobj"], "arg_types": ["zipfile.ZipExtFile", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "builtins.str", "zipfile.ZipInfo", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ZipExtFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "zipfile.ZipExtFile.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["zipfile.ZipExtFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of ZipExtFile", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipExtFile.mode", "name": "mode", "type": "builtins.str"}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipExtFile.name", "name": "name", "type": "builtins.str"}}, "newlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipExtFile.newlines", "name": "newlines", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}}}, "peek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "flags": [], "fullname": "zipfile.ZipExtFile.peek", "name": "peek", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "arg_types": ["zipfile.ZipExtFile", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "peek of ZipExtFile", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "flags": [], "fullname": "zipfile.ZipExtFile.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "n"], "arg_types": ["zipfile.ZipExtFile", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of ZipExtFile", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "read1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "flags": [], "fullname": "zipfile.ZipExtFile.read1", "name": "read1", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "n"], "arg_types": ["zipfile.ZipExtFile", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read1 of ZipExtFile", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "readline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "limit"], "flags": [], "fullname": "zipfile.ZipExtFile.readline", "name": "readline", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "limit"], "arg_types": ["zipfile.ZipExtFile", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readline of ZipExtFile", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ZipFile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "zipfile.ZipFile", "name": "ZipFile", "type_vars": []}, "flags": [], "fullname": "zipfile.ZipFile", "metaclass_type": null, "metadata": {}, "module_name": "zipfile", "mro": ["zipfile.ZipFile", "builtins.object"], "names": {".class": "SymbolTable", "NameToInfo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipFile.NameToInfo", "name": "NameToInfo", "type": {".class": "Instance", "args": ["builtins.str", "zipfile.ZipInfo"], "type_ref": "builtins.dict"}}}, "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "zipfile.ZipFile.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["zipfile.ZipFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of ZipFile", "ret_type": "zipfile.ZipFile", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "zipfile.ZipFile.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["zipfile.ZipFile", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of ZipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 5], "arg_names": ["self", "file", "mode", "compression", "allowZip64", "compresslevel", "strict_timestamps"], "flags": [], "fullname": "zipfile.ZipFile.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 5], "arg_names": ["self", "file", "mode", "compression", "allowZip64", "compresslevel", "strict_timestamps"], "arg_types": ["zipfile.ZipFile", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}]}, "builtins.str", "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ZipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "zipfile.ZipFile.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["zipfile.ZipFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of ZipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "comment": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipFile.comment", "name": "comment", "type": "builtins.bytes"}}, "debug": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipFile.debug", "name": "debug", "type": "builtins.int"}}, "extract": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "member", "path", "pwd"], "flags": [], "fullname": "zipfile.ZipFile.extract", "name": "extract", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "member", "path", "pwd"], "arg_types": ["zipfile.ZipFile", {".class": "TypeAliasType", "args": [], "type_ref": "zipfile._SZI"}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extract of ZipFile", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "extractall": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "path", "members", "pwd"], "flags": [], "fullname": "zipfile.ZipFile.extractall", "name": "extractall", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "path", "members", "pwd"], "arg_types": ["zipfile.ZipFile", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "extractall of ZipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "filelist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipFile.filelist", "name": "filelist", "type": {".class": "Instance", "args": ["zipfile.ZipInfo"], "type_ref": "builtins.list"}}}, "filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipFile.filename", "name": "filename", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "fp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipFile.fp", "name": "fp", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, {".class": "NoneType"}]}}}, "getinfo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "zipfile.ZipFile.getinfo", "name": "getinfo", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["zipfile.ZipFile", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getinfo of ZipFile", "ret_type": "zipfile.ZipInfo", "type_guard": null, "variables": []}}}, "infolist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "zipfile.ZipFile.infolist", "name": "infolist", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["zipfile.ZipFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "infolist of ZipFile", "ret_type": {".class": "Instance", "args": ["zipfile.ZipInfo"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "namelist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "zipfile.ZipFile.namelist", "name": "namelist", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["zipfile.ZipFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "namelist of ZipFile", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "open": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["self", "name", "mode", "pwd", "force_zip64"], "flags": [], "fullname": "zipfile.ZipFile.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["self", "name", "mode", "pwd", "force_zip64"], "arg_types": ["zipfile.ZipFile", {".class": "TypeAliasType", "args": [], "type_ref": "zipfile._SZI"}, "builtins.str", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "open of ZipFile", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}}}, "printdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "file"], "flags": [], "fullname": "zipfile.ZipFile.printdir", "name": "printdir", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "file"], "arg_types": ["zipfile.ZipFile", {".class": "UnionType", "items": ["zipfile._Writer", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "printdir of ZipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "pwd"], "flags": [], "fullname": "zipfile.ZipFile.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "pwd"], "arg_types": ["zipfile.ZipFile", {".class": "TypeAliasType", "args": [], "type_ref": "zipfile._SZI"}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of ZipFile", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "setpassword": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "pwd"], "flags": [], "fullname": "zipfile.ZipFile.setpassword", "name": "setpassword", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "pwd"], "arg_types": ["zipfile.ZipFile", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setpassword of ZipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "start_dir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipFile.start_dir", "name": "start_dir", "type": "builtins.int"}}, "testzip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "zipfile.ZipFile.testzip", "name": "testzip", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["zipfile.ZipFile"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "testzip of ZipFile", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "filename", "arcname", "compress_type", "compresslevel"], "flags": [], "fullname": "zipfile.ZipFile.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "filename", "arcname", "compress_type", "compresslevel"], "arg_types": ["zipfile.ZipFile", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of ZipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "writestr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "zinfo_or_arcname", "data", "compress_type", "compresslevel"], "flags": [], "fullname": "zipfile.ZipFile.writestr", "name": "writestr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "zinfo_or_arcname", "data", "compress_type", "compresslevel"], "arg_types": ["zipfile.ZipFile", {".class": "TypeAliasType", "args": [], "type_ref": "zipfile._SZI"}, {".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writestr of ZipFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ZipInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "zipfile.ZipInfo", "name": "ZipInfo", "type_vars": []}, "flags": [], "fullname": "zipfile.ZipInfo", "metaclass_type": null, "metadata": {}, "module_name": "zipfile", "mro": ["zipfile.ZipInfo", "builtins.object"], "names": {".class": "SymbolTable", "CRC": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipInfo.CRC", "name": "CRC", "type": "builtins.int"}}, "FileHeader": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "zip64"], "flags": [], "fullname": "zipfile.ZipInfo.FileHeader", "name": "FileHeader", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "zip64"], "arg_types": ["zipfile.ZipInfo", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "FileHeader of ZipInfo", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "filename", "date_time"], "flags": [], "fullname": "zipfile.ZipInfo.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "filename", "date_time"], "arg_types": ["zipfile.ZipInfo", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "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"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ZipInfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "comment": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipInfo.comment", "name": "comment", "type": "builtins.bytes"}}, "compress_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipInfo.compress_size", "name": "compress_size", "type": "builtins.int"}}, "compress_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipInfo.compress_type", "name": "compress_type", "type": "builtins.int"}}, "create_system": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipInfo.create_system", "name": "create_system", "type": "builtins.int"}}, "create_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipInfo.create_version", "name": "create_version", "type": "builtins.int"}}, "date_time": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipInfo.date_time", "name": "date_time", "type": {".class": "TypeAliasType", "args": [], "type_ref": "zipfile._DT"}}}, "external_attr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipInfo.external_attr", "name": "external_attr", "type": "builtins.int"}}, "extra": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipInfo.extra", "name": "extra", "type": "builtins.bytes"}}, "extract_version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipInfo.extract_version", "name": "extract_version", "type": "builtins.int"}}, "file_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipInfo.file_size", "name": "file_size", "type": "builtins.int"}}, "filename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipInfo.filename", "name": "filename", "type": "builtins.str"}}, "flag_bits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipInfo.flag_bits", "name": "flag_bits", "type": "builtins.int"}}, "from_file": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["cls", "filename", "arcname", "strict_timestamps"], "flags": ["is_class", "is_decorated"], "fullname": "zipfile.ZipInfo.from_file", "name": "from_file", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["cls", "filename", "arcname", "strict_timestamps"], "arg_types": [{".class": "TypeType", "item": "zipfile.ZipInfo"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_file of ZipInfo", "ret_type": "zipfile.ZipInfo", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_file", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5], "arg_names": ["cls", "filename", "arcname", "strict_timestamps"], "arg_types": [{".class": "TypeType", "item": "zipfile.ZipInfo"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_file of ZipInfo", "ret_type": "zipfile.ZipInfo", "type_guard": null, "variables": []}}}}, "header_offset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipInfo.header_offset", "name": "header_offset", "type": "builtins.int"}}, "internal_attr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipInfo.internal_attr", "name": "internal_attr", "type": "builtins.int"}}, "is_dir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "zipfile.ZipInfo.is_dir", "name": "is_dir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["zipfile.ZipInfo"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_dir of ZipInfo", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "reserved": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipInfo.reserved", "name": "reserved", "type": "builtins.int"}}, "volume": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zipfile.ZipInfo.volume", "name": "volume", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_DT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "zipfile._DT", "line": 24, "no_args": false, "normalized": false, "target": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "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"}}}}, "_PathOpenProtocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "zipfile._PathOpenProtocol", "name": "_PathOpenProtocol", "type_vars": []}, "flags": ["is_protocol"], "fullname": "zipfile._PathOpenProtocol", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "zipfile", "mro": ["zipfile._PathOpenProtocol", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["self", "mode", "pwd", "force_zip64"], "flags": [], "fullname": "zipfile._PathOpenProtocol.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["self", "mode", "pwd", "force_zip64"], "arg_types": ["zipfile._PathOpenProtocol", "builtins.str", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _PathOpenProtocol", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_SZI": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "zipfile._SZI", "line": 23, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.str", "zipfile.ZipInfo"]}}}, "_Writer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "zipfile._Writer", "name": "_Writer", "type_vars": []}, "flags": ["is_protocol"], "fullname": "zipfile._Writer", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "zipfile", "mro": ["zipfile._Writer", "builtins.object"], "names": {".class": "SymbolTable", "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "__s"], "flags": [], "fullname": "zipfile._Writer.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["zipfile._Writer", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of _Writer", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zipfile.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zipfile.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zipfile.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zipfile.__package__", "name": "__package__", "type": "builtins.str"}}, "error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "zipfile.error", "line": 32, "no_args": true, "normalized": false, "target": "zipfile.BadZipFile"}}, "io": {".class": "SymbolTableNode", "cross_ref": "io", "kind": "Gdef", "module_hidden": true, "module_public": false}, "is_zipfile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["filename"], "flags": [], "fullname": "zipfile.is_zipfile", "name": "is_zipfile", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["filename"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.StrPath"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_zipfile", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/zipfile.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/zipfile.meta.json b/.mypy_cache/3.9/zipfile.meta.json deleted file mode 100644 index ecca0cd65..000000000 --- a/.mypy_cache/3.9/zipfile.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 3, 4, 5, 1, 1], "dep_prios": [10, 10, 5, 5, 5, 5, 30], "dependencies": ["io", "sys", "_typeshed", "types", "typing", "builtins", "abc"], "hash": "a571cbb8dc762996e05f0d49142dc58e8e1395c04ea078e87b569bfd75730d65", "id": "zipfile", "ignore_all": true, "interface_hash": "4cb5d9a86e725196f415366cd571c0f46aa23de88633fb647b225762d3977944", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/zipfile.pyi", "plugin_data": null, "size": 7659, "suppressed": [], "version_id": "0.910"} \ No newline at end of file diff --git a/.mypy_cache/3.9/zlib.data.json b/.mypy_cache/3.9/zlib.data.json deleted file mode 100644 index 0add150e9..000000000 --- a/.mypy_cache/3.9/zlib.data.json +++ /dev/null @@ -1 +0,0 @@ -{".class": "MypyFile", "_fullname": "zlib", "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}, "DEFLATED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.DEFLATED", "name": "DEFLATED", "type": "builtins.int"}}, "DEF_BUF_SIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.DEF_BUF_SIZE", "name": "DEF_BUF_SIZE", "type": "builtins.int"}}, "DEF_MEM_LEVEL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.DEF_MEM_LEVEL", "name": "DEF_MEM_LEVEL", "type": "builtins.int"}}, "MAX_WBITS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.MAX_WBITS", "name": "MAX_WBITS", "type": "builtins.int"}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ZLIB_RUNTIME_VERSION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.ZLIB_RUNTIME_VERSION", "name": "ZLIB_RUNTIME_VERSION", "type": "builtins.str"}}, "ZLIB_VERSION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.ZLIB_VERSION", "name": "ZLIB_VERSION", "type": "builtins.str"}}, "Z_BEST_COMPRESSION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.Z_BEST_COMPRESSION", "name": "Z_BEST_COMPRESSION", "type": "builtins.int"}}, "Z_BEST_SPEED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.Z_BEST_SPEED", "name": "Z_BEST_SPEED", "type": "builtins.int"}}, "Z_DEFAULT_COMPRESSION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.Z_DEFAULT_COMPRESSION", "name": "Z_DEFAULT_COMPRESSION", "type": "builtins.int"}}, "Z_DEFAULT_STRATEGY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.Z_DEFAULT_STRATEGY", "name": "Z_DEFAULT_STRATEGY", "type": "builtins.int"}}, "Z_FILTERED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.Z_FILTERED", "name": "Z_FILTERED", "type": "builtins.int"}}, "Z_FINISH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.Z_FINISH", "name": "Z_FINISH", "type": "builtins.int"}}, "Z_FIXED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.Z_FIXED", "name": "Z_FIXED", "type": "builtins.int"}}, "Z_FULL_FLUSH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.Z_FULL_FLUSH", "name": "Z_FULL_FLUSH", "type": "builtins.int"}}, "Z_HUFFMAN_ONLY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.Z_HUFFMAN_ONLY", "name": "Z_HUFFMAN_ONLY", "type": "builtins.int"}}, "Z_NO_FLUSH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.Z_NO_FLUSH", "name": "Z_NO_FLUSH", "type": "builtins.int"}}, "Z_RLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.Z_RLE", "name": "Z_RLE", "type": "builtins.int"}}, "Z_SYNC_FLUSH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.Z_SYNC_FLUSH", "name": "Z_SYNC_FLUSH", "type": "builtins.int"}}, "_Compress": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "zlib._Compress", "name": "_Compress", "type_vars": []}, "flags": [], "fullname": "zlib._Compress", "metaclass_type": null, "metadata": {}, "module_name": "zlib", "mro": ["zlib._Compress", "builtins.object"], "names": {".class": "SymbolTable", "compress": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "flags": [], "fullname": "zlib._Compress.compress", "name": "compress", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "arg_types": ["zlib._Compress", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compress of _Compress", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "zlib._Compress.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["zlib._Compress"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of _Compress", "ret_type": "zlib._Compress", "type_guard": null, "variables": []}}}, "flush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "mode"], "flags": [], "fullname": "zlib._Compress.flush", "name": "flush", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "mode"], "arg_types": ["zlib._Compress", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flush of _Compress", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Decompress": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "zlib._Decompress", "name": "_Decompress", "type_vars": []}, "flags": [], "fullname": "zlib._Decompress", "metaclass_type": null, "metadata": {}, "module_name": "zlib", "mro": ["zlib._Decompress", "builtins.object"], "names": {".class": "SymbolTable", "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "zlib._Decompress.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["zlib._Decompress"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "copy of _Decompress", "ret_type": "zlib._Decompress", "type_guard": null, "variables": []}}}, "decompress": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "data", "max_length"], "flags": [], "fullname": "zlib._Decompress.decompress", "name": "decompress", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "data", "max_length"], "arg_types": ["zlib._Decompress", "builtins.bytes", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decompress of _Decompress", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "eof": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zlib._Decompress.eof", "name": "eof", "type": "builtins.bool"}}, "flush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "length"], "flags": [], "fullname": "zlib._Decompress.flush", "name": "flush", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "length"], "arg_types": ["zlib._Decompress", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flush of _Decompress", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "unconsumed_tail": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zlib._Decompress.unconsumed_tail", "name": "unconsumed_tail", "type": "builtins.bytes"}}, "unused_data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zlib._Decompress.unused_data", "name": "unused_data", "type": "builtins.bytes"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zlib.__package__", "name": "__package__", "type": "builtins.str"}}, "adler32": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["__data", "__value"], "flags": [], "fullname": "zlib.adler32", "name": "adler32", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": [null, null], "arg_types": ["builtins.bytes", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "adler32", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "array": {".class": "SymbolTableNode", "cross_ref": "array.array", "kind": "Gdef", "module_hidden": true, "module_public": false}, "compress": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["__data", "level"], "flags": [], "fullname": "zlib.compress", "name": "compress", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": [null, "level"], "arg_types": ["builtins.bytes", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compress", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "compressobj": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1, 1, 1], "arg_names": ["level", "method", "wbits", "memLevel", "strategy", "zdict"], "flags": [], "fullname": "zlib.compressobj", "name": "compressobj", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1, 1, 1], "arg_names": ["level", "method", "wbits", "memLevel", "strategy", "zdict"], "arg_types": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "compressobj", "ret_type": "zlib._Compress", "type_guard": null, "variables": []}}}, "crc32": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["__data", "__value"], "flags": [], "fullname": "zlib.crc32", "name": "crc32", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": [null, null], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "array.array"}, "builtins.bytes"]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "crc32", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "decompress": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["__data", "wbits", "bufsize"], "flags": [], "fullname": "zlib.decompress", "name": "decompress", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": [null, "wbits", "bufsize"], "arg_types": ["builtins.bytes", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decompress", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "decompressobj": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1], "arg_names": ["wbits", "zdict"], "flags": [], "fullname": "zlib.decompressobj", "name": "decompressobj", "type": {".class": "CallableType", "arg_kinds": [1, 1], "arg_names": ["wbits", "zdict"], "arg_types": ["builtins.int", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decompressobj", "ret_type": "zlib._Decompress", "type_guard": null, "variables": []}}}, "error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "zlib.error", "name": "error", "type_vars": []}, "flags": [], "fullname": "zlib.error", "metaclass_type": null, "metadata": {}, "module_name": "zlib", "mro": ["zlib.error", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/zlib.pyi"} \ No newline at end of file diff --git a/.mypy_cache/3.9/zlib.meta.json b/.mypy_cache/3.9/zlib.meta.json deleted file mode 100644 index 4ae2094a8..000000000 --- a/.mypy_cache/3.9/zlib.meta.json +++ /dev/null @@ -1 +0,0 @@ -{"data_mtime": 1639000170, "dep_lines": [1, 2, 3, 1, 1], "dep_prios": [10, 5, 5, 5, 30], "dependencies": ["sys", "array", "typing", "builtins", "abc"], "hash": "d899a3c28cda1627d4c840b84620a45bc78ece94855f1e69389bbb1c07360670", "id": "zlib", "ignore_all": true, "interface_hash": "76162e4fe895049c24c3e3ca5c93105b222c49b3bc68e5d35e3b820d4a71be7a", "mtime": 1638987316, "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_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/anaconda3/lib/python3.9/site-packages/mypy/typeshed/stdlib/zlib.pyi", "plugin_data": null, "size": 1777, "suppressed": [], "version_id": "0.910"} \ No newline at end of file